@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
@media print, screen and (min-width: 1025px) {
.photos {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-top:40px;
}

.photos li{width: 32%;}
.photos li a{color: #625750;display:block;}
.photos li:nth-child(1) { margin-bottom:15px;}
.photos li:nth-child(2) { margin-bottom:15px;}
.photos li:nth-child(3) { margin-bottom:15px;}
.photos li span{
	font-feature-settings: "palt" 1;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 15pt;
	line-height: 30px;
	font-weight: 700;
	text-align:center;
	display:block;
	padding:10px;
	box-sizing:border-box;
}
.photos li img{
	line-height: 0px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.photos div {
	display: block;
	position: relative;
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 70%;
}
.photos div img{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	box-sizing: border-box;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.tags2 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	box-sizing: border-box;
	padding: 60px;
	background-color: #FBF9F4;
	margin-bottom: 40px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.tags2 li{
	width: 47%;
	font-feature-settings: "palt" 1;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 16pt;
	line-height: 30px;
	font-weight: 700;
	position: relative;
	margin-bottom: 14px;
	padding-bottom: 14px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #E6CD9B;
	padding-left: 30px;
	box-sizing: border-box;
	color: #75533B;
}
.tags2 li:before {
	content: "";
	position: absolute;
	top: 0%;
	left: 0%;
	background-color: #FFFFFF;
	height: 10px;
	width: 10px;
	margin-right: 5px;
	margin-top: 5px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	border: 5px solid #F39800;
}



.recruit_table:not(:last-child) {margin-bottom: 80px;}

.recruit_table .map-space{padding-bottom: 54%;/*←高さを変更する*/}

.recruit_table {
	border-collapse:collapse;
	font-feature-settings: "palt" 1;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 700;
	box-sizing: border-box;
	font-size: 12pt;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	color: #4c3a23;
}
.recruit_table th, .cp_table  td {width: 100%;}
.recruit_table th {
	font-size: 13pt;
	line-height: 25px;
	font-feature-settings: "palt" 1;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 700;
	box-sizing: border-box;
	width: 300px!important;
	padding-bottom: 30px;
	padding-top: 30px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #F39800;
	/*vertical-align: top;*/
	box-sizing: border-box;
}
.recruit_table tr {
	display: block;
	width: 100%;
}

.recruit_table td {
	font-size: 13pt;
	line-height: 25px;
	font-feature-settings: "palt" 1;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: normal;
	width: 75%!important;
	box-sizing: border-box;
	padding-bottom: 30px;
	padding-top: 30px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #eae7de;
	box-sizing: border-box;
	color: #4c3a23;
}
.recruit_table h3 {
	font-size: 15pt;
	line-height: 35px;
	font-feature-settings: "palt" 1;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 700;
}

.recruit_table p:not(:last-child) {margin-bottom: 15px;}
.recruit_table h4{
	font-family: 'YakuHanJP', dnp-shuei-mgothic-std, sans-serif;
	font-weight: 700;
}
.recruit_table h4 a{
	font-size: 22pt;
	line-height: 45px;
	font-feature-settings: "palt" 1;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 700;
	color: #7E613B;
}
.recruit_table .points2 span {width: 200px; display:inline-block;}


.price {}

.price li{
	font-size: 15pt;
	line-height: 35px;
	font-feature-settings: "palt" 1;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: normal;
	margin-bottom:2px;
	margin-top:2px;
}
.price li span{
	font-size: 13pt;
	line-height: 22px;
	font-feature-settings: "palt" 1;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: normal;
	color: #FFF;
	background-color: #F39800;
	width: 150px;
	margin-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	display: inline-block;
	vertical-align: 15%;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
}



.btms {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	
	/*width: 90%;
	margin-right: auto;
	margin-left: auto;*/
	/*box-sizing:border-box;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #cae5ed;
	padding-right: 5%;
	padding-left: 5%;*/
	/*margin-bottom:60px;*/
}
.btms li{
	margin-right: 5px;
	margin-left: 5px;
	/*margin-bottom:10px;*/
}

.button5 .mysvg{
	width: 12px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	color: #fff;
	fill: currentColor;
	margin-top:5px;
}

.button5 {
	text-decoration: none;
	line-height: 27px;
	outline: none;
	font-feature-settings: "palt" 1;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: normal;
	font-size: 14pt;
	display: block;
	text-align: center;
	position: relative;
	z-index: 1;
	/*-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;*/
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	
	-webkit-border-top-left-radius: 20px;
-webkit-border-top-right-radius: 20px;
-moz-border-radius-topleft: 20px;
-moz-border-radius-topright: 20px;
border-top-left-radius: 20px;
border-top-right-radius: 20px;
}
.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: #65a856;
}
.button5:hover {
	color: #fff;
	background-color: #498f39;
}



ul.faqspace {
	list-style-type: none;
	padding-left: 45px;
	margin-bottom: 15px;
	overflow: hidden;
	background-color: #fbf9f4;
	-webkit-border-radius: 45px;
	-moz-border-radius: 45px;
	border-radius: 45px;
	padding-top: 25px;
	padding-right: 45px;
	padding-bottom: 25px;
}
ul.faqspace li{padding-left: 1.5em;} 
ul.faqspace li:before {
	content: "Q";
	padding-right: 0.3em;
	position: absolute;
	left: -0.29em;
	font-size: 25pt;
	margin-top: 0px;
	margin-bottom: 5px;
	font-feature-settings: "palt" 1;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 700;
}
.faqspace li {
	font-feature-settings: "palt" 1;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 700;
	position: relative;
	font-size: 17pt;
	line-height: 43px;
	color: #7E613B;
}
.answers {
	padding-right: 15px;
	padding-left: 15px;
}
.answers:not(:last-child) {margin-bottom: 30px;}
.answers p:not(:last-child) {margin-bottom: 10px;}

.answers p{
	font-feature-settings: "palt" 1;
	font-family: "hiragino-mincho-pron", sans-serif;
	font-size: 12pt;
	line-height: 33px;
}


.three {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-top:15px;
}
.image{line-height: 0;position: relative;border: 2px solid #F39800; margin-bottom: 20px;}
.image img{
}

/*.three li{width: 32%;}*/
.to30 {
	width: 32%;
	box-sizing: border-box;
	padding: 30px;
	background-color: #fbf9f4;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.to24 {
	width: 23%;
	box-sizing: border-box;
	padding: 30px;
	background-color: #fbf9f4;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	position: relative;
	border: 2px solid #F39800;
}
.yazi3 {}
.yazi3:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 100%;
	margin-top: -25px;
	border: 25px solid transparent;
	border-left: 25px solid #F39800;
	
}


.yazi {}
.yazi:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 100%;
	margin-top: -15px;
	border: 15px solid transparent;
	border-left: 15px solid #F39800;
}
.yazi2 {}
.yazi2:before {
	/*content: "";
	position: absolute;
	top: 50%;
	left: 100%;
	margin-top: -15px;
	border: 15px solid transparent;
	border-left: 15px solid #F39800;*/
}



.to30:nth-child(1) {margin-bottom: 20px;}
.to30:nth-child(2) {margin-bottom: 20px;}
.to30:nth-child(3) {margin-bottom: 20px;}

.to24:nth-child(1) {margin-bottom: 20px;}
.to24:nth-child(2) {margin-bottom: 20px;}
.to24:nth-child(3) {margin-bottom: 20px;}
.to24:nth-child(4) {margin-bottom: 20px;}

.three::after {
	display: block;
	content:"";
	width: 32%;
}
.to24 span{
	font-feature-settings: "palt" 1;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 700;
	font-size: 30pt;
	line-height: 55px;
	margin-bottom: 10px;
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
	color: #F39800;
}
.to30 span{
	font-feature-settings: "palt" 1;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 700;
	font-size: 45pt;
	line-height: 65px;
	margin-bottom: 10px;
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
	color: #F39800;
}
.three li h3{
	font-feature-settings: "palt" 1;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 700;
	font-size: 16pt;
	line-height: 29px;
	margin-bottom:10px;
	text-align:center;
}
.three li p{
	font-feature-settings: "palt" 1;
	font-family: "hiragino-mincho-pron", sans-serif;
	font-size: 11pt;
	line-height: 25px;
}


.greet {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
}

.tittles {width: 20%; position:relative;}
/*.to-tex {width: 65%;}*/

.sptextbox {
	position: absolute;
	right: 0px;
	bottom: 0px;
	z-index: 2;
	margin-bottom: -100px;
	box-sizing: border-box;
	-webkit-border-top-left-radius: 40px;
	-moz-border-radius-topleft: 40px;
	border-top-left-radius: 40px;
	padding-top: 35px;
	padding-right: 105px;
	padding-bottom: 35px;
	padding-left: 35px;
	background-color: #f8f6f1;
}
.times{
	/*width: 100%;*/
	width: 460px;
	margin-bottom:10px;
}
.tittles h2{
	font-feature-settings: "palt" 1;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 33pt;
	line-height: 55px;
	font-weight: 700;
	margin-bottom: 45px;
	color: #7e613b;
}
.ill03 {
	line-height: 0px;
	width: 58px;
	position: absolute;
	z-index: 2;
	right: 0px;
	top: 0px;
	margin-top:90px;
	margin-right:-19px;
}



.ill01 {
	line-height: 0px;
	width: 135px;
	position: absolute;
	z-index: 1;
	left: 0px;
	top: 0px;
	margin-top:76px;
	margin-left:30%;
}

.ill02 {
	line-height: 0px;
	width: 110px;
	position: absolute;
	z-index: 1;
	right: 0px;
	bottom: 0px;
	margin-bottom:205px;
	margin-right:200px;
}

.ill04 {
	line-height: 0px;
	width: 130px;
	position: absolute;
	z-index: 1;
	right: 0px;
	top: 0px;
	margin-right:8%;
	margin-top:-50px;
}
.ill05 {
	line-height: 0px;
	width: 150px;
	position: absolute;
	z-index: 1;
	right: 0px;
	top: 0px;
	margin-right:15%;
	margin-top:-20px;
}

.nikuq {
	line-height: 0px;
	width: 150px;
	position: absolute;
	z-index: 1;
	left: 0px;
	top: 0px;
	margin-left:15%;
	margin-top:-40px;
}


.fours {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom:100px;
}
.fours a:hover{
	outline : 12px solid #C2A781;
	outline-offset : -12px;
}

.fours li{width: 24%;}
.fours li:nth-child(1) {margin-bottom:15px;}
.fours li:nth-child(2) {margin-bottom:15px;}
.fours li:nth-child(3) {margin-bottom:15px;}
.fours li:nth-child(4) {margin-bottom:15px;}
.fours li a{
	-webkit-transition: all .3s;
	transition: all .3s;
	display: block;
	box-sizing: border-box;
	padding: 30px;
	background-color: #f8f6f1;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.fours li .mysvg{
	display: block;
	width: 120px;
	margin-left:auto;
	margin-right:auto;
}
.fours li h3{
	font-feature-settings: "palt" 1;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 19pt;
	line-height: 35px;
	font-weight: 700;
	margin-bottom: 5px;
	color: #7e613b;
	text-align:center;
}
.fours li p {
	font-family: "hiragino-mincho-pron", sans-serif;
	font-size: 12pt;
	line-height: 25px;
	font-weight: normal;
	letter-spacing: 1px;
	color: #625750;
	height:110px;
}

.first {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 35px;
	box-sizing: border-box;
	padding: 45px;
	background-color: #fbf9f4;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.first:not(:last-child) {margin-bottom: 50px;}

.dangumi {}

.d30 {
	display: flex;
	align-items: center;
	/*flex-wrap: wrap;*/
}

.d30:nth-child(1) {margin-bottom: 50px;}
.d30:nth-child(2) {margin-bottom: 50px;}
.d30:nth-child(3) {margin-bottom: 50px;}
.ill {width:20%; margin-right:5%;}
.tex {width: 70%;}

.wrap-space {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.wrap-space:not(:last-child) {margin-bottom: 50px;}
.wrap-space0 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.wrap-space0:not(:last-child) {margin-bottom: 50px;}
.wrap-space0:nth-child(odd) {flex-direction: row-reverse;}
.wrap-space1 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.wrap-space1:not(:last-child) {margin-bottom: 50px;}
.wrap-space1:nth-child(odd) {flex-direction: row-reverse;}
.wrap-space2 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.wrap-space2:not(:last-child) {margin-bottom: 15px;}
.wrap-space2:nth-child(odd) {flex-direction: row-reverse;}
.wrap-space3 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.wrap-space3:not(:last-child) {margin-bottom: 50px;}
.wrap-space3:nth-child(odd) {flex-direction: row-reverse;}

.h20 {padding-top: 20%;}
.h25 {padding-top: 25%;}
.h30 {padding-top: 30%;}
.h35 {padding-top: 35%;}
.h40 {padding-top: 40%;}
.h45 {padding-top: 45%;}
.h50 {padding-top: 50%;}
.h55 {padding-top: 55%;}
.h60 {padding-top: 60%;}
.h65 {padding-top: 65%;}

.image-box {
	display: block;
	position: relative;
	width: 100%;
	height: 0;
	overflow: hidden;
}
.image-box img{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	box-sizing: border-box;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.image300 img {
	display: block;
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 30%;
	overflow: hidden;
	margin-bottom:10px;
}
.image350 img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	box-sizing: border-box;
}
.image400 img {
	display: block;
	width: 100%;
	height: auto;
	line-height: 0px;
	height: 400px;
	object-fit: cover;
	font-family: "object-fit: cover;";
}
.image450 img {
	display: block;
	width: 100%;
	height: auto;
	line-height: 0px;
	height: 450px;
	object-fit: cover;
	font-family: "object-fit: cover;";
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	
}
.image500 img {
	display: block;
	width: 100%;
	height: auto;
	line-height: 0px;
	height: 500px;
	object-fit: cover;
	font-family: "object-fit: cover;";
}

.comennt-box {}
.comennt-box:not(:last-child) {}


.r20 {margin-right: 8%;}
.l20 {margin-left: 8%;}

.w20 {width: 20%;}
.w25 {width: 25%;}
.w30 {width: 30%;}
.w31 {width: 31%;}
.w32 {width: 32%;}
.w33 {width: 33%;}
.w35 {width: 35%;}
.w36 {width: 36%;}
.w37 {width: 37%;}
.w38 {width: 38%;}
.w39 {width: 39%;}
.w40 {width: 40%;}
.w41 {width: 41%;}
.w42 {width: 42%;}
.w43 {width: 43%;}
.w44 {width: 44%;}
.w45 {width: 45%;}
.w46 {width: 46%;}
.w47 {width: 47%;}
.w48 {width: 48%;}
.w49 {width: 49%;}
.w50 {width: 50%;}
.w51 {width: 51%;}
.w52 {width: 52%;}
.w53 {width: 53%;}
.w54 {width: 54%;}
.w55 {width: 55%;}
.w56 {width: 56%;}
.w57 {width: 57%;}
.w58 {width: 58%;}
.w59 {width: 59%;}
.w60 {width: 60%;}
.w61 {width: 61%;}
.w62 {width: 62%;}
.w63 {width: 63%;}
.w64 {width: 64%;}
.w65 {width: 65%;}
.w66 {width: 66%;}
.w67 {width: 67%;}
.w68 {width: 68%;}
.w69 {width: 69%;}
.w70 {width: 70%;}


#page1,#page2,#page3,#page4,#page5,#page6,#page7,#page8,#page9,#page10,#page11,#access  {scroll-margin-top: 150px;}
#page1s,#page2s,#page3s,#page4s{scroll-margin-top: 150px;}
#privacy  {scroll-margin-top: 150px;}


.name {
	font-feature-settings: "palt" 1;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 15pt;
	line-height: 30px;
	font-weight: 700;
	margin-top: 15px;
}
.name span{font-size: 12pt; margin-right:20px;}



.midashi1 {
	font-feature-settings: "palt" 1;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 31pt;
	line-height: 55px;
	font-weight: 700;
	margin-bottom: 35px;
}


.cent { text-align:center;}

.midashi3 {
	font-feature-settings: "palt" 1;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 29pt;
	line-height: 40px;
	font-weight: 700;
	margin-bottom: 25px;
	position: relative;
	margin-left: 30px;
	color: #7e613b;
}
.midashi3:before {
	content: "●";
	position: absolute;
	bottom: 0;
	left: 0;
	margin-left: -30px;
	color: #c1a781;
	font-size: 15pt;
	font-feature-settings: "palt" 1;
	font-family: fot-tsukuardgothic-std, sans-serif;
}


.midashi2 {
	font-feature-settings: "palt" 1;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 31pt;
	line-height: 55px;
	font-weight: 700;
	margin-bottom: 80px;
	text-align: center;
	color: #7e613b;
	position:relative;
}

/*#c1a781*/
.midashi2:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	background-color: #c1a781;
	height: 14px;
	width: 60px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	margin-bottom:-30px;
}



.midashi4 {
	font-feature-settings: "palt" 1;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 16pt;
	line-height: 30px;
	font-weight: 700;
	margin-bottom: 5px;
	position: relative;
	margin-left: 25px;
	color: #625750;
}
.midashi4:before {
	content: "■";
	position: absolute;
	bottom: 0;
	left: 0;
	margin-left: -25px;
	font-feature-settings: "palt" 1;
	font-family: fot-tsukuardgothic-std, sans-serif;
}

.midashi4s {
	font-feature-settings: "palt" 1;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 20pt;
	line-height: 40px;
	font-weight: 700;
	margin-bottom: 5px;
	position: relative;
	padding-left: 30px;
	color: #625750;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #7E613B;
	margin-bottom: 15px;
	padding-bottom: 10px;
}
.midashi4s:before {
	content: "●";
	font-size: 15pt;
	position: absolute;
	bottom: 20;
	left: 0;
	/*margin-left: -30px;*/
	font-feature-settings: "palt" 1;
	font-family: fot-tsukuardgothic-std, sans-serif;
	color: #7E613B;
	
}

.midashi5 {
	font-feature-settings: "palt" 1;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 25pt;
	line-height: 55px;
	font-weight: 700;
	margin-bottom: 25px;
	text-align: center;
	color: #7e613b;
	position:relative;
	/*color: #625750;*/
}
.midashi5s {
	font-feature-settings: "palt" 1;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 25pt;
	line-height: 55px;
	font-weight: 700;
	margin-bottom: 25px;
	color: #7e613b;
	position:relative;
	/*color: #625750;*/
}
.midashi6 {
	font-feature-settings: "palt" 1;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 18pt;
	line-height: 30px;
	font-weight: 700;
	margin-bottom: 15px;
	position: relative;
	color: #625750;
}

.wakugumi {
	position:relative;
	box-sizing: border-box;
	padding: 60px;
	background-color: #fff;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.wakugumi:not(:last-child) {margin-bottom: 50px;}
.wakugumi .midashi4:before {
	content: "■";
	position: absolute;
	bottom: 0;
	left: 0;
	margin-left: -25px;
	font-feature-settings: "palt" 1;
	font-family: fot-tsukuardgothic-std, sans-serif;
	color: #F39800;
}
.wakugumi .button3{ display:block;}
.wakugumi .button4 {
	color: #fff;
	background-color: #06c755;
	display:block;
}
.wakugumi .button4:hover {
	color: #06c755;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 25px rgba(0,0,0,.2);
	-moz-box-shadow: 0px 0px 25px rgba(0,0,0,.2);
	-o-box-shadow: 0px 0px 25px rgba(0,0,0,.2);
	box-shadow: 0px 0px 25px rgba(0,0,0,.2);
}


.tenten {}
.tenten li{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #dbd7d2;
	margin-bottom: 10px;
	padding-bottom: 10px;
}


.comennt {
	font-size: 11pt;
	line-height: 22px;
	font-weight: normal;
}
.comennt1 {
	font-family: "hiragino-mincho-pron", sans-serif;
	font-size: 12pt;
	line-height: 32px;
	font-weight: normal;
	letter-spacing: 1px;
}

.comennt2 {
	font-family: "hiragino-mincho-pron", sans-serif;
	font-size: 12pt;
	line-height: 32px;
	text-align: center;
	font-weight: normal;
	letter-spacing: 1px;
}

.comennt3 {
	padding-top:20px;
	font-feature-settings: "palt" 1;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 15pt;
	line-height: 28px;
	font-weight: 700;
}
.comennt4 {
	font-feature-settings: "palt" 1;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 17pt;
	line-height: 28px;
	font-weight: 700;
	margin-bottom:10px;
}
.comennt5 {
	font-family: "hiragino-mincho-pron", sans-serif;
	font-size: 12pt;
	line-height: 25px;
	font-weight: normal;
	letter-spacing: 1px;
}


.map-space2 {
	position: relative;
	/*padding-bottom: 30%;*/
	padding-bottom: 50%;
	overflow: hidden;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-color: #fafafa;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.map-space2 iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}

.map-space {
	position: relative;
	/*padding-bottom: 30%;*/
	height: 350px;
	overflow: hidden;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-color: #fafafa;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.map-space iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}


.tags { padding-top:10px;}
.tags li{
	font-feature-settings: "palt" 1;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 14pt;
	line-height: 29px;
	font-weight: normal;
	color: #fff;
	box-sizing:border-box;
	padding:15px;
	background-color: #7e613b;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	
}
.tags li:nth-child(1) {margin-bottom:5px;}
.tags li:nth-child(2) {margin-bottom:5px;}


ul.points1{
	list-style-type: none;
	padding-left: 10px;
	overflow: hidden;
}
ul.points1 li{padding-left: 0.7em;}
ul.points1 li:before {
	content: "※";
	padding-right: 0.3em;
	position: absolute;
	left: -0.5em;
}
.points1 li {
	font-weight: normal;
	position: relative;
	font-size: 11pt;
	line-height: 21px;
	text-align: left;
}
.points1:not(:last-child) {margin-bottom: 15px;}

.w100 { width:100px;}

ul.points2 {
	list-style-type: none;
	padding-left: 10px;
	overflow: hidden;
}
ul.points2 li{padding-left: 0.7em;}
ul.points2 li:before {
	font-family: "Material Icons";
	content: "\eb36";
	padding-right: 0.3em;
	position: absolute;
	left: -0.5em;
	color: #e6cd9b;
	font-weight: 700;
}
.points2 li {
	font-weight: normal;
	position: relative;
	font-size: 13pt!important;
	line-height: 28px!important;
}

ul.points3 {
	list-style-type: none;
	padding-left: 10px;
	overflow: hidden;
}
ul.points3 li{padding-left: 0.7em;}
ul.points3 li:before {
	content: "●";
	padding-right: 0.3em;
	position: absolute;
	left: -0.5em;
}
.points3 li {
	color: #625750;
	font-weight: normal;
	position: relative;
	font-size: 14pt;
	line-height: 26px;
}
.points3 li:not(:last-child) {margin-bottom: 10px;}
.points3:not(:last-child) {margin-bottom: 30px;}

ol.point-num {
	counter-reset: my-counter;
	padding-left: 10px;
	list-style: none;
	margin-right: auto;
	margin-left: auto;
}
ol.point-num li{
	padding-left: 20px;
	position: relative;
}
ol.point-num li:before {
	content: counter(my-counter);
	counter-increment: my-counter;
	background-color: #98D62E;
	color: #FFF;
	display: inline-block;
	line-height: 22px;
	margin-left: -27px;
	text-align: center;
	height: 22px;
	width: 22px;
	border-radius: 50%;
	font-size: 9pt;
	margin-right: 5px;
	vertical-align: 5%;
}
ol.point-num li {
	font-weight: normal;
	position: relative;
	font-size: 12pt;
	line-height: 26px;
	text-align: left;
}
ol.point-num li:not(:last-child) {margin-bottom: 10px;}






.whbk{position: relative;background-color: #FFF;}
.nobk {position: relative;}



.togreet {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
}

.togreet {}
.togreet h2{
	font-feature-settings: "palt" 1;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 28pt;
	line-height: 55px;
	font-weight: 700;
	color: #7e613b;
}

.to-tex {width: 60%;}


.tobk2{
	position: relative;
	background-color: #fff;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
}


.greetbk {
	width: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	color: #FFF;
	background-image: url(../img/body/greetbk.jpg);
	padding-top: 5%;
	padding-bottom: 5%;
}

.textbox01 {
	margin-right: auto;
	margin-left: auto;
	padding-top: 120px;
	padding-bottom: 120px;
	position: relative;	
	
}
.textbox {
	margin-right: auto;
	margin-left: auto;
	padding-top: 120px;
	padding-bottom: 120px;
	position: relative;	
	
}
.textbox1s {
	margin-right: auto;
	margin-left: auto;
	padding-top: 120px;
	padding-bottom: 60px;
	position: relative;		
}
.textbox1sc {
	margin-right: auto;
	margin-left: auto;
	padding-top: 60px;
	padding-bottom: 60px;
	position: relative;		
}
.textbox1s2 {
	margin-right: auto;
	margin-left: auto;
	padding-top: 60px;
	padding-bottom: 120px;
	position: relative;		
}


.textbox0 {
	margin-right: auto;
	margin-left: auto;
	padding-top: 120px;
	/*padding-bottom: 60px;*/
	position: relative;	
}

.textbox1 {
	margin-right: auto;
	margin-left: auto;
	padding-top: 120px;
	padding-bottom: 0px;
	position: relative;		
}
.textbox2 {
	margin-right: auto;
	margin-left: auto;
	padding-top: 120px;
	padding-bottom: 60px;
	position: relative;	
}




.hed-space {
	width: 86%;
	min-width: 1100px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	padding-bottom:0px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	transition: all .5s;
}
.change-color .hed-space {
	width: 86%;
	min-width: 1100px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom:5px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	transition: all .5s;
}

.logoimage {}
.logoimage a{display: block;}

#logo {
	width: 290px;
	transition: all .5s;
	margin-top:15px;
}
.change-color #logo {
	width: 290px;
	transition: all .5s;
	margin-top:5px;
}

.hed-right {margin-top:15px;transition: all .5s;}

.change-color .hed-right {margin-top:0px;transition: all .5s;}

#header {}
.header {   
    transition: all .5s;
    position: fixed;
    width: 100%;
    z-index: 100;
}


.header.change-color {
    background-color: #f8f6f1;
	color: #000;
	-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);
}



.hed-right {}
.hed-info {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.telnum span {
	font-size: 13pt;
	font-weight: 600;
	vertical-align: 10%;
	margin-right: 5px;
}

.telnum {
	font-size: 26pt;
	line-height: 40px;
	font-weight: 800;
	margin-right: 15px;
	margin-top: 2px;
	margin-left: 180px;	
}


.gloval-menu {}
.gloval-menu ul {
	margin: 0;
	padding: 0;
}
.gloval-menu li {
	list-style: none;
}
.gloval-menu a {
	display: block;
	white-space: nowrap;
	color: #222;
	text-decoration: none;
	box-sizing:border-box;
}
.gloval-menu a:hover,
.gloval-menu a:focus {}
.gloval-menu a::after {
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	bottom: -1px;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform 0.3s;
	background-color: #f39800;
}
.gloval-menu a:hover::after {transform: scale(1, 1);}
.gloval-menu > ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}
.gloval-menu > ul > li {
	margin-right: 1px;
	text-align: center;
}

.gloval-menu li ul {
	height: 0;
	width: 0;
	overflow: hidden;
	position: absolute;
}
.gloval-menu li:hover ul,
.gloval-menu li:focus-within ul {
	height: auto;
	width: auto;
	position: absolute;
	z-index: 55;
	display:block;
}
.gloval-menu .c-menu01 {
	margin-left: 10px;
	margin-right: 10px;
}
.gloval-menu .c-menu01 a {
	position: relative;
	margin-top: 10px;
	color: #625750;
	font-size: 14pt;
	line-height: 25px;
	font-weight: 700;
	font-style: normal;
	padding-top: 7px;
	padding-bottom: 7px;
}
.gloval-menu .c-menu01 a.current	{color: #f39800;position: relative;}
.gloval-menu .c-menu01 a.current::before {
	/*background-color: #f39800;
	position: absolute;
	bottom: -1px;
	left: 0px;
	content: '';
	width: 100%;
	height: 2px;
	right: 0px;*/
}

.gloval-menu .c-menu01 .mysvg{
	display: inline-block;
	width: 15px;
	margin-left:0px;
	vertical-align:-5%;
	color: #f39800;
	fill: currentColor;
}

.gloval-menu ul .c-menu01 .level1 {margin-left: -80px;}
.gloval-menu ul .c-menu02 .level1 {margin-left: -60px;}

.level1 a {
	margin-top: 0px!important;
	box-sizing: border-box;
	font-size: 13pt!important;
	color: #FFF!important;
	text-align: left;
	text-decoration: none;
	background-color: #f39800;
	width: 240px;
	-webkit-transition: all .3s;
	transition: all .3s;
	line-height: 25px;
	padding-top: 15px!important;
	padding-right: 15px;
	padding-bottom: 15px!important;
	padding-left: 15px;
}
.level1 a:hover {background-color: #f37800;}
.level1 a:focus {background-color: #f37800;}
.level1 a:hover::after {transform: scale(0, 0);}

.gloval-menu .serch {margin-top: 7px;display:block;}



.gloval-menu .c-menu07 .mysvg{
	display: inline-block;
	width: 20px;
	margin-right:5px;
	vertical-align:-20%;
	color: #f39800;
	fill: currentColor;
}
.gloval-menu .c-menu07 a {
	margin-left:15px;
	position: relative;
	margin-top: 10px;
	color: #625750;
	font-size: 14pt;
	line-height: 25px;
	font-weight: 600;
	font-style: normal;
	padding-top: 7px;
	padding-bottom: 7px;
	-webkit-transition: all .3s;
	transition: all .3s;
	line-height: 25px!important;
}
/*.gloval-menu .c-menu07 a:hover {
	color: #FFF;
	background-color: #30556e;
	-webkit-transition: all .3s;
	transition: all .3s;
}
*/



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: fot-tsukuardgothic-std, sans-serif;
	font-feature-settings: "palt" 1;
	color: #625750;
	background-color: #f8f6f1;
	/*-webkit-text-size-adjust:100%;*/
}



.pankuzu-space {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	box-sizing: border-box;
	background-color: #fff;
	background-color: #F1ECDF;
	min-width: 1100px;
	padding-top: 60px;
	padding-bottom: 60px;
	-webkit-border-radius: 110px;
	-moz-border-radius: 110px;
	border-radius: 110px;
	color: #625750;
}

.pankuzu {
	margin-top: 110px;
	position:relative;
}

.pankuzu-space h2 {
	font-feature-settings: "palt" 1;
	font-family: fot-tsukuardgothic-std, sans-serif;
	color: #625750;
	font-weight: 700;
	font-size: 33pt;
	line-height: 50px;
	text-align:center;
	margin-bottom:15px;
}

.pages {
	color: #625750;
	font-size: 11pt;
	line-height: 22px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.pages li {
	margin-right: 1px;
	margin-left: 1px;
}
.pages li a{
	color: #625750;
}
.pages li a:hover{
	color: #625750;
	text-decoration: underline;
}

.pages li i{
	font-size: 7pt;
	line-height: 18px;
	vertical-align:2%;
	display:inline-block;
}

.ill06 {
	line-height: 0;
	width: 140px;
	margin-right: 10%;
	position: absolute;
	right: 0px;
	bottom: 0px;
	z-index: 1;
	margin-bottom:-15px;
}
.ill07 {
	line-height: 0;
	width: 110px;
	margin-left: 15%;
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 1;
	margin-bottom:-10px;
}
.ill09 {
	line-height: 0;
	width: 260px;
	margin-right: 5%;
	position: absolute;
	right: 0px;
	bottom: 0px;
	z-index: 1;
	margin-bottom:15px;
}



#wrapper {}

.bicho-r5 {padding-right: 5px;}
.bicho-l5 {padding-left: 5px;}

.pcdown10 {padding-bottom: 10px;}
.pcdown20 {padding-bottom: 20px;}
.pcdown25 {padding-bottom: 24px;}
.pcdown30 {padding-bottom: 30px;}
.pcdown30s {padding-bottom: 30px;}
.pcdown40 {padding-bottom: 40px;}
.pcdown50 {padding-bottom: 50px;}
.pcdown60 {padding-bottom: 60px;}
.pcdown70 {padding-bottom: 70px;}
.pcdown80 {padding-bottom: 80px;}
.pcdown90 {padding-bottom: 90px;}
.pcdown100 {padding-bottom: 100px;}
.pcup10 {padding-top: 10px;}
.pcup20 {padding-top: 20px;}
.pcup30 {padding-top: 30px;}
.pcup40 {padding-top: 40px;}
.pcup50 {padding-top: 50px;}
.pcup60 {padding-top: 60px;}
.pcup70 {padding-top: 70px;}
.down30 {margin-bottom: 30px;}



.c-btm {
	display: table;
	padding-top:40px;
	margin-right: auto;
	margin-left: auto;
}
.r-btm {
	display: table;
	padding-top:40px;
	margin-right: 0;
	margin-left: auto;
}
.l-btm {
	padding-top:40px;
}


.button1 .mysvg {
	width: 20px;
	display: block;
	color: #fff;
	fill: currentColor;
	margin-top: 20px;
	margin-right: 15px;
	position: absolute;
	top: 0px;
	right: 0px;
}
.button1:hover .mysvg{
	color: #FFF;
	fill: currentColor;
}
.button1 {
	text-decoration: none;
	line-height: 27px;
	outline: none;
	font-feature-settings: "palt" 1;
	font-weight: 700;
	font-size: 14pt;
	display: block;
	position: relative;
	z-index: 1;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding-top: 17px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 17px;
}
.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: #fff;
	background-color: #cd7575;
	
}
.button1:hover {
	color: #fff;
	background-color: #c15050;
	
}


.button2 .mysvg {
	width: 20px;
	display: block;
	color: #fff;
	fill: currentColor;
	margin-top: 20px;
	margin-right: 15px;
	position: absolute;
	top: 0px;
	right: 0px;
}
.button2:hover .mysvg{
	color: #FFF;
	fill: currentColor;
}
.button2 {
	text-decoration: none;
	line-height: 27px;
	outline: none;
	font-feature-settings: "palt" 1;
	font-weight: 700;
	font-size: 14pt;
	display: block;
	position: relative;
	z-index: 1;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding-top: 17px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 17px;
	width:250px;
}
.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: #75533b;
	
}
.button2:hover {
	color: #fff;
	background-color: #4d3320;
	
}






.button3 .mysvg {
	width: 25px;
	display: inline-block;
	vertical-align:-20%;
	color: #fff;
	fill: currentColor;
	margin-right: 10px;
}
.button3:hover .mysvg{
	color: #FFF;
	fill: currentColor;
}
.button3 {
	text-decoration: none;
	line-height: 27px;
	outline: none;
	font-feature-settings: "palt" 1;
	font-weight: 700;
	font-size: 14pt;
	display: table;
	position: relative;
	text-align:center;
	z-index: 1;
	-webkit-border-radius: 90px;
	-moz-border-radius: 90px;
	border-radius: 90px;
	padding-top: 30px;
	padding-right: 50px;
	padding-left: 50px;
	padding-bottom: 30px;
}
.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: #f39800;
	
}
.button3:hover {
	color: #fff;
	background-color: #f37e00;
	
}





.button4 .mysvg {
	width: 30px;
	display: inline-block;
	vertical-align:-25%;
	margin-right: 10px;
}

.button4 {
	text-decoration: none;
	line-height: 27px;
	outline: none;
	font-feature-settings: "palt" 1;
	font-weight: 700;
	font-size: 14pt;
	display: table;
	position: relative;
	text-align:center;
	z-index: 1;
	-webkit-border-radius: 90px;
	-moz-border-radius: 90px;
	border-radius: 90px;
	padding-top: 30px;
	padding-right: 50px;
	padding-left: 50px;
	padding-bottom: 30px;
}
.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: #06c755;
	
}
.button4:hover {
	color: #06c755;
	background-color: #fff;
	
}




.balloon1 {
	display: inline-block;
	text-align: center;
	text-decoration: none;
	line-height: 60px;
	outline: none;
	font-size: 13pt;
	height: 60px;
	text-transform: uppercase;
	width: 100%;
	color: #FFF;
	position: relative;
	background: #000;
}

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




footer {
	background-color: #75533b;
	color: #FFF;
	padding-bottom: 35px;
	min-width: 1100px;
	position:relative;
}
.nami {
	width: 101%;
	line-height: 0;
	margin-right: auto;
	margin-left: auto;
}


footer h3 {
	font-feature-settings: "palt" 1;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 33pt;
	line-height: 55px;
	font-weight: 700;
	margin-bottom: 45px;
	text-align:center;
}

footer h3 span{
	font-feature-settings: "palt" 1;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 15pt;
	line-height: 35px;
	font-weight: normal;
	margin-left:40px;
}

.infos {
	min-width: 1100px;
	width: 90%;
	justify-content: center;
	display: flex;
	align-items: center;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:150px;
}
.infos li:nth-child(2){ margin-left:100px;}
.infos li:nth-child(3){ margin-left:20px;}
.tittle {
	justify-content: center;
	display: flex;
	align-items: center;
}

.totittle .mysvg{
	width: 65px;
	margin-right:10px;
	color: #fff;
	fill: currentColor;
}
.totittle a{color: #fff;}
.totittle {
	display: flex;
	align-items: center;
}
.totittle h4 {
	font-feature-settings: "palt" 1;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 30pt;
	line-height: 50px;
	font-weight: 700;
}
.totittle h4 span{
	font-feature-settings: "palt" 1;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 12pt;
	line-height: 20px;
	font-weight: normal;
	display:block;
}

.tomap {
	/*height: 350px;*/
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	z-index:1;
	/*background-color: #000;*/
	margin-top:-100px;
}



.totittle2 .mysvg{
	width: 70px;
	margin-right:10px;
	color: #625750;
	fill: currentColor;
}
.totittle2 a{color: #625750;}
.totittle2 {
	display: flex;
	align-items: center;
}
.totittle2 h4 {
	font-feature-settings: "palt" 1;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 33pt;
	line-height: 45px;
	font-weight: 700;
}
.totittle2 h4 span{
	font-feature-settings: "palt" 1;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 12pt;
	line-height: 23px;
	font-weight: normal;
	display:block;
}



.totittle3 .mysvg{
	width: 60px;
	margin-right:10px;
	color: #625750;
	fill: currentColor;
}
.totittle3 a{color: #625750;}
.totittle3 {
	display: flex;
	align-items: center;
	padding-top:10px;
}
.totittle3 h4 {
	font-feature-settings: "palt" 1;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 30pt;
	line-height: 40px;
	font-weight: 700;
}
.totittle3 h4 span{
	font-feature-settings: "palt" 1;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 11pt;
	line-height: 23px;
	font-weight: normal;
	display:block;
}


.foot-text {
	font-size: 13pt;
	line-height: 25px;
	text-align: center;
}

.footcontena {
	position:relative;
	background-color: #FFF;
	color: #625750;
	box-sizing: border-box;
	margin-right: 35px;
	margin-left: 35px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	padding-top: 300px;
	padding-bottom: 60px;
}

.foot-space {
	min-width: 1100px;
	max-width: 1200px;
	/*width: 90%;*/
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	box-sizing: border-box;
	padding-right: 5%;
	padding-left: 5%;
}

.foot-left {}
.foot-left .mysvg{
	width: 500px;
}
.foot-right {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.footlogo {
	width: 400px;
	margin-right:30px;
}

.logos {
	padding-top:50px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom:20px;
}




.foot-menu {
	/*display: flex;
	justify-content: space-between;
	flex-wrap: wrap;*/
}
.foot-menu:nth-child(2) { margin-left:40px;}
.foot-menu:nth-child(3) { margin-left:40px;}
.foot-menu li {
	position:relative;
}
.foot-menu li a{
	font-size: 13pt;
	line-height: 43px;
	color: #625750;
	display: block;
	font-weight: 700;
}
.foot-menu li a:hover,
.foot-menu li a:focus {}
.foot-menu li a::after {
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	bottom: -0px;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform 0.3s;
	background-color: #f39800;
}
.foot-menu li a:hover::after {transform: scale(1, 1);}
.copy {
	font-size: 9pt;
	line-height: 16px;
	padding-top: 15px;
	text-align: center;
}

.copy i{
	font-size: 9pt;
	line-height: 16px;
	vertical-align: -7%;
	display: inline-block;
	margin-left:3px;
}




.rightbnr {
	width: 70px;
	margin-top: 100px;
	position: fixed;
	top: 0px;
	right: 0px;
	z-index: 101;
	box-sizing: border-box;
}

.right-form2 .mysvg{
	width: 22px;
	margin-bottom:10px;
	color: #fff;
	fill: currentColor;
}
.right-form2:hover .mysvg{
	color: #FFF;
	fill: currentColor;
}

.rightbnr span{
	font-feature-settings: "palt" 1;
	font-family: fot-tsukuardgothic-std, sans-serif;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-size: 14pt;
	line-height: 20px;
	font-weight: 700;
}

.right-form2 {
	display: block;
	-webkit-border-top-left-radius: 25px;
	-webkit-border-bottom-left-radius: 25px;
	-moz-border-radius-topleft: 25px;
	-moz-border-radius-bottomleft: 25px;
	border-top-left-radius: 25px;
	border-bottom-left-radius: 25px;
	padding-top: 40px;
	padding-right: 35px;
	padding-bottom: 40px;
	padding-left: 25px;
	margin-bottom:7px;
}
.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: #f39800;
	color: #fff;
}
.right-form2:hover {
	color: #FFF;
	background-color: #f37e00;
}


.right-form3 .mysvg{
	width: 26px;
	margin-bottom:10px;
	color: #fff;
	fill: currentColor;
}
.right-form3:hover .mysvg{
	color: #FFF;
	fill: currentColor;
}
.right-form3 {
	display: block;
	-webkit-border-top-left-radius: 25px;
	-webkit-border-bottom-left-radius: 25px;
	-moz-border-radius-topleft: 25px;
	-moz-border-radius-bottomleft: 25px;
	border-top-left-radius: 25px;
	border-bottom-left-radius: 25px;
	padding-top: 40px;
	padding-right: 35px;
	padding-bottom: 40px;
	padding-left: 25px;
}
.right-form3::before,
.right-form3::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.right-form3,
.right-form3::before,
.right-form3::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.right-form3 {
	background-color: #06c755;
	color: #fff;
	-webkit-box-shadow: 1px 1px 25px rgba(0,0,0,.0);
	-moz-box-shadow: 1px 1px 25px rgba(0,0,0,.0);
	-o-box-shadow: 1px 1px 25px rgba(0,0,0,.0);
	box-shadow: 1px 1px 25px rgba(0,0,0,.0);
}
.right-form3:hover {
	color: #06c755;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 25px rgba(0,0,0,.2);
	-moz-box-shadow: 0px 0px 25px rgba(0,0,0,.2);
	-o-box-shadow: 0px 0px 25px rgba(0,0,0,.2);
	box-shadow: 0px 0px 25px rgba(0,0,0,.2);
}


}


@media screen and (min-width: 0px) and (max-width: 1024px) {

.photos {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-top:20px;
}

.photos li{width: 49%;}
.photos li a{color: #625750;display:block;}
.photos li:nth-child(1) { margin-bottom:15px;}
.photos li:nth-child(2) { margin-bottom:15px;}
.photos li:nth-child(3) { margin-bottom:15px;}
.photos li span{
	font-feature-settings: "palt" 1;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 11pt;
	line-height: 22px;
	font-weight: 700;
	text-align:center;
	display:block;
	padding:10px;
	box-sizing:border-box;
}
.photos li img{
	line-height: 0px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.photos div {
	display: block;
	position: relative;
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 70%;
}
.photos div img{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	box-sizing: border-box;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.tags2 {
	/*display: flex;
	justify-content: space-between;
	flex-wrap: wrap;*/
	box-sizing: border-box;
	padding: 20px;
	background-color: #FBF9F4;
	margin-bottom: 40px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.tags2 li{
	/*width: 47%;*/
	font-feature-settings: "palt" 1;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 12pt;
	line-height: 26px;
	font-weight: 700;
	position: relative;
	margin-bottom: 14px;
	padding-bottom: 14px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #E6CD9B;
	padding-left: 30px;
	box-sizing: border-box;
	color: #75533B;
}
.tags2 li:before {
	content: "";
	position: absolute;
	top: 0%;
	left: 0%;
	background-color: #FFFFFF;
	height: 10px;
	width: 10px;
	margin-right: 5px;
	margin-top: 5px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	border: 5px solid #F39800;
}



.recruit_table:not(:last-child) {margin-bottom: 80px;}

.recruit_table .map-space2{padding-bottom: 94%;/*←高さを変更する*/}

.recruit_table {
	border-collapse:collapse;
	font-feature-settings: "palt" 1;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 700;
	box-sizing: border-box;
	font-size: 12pt;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	color: #4c3a23;
}
.recruit_table th, .cp_table  td {width: 100%;}
.recruit_table th {
	font-size: 12pt;
	line-height: 25px;
	font-feature-settings: "palt" 1;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 700;
	box-sizing: border-box;
	display: block;
	/*vertical-align: top;*/
	box-sizing: border-box;
	color: #FFF;
	background-color: #F39800;
	text-align: center;
	padding: 10px;
}
.recruit_table tr {
	display: block;
	width: 100%;
	margin-bottom: 5px;
}

.recruit_table td {
	font-size: 10pt;
	line-height: 22px;
	font-feature-settings: "palt" 1;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: normal;
	display: block;
	box-sizing: border-box;
	padding: 15px;
	
	box-sizing: border-box;
	background-color: #f7f6f2;
	color: #4c3a23;
}
.recruit_table h3 {
	font-size: 15pt;
	line-height: 35px;
	font-feature-settings: "palt" 1;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 700;
}

.recruit_table p:not(:last-child) {margin-bottom: 15px;}
.recruit_table h4{
	font-family: 'YakuHanJP', dnp-shuei-mgothic-std, sans-serif;
	font-weight: 700;
}
.recruit_table h4 a{
	font-size: 16pt;
	line-height: 35px;
	font-feature-settings: "palt" 1;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 700;
	color: #7E613B;
}
.recruit_table .points2 span { margin-right:10px; display:inline-block;}


.price {}

.price li{
	font-size: 12pt;
	line-height: 35px;
	font-feature-settings: "palt" 1;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: normal;
	margin-bottom:2px;
	margin-top:2px;
	text-align:center;
}
.price li span{
	font-size: 12pt;
	line-height: 22px;
	font-feature-settings: "palt" 1;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: normal;
	display:block;
	background-color: #fff;
	color: #F39800;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
}



.btms {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom:15px;
	
	/*width: 90%;
	margin-right: auto;
	margin-left: auto;*/
	/*box-sizing:border-box;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #cae5ed;
	padding-right: 5%;
	padding-left: 5%;*/
	/*margin-bottom:60px;*/
}
.btms li{
	width: 49%;
	margin:0.5%;
}

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

.button5 {
	text-decoration: none;
	line-height: 21px;
	outline: none;
	font-feature-settings: "palt" 1;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: normal;
	font-size: 10pt;
	display: block;
	text-align: center;
	position: relative;
	z-index: 1;
	/*-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;*/
	padding-top: 10px;
	
	padding-bottom: 10px;
	
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
}
.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: #65a856;
}
.button5:hover {
	color: #fff;
	background-color: #498f39;
}



ul.faqspace {
	list-style-type: none;
	padding-left: 20px;
	margin-bottom: 15px;
	overflow: hidden;
	background-color: #fbf9f4;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}
ul.faqspace li{padding-left: 1.5em;} 
ul.faqspace li:before {
	content: "Q";
	padding-right: 0.3em;
	position: absolute;
	left: -0.29em;
	font-size: 17pt;
	margin-top: 0px;
	margin-bottom: 5px;
	font-feature-settings: "palt" 1;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 700;
}
.faqspace li {
	font-feature-settings: "palt" 1;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 700;
	position: relative;
	font-size: 12pt;
	line-height: 27px;
	color: #7E613B;
}
.answers {
	padding-right: 15px;
	padding-left: 15px;
}
.answers:not(:last-child) {margin-bottom: 30px;}
.answers p:not(:last-child) {margin-bottom: 10px;}

.answers p{
	font-feature-settings: "palt" 1;
	font-family: "hiragino-mincho-pron", sans-serif;
	font-size: 10pt;
	line-height: 25px;
}


.three {
	/*display: flex;
	justify-content: space-between;
	flex-wrap: wrap;*/
	padding-top:5px;
}
.image{line-height: 0;position: relative;border: 2px solid #F39800; margin-bottom: 20px;}
.image img{
}

/*.three li{width: 32%;}*/
.to30 {
	/*width: 32%;*/
	box-sizing: border-box;
	padding: 20px;
	background-color: #fbf9f4;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.to24 {
	/*width: 23%;*/
	box-sizing: border-box;
	padding: 20px;
	background-color: #fbf9f4;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	position: relative;
	border: 2px solid #F39800;
}
.yazi3 {}
.yazi3:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 100%;
	margin-top: -25px;
	border: 25px solid transparent;
	border-left: 25px solid #F39800;
	
}


.yazi {}
.yazi:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #F39800;
}
.yazi2 {}
.yazi2:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #F39800;
}



.to30:nth-child(1) {margin-bottom: 20px;}
.to30:nth-child(2) {margin-bottom: 20px;}
.to30:nth-child(3) {margin-bottom: 20px;}

.to24:nth-child(1) {margin-bottom: 20px;}
.to24:nth-child(2) {margin-bottom: 20px;}
.to24:nth-child(3) {margin-bottom: 20px;}
.to24:nth-child(4) {margin-bottom: 20px;}
.to24:nth-child(5) {margin-bottom: 20px;}
.to24:nth-child(6) {margin-bottom: 20px;}
.to24:nth-child(7) {margin-bottom: 20px;}

.three::after {
	display: block;
	content:"";
	width: 32%;
}
.to24 span{
	font-feature-settings: "palt" 1;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 700;
	font-size: 25pt;
	line-height: 55px;
	margin-bottom: 10px;
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
	color: #F39800;
}
.to30 span{
	font-feature-settings: "palt" 1;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 700;
	font-size: 35pt;
	line-height: 55px;
	
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
	color: #F39800;
}
.three li h3{
	font-feature-settings: "palt" 1;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 700;
	font-size: 16pt;
	line-height: 29px;
	margin-bottom:10px;
	text-align:center;
}
.three li p{
	font-feature-settings: "palt" 1;
	font-family: "hiragino-mincho-pron", sans-serif;
	font-size: 10pt;
	line-height: 22px;
}


.greet {
	/*display: flex;
	justify-content: space-between;
	flex-wrap: wrap;*/
	width: 95%;
	margin-right: auto;
	margin-left: auto;
}

.tittles {position:relative;}
/*.to-tex {width: 65%;}*/


.times{
	/*width: 100%;*/
	
	margin-bottom:10px;
}
.tittles h2{
	font-feature-settings: "palt" 1;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 17pt;
	line-height: 30px;
	font-weight: 700;
	margin-bottom: 25px;
	color: #7e613b;
	text-align:center;
}
.ill03 {
	line-height: 0px;
	width: 30px;
	position: absolute;
	z-index: 2;
	right: 0px;
	top: 0px;
	margin-top:25px;
	margin-right:20px;
}


.sptextbox {
	/*position: absolute;
	right: 0px;
	bottom: 0px;
	z-index: 2;
	margin-bottom: -100px;*/
	box-sizing: border-box;
	padding-top: 25px;
	
	/*background-color: #f8f6f1;*/
	padding-right: 3%;
	padding-left: 3%;
	box-sizing:border-box;
}


.ill01 {
	line-height: 0px;
	width: 45px;
	position: absolute;
	z-index: 23;
	right: 0px;
	top: 0px;
	margin-top: 70px;
	margin-right: 10%;
}

.ill02 {
	line-height: 0px;
	width: 40px;
	position: absolute;
	z-index: 3;
	right: 0px;
	bottom: 0px;
	margin-bottom:34%;
	margin-right:9%;
}

.ill04 {
	line-height: 0px;
	width: 40px;
	position: absolute;
	z-index: 1;
	right: 0px;
	top: 0px;
	margin-right:8%;
	margin-top:-10px;
}


.nikuq {
	line-height: 0px;
	width: 50px;
	position: absolute;
	z-index: 1;
	left: 0px;
	top: 0px;
	margin-left:15%;
	margin-top:-40px;
}



.fours {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom:60px;
}
/*.fours a:hover{
	outline : 12px solid #C2A781;
	outline-offset : -12px;
}*/

.fours li{width: 49%;}
@media screen and (min-width: 0px) and (max-width: 359px) {
	.fours li{width: 100%;}
}
.fours li:nth-child(1) {margin-bottom:8px;}
.fours li:nth-child(2) {margin-bottom:8px;}
.fours li:nth-child(3) {margin-bottom:8px;}
.fours li:nth-child(4) {margin-bottom:8px;}
.fours li:nth-child(5) {margin-bottom:8px;}
.fours li:nth-child(6) {margin-bottom:8px;}
.fours li:nth-child(7) {margin-bottom:0px;}
.fours li:nth-child(8) {margin-bottom:0px;}

@media screen and (min-width: 0px) and (max-width: 359px) {
	.fours li:nth-child(7) {margin-bottom:8px;}
	.fours li:nth-child(8) {margin-bottom:8px;}
}

.fours li a{
	-webkit-transition: all .3s;
	transition: all .3s;
	display: block;
	box-sizing: border-box;
	padding: 20px;
	background-color: #f8f6f1;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.fours li .mysvg{
	display: block;
	width: 90px;
	margin-left:auto;
	margin-right:auto;
}
.fours li h3{
	font-feature-settings: "palt" 1;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 14pt;
	line-height: 35px;
	font-weight: 700;
	margin-bottom: 5px;
	color: #7e613b;
	text-align:center;
}
.fours li p {
	font-family: "hiragino-mincho-pron", sans-serif;
	font-size: 10pt;
	line-height: 21px;
	font-weight: normal;
	height:110px;
	color: #625750;
}
@media screen and (min-width: 0px) and (max-width: 359px) {
	.fours li p {
	font-family: "hiragino-mincho-pron", sans-serif;
	font-size: 10pt;
	line-height: 21px;
	font-weight: normal;
	height:auto;
	color: #625750;
}
}

@media screen and (min-width: 376px)  {
	.fours li p {
	font-family: "hiragino-mincho-pron", sans-serif;
	font-size: 10pt;
	line-height: 21px;
	font-weight: normal;
	height:auto;
	color: #625750;
}
}

.first {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 35px;
	box-sizing: border-box;
	padding: 20px;
	background-color: #fbf9f4;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.first:not(:last-child) {margin-bottom: 50px;}

.dangumi {}

.d30 {
	/*display: flex;
	align-items: center;*/
	/*flex-wrap: wrap;*/
}

.d30:nth-child(1) {margin-bottom: 20px;}
.d30:nth-child(2) {margin-bottom: 20px;}
.d30:nth-child(3) {margin-bottom: 20px;}
.ill {width:30%; margin-left:auto;margin-right:auto;}
.tex {width: 100%;}

.tex p{ margin-bottom:10px;}
.tex .midqshi4{ margin-bottom:10px;}
.tex .points2{ margin-bottom:10px;}

.wrap-space {
	/*display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;*/
}
.wrap-space:not(:last-child) {margin-bottom: 30px;}
.wrap-space0 {
	/*display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;*/
}
.wrap-space0:not(:last-child) {margin-bottom: 30px;}
.wrap-space0:nth-child(odd) {flex-direction: row-reverse;}
.wrap-space1 {
	/*display: flex;
	justify-content: space-between;
	flex-wrap: wrap;*/
}
.wrap-space1:not(:last-child) {margin-bottom: 30px;}
.wrap-space1:nth-child(odd) {flex-direction: row-reverse;}
.wrap-space2 {
	/*display: flex;
	justify-content: space-between;
	flex-wrap: wrap;*/
}
.wrap-space2:not(:last-child) {margin-bottom: 30px;}
.wrap-space2:nth-child(odd) {flex-direction: row-reverse;}
.wrap-space3 {
	/*display: flex;
	justify-content: space-between;
	flex-wrap: wrap;*/
}
.wrap-space3:not(:last-child) {margin-bottom: 30px;}
.wrap-space3:nth-child(odd) {flex-direction: row-reverse;}

/*.h20 {padding-top: 20%;}
.h25 {padding-top: 25%;}
.h30 {padding-top: 30%;}
.h35 {padding-top: 35%;}
.h40 {padding-top: 40%;}
.h45 {padding-top: 45%;}
.h50 {padding-top: 50%;}
.h55 {padding-top: 55%;}
.h60 {padding-top: 60%;}
.h65 {padding-top: 65%;}*/

.image-box {
	display: block;
	position: relative;
	width: 100%;
	/*height: 0;
	padding-top: 60%;*/
	overflow: hidden;
	margin-bottom:15px;
}
.image-box img{
	width: 100%;
	/*height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;*/
	box-sizing: border-box;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.image300 img {
	display: block;
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 30%;
	overflow: hidden;
	margin-bottom:10px;
}
.image350 img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	box-sizing: border-box;
}
.image400 img {
	display: block;
	width: 100%;
	height: auto;
	line-height: 0px;
	/*height: 400px;
	object-fit: cover;
	font-family: "object-fit: cover;";*/
}
.image450 img {
	display: block;
	width: 100%;
	height: auto;
	line-height: 0px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	/*height: 450px;
	object-fit: cover;
	font-family: "object-fit: cover;";
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;*/
	
}
.image500 img {
	display: block;
	width: 100%;
	height: auto;
	line-height: 0px;
	/*height: 500px;
	object-fit: cover;
	font-family: "object-fit: cover;";*/
}

.comennt-box {}
.comennt-box:not(:last-child) {}


.r20 {margin-right: 8%;}
.l20 {margin-left: 8%;}

/*.w20 {width: 20%;}
.w25 {width: 25%;}
.w30 {width: 30%;}
.w31 {width: 31%;}
.w32 {width: 32%;}
.w33 {width: 33%;}
.w35 {width: 35%;}
.w36 {width: 36%;}
.w37 {width: 37%;}
.w38 {width: 38%;}
.w39 {width: 39%;}
.w40 {width: 40%;}
.w41 {width: 41%;}
.w42 {width: 42%;}
.w43 {width: 43%;}
.w44 {width: 44%;}
.w45 {width: 45%;}
.w46 {width: 46%;}
.w47 {width: 47%;}
.w48 {width: 48%;}
.w49 {width: 49%;}
.w50 {width: 50%;}
.w51 {width: 51%;}
.w52 {width: 52%;}
.w53 {width: 53%;}
.w54 {width: 54%;}
.w55 {width: 55%;}
.w56 {width: 56%;}
.w57 {width: 57%;}
.w58 {width: 58%;}
.w59 {width: 59%;}
.w60 {width: 60%;}
.w61 {width: 61%;}
.w62 {width: 62%;}
.w63 {width: 63%;}
.w64 {width: 64%;}
.w65 {width: 65%;}
.w66 {width: 66%;}
.w67 {width: 67%;}
.w68 {width: 68%;}
.w69 {width: 69%;}
.w70 {width: 70%;}*/


#page1,#page2,#page3,#page4,#page5,#page6,#page7,#page8,#page9,#page10,#page11,#access  {scroll-margin-top: 80px;}
#page1s,#page2s,#page3s,#page4s{scroll-margin-top: 80px;}
#privacy  {scroll-margin-top: 80px;}


.name {
	font-feature-settings: "palt" 1;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 13pt;
	line-height: 30px;
	font-weight: 700;
	margin-top: 15px;
	margin-bottom:20px;
	text-align:center;
}
.name span{font-size: 10pt; margin-right:20px;}



.midashi1 {
	font-feature-settings: "palt" 1;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 17pt;
	line-height: 30px;
	font-weight: 700;
	margin-bottom: 35px;
}


.cent { text-align:center;}

.midashi3 {
	font-feature-settings: "palt" 1;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 17pt;
	line-height: 30px;
	font-weight: 700;
	margin-bottom: 15px;
	position: relative;
	/*margin-left: 20px;*/
	color: #7e613b;
	text-align:center;
}
.midashi3:before {
	content: "●";
	display:inline-block;
	/*position: absolute;
	bottom: 0;
	left: 0;
	margin-left: -20px;*/
	color: #c1a781;
	font-size: 11pt;
	margin-right:5px;
	font-feature-settings: "palt" 1;
	font-family: fot-tsukuardgothic-std, sans-serif;
}


.midashi2 {
	font-feature-settings: "palt" 1;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 17pt;
	line-height: 30px;
	font-weight: 700;
	margin-bottom: 50px;
	text-align: center;
	color: #7e613b;
	position:relative;
}

/*#c1a781*/
.midashi2:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	background-color: #c1a781;
	height: 10px;
	width: 40px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	margin-bottom:-20px;
}



.midashi4 {
	font-feature-settings: "palt" 1;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 13pt;
	line-height: 22px;
	font-weight: 700;
	margin-bottom: 5px;
	position: relative;
	margin-left: 16px;
	color: #625750;
}
.midashi4:before {
	content: "■";
	position: absolute;
	bottom: 0;
	left: 0;
	margin-left: -16px;
	font-feature-settings: "palt" 1;
	font-family: fot-tsukuardgothic-std, sans-serif;
}

.midashi4s {
	font-feature-settings: "palt" 1;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 15pt;
	line-height: 30px;
	font-weight: 700;
	margin-bottom: 5px;
	position: relative;
	padding-left: 30px;
	color: #625750;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #7E613B;
	margin-bottom: 15px;
	padding-bottom: 10px;
}
.midashi4s:before {
	content: "●";
	font-size: 12pt;
	position: absolute;
	bottom: 20;
	left: 0;
	/*margin-left: -30px;*/
	font-feature-settings: "palt" 1;
	font-family: fot-tsukuardgothic-std, sans-serif;
	color: #7E613B;
	
}

.midashi5 {
	font-feature-settings: "palt" 1;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 16pt;
	line-height: 30px;
	font-weight: 700;
	margin-bottom: 15px;
	text-align: center;
	color: #7e613b;
	position:relative;
	/*color: #625750;*/
}
.midashi5s {
	font-feature-settings: "palt" 1;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 16pt;
	line-height: 30px;
	font-weight: 700;
	margin-bottom: 15px;
	color: #7e613b;
	position:relative;
	/*color: #625750;*/
	text-align: center;
}
.midashi6 {
	font-feature-settings: "palt" 1;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 16pt;
	line-height: 30px;
	font-weight: 700;
	margin-bottom: 15px;
	position: relative;
	color: #625750;
	text-align: center;
}

.spd2 {margin-bottom: 20px;}

.wakugumi {
	position:relative;
	box-sizing: border-box;
	padding: 20px;
	background-color: #fff;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.wakugumi:not(:last-child) {margin-bottom: 50px;}
.wakugumi .midashi4:before {
	content: "■";
	position: absolute;
	bottom: 0;
	left: 0;
	margin-left: -22px;
	font-feature-settings: "palt" 1;
	font-family: fot-tsukuardgothic-std, sans-serif;
	color: #F39800;
}
.wakugumi .midashi4 {
	font-feature-settings: "palt" 1;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 14pt;
	line-height: 22px;
	font-weight: 700;
	margin-bottom: 5px;
	position: relative;
	margin-left: 22px;
	color: #625750;
}
.wakugumi .button3{ display:block;}
.wakugumi .button4 {
	color: #fff;
	background-color: #06c755;
	display:block;
}
.wakugumi .button4:hover {
	color: #06c755;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 25px rgba(0,0,0,.2);
	-moz-box-shadow: 0px 0px 25px rgba(0,0,0,.2);
	-o-box-shadow: 0px 0px 25px rgba(0,0,0,.2);
	box-shadow: 0px 0px 25px rgba(0,0,0,.2);
}


.tenten { padding-top:25px;}
.tenten li{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #dbd7d2;
	margin-bottom: 10px;
	padding-bottom: 10px;
}


.comennt {
	font-size: 11pt;
	line-height: 22px;
	font-weight: normal;
}
.comennt1 {
	font-family: "hiragino-mincho-pron", sans-serif;
	font-size: 10pt;
	line-height: 22px;
	font-weight: normal;
	letter-spacing: 1px;
}

.comennt2 {
	font-family: "hiragino-mincho-pron", sans-serif;
	font-size: 10pt;
	line-height: 22px;
	font-weight: normal;
	letter-spacing: 1px;
}

.comennt3 {
	padding-top:20px;
	font-feature-settings: "palt" 1;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 13pt;
	line-height: 25px;
	font-weight: 700;
	margin-bottom:5px;
}
.comennt4 {
	font-feature-settings: "palt" 1;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 13pt;
	line-height: 25px;
	font-weight: 700;
	margin-bottom:10px;
}
.comennt5 {
	font-family: "hiragino-mincho-pron", sans-serif;
	font-size: 10pt;
	line-height: 25px;
	font-weight: normal;
	letter-spacing: 1px;
}


.map-space2 {
	position: relative;
	/*padding-bottom: 30%;*/
	padding-bottom: 50%;
	overflow: hidden;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-color: #fafafa;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.map-space2 iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}

.map-space {
	position: relative;
	/*padding-bottom: 30%;*/
	height: 250px;
	overflow: hidden;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-color: #fafafa;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.map-space iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}


.tags { padding-top:10px;}
.tags li{
	font-feature-settings: "palt" 1;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 12pt;
	line-height: 29px;
	font-weight: normal;
	color: #fff;
	box-sizing:border-box;
	padding:15px;
	background-color: #7e613b;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	
}
.tags li:nth-child(1) {margin-bottom:5px;}
.tags li:nth-child(2) {margin-bottom:5px;}
.tags li:nth-child(3) {margin-bottom:15px;}


ul.points1{
	list-style-type: none;
	padding-left: 10px;
	overflow: hidden;
}
ul.points1 li{padding-left: 0.7em;}
ul.points1 li:before {
	content: "※";
	padding-right: 0.3em;
	position: absolute;
	left: -0.5em;
}
.points1 li {
	font-weight: normal;
	position: relative;
	font-size: 10pt;
	line-height: 18px;
}
.points1 li:not(:last-child) {margin-bottom: 5px;}
.points1:not(:last-child) {margin-bottom: 15px;}

.w100 { width:100px;}

ul.points2 {
	list-style-type: none;
	padding-left: 10px;
	overflow: hidden;
}
ul.points2 li{padding-left: 0.7em;}
ul.points2 li:before {
	font-family: "Material Icons";
	content: "\eb36";
	padding-right: 0.3em;
	position: absolute;
	left: -0.5em;
	color: #e6cd9b;
	font-weight: 700;
}
.points2 li {
	font-weight: normal;
	position: relative;
	font-size: 10pt!important;
	line-height: 22px!important;
}
.points2 li:not(:last-child) {margin-bottom: 5px;}
.points2:not(:last-child) {margin-bottom: 25px;}

ul.points3 {
	list-style-type: none;
	padding-left: 10px;
	overflow: hidden;
}
ul.points3 li{padding-left: 0.7em;}
ul.points3 li:before {
	content: "●";
	padding-right: 0.3em;
	position: absolute;
	left: -0.5em;
}
.points3 li {
	color: #625750;
	font-weight: normal;
	position: relative;
	font-size: 10pt;
	line-height: 22px;
}
.points3 li:not(:last-child) {margin-bottom: 5px;}
.points3:not(:last-child) {margin-bottom: 20px;}

ol.point-num {
	counter-reset: my-counter;
	padding-left: 10px;
	list-style: none;
	margin-right: auto;
	margin-left: auto;
}
ol.point-num li{
	padding-left: 20px;
	position: relative;
}
ol.point-num li:before {
	content: counter(my-counter);
	counter-increment: my-counter;
	background-color: #98D62E;
	color: #FFF;
	display: inline-block;
	line-height: 22px;
	margin-left: -27px;
	text-align: center;
	height: 22px;
	width: 22px;
	border-radius: 50%;
	font-size: 9pt;
	margin-right: 5px;
	vertical-align: 5%;
}
ol.point-num li {
	font-weight: normal;
	position: relative;
	font-size: 12pt;
	line-height: 26px;
	text-align: left;
}
ol.point-num li:not(:last-child) {margin-bottom: 10px;}






.whbk{position: relative;background-color: #FFF;}
.nobk {position: relative;}



.togreet {
	/*display: flex;
	justify-content: space-between;
	flex-wrap: wrap;*/
	width: 95%;
	margin-right: auto;
	margin-left: auto;
}

.togreet {}
.togreet h2{
	font-feature-settings: "palt" 1;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 17pt;
	line-height: 30px;
	font-weight: 700;
	margin-bottom: 25px;
	color: #7e613b;
	text-align:center;
}

.to-tex {}


.tobk2{
	position: relative;
	background-color: #fff;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
}


.greetbk {
	width: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	color: #FFF;
	background-image: url(../img/body/greetbk.jpg);
	padding-top: 5%;
	padding-bottom: 5%;
}

.textbox01 {
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 60px;
	position: relative;	
}
.textbox {
	margin-right: auto;
	margin-left: auto;
	padding-top: 60px;
	padding-bottom: 60px;
	position: relative;	
}
.textbox1s {
	margin-right: auto;
	margin-left: auto;
	padding-top: 60px;
	padding-bottom: 30px;
	position: relative;		
}
.textbox1sc {
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	padding-bottom: 30px;
	position: relative;		
}
.textbox1s2 {
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	padding-bottom: 60px;
	position: relative;		
}


.textbox0 {
	margin-right: auto;
	margin-left: auto;
	padding-top: 60px;
	/*padding-bottom: 60px;*/
	position: relative;	
}

.textbox1 {
	margin-right: auto;
	margin-left: auto;
	padding-top: 60px;
	padding-bottom: 0px;
	position: relative;		
}
.textbox2 {
	margin-right: auto;
	margin-left: auto;
	padding-top: 60px;
	padding-bottom: 30px;
	position: relative;	
}




.hed-space {
	width: 86%;
	min-width: 1100px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	padding-bottom:0px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	transition: all .5s;
}
.change-color .hed-space {
	width: 86%;
	min-width: 1100px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom:5px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	transition: all .5s;
}

.logoimage {}
.logoimage a{display: block;}

#logo {
	width: 290px;
	transition: all .5s;
	margin-top:15px;
}
.change-color #logo {
	width: 290px;
	transition: all .5s;
	margin-top:5px;
}

.hed-right {margin-top:15px;transition: all .5s;}

.change-color .hed-right {margin-top:0px;transition: all .5s;}

#header {}
.header {   
    transition: all .5s;
    position: fixed;
    width: 100%;
    z-index: 100;
}


.header.change-color {
    background-color: #f8f6f1;
	color: #000;
	-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);
}



.hed-right {}
.hed-info {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.telnum span {
	font-size: 13pt;
	font-weight: 600;
	vertical-align: 10%;
	margin-right: 5px;
}

.telnum {
	font-size: 26pt;
	line-height: 40px;
	font-weight: 800;
	margin-right: 15px;
	margin-top: 2px;
	margin-left: 180px;	
}


.gloval-menu {}
.gloval-menu ul {
	margin: 0;
	padding: 0;
}
.gloval-menu li {
	list-style: none;
}
.gloval-menu a {
	display: block;
	white-space: nowrap;
	color: #222;
	text-decoration: none;
	box-sizing:border-box;
}
.gloval-menu a:hover,
.gloval-menu a:focus {}
.gloval-menu a::after {
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	bottom: -1px;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform 0.3s;
	background-color: #f39800;
}
.gloval-menu a:hover::after {transform: scale(1, 1);}
.gloval-menu > ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}
.gloval-menu > ul > li {
	margin-right: 1px;
	text-align: center;
}

.gloval-menu li ul {
	height: 0;
	width: 0;
	overflow: hidden;
	position: absolute;
}
.gloval-menu li:hover ul,
.gloval-menu li:focus-within ul {
	height: auto;
	width: auto;
	position: absolute;
	z-index: 55;
	display:block;
}
.gloval-menu .c-menu01 {
	margin-left: 10px;
	margin-right: 10px;
}
.gloval-menu .c-menu01 a {
	position: relative;
	margin-top: 10px;
	color: #625750;
	font-size: 14pt;
	line-height: 25px;
	font-weight: 700;
	font-style: normal;
	padding-top: 7px;
	padding-bottom: 7px;
}
.gloval-menu .c-menu01 a.current	{color: #f39800;position: relative;}
.gloval-menu .c-menu01 a.current::before {
	/*background-color: #f39800;
	position: absolute;
	bottom: -1px;
	left: 0px;
	content: '';
	width: 100%;
	height: 2px;
	right: 0px;*/
}

.gloval-menu .c-menu01 .mysvg{
	display: inline-block;
	width: 15px;
	margin-left:0px;
	vertical-align:-5%;
	color: #f39800;
	fill: currentColor;
}

.gloval-menu ul .c-menu01 .level1 {margin-left: -80px;}
.gloval-menu ul .c-menu02 .level1 {margin-left: -60px;}

.level1 a {
	margin-top: 0px!important;
	box-sizing: border-box;
	font-size: 13pt!important;
	color: #FFF!important;
	text-align: left;
	text-decoration: none;
	background-color: #f39800;
	width: 240px;
	-webkit-transition: all .3s;
	transition: all .3s;
	line-height: 25px;
	padding-top: 15px!important;
	padding-right: 15px;
	padding-bottom: 15px!important;
	padding-left: 15px;
}
.level1 a:hover {background-color: #f37800;}
.level1 a:focus {background-color: #f37800;}
.level1 a:hover::after {transform: scale(0, 0);}

.gloval-menu .serch {margin-top: 7px;display:block;}



.gloval-menu .c-menu07 .mysvg{
	display: inline-block;
	width: 20px;
	margin-right:5px;
	vertical-align:-20%;
	color: #f39800;
	fill: currentColor;
}
.gloval-menu .c-menu07 a {
	margin-left:15px;
	position: relative;
	margin-top: 10px;
	color: #625750;
	font-size: 14pt;
	line-height: 25px;
	font-weight: 600;
	font-style: normal;
	padding-top: 7px;
	padding-bottom: 7px;
	-webkit-transition: all .3s;
	transition: all .3s;
	line-height: 25px!important;
}
/*.gloval-menu .c-menu07 a:hover {
	color: #FFF;
	background-color: #30556e;
	-webkit-transition: all .3s;
	transition: all .3s;
}
*/



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: fot-tsukuardgothic-std, sans-serif;
	font-feature-settings: "palt" 1;
	color: #625750;
	background-color: #f8f6f1;
	-webkit-text-size-adjust:100%;
}



.pankuzu-space {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	box-sizing: border-box;
	background-color: #fff;
	background-color: #F1ECDF;
	padding-top: 40px;
	padding-bottom: 40px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	color: #625750;
}

.pankuzu {
	margin-top: 65px;
	position:relative;
}

.pankuzu-space h2 {
	font-feature-settings: "palt" 1;
	font-family: fot-tsukuardgothic-std, sans-serif;
	color: #625750;
	font-weight: 700;
	font-size: 17pt;
	line-height: 30px;
	text-align:center;
	margin-bottom:5px;
}

.pages {
	color: #625750;
	font-size: 10pt;
	line-height: 22px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.pages li {
	margin-right: 1px;
	margin-left: 1px;
}
.pages li a{
	color: #625750;
}
.pages li a:hover{
	color: #625750;
	text-decoration: underline;
}

.pages li i{
	font-size: 7pt;
	line-height: 18px;
	vertical-align:2%;
	display:inline-block;
}

.ill06 {
	line-height: 0;
	width: 70px;
	margin-right: 5%;
	position: absolute;
	right: 0px;
	bottom: 0px;
	z-index: 1;
	margin-bottom:-15px;
}
.ill07 {
	line-height: 0;
	width: 70px;
	margin-left: 5%;
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 1;
	margin-bottom:-10px;
}
.ill09 {
	line-height: 0;
	width: 50px;
	margin-right: 5%;
	position: absolute;
	right: 0px;
	bottom: 0px;
	z-index: 1;
	margin-bottom:15px;
}



#wrapper {}

.bicho-r5 {padding-right: 5px;}
.bicho-l5 {padding-left: 5px;}

.pcdown10 {padding-bottom: 10px;}
.pcdown20 {padding-bottom: 20px;}
.pcdown25 {padding-bottom: 24px;}
.pcdown30 {padding-bottom: 30px;}
.pcdown30s {padding-bottom: 30px;}
.pcdown40 {padding-bottom: 40px;}
.pcdown50 {padding-bottom: 50px;}
.pcdown60 {padding-bottom: 60px;}
.pcdown70 {padding-bottom: 70px;}
.pcdown80 {padding-bottom: 80px;}
.pcdown90 {padding-bottom: 90px;}
.pcdown100 {padding-bottom: 100px;}
.pcup10 {padding-top: 10px;}
.pcup20 {padding-top: 20px;}
.pcup30 {padding-top: 30px;}
.pcup40 {padding-top: 40px;}
.pcup50 {padding-top: 50px;}
.pcup60 {padding-top: 60px;}
.pcup70 {padding-top: 70px;}
.down30 {margin-bottom: 30px;}



.c-btm {
	display: table;
	padding-top:40px;
	margin-right: auto;
	margin-left: auto;
}
.r-btm {
	display: table;
	padding-top:40px;
	margin-right: 0;
	margin-left: auto;
}
.l-btm {
	padding-top:40px;
}


.button1 .mysvg {
	width: 13px;
	display: block;
	color: #fff;
	fill: currentColor;
	margin-top: 17px;
	margin-right: 15px;
	position: absolute;
	top: 0px;
	right: 0px;
}
.button1:hover .mysvg{
	color: #FFF;
	fill: currentColor;
}
.button1 {
	text-decoration: none;
	line-height: 21px;
	outline: none;
	font-feature-settings: "palt" 1;
	font-weight: 700;
	font-size: 11pt;
	display: block;
	position: relative;
	z-index: 1;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding-top: 13px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 13px;
}
.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: #fff;
	background-color: #cd7575;
	
}
.button1:hover {
	color: #fff;
	background-color: #c15050;
	
}


.button2 .mysvg {
	width: 13px;
	display: block;
	color: #fff;
	fill: currentColor;
	margin-top: 17px;
	margin-right: 15px;
	position: absolute;
	top: 0px;
	right: 0px;
}
.button2:hover .mysvg{
	color: #FFF;
	fill: currentColor;
}
.button2 {
	text-decoration: none;
	line-height: 21px;
	outline: none;
	font-feature-settings: "palt" 1;
	font-weight: 700;
	font-size: 11pt;
	display: block;
	position: relative;
	z-index: 1;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding-top: 13px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 13px;
}
.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: #75533b;
	
}
.button2:hover {
	color: #fff;
	background-color: #4d3320;
	
}






.button3 .mysvg {
	width: 20px;
	display: inline-block;
	vertical-align:-20%;
	color: #fff;
	fill: currentColor;
	margin-right: 10px;
}
.button3:hover .mysvg{
	color: #FFF;
	fill: currentColor;
}
.button3 {
	text-decoration: none;
	line-height: 22px;
	outline: none;
	font-feature-settings: "palt" 1;
	font-weight: 700;
	font-size: 11pt;
	display: table;
	position: relative;
	text-align:center;
	z-index: 1;
	-webkit-border-radius: 90px;
	-moz-border-radius: 90px;
	border-radius: 90px;
	padding-top: 12px;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 12px;
}
.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: #f39800;
	
}
.button3:hover {
	color: #fff;
	background-color: #f37e00;
	
}





.button4 .mysvg {
	width: 20px;
	display: inline-block;
	vertical-align:-25%;
	margin-right: 10px;
}

.button4 {
	text-decoration: none;
	line-height: 22px;
	outline: none;
	font-feature-settings: "palt" 1;
	font-weight: 700;
	font-size: 11pt;
	display: table;
	position: relative;
	text-align:center;
	z-index: 1;
	-webkit-border-radius: 90px;
	-moz-border-radius: 90px;
	border-radius: 90px;
	padding-top: 12px;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 12px;
}
.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: #06c755;
	
}
.button4:hover {
	color: #06c755;
	background-color: #fff;
	
}




.balloon1 {
	display: inline-block;
	text-align: center;
	text-decoration: none;
	line-height: 60px;
	outline: none;
	font-size: 13pt;
	height: 60px;
	text-transform: uppercase;
	width: 100%;
	color: #FFF;
	position: relative;
	background: #000;
}

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


.ill05 {
	line-height: 0px;
	width: 50px;
	position: absolute;
	z-index: 1;
	right: 0px;
	top: 0px;
	margin-right:15%;
	margin-top:-20px;
}

footer {
	background-color: #75533b;
	color: #FFF;
	padding-bottom: 70px;
	position:relative;
}
.nami {
	width: 102%;
	line-height: 0;
	margin-right: auto;
	margin-left: auto;
}

footer .button3 { display:block;margin-bottom: 7px;}
footer .button4 { display:block;}

footer h3 {
	font-feature-settings: "palt" 1;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 17pt;
	line-height: 35px;
	font-weight: 700;
	margin-bottom: 25px;
	text-align:center;
}

footer h3 span{
	font-feature-settings: "palt" 1;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 10pt;
	line-height: 22px;
	font-weight: normal;
	display:block;
}

.infos {
	
	width: 90%;
	/*justify-content: center;
	display: flex;
	align-items: center;*/
	margin-right: auto;
	margin-left: auto;
	margin-bottom:70px;
}
.infos li:nth-child(2){ /*margin-left:100px;*/}
.infos li:nth-child(3){ /*margin-left:20px;*/}
.tittle {
	/*justify-content: center;
	display: flex;
	align-items: center;*/
}

.totittle .mysvg{
	width: 65px;
	margin-right:10px;
	color: #fff;
	fill: currentColor;
}
.totittle a{color: #fff;}
.totittle {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom:10px;
}
.totittle h4 {
	font-feature-settings: "palt" 1;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 20pt;
	line-height: 40px;
	font-weight: 700;
}
.totittle h4 span{
	font-feature-settings: "palt" 1;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 10pt;
	line-height: 18px;
	font-weight: normal;
	display:block;
}

.tomap {
	/*height: 350px;*/
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	z-index:1;
	/*background-color: #000;*/
	margin-top:-50px;
}



.totittle2 .mysvg{
	width: 60px;
	margin-right:5px;
	color: #625750;
	fill: currentColor;
	
}
.totittle2 a{color: #625750;}
.totittle2 {
	display: flex;
	align-items: center;
	justify-content: center;
}
.totittle2 h4 {
	font-feature-settings: "palt" 1;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 23pt;
	line-height: 40px;
	font-weight: 700;
}
.totittle2 h4 span{
	font-feature-settings: "palt" 1;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 10pt;
	line-height: 18px;
	font-weight: normal;
	display:block;
}



.totittle3 .mysvg{
	width: 40px;
	margin-right:5px;
	color: #625750;
	fill: currentColor;
}
.totittle3 a{color: #625750;}
.totittle3 {
	display: flex;
	align-items: center;
	padding-top:10px;
	justify-content: center;
}
.totittle3 h4 {
	font-feature-settings: "palt" 1;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 18pt;
	line-height: 30px;
	font-weight: 700;
}
.totittle3 h4 span{
	font-feature-settings: "palt" 1;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 8pt;
	line-height: 17px;
	font-weight: normal;
	display:block;
}


.foot-text {
	font-size: 10pt;
	line-height: 22px;
	text-align: center;
}

.footcontena {
	position:relative;
	background-color: #FFF;
	color: #625750;
	box-sizing: border-box;
	margin-right: 3%;
	margin-left: 3%;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	padding-top: 240px;
	padding-bottom: 30px;
}

.foot-space {
	
	/*width: 90%;*/
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
	/*display: flex;
	justify-content: space-between;
	flex-wrap: wrap;*/
	box-sizing: border-box;
	padding-right: 3%;
	padding-left: 3%;
}

.foot-left {}
.foot-left .mysvg{
	margin-bottom:15px;
}
.foot-right {
	
}
.footlogo {
	max-width: 300px;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:15px;
}

.logos {
	padding-top:20px;
	/*display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;*/
	margin-bottom:20px;
}




.foot-menu {
	/*display: flex;
	justify-content: space-between;
	flex-wrap: wrap;*/
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
/*.foot-menu:nth-child(2) { margin-left:40px;}
.foot-menu:nth-child(3) { margin-left:40px;}*/
.foot-menu li {
	position:relative;
	width:49.3%;
}
.foot-menu li a{
	font-size: 10pt;
	line-height: 23px;
	color: #FFFFFF;
	display: block;
	font-weight: 700;
	box-sizing: border-box;
	padding: 10px;
	background-color: #7E613B;
	text-align: center;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.foot-menu li:nth-child(1) { margin-bottom:5px;}
.foot-menu li:nth-child(2) { margin-bottom:5px;}
.foot-menu li:nth-child(3) { margin-bottom:5px;}
.foot-menu li:nth-child(4) { margin-bottom:5px;}
.foot-menu li:nth-child(5) { margin-bottom:5px;}
.foot-menu li:nth-child(6) { margin-bottom:5px;}
.foot-menu li:nth-child(7) { margin-bottom:5px;}
.foot-menu li:nth-child(8) { margin-bottom:5px;}
.foot-menu li:nth-child(9) { margin-bottom:5px;}
.foot-menu li:nth-child(10) { margin-bottom:5px;}
/*.foot-menu li a:hover,
.foot-menu li a:focus {}
.foot-menu li a::after {
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	bottom: -0px;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform 0.3s;
	background-color: #f39800;
}
.foot-menu li a:hover::after {transform: scale(1, 1);}*/
.copy {
	font-size: 9pt;
	line-height: 16px;
	padding-top: 15px;
	text-align: center;
}

.copy i{
	font-size: 9pt;
	line-height: 16px;
	vertical-align: -7%;
	display: inline-block;
	margin-left:3px;
}




.rightbnr {
	width: 98%;
	margin:1%;
	position: fixed;
	bottom: 0px;
	right: 0px;
	left: 0px;
	z-index: 101;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
	/*flex-wrap: wrap;*/
}

.rightbnr div {width: 50%;}

.right-form2 .mysvg{
	width: 18px;
	color: #fff;
	fill: currentColor;
	display:inline-block;
	vertical-align:-10%;
	margin-right:8px;
}
.right-form2:hover .mysvg{
	color: #FFF;
	fill: currentColor;
}

.rightbnr span{
	font-feature-settings: "palt" 1;
	font-family: fot-tsukuardgothic-std, sans-serif;
	/*-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;*/
	font-size: 13pt;
	line-height: 22px;
	font-weight: 700;
}

.right-form2 {
	display: block;
	text-align: center;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	height: 50px;
	padding-top:15px;
	box-sizing:border-box;
}
.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: #f39800;
	color: #fff;
}
.right-form2:hover {
	background-color: #f39800;
	color: #fff;
}


.right-form3 .mysvg{
	width: 25px;
	color: #fff;
	fill: currentColor;
	display:inline-block;
	vertical-align:-30%;
	margin-right:5px;
}
.right-form3:hover .mysvg{
	color: #FFF;
	fill: currentColor;
}
.right-form3 {
	display: block;
	text-align: center;
	
	height: 50px;
	padding-top:14px;
	box-sizing:border-box;
	-webkit-border-top-right-radius: 10px;
-webkit-border-bottom-right-radius: 10px;
-moz-border-radius-topright: 10px;
-moz-border-radius-bottomright: 10px;
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
}
.right-form3::before,
.right-form3::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.right-form3,
.right-form3::before,
.right-form3::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.right-form3 {
	background-color: #06c755;
	color: #fff;
	-webkit-box-shadow: 1px 1px 25px rgba(0,0,0,.0);
	-moz-box-shadow: 1px 1px 25px rgba(0,0,0,.0);
	-o-box-shadow: 1px 1px 25px rgba(0,0,0,.0);
	box-shadow: 1px 1px 25px rgba(0,0,0,.0);
}
.right-form3:hover {
	background-color: #06c755;
	color: #fff;
}


}






