@import url(https://fonts.googleapis.com/icon?family=Material+Icons);


@media print, screen and (min-width: 1025px) {


.accordion-full2 .ban2{
    position: relative;
    list-style: none;
    cursor: pointer; /* ポインターを指さしマークに変更 */
    margin-bottom: 12px;
    box-sizing: border-box;
    background-color: #fff;
    /*-webkit-box-shadow: 1px 1px 25px rgba(172,172,172,0.2);
	-moz-box-shadow: 1px 1px 25px rgba(172,172,172,0.2);
	-o-box-shadow: 1px 1px 25px rgba(172,172,172,0.2);
	box-shadow: 1px 1px 25px rgba(172,172,172,0.2);*/
    padding-top: 30px;
    padding-right: 40px;
    padding-bottom: 30px;
    padding-left: 40px;
    transition: all .3s;
    border-radius: 20px;
    border: 4px solid #c3949e;
}
.accordion-full2 .ban2:not(:first-child) {}
.accordion-full2 .ban2:not(:last-child) {}
.accordion-full2 .ban2::-webkit-details-marker {display: none;}

.accordion-full2 .contents {
    margin-right: auto;
	margin-left: auto;
    width: 94%;
}
.ban2::-webkit-details-marker {display: none;}
.ban2:before {
	position: absolute;
	top: calc(50% - 25px);
	right: 55px;
	box-sizing: border-box;
	font-size: 25pt;
	font-feature-settings: "palt" 1;
	font-family: 'Noto Sans', sans-serif;
	font-weight: normal;
	color: #b67378;
	content: "＋";
	transform-origin: center 43%;
	transition: transform 0.5s;
}
details[open] .ban2:before,
.acdicon details[open] .ban2:before {
	position: absolute;
	top: calc(50% - 25px);
	right: 55px;
	box-sizing: border-box;
	font-size: 31pt;
	font-feature-settings: "palt" 1;
	font-family: 'Noto Sans', sans-serif;
	font-weight: normal;
	color: #b67378;
	content: "−";
	transform-origin: center 43%;
	transition: transform 0.5s;
	margin-right:1px;
	margin-top:-10px;
}

.accordion-full2 .ban2 h3 {
	font-feature-settings: "palt" 1;
    letter-spacing: 1px;
    font-family: hiragino-kaku-gothic-pron, sans-serif;
	font-size: 17pt;
	line-height: 32px;
	font-weight: normal;
	color: #97394b;
    margin-left:15px;
}

.accordion-full2 .ban2 h3 span{
	font-feature-settings: "palt" 1;
    letter-spacing: 1px;
    font-family: hiragino-kaku-gothic-pron, sans-serif;
	color: #c3949e;
	margin-right:15px;
	font-weight: normal;
	font-size: 15pt;
	line-height: 32px;
}

.accordion-full2 .ban2 p {
	font-feature-settings: "palt" 1;
    letter-spacing: 1px;
    font-family: hiragino-kaku-gothic-pron, sans-serif;
	font-size: 13pt;
	line-height: 35px;
	font-weight: normal;
	color: #202020;
}


.accordion-full2 .contents {
	box-sizing:border-box;
	padding-top:20px;
	padding-bottom:60px;
}





.recruit_table .map-space{width: 100%;padding-bottom: 44%;/*←高さを変更する*/}
.tables3 {
	margin-right: auto;
	margin-left: auto;
    padding-top: 20px;
}
.down20 {margin-bottom: 30px;}
.recruit_table {
	border-collapse:collapse;
	font-feature-settings: "palt" 1;
    letter-spacing: 1px;
    font-family: hiragino-kaku-gothic-pron, sans-serif;
	font-weight: normal;
	box-sizing: border-box;
	font-size: 12pt;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.recruit_table th, .cp_table  td {width: 100%;}
.recruit_table th {
	font-size: 13pt;
	line-height: 25px;
	font-feature-settings: "palt" 1;
    letter-spacing: 1px;
    font-family: hiragino-kaku-gothic-pron, sans-serif;
	font-weight: normal;
	width: 300px!important;
	padding-bottom: 25px!important;
	padding-top: 25px!important;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #caadb4;
	/*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;
    letter-spacing: 1px;
    font-family: hiragino-kaku-gothic-pron, sans-serif;
	font-weight: normal;
	width: 75%!important;
	padding-bottom: 25px!important;
	padding-top: 25px!important;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ede6dd;
	box-sizing: border-box;
}
.recruit_table h3 {
	font-size: 14pt;
	line-height: 35px;
    
	font-feature-settings: "palt" 1;
    letter-spacing: 1px;
    font-family: hiragino-kaku-gothic-pron, sans-serif;
	font-weight: 600;
}

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


.wraps {
    display: flex;
    justify-content: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    padding-top: 45px;
}
.text {width: 47%;padding-top: 15px;}
.fukidashi {
    /*width: 400px;*/
    position: relative;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 50px;
    padding-right: 60px;
    background-color: #c6939f;
    color: #fff;
    height: 230px;
    border-radius: 120px;
    /*margin-right: 100px;*/
}
.fukidashi img{
    width: 120px;
    margin-right: 20px;
}
.fukidashi h2 {
    font-feature-settings: "palt" 1;
    letter-spacing: 2px;
    font-family: hiragino-kaku-gothic-pron, sans-serif;
	font-weight: 600;
	font-size: 22pt;
    line-height: 45px;
    position: relative;
}
.fukidashi::before {
	content: "";
	position: absolute;
	top: 45%;
    margin-right: -20px;
	/*left: 50%;*/
	right: 0;
    width: 50px;
    height: 50px;
    background-color: #c5929e;
    border-radius: 100%;
}
.fukidashi::after {
	content: "";
	position: absolute;
	top: 65%;
    margin-right: -40px;
	/*left: 50%;*/
	right: 0;
    width: 20px;
    height: 20px;
    background-color: #c5929e;
    border-radius: 100%;
}
.text h3{
	/*text-align:center;*/
	padding-bottom: 10px;
}

.text h3 span{
	font-feature-settings: "palt" 1;
    letter-spacing: 1px;
    font-family: hiragino-kaku-gothic-pron, sans-serif;
	color: #993049;
	font-weight: 600;
	font-size: 23pt;
	line-height: 60px;
	padding-bottom: 11px;
	display: inline;
	background-size: 3px 3px;
	background-repeat: repeat-x;
	background-position: bottom 3px left 0;
	-webkit-background-image: linear-gradient(#c6939f,#c6939f);
	-moz-background-image: linear-gradient(#c6939f,#c6939f);
	-o-background-image: linear-gradient(#c6939f,#c6939f);
	-ms-background-image: linear-gradient(#c6939f,#c6939f);
	background-image: linear-gradient(#c6939f,#c6939f);
}




.tows {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
    padding-top: 50px;
}
.tows li{width: 48%}

.button3 h3 {
    font-feature-settings: "palt" 1;
    letter-spacing: 1px;
    font-family: hiragino-kaku-gothic-pron, sans-serif;
	font-weight: 600;
	font-size: 21pt;
    line-height: 28px;
    text-align: center;
    position: relative;
    padding-top: 40px;
    padding-bottom: 30px;
}
.button3 h4 {
    position: absolute;
    width: 75px;
    height: 70px;
    right: 0;
    bottom: 0;
    background-color: #c5929e;
    border-bottom-right-radius: 22px;
    border-top-left-radius: 22px;
    margin-right: -1px;
    margin-bottom: -1px;
    -webkit-transition: all .3s;
	transition: all .3s;
}
.button3:hover h4{
    position: absolute;
    width: 70px;
    height: 70px;
    right: 10%;
    bottom: 23%;
    background-color: #c5929e;
    border-radius: 100px;
    -webkit-transition: all .3s;
    transition: all .3s;
    border: 3px solid #fff;
    box-sizing: border-box;
}
.button3 h4 .mysvg{
    display: block;
    width: 20px;
    box-sizing: border-box;
    padding-top: 25px;
    margin-right: auto;
    margin-left: auto;
    color: #fff;
    fill: currentColor;
}
.button3:hover h4 .mysvg{
    display: block;
    width: 20px;
    box-sizing: border-box;
    padding-top: 22px;
    margin-right: auto;
    margin-left: auto;
    color: #fff;
    fill: currentColor;
}

.button3 img{
    display: block;
    width: 100px;
	margin-right: auto;
	margin-left: auto;
    margin-top: -75px;
}

.button3 {
    
	text-decoration: none;
	outline: none;
	display: block;
	position: relative;
	z-index: 1;
	padding: 35px;
	box-sizing: border-box;
}
.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: #3e3a39;
    border-radius: 25px;
    border: 4px solid #c5929e;
}
.button3:hover {
	color: #fff;
	background-color: #c5929e;
    border-radius: 25px;
    border: 4px solid #c5929e;
}

.rev:nth-child(odd) {flex-direction: row-reverse;}

.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;
    padding-top: 20px;
}
.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-space2 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.wrap-space2:not(:last-child) {margin-bottom: 15px;}
.wrap-space2:nth-child(even) {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;";
}
.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  {scroll-margin-top: 150px;}
#privacy  {scroll-margin-top: 150px;}

.midashi{
	font-feature-settings: "palt" 1;
	font-family: hiragino-kaku-gothic-pron, sans-serif;
	font-size: 15pt;
	line-height: 30px;
	font-weight: 600;
	margin-bottom: 20px;
	
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 30px;
	background-color: #c6939f;
    color: #fff;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}
.comennt4 span{color: #c6939f;margin-right: 5px;}
.comennt4 {
	font-feature-settings: "palt" 1;
	font-family: hiragino-kaku-gothic-pron, sans-serif;
	font-size: 14pt;
	line-height: 30px;
	font-weight: 600;
	margin-bottom: 10px;
	position: relative;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #d0c8b8;
}

.comennt6 {
    position: relative;
	font-feature-settings: "palt" 1;
	font-family: hiragino-kaku-gothic-pron, sans-serif;
	font-size: 14pt;
	line-height: 30px;
	font-weight: 600;
	margin-bottom: 10px;
	position: relative;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #d0c8b8;
    padding-left: 25px;
}
.comennt6:before {
    content: "";
    position: absolute;
    top: 20%;
    left: 0;
    width: 17px;
    height: 17px;
    border-radius: 100px;
    background-color: #c6939f;
    margin-left: 0px;
}


.midashi1 {
	font-family: hiragino-kaku-gothic-pron, sans-serif;
	font-size: 28pt;
	line-height: 50px;
	font-weight: 600;
	margin-bottom: 25px;
    color: #993049;
    position: relative;
    margin-left: 40px;
}
.midashi1:before {
	content: "";
	position: absolute;
	top: 0;
    margin-top: 22px;
	/*left: 50%;*/
	margin-left: -40px;
    width: 30px;
    height: 14px;
    background-color: #c5929e;
    border-radius: 20px;
}


.midashi2 {
	font-family: hiragino-kaku-gothic-pron, sans-serif;
	font-size: 22pt;
	line-height: 45px;
	font-weight: 600;
	margin-bottom: 35px;
    text-align: center;
    color: #993049;
}
.midashi2s {
	font-family: hiragino-kaku-gothic-pron, sans-serif;
	font-size: 25pt;
	line-height: 55px;
	font-weight: normal;
	margin-bottom: 15px;
    text-align: center;
    color: #993049;
}

.midashi3 {
    font-feature-settings: "palt" 1;
    letter-spacing: 1px;
	font-family: hiragino-kaku-gothic-pron, sans-serif;
	font-size: 18pt;
	line-height: 35px;
	font-weight: 600;
	margin-bottom: 35px;
    color: #993049;
}

.comennt {
	font-size: 11pt;
	line-height: 22px;
	font-weight: normal;
}
.comennt1 {
    font-family: hiragino-kaku-gothic-pron, sans-serif;
    font-feature-settings: "palt" 1;
	font-size: 13pt;
	line-height: 30px;
	font-weight: normal;
    letter-spacing: 1px;
}

.comennt2 {
    font-family: hiragino-kaku-gothic-pron, sans-serif;
    font-feature-settings: "palt" 1;
	font-size: 13pt;
	line-height: 30px;
	text-align: center;
	font-weight: normal;
    letter-spacing: 1px;
}

.comennt3 {
    font-family: hiragino-kaku-gothic-pron, sans-serif;
    font-feature-settings: "palt" 1;
	font-size: 12pt;
	line-height: 28px;
	font-weight: normal;
}
.comennt5 {
    font-family: hiragino-kaku-gothic-pron, sans-serif;
    font-feature-settings: "palt" 1;
    font-size: 14pt;
    line-height: 32px;
    font-weight: normal;
    background-color: #c4939e;
    color: #fff;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 50px;
    padding-right: 50px;
    box-sizing: border-box;
    display: table;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.flows {
    background-color: #fff;
    padding: 30px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}
.flows ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.flows ul li {
    width: 31%;
    box-sizing: border-box;
    padding: 40px;
    background-color: #f4f1e9;
    border-radius: 20px;
    position: relative;
}
.flows li h3 span{font-size: 20pt;color: #c4939e;margin-right: 10px;vertical-align: -10%;}
.flows li h3{
    font-family: hiragino-kaku-gothic-pron, sans-serif;
    font-feature-settings: "palt" 1;
    font-size: 15pt;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
}
.flows li p{
    font-family: hiragino-kaku-gothic-pron, sans-serif;
    font-feature-settings: "palt" 1;
    font-size: 12pt;
    line-height: 27px;
    font-weight: normal;
}
.yazi {}
.yazi:before {
	content: "";
	position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 15px solid #c4939e;
}
/*.yazi:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #c4939e;
}*/




.tows2 {
    background-color: #fff;
    padding: 30px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 50px;
}
.tows2 li{width: 48%;}
.tows2 li:nth-child(1) {margin-bottom: 20px;}
.tows2 li:nth-child(2) {margin-bottom: 20px;}
.tows2 h3{
    font-family: hiragino-kaku-gothic-pron, sans-serif;
    font-feature-settings: "palt" 1;
    font-size: 15pt;
    line-height: 30px;
    font-weight: normal;
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: 1px solid #e0dad4;
    color: #98354a;
}
.tows2 p{
    font-family: hiragino-kaku-gothic-pron, sans-serif;
    font-feature-settings: "palt" 1;
    font-size: 12pt;
    line-height: 27px;
    font-weight: normal;
}


ul.points3c {
	list-style-type: none;
	overflow: hidden;
    background-color: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 40px;
    padding-right: 30px;
    box-sizing: border-box;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}
ul.points3c li{padding-left: 0.7em;}
ul.points3c li:before {
	content: "●";
	padding-right: 0.3em;
	position: absolute;
	left: -0.5em;
	color: #c4939e;
}
.points3c li {
    font-family: hiragino-kaku-gothic-pron, sans-serif;
    font-feature-settings: "palt" 1;
	font-weight: normal;
	position: relative;
	font-size: 13pt;
	line-height: 35px;
}

.cktexspace {
    background-color: #fff;
    padding: 30px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}
.cktexspace:not(:last-child) {margin-bottom: 50px;}
ul.cktex{
    
    list-style-type: none;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    box-sizing: border-box;
    /*width: 90%;*/
    margin-right: auto;
    margin-left: auto;
    
}
ul.cktex li{padding-left: 25px;}
ul.cktex li:before {
	content: "";
	padding-right: 0.3em;
	position: absolute;
	left: 0;
	background-image: url(../img/body/ck.svg);
	background-size: contain;
	height: 20px;
	width: 20px;
	background-repeat: no-repeat;
	background-position: center center;
	margin-top:1px;
	box-sizing:border-box;
}
.cktex li {
	box-sizing: border-box;
	width: 32%;
	font-weight: normal;
	position: relative;
	font-size: 13pt;
	line-height: 22px;
	font-feature-settings: "palt" 1;
	font-family: "hiragino-kaku-gothic-pron", sans-serif;
	margin: 0.5%;
}
.cktex li:not(:last-child) {margin-bottom: 10px;}

.cktex li span{font-size: 11pt;}

.right-text {
    padding-top: 20px;
    font-size: 13pt;
	line-height: 22px;
	font-feature-settings: "palt" 1;
	font-family: "hiragino-kaku-gothic-pron", sans-serif;
    text-align: right;
}
.right-text span {
    width: 50px;
    height: 1px;
    background-color: #3e3a39;
    display: inline-block;
    vertical-align: 20%;
    margin-right: 5px;
}

.names span{
    font-family: hiragino-kaku-gothic-pron, sans-serif;
    font-feature-settings: "palt" 1;
	font-size: 12pt;
	line-height: 22px;
	font-weight: 600;
    box-sizing: border-box;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #c4939e;
    color: #fff;
    display: inline-block;
    vertical-align: 10%;
    margin-right: 10px;
    border-radius: 40px;
}
.names {
    padding-top: 30px;
    font-family: hiragino-kaku-gothic-pron, sans-serif;
    font-feature-settings: "palt" 1;
	font-size: 14pt;
	line-height: 30px;
	font-weight: 600;
    margin-bottom: 15px;
}

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

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


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: #993049;
	font-weight: 600;
}
.points2 li {
	font-weight: normal;
	position: relative;
	font-size: 12pt;
	line-height: 26px;
}
.points2 span {font-weight: 600;color: #993049;}

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: #c4939e;
}
.points3 li {
    font-family: hiragino-kaku-gothic-pron, sans-serif;
    font-feature-settings: "palt" 1;
	font-weight: normal;
	position: relative;
	font-size: 12pt;
	line-height: 26px;
}

.points3:not(:last-child) {margin-bottom: 30px;}





.enkaku {margin-bottom: 20px;padding-top: 10px;}
.enkaku li{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.enkaku li span{
    font-feature-settings: "palt" 1;
    letter-spacing: 1px;
    font-family: hiragino-kaku-gothic-pron, sans-serif;
    display: block;
    width: 16%;
    font-size: 11pt;
	line-height: 22px;
    font-weight: normal;
}
.enkaku li h4{
    font-feature-settings: "palt" 1;
    letter-spacing: 1px;
    font-family: hiragino-kaku-gothic-pron, sans-serif;
    width: 80%;
    font-size: 11pt;
	line-height: 22px;
    font-weight: normal;
}



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: #98354a;
	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;}
.tobk {position: relative;background-color: #f3f3f3;}
.tobk2{position: relative;background-color: #ccc;}


.nobk {
    position: relative;
    background-color: #fbf4eb;
    border-radius: 100px;
    margin-bottom: 100px;
}



.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%;
}
.hitop {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    margin-top: -65px;
}

.wakugumi {
    padding: 90px;
    box-sizing: border-box;
    border-radius: 50px;
    background-color: #fff;
}
.wakugumi2 {
    padding: 90px;
    box-sizing: border-box;
    border-radius: 50px;
    background-color: #fbf4ec;
}

.wakugumi2 .midashi1 {margin-bottom: 50px;}

.greet {
    display: flex;
	justify-content: space-between;
	/*flex-wrap: wrap;*/
}



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


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

.main-space {
    position: relative;
    margin-top: 110px;
    width: 92%;
	min-width: 1150px;
	margin-right: auto;
	margin-left: auto;
    display: flex;
	justify-content: space-between;
}
.indexmenu {padding-top: 30px;}
.indexmenu li {position: relative;margin-bottom: 0px;z-index: 2;margin-left: 25px}


.indexmenu li:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 6px;
    height: 3px;
    background-color: #993049;
    margin-left: -20px
}
.indexmenu li a{
    display: block;
    /*font-feature-settings: "palt" 1;*/
    font-family: hiragino-kaku-gothic-pron, sans-serif;
	font-size: 14pt;
	line-height: 27px;
	font-weight: normal;
    color: #3e3a39;
    padding-top: 8px;
    padding-bottom: 8px;
}
.indexmenu li a:hover,
.indexmenu li a:focus {}
.indexmenu li 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: #c5929e;
}
.indexmenu li a:hover::after {transform: scale(1, 1);}

.main-image {width: 70%;position: relative;}
.main-image:before {
    content: "";
    position: absolute;
    top: -7%;
    right: -20%;
    width: 150%;
    height: 550px;
    background-color: #fbf4eb;
    border-top-left-radius: 150px;
    border-bottom-left-radius: 30px;
}

.main-image h2{
    position: absolute;
    padding: 20px;
    box-sizing: border-box;
    z-index: 1;
    margin-left: 25px;
    margin-top: 25px;
    font-weight: normal;
}
.main-image h2 span{
    background-color: #993049;
    font-family: hiragino-kaku-gothic-pron, sans-serif;
    font-size: 27pt;
    line-height: 74px;
    font-weight: normal;
    letter-spacing: 2px;
    color: #fff;
    box-sizing: border-box;
    display: inline;
    padding-top: 15px;
    padding-right: 30px;
    padding-bottom: 15px;
    padding-left: 30px;
    border-radius: 27px 10px 27px;
}


.main-image .tohiro {
    display: block;
    height: 600px;
    position: relative;
    border-radius: 80px 40px;
}
.main-image .tohiro img{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
    border-radius: 80px 40px;
	/*display: block;
	width: 100%;
	height: auto;
	object-fit: cover;*/
}

.sub-image {
    width: 20%;
    position: absolute;
    left: 0;
    bottom: 0;
    margin-left: 14%;
    margin-bottom: -4%;
    z-index: 2;
}
.sub-image span {
    display: block;
    height: 220px;
    position: relative;
    border-radius: 20px 20px 20px 90px;
}
.sub-image span img{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
    border-radius: 20px 20px 20px 90px;
	/*display: block;
	width: 100%;
	height: auto;
	object-fit: cover;*/
}


.hed-space {
	width: 92%;
	min-width: 1150px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	padding-bottom:7px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
    transition: all .5s;
}
.change-color .hed-space {
	width: 96%;
	min-width: 1150px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 12px;
	padding-bottom:14px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
    transition: all .5s;
}

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

#logo {
	width: 260px;
	margin-top: 7px;
	transition: all .5s;
}
.change-color #logo {
	width: 190px;
	margin-top: 5px;
	transition: all .5s;
}


#logo2 {
	width: 190px;
	margin-top: 5px;
	transition: all .5s;
}

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


.header.change-color {
    background: rgba(255,255,255,0.9);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
	/*-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;
	text-decoration: none;
	box-sizing:border-box;
}
.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 {transition: all .5s;}
.change-color  .gloval-menu .c-menu01 {margin-left: 13px;margin-right: 13px;transition: all .5s;}

.indexonly {transition: all .5s;opacity:0;pointer-events: none;padding-top: 5px;margin-left: 0px;margin-right: 0px;}
.change-color .indexonly {margin-left: 13px;margin-right: 13px;display: block;transition: all .5s;opacity:1;pointer-events: auto;padding-top: 0px;}

.gloval-menu .c-menu01 a {
	position: relative;
	color: #3e3a39;
    font-feature-settings: "palt" 1;
    font-family: hiragino-kaku-gothic-pron, sans-serif;
	font-size: 13pt;
	line-height: 21px;
	font-weight: normal;
	font-style: normal;
    min-height: 53px;
    
}
.to-height {min-height: 53px;box-sizing: border-box;padding-top: 13px;}
.gloval-menu .c-menu01 a.current {color: #FF6600;position: relative;}
.gloval-menu .c-menu01 a.current::before {
	background-color: #993049;
	position: absolute;
	bottom: 0px;
	left: 0px;
	content: '';
	width: 100%;
	height: 3px;
	right: 0px;
    border-radius: 5px;
}
.gloval-menu .c-menu01 a:hover{
	color: #993049;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.c-menu01 a:hover,
.c-menu01 a:focus {}
.c-menu01 a::after {
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 3px;
	bottom: 0;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform 0.3s;
	background-color: #993049;
    border-radius: 5px;
}
.c-menu01 a:hover::after {transform: scale(1, 1);}

.c-menu02 a:hover,
.c-menu02 a:focus {}
.c-menu02 a::after {
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 3px;
	bottom: 0;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform 0.3s;
	background-color: #993049;
    border-radius: 5px;
}
.c-menu02 a:hover::after {transform: scale(1, 1);}

.gloval-menu .c-menu02 a {
	position: relative;
	color: #3e3a39;
    font-feature-settings: "palt" 1;
    font-family: hiragino-kaku-gothic-pron, sans-serif;
	font-size: 13pt;
	line-height: 21px;
	font-weight: normal;
	font-style: normal;
    min-height: 53px;
    margin-left: 13px;margin-right: 13px;
}

.gloval-menu .c-menu02 a.current {color: #993049;position: relative;}
.gloval-menu .c-menu02 a.current::before {
	background-color: #993049;
	position: absolute;
	bottom: 0px;
	left: 0px;
	content: '';
	width: 100%;
	height: 3px;
	right: 0px;
    border-radius: 5px;
}
.gloval-menu .c-menu02 a:hover{
	color: #993049;
	-webkit-transition: all .2s;
	transition: all .2s;
}


.gloval-menu > ul {
	display: flex;
	flex-wrap: wrap;
    align-items: center;
	justify-content: flex-end;
    padding-top: 7px;
}
.gloval-menu ul .c-menu01 .level1 {margin-left: -80px;}
.gloval-menu ul .c-menu02 .level1 {margin-left: -60px;}

.level1 a {
	display: block;
	margin-top: 0px!important;
	box-sizing: border-box;
	font-size: 11pt;
	color: #FFF!important;
	text-align: left;
	text-decoration: none;
	background-color: #0058a4;
	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: #004682;}
.level1 a:focus {background-color: #004682;}
.level1 a:hover::after {transform: scale(0, 0);}


.gloval-menu .c-menu07 {
    display: flex;
    margin-top: 5px;
    margin-left: 20px;
    /*align-items: center;*/
    position: relative;
}


.gloval-menu .c-menu07 .mysvg{
	display: block;
	width: 20px;
	margin-right:4px;
    margin-top: 25px;
	color: #993049;
	fill: currentColor;
}
.gloval-menu .c-menu07 span{
    display: block;
	font-size: 11pt;
	line-height: 20px;
	font-feature-settings: "palt" 1;
    font-family: hiragino-kaku-gothic-pron, sans-serif;
    font-weight: normal;
}
.gloval-menu .c-menu07 h3{
    font-feature-settings: "palt" 1;
    font-family: din-2014, sans-serif;
    font-weight: 600;
    font-size: 30pt;
	line-height: 42px;
    text-align: left;
    transition: all .5s;
}



.change-color .gloval-menu .c-menu07 {
    display: flex;
    margin-top: -4px;
    margin-left: 20px;
    /*align-items: center;*/
}
.change-color .gloval-menu .c-menu07 .mysvg{
	display: block;
	width: 20px;
	margin-right:4px;
    margin-top: 25px;
	color: #993049;
	fill: currentColor;
}
.change-color .gloval-menu .c-menu07 span{
    display: block;
	font-size: 10pt;
	line-height: 20px;
	font-feature-settings: "palt" 1;
    font-family: hiragino-kaku-gothic-pron, sans-serif;
    font-weight: normal;
}
.change-color .gloval-menu .c-menu07 h3{
    font-feature-settings: "palt" 1;
    font-family: din-2014, sans-serif;
    font-weight: 600;
    font-size: 24pt;
	line-height: 33px;
    text-align: left;
    transition: all .5s;
}


.gloval-menu .c-menu08 {
    display: flex;
    margin-top: -4px;
    margin-left: 20px;
    /*align-items: center;*/
}
.gloval-menu .c-menu08 .mysvg{
	display: block;
	width: 20px;
	margin-right:4px;
    margin-top: 25px;
	color: #993049;
	fill: currentColor;
}
.gloval-menu .c-menu08 span{
    display: block;
	font-size: 10pt;
	line-height: 20px;
	font-feature-settings: "palt" 1;
    font-family: hiragino-kaku-gothic-pron, sans-serif;
    font-weight: normal;
}
.gloval-menu .c-menu08 h3{
    font-feature-settings: "palt" 1;
    font-family: din-2014, sans-serif;
    font-weight: 600;
    font-size: 24pt;
	line-height: 33px;
    text-align: left;
    transition: all .5s;
}



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: hiragino-kaku-gothic-pron, sans-serif;
	color: #3e3a39;
	/*-webkit-text-size-adjust:100%;*/
}



.pankuzu-space {
    /*width: 96%;*/
    /*padding: 60px;*/
    margin-right: 5%;
    height: 310px;
    margin-left: 16%;
    box-sizing: border-box;
    background-color: #fbf4ec;
    position: relative;
    border-radius: 120px 20px;
    background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../img/body/second-main.webp);
}

.pankuzu:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0%;
    width: 85%;
    height: 300px;
    margin-left: 5%;
    margin-top: -40px;
    background-color: #fbf4eb;
    border-radius: 100px 20px 20px;
}

.pankuzu {
    position: relative;
    min-width: 1100px;
	margin-top: 140px;
    /*height: 250px;*/
    /*background-color: #333;*/
}

.tittles {
    position: absolute;
    bottom: 0;
    left: 0;
    margin-bottom: -20px;
    margin-left: -90px;
}

.pankuzu-space h2 {
    /*width: 120%;*/
    font-feature-settings: "palt" 1;
    font-family: hiragino-kaku-gothic-pron, sans-serif;
    color: #fff;
    font-weight: normal;
    font-size: 25pt;
    line-height: 45px;
    box-sizing: border-box;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 3px;
    padding-left: 40px;
    padding-right: 40px;
    background-color: #98354a;
    letter-spacing: 1px;
    border: 2px solid #98354a;
    border-radius: 30px 10px;
}

.pages {
    width: 100%;
    background-color: #C4939E;
    font-weight: normal;
    /*font-feature-settings: "palt" 1;*/
    font-family: hiragino-kaku-gothic-pron, sans-serif;
    color: #fff;
    font-size: 10pt;
    line-height: 18px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    /*justify-content: center;*/
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box;
    /*margin-left: 40px;*/
    border-radius: 20px 5px;
}
.pages li {
	margin-right: 1px;
	margin-left: 1px;
}
.pages li a{
	color: #fff;
}
.pages li a:hover{
	color: #fff;
	text-decoration: underline;
}

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






#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 {
    position: absolute;
    top: 30%;
    right: 0;
	width:30px;
	display: block;
	color: #fff;
	fill: currentColor;
	margin-right: 30px;
}
.button1:hover .mysvg{
	color: #FFF;
	fill: currentColor;
}
.button1 {
	text-decoration: none;
	line-height: 27px;
	outline: none;
	font-feature-settings: "palt" 1;
    font-family: hiragino-kaku-gothic-pron, sans-serif;
	font-weight: normal;
	font-size: 13pt;
	display: table;
	position: relative;
	z-index: 1;
    border-radius: 60px;
	padding-top: 24px;
	padding-right:75px;
	padding-left:30px;
	padding-bottom: 24px;
}
.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: #993049;
	
}
.button1:hover {
	color: #fff;
	background-color: #621225;
}


.button2 .mysvg {
	width: 40px;
	vertical-align: -55%;
	display: inline-block;
	color: #993049;
	fill: currentColor;
	margin-right:15px;
}
.button2:hover .mysvg{
	color: #FFF;
	fill: currentColor;
}
.button2 {
	text-decoration: none;
	line-height: 27px;
	outline: none;
	font-feature-settings: "palt" 1;
    letter-spacing: 1px;
    font-family: hiragino-kaku-gothic-pron, sans-serif;
	font-weight: 600;
	font-size: 13pt;
	display: table;
	position: relative;
	z-index: 1;
}
.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: #993049;
	border-radius: 0px;
	padding-top: 15px;
	padding-bottom: 15px;
    padding-right:35px;
	padding-left:0px;
}
.button2:hover {
	color: #fff;
	background-color: #993049;
	padding-top: 15px;
	padding-bottom: 15px;
    border-radius: 60px;
    padding-right:35px;
	padding-left:30px;
}





.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 {
	padding-top: 80px;
    position: relative;
}

.foots {
    position: absolute;
    width: 70%;
    min-width: 1100px;
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #fbf4eb;
    border-radius: 120px;
    margin-top: -30px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    border-left: 9px solid #fff;
    border-right: 9px solid #fff;
    border-bottom: 9px solid #fff;
    border-top: 9px solid #fff;
}
.foots h2{
    font-feature-settings: "palt" 1;
    letter-spacing: 1px;
    font-family: hiragino-kaku-gothic-pron, sans-serif;
	font-weight: 600;
	font-size: 22pt;
    line-height: 40px;
    margin-bottom: 20px;
    text-align: center;
    color: #993049;
}
.foots h3{
    font-feature-settings: "palt" 1;
    letter-spacing: 1px;
    font-family: hiragino-kaku-gothic-pron, sans-serif;
	font-weight: normal;
	font-size: 13pt;
    line-height: 30px;
    text-align: center;
}


.foot-text1 {
    font-feature-settings: "palt" 1;
    font-family: hiragino-kaku-gothic-pron, sans-serif;
	font-size: 12pt;
	line-height: 25px;
    font-weight: normal;
}
.foot-text {
    font-feature-settings: "palt" 1;
    font-family: hiragino-kaku-gothic-pron, sans-serif;
	font-size: 11pt;
	line-height: 25px;
    font-weight: normal;
    margin-bottom: 10px;
}

.footcontena {
    font-feature-settings: "palt" 1;
    font-family: hiragino-kaku-gothic-pron, sans-serif;
	padding-top: 200px;
	padding-bottom: 30px;
    background-color: #fbf4eb;
	color: #3e3a39;
    border-radius: 70px;
    margin-left: 2%;
    margin-right: 2%;
    margin-bottom: 2%;
    position: relative;
}

.foot-space {
    width: 90%;
	min-width: 1100px;
    max-width: 1300px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 50px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.foot-left .points3:not(:last-child) {margin-bottom: 10px;}

.foot-left {
	 width: 45%;
}
.foot-left h4 .mysvg{
	display: inline-block;
	width: 20px;
	margin-right:4px;
    vertical-align: 10%;
	color: #993049;
	fill: currentColor;
}
.foot-tels a{color: #3e3a39;}
.foot-tels{
    font-feature-settings: "palt" 1;
    font-family: din-2014, sans-serif;
    font-weight: 600;
    font-size: 30pt;
	line-height: 42px;
    margin-bottom: 20px;
}

.foot-right .map-space {
	position: relative;
	padding-bottom: 0;
    height: 560px;
    border-radius: 20px;
}

.foot-right {
    width: 45%;
}

.footlogo {
	width: 330px;
	line-height: 0px;
	margin-bottom: 35px;
}
.foot-menu {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    box-sizing: border-box;
    /*padding-top: 20px;
    padding-bottom: 20px;*/
    background-color: #fff;
    margin-bottom: 20px;
    width: 90%;
    min-width: 1100px;
    max-width: 1300px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 50px;
}

.foot-menu li {
    margin-left: 10px;
    margin-right: 10px;
	position:relative;
	font-feature-settings: "palt" 1;
    font-family: hiragino-kaku-gothic-pron, sans-serif;
}

.foot-menu li a{
    padding-top: 20px;
    padding-bottom: 20px;
	font-size: 12pt;
	line-height: 38px;
	color: #313131;
	display:block;
}

.foot-menu li a:hover,
.foot-menu li a:focus {}
.foot-menu li a::after {
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 4px;
	bottom: 0;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform 0.3s;
	background-color: #993049;
}
.foot-menu li a:hover::after {transform: scale(1, 1);}

.copy {
    width: 80%;
	min-width: 1000px;
    max-width: 1300px;
	margin-right: auto;
	margin-left: auto;
	font-size: 9pt;
	line-height: 16px;
	text-align: right;
    padding-top: 30px;
    padding-bottom: 20px;
}

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

.tables .yoko {
    font-feature-settings: "palt" 1;
    font-family: hiragino-kaku-gothic-pron, sans-serif;
	text-align: left;
	font-size: 13pt;
	line-height: 25px;
	font-weight: 600;
	padding-left: 0px;
}
.tables{
	font-feature-settings: "palt" 1;
    font-family: hiragino-kaku-gothic-pron, sans-serif;
	width: 100%;
	border-collapse: collapse;
}
.tables:nth-child(1){margin-bottom: 20px;}
.tables td,
.tables th{
    padding-top: 20px;
    padding-bottom: 20px;
	box-sizing: border-box;
}
.pccenter {padding: 20px;box-sizing: border-box;}
.pccenter2 {padding: 20px;box-sizing: border-box;}
.tables .line1 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c9babc;
}
.tables .pccenter {
	font-size: 13pt;
	line-height: 25px;
	text-align: center;
	font-weight: 600;
    font-feature-settings: "palt" 1;
    font-family: hiragino-kaku-gothic-pron, sans-serif;
}
.tables .pccenter2 span {color: #ae626a!important;}
.tables .pccenter2 {
	font-feature-settings: "palt" 1;
    font-family: hiragino-kaku-gothic-pron, sans-serif;
	font-size: 13pt;
	text-align: center;
	color: #3e3a39;
	line-height: 25px;
	font-weight: 600;
}
.tables h4 {
    font-feature-settings: "palt" 1;
    font-family: hiragino-kaku-gothic-pron, sans-serif;
	font-size: 12pt;
	line-height: 25px;
    padding: 5px;
	font-weight: 600;
    color: #fff;
    background-color: #993049;
    box-sizing: border-box;
    width:130px;
    text-align: center;
    margin-left: 0;
    border-radius: 30px;
}
.foot-left .tables h4{margin-right: 30px;}
.tcal3s {color: #3e3a39;font-size: 9pt;font-weight: normal;}
.tcal3 {color: #ae626a;font-size: 15pt;}

.container2 .tables h4{margin-right: 30px;}
.container2 .fulltimes {
	width: 650px;
	position: relative;
	z-index: 1;
	margin-bottom: 0px;
	box-sizing: border-box;
	padding-top: 25px;
	padding-right: 45px;
	/*padding-bottom: 30px;*/
	padding-left: 45px;
}
.container2 {position: relative;}
.container2 .bnr-left {
	-webkit-transition: all .3s;
	transition: all .3s;
	position: fixed;
	top: 0;
	margin-top: 305px;
	right: -650px;
	width: 650px;
	background: #FFF;
	z-index: 100;
	box-sizing: border-box;
}
.container2 .bnrtims:hover .bnr-left {
	cursor:pointer;
	-webkit-transition: all .3s;
	transition: all .3s;
	position: fixed;
	top: 0;
	right: 0px;
	width: 650px;
	background: #FFF;
	z-index: 100;
	box-sizing: border-box;
}
.container2 .bnr-left div {
	position: absolute;
	top: 0px;
	z-index: 1;
	margin: 0px;
	background: #fff;
	padding-bottom: 30px;
	box-sizing:border-box;
    border-bottom-left-radius: 20px;
    -webkit-box-shadow: 1px 1px 25px rgba(0,0,0,.1);
	-moz-box-shadow: 1px 1px 25px rgba(0,0,0,.1);
	-o-box-shadow: 1px 1px 25px rgba(0,0,0,.1);
	box-shadow: 1px 1px 25px rgba(0,0,0,.1);
}
.container2 .bnr-left button {
	position: absolute;
	top: 0px;
	right: 650px;
	width: 80px;
	height: 210px;
	display: block;
	margin: 0;
	padding: 0;
	box-sizing:border-box;
	background-color: #993049;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
    border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	z-index:1;
}
.bnr-left button h3 {position:relative;}
.bnr-left button h3 .mysvg{
	width: 25px;
	margin-bottom:8px;
	color: #fff;
	fill: currentColor;
}
.bnr-left button h3 span{
    font-family: hiragino-kaku-gothic-pron, sans-serif;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-size: 15pt;
	line-height: 21px;
	font-weight: 600;
	color: #fff;
}

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

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

.rightbnr span{
	/*font-feature-settings: "palt" 1;*/
	font-family: hiragino-kaku-gothic-pron, sans-serif;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-size: 15pt;
	line-height: 21px;
	font-weight: 600;
    
}

.right-form2 {
    width: 95px;
	display: block;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	padding-top: 30px;
	/*padding-right: 25px;*/
	padding-bottom: 25px;
	padding-left: 28px;
    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: #2a316b;
	color: #fff;
}
.right-form2:hover {
	color: #FFF;
	background-color: #161b4b;
}






}

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


.accordion-full2 .ban2{
    position: relative;
    list-style: none;
    cursor: pointer; /* ポインターを指さしマークに変更 */
    margin-bottom: 12px;
    box-sizing: border-box;
    background-color: #fff;
    
    padding-top: 20px;
    padding-right: 40px;
    padding-bottom: 20px;
    padding-left: 10px;
    transition: all .3s;
    border-radius: 20px;
    border: 4px solid #c3949e;
}
.accordion-full2 .ban2:not(:first-child) {}
.accordion-full2 .ban2:not(:last-child) {}
.accordion-full2 .ban2::-webkit-details-marker {display: none;}

.accordion-full2 .contents {
    margin-right: auto;
	margin-left: auto;
    width: 94%;
}
.ban2::-webkit-details-marker {display: none;}
.ban2:before {
	position: absolute;
	top: calc(50% - 20px);
	right: 10px;
	box-sizing: border-box;
	font-size: 20pt;
	font-feature-settings: "palt" 1;
	font-family: hiragino-kaku-gothic-pron, sans-serif;
	font-weight: normal;
	color: #b67378;
	content: "＋";
	transform-origin: center 43%;
	transition: transform 0.5s;
}
details[open] .ban2:before,
.acdicon details[open] .ban2:before {
	position: absolute;
	top: calc(50% - 20px);
	right: 10px;
	box-sizing: border-box;
	font-size: 20pt;
	font-feature-settings: "palt" 1;
	font-family: hiragino-kaku-gothic-pron, sans-serif;
	font-weight: normal;
	color: #b67378;
	content: "−";
	transform-origin: center 43%;
	transition: transform 0.5s;
	margin-right:1px;
	margin-top:-3px;
}

.accordion-full2 .ban2 h3 {
	font-feature-settings: "palt" 1;
    font-family: hiragino-kaku-gothic-pron, sans-serif;
	font-size: 12pt;
	line-height: 20px;
	font-weight: normal;
	color: #97394b;
    margin-left:10px;
}

.accordion-full2 .ban2 h3 span{
	font-feature-settings: "palt" 1;
    letter-spacing: 1px;
    font-family: hiragino-kaku-gothic-pron, sans-serif;
	color: #c3949e;
	margin-right:15px;
	font-weight: normal;
	font-size: 12pt;
	line-height: 22px;
}

.accordion-full2 .ban2 p {
	font-feature-settings: "palt" 1;
    letter-spacing: 1px;
    font-family: hiragino-kaku-gothic-pron, sans-serif;
	font-size: 11pt;
	line-height: 22px;
	font-weight: normal;
	color: #202020;
}


.accordion-full2 .contents {
	box-sizing:border-box;
	padding-top:10px;
	padding-bottom:30px;
}





.recruit_table .map-space{width: 100%;padding-bottom: 44%;/*←高さを変更する*/}
.tables3 {
	margin-right: auto;
	margin-left: auto;
    padding-top: 20px;
}
.down20 {margin-bottom: 30px;}
.recruit_table {
	border-collapse:collapse;
	font-feature-settings: "palt" 1;
    letter-spacing: 1px;
    font-family: hiragino-kaku-gothic-pron, sans-serif;
	font-weight: normal;
	box-sizing: border-box;
	font-size: 11pt;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.recruit_table th, .cp_table  td {width: 100%;}
.recruit_table th {
	font-size: 11pt;
	line-height: 22px;
	font-feature-settings: "palt" 1;
    letter-spacing: 1px;
    font-family: hiragino-kaku-gothic-pron, sans-serif;
	font-weight: normal;
	display: block;
	padding: 10px;
	background-color: #caadb4;
    color: #fff;
	/*vertical-align: top;*/
	box-sizing: border-box;
    border-radius: 6px;
}
.recruit_table tr {
	display: block;
	width: 100%;
}

.recruit_table td {
	font-size: 11pt;
	line-height: 22px;
	font-feature-settings: "palt" 1;
    letter-spacing: 1px;
    font-family: hiragino-kaku-gothic-pron, sans-serif;
	font-weight: normal;
	display: block;
	padding: 15px;
	
	box-sizing: border-box;
}
.recruit_table h3 {
	font-size: 12pt;
	line-height: 25px;
    
	font-feature-settings: "palt" 1;
    font-family: hiragino-kaku-gothic-pron, sans-serif;
	font-weight: 600;
}

.recruit_table p:not(:last-child) {margin-bottom: 15px;}
.recruit_table .map-space {padding-top: 50%;}

.wraps {
   /* display: flex;
    justify-content: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;*/
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0px;
}
.text {/*width: 47%;padding-top: 15px;*/}
.fukidashi {
    /*width: 400px;*/
    position: relative;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #c6939f;
    color: #fff;
    /*height: 230px;*/
    border-radius: 120px;
    margin-bottom: 35px;
    /*margin-right: 100px;*/
}
.fukidashi img{
    width: 50px;
    margin-right: 20px;
}
.fukidashi h2 {
    font-feature-settings: "palt" 1;
    letter-spacing: 2px;
    font-family: hiragino-kaku-gothic-pron, sans-serif;
	font-weight: 600;
	font-size: 15pt;
    line-height: 30px;
    position: relative;
}
.fukidashi::before {
	content: "";
	position: absolute;
	bottom: 0;
    margin-bottom: -15px;
    margin-right: -20px;
	/*left: 50%;*/
	left: 40%;
    width: 30px;
    height: 30px;
    background-color: #c5929e;
    border-radius: 100%;
}
.fukidashi::after {
	content: "";
	position: absolute;
	bottom: 0;
    margin-bottom: -20px;
    margin-right: -20px;
	/*left: 50%;*/
	left: 50%;
    width: 10px;
    height: 10px;
    background-color: #c5929e;
    border-radius: 100%;
}
.text h3{
	/*text-align:center;*/
	/*padding-bottom: 10px;*/
}

.text h3 span{
	font-feature-settings: "palt" 1;
    font-family: hiragino-kaku-gothic-pron, sans-serif;
	color: #993049;
	font-weight: 600;
	font-size: 14pt;
	line-height: 40px;
	padding-bottom: 10px;
	display: inline;
	background-size: 3px 3px;
	background-repeat: repeat-x;
	background-position: bottom 3px left 0;
	-webkit-background-image: linear-gradient(#c6939f,#c6939f);
	-moz-background-image: linear-gradient(#c6939f,#c6939f);
	-o-background-image: linear-gradient(#c6939f,#c6939f);
	-ms-background-image: linear-gradient(#c6939f,#c6939f);
	background-image: linear-gradient(#c6939f,#c6939f);
}




.tows {
	/*display: flex;
	justify-content: space-between;
	flex-wrap: wrap;*/
    padding-top: 20px;
}
.tows li:nth-child(1){margin-bottom: 10px;}

.button3 h3 {
    font-feature-settings: "palt" 1;
    letter-spacing: 1px;
    font-family: hiragino-kaku-gothic-pron, sans-serif;
	font-weight: 600;
	font-size: 14pt;
    line-height: 25px;
    text-align: center;
    position: relative;
    /*padding-top: 20px;
    padding-bottom: 20px;*/
}
.button3 h4 {
    position: absolute;
    width: 45px;
    height: 40px;
    right: 0;
    bottom: 0;
    /*right: 0;
    left: 0;
    bottom: 0;*/
    background-color: #c5929e;
    border-bottom-right-radius: 15px;
    border-top-left-radius: 15px;
    margin-right: -1px;
    margin-bottom: -1px;
    -webkit-transition: all .3s;
	transition: all .3s;
}
/*.button3:hover h4{
    position: absolute;
    width: 70px;
    height: 70px;
    right: 10%;
    bottom: 23%;
    background-color: #c5929e;
    border-radius: 100px;
    -webkit-transition: all .3s;
    transition: all .3s;
    border: 3px solid #fff;
    box-sizing: border-box;
}*/
.button3 h4 .mysvg{
    
    display: block;
    width: 15px;
    box-sizing: border-box;
    padding-top: 13px;
    margin-right: auto;
    margin-left: auto;
    color: #fff;
    fill: currentColor;
}
/*.button3:hover h4 .mysvg{
    display: block;
    width: 20px;
    box-sizing: border-box;
    padding-top: 22px;
    margin-right: auto;
    margin-left: auto;
    color: #fff;
    fill: currentColor;
}*/

.button3 img{
    display: block;
    width: 80px;
	margin-right: auto;
	margin-left: auto;
    margin-bottom: 10px;
    /*margin-top: -75px;*/
}

.button3 {
    
	text-decoration: none;
	outline: none;
	display: block;
	position: relative;
	z-index: 1;
	padding: 25px;
	box-sizing: border-box;
}
.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: #3e3a39;
    border-radius: 25px;
    border: 4px solid #c5929e;
}
.button3:hover {
	color: #3e3a39;
    border-radius: 25px;
    border: 4px solid #c5929e;
}

.rev:nth-child(odd) {flex-direction: row-reverse;}

.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;*/
    padding-top: 20px;
}
.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-space2 {
	/*display: flex;
	justify-content: space-between;
	flex-wrap: wrap;*/
}
.wrap-space2:not(:last-child) {margin-bottom: 15px;}
.wrap-space2:nth-child(even) {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;
	overflow: hidden;*/
}
.image-box img{
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.image300 img {
	display: block;
	position: relative;
	width: 100%;
	
	margin-bottom:10px;
}
.image350 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	box-sizing: border-box;
}
.image400 img {
	display: block;
	width: 100%;
	height: auto;
	line-height: 0px;
}
.image450 img {
	display: block;
	width: 100%;
	height: auto;
	line-height: 0px;
}
.image500 img {
	display: block;
	width: 100%;
	height: auto;
	line-height: 0px;
}

.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  {scroll-margin-top: 90px;}
#privacy  {scroll-margin-top: 90px;}

.midashi{
	font-feature-settings: "palt" 1;
	font-family: hiragino-kaku-gothic-pron, sans-serif;
	font-size: 11pt;
	line-height: 22px;
	font-weight: 600;
	margin-bottom: 20px;
	
	padding-top: 15px;
    padding-bottom: 15px;
	text-align: center;
	background-color: #c6939f;
    color: #fff;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}
.comennt4 span{color: #c6939f;margin-right: 5px;}
.comennt4 {
	font-feature-settings: "palt" 1;
	font-family: hiragino-kaku-gothic-pron, sans-serif;
	font-size: 13pt;
	line-height: 25px;
	font-weight: 600;
	margin-bottom: 5px;
	position: relative;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #d0c8b8;
}

.comennt6 {
    position: relative;
	font-feature-settings: "palt" 1;
	font-family: hiragino-kaku-gothic-pron, sans-serif;
	font-size: 12pt;
	line-height: 22px;
	font-weight: 600;
	margin-bottom: 10px;
	position: relative;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #d0c8b8;
    padding-left: 25px;
}
.comennt6:before {
    content: "";
    position: absolute;
    top: 11%;
    left: 0;
    width: 14px;
    height: 14px;
    border-radius: 100px;
    background-color: #c6939f;
    margin-left: 0px;
}
.spd {margin-bottom: 15px;}

.midashi1 {
	font-family: hiragino-kaku-gothic-pron, sans-serif;
	font-size: 16pt;
	line-height: 30px;
	font-weight: 600;
	margin-bottom: 25px;
    color: #993049;
    position: relative;
    text-align: center;
    margin-left: 20px;
}
.midashi1:before {
	content: "";
	position: absolute;
	top: 0;
    margin-top: 10px;
	/*left: 50%;*/
	margin-left: -20px;
    width: 15px;
    height: 10px;
    background-color: #c5929e;
    border-radius: 20px;
}


.midashi2 {
    font-feature-settings: "palt" 1;
	font-family: hiragino-kaku-gothic-pron, sans-serif;
	font-size: 14pt;
	line-height: 30px;
	font-weight: 600;
	margin-bottom: 25px;
    text-align: center;
    color: #993049;
}
.midashi2s {
	font-family: hiragino-kaku-gothic-pron, sans-serif;
	font-size: 15pt;
	line-height: 30px;
	font-weight: normal;
	margin-bottom: 10px;
    text-align: center;
    color: #993049;
}

.midashi3 {
    font-feature-settings: "palt" 1;
    /*letter-spacing: 1px;*/
	font-family: hiragino-kaku-gothic-pron, sans-serif;
	font-size: 15pt;
	line-height: 30px;
	font-weight: 600;
	margin-bottom: 25px;
    color: #993049;
}

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

.comennt2 {
    font-family: hiragino-kaku-gothic-pron, sans-serif;
    font-feature-settings: "palt" 1;
	font-size: 11pt;
	line-height: 22px;
	font-weight: normal;
    letter-spacing: 1px;
}

.comennt3 {
    font-family: hiragino-kaku-gothic-pron, sans-serif;
    font-feature-settings: "palt" 1;
	font-size: 12pt;
	line-height: 28px;
	font-weight: normal;
}
.comennt5 {
    font-family: hiragino-kaku-gothic-pron, sans-serif;
    font-feature-settings: "palt" 1;
    font-size: 11pt;
    line-height: 32px;
    font-weight: normal;
    background-color: #c4939e;
    color: #fff;
    padding-top: 12px;
    padding-bottom: 12px;
   text-align: center;
    box-sizing: border-box;
    display: block;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.flows {
    background-color: #fff;
    padding: 20px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}
.flows ul{
   /* display: flex;
    justify-content: space-between;
    flex-wrap: wrap;*/
    margin-bottom: 30px;
}
.flows ul li {
  
    box-sizing: border-box;
    padding: 20px;
    background-color: #f4f1e9;
    border-radius: 20px;
    position: relative;
}
    
.flows ul li:not(:last-child) {margin-bottom: 30px;}   
.flows li h3 span{font-size: 15pt;color: #c4939e;margin-right: 10px;vertical-align: -10%;}
.flows li h3{
    font-family: hiragino-kaku-gothic-pron, sans-serif;
    font-feature-settings: "palt" 1;
    font-size: 12pt;
    line-height: 25px;
    font-weight: 600;
    margin-bottom: 10px;
    text-align: center;
}
.flows li p{
    font-family: hiragino-kaku-gothic-pron, sans-serif;
    font-feature-settings: "palt" 1;
    font-size: 11pt;
    line-height: 22px;
    font-weight: normal;
}
.yazi {}
.yazi:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #c4939e;
}
/*.yazi:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #c4939e;
}*/




.tows2 {
    background-color: #fff;
    padding: 20px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    /*display: flex;
    justify-content: space-between;
    flex-wrap: wrap;*/
    margin-bottom: 50px;
}
.tows2 li{}
.tows2 li:nth-child(1) {margin-bottom: 20px;}
.tows2 li:nth-child(2) {margin-bottom: 20px;}
.tows2 h3{
    font-family: hiragino-kaku-gothic-pron, sans-serif;
    font-feature-settings: "palt" 1;
    font-size: 12pt;
    line-height: 24px;
    font-weight: normal;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #e0dad4;
    color: #98354a;
}
.tows2 p{
    font-family: hiragino-kaku-gothic-pron, sans-serif;
    font-feature-settings: "palt" 1;
    font-size: 11pt;
    line-height: 22px;
    font-weight: normal;
}


ul.points3c {
	list-style-type: none;
	overflow: hidden;
    background-color: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}
ul.points3c li{padding-left: 0.7em;}
ul.points3c li:before {
	content: "●";
	padding-right: 0.3em;
	position: absolute;
	left: -0.5em;
	color: #c4939e;
}
.points3c li {
    font-family: hiragino-kaku-gothic-pron, sans-serif;
    font-feature-settings: "palt" 1;
	font-weight: normal;
	position: relative;
	font-size: 11pt;
	line-height: 22px;
}

.cktexspace {
    background-color: #fff;
    padding: 20px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}
.cktexspace:not(:last-child) {margin-bottom: 50px;}
ul.cktex{
    
    list-style-type: none;
    overflow: hidden;
    /*display: flex;
    justify-content: space-between;
    flex-wrap: wrap;*/
    box-sizing: border-box;
    /*width: 90%;*/
    margin-right: auto;
    margin-left: auto;
    
}
ul.cktex li{padding-left: 20px;}
ul.cktex li:before {
	content: "";
	padding-right: 0.3em;
	position: absolute;
	left: 0;
	background-image: url(../img/body/ck.svg);
	background-size: contain;
	height: 15px;
	width: 15px;
	background-repeat: no-repeat;
	background-position: center center;
	margin-top:3px;
	box-sizing:border-box;
}
.cktex li {
	box-sizing: border-box;
	/*width: 32%;*/
	font-weight: normal;
	position: relative;
	font-size: 11pt;
	line-height: 22px;
	font-feature-settings: "palt" 1;
	font-family: "hiragino-kaku-gothic-pron", sans-serif;
	margin-bottom: 0.5%;
}
.cktex li:not(:last-child) {margin-bottom: 2px;}

.cktex li span{font-size: 9pt;}

.right-text {
    padding-top: 20px;
    font-size: 11pt;
	line-height: 22px;
	font-feature-settings: "palt" 1;
	font-family: "hiragino-kaku-gothic-pron", sans-serif;
    text-align: right;
}
.right-text span {
    width: 50px;
    height: 1px;
    background-color: #3e3a39;
    display: inline-block;
    vertical-align: 20%;
    margin-right: 5px;
}

.names span{
    font-family: hiragino-kaku-gothic-pron, sans-serif;
    font-feature-settings: "palt" 1;
	font-size: 12pt;
	line-height: 22px;
	font-weight: 600;
    box-sizing: border-box;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #c4939e;
    color: #fff;
    display: inline-block;
    vertical-align: 10%;
    margin-right: 10px;
    border-radius: 40px;
}
.names {
    padding-top: 30px;
    font-family: hiragino-kaku-gothic-pron, sans-serif;
    font-feature-settings: "palt" 1;
	font-size: 14pt;
	line-height: 30px;
	font-weight: 600;
    margin-bottom: 15px;
}

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

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


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: #993049;
	font-weight: 600;
}
.points2 li {
	font-weight: normal;
	position: relative;
	font-size: 10pt;
	line-height: 20px;
}
.points2 span {font-weight: 600;color: #993049;}

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: #c4939e;
}
.points3 li {
    font-family: hiragino-kaku-gothic-pron, sans-serif;
    font-feature-settings: "palt" 1;
	font-weight: normal;
	position: relative;
	font-size: 10pt;
	line-height: 21px;
}

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





.enkaku {margin-bottom: 20px;padding-top: 10px;}
.enkaku li{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.enkaku li span{
    font-feature-settings: "palt" 1;
    font-family: hiragino-kaku-gothic-pron, sans-serif;
    display: block;
    width: 16%;
    font-size: 9pt;
	line-height: 22px;
    font-weight: normal;
}
.enkaku li h4{
    font-feature-settings: "palt" 1;
    font-family: hiragino-kaku-gothic-pron, sans-serif;
    width: 80%;
    font-size: 10pt;
	line-height: 22px;
    font-weight: normal;
}



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: 15px;
	position: relative;
}
ol.point-num li:before {
	content: counter(my-counter);
	counter-increment: my-counter;
	background-color: #98354a;
	color: #FFF;
	display: inline-block;
	line-height: 18px;
	margin-left: -25px;
	text-align: center;
	height: 18px;
	width: 18px;
	border-radius: 50%;
	font-size: 8pt;
	margin-right: 5px;
	vertical-align: 5%;
}
ol.point-num li {
	font-weight: normal;
	position: relative;
	font-size: 11pt;
	line-height: 22px;
	font-feature-settings: "palt" 1;
    font-family: hiragino-kaku-gothic-pron, sans-serif;
}
ol.point-num li:not(:last-child) {margin-bottom: 10px;}






.whbk{position: relative;background-color: #FFF;}
.tobk {position: relative;background-color: #f3f3f3;}
.tobk2{position: relative;background-color: #ccc;}


.nobk {
    position: relative;
    background-color: #fbf4eb;
    border-radius: 40px;
    margin-bottom: 40px;
}



.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%;
}
.hitop {
    /*position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    margin-top: -65px;*/
}

.wakugumi {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    border-radius: 50px;
    background-color: #fff;
}
.wakugumi2 {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    border-radius: 50px;
    background-color: #fbf4ec;
}

.wakugumi2 .midashi1 {margin-bottom: 20px;}

.greet {
    
	/*flex-wrap: wrap;*/
}



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


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

.main-space {
    position: relative;
    margin-top: 85px;
    width: 90%;
	
	margin-right: auto;
	margin-left: auto;
    /*display: flex;
	justify-content: space-between;*/
}
.indexmenu {padding-top: 30px; display: none;}
.indexmenu li {position: relative;margin-bottom: 0px;z-index: 2;margin-left: 25px}



.main-image {width: 100%;position: relative;}
.main-image:before {
    content: "";
    position: absolute;
    top: -20px;
    left: -6%;
    width: 96%;
    height: 250px;
    background-color: #fbf4eb;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 5px;
}

.main-image h2{
    position: absolute;
    padding: 10px;
    box-sizing: border-box;
    z-index: 1;
    margin-left: 10px;
    margin-top: 10px;
    font-weight: normal;
}
.main-image h2 span{
    background-color: #993049;
    font-family: hiragino-kaku-gothic-pron, sans-serif;
    font-size: 15pt;
    line-height: 43px;
    font-weight: normal;
    letter-spacing: 1px;
    color: #fff;
    box-sizing: border-box;
    display: inline;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    border-radius: 20px 10px 20px;
}


.main-image .tohiro {
    display: block;
    height: 250px;
    position: relative;
    border-radius: 40px 5px;
}
.main-image .tohiro img{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
    border-radius: 40px 5px;
	/*display: block;
	width: 100%;
	height: auto;
	object-fit: cover;*/
}

.sub-image {
    width: 33%;
    position: absolute;
    right: 0;
    bottom: 0;
    margin-right: -2%;
    margin-bottom: -10%;
    z-index: 2;
}
.sub-image span {
    display: block;
    padding-top: 70%;
    position: relative;
    border-radius: 20px 5px;
}
.sub-image span img{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
    border-radius: 20px 5px;
	/*display: block;
	width: 100%;
	height: auto;
	object-fit: cover;*/
}


.hed-space {
	width: 92%;
	min-width: 1150px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	padding-bottom:7px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
    transition: all .5s;
}
.change-color .hed-space {
	width: 96%;
	min-width: 1150px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 12px;
	padding-bottom:14px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
    transition: all .5s;
}

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

#logo {
	width: 260px;
	margin-top: 7px;
	transition: all .5s;
}
.change-color #logo {
	width: 190px;
	margin-top: 5px;
	transition: all .5s;
}


#logo2 {
	width: 190px;
	margin-top: 5px;
	transition: all .5s;
}

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


.header.change-color {
    background: rgba(255,255,255,0.9);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
	/*-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;
	text-decoration: none;
	box-sizing:border-box;
}
.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 {transition: all .5s;}
.change-color  .gloval-menu .c-menu01 {margin-left: 13px;margin-right: 13px;transition: all .5s;}

.indexonly {transition: all .5s;opacity:0;pointer-events: none;padding-top: 5px;margin-left: 0px;margin-right: 0px;}
.change-color .indexonly {margin-left: 13px;margin-right: 13px;display: block;transition: all .5s;opacity:1;pointer-events: auto;padding-top: 0px;}

.gloval-menu .c-menu01 a {
	position: relative;
	color: #3e3a39;
    font-feature-settings: "palt" 1;
    font-family: hiragino-kaku-gothic-pron, sans-serif;
	font-size: 13pt;
	line-height: 21px;
	font-weight: normal;
	font-style: normal;
    min-height: 53px;
    
}
.to-height {min-height: 53px;box-sizing: border-box;padding-top: 13px;}
.gloval-menu .c-menu01 a.current {color: #FF6600;position: relative;}
.gloval-menu .c-menu01 a.current::before {
	background-color: #993049;
	position: absolute;
	bottom: 0px;
	left: 0px;
	content: '';
	width: 100%;
	height: 3px;
	right: 0px;
    border-radius: 5px;
}
.gloval-menu .c-menu01 a:hover{
	color: #993049;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.c-menu01 a:hover,
.c-menu01 a:focus {}
.c-menu01 a::after {
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 3px;
	bottom: 0;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform 0.3s;
	background-color: #993049;
    border-radius: 5px;
}
.c-menu01 a:hover::after {transform: scale(1, 1);}

.c-menu02 a:hover,
.c-menu02 a:focus {}
.c-menu02 a::after {
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 3px;
	bottom: 0;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform 0.3s;
	background-color: #993049;
    border-radius: 5px;
}
.c-menu02 a:hover::after {transform: scale(1, 1);}

.gloval-menu .c-menu02 a {
	position: relative;
	color: #3e3a39;
    font-feature-settings: "palt" 1;
    font-family: hiragino-kaku-gothic-pron, sans-serif;
	font-size: 13pt;
	line-height: 21px;
	font-weight: normal;
	font-style: normal;
    min-height: 53px;
    margin-left: 13px;margin-right: 13px;
}

.gloval-menu .c-menu02 a.current {color: #993049;position: relative;}
.gloval-menu .c-menu02 a.current::before {
	background-color: #993049;
	position: absolute;
	bottom: 0px;
	left: 0px;
	content: '';
	width: 100%;
	height: 3px;
	right: 0px;
    border-radius: 5px;
}
.gloval-menu .c-menu02 a:hover{
	color: #993049;
	-webkit-transition: all .2s;
	transition: all .2s;
}


.gloval-menu > ul {
	display: flex;
	flex-wrap: wrap;
    align-items: center;
	justify-content: flex-end;
    padding-top: 7px;
}
.gloval-menu ul .c-menu01 .level1 {margin-left: -80px;}
.gloval-menu ul .c-menu02 .level1 {margin-left: -60px;}

.level1 a {
	display: block;
	margin-top: 0px!important;
	box-sizing: border-box;
	font-size: 11pt;
	color: #FFF!important;
	text-align: left;
	text-decoration: none;
	background-color: #0058a4;
	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: #004682;}
.level1 a:focus {background-color: #004682;}
.level1 a:hover::after {transform: scale(0, 0);}


.gloval-menu .c-menu07 {
    display: flex;
    margin-top: 5px;
    margin-left: 20px;
    /*align-items: center;*/
    position: relative;
}


.gloval-menu .c-menu07 .mysvg{
	display: block;
	width: 20px;
	margin-right:4px;
    margin-top: 25px;
	color: #993049;
	fill: currentColor;
}
.gloval-menu .c-menu07 span{
    display: block;
	font-size: 11pt;
	line-height: 20px;
	font-feature-settings: "palt" 1;
    font-family: hiragino-kaku-gothic-pron, sans-serif;
    font-weight: normal;
}
.gloval-menu .c-menu07 h3{
    font-feature-settings: "palt" 1;
    font-family: din-2014, sans-serif;
    font-weight: 600;
    font-size: 30pt;
	line-height: 42px;
    text-align: left;
    transition: all .5s;
}



.change-color .gloval-menu .c-menu07 {
    display: flex;
    margin-top: -4px;
    margin-left: 20px;
    /*align-items: center;*/
}
.change-color .gloval-menu .c-menu07 .mysvg{
	display: block;
	width: 20px;
	margin-right:4px;
    margin-top: 25px;
	color: #993049;
	fill: currentColor;
}
.change-color .gloval-menu .c-menu07 span{
    display: block;
	font-size: 10pt;
	line-height: 20px;
	font-feature-settings: "palt" 1;
    font-family: hiragino-kaku-gothic-pron, sans-serif;
    font-weight: normal;
}
.change-color .gloval-menu .c-menu07 h3{
    font-feature-settings: "palt" 1;
    font-family: din-2014, sans-serif;
    font-weight: 600;
    font-size: 24pt;
	line-height: 33px;
    text-align: left;
    transition: all .5s;
}


.gloval-menu .c-menu08 {
    display: flex;
    margin-top: -4px;
    margin-left: 20px;
    /*align-items: center;*/
}
.gloval-menu .c-menu08 .mysvg{
	display: block;
	width: 20px;
	margin-right:4px;
    margin-top: 25px;
	color: #993049;
	fill: currentColor;
}
.gloval-menu .c-menu08 span{
    display: block;
	font-size: 10pt;
	line-height: 20px;
	font-feature-settings: "palt" 1;
    font-family: hiragino-kaku-gothic-pron, sans-serif;
    font-weight: normal;
}
.gloval-menu .c-menu08 h3{
    font-feature-settings: "palt" 1;
    font-family: din-2014, sans-serif;
    font-weight: 600;
    font-size: 24pt;
	line-height: 33px;
    text-align: left;
    transition: all .5s;
}



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: hiragino-kaku-gothic-pron, sans-serif;
	color: #3e3a39;
	-webkit-text-size-adjust:100%;
}



.pankuzu-space {
    /*width: 96%;*/
    /*padding: 60px;*/
    margin-right: 5%;
    height: 190px;
    margin-left: 9%;
    box-sizing: border-box;
    background-color: #fbf4ec;
    position: relative;
    border-radius: 50px 10px;
    background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../img/body/second-main.webp);
}

.pankuzu:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0%;
    width: 85%;
    height: 200px;
    margin-left: 3%;
    margin-top: -20px;
    background-color: #fbf4eb;
    border-radius: 50px 10px 10px;
}

.pankuzu {
    position: relative;
    padding-bottom: 30px;
	margin-top: 90px;
    /*height: 250px;*/
    /*background-color: #333;*/
}

.tittles {
    position: absolute;
    bottom: 0;
    left: 0;
    margin-left: -10px;
    margin-bottom: -50px;
    /*margin-bottom: -20px;
    margin-left: -90px;*/
}

.pankuzu-space h2 {
    /*width: 120%;*/
    font-feature-settings: "palt" 1;
    font-family: hiragino-kaku-gothic-pron, sans-serif;
    color: #fff;
    font-weight: normal;
    font-size: 15pt;
    line-height: 30px;
    box-sizing: border-box;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 3px;
    padding-left: 35px;
    padding-right: 35px;
    background-color: #98354a;
    letter-spacing: 1px;
    border: 2px solid #98354a;
    border-radius: 30px 5px;
}

.pages {
    width: 90%;
    background-color: #C4939E;
    font-weight: normal;
    /*font-feature-settings: "palt" 1;*/
    font-family: hiragino-kaku-gothic-pron, sans-serif;
    color: #fff;
    font-size: 8pt;
    line-height: 18px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    /*justify-content: center;*/
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    /*margin-left: 40px;*/
    border-radius: 20px 5px;
}
.pages li {
	margin-right: 1px;
	margin-left: 1px;
}
.pages li a{
	color: #fff;
}
.pages li a:hover{
	color: #fff;
	text-decoration: underline;
}

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






#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: 20px;}
.pcdown30s {padding-bottom: 20px;}
.pcdown40 {padding-bottom: 20px;}
.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:30px;
	margin-right: auto;
	margin-left: auto;
}
.r-btm {
	display: table;
	padding-top:30px;
	margin-right: 0;
	margin-left: auto;
}
.l-btm {
    display: table;
	padding-top:30px;
    margin-right: auto;
	margin-left: auto;
}


.button1 .mysvg {
    position: absolute;
    top: 30%;
    right: 0;
	width:20px;
	display: block;
	color: #fff;
	fill: currentColor;
	margin-right: 20px;
}
.button1:hover .mysvg{
	color: #FFF;
	fill: currentColor;
}
.button1 {
	text-decoration: none;
	line-height: 21px;
	outline: none;
	font-feature-settings: "palt" 1;
    font-family: hiragino-kaku-gothic-pron, sans-serif;
	font-weight: normal;
	font-size: 11pt;
	display: table;
	position: relative;
	z-index: 1;
    border-radius: 60px;
	padding-top: 12px;
	padding-right:55px;
	padding-left:20px;
	padding-bottom: 12px;
    margin-right: auto;
	margin-left: auto;
}
.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: #993049;
	
}
.button1:hover {
	color: #fff;
	background-color: #621225;
}


.button2 .mysvg {
	position: absolute;
    top: 30%;
    right: 0;
	width:20px;
	display: block;
	color: #fff;
	fill: currentColor;
	margin-right: 20px;
}
.button2:hover .mysvg{
	color: #FFF;
	fill: currentColor;
}
.button2 {
	text-decoration: none;
	line-height: 21px;
	outline: none;
	font-feature-settings: "palt" 1;
    font-family: hiragino-kaku-gothic-pron, sans-serif;
	font-weight: normal;
	font-size: 11pt;
	display: table;
	position: relative;
	z-index: 1;
    border-radius: 60px;
	padding-top: 12px;
	padding-right:55px;
	padding-left:20px;
	padding-bottom: 12px;
    margin-right: auto;
	margin-left: auto;
}
.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: #993049;
	
}
.button2:hover {
	color: #fff;
	background-color: #993049;
}





.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 {
	padding-top: 80px;
    position: relative;
}

.foots {
    position: absolute;
    width: 92%;
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box;
    padding: 20px;
    
    background-color: #fbf4eb;
    border-radius: 20px;
    margin-top: 30px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    border-top: 2px solid #fff;
}
.foots h2{
    font-feature-settings: "palt" 1;
    font-family: hiragino-kaku-gothic-pron, sans-serif;
	font-weight: 600;
	font-size: 13pt;
    line-height: 27px;
    margin-bottom: 10px;
    text-align: center;
    color: #993049;
}
.foots h3{
    font-feature-settings: "palt" 1;
    letter-spacing: 1px;
    font-family: hiragino-kaku-gothic-pron, sans-serif;
	font-weight: normal;
	font-size: 10pt;
    line-height: 20px;
}


.foot-text1 {
    font-feature-settings: "palt" 1;
    font-family: hiragino-kaku-gothic-pron, sans-serif;
	font-size: 10pt;
	line-height: 22px;
    font-weight: normal;
    text-align: center;
    margin-bottom: 10px;
}
.foot-text {
    font-feature-settings: "palt" 1;
    font-family: hiragino-kaku-gothic-pron, sans-serif;
	font-size: 10pt;
	line-height: 22px;
    font-weight: normal;
    margin-bottom: 20px;
}

.footcontena {
    font-feature-settings: "palt" 1;
    font-family: hiragino-kaku-gothic-pron, sans-serif;
	padding-top: 160px;
	padding-bottom: 30px;
    background-color: #fbf4eb;
	color: #3e3a39;
    border-radius: 20px;
    margin-left: 2%;
    margin-right: 2%;
    margin-bottom: 2%;
    position: relative;
}

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

.foot-left .points3:not(:last-child) {margin-bottom: 10px;}
.foot-left .points3 li {font-size: 9pt;letter-spacing: 0;}

.foot-left {
	 
}
    
    
.foot-left .points2 {margin-bottom: 20px;}
.foot-left h4 .mysvg{
	display: inline-block;
	width: 17px;
	margin-right:4px;
    vertical-align: 5%;
	color: #993049;
	fill: currentColor;
}
.foot-tels a{color: #3e3a39;}
.foot-tels{
    text-align: center;
    font-feature-settings: "palt" 1;
    font-family: din-2014, sans-serif;
    font-weight: 600;
    font-size: 28pt;
	line-height: 42px;
    margin-bottom: 20px;
}

.foot-right .map-space {
	position: relative;
	padding-bottom: 70%;
   /* height: 560px;*/
    border-radius: 10px;
}

.foot-right {
    
}

.footlogo {
	width: 200px;
	line-height: 0px;
	margin-bottom: 25px;
    margin-right: auto;
    margin-left: auto;
}
.foot-menu {
    
    box-sizing: border-box;
    /*padding-top: 20px;
    padding-bottom: 20px;*/
    
    margin-bottom: 20px;
    width: 96%;
    margin-right: auto;
    margin-left: auto;
    /*margin-right: auto;
    margin-left: auto;*/
    border-radius: 30px;
    display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.foot-menu li {
    width: 49%;
    margin-bottom: 3px;
	position:relative;
	font-feature-settings: "palt" 1;
    font-family: hiragino-kaku-gothic-pron, sans-serif;
}

.foot-menu li a{
    border-radius: 5px;
    padding-top: 7px;
    padding-bottom: 7px;
    background-color: #fff;
    box-sizing: border-box;
	font-size: 9pt;
    text-align: center;
	line-height: 22px;
	color: #313131;
	display:block;
}

/*.foot-menu li a:hover,
.foot-menu li a:focus {}
.foot-menu li a::after {
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 4px;
	bottom: 0;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform 0.3s;
	background-color: #993049;
}
.foot-menu li a:hover::after {transform: scale(1, 1);}*/

.copy {
    
	margin-right: auto;
	margin-left: auto;
	font-size: 7pt;
	line-height: 16px;
	text-align: center;
    padding-top: 0px;
    padding-bottom: 50px;
}

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

.tables .yoko {
    font-feature-settings: "palt" 1;
    font-family: hiragino-kaku-gothic-pron, sans-serif;
	text-align: left;
	font-size: 8pt;
	line-height: 18px;
	font-weight: 600;
	padding-left: 0px;
}
.tables{
	font-feature-settings: "palt" 1;
    font-family: hiragino-kaku-gothic-pron, sans-serif;
	width: 100%;
    border-collapse: collapse;
}
.tables:nth-child(1){margin-bottom: 20px;}
.tables td,
.tables th{
    padding-top: 10px;
    padding-bottom: 10px;
	box-sizing: border-box;
}
.pccenter {padding: 5px;box-sizing: border-box;}
.pccenter2 {padding: 5px;box-sizing: border-box;}
.tables .line1 {
    outline: none;
    border-bottom: 1px solid #c9babc;
    box-sizing: border-box;
}

    
.tables .pccenter {
	font-size: 10pt;
	line-height: 20px;
	text-align: center;
	font-weight: 600;
    font-feature-settings: "palt" 1;
    font-family: hiragino-kaku-gothic-pron, sans-serif;
}
.tables .pccenter2 span {color: #ae626a!important;}
.tables .pccenter2 {
	font-feature-settings: "palt" 1;
    font-family: hiragino-kaku-gothic-pron, sans-serif;
	font-size: 9pt;
	text-align: center;
	color: #3e3a39;
	line-height: 20px;
	font-weight: 600;
}
.tables h4 {
    font-feature-settings: "palt" 1;
    font-family: hiragino-kaku-gothic-pron, sans-serif;
	font-size: 9pt;
	line-height: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
	font-weight: normal;
    color: #fff;
    background-color: #993049;
    box-sizing: border-box;
   
    text-align: center;
    margin-left: 0;
    border-radius: 30px;
}
.foot-left .tables h4{margin-right: 30px;}
.tcal3s {color: #3e3a39;font-size: 6pt;font-weight: normal;}
.tcal3 {color: #ae626a;font-size: 11pt;}

.container2 .tables h4{margin-right: 30px;}
.container2 .fulltimes {
	width: 650px;
	position: relative;
	z-index: 1;
	margin-bottom: 0px;
	box-sizing: border-box;
	padding-top: 25px;
	padding-right: 45px;
	/*padding-bottom: 30px;*/
	padding-left: 45px;
}
.container2 {position: relative;}
.container2 .bnr-left {
	-webkit-transition: all .3s;
	transition: all .3s;
	position: fixed;
	top: 0;
	margin-top: 305px;
	right: -650px;
	width: 650px;
	background: #FFF;
	z-index: 100;
	box-sizing: border-box;
}
.container2 .bnrtims:hover .bnr-left {
	cursor:pointer;
	-webkit-transition: all .3s;
	transition: all .3s;
	position: fixed;
	top: 0;
	right: 0px;
	width: 650px;
	background: #FFF;
	z-index: 100;
	box-sizing: border-box;
}
.container2 .bnr-left div {
	position: absolute;
	top: 0px;
	z-index: 1;
	margin: 0px;
	background: #fff;
	padding-bottom: 30px;
	box-sizing:border-box;
    border-bottom-left-radius: 20px;
    -webkit-box-shadow: 1px 1px 25px rgba(0,0,0,.1);
	-moz-box-shadow: 1px 1px 25px rgba(0,0,0,.1);
	-o-box-shadow: 1px 1px 25px rgba(0,0,0,.1);
	box-shadow: 1px 1px 25px rgba(0,0,0,.1);
}
.container2 .bnr-left button {
	position: absolute;
	top: 0px;
	right: 650px;
	width: 80px;
	height: 210px;
	display: block;
	margin: 0;
	padding: 0;
	box-sizing:border-box;
	background-color: #993049;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
    border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	z-index:1;
}
.bnr-left button h3 {position:relative;}
.bnr-left button h3 .mysvg{
	width: 25px;
	margin-bottom:8px;
	color: #fff;
	fill: currentColor;
}
.bnr-left button h3 span{
    font-family: hiragino-kaku-gothic-pron, sans-serif;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-size: 15pt;
	line-height: 21px;
	font-weight: 600;
	color: #fff;
}

.rightbnr {
	width: 99%;
    margin: 0.5%;
	position: fixed;
	bottom: 0px;
	right: 0px;
    left: 0px;
	z-index: 101;
	box-sizing: border-box;
}

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

.rightbnr span{
	/*font-feature-settings: "palt" 1;*/
	font-family: hiragino-kaku-gothic-pron, sans-serif;
	/*-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;*/
	font-size: 13pt;
	line-height: 25px;
	font-weight: 600;
    
}

.right-form2 {
   /* width: 95px;*/
	display: block;
	border-radius: 10px;
	padding-top: 15px;
	/*padding-right: 25px;*/
	padding-bottom: 15px;
	text-align: center;
    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: #2a316b;
	color: #fff;
}
.right-form2:hover {
	background-color: #2a316b;
	color: #fff;
}






}






