.pre-off {display: none;}

.photos {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.photos li {
	width: 49%;
	margin: 0%;
	line-height: 0px;
	margin-bottom: 10px;
}

.photos li img{
	width: 100%;
	margin: 0%;
	line-height: 0px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}


.photos li span{
	padding-top: 5px;
	display: block;
	font-size: 11pt;
	line-height: 23px;
	font-weight: normal;
	text-align: center;
	color: #FD6262;
}




.room {
	width: 70%;
	line-height: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px!important;
	/*padding: 0px!important;*/
	/*margin-top: 15px!important;*/
}

.room img {
	margin-top: 15px!important;
	padding: 0px!important;
	display: block;
	width: 100%;
	height: auto;
	line-height: 0px;
	height: 150px;
	object-fit: cover;
	font-family: "object-fit: cover;";
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	box-sizing:border-box;
	-webkit-box-shadow: 1px 1px 10px rgba(0,0,0,.1);
	-moz-box-shadow: 1px 1px 10px rgba(0,0,0,.1);
	-o-box-shadow: 1px 1px 10px rgba(0,0,0,.1);
	box-shadow: 1px 1px 10px rgba(0,0,0,.1);
	/*border: 3px solid #FFF;*/
}


.spacefull {padding: 10px;}
.towbox {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.towbox li {
	width: 48%;
	margin: 1%;
}

.bnbutton h3{
	font-family: 'YakuHanMP','Noto Serif JP', sans-serif;
	/*font-family: 'YakuHanJP', 'Noto Sans JP', sans-serif;*/
	font-size: 12pt;
	line-height: 25px;
	font-weight: 500;
	margin: 0px;
	padding: 0px;
	color: #64554e;
}
.bnbutton p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 18px;
	font-weight: 500;
	margin: 0px;
	padding: 0px;
	color: #FF8800;
}
.bnbutton .mysvg {
	width: 70px;
	margin-right: auto;
	margin-left: auto;
	line-height: 0px;
	color: #64554e;
	fill: currentColor;
}
.bnbutton {
	display: block;
	text-align: center;
	text-decoration: none;
	line-height: 22px;
	outline: none;
	font-size: 11pt;
	text-transform: uppercase;
	margin-right: auto;
	margin-left: auto;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.bnbutton::before,
.bnbutton::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.bnbutton,
.bnbutton::before,
.bnbutton::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.bnbutton {
	background-color: #FFF;
	color: #372a22;
	-webkit-box-shadow: 1px 1px 15px rgba(0,0,0,.5);
	-moz-box-shadow: 1px 1px 15px rgba(0,0,0,.5);
	-o-box-shadow: 1px 1px 15px rgba(0,0,0,.5);
	box-shadow: 1px 1px 15px rgba(0,0,0,.5);
}
.bnbutton:hover {
	background-color: #FFF;
	color: #372a22;
	-webkit-box-shadow: 1px 1px 15px rgba(0,0,0,.5);
	-moz-box-shadow: 1px 1px 15px rgba(0,0,0,.5);
	-o-box-shadow: 1px 1px 15px rgba(0,0,0,.5);
	box-shadow: 1px 1px 15px rgba(0,0,0,.5);
}





div.swap {
	width: 100%;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	
}
div.swap div{
	margin-bottom: 10px;
	/*height: 295px;*/
	overflow: hidden;
}
div.swap div img {
	/*background-color: #F9F9F9;*/
	width: 100%;
	height: auto;
	/*object-fit: contain;
	font-family: "object-fit: contain;";*/
}
div.swap li a {
	height: auto;
	text-align: center;
	padding: 0px;
	font-size: 0px;
	line-height: 0px;
	position: relative;
	display: block;
}
.products-space {
	width: 100%;
	margin-right: auto;
	padding-top: 0px;
	justify-content: center;
	display: flex;
	flex-wrap: wrap;
	margin-left: auto;
	margin-bottom:30px;
}
.products-space li{width: 18%;margin: 1%;}
.products-space img{
	display: block;
	width: 100%;
	height: auto;
	line-height: 0px;
	height: 60px;
	object-fit: cover;
	font-family: "object-fit: cover;";
}



.midashi-line {
	box-sizing: border-box;
	display: block;
	text-align: center;
	font-family: 'YakuHanJP','Noto Sans JP', sans-serif;
	font-size: 13pt;
	line-height: 25px;
	font-weight: 500;
	position: relative;
	text-transform: uppercase;
	width: 100%;
	color: #FFF;
	position: relative;
	background: #14A0A0;
	padding: 20px;
	margin-bottom:30px;
}

.midashi-line:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #14A0A0;
}

.wrap-space {
	justify-content: space-between;
	display: flex;
	flex-wrap: wrap;
	/*align-items: center;*/
}

.image-box {width: 100%;}
.image-box img{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.comennt-box1 { margin-bottom:10px;}
.comennt-box1 h2 {
	font-size: 14pt;
	line-height: 28px;
	font-weight: 500;
	margin-bottom: 20px;
	text-align: center;
	color: #3db419;
	/*color: #FF8000;*/
}
.comennt-box1 p {
	font-size: 11pt;
	line-height: 26px;
	margin-bottom:10px;
}

/*.wrap-space:not(:last-child) {margin-bottom: 50px;}
.wrap-space:nth-child(even) {flex-direction: row-reverse;}*/


.wakugumi div:not(:last-child) {
	margin-bottom: 20px;
}
.wakugumi {}

.wakugumi div {}
.wakugumi span {
	color: #3DB418;
	margin-right: 3px;
}


.wakugumi div img{
	text-align: center;
	margin-bottom: 10px;
	line-height: 0px;
	padding-top: 10px;
	display: table;
	margin-right: auto;
	margin-left: auto;
}


.wakugumi h4{
	font-family: 'YakuHanMP', Renner;
	font-size: 20pt;
	line-height: 40px;
	font-weight: 500;
}
.wakugumi h4 a {
	color: #46352D!important;
	text-decoration: underline!important;
}
.wakugumi h4 span {
	font-size: 10pt;
	font-weight: 500;
	color: #46352D;
}



.wakugumi h3{
	font-family: 'YakuHanJP','Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13pt;
	line-height: 25px;
	font-weight: 500;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e3e3e3;
	margin-bottom: 10px;
	padding-bottom: 5px;
}

.wakugumi h4{
	font-family: 'YakuHanJP','Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12pt;
	line-height: 25px;
	font-weight: 500;
	margin-bottom: 10px;
}

.wakugumi p{
	font-family: 'YakuHanJP','Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 11pt;
	line-height: 25px;
	font-weight: normal;
	margin-bottom: 5px;
}


.telnum4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15pt;
	line-height: 28px;
	font-weight: 600;
	padding-top: 6px;
	margin-bottom: 6px;
}


.force {
	/*align-items: center;*/
	/*width: 49%;*/
	margin-bottom:2%;
	/*display: flex;
	justify-content: space-between;
	flex-wrap: wrap;*/
	box-sizing: border-box;
	padding: 30px;
	-webkit-box-shadow: 1px 1px 25px rgba(0,0,0,.1);
	-moz-box-shadow: 1px 1px 25px rgba(0,0,0,.1);
	-o-box-shadow: 1px 1px 25px rgba(0,0,0,.1);
	box-shadow: 1px 1px 25px rgba(0,0,0,.1);
}

.force p {
	
	/*width: 47%;*/
}
.force p img {
	line-height: 0px;
	/*padding-bottom:30%;*/
	/*height: 45vh;*/
	/*height: 190px;
	object-fit: cover;
	font-family: "object-fit: cover;";*/
	margin-bottom:15px;
}
.comennt-box4 {
	/*width: 48%;*/
	
}
.comennt-box4 h3 span {
	box-sizing: border-box;
	font-size: 13pt;
	line-height: 30px;
	font-weight: 500;
	color: #FFF;
	text-align: center;
	display: inline-block;
	height: 30px;
	background-color: #14A0A0;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	width: 30px;
	vertical-align: 10%;
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 8px;	/*position: absolute;
	left: 0px;
	margin-top: -40px;
	margin-left: -165px;
	top: 0px;*/
}
.comennt-box4 h3 {
	font-family: 'YakuHanJP','Noto Sans JP', sans-serif;
	box-sizing: border-box;
	font-size: 14pt;
	line-height: 29px;
	font-weight: 600;
	color: #14A0A0;
	margin-bottom: 5px;
	position: relative;
}
.comennt-box4 h4 {
	font-family: 'YakuHanJP','Noto Sans JP', sans-serif;
	font-size: 12pt;
	line-height: 26px;
	font-weight: normal;
}


.conspace2:not(:last-child) {margin-bottom: 50px;}
.conspace2 {}
.conwaku2 {
	box-sizing: border-box;
	padding: 20px;
	-webkit-box-shadow: 1px 1px 25px rgba(0,0,0,.1);
	-moz-box-shadow: 1px 1px 25px rgba(0,0,0,.1);
	-o-box-shadow: 1px 1px 25px rgba(0,0,0,.1);
	box-shadow: 1px 1px 25px rgba(0,0,0,.1);
}
.conwaku2 p{
	position: relative;
	z-index: 5;
}
.conspace2 h2 {
	font-family: 'YakuHanJP', 'Noto Sans JP', sans-serif;
	font-size: 13pt;
	line-height: 29px;
	font-weight: 500;
	color: #FFF;
	background-color: #14A0A0;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.conspace2 h3 {
	font-family: 'YakuHanJP','Noto Sans JP', sans-serif;
	font-size: 11pt;
	line-height: 26px;
	font-weight: normal;
}







.conspace:not(:last-child) {margin-bottom: 50px;}
.conspace {}
.conwaku {
	box-sizing: border-box;
	padding: 30px;
	-webkit-box-shadow: 1px 1px 25px rgba(0,0,0,.1);
	-moz-box-shadow: 1px 1px 25px rgba(0,0,0,.1);
	-o-box-shadow: 1px 1px 25px rgba(0,0,0,.1);
	box-shadow: 1px 1px 25px rgba(0,0,0,.1);
}
.conwaku p{
	position: relative;
	z-index: 5;
}
.conspace h3 {
	font-family: 'YakuHanJP','Noto Sans JP', sans-serif;
	font-size: 11pt;
	line-height: 26px;
	font-weight: normal;
}






.tittle1 {
	font-family: 'YakuHanJP','Noto Sans JP', sans-serif;
	font-size: 13pt;
	line-height: 26px;
	font-weight: 600;
	margin-bottom: 10px;
	padding-left: 10px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #14A0A0;
	margin-top: 10px;
}


.photo1 {padding-top: 10px;padding-bottom: 10px;}
.photo1 li {
	width: 100%;
}
.photo1 li img {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.photo1 li span{
	display:block;
	font-family: 'YakuHanJP','Noto Sans JP', sans-serif;
	font-size: 10pt;
	line-height: 22px;
	font-weight: normal;
	text-align: center;
	padding-top:10px;
}
.photo2 {
	padding-top: 10px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-bottom: 10px;
}
.photo2 li {
	width: 48%;
}
.photo2 li img {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.photo2 li span{
	display: block;
	font-family: 'YakuHanJP','Noto Sans JP', sans-serif;
	font-size: 10pt;
	line-height: 22px;
	font-weight: normal;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 10px;
}







.onebox {padding-top:20px;}
.onebox li {margin-bottom: 10px;}

.times{
	border: 3px solid #FF6602;
	box-sizing: border-box;
	padding: 20px;
}

#kotsu {
	margin-top: -80px;
	padding-top: 80px;
}
#page1,#page2,#page3,#page4,#page5,#page6,#page7,#page8,#page9 {
	margin-top: -70px;
	padding-top: 70px;
	line-height: 0px;
}



.pconly {display:none;}
#wrapper {
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;	
}
.bluebk {
	color: #FFF;
	background-color: #03B1D6;
	margin-bottom: 15px;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	clear: both;
}
.btmspace {
	padding: 10px;
	font-size: 11pt;
}

.fullimage img {
	width: 100%;
	height: 200px;
	object-fit: cover;
	font-family: "object-fit: cover;";
	line-height: 0px;
	display: block;
}
.fullimage2  {padding-top: 25px;}
.fullimage2 img {
	width: 100%;
	line-height: 0px;
	display: block;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.fullimage3 img {
	width: 100%;
	line-height: 0px;
	display: block;
	margin-bottom: 30px;
}
.shikaimage {
	line-height: 0px;
	margin-bottom: 15px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.shikaimage img {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.shikaimage2 {
	line-height: 0px;
	
}

.btm-space4 {
	width: 70%;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
.komoji {
	font-size: 10pt;
	line-height: 22px;
	padding-bottom: 3px;
}
.aomoji {
	color: #03B1D6;
	margin-right: 2px;
}
.medicalinfo {
	display: table;
	margin-right: auto;
	margin-left: auto;
}
.second-tittle-text {
	font-size: 12pt;
	line-height: 25px;
	font-weight: 700;
	font-variant: normal;
	text-align: center;
	margin-right: auto;
	margin-left: -150px;
	position: absolute;
	left: 50%;
	width: 300px;
	color: #FFF;
	margin-top: 25%;
}
.animal {
	width: 80px;
	position: absolute;
	right: 0px;
	z-index: 300;
	top: 10px;
	margin-top: 21%;
	margin-right: 5px;
	transform: rotate( -10deg );
	-moz-transform:    rotate( -10deg );  /* Firefox用 */
	-webkit-transform: rotate( -10deg );  /* Chrome,Safari,新しいOpera用 */
	-o-transform:      rotate( -10deg );  /* 古いOpera用 */
	-ms-transform:     rotate( -10deg );  /* IE9用 */
	border: 3px solid #FFF;
	box-shadow: 0 1px 4px rgba(0,0,0,.3);
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.3);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,.3);
	-o-box-shadow: 0 1px 4px rgba(0,0,0,.3);
	line-height: 0px;
	background-color: #FFF;
}
.greetingimage {
	width: 60%;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.pet-image {
	float: left;
	width: 70px;
	margin-right: 10px;
	line-height: 0px;
}

.futomoji {
	font-size: 18pt;
	font-weight: 800;
	color: #C66;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
}

.second-main {}

.pankuzu-space {
	position:relative;
	/*background-color: #F5F2EA;*/
	/*margin-right: 10px;
	margin-left: 10px;*/
}

.namisen2 {
	position: absolute;
	z-index: 3;
	width: 100%;
	left: 0px;
	right: 0px;
	top: 0px;
	margin-top: 65px;
}
.pankuzu {
	margin-right: auto;
	margin-left: 7px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 65px;
	color: #FFF;
	background-image: url(../img/body/pankuzu.jpg);
	-webkit-border-top-left-radius: 3px;
-webkit-border-bottom-left-radius: 3px;
-moz-border-radius-topleft: 3px;
-moz-border-radius-bottomleft: 3px;
border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
}


.tittles {
	box-sizing: border-box;
	padding-top: 150px;
	padding-bottom: 20px;
}
.pankuzu h2 {
	font-family: 'YakuHanJP', 'Noto Sans JP', sans-serif;
	color: #46352D;
	font-weight: 500;
	font-size: 14pt;
	line-height: 25px;
	display: block;
	background: rgba(255,255,255,0.8);
	-webkit-backdrop-filter: blur(2px);
	backdrop-filter: blur(2px);  
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 15px;
	margin-left: 13px;
	margin-right: 13px;
}


.pages {
	margin-top: -20px;
	margin-right: 13px;
	margin-left: 20px;
	/*width: 100%;*/
	color: #fff;
	font-size: 8pt;
	line-height: 18px;
	display: flex;
	flex-wrap: wrap;
	font-family: 'YakuHanJP', 'Noto Sans JP', sans-serif;
	position: relative;
	z-index: 2;
	background-color: #FC6263;
	padding: 15px;
}
.pages li {
	color: #fff;
	margin-right: 2px;
	margin-left: 2px;
}
.pages li i{
	font-size: 6pt;
	vertical-align: 8%;
	display: inline-block;
}

.pages li a {
	color: #fff;
	display: block;
}
.pages li a:hover {
	color: #fff;
	text-decoration: underline;
}





.menu-icons {
	display: inline-block;
	vertical-align: -12%;
	margin-right: 5px;
}
.menu-icons img {
	width: 30px;
}





.names {
	font-size: 13pt;
	font-weight: 600;
	display: table;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: auto;
	padding-top: 30px;
}
.titlle1 {
	font-size: 14pt;
	line-height: 30px;
	font-weight: 600;
	color: #002D87;
	padding-bottom: 20px;
	text-align: center;
}
.leftharfe {
	width: 48%;
	margin-right: 1%;
	margin-bottom: 2%;
	margin-left: 1%;
	float: left;
}
.bigtex {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 20pt;
	margin-right: 10px;
	color: #01B1D4;
	float: left;
	line-height: 30px;
}
.mojigumi2 {
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 10px;
	background-color: #FFF;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 30px;
	/*-webkit-box-shadow: 3px 5px 5px rgba(0,0,0,.1);
	-moz-box-shadow: 3px 5px 5px rgba(0,0,0,.1);
	-o-box-shadow: 3px 5px 5px rgba(0,0,0,.1);
	box-shadow: 3px 5px 5px rgba(0,0,0,.1);*/
}

.up5 {padding-top: 5px;}
.up10 {padding-top: 10px;}
.up15 {padding-top: 15px;}
.up20 {padding-top: 20px;}
.up25 {padding-top: 25px;}
.up30 {padding-top: 30px;}


.faqspace:not(:last-child) {margin-bottom: 20px;}


.faqspace {
	padding: 20px;
	color: #46352D;
	box-sizing: border-box;
	background-color: #FFF;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 1px 1px 35px rgba(0,0,0,.1);
	-moz-box-shadow: 1px 1px 35px rgba(0,0,0,.1);
	-o-box-shadow: 1px 1px 35px rgba(0,0,0,.1);
	box-shadow: 1px 1px 35px rgba(0,0,0,.1);
}
.ques-line {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #D6D6D6;
	font-weight: 600;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.ques {
	font-family: 'YakuHanJP', 'Noto Sans JP', sans-serif;
	font-size: 13pt;
	line-height: 25px;
	font-weight: 500;
}

.answer {
	font-family: 'YakuHanJP', 'Noto Sans JP', sans-serif;
	font-size: 11pt!important;
	line-height: 25px!important;
	margin-bottom: 10px;
	
}

.engbigs {
	font-size: 30pt;
	line-height: 55px;
	color: #AD8D64;
	font-family: 'YakuHanMP', Renner;
	font-weight: 600;	
}



.titlle2 {
	font-size: 14pt;
	line-height: 30px;
	color: #333333;
	margin-bottom: 10px;
	padding-bottom: 2px;
	padding-top: 2px;
	padding-left: 15px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #002D87;
	font-weight: 600;
}
.dangumi {
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 25px;
}
.dangumi2 {
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 5px;
}
.leftphoto {
	width: 90%;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	line-height: 0px;
}
.right-textbox {
	overflow: hidden;
}
.tittle5 {
	font-size: 12pt;
	line-height: 26px;
	font-weight: 600;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-top: 10px;
}


.textbox {
	padding-top: 30px;
	padding-bottom: 30px;
}

.textbox1 {
	padding-top: 30px;
	padding-bottom: 50px;
}


.textbox1s {
	padding-top: 30px;
	padding-bottom: 15px;
}

.textbox1sc {
	padding-top: 15px;
	padding-bottom: 15px;
}

.textbox1s2 {
	padding-top: 15px;
	padding-bottom: 30px;
}


.kakomi5 {
	font-size: 13pt;
	line-height: 60px;
	background-color: #1376AA;
	height: 60px;
	margin-bottom: 10px;
	color: #FFF;
	padding-left: 20px;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
	font-weight: 600;
}
.kakomi5s {
	font-size: 11pt;
	line-height: 40px;
	background-color: #FFF;
	height: 40px;
	margin-bottom: 10px;
	color: #FF9900;
	padding-left: 20px;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
	border: 5px solid #FF9900;
}
.bkblue {
	color: #FFF;
	background-color: #FF9900;
	padding-top: 35px;
	padding-right: 15px;
	padding-bottom: 35px;
	padding-left: 15px;
}
.komidashi5 {
	font-size: 14pt;
	line-height: 30px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 10px;
}
.siz20 {
	font-size: 20pt;
	padding-top: 5px;
}
.maruwaku1 {
	font-size: 11pt;
	line-height: 23px;
	color: #F60;
	text-align: center;
	font-weight: 500;
	font-variant: normal;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	border: 2px solid #F60;
}
.clinic-photo {
	line-height: 0px;
	width: 70%;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.clinic-text {
	font-size: 10pt;
	line-height: 18px;
}
.kakomi-space {
	border: 2px solid #F96;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
	padding: 10px;
	margin-bottom: 10px;
}
.clinic-tittle {
	font-size: 11pt;
	line-height: 30px;
	color: #FFF;
	background-color: #F96;
	height: 30px;
	text-align: center;
	margin-bottom: 5px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.shinryo {
	padding-top: 15px;
}
.maruwaku2 {
	font-size: 10pt;
	line-height: 40px;
	color: #FFF;
	background-color: #06C;
	float: left;
	height: 40px;
	width: 48%;
	margin-right: 1%;
	margin-bottom: 5px;
	margin-left: 1%;
	text-align: center;
	font-weight: 600;
	font-variant: normal;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
}
.maruwaku3 {
	font-size: 10pt;
	line-height: 40px;
	color: #FFF;
	background-color: #F90;
	height: 40px;
	width: 98%;
	margin-bottom: 5px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-weight: 600;
	font-variant: normal;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
}
.space80 {
	width: 30px;
	text-align: center;
	vertical-align: top;
}

.white-bk {
}
.texttops {
	vertical-align: middle;
}

.whbk {background-color: #FFF;position: relative;}
.tobk {background-color: #fafafa;position: relative;}
.bk {position: relative;}
.yellowbk2 {background-color: #fef007;position: relative;}
.yellowbk {background: linear-gradient(180deg, #FEF006 0%, #FEF006 50%, #fff 50%, #fff 100%);position: relative;}
.brownbk {background: linear-gradient(180deg, #fb6262 0%, #fb6262 130px, #fff 130px, #fff 100%);position: relative;}
.brownbk2 {background: linear-gradient(180deg, #ad8d64 0%, #ad8d64 200px, #fff 200px, #fff 100%);position: relative;}
.woodbk {
	background-position: center center;
	background-repeat: repeat;
	background-image: url(../img/body/woodbk.gif);
	background-size: 110%;
}

.white {color: #fff;}
.newsbk:not(:last-child) {margin-bottom: 30px;}

.newsbk {
	background-color: #fafafa;
	position: relative;
	-webkit-border-radius: 26px;
	-moz-border-radius: 26px;
	border-radius: 26px;
	
	margin-right: 10px;
	margin-left: 10px;
}

/*.tobk {
	position: relative;
	padding-top:30px;
	padding-bottom:30px;
}

.tobk::before{
	content: "";
	background-color: #fafafa;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	margin: 10px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	z-index: -1;
	box-sizing: border-box;
	
}*/

.mojikakomi {
	background-color: #FFF;
	padding: 5px;
}
.colicon {
	color: #F90;
}

.green {
	color: #85B300;
}
.blue {
	color: #09C;
}


.main-space {
	position: relative;
	/*margin-bottom: 20px;*/
	padding-top: 7px;
	background-color: #FFF;	/*background: linear-gradient(180deg, #faf3e2 0%, #faf3e2 50%, #fff 50%, #fff 100%);*/
}

.hanmaru {
	margin-top: 85px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

.main-image {
	margin-top: 85px;
	position: relative;
	height: 60vh;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url(../img/body/main-image.jpg);
	/*margin-left: 15px;
	-webkit-border-bottom-left-radius: 30px;
	-moz-border-radius-bottomleft: 30px;
	border-bottom-left-radius: 30px;*/

}

.slidecomennt {
	width: 80%;
	position: absolute;
	top: 32%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	z-index: 3;
}

.namisen {
	position: absolute;
	z-index: 1;
	width: 100%;
	left: 0px;
	right: 0px;
	bottom: 0px;
	margin-bottom: -6px;
}


.kokuban {
	background-image: url(../img/body/kokuban.jpg);
	background-repeat: repeat;
	background-position: center;
	background-size: cover;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #5B3A1F;
	border-bottom-color: #5B3A1F;	
}
.shop-photowaku {
	line-height: 0px;
	float: left;
	width: 48%;
	margin-bottom: 2%;
	margin-right: 1%;
	margin-left: 1%;
}
.item-text {
}
.itemimage {
	width: 250px;
	margin-right: auto;
	margin-left: auto;
	line-height: 0px;
}
.items {
	clear: both;
	margin-bottom: 10px;
	padding-top: 15px;
}

.top-main {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 65px;
	background-color: #2a69b7;
	line-height: 0px;
}
.info-space {
	background-color: #F8F4E9;
	clear: both;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E5E2D7;
}
.st-space {
	margin-right: 8px;
	margin-left: 8px;
	background-color: #FFF;
	
}
.wakuwaku {
	clear: both;
	background-image: url(../img/body/wood.jpg);
	background-repeat: repeat;
	background-position: center;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
}

.wakuwaku2 {
	clear: both;
	background-image: url(../img/body/wood2.jpg);
	background-repeat: repeat;
	background-position: center;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
}
.st-space2 {
	background-color: #FFF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	
	padding: 15px;
	clear: both;
	-webkit-box-shadow: 3px 5px 5px rgba(0,0,0,.3);
	-moz-box-shadow: 3px 5px 5px rgba(0,0,0,.3);
	-o-box-shadow: 3px 5px 5px rgba(0,0,0,.3);
	box-shadow: 3px 5px 5px rgba(0,0,0,.3);
}

.cha-bk {
	background-color: #E6D0B4;
	padding-top: 5px;
}

.spacer {
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
.clinic-waku {
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 15px;
}
.clinic-info a {display:block}

.feebox {
	font-family: 'YakuHanJP','Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	
}

.feebox li{
	padding-top: 10px;
	padding-bottom: 10px;
}

.feebox li h3 {
	font-size: 13pt;
	line-height: 23px;
	text-align: center;
	font-weight: 600;
	background-color: #F90;
	display: table;
	margin-right: auto;
	margin-left: auto;
	padding-top: 12px;
	padding-right: 95px;
	padding-bottom: 10px;
	padding-left: 95px;
	color: #FFF;
	-webkit-border-radius: 45px;
	-moz-border-radius: 45px;
	border-radius: 45px;
	margin-bottom:5px;
}


.feebox li h4 {
	font-size: 11pt;
	line-height: 26px;
	text-align: center;
	font-weight: 600;
	margin-bottom:10px;
}

.feebox li h4 span {
	font-size: 39pt;
	line-height: 65px;
	text-align: center;
	font-weight: 800;
	vertical-align: -10%;
	display: inline-block;
	margin-right: 2px;
	color: #F90;
}


.kakomi {
	font-size: 12pt;
	line-height: 30px;
	text-align: center;
	background-color: #E99E26;
	color: #FFFFFF;
	-webkit-border-radius: 44px;
	-moz-border-radius: 44px;
	border-radius: 44px;
	font-weight: 400;
	font-variant: normal;
	display: table;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	margin-bottom:10px;
}
.kakomi2 {
	font-size: 10pt;
	line-height: 18px;
	margin-bottom: 10px;
	background-color: #ECECEC;
	color: #333;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 15px;
}
.kakomi3 {
	font-size: 11pt;
	line-height: 25px;
	color: #FFF;
	text-align: center;
	display: table;
	margin-bottom: 10px;
	background-color: #8A694F;
	padding-right: 10px;
	padding-left: 10px;
	height: 25px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	box-shadow:-12px -18px 9px -50px #d9d9d9,5px 5px 0px -2px #d9d9d9;
	-moz-box-shadow:-12px -18px 9px -50px #d9d9d9,5px 5px 0px -2px #d9d9d9;
	-webkit-box-shadow:-12px -18px 9px -50px #d9d9d9,5px 5px 0px -2px #d9d9d9;
}
.kakomi4 {
	font-size: 10pt;
	line-height: 15px;
	margin-bottom: 5px;
	padding-top: 6px;
	padding-bottom: 5px;
	font-weight: 600;
	font-variant: normal;
	color: #F60;
}
.futo {
	font-weight: 800;
	font-variant: normal;
}
.info-text {
	font-size: 10pt;
	line-height: 17px;
	padding-bottom: 5px;
}
.rslides {
	
}

.logo {
	line-height: 0px;
	width: 180px;
	margin-left: -90px;
	position: absolute;
	z-index: 200;
	margin-top: 25px;
	left: 50%;
}
.social-eng {
	margin-top: 210px;
	position: absolute;
	z-index: 200;
	
}

.mojigumi {
	margin-right: 19px;
	margin-left: 19px;
	/*background-color: #fafafa;*/
	/*padding: 30px;*/
	margin-bottom: 40px;
	/*-webkit-box-shadow: 3px 5px 5px rgba(0,0,0,.1);
	-moz-box-shadow: 3px 5px 5px rgba(0,0,0,.1);
	-o-box-shadow: 3px 5px 5px rgba(0,0,0,.1);
	box-shadow: 3px 5px 5px rgba(0,0,0,.1);*/
}
.komidashi {
	font-size: 10pt;
	font-weight: 600;
	margin-bottom: 5px;
	display: table;
	margin-right: auto;
	margin-left: auto;
}


.faqspace {
	
	
}



/*.midashi1 {
	
	font-style: normal;
	font-size: 15pt;
	font-weight: 500;
	font-variant: normal;
	line-height: 27px;
	margin-bottom: 15px;
	text-transform: uppercase;
	text-align: center;
}*/

.midashi1 {
	font-family: 'YakuHanJP','Noto Sans JP', sans-serif;
	font-style: normal;
	font-size: 15pt;
	font-weight: 500;
	font-variant: normal;
	line-height: 27px;
	margin-bottom: 35px;
	text-transform: uppercase;
	text-align: center;
	position: relative;
}

.midashi1:before {
	content: "";
	background-color: #3db419;
	height: 5px;
	width: 30px;
	margin-bottom: -15px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.midashi1s {
	font-family: 'YakuHanJP','Noto Sans JP', sans-serif;
	font-style: normal;
	font-size: 13pt;
	font-weight: 500;
	font-variant: normal;
	line-height: 25px;
	margin-bottom: 12px;
	padding-left: 10px;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #DDC4A4;
}

.midashi2 {
	font-family: 'YakuHanJP', 'Noto Sans JP', sans-serif;
	font-style: normal;
	font-size: 13pt!important;
	font-weight: 500!important;
	font-variant: normal;
	line-height: 25px!important;
	margin-bottom: 10px!important;
	color: #3CB219;
}
.images2 {
	display: table;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:5px;
}


.images2 img{
	line-height: 0px;
	display: table;
	margin-right: auto;
	margin-left: auto;
}


.images {
	line-height: 0px;
	display: table;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:25px;
}

.images span{
	line-height: 22px;
	font-size: 11pt;
	display: block;
	margin-top: 10px;
	margin-bottom: 15px;
	text-align: center;
	font-weight: 500;
}

.midashi3 {
	font-family: 'YakuHanJP', 'Noto Sans JP', sans-serif;
	font-style: normal;
	font-size: 14pt;
	font-weight: 500;
	font-variant: normal;
	line-height: 28px;
	pading-top: 0px;
	text-align: center;
	margin-bottom:15px;
}

.midashi5 {
	font-family: 'YakuHanJP', 'Noto Sans JP', sans-serif;
	font-style: normal;
	font-size: 14pt;
	font-weight: 500;
	font-variant: normal;
	line-height: 28px;
	pading-top: 0px;
	text-align: center;
	margin-bottom:15px;
}

.three-box {
	justify-content: space-between;
	display: flex;
	flex-wrap: wrap;
}
.three-box li{width: 32%;}

.three-box li span{
	font-size: 10pt;
	font-weight: 500;
	font-variant: normal;
	line-height: 28px;
	pading-top: 5px;
	text-align: center;
	display:block;
}


.wakugumi {}

.prics-menu {
	justify-content: space-between;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.prics-menu {
	margin-bottom: 10px;
	border-bottom: 1px solid #e7dfd7;
	position: relative;
	padding-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
}


.prics-menu:before{
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 40px;
	height: 1px;
	content: '';
	background-color: #c4b7aa;
}

.name {
	/*font-family: 'YakuHanMP', 'Noto Serif JP', sans-serif;*/
	font-size: 11pt;
	line-height: 22px;
	font-weight: normal;
}
.kakaku {
	/*font-family: 'YakuHanMP', 'Noto Serif JP', sans-serif;*/
	font-size: 11pt;
	line-height: 22px;
	font-weight: normal;
}

/*.kakaku span {
	font-family: 'YakuHanMP', 'Noto Serif JP', sans-serif;
	font-size: 13pt;
	font-weight: 700;
	line-height: 22px;
	vertical-align: 1%;
	display: inline-block;
}*/

.menus img {
	line-height: 0px;
	margin-bottom:10px;
}

.m-mark {
	font-size: 9pt;
	color: #FFF;
	background-color: #FF8000;
	text-align: center;
	padding-right: 8px;
	padding-left: 8px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 3px;
	vertical-align: 13%;
	margin-right: 5px;
	margin-left: auto;
	padding-top: 3px;
	padding-bottom: 2px;
}
.menus {
	box-sizing: border-box;
	background-color: #FFF;
	padding: 15px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 1px 1px 25px rgba(0,0,0,.1);
	-moz-box-shadow: 1px 1px 25px rgba(0,0,0,.1);
	-o-box-shadow: 1px 1px 25px rgba(0,0,0,.1);
	box-shadow: 1px 1px 25px rgba(0,0,0,.1);
}
.menus:not(:last-child) {margin-bottom: 10px;}

.menus h3 {
	justify-content: space-between;
	display: flex;
	flex-wrap: wrap;
	font-family: 'YakuHanMP', 'Noto Serif JP', sans-serif;
	font-size: 13pt;
	font-weight: 700;
	line-height: 25px;
	margin-top:5px;
	margin-bottom: 5px;
	color: #5F1D0A;
}
.menus h3 s{
	font-size: 11pt;
	color: #666;
	margin-right:2px;
}


.tow-box {
	justify-content: space-between;
	display: flex;
	flex-wrap: wrap;
	padding-bottom:20px;
}

.tow-box li{
	width: 49%;
}

.tow-box li span{
	font-size: 10pt;
	line-height: 22px;
	text-align: center;
	padding-top: 5px;
	display: block;
}

.banner-link a {display: block;}

.topi-midashi {
	font-family: 'YakuHanJP','Noto Sans JP', sans-serif;
	font-size: 15pt;
	font-weight: 700;
	font-variant: normal;
	
	text-align: center;
	line-height: 22px;
	color: #000;
	margin-bottom: 20px;
	display: table;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
}


.topi-midashi2 {
	font-family: 'YakuHanJP','Noto Sans JP', sans-serif;
	font-size: 15pt;
	font-weight: 700;
	font-variant: normal;
	text-align: center;
	line-height: 22px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	background-color: #7BB904;
	color: #FFF;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 10px;
}




.topifuto {
	font-weight: 700;
	
}

.infos:not(:last-child) {margin-bottom: 10px;}

.infos {}

.infos li{
	color: #000;
	font-size: 11pt;
	font-variant: normal;
	line-height: 22px;
	font-weight: 600;
	margin-bottom: 3px;
	padding-bottom: 3px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000;	
}

.infos li:nth-child(2) {
	color: #000;
	font-size: 11pt;
	font-variant: normal;
	line-height: 22px;
	font-weight: normal;
	border: 0px;
}

.flows {
	display: block;
	position: relative;
	padding: 20px;
	background-color: #fff;
	color: #46352D;
	margin-bottom: 25px;
	font-size: 11pt;
	line-height: 24px;
	font-weight: normal;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 1px 1px 25px rgba(0,0,0,.2);
	-moz-box-shadow: 1px 1px 25px rgba(0,0,0,.2);
	-o-box-shadow: 1px 1px 25px rgba(0,0,0,.2);
	box-shadow: 1px 1px 25px rgba(0,0,0,.2);
}
.flows:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -10px;
	border: 10px solid transparent;
	border-top: 10px solid #fff;
}
.flows h3 {
	font-family: 'YakuHanJP', 'Noto Sans JP', sans-serif;
	font-size: 13pt;
	line-height: 24px;
	font-weight: 600;
	text-align: center;
	margin-bottom:10px;
}
.flows h3 span{
	font-family: 'YakuHanJP', 'Noto Sans JP', sans-serif;
	font-size: 11pt;
	line-height: 45px;
	font-weight: 600;
	text-align: center;
	background-color: #FEF006;
	height: 45px;
	width: 45px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	display: block;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}


.flows2 {
	display: block;
	position: relative;
	padding: 20px;
	background-color: #fff;
	color: #46352D;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 1px 1px 25px rgba(0,0,0,.2);
	-moz-box-shadow: 1px 1px 25px rgba(0,0,0,.2);
	-o-box-shadow: 1px 1px 25px rgba(0,0,0,.2);
	box-shadow: 1px 1px 25px rgba(0,0,0,.2);
}
.flows2 p {
	font-size: 11pt;
	line-height: 24px;
	font-weight: normal;
	padding-top:10px;
}
.flows2 h3 {
	font-family: 'YakuHanJP', 'Noto Sans JP', sans-serif;
	font-size: 13pt;
	line-height: 24px;
	font-weight: 600;
	text-align: center;
}

.flows2 h3 span{
	font-family: 'YakuHanJP', 'Noto Sans JP', sans-serif;
	font-size: 11pt;
	line-height: 45px;
	font-weight: 600;
	text-align: center;
	background-color: #FEF006;
	height: 45px;
	width: 45px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	display: block;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}

.text-list {
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.text-list li:nth-child(1) {
	font-size: 12pt;
	line-height: 25px;
	font-weight: 600;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #D6D5D6;
}


.balloon1 {
	
	text-align: center;
	position: relative;
	display: block;
	color: #FFF;
	font-size: 15pt;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 20px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background-color: #ea5514;
	padding-top: 20px;
	padding-bottom: 20px;
	font-weight: 500;
}

.balloon1:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -10px;
	border: 10px solid transparent;
	border-top: 10px solid #ea5514;
	
}


.balloon2 {
	position: relative;
	display: block;
	color: #FFF;
	font-size: 16px;
	margin-right: 0;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	margin-bottom: 15px;
	background-color: #ea2336;
}

.balloon2:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -10px;
	border: 10px solid transparent;
	border-top: 10px solid #F11D47;
	
}



.balloon3 {
	position: relative;
	display: block;
	color: #5B3A1F;
	font-size: 16px;
	margin-right: 0;
	margin-left: 0;
	padding-top: 13px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	margin-bottom: 15px;
	background-color: #FFC108;
}

.balloon3:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -10px;
	border: 10px solid transparent;
	border-top: 10px solid #FFC108;
	
}



.balloon4 {
	position: relative;
	display: block;
	color: #000;
	font-size: 10pt;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 15px;
	background-color: #E9E2D8;
	padding: 8px;
}

.balloon4:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border: 5px solid transparent;
	border-top: 5px solid #E9E2D8;
	
}



.eng-tittle {
	font-family: 'YakuHanJP','Noto Sans JP', sans-serif;
	font-size: 20pt;
	line-height: 30px;
	font-weight: 600;
	font-variant: normal;
	text-align: center;
	text-transform: uppercase;
	margin-bottom:10px;
}
.eng-rubi {
	font-size: 11pt;
	text-align: center;
	
	
	text-transform: uppercase;
	
}

.photo-space img {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.photo-space p {
	line-height: 0px;
	margin: 1%;
	float: left;
	width: 48%;
}


.line-text {
	margin-bottom: 17px;
	padding-bottom: 17px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.gretting-text {
	font-size: 10pt;
	line-height: 18px;
	padding-right: 5px;
	padding-left: 5px;
	margin-bottom: 10px;
}
.colb {
	color: #3e352c;
}
.top-logo {
	line-height: 0px;
	background-image: url(../img/body/top-logo.png);
	background-size:160px;
	background-repeat: no-repeat;
	height: 200px;
}

.second-tittle {
	font-size: 12pt;
	line-height: 22px;
	padding-left: 10px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #F60;
	margin-bottom: 15px;
}



.topics-space {
	padding-bottom: 5px;
}
.topi-tittle {
	font-size: 17pt;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #8b4491;
	letter-spacing: 10px;
	font-weight: 700;
	margin-bottom: 15px;
}



.normal8 {
	font-size: 8pt;
	line-height: 14px;
}
.normal9 {font-size: 9pt;}
.normal10 {font-size: 10pt;}
.normal11 {
	font-size: 11pt;
	color: #333;
}
.normal12 {font-size: 12pt;}
.normal13 {font-size: 13pt;}
.normal14 {font-size: 14pt;}
.normal15 {font-size: 15pt;}
.normal16 {font-size: 16pt;}
.normal17 {font-size: 17pt;}
.normal18 {font-size: 18pt;}
.normal19 {font-size: 19pt;}
.normal20 {font-size: 20pt;}
.normal21 {font-size: 21pt;}
.normal22 {font-size: 22pt;}
.normal23 {font-size: 23pt;}
.normal24 {font-size: 24pt;}
.normal25 {font-size: 25pt;}
.normal26 {font-size: 26pt;}
.normal27 {font-size: 27pt;}
.normal28 {font-size: 28pt;}


body {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	overflow-x: hidden;
	text-align: justify;
	text-justify: inter-ideograph;
	overflow-y: hidden;
	font-family: 'YakuHanJP', 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-repeat: repeat;
	background-position: center;
	background-color: #fff;
	color: #665138;
}

.down5 {padding-bottom: 5px;}
.down10 {padding-bottom: 10px;}
.down15 {padding-bottom: 15px;}
.down20 {padding-bottom: 20px;}
.down25 {padding-bottom: 25px;}
.down30 {padding-bottom: 30px;}
.down35 {padding-bottom: 35px;}
.down40 {padding-bottom: 40px;}

.siteimage img {
	line-height: 0px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

.siteimage2 img {
	line-height: 0px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	box-sizing: border-box;
	background-color: #F00;
	padding: 5px;
}

.btm-more {
	padding-top: 15px;
	clear: both;
}




.buttons {
	
}

.buttons p {
	width: 100%;
}
.infobanner {
	width: 98%;
	position: fixed;
	bottom: 0px;
	z-index: 15;
	box-sizing: border-box;
	margin:1%;
	-webkit-box-shadow: 1px 1px 25px rgba(0,0,0,.2);
	-moz-box-shadow: 1px 1px 25px rgba(0,0,0,.2);
	-o-box-shadow: 1px 1px 25px rgba(0,0,0,.2);
	box-shadow: 1px 1px 25px rgba(0,0,0,.2);
}



.button4 .mysvg{
	vertical-align: -10%;
	display: inline-block;
	width: 20px;
	margin-right: 5px;
	color: #fff;
	fill: currentColor;
}



.button4 {
	font-feature-settings: "palt";
	display: block;
	text-align: center;
	text-decoration: none;
	outline: none;
	font-size: 12pt;
	line-height: 25px;
	text-transform: uppercase;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 600;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
}
.button4::before,
.button4::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button4,
.button4::before,
.button4::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button4 {
	color: #fff;
	background-color: #9b7d57;
}
.button4:hover {
	color: #fff;
	background-color: #9b7d57;
}

.button4s .mysvg{
	vertical-align: -10%;
	display: inline-block;
	width: 20px;
	margin-right: 5px;
	color: #FFF;
	fill: currentColor;
}

.button4s {
	font-feature-settings: "palt";
	display: block;
	text-align: center;
	text-decoration: none;
	outline: none;
	font-size: 11pt;
	line-height: 25px;
	text-transform: uppercase;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 600;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
}
.button4s::before,
.button4s::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button4s,
.button4s::before,
.button4s::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button4s {
	color: #FFF;
	background-color: #000;	
}
.button4s:hover {
	color: #FFF;
	background-color: #000;
}



.btm-space {
	padding-top: 20px;
}

.btm-waku {
	display: table;
	margin-right: auto;
	margin-left: auto;
}
.btm-space2 {
	padding-top: 15px;
	
	float: left;
	margin-right: 5px;
	margin-left: 5px;
}


.button1 i{
	font-size: 9pt;
	vertical-align: 4%;
	display: inline-block;
}


.button1 {
	font-style: normal;
	font-size: 11pt;
	font-weight: 500;
	line-height: 20px;
	margin-right: auto;
	margin-left: auto;
	text-transform: uppercase;
	display: table;
	padding-top: 13px;
	padding-bottom: 13px;
	text-align: center;
	-webkit-border-radius: 46px;
	-moz-border-radius: 46px;
	border-radius: 46px;
	padding-right: 25px;
	padding-left: 25px;
}
.button1::before,
.button1::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button1,
.button1::before,
.button1::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button1 {
	color: #FFFFFF;
	background-color: #3db419;
}
.button1:hover {
	color: #FFFFFF;
	background-color: #3db419;
}




.button3 .mysvg{
	width: 17px;
	display: inline-table;
	vertical-align: -15%;
	margin-right: 6px;
	color: #fff;
	fill: currentColor;
}


.button3 {
	display: block;
	text-align: center;
	color: #fff!important;
	font-size: 12pt!important;
	font-weight: 500;
	padding: 15px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
}
.button3::before,
.button3::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button3,
.button3::before,
.button3::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button3 {
	color: #FFF;
	background-color: #987E5C;
}
.button3:hover {
	color: #FFF;
	background-color: #987E5C;
}








.button3s {
	display: table;
	text-align: center;
	text-decoration: none;
	line-height: 24px;
	outline: none;
	font-size: 11pt;
	margin-right: auto;
	margin-left: auto;
	padding-right: 30px;
	padding-left: 30px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	padding-top: 7px;
	width: 70%;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
.button3s::before,
.button3::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button3s,
.button3s::before,
.button3s::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button3s {
	color: #333;
	background-color: #FFF;
}
.button3s:hover {
	color: #FFF;
	background-color: #000;
}


.btms4 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-bottom: 25px;
	position: relative;
	z-index: 2;
}
.btms4 li{
	width: 24.5%;
	margin-bottom: 1%;
}

.btms3 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	/*padding-bottom: 25px;*/
	position: relative;
	z-index: 2;
}
.btms3 li{
	width: 32.5%;
	/*margin-bottom: 1%;*/
}

.btms {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-bottom: 25px;
	position: relative;
	z-index: 2;
}
.btms li{
	width: 49.5%;
	margin-bottom: 1%;
}

.button2 {
	display: block;
	text-align: center;
	text-decoration: none;
	line-height: 22px;
	outline: none;
	font-size: 11pt;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}
.button2::before,
.button2::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button2,
.button2::before,
.button2::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button2 {
	color: #FFF;
	background-color: #9B7D56;
}
.button2:hover {
	color: #FFF;
	background-color: #9B7D56;
}

.nayami-btmbox {
	display: table;
	margin-left: 2.7%;	
}
.nayami-btm li{
	margin: 1%;
	float: left;
	width: 30.3%;
}

.button5 {
	display: block;
	text-align: center;
	text-decoration: none;
	outline: none;
	font-size: 11pt;
	margin-right: auto;
	margin-left: auto;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	padding-top: 15px;
	font-weight: 600;
	font-variant: normal;
	line-height: 22px;
	padding-bottom: 15px;
}
.button5::before,
.button5::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button5,
.button5::before,
.button5::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button5 {
	color: #FFF;
	background-color: #003195;
}
.button5:hover {
	color: #FFF;
	background-color: #000;
}

.kaigyo {display: block;}

ul.pointcheck:not(:last-child) {margin-bottom: 10px;}

ul.pointcheck {
	list-style-type: none;
	padding-top: 0px;
	width: 100%;
	padding-left: 3px;
}
ul.pointcheck li{padding-left: 0.7em;} 
ul.pointcheck li:before {
	content: "\※";
	padding-right: 0.3em;
	position: absolute;
	left: -0.5em;
}
.pointcheck li {
	position: relative;
	font-size: 10pt;
	line-height: 18px;
}

ul.pointcheck0 {
	list-style-type: none;
	padding-top: 0px;
}
ul.pointcheck0 li{padding-left: 0.9em;}
ul.pointcheck0 li:before {
	content: "\●";
	padding-right: 0.3em;
	position: absolute;
	left: -0.2em;
	font-size: 9pt;
	color: #DDC4A4;
}
.pointcheck0 li {
	font-weight: normal;
	position: relative;
	font-size: 11pt;
	line-height: 24px;
}

.pointcheck1s {
	list-style-type: none;
	padding-top: 0px;
}
.pointcheck1s li span{
	font-size: 10pt;
	line-height: 22px;
	background-color: #F4F5F5;
	padding: 7px;
	margin-bottom: 5px;
	display: block;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.pointcheck1s li{
	font-weight: normal;
	font-size: 10pt;
	line-height: 22px;
	margin-bottom: 15px;
}

/*.pointcheck1s li:nth-child(odd) {
	font-size: 11pt;
	line-height: 24px;
}*/
/*ul.pointcheck1s li{padding-left: 0.9em;}
ul.pointcheck1s li:before {
	content: "\●";
	padding-right: 0.3em;
	position: absolute;
	left: -0.2em;
	font-size: 9pt;
	color: #DDC4A4;
}
.pointcheck1s li {
	font-weight: normal;
	position: relative;
	font-size: 11pt;
	line-height: 24px;
}
*/



ul.pointcheck1 {
	list-style-type: none;
	padding-top: 0px;
}
ul.pointcheck1 li{padding-left: 0.9em;}
ul.pointcheck1 li:before {
	content: "\●";
	padding-right: 0.3em;
	position: absolute;
	left: -0.2em;
	color: #FD6262;
}
.pointcheck1 li {
	font-weight: normal;
	position: relative;
	font-size: 11pt;
	line-height: 25px;
}
.pointcheck1 li span{
	color: #F00;
}

.zumen {
	width: 60%;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 15px;
}




ul.pointcheck6 {
	list-style-type: none;
	margin-bottom: 20px;
	padding-top: 0px;
	width: 100%;
}
ul.pointcheck6 li{padding-left: 0.9em;} 
ul.pointcheck6 li:before {
	content: "\※";
	padding-right: 0.3em;
	position: absolute;
	left: -0.2em;
}
.pointcheck6 li {
	position: relative;
	font-size: 10pt;
	line-height: 18px;
	text-align: left;
}

.pointcheck6 li span {
	color: #EA2336;
}




ul.pointcheck2s {
	list-style-type: none;
	margin-left: 10px;
	margin-bottom:5px;
}
ul.pointcheck2s li{padding-left: 0.7em;}
ul.pointcheck2s li:before {
	content: "\●";
	padding-right: 0.3em;
	position: absolute;
	left: -0.5em;
	color: #FEF006;
	margin-top: 2px;
	font-weight: 600;
}
.pointcheck2s li {
	font-family: 'YakuHanJP','Noto Sans JP', sans-serif;
	font-weight: normal;
	position: relative;
	font-size: 10pt!important;
	line-height: 22px!important;
}






ul.pointcheck2 {
	list-style-type: none;
	margin-left: 10px;
}
ul.pointcheck2 li{padding-left: 0.7em;}
ul.pointcheck2 li:before {
	content: "\●";
	padding-right: 0.3em;
	position: absolute;
	left: -0.5em;
	color: #3DB418;
	margin-top: 2px;
	font-weight: 600;
}
.pointcheck2 li {
	font-family: 'YakuHanJP','Noto Sans JP', sans-serif;
	font-weight: normal;
	position: relative;
	font-size: 11pt!important;
	line-height: 22px!important;
	margin-bottom:15px;
}

.pointcheck2 li span{
	display: block;
	font-size: 9pt;
	line-height: 15px;
	color: #000;
	padding-top: 5px;
}



ol.pointcheck3 {
	counter-reset: my-counter;
	padding-left: 5px;
	margin-bottom: 10px;
	list-style:none;
}

ol.pointcheck3 li{
	margin-bottom: 2px;
	padding-left: 20px;
	position: relative;
}
 
 
ol.pointcheck3 li:before {
	content: counter(my-counter);
	counter-increment: my-counter;
	background-color: #FEF006;
	color: #46352D;
	display: block;
	float: left;
	line-height: 20px;
	margin-left: -23px;
	text-align: center;
	height: 20px;
	width: 20px;
	border-radius: 50%;
	font-size: 9pt;
}
.pointcheck3 li {
	position: relative;
	font-size: 11pt;
	line-height: 21px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: left;
}


ul.pointcheck4 {
	list-style-type: none;
	padding-bottom: 15px;
	padding-top: 15px;
	display: table;
	margin-right: auto;
	margin-left: auto;
	
}

ul.pointcheck4 li{
	
	padding-left: 0.7em;
}
 
 
ul.pointcheck4 li:before {
	content: "\f1b0";
	/*content: "\●";*/
	font-family: "Font Awesome\ 5 Free";
	padding-right: 0.3em;
	position: absolute;
	left: -0.5em;
	color: #FF9900;
}
.pointcheck4 li {
	position: relative;
	font-size: 11pt;
	line-height: 22px;
	padding-top: 1px;
	padding-bottom: 1px;
	text-align: left;
	font-weight: 600;	
	color: #FFF;
}


.comennt {
	font-size: 10pt;
	line-height: 22px;
	font-weight: normal;
}


.comennt1 {
	font-size: 11pt;
	line-height: 25px;
	font-weight: normal;
	font-family: 'YakuHanJP','Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.comennt3 {
	font-size: 12pt;
	line-height: 25px;
	font-weight: normal;
	font-family: 'YakuHanJP','Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


.comennt2 {
	text-align: center;
	font-size: 11pt;
	line-height: 25px;
	font-weight: normal;
	font-family: 'YakuHanJP','Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.comennt2 span{
	font-size: 10pt;
	display: block;
}

.space1000 {
	margin-right: 15px;
	margin-left: 15px;
}




.telinfo {
	font-size: 11pt;
	padding-top: 5px;
	color: #01a896;
}

.telnum {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 600;
	font-style: normal;
	font-size: 17pt;
	line-height: 29px;
 }
.greeting-text {
	font-size: 10pt;
	line-height: 18px;
	padding-bottom: 10px;
}
.banner-bk {
	
}
.banners {
	width: 100%;
	line-height: 0px;
	margin-right: auto;
	margin-left: auto;
}
.banner-image1 {
	float: left;
	width: 33%;
	line-height: 0px;
	background-color: #F93;
}
.banner-image2 {
	float: left;
	width: 33%;
	line-height: 0px;
	background-color: #693;
}
.banner-image3 {
	float: right;
	width: 33%;
	line-height: 0px;
	background-color: #C66;
	padding-left: 1%;
}

.bicho-r5 {padding-right: 5px;}
.bicho-l5 {padding-left: 5px;}
.map-space {
	position: relative;
	padding-bottom: 95%;/*←高さを変更する*/
	height: 0;
	overflow: hidden;
	width: 100%;
	
	margin-right: auto;
	margin-left: auto;
	
}
.map-space iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}


.telnum2 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-style: normal;
	font-weight: 700;
	font-style: normal;
	font-size: 24pt;
	line-height: 40px;
	letter-spacing: 0px;
	color: #FFFFFF;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	font-variant: normal;
	margin-bottom: 10px;
 }


.banner-space li:not(:last-child) {margin-bottom: 10px;}

.banner-space {padding-top: 30px;margin-bottom: 30px;}
.banner-space li {
	margin-right: 20px;
	margin-left: 20px;
}


.banner-space li h3 .mysvg{
	color: #fff;
	fill: currentColor;
}

.banner-space li h3{
	font-family: 'YakuHanJP', 'Noto Sans JP', sans-serif;
	font-size: 13pt;
	font-weight: 500;
	font-variant: normal;
	line-height: 28px;
	/*margin-bottom: 20px;*/
	position: relative;
	text-align: center;
	color: #202020;
	background-color: #fff;
	padding: 15px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background-color: rgba(255, 255, 255, 0.6);
}



.banner-space li h3 span{
	font-size: 7pt;
	font-weight: 600;
	font-variant: normal;
	line-height: 18px;
	padding: 0px;
	text-align: right;
	position: absolute;
	top: 0px;
	right: 0px;
	margin-top: 12px;
	text-transform: uppercase;
	color: #FFF;

}
.banner-space li p {
	padding: 0px;
	font-size: 10pt;
	font-weight: normal;
	font-variant: normal;
	line-height: 20px;
}

.bnbk1 {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url(../img/body/s-01.jpg);
	width: 100%;
	-webkit-box-shadow: 1px 1px 35px rgba(0,0,0,.1);
	-moz-box-shadow: 1px 1px 35px rgba(0,0,0,.1);
	-o-box-shadow: 1px 1px 35px rgba(0,0,0,.1);
	box-shadow: 1px 1px 35px rgba(0,0,0,.1);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.bnbk2 {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url(../img/body/s-02.jpg);
	width: 100%;
	-webkit-box-shadow: 1px 1px 35px rgba(0,0,0,.1);
	-moz-box-shadow: 1px 1px 35px rgba(0,0,0,.1);
	-o-box-shadow: 1px 1px 35px rgba(0,0,0,.1);
	box-shadow: 1px 1px 35px rgba(0,0,0,.1);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.bn-button {
	width: 100%;
	display: block;
	padding-top: 110px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.bn-button::before,
.bn-button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.bn-button,
.bn-button::before,
.bn-button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.bn-button {
	color: #FFF;
	
}
.bn-button:hover {
	color: #FFF;
}

footer {
	color: #665138;
	background-color: #f5f2ea;
}



.foot-menu {
	/*display: flex;
	justify-content: space-between;
	flex-wrap: wrap;*/
	margin-right: 5%;
	margin-bottom: 30px;
	margin-left: 5%;
	padding-top:20px;
}
.foot-menu li {
	/*width: 49%;*/
	margin-bottom: 1.3%;
}
.foot-menu li a{
	font-size: 11pt;
	line-height: 22px;
	color: #665138;
	display: block;
	box-sizing: border-box;
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e8e6e1;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.foot-menu li a i{
	font-size: 9pt;
	line-height: 22px;
	position: absolute;
	top: 0px;
	right: 0px;
	margin-top: 1px;
	margin-right: 5px;
}


.foot-text {
	font-size: 10pt;
	line-height: 18px;
	font-weight: normal;
	text-align: center;
	margin-bottom:15px;
	color: #665138;
}

.fotinfo {
	background-position: center center;
	background-repeat: repeat;
	background-image: url(../img/body/woodbk.jpg);
	background-size: 110%;
	padding: 30px;
	color: #665138;
}
.fotinfo h2 {
	color: #fff!important;
	font-size: 16pt!important;
	margin-bottom:5px!important;
}
.fotinfo h3 {
	font-size: 11pt;
	line-height: 22px;
	font-weight: normal;
	display: table;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:15px;
}

.footcontena {
	box-sizing: border-box;
	color: #000;
	margin-right: auto;
	margin-left: auto;
	padding-top: 40px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
}

.maruwaku {
	font-size: 10pt;
	line-height: 20px;
	color: #fff;
	background-color: #987e5c;
	text-align: center;
	margin-bottom: 15px;
	-webkit-border-radius: 34px;
	-moz-border-radius: 34px;
	border-radius: 34px;
	font-weight: 500;
	text-align: center;
	display: table;
	margin-right: auto;
	margin-left: auto;
	padding-top: 7px;
	padding-right: 37px;
	padding-bottom: 7px;
	padding-left: 37px;
}


.telnum3 {
	color: #3db419;
	text-align: center;
	font-family: 'YakuHanMP', Renner;
	font-size: 26pt;
	line-height: 45px;
	font-weight: 600;
}
.telnum3 a {color: #fb6262!important;text-decoration: underline!important;}
.telnum3 .mysvg {
	width: 35px;
	color: #fb6262;
	fill: currentColor;
	margin-right: 3px;
	display: inline-block;
	vertical-align: -10%;
}
.footlogo .mysvg {
	width: 250px;
	line-height: 0px;
	margin-bottom: 15px;
	color: #fff;
	fill: currentColor;
	margin-right: auto;
	margin-left: auto;
	display: block;
}
.copy {
	font-size: 8pt;
	line-height: 16px;
	text-transform: uppercase;
	font-family: 'YakuHanMP', Renner;
	text-align: center;
	padding-top: 5px;
	color: #665138;
}



.tables .yoko {
	text-align: center;
	/*width: 100px;*/
	font-size: 10pt;
	line-height: 18px;
}
.tables{
	color: #000;
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}
.tables td,
.tables th{
	padding: 6px;
	border: 1px solid #D6D6D6;
	box-sizing: border-box;
}
.tables th{font-weight: bold;}
.tables thead th{/*background-color: #F4EBD9;*/}
.tables .pccenter {
	font-size: 10pt;
	line-height: 18px;
	text-align: center;
	color: #246E8C;
}
.tables .pccenter span {}
.tables .pccenter2 span {
	color: #fb6262!important;
}

.tables .pccenter2 {
	font-size: 10pt;
	text-align: center;
	color: #fff;
	background-color: #246E8C;
	line-height: 18px;
}
.tables .pccenter2s {
	font-size: 10pt;
	text-align: center;
	color: #fff;
	background-color: #fb6262;
	line-height: 18px;
}
.tables .pccenter3 {
	font-size: 10pt;
	color: #fff;
	background-color: #246E8C;
	text-align: center;
	line-height: 18px;
}

.aka {color: #fb6262!important;}



.space200 {
	width: 100px;
	padding-top: 20px;
	padding-bottom: 20px;
}


.comennt5 {
	font-size: 11pt;
	line-height: 28px;
}



.midashi7 {
	padding-top: 5px;
	font-size: 13pt;
	line-height: 30px;
	font-weight: 700;
	text-align: center;
}

.right30 {
	
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}



.recruit_table {
	box-sizing: border-box;
	font-size: 12pt;
	margin-bottom: 10px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	line-height: 23px;	
}
.recruit_table th, .cp_table  td {width: 100%;}

.recruit_table div {padding-top: 25px;}
.recruit_table th {
	font-size: 12pt;
	padding: 15px;
	font-weight: 500;
	background-color: #14A0A0;
	box-sizing: border-box;
	display: block;
	color: #fff;
}
.recruit_table tr {
	display: block;
	width: 100%;
	margin-bottom: 10px;
}
.recruit_table td {
	font-size: 12pt;
	display: block;
	border: 1px solid #E8E8E8;
	margin-bottom: 10px;
	background-color: #FFF;
	box-sizing: border-box;
	padding: 15px;
}




.recruit_table2 {
	box-sizing: border-box;
	font-size: 11pt;
	margin-bottom: 10px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	line-height: 23px;	
}
.recruit_table2 th, .cp_table  td {width: 100%;}

.recruit_table2 div {padding-top: 25px;}
.recruit_table2 th {
	font-size: 11pt;
	padding: 8px;
	font-weight: 500;
	background-color: #E8E8E8;
	box-sizing: border-box;
	display: block;
	
}
.recruit_table2 tr {
	display: block;
	width: 100%;
	margin-bottom: 5px;
}
.recruit_table2 td {
	font-size: 11pt;
	display: block;
	border: 1px solid #E8E8E8;
	margin-bottom: 5px;
	background-color: #FFF;
	box-sizing: border-box;
	padding: 8px;
}








.rightbanner {
	width: 98%;
	margin-right: 1%;
	margin-left: 1%;
	position: fixed;
	z-index: 9;
	bottom: 0px;
	right: 0px;
	margin-bottom: 1%;
	display: flex;
	/*flex-wrap: wrap;
	position: relative;
	justify-content:space-between;*/
}
.rightbanner p{width: 100%;}



.right-form2 {
	display: block;
	width: 100%;
	text-align: center;
	text-decoration: none;
	outline: none;
	padding: 10px;
	font-family: 'YakuHanJP','Noto Sans JP', sans-serif;
	display: block;
	font-size: 11pt;
	line-height: 22px;
	font-weight: 600;
}
.right-form2::before,
.right-form2::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.right-form2,
.right-form2::before,
.right-form2::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.right-form2 {
	background-color: #14A0A0;
	color: #FFF;
	border: 3px solid #14A0A0;
}
.right-form2:hover {
	background-color: #14A0A0;
	border: 3px solid #14A0A0;
	color: #FFF;
}


.right-form {
	display: block;
	width: 100%;
	text-align: center;
	text-decoration: none;
	outline: none;
	padding: 10px;
	font-family: 'YakuHanJP','Noto Sans JP', sans-serif;
	display: block;
	font-size: 11pt;
	line-height: 22px;
	font-weight: 600;
}
.right-form::before,
.right-form::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.right-form,
.right-form::before,
.right-form::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.right-form {
	background-color: #FFFFFF;
	color: #14A0A0;
	border: 3px solid #14A0A0;
}
.right-form:hover {
	background-color: #FFFFFF;
	color: #14A0A0;
	border: 3px solid #14A0A0;
}