ul.points {
	list-style-type: none;
	padding-left: 10px;
	overflow: hidden;
}
ul.points li{padding-left: 0.7em;}
ul.points li:before {
	content: "■";
	padding-right: 0.3em;
	position: absolute;
	left: -0.5em;
	color: #ff8a00;
}
.points li {
	font-family: 'YakuHanJP',"hiragino-kaku-gothic-pron", sans-serif;
	font-weight: normal;
	position: relative;
	font-size: 10pt;
	line-height: 21px;
	text-align: left;
}

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

.to-text {}
.to-text:not(:last-child) {margin-bottom: 40px;}

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;
	color: #78AE61;
}
.points3 li {
	font-family: 'YakuHanJP',"hiragino-kaku-gothic-pron", sans-serif;
	font-weight: normal;
	position: relative;
	font-size: 10pt;
	line-height: 21px;
	text-align: left;
}
/*.points3 li:not(:last-child) {margin-bottom: 7px;}
.points3:not(:last-child) {margin-bottom: 20px;}*/


ul.points2{
	list-style-type: none;
	padding-left: 10px;
	overflow: hidden;
}
ul.points2 li{padding-left: 0.7em;}
ul.points2 li:before {
	content: "※";
	padding-right: 0.3em;
	position: absolute;
	left: -0.5em;
}
.points2 li {
	font-family: 'YakuHanJP',"hiragino-kaku-gothic-pron", sans-serif;
	font-weight: normal;
	position: relative;
	font-size: 10pt;
	line-height: 21px;
	text-align: left;
}






.tables .yoko {
	text-align: center;
	/*width: 100px;*/
	font-size: 9pt;
	line-height: 18px;
	font-weight: 600;
}
.tables{
	font-family: 'YakuHanMP',"hiragino-mincho-pron", sans-serif;
	color: #000;
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}
.tables td,
.tables th{
	padding: 6px;
	border: 1px solid #ebebe9;
	box-sizing: border-box;
}
.tables th{font-weight: bold;}
.tables thead th{/*background-color: #F4EBD9;*/}
.tables .pccenter {
	font-size: 12pt;
	line-height: 18px;
	text-align: center;
	color: #EB7900;
	font-family: 'YakuHanMP',"hiragino-mincho-pron", sans-serif;
	font-weight: 600;
}
.tables .pccenter span {}
.tables .pccenter2 span {
	color: #F00!important;
}
.tables .pccenter2 {
	font-size: 10pt;
	text-align: center;
	color: #fff;
	background-color: #EB7900;
	line-height: 18px;
	font-weight: 600;
}
.tables .pccenter3 {
	font-family: 'YakuHanMP',"hiragino-mincho-pron", sans-serif;
	font-size: 10pt;
	color: #fff;
	background-color: #EB7900;
	text-align: center;
	line-height: 18px;
}
.tables .pccenter4 {
	font-size: 10pt;
	color: #fff;
	background-color: #d34160;
	text-align: center;
	line-height: 18px;
}
.yasumi {color: #666;font-weight: normal;}


.nedan {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
	margin-bottom:5px;
	padding-bottom:5px;
}
.nedan:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #333;
	width: 100%;
	margin-bottom: 17px;
	/*z-index: -1;*/
	display:block;
}
.nedan p span{
	font-size: 13pt;
	line-height: 22px;
	font-feature-settings: "palt" 1;
	font-family: 'YakuHanJP',dnp-shuei-mgothic-std, sans-serif;
	font-weight: 600;
	margin-right:1px;
}
.nedan p {
	font-size: 10pt;
	line-height: 22px;
	font-weight: normal;
	position: relative;
	z-index: 2;
	/*padding-top: 1px;*/
	padding-right: 1px;
	/*padding-bottom: 1px;*/
	padding-left: 5px;
}
.nedan h4{
	font-size: 11pt;
	line-height: 25px;
	font-weight: normal;
	position: relative;
	z-index: 2;
	/*padding-top: 1px;*/
	padding-left: 1px;
	/*padding-bottom: 1px;*/
	padding-right: 5px;
}
.white-bk {background-color: #FFF;}
.gray-bk {
	background-color: #F9F8F7;
}





.ckspace:not(:last-child) {margin-bottom: 20px;}
ul.ckspace {list-style-type: none; padding-top:30px; margin-left:10px; margin-right:10px;}
ul.ckspace li{padding-left: 1.4em;}
ul.ckspace li:before {
	content: "\f058";
	font-family: "Font Awesome 6 Free";
	padding-right: 0.3em;
	position: absolute;
	left: 0em;
	color: #00AD98;
	margin-top: 1px;
	font-weight: 600;
	font-size: 11pt;
}
.ckspace li {
	font-feature-settings: "palt" 1;
	position: relative;
	font-size: 10pt;
	line-height: 20px;
	margin-bottom:8px;
	
}
.ckspace li span{font-size: 16pt;color: #53AA5B;}



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

.ckspace2 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
ul.ckspace2 {
	list-style-type: none;
	/*padding-top:30px;*/
	/*margin-left:10px;
	margin-right:10px;*/
}
ul.ckspace2 li{padding-left: 1.4em;}
ul.ckspace2 li:before {
	content: "\f058";
	font-family: "Font Awesome 6 Free";
	padding-right: 0.3em;
	position: absolute;
	left: 0em;
	color: #00AD98;
	margin-top: 1px;
	font-weight: 600;
	font-size: 11pt;
}
.ckspace2 li {
	width: 48%;
	font-feature-settings: "palt" 1;
	position: relative;
	font-size: 11pt;
	line-height: 22px;
	margin-bottom:8px;
	box-sizing: border-box;
}
.ckspace2 li span{font-size: 16pt;color: #53AA5B;}



.photos {
	display: flex;
	/*justify-content: space-between;*/
	flex-wrap: wrap;
	margin-bottom: 25px;
}
.photos li {
	width: 50%;
	margin: 0%;
	line-height: 0px;
}

.photos li:nth-child(1) {width: 100%;}


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



.fullimage1 {
	line-height: 0px;
}


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




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



.pconly {display:none;}


.second-main {background: linear-gradient(180deg, #F7F3E9 0%, #F7F3E9 50%, #fff 50%, #fff 100%);padding-top: 7px;}

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

.pankuzu {
	margin-right: auto;
	margin-left: 8px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 65px;
	color: #FFF;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	background-color: #eb7900;
}

.pankuzu-space h2{
	padding-left: 25px;
}

.pankuzu-space h2 span{
	font-feature-settings: "palt" 1;
	font-family: 'YakuHanMP',"hiragino-mincho-pron", sans-serif;
	color: #fff;
	font-weight: normal;
	font-size: 15pt;
	line-height: 32px;
	padding-bottom: 6px;
	display: inline;
	background-size: 1px 1px;
	background-repeat: repeat-x;
	background-position: bottom 1px left 0;
	-webkit-background-image: linear-gradient(#fff,#fff);
	-moz-background-image: linear-gradient(#fff,#fff);
	-o-background-image: linear-gradient(#fff,#fff);
	-ms-background-image: linear-gradient(#fff,#fff);
	background-image: linear-gradient(#fff,#fff);
}




.pages {
	margin-top: -20px;
	margin-left: 15px;
	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: #ff9c00;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 25px;
}
.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;
}


.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;}


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



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

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


.textbox1s {
	padding-top: 50px;
	padding-bottom: 20px;
}

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

.textbox1s2 {
	padding-top: 20px;
	padding-bottom: 50px;
}


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

.whbk {background-color: #FFF;position: relative;}
.tobk {background-color: #eb7900;position: relative;color: #fff;}
.bk {position: relative;}

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

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

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



.wakugumi {}
.wakugumi h3{
	font-size: 11pt;
	line-height: 22px;
	margin-bottom: 10px;
	font-weight: normal;
	color: #EB7900;
}
.wakugumi li{
	box-sizing:border-box;
	padding: 30px;
	background-color: #f9f8f7;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.wakugumi li:not(:last-child) {margin-bottom: 10px;}
.wakugumi:not(:last-child) {margin-bottom: 30px;}


.wakugumi2 {color: #fff;}
.wakugumi2 h3{
	font-size: 11pt;
	line-height: 22px;
	margin-bottom: 10px;
	font-weight: normal;
}
.wakugumi2 li{
	box-sizing:border-box;
	padding: 30px;
	background-color: #EB7900;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.wakugumi2 li:not(:last-child) {margin-bottom: 10px;}
.wakugumi2:not(:last-child) {margin-bottom: 30px;}

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


.main-image {
	margin-top: 60px;
	position: relative;
	height: 54vh;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url(../img/body/main-image.jpg);
	margin-right: 15px;
	
	-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;

}

.slidecomennt {
	width: 22%;
	position: absolute;
	top: 25%;
	right: 8%;
	/*transform: translateY(-50%) translateX(-50%);*/
	z-index: 2;
}


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

.midashi1 {
	font-feature-settings: "palt" 1;
	font-family: 'YakuHanMP',"hiragino-mincho-pron", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 16pt;
	font-variant: normal;
	line-height: 31px;
	margin-bottom: 25px;
	text-transform: uppercase;
	text-align: center;
	position: relative;
}

.midashi1 span{
	font-size: 20pt;
	margin-left: 2px;
	margin-right: 2px;
	color: #00ad98;
}

.midashi2 {
	font-feature-settings: "palt" 1;
	font-family: 'YakuHanMP',"hiragino-mincho-pron", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 17pt;
	font-variant: normal;
	line-height: 31px;
	margin-bottom: 35px;
	text-transform: uppercase;
	text-align: center;
	position: relative;
}

.midashi2:before {
	content: "";
	background-color: #EB7900;
	height: 1px;
	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;
}


.midashi5 {
	font-feature-settings: "palt" 1;
	font-family: 'YakuHanMP',"hiragino-mincho-pron", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 14pt;
	line-height: 25px;
	margin-bottom: 13px;
}

.midashi5 span{
	color: #EB7900;
	margin-right: 3px;
}

.midashi6 {
	font-feature-settings: "palt" 1;
	font-family: 'YakuHanJP',"hiragino-kaku-gothic-pron", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 11pt;
	line-height: 25px;
	margin-bottom: 7px;
	padding-bottom: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D6D6D6;
}

.midashi6 span{
	color: #3677BB;
	margin-right: 3px;
}


.tels {
	font-feature-settings: "palt" 1;
	font-family: 'YakuHanMP',"hiragino-mincho-pron", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 11pt;
	line-height: 28px;
	margin-bottom: 10px;
}
.tels a{
	color: #3677BB;
	font-size: 14pt;
	line-height: 28px;
}

/*.midashi5 a{
	font-size: 20pt;
	line-height: 39px;
	font-feature-settings: "palt" 1;
	font-family: 'YakuHanJP',"hiragino-kaku-gothic-pron", sans-serif;
	font-weight: 600;
	color: #41200d;
}
.midashi5{
	font-size: 13pt;
	line-height: 25px;
	font-feature-settings: "palt" 1;
	font-family: 'YakuHanJP',"hiragino-kaku-gothic-pron", sans-serif;
	font-weight: 600;
	color: #41200d;
}*/



.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;
	
}



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',"hiragino-kaku-gothic-pron", sans-serif;
	background-repeat: repeat;
	background-position: center;
	background-color: #fff;
	color: #333;
}




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

.btm-waku {
	display: table;
	margin-right: auto;
	margin-left: auto;
}


.button1 i{
	font-size: 7pt;
	vertical-align: 10%;
	display: inline-block;
	margin-left: 5px;
}
.button1 {
	font-family: 'YakuHanMP',"hiragino-mincho-pron", sans-serif;
	font-style: 600;
	font-size: 10pt;
	line-height: 20px;
	margin-right: auto;
	margin-left: auto;
	text-transform: uppercase;
	display: block;
	padding-top: 13px;
	padding-bottom: 13px;
	text-align: center;
	-webkit-border-radius: 26px;
	-moz-border-radius: 26px;
	border-radius: 26px;
	width: 150px;
}
.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: #EB7900;
}
.button1:hover {
	color: #FFFFFF;
	background-color: #EB7900;
}


.btms li:not(:last-child) {margin-bottom: 5px;}

.button2 i{
	font-size: 8pt;
	margin-right: 15px;
	line-height: 18px;
	display: block;
	margin-top: 11px;
	position: absolute;
	z-index: 1;
	top: 0px;
	right: 0px;
}
.button2 {
	font-style: normal;
	font-family: 'YakuHanMP',"hiragino-mincho-pron", sans-serif;
	font-size: 10pt;
	font-weight: normal;
	line-height: 22px;
	margin-right: auto;
	margin-left: auto;
	text-transform: uppercase;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding-right: 15px;
	padding-left: 15px;
	position: relative;
}
.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: #FFFFFF;
	background-color: #3777bb;
}
.button2:hover {
	color: #FFFFFF;
	background-color: #3777bb;
}





.button4 i{
	font-size: 7pt;
	vertical-align: 4%;
	display: inline-block;
	margin-left: 5px;
}
.button4 {
	font-style: normal;
	font-size: 10pt;
	font-weight: 500;
	line-height: 20px;
	margin-right: auto;
	margin-left: auto;
	text-transform: uppercase;
	display: block;
	padding-top: 13px;
	padding-bottom: 13px;
	text-align: center;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.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: #FFFFFF;
	background-color: #41200D;
}
.button4:hover {
	color: #FFFFFF;
	background-color: #41200D;
}

.banner-space li:nth-child(1) {margin-bottom: 3px;}
.banner-space li:nth-child(2) {margin-bottom: 3px;}
.banner-space li:nth-child(3) {margin-bottom: 3px;}
.banner-space li:nth-child(4) {margin-bottom: 3px;}
.banner-space li:nth-child(5) {margin-bottom: 3px;}
.banner-space li:nth-child(6) {margin-bottom: 3px;}
.banner-space {
	/*background-color: #dfe5ef;
	padding-top: 10px;
	padding-bottom: 10px;*/
	padding-top: 5px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-left: 5px;
	margin-right: 5px;
	/*margin-bottom: 10px;*/
}
.banner-space li {
	width: 49.5%;
}

.banner-space img {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.banner-space li h3{
	font-feature-settings: "palt" 1;
	font-family: 'YakuHanMP',"hiragino-mincho-pron", sans-serif;
	font-size: 12pt;
	font-weight: 600;
	font-variant: normal;
	line-height: 25px;
	position: relative;
	text-align: center;
	padding-top: 12px;
	padding-bottom: 12px;
	margin-right: 5px;
	margin-left: 5px;
	background-color: rgba(235, 121, 0, 0.8);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}




.bnbk1 {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url(../img/body/a-01.jpg);
}
.bnbk2 {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url(../img/body/a-02.jpg);
}
.bnbk3 {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url(../img/body/a-03.jpg);
}

.bnbk4 {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url(../img/body/a-04.jpg);
}
.bnbk5 {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url(../img/body/a-05.jpg);
}
.bnbk6 {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url(../img/body/a-06.jpg);
}
.bnbk7 {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url(../img/body/a-07.jpg);
}
.bnbk8 {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url(../img/body/a-08.jpg);
}

.bn-button {
	/*width: 100%;*/
	display: block;
	padding-top: 120px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding-bottom: 5px;
}
.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;
}

.comennt1 {
	font-size: 11pt;
	line-height: 25px;
	font-weight: normal;
	font-family: 'YakuHanJP',"hiragino-kaku-gothic-pron", sans-serif;
}
.comennt {
	font-size: 10pt;
	line-height: 21px;
	font-weight: normal;
	font-family: 'YakuHanJP',"hiragino-kaku-gothic-pron", sans-serif;
}

.name {
	font-size: 11pt;
	line-height: 25px;
	font-weight: 600;
	font-family: 'YakuHanJP',"hiragino-kaku-gothic-pron", sans-serif;
	text-align:right;
	margin-bottom: 10px;
}

.comennt3 {
	font-size: 12pt;
	line-height: 25px;
	font-weight: 500;
	font-family: 'YakuHanJP',"hiragino-kaku-gothic-pron", sans-serif;
	margin-bottom: 7px;
	padding-bottom: 7px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #D6D5D6;
}
.comennt3 span{
	color: #00AD98;
	margin-right: 4px;
}



.comennt3s {
	font-size: 12pt;
	line-height: 25px;
	font-weight: 500;
	font-family: 'YakuHanJP',"hiragino-kaku-gothic-pron", sans-serif;
	margin-bottom: 7px;
	padding-bottom: 7px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #D6D5D6;
}
.comennt3s span{
	font-feature-settings: "palt" 1;
	font-family: 'YakuHanJP',"hiragino-kaku-gothic-pron", sans-serif;
	font-weight: 600;
	color: #FFFFFF;
	margin-right: 4px;
	font-size: 11pt;
	line-height: 35px;
	background-color: #41200D;
	display: inline-block;
	height: 35px;
	width: 35px;
	box-sizing: border-box;
	text-align: center;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	vertical-align: 5%;
}


.comennt2 {
	text-align: center;
	font-size: 11pt;
	line-height: 25px;
	font-weight: normal;
	font-family: 'YakuHanJP',"hiragino-kaku-gothic-pron", sans-serif;
}

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

.space1000 {
	margin-right: 5%;
	margin-left: 5%;
}


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




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



footer {
	font-family: 'YakuHanMP',"hiragino-mincho-pron", sans-serif;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100%;
	color: #fff;
	background-color: #eb7900;
	margin-right: 8px;
	margin-bottom: 7px;
	margin-left: 8px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}



.foot-menu {
	box-sizing: border-box;
	margin-right: 5%;
	margin-bottom: 8%;
	margin-left: 5%;
	padding-top:20px;
	justify-content: space-between;
	display: flex;
	flex-wrap: wrap;
}
.foot-menu li {
	width: 48%;
	box-sizing: border-box;
	/*width: 49%;*/
	/*margin-bottom: 1.3%;*/
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
}
.foot-menu li a{
	font-size: 10pt;
	line-height: 22px;
	color: #fff;
	display: block;
	box-sizing: border-box;
	position: relative;
	
	padding-top: 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:10px;
}

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


.infobox {
	background-color: #fff;
	box-sizing:border-box;
	margin-bottom:30px;
	padding: 25px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-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);
}


.infobox li{}
.infobox li:nth-child(1) {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E8E8E8;
}
.infobox li:nth-child(2) {
	padding-top: 8px;
}
.infobox p{
	font-size: 10pt;
	line-height: 18px;
	font-feature-settings: "palt" 1;
	font-family: 'YakuHanJP',dnp-shuei-mgothic-std, sans-serif;
	font-weight: normal;
	text-align: center;
	background-color: #F5F4F3;
	color: #41200d;
	/*display: table;*/
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.infobox h3{
	text-align: center;
	font-size: 12pt;
	line-height: 30px;
	font-feature-settings: "palt" 1;
	font-family: 'YakuHanJP',dnp-shuei-mgothic-std, sans-serif;
	font-weight: 600;
	margin-bottom:10px;
}

.infobox h4{
	font-size: 13pt;
	line-height: 39px;
	font-feature-settings: "palt" 1;
	font-family: 'YakuHanJP',dnp-shuei-mgothic-std, sans-serif;
	font-weight: 600;
	text-align: center;
}


.infobox h4 a{
	font-size: 20pt;
	line-height: 39px;
	font-feature-settings: "palt" 1;
	font-family: 'YakuHanJP',dnp-shuei-mgothic-std, sans-serif;
	font-weight: 600;
	text-align: center;
	color: #41200d;
}
.infobox h4 span{
	font-size: 20pt;
	line-height: 39px;
	font-feature-settings: "palt" 1;
	font-family: 'YakuHanJP',dnp-shuei-mgothic-std, sans-serif;
	font-weight: 600;
	text-align: center;
	color: #41200d;
}


.han {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	/*align-items: center;*/
	padding-top: 10px;
}
.han span{width: 48%; display:block;}


.infobox2 {
	background-color: #fff;
	box-sizing:border-box;
	padding: 25px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-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);
}
.infobox2 li{}
.infobox2 li:nth-child(1) {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E8E8E8;
}
.infobox2 li:nth-child(2) {
	padding-top: 8px;
	margin-bottom: 13px;
	padding-bottom: 13px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E8E8E8;
}
.infobox2 p{
	font-size: 10pt;
	line-height: 18px;
	font-feature-settings: "palt" 1;
	font-family: 'YakuHanJP',dnp-shuei-mgothic-std, sans-serif;
	font-weight: normal;
	text-align: center;
	background-color: #F5F4F3;
	color: #41200d;
	/*display: table;*/
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.infobox2 h3{
	text-align: center;
	font-size: 12pt;
	line-height: 30px;
	font-feature-settings: "palt" 1;
	font-family: 'YakuHanJP',dnp-shuei-mgothic-std, sans-serif;
	font-weight: 600;
	margin-bottom:10px;
}

.infobox2 h4{
	font-size: 13pt;
	line-height: 39px;
	font-feature-settings: "palt" 1;
	font-family: 'YakuHanJP',dnp-shuei-mgothic-std, sans-serif;
	font-weight: 600;
	text-align: center;
}


.infobox2 h4 a{
	font-size: 20pt;
	line-height: 39px;
	font-feature-settings: "palt" 1;
	font-family: 'YakuHanJP',dnp-shuei-mgothic-std, sans-serif;
	font-weight: 600;
	text-align: center;
	color: #41200d;
}
.infobox2 h4 span{
	font-size: 20pt;
	line-height: 39px;
	font-feature-settings: "palt" 1;
	font-family: 'YakuHanJP',dnp-shuei-mgothic-std, sans-serif;
	font-weight: 600;
	text-align: center;
	color: #41200d;
}


.footlogo .mysvg {
	width: 220px;
	line-height: 0px;
	margin-bottom: 15px;
	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;
}


.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;
}



.open_button span{
	font-feature-settings: "palt" 1;
	font-size: 9pt;
	line-height: 18px;
	display: inline-block;
	box-sizing: border-box;
	color: #fff;
	background-color: #3777bb;
	vertical-align: 20%;
	margin-right: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
}

.open_button {
	width: 98%;
	margin-right: 1%;
	margin-left: 1%;
	margin-bottom: 1%;
	position: fixed;
	z-index: 9;
	bottom: 0px;
	right: 0px;
	color: #3777bb;
	background-color: #fff;
	text-align: center;
	box-sizing: border-box;
	font-size: 17pt;
	line-height: 30px;
	font-feature-settings: "palt" 1;
	font-family: 'YakuHanMP',"hiragino-mincho-pron", sans-serif;
	font-weight: 600;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-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);
	padding-top: 10px;
	padding-bottom: 10px;
}


/*.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;
}