@charset "UTF-8";
/* Body */
body {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	background-color: #FFFFFF;
	margin: 0;
}

.logo a {
	color: #fff;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-decoration: none;
	display: inline-block;
	text-align: right;
	margin-left: 18px;
	width: auto;
	float: right;
	margin-right: 8px;
	padding-top: 5px;
	padding-bottom: 5px;
}
/* Container */
.container {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	max-width: 1000px;
}
/* Header */
header {
	width: 100%;
	background-color: #3ABB88;
	border-bottom: 1px solid #353635;
	border-top-left-radius: 22px;
	border-top-right-radius: 22px;
	padding-bottom: 0px;
}
.logo {
	width: 97%;
}

.logo a:hover {
	color: #FF7F02;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-decoration: none;
	display: inline-block;
	text-align: right;
	width: auto;
	float: right;
	transition-duration: 0.5s;
}
.hero_header {
	color: #FFFFFF;
	text-align: center;
	margin-top: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: auto;
	letter-spacing: 4px;
	font-family: "Adobe Song Std L", "HG丸ｺﾞｼｯｸM-PRO", "A-OTF 新丸ゴ Pro B";
}
/* About Section */
.secondary_header {
    width: 100%;
    clear: left;
    margin-top: -70px;
    height: 55px;
}

.dropmenu{
  *zoom: 1;
  list-style-type: none;
  width: 960px;
  margin: 5px auto 30px;
  padding: 0;
}
.dropmenu:before, .dropmenu:after{
  content: "";
  display: table;
}
.dropmenu:after{
  clear: both;
}
.dropmenu li{
  position: relative;
  width: 20%;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
}
.dropmenu li a{
    display: inherit;
    margin: 0;
    padding: 15px 0 11px;
    background-color: #8866CC;
    color: #fff;
    font-size: 13px;
    line-height: 1;
    text-decoration: none;
    font-weight: bold;
}
.dropmenu li ul{
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
}
.dropmenu li ul li{
  width: 100%;
}
.dropmenu li ul li a{
	padding: 13px 15px;
	border-top: 1px solid #7c8c0e;
	background-color: #6C3CCc;
	text-align: left;
}
.dropmenu li:hover > a{
	background-color: #6c3ccc;
}
.dropmenu li a:hover{
	background-color: #5e33cc;
}

#dropmenu li ul li{
  overflow: hidden;
  height: 0;
  transition: .2s;
}
#dropmenu li:hover ul li{
  overflow: visible;
  height: 38px;
}



.text_column {
	width: 90%;
	text-align: left;
	font-weight: lighter;
	line-height: 25px;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	color: #A3A3A3;
}
.gallery {
	clear: both;
	display: inline-block;
	width: 100%;
	background-color: #FFFFFF;
	/* [disabled]min-width: 400px;
*/
	padding-bottom: 0px;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.gallery .test li h4 {
	margin-top: 5px;
	margin-bottom: 5px;
	color: #FFAF02;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: large;
}
.gallery .pankuzu h2 {
}
.gallery .pankuzu h2 {
}


.gallery .thumbnail p {
	margin: 0;
	color: #B3B3B3;
	text-align: left;
	padding-left: 20px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
/* More info */
.intro {
	background-color: #FFFFFF;
	padding-bottom: 35px;
}
.column {
	width: 100%;
	text-align: center;
	padding-top: 30px;
	float: none;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.intro .column h3 {
	color: #FFAF02;
	text-align: center;
}
.intro .column p {
	color: #FFFFFF;
}

.intro .column p {
	padding-left: 30px;
	padding-right: 30px;
	text-align: justify;
	line-height: 25px;
	font-weight: bold;
	margin-left: 20px;
	margin-right: 20px;
	width: 80%;
	margin-top: 4%;
	color: rgba(255,255,255,1.00);
	font-family: "Adobe Song Std L", "HG丸ｺﾞｼｯｸM-PRO", "A-OTF 新丸ゴ Pro B";
	text-shadow: 1px 1px 3px rgba(0,0,0,1.00);
}
.button {
	width: 350px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	text-align: center;
	vertical-align: middle;
	border-radius: 0px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	border: 3px solid #FFFFFF;
	color: #FFFFFF;
	transition: all 0.3s linear;
	font-family: "Adobe Song Std L", "HG丸ｺﾞｼｯｸM-PRO", "A-OTF 新丸ゴ Pro B";
	display: block;
	text-decoration: none;
}
#contact .button a {
	display: block;
	height: 52px;
	width: 100%;
	vertical-align: middle;
	padding-top: 35px;
	padding-bottom: auto;
	text-decoration: none;
	color: aliceblue;
}



.button:hover {
	background-color: #FF4700;
	color: #FFFFFF;
	cursor: pointer;
}
.copyright {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #717070;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 2px;
	border-top-width: 2px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
footer {
	background-color: #3ABB88;
	padding-top: 60px;
	padding-bottom: 60PX;
}
.intro {
	display: inline-block;
	background-color: #FFFCC5;
	background-image: url(../images/logoback.png);
	background-repeat: no-repeat;
	background-position: 98% 77%;
}
.profile {
	width: 85%;
}
.gallery .test li .tag {
	color: #5D5E5D;
	padding-bottom: 4px;
	padding-top: 4px;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.container .copyright2 {
	width: 100%;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: small;
}
.column h3 {
	font-family: "Adobe Song Std L", "HG丸ｺﾞｼｯｸM-PRO", "A-OTF 新丸ゴ Pro B";
}
.container .main {
	padding-top: 20px;
	padding-bottom: 20px;
	font-family: "Adobe Song Std L", "HG丸ｺﾞｼｯｸM-PRO", "A-OTF 新丸ゴ Pro B";
	line-height: 40px;
	margin-left: 32px;
	text-align: left;
}
.office tr th {
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	color: rgba(255,255,255,1.00);
	background-color: rgba(58,187,136,1.00);
}
.office tr td {
	line-height: 27px;
	padding-left: 12px;
}
.container .main .h1 {
	color: rgba(58,187,136,1.00);
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: x-large;
	white-space: nowrap;
	background-image: -webkit-linear-gradient(270deg,rgba(220,220,220,1.00) 0%,rgba(255,255,255,1.00) 66.84%,rgba(171,171,171,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(220,220,220,1.00) 0%,rgba(255,255,255,1.00) 66.84%,rgba(171,171,171,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(220,220,220,1.00) 0%,rgba(255,255,255,1.00) 66.84%,rgba(171,171,171,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(220,220,220,1.00) 0%,rgba(255,255,255,1.00) 66.84%,rgba(171,171,171,1.00) 100%);
	width: 97%;
	border-bottom-right-radius: 15px;
	border-left: 14px double rgba(68,154,120,1.00);
	text-indent: 15px;
	border-bottom: 1px solid rgba(145,196,176,1.00);
	border-top-left-radius: 15px;
	font-weight: bold;
	line-height: 160%;
	clear: both;
}
.container .main .h2 {
	color: rgba(255,127,2,1.00);
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: large;
	white-space: nowrap;
	margin-left: 30px;
	clear: both;
}
hr {
	clear: both;
	display: block;
	margin-top: 11px;
}

.container .maincolumn {
	margin-left: auto;
	margin-right: auto;
	width: 75%;
	border: 2px dotted rgba(76,76,76,1.00);
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-bottom: 10px;
	margin-top: 63px;
}


.container .main .h3 {
	margin-left: 25px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: large;
	font-weight: normal;
	margin-top: 24px;
	margin-bottom: 10px;
}
.container .main .mainlist {
	float: none;
	list-style-type: disc;
}
.main .mainlist li {
	display: inline-block;
	list-style-position: outside;
	list-style-type: disc;
}
.container .main .ryoukin {
	margin-left: auto;
	margin-right: auto;
	width: 71%;
	margin-top: 30px;
}


.ryoukin tbody tr td {
	text-align: right;
}
.main .goup a {
	text-align: right;
	display: inherit;
	padding-bottom: 0px;
	margin-bottom: -15px;
	margin-top: 13px;
	color: rgba(147,145,145,1.00);
	text-decoration: none;

}
.mainheader {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	text-indent: 15px;
	margin-top: 20px;
}
.main .image_right {
	width: 30%;
	height: auto;
	float: right;
	margin-left: 24px;
	max-width: 280px;
	margin-right: 25px;
	margin-top: 15px;
	margin-bottom: 35px;
}
.container .main .tejyun {
	vertical-align: -23px;
	width: 100%;
}

tbody tr td {
	line-height: 15px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.container .main .yajirushi{
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 10%;
	max-width: 70px;
}

.main .kaigolist li {
	display: inline-block;
	float: left;
	padding-left: 30px;
	padding-right: 10px;
}
.main .photo1 img {
	width: 100%;
	height: auto;
	margin-bottom: -20px;
	margin-top: 15px;
}

.recruit tbody tr td {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 5px;
	padding-left: 22px;
	line-height: 25px;
}
.container .main .recruit {
	margin-left: auto;
	margin-right: auto;
}

.recruit tbody tr th {
	padding-left: 20px;
	padding-right: 21px;
	white-space: nowrap;
}
.container .main .photo2 {
	width: 27%;
	margin-left: 20px;
	margin-right: 20px;
	float: none;
}


.pankuzu a:link,:visited {
	color: rgba(76,76,76,1.00);
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	text-decoration: none;
}

.pankuzu a:hover {
	color: rgba(255,127,2,1.00);
	text-decoration: underline;
}


.container .pankuzulist {
	color: rgba(76,76,76,1.00);
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	margin-top: 6px;
	clear: none;
	float: left;
	margin-bottom: 14px;
}


.container .pankuzu {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-top: 8px;
	font-size: 14px;
}
.gallery .test li {
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	list-style-type: none;
	text-align: center;
	background-color: rgba(239,238,236,1.00);
	border-bottom: 3px solid #6c3ccc;
	margin-bottom: 22px;
	height: auto;
	float: none;
	clear: none;
	max-width: 250px;
	margin-left: auto;
	width: 24%;
}

.gallery .test {
	display: flex;
	flex-wrap: wrap;

	padding-left: 0px;
	padding-right: auto;
	margin-left: auto;
	margin-right: 2%;
}


.gallery .test li div a .cards {
	width: 96%;
	border-bottom-style: none;
	margin-bottom: 8px;
}
.container .header {
	height: 60%;
}
.container .gallery .okuilink {
	color: rgba(76,76,76,1.00);
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
}

.container .gallery .okuilink a:link{
	color: rgba(76,76,76,1.00);
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	text-decoration: none;
}
.container .gallery .okuilink a:visited{
	color: rgba(76,76,76,1.00);
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	text-decoration: none;
}

.container .gallery .okuilink a:hover{
	color: rgba(255,127,2,1.00);
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	text-decoration: none;
	transition-duration: 0.5s;
}
.container .gallery .map_l {
}
.container .gallery .map_s {
	display: none;
}
.topup {
	float: none;
	margin-top: 23px;
	color: rgba(147,145,145,1.00);
	text-decoration: none;
}
.container .gallery .midashil {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: x-large;
}
.gallery .midashim {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: large;
	margin-bottom: -18px;
}
.gallery .midcon ul li {
	list-style-image: none;
	list-style-type: none;
	font-size: x-large;
	color: rgba(255,127,2,1.00);
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	background-color: rgba(252,227,203,1.00);
	padding-left: 14px;
	padding-right: 14px;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-bottom: 8px;
	border-radius: 15px;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.container .gallery .estatemidashi {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	line-height: 2em;
	padding-top: 50px;
	padding-right: 50px;
	padding-bottom: 50px;
	padding-left: 50px;
	background-image: url(../image/estatesub.jpg);
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: right 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	text-shadow: 1px 1px 2px rgba(255,255,255,1.00);
}
.container .gallery .nursingmidashi {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	line-height: 2em;
	padding-top: 50px;
	padding-right: 50px;
	padding-bottom: 50px;
	padding-left: 50px;
	background-image: url(../image/nursing00.jpg);
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: right 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	text-shadow: 1px 1px 2px rgba(255,255,255,1.00);
}
.container .gallery .usedmidashi {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	line-height: 2em;
	padding-top: 50px;
	padding-right: 50px;
	padding-bottom: 50px;
	padding-left: 50px;
	background-image: url(../image/used1.jpg);
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: right 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	text-shadow: 1px 1px 2px rgba(255,255,255,1.00);
}
.container .gallery .officegide {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 14px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.container .gallery .bisiness {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.container .gallery .text_insurance {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-left: 31px;
	margin-top: 27px;
	margin-bottom: 38px;
	margin-right: auto;
}
.gallery blockquote .headimage {
	width: 100%;
}
.container .topimage {
	width: 100%;
	height: auto;
}
.container .gallery .saibaitop {
	width: 100%;
}



























/* Mobile */
@media (max-width: 320px) {

.container .copyright2 {
	color: rgba(76,76,76,1.00);
	font-size: x-small;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}


.intro .column p {
	width: 80%;
	margin-left: 0px;
	color: rgba(255,255,255,1.00);
}
.text_column {
	padding-left: 20px;
}

.column {
	width: 100%;
	margin-top: 0px;
	color: rgba(0,0,0,1.00);
}
.container .gallery .thumbnail {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	float: none;
	clear: none;
}

.hero_header {
	padding-left: 10px;
	padding-right: 10px;
	line-height: 22px;
	text-align: center;
	font-family: "Adobe Song Std L", "HG丸ｺﾞｼｯｸM-PRO", "A-OTF 新丸ゴ Pro B";
	font-size: small;
	white-space: nowrap;
}
.container .header .logo {
	color: rgba(255,255,255,1.00);
	font-family: "Adobe Song Std L", "HG丸ｺﾞｼｯｸM-PRO", "A-OTF 新丸ゴ Pro B";
	letter-spacing: 0em;
	padding-top: 6px;
	border-top-left-radius: 22px;
	border-top-right-radius: 22px;
	font-size: small;
	padding-bottom: 6px;
}
.container .header #menu {
	width: 100%;
	float: none;
	clear: left;
}
.container #contact {

}
.container .copyright {
	font-family: "Adobe Song Std L", "HG丸ｺﾞｼｯｸM-PRO", "A-OTF 新丸ゴ Pro B";
	font-size: small;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-left: auto;
	padding-right: auto;
	line-height: 17px;
}
.container .main .photo1 {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}
.container .header .logo {
	font-family: "Adobe Song Std L", "HG丸ｺﾞｼｯｸM-PRO", "A-OTF 新丸ゴ Pro B";
	font-size: medium;
}
.secondary_header {
    display: inline-block;
    height: 40px;
}
.header .secondary_header ul {
}
.secondary_header ul li {
    clear: left;
    min-width: 100%;
    border-spacing: 23px 18px;
    height: 41px;


}
#contact .button {
	width: 80%;
}
.main .kaigolist {
	width: 100%;
	margin-left: -40px;
}

.container .main {
	margin-left: 0px;
	font-size: small;
	font-family: "Adobe Song Std L", "HG丸ｺﾞｼｯｸM-PRO", "A-OTF 新丸ゴ Pro B";
}
.main .image_right {
	width: 100%;
	height: auto;
	float: none;
	clear: none;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: -20px;
}
.container .main .h2 {
	font-size: small;
	margin-left: 0px;
	text-align: center;
}
.container .main .photo2 {
	width: 100%;
	margin-left: auto;
}
.container .main .photo3 img{
	width: 100%;
	height: auto;
	margin-right: auto;
	margin-bottom: -13px;
}
.gallery .test li {
	min-width: 100%;
	background-color: rgba(239,238,236,1.00);
}

.container .gallery .map_l {
	display: none;
}
.container .gallery .map_s {
	width: 300px;
	display: block;
}

.gallery .midcon ul li {
	list-style-image: none;
	list-style-type: none;
	font-size: medium;
	color: rgba(255,127,2,1.00);
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	background-color: rgba(252,227,203,1.00);
	padding-left: 14px;
	padding-right: 14px;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-bottom: 8px;
	border-radius: 15px;
	width: 90%;
	margin-right: auto;
	display: block;
	margin-left: -22px;
}
.gallery blockquote .headimage {
    width: 160%;
    margin-left: -30%;
    margin-top: 77px;
}







}

/* Small Tablets */
@media (min-width: 321px)and (max-width: 640px) {

.text_column {
	width: 100%;
	text-align: left;
	padding: 0;
}

.column {
	width: 100%;
	margin-top: 0px;
}
#contact .hero_header {
	white-space: nowrap;
	line-height: 22px;
}
.container .gallery .thumbnail {
	width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	float: none;
	min-width: 100%;
}



.thumbnail a .cards {
	max-height: 100%;
}


.text_column {
	padding-left: 20px;
	padding-right: 20px;
	width: 90%;
}


.profile {
	width: 80%;
}
#contact .button {
	font-family: "Adobe Song Std L", "HG丸ｺﾞｼｯｸM-PRO", "A-OTF 新丸ゴ Pro B";
	width: 70%;
}
.container .main .photo1 {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	float: none;
	clear: none;
}



.intro .column p {
	width: 90%;
	text-align: left;
	padding-left: 0px;
	text-shadow: 1px 1px 2px rgba(1,1,1,1.00);
	font-weight: bold;
	font-family: "Adobe Song Std L", "HG丸ｺﾞｼｯｸM-PRO", "A-OTF 新丸ゴ Pro B";
}
.gallery .test li {
	min-width: 100%;
	margin-left: auto;
	margin-right: auto;

}

.main .kaigolist {
	margin-right: auto;
	width: 90%;
	height: auto;
}
.container .copyright {
	font-family: "Adobe Song Std L", "HG丸ｺﾞｼｯｸM-PRO", "A-OTF 新丸ゴ Pro B";
	white-space: nowrap;
}
.container .copyright2 {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	text-align: center;
	font-size: small;
	color: rgba(76,76,76,1.00);
}
.container .header {
	border-top-left-radius: 22px;
	border-top-right-radius: 22px;
}
.container .header .logo {
	border-top-left-radius: 22px;
	border-top-right-radius: 22px;
	font-family: "Adobe Song Std L", "HG丸ｺﾞｼｯｸM-PRO", "A-OTF 新丸ゴ Pro B";
	font-size: medium;
	padding-top: 8px;
	padding-bottom: 8px;
}
.secondary_header {
	display: inline-block;
	height: auto;
	padding-bottom: 0px;
}
.secondary_header ul li {
    clear: left;
    width: 100%;
    min-width: 100%;
    font-family: "Adobe Song Std L", "HG丸ｺﾞｼｯｸM-PRO", "A-OTF 新丸ゴ Pro B";
    font-size: medium;
    height: 35px;
}
.copyright {
	white-space: nowrap;
	font-family: "Adobe Song Std L", "HG丸ｺﾞｼｯｸM-PRO", "A-OTF 新丸ゴ Pro B";
	font-size: small;
	line-height: 1.5em;
}
.container .main {
	margin-left: 0px;
	font-size: small;
	font-family: "Adobe Song Std L", "HG丸ｺﾞｼｯｸM-PRO", "A-OTF 新丸ゴ Pro B";
}
.container .main .maincolumn {
	width: 95%;
	clear: both;
}
.container .main .ryoukin {
	width: 100%;
	margin-left: 0px;
}
.main .image_right {
	clear: both;
	width: 100%;
	float: right;
}

.container .main .photo2 {
	width: 90%;
}
.main .photo3 img {
	width: 100%;
	height: auto;
	margin-bottom: -16px;
}
.container .main .h2 {
	font-size: large;
}



.container .gallery .map_l {
	display: none;
}
.container .gallery .map_s {
	display: block;
	margin-left: auto;
	margin-right: auto;
	float: none;
	clear: none;
	width: 100%;
}
.gallery h3 {
}

.gallery .midcon ul li {
	list-style-image: none;
	list-style-type: none;
	font-size: large;
	color: rgba(255,127,2,1.00);
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	background-color: rgba(252,227,203,1.00);
	padding-left: 14px;
	padding-right: 14px;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-bottom: 8px;
	border-radius: 15px;
	width: 90%;
	display: block;
	margin-left: -8px;
}
.gallery blockquote .headimage {
    width: 120%;
    margin-left: -10%;
    margin-right: auto;
}









}

/* Small Desktops */
@media (min-width: 641px) and (max-width: 1096px) {
.text_column {
	width: 100%;
}


.text_column {
	width: 90%;
	margin: 0;
	padding: 20px;
}
.container .gallery .thumbnail {
	display: block;
	float: left;
	min-width: 45%;
	margin-left: 2%;
	margin-right: 2%;
}

.container .header .logo {
	padding-top: 8px;
	font-family: "Adobe Song Std L", "HG丸ｺﾞｼｯｸM-PRO", "A-OTF 新丸ゴ Pro B";
	font-size: large;
	padding-bottom: 8px;
}
.intro .column p {
	width: 80%;
}

.container .copyright {
	font-family: "Adobe Song Std L", "HG丸ｺﾞｼｯｸM-PRO", "A-OTF 新丸ゴ Pro B";
	white-space: nowrap;
}


.container .copyright2 {
	font-size: small;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}


#contact .hero_header {
	font-family: "Adobe Song Std L", "HG丸ｺﾞｼｯｸM-PRO", "A-OTF 新丸ゴ Pro B";
}



#contact .button {
	font-family: "Adobe Song Std L", "HG丸ｺﾞｼｯｸM-PRO", "A-OTF 新丸ゴ Pro B";
	width: 50%;
}
.copyright {
	font-family: "Adobe Song Std L", "HG丸ｺﾞｼｯｸM-PRO", "A-OTF 新丸ゴ Pro B";
	font-size: medium;
	white-space: nowrap;
}

.container .main {
	margin-left: 10px;
}
.main .image_right {
	width: 35%;
	float: right;
}
.container .main .photo2 {
	width: 30%;
	margin-left: 2%;
	margin-right: auto;
}
.gallery .test  {
	display: flex;
	flex-wrap: wrap
	
}
.gallery .test li {
	min-width: 47%;
	height: auto;
}

.gallery .test li a .cards {
	max-width: 90%;
	height: auto;	
}
.container .gallery .map_s {
	display: none;
}

.gallery .midcon ul li {
	list-style-image: none;
	list-style-type: none;
	font-size: x-large;
	color: rgba(255,127,2,1.00);
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	background-color: rgba(252,227,203,1.00);
	padding-left: 14px;
	padding-right: 14px;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-bottom: 8px;
	border-radius: 15px;
	width: 80%;
	margin-right: auto;
	display: block;
	margin-left: auto;
}












}


.secondary_header {
    width: 100%;
    padding-top: 2px;
    padding-bottom: 2px;
    background-color: #8866cc;
    clear: left;
}
.secondary_header ul li {
    list-style: none;
    float: left;
    margin-right: auto;
    margin-top: 5px;
    font-family: "Source Sans Pro";
    font-weight: normal;
    color: #FFFFFF;
    letter-spacing: 1px;
    margin-left: auto;
    text-align: center;
    width: 16.6%;
    transition: all 0.3s linear;
}
.container .secondary_header ul {
	margin-top: 0%;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	width: 100%;
	float: none;
}
.main .photo1 {
	width: 35%;
	display: block;
	clear: left;
	float: right;
	margin-right: 10%;
	margin-left: auto;
}
.container .gallery .estate_photobox {






}

.gallery div .estate_photo {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}
div p .usedimage {
	width: 90%;
}
