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

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

.hyo:not(:last-child) {margin-bottom: 5px;}
ul.hyo {
	list-style-type: none;
	overflow: hidden;
}
ul.hyo li{position: relative;padding-left: 16px;}
ul.hyo li:before {
	content: "●";
	padding-right: 0.3em;
	position: absolute;
	left: 2px;
    top: 5px;
	color: #be662f;
    font-size: 10px;
}
.hyo li {
    display: flex;
    /*justify-content: space-between;*/
	/*align-items: center;*/
	flex-wrap: wrap;
}
.hyo h3{
    font-feature-settings: "palt" 1;
	font-family: "source-han-sans-japanese", sans-serif;
	font-weight: normal;
	position: relative;
	font-size: 17px;
	line-height: 1.5;
    width: 300px;
}
.hyo h3 span{
    margin-right: 15px;
}

.hyo h4{
    font-feature-settings: "palt" 1;
	font-family: "source-han-sans-japanese", sans-serif;
	font-weight: normal;
	position: relative;
	font-size: 17px;
	line-height: 1.5;
}



.yaziline {
    position: relative;
    border-bottom: solid 4px #bc6a38;
    margin-bottom: 10px;
}
.yaziline:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -35px;
    border: 35px solid transparent;
    border-top: 35px solid #bc6a38;
}

.to-space2 {
    padding-top: 50px;
    
    /*width: 90%;
    margin-right: auto;
	margin-left: auto;*/
}
.to-space {
    /*width: 90%;
    margin-right: auto;
	margin-left: auto;*/
}

.to-space:not(:last-child) {margin-bottom: 120px;}
.recruit_table {
	border-collapse:collapse;
	
    font-feature-settings: "palt" 1;
	font-family: "source-han-sans-japanese", sans-serif;
	font-weight: normal;
	box-sizing: border-box;
	font-size: 18px;
	line-height: 1.5;
	/*width: 96%;*/
	margin-right: auto;
	margin-left: auto;
    padding-bottom: 30px;
}
.recruit_table th, .cp_table  td {width: 100%;}
.recruit_table th {
	font-size: 17px;
	line-height: 1.5;
	font-feature-settings: "palt" 1;
	font-family: "source-han-sans-japanese", sans-serif;
    
    font-weight: 500;
	width: 350px!important;
	padding-bottom: 25px!important;
	padding-top: 25px!important;
	border-bottom: 1px solid #dad7cf;
	/*vertical-align: top;*/
	box-sizing: border-box;
}
.recruit_table tr {
	/*display: block;*/
	width: 100%;
}
.wrap-td h4{
    font-feature-settings: "palt" 1;
	font-family: "source-han-sans-japanese", sans-serif;
    font-size: 14pt;
	line-height: 35px;
    font-weight: normal;
}
.wrap-td {
    
    
    display: flex;
    align-items: center;
}
.wrap-td img{
    display: block;
    line-height:0;
    width: 140px;
    margin-left: 20px;
    border-radius: 10px;
    padding: 10px;
    box-sizing: border-box;
    background-color: #fff;
}

.recruit_table td {
    
	font-size: 18px;
	line-height: 1.5;
    
    font-feature-settings: "palt" 1;
	font-family: "source-han-sans-japanese", sans-serif;
	font-weight: normal;
	width: 75%!important;
	padding-bottom: 25px!important;
	padding-top: 25px!important;
	border-bottom: 1px solid #dad7cf;
	box-sizing: border-box;
}
/*.recruit_table h3 {
	font-size: 18pt;
	line-height: 35px;
    font-weight: 500;
   
    font-feature-settings: "palt" 1;
	font-family: "source-han-sans-japanese", sans-serif;
}
.recruit_table p {
	font-size: 13pt;
	line-height: 27px;
    font-weight: 500;
    
    font-feature-settings: "palt" 1;
	font-family: "source-han-sans-japanese", sans-serif;
}
*/

.contetsbnr {
	padding-top: 30px;
}

.contetsbnr li {
	border-bottom: 1px solid #dad7cf;
}

.contetsbnr li a {
	position: relative;
	display: block;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-feature-settings: "palt" 1;
	font-size: 19px;
	line-height: 1.5;
	font-weight: 700;
	color: #514a44;
	padding-top: 13px;
	padding-bottom: 13px;
	padding-right: 40px;
}

.contetsbnr .mysvg {
	width: 25px;
	color: #be662f;
	fill: currentColor;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	display: block;
}

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

.contetsbnr li a:hover {
	color: #be662f;
}

.contetsbnr li a:hover::after {
	transform: scale(1, 1);
}


.image550s {}
.image550s{
  width:44%;
  height:570px;
  background: url("../img/body/kk-01.webp") center/cover no-repeat;

  /* 念のため（Safariで効くことがある） */
  -webkit-mask-image: url("../img/body/kk-01.webp");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: cover;
    mask-size: cover;
  -webkit-mask-mode: luminance;

  mask-image: url("../img/body/msk.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 100% 100%;
  mask-mode: luminance;
    
}

.banners {
    display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
    margin-bottom: 20px;
}
.banners li{width: 32.2%;}
.banners li{
    box-sizing: border-box;
}
.banners li a {
    display: block;
    background-color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    border-radius: 10px;
}
.banners li img{
    width: 70%;
    line-height: 0;
}

.banners li:nth-child(1){margin-bottom: 15px;}
.banners li:nth-child(2){margin-bottom: 15px;}
.banners li:nth-child(3){margin-bottom: 15px;}

.bnr-full a {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 3px solid #dd571d;
    box-sizing: border-box;
    border-radius: 15px;
    background-color: #fff;
}

.bnr-full ul{
    display: flex;
	justify-content: space-between;
    align-items: center;
}
.bnr-full ul li:nth-child(1){
    width: 35%;
    margin-right: 100px;
    padding-left: 50px;
}
.bnr-full ul li:nth-child(2){
    width: 25%;
    padding-right: 50px;
}




.threes-btms2 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
    padding-top: 60px;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
}
.threes-btms2 li{width: 32.5%;}
.threes-btms2 li .button1{display: block;}


.threes-btms {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
    padding-top: 40px;
    padding-bottom: 40px;
}
.threes-btms li{width: 32%;}

.threes-btms h3 .mysvg {
    width: 30px;
    margin-left: 5px;
    vertical-align: -6%;
    color: #be662f;
	fill: currentColor;
}
.threes-btms h3 {
	position: relative;
	display: block;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-feature-settings: "palt" 1;
	font-size: 35px;
	line-height: 1.8;
	font-weight: 700;
	color: #514a44;
	text-align: center;
    margin-top: -22px;
}
.threes-btms img {border-radius: 15px;}
.threes-btms h3 span{
	position: relative;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-feature-settings: "palt" 1;
	font-size: 19px;
	line-height: 1.2;
	font-weight: 700;
	color: #fff;
    background-color: #514a44;
	text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 25px;
    padding-right: 25px;
    box-sizing: border-box;
    border-radius: 100px;
    display: table;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.threes-btms h3 span:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -6px;
	border: 6px solid transparent;
	border-top: 6px solid #514a44;
}

.rev {flex-direction: row-reverse;}
.ycenter {align-items: center;}

.wrap-space {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.wrap-space:not(:last-child) {margin-bottom: 50px;}
.wrap-space0 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.wrap-space0:not(:last-child) {margin-bottom: 50px;}
.wrap-space0:nth-child(odd) {flex-direction: row-reverse;}
.wrap-space1 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.wrap-space1:not(:last-child) {margin-bottom: 50px;}
.wrap-space1:nth-child(even) {flex-direction: row-reverse;}
.wrap-space2 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.wrap-space2:not(:last-child) {margin-bottom: 15px;}
.wrap-space2:nth-child(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;
	width: 100%;
	height: auto;
	line-height: 0px;
	height: 300px;
	object-fit: cover;
	border-radius: 15px;
}
.image350 img {
	display: block;
	width: 100%;
	height: auto;
	line-height: 0px;
	height: 350px;
	object-fit: cover;
	border-radius: 15px;
}
.image400 img {
	display: block;
	width: 100%;
	height: auto;
	line-height: 0px;
	height: 400px;
	object-fit: cover;
	border-radius: 15px;
}
.image450 img {
	display: block;
	width: 100%;
	height: auto;
	line-height: 0px;
	height: 450px;
	object-fit: cover;
	border-radius: 15px;
}
.image500 img {
	display: block;
	width: 100%;
	height: auto;
	line-height: 0px;
	height: 500px;
	object-fit: cover;
	border-radius: 15px;
}

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

.midashi1 {
	font-family: fot-tsukuardgothic-std, sans-serif;
    font-feature-settings: "palt" 1;
    letter-spacing: 2px;
    font-size: 45px;
    line-height: 1.4;
    font-weight: 700;
    margin-bottom: 25px;
}
.midashi1 span{
    display: block;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-feature-settings: "palt" 1;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 700;
    text-transform: uppercase;
}
.cent {text-align: center;}
.cent2 {text-align: center;}

.midashi2 {
	font-family: fot-tsukuardgothic-std, sans-serif;
    font-feature-settings: "palt" 1;
    letter-spacing: 1px;
    font-size: 37px;
    line-height: 1.6;
    font-weight: 700;
    margin-bottom: 25px;
}

.midashi3 {
	font-family: fot-tsukuardgothic-std, sans-serif;
    font-feature-settings: "palt" 1;
    letter-spacing: 1px;
    font-size: 27px;
    line-height: 1.6;
    font-weight: 700;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    color: #be662f;
}
.midashi3s {
	font-family: fot-tsukuardgothic-std, sans-serif;
    font-feature-settings: "palt" 1;
    letter-spacing: 1px;
    font-size: 27px;
    line-height: 1.6;
    font-weight: 700;
    margin-bottom: 15px;
    /*margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;*/
    color: #be662f;
}

.midashi4 {
	font-family: fot-tsukuardgothic-std, sans-serif;
    font-feature-settings: "palt" 1;
    letter-spacing: 1px;
    font-size: 28px;
    line-height: 1.5;
    font-weight: 700;
    margin-bottom: 25px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 50px;
    padding-right: 50px;
    border-radius: 100px;
    text-align: center;
    box-sizing: border-box;
    border: solid 1px #be662f; 
    background-color: #be662f;
    color: #FFFFFF;
    display: table;
    margin-left: auto;
    margin-right: auto;
}
.midashi4s {
	font-family: fot-tsukuardgothic-std, sans-serif;
    font-feature-settings: "palt" 1;
    letter-spacing: 1px;
    font-size: 28px;
    line-height: 1.5;
    font-weight: 700;
    margin-bottom: 25px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 50px;
    padding-right: 50px;
    border-radius: 100px;
    text-align: center;
    box-sizing: border-box;
    border: solid 1px #514a45; 
    background-color: #514a45;
    color: #fff;
    display: table;
    margin-left: auto;
    margin-right: auto;
}

.comennt {
	font-size: 11pt;
	line-height: 22px;
	font-weight: normal;
}
.comennt1 {
    font-feature-settings: "palt" 1;
    font-family: "source-han-sans-japanese", sans-serif;
	font-size: 17px;
	line-height: 1.7;
	font-weight: normal;
    letter-spacing: 1px;
}

.comennt2 {
	font-feature-settings: "palt" 1;
    font-family: "source-han-sans-japanese", sans-serif;
	font-size: 17px;
	line-height: 1.7;
	font-weight: normal;
    letter-spacing: 1px;
	text-align: center;
}

.comennt3 {
	font-family: fot-tsukuardgothic-std, sans-serif;
    font-feature-settings: "palt" 1;
	font-size: 20px;
	line-height: 1.6;
	font-weight: normal;
    letter-spacing: 1px;
    text-align: center;
}
.comennt4 {
	font-family: fot-tsukuardgothic-std, sans-serif;
    font-feature-settings: "palt" 1;
    letter-spacing: 1px;
    font-size: 22px;
    line-height: 1.6;
    font-weight: 700;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}
.comennt5 {
    color: #be662f;
	font-family: fot-tsukuardgothic-std, sans-serif;
    font-feature-settings: "palt" 1;
    letter-spacing: 1px;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 700;
    margin-bottom: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    border-radius: 100px;
    border: 1px solid #e9e6de;
    background-color: #fff;
    /*margin-right: auto;
	margin-left: auto;*/
    display: table;
}

.map-space {
	position: relative;
	padding-bottom: 47%;/*←高さを変更する*/
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-color: #fafafa;
}
.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-feature-settings: "palt" 1;
	font-family: "source-han-sans-japanese", sans-serif;
	font-weight: normal;
	position: relative;
	font-size: 16px;
	line-height: 1.5;
}
.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: #6a635e;
	font-weight: 600;
}
.points2 li {
	font-feature-settings: "palt" 1;
	font-family: "source-han-sans-japanese", sans-serif;
	font-weight: normal;
	position: relative;
	font-size: 16px;
	line-height: 1.5;
}
.threes2 ul.points3 {padding-top: 10px;}
.threes2 ul.points3 li{width: 100%;padding-top: 0;padding-bottom: 0; margin-bottom: 0; padding-left: 19px;}

ul.points3 {
	list-style-type: none;
	overflow: hidden;
}
ul.points3 li{padding-left: 19px;}
ul.points3 li:before {
	content: "●";
	padding-right: 0.3em;
	position: absolute;
	left: 2px;
    top: 5px;
	color: #be662f;
    font-size: 10px;
}
.points3 li {
    font-feature-settings: "palt" 1;
	font-family: "source-han-sans-japanese", sans-serif;
	font-weight: normal;
	position: relative;
	font-size: 16px;
	line-height: 1.5;
}
.points3 li:not(:last-child) {margin-bottom: 3px;}
.points3:not(:last-child) {margin-bottom: 20px;}

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






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

.w90 {
    min-width: 1080px;
    margin-left: 30px;
    margin-right: 30px;
}

.zenmaru {
    border-radius: 60px;
}

.greetbk {
    position: relative;
    border-radius: 60px;
	width: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	color: #FFF;
	background-image: url(../img/body/full-image-01.webp);
}
.greetbk h3 {
    white-space: nowrap;
    font-family: "futura-pt", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 95pt;
    line-height: 120px;
    position: absolute;
    bottom: -50px;
    left: 50%;
    color: #fff;
    transform: translateX(-50%);
    z-index: 1;
    font-feature-settings: "palt" 1;
    text-transform: uppercase;
} 

.fours {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    padding-top: 50px;
}
.fours:not(:last-child) {margin-bottom: 80px;}
.fours li {
    width: calc((100% - 60px) / 3);
}
.fours li img {border-radius: 20px;margin-bottom: 5px;}
.fours li p {
    font-feature-settings: "palt" 1;
    font-family: "source-han-sans-japanese", sans-serif;
	font-size: 16px;
	line-height: 1.5;
	font-weight: normal;
    letter-spacing: 0.5px;
}
.fours li h3{
    color: #be662f;
	font-family: fot-tsukuardgothic-std, sans-serif;
    font-feature-settings: "palt" 1;
    letter-spacing: 1px;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 700;
    margin-bottom: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    border-radius: 100px;
    border: 1px solid #e9e6de;
    background-color: #fff;
    margin-right: auto;
	margin-left: auto;
    display: table;
    text-align: center;
}


.threes {
    padding-top: 60px;
    display: flex;
	justify-content: space-between;
}
.threes li {
    position: relative;
    width: 32%;
    border-radius: 30px;
    padding-top: 50px;
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
    box-sizing: border-box;
    background: rgba(255 255 255 / 30%);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
}
.threes li p {
    padding-top: 15px;
    font-feature-settings: "palt" 1;
    font-family: "source-han-sans-japanese", sans-serif;
	font-size: 17px;
	line-height: 1.8;
	font-weight: normal;
    letter-spacing: 0.5px;
}
.threes li h3{
    font-family: fot-tsukuardgothic-std, sans-serif;
	font-feature-settings: "palt" 1;
	font-size: 42px;
	line-height: 1.8;
	font-weight: 700;
    letter-spacing: 0.5px;
    text-align: center;
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
}

.whbk .threes2 li{ background-color: #f5f3ee;}
.whbk .threes2 {margin-bottom: 25px;}

.threes2 {
    padding-top: 50px;
    display: flex;
	justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 120px;
}
.threes2 li {
    position: relative;
    width: 32%;
    border-radius: 30px;
    padding: 30px;
    box-sizing: border-box;
    background-color: #fff;
}
.threes2 li img{
    border-radius: 20px;
    margin-bottom: 5px;
    line-height: 0;
    display: block;
}
.threes2 li:nth-child(1) {margin-bottom: 20px;}
.threes2 li:nth-child(2) {margin-bottom: 20px;}
.threes2 li:nth-child(3) {margin-bottom: 20px;}
.threes2 li p {
    padding-top: 15px;
    font-feature-settings: "palt" 1;
    font-family: "source-han-sans-japanese", sans-serif;
	font-size: 17px;
	line-height: 1.7;
	font-weight: normal;
    letter-spacing: 0.5px;
}
.threes2 li h3{
    font-family: fot-tsukuardgothic-std, sans-serif;
	font-feature-settings: "palt" 1;
	font-size: 32px;
	line-height: 1.3;
	font-weight: 700;
    text-align: center;
    color: #be662f;
    margin-bottom: 20px;
}
/*.threes2 li h3 span{
    display: block;
    font-family: fot-tsukuardgothic-std, sans-serif;
	font-feature-settings: "palt" 1;
	font-size: 25px;
	line-height: 1.5;
	font-weight: normal;
    text-align: center;
    color: #be662f;
    margin-bottom: 10px;
}*/




.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: 120px;
	padding-bottom: 0px;
	position: relative;		
}
.textbox2 {
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-bottom: 120px;
	position: relative;	
}




.hed-space {
    width: 96%;
    min-width: 1130px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 15px;
    padding-bottom: 0px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    transition: all .5s;
    background: rgba(255 255 255 / 0%);
    -webkit-backdrop-filter: blur(0px);
    backdrop-filter: blur(0px);
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.change-color .hed-space {
	width: 100%;
	min-width: 1150px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 14px;
    padding-right: 14px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
    transition: all .5s;
    background: rgba(245 243 237 / 90%);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

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

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

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



.hed-right {}
.hed-info {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}


.gloval-menu {font-family: fot-tsukuardgothic-std, sans-serif;}
.gloval-menu {
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-feature-settings: "palt" 1;
    color: #514a44;
}
.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;
    color: #514a44;
}
.gloval-menu > ul > li {margin-right: 1px;text-align: center;}
.gloval-menu li ul {height: 0;width: 0;overflow: hidden;position: absolute;}
.gloval-menu li:hover ul,
.gloval-menu li:focus-within ul {
	height: auto;
	width: auto;
	position: absolute;
	z-index: 55;
	display:block;
}
.gloval-menu .c-menu01 {margin-left: 8px;margin-right: 8px;}
.gloval-menu .c-menu01 a {
	position: relative;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-feature-settings: "palt" 1;
	font-size: 19px;
	line-height: 40px;
	font-weight: 700;
	font-style: normal;
	padding-top: 2px;
	padding-bottom: 7px;
    margin-top: 5px;
    color: #514a44;
    transition: all .5s;
}
/*.change-color .gloval-menu .c-menu01 a {margin-top: 5px;transition: all .5s;}*/
.gloval-menu .c-menu01 a.current {color: #be662f;position: relative;}
.gloval-menu .c-menu01 a:hover{
	color: #be662f;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.gloval-menu .c-menu02 {
	margin-left: 8px;
	margin-right: 8px;
	position: relative;
}
.gloval-menu .c-menu02 a.current {color: #be662f;position: relative;}
.gloval-menu .c-menu02 .current {color: #be662f;position: relative;}
.cnavs .mysvg{
    position: absolute;
    display: block;
	width: 14px;
	margin-right: auto;
    margin-left: auto;
    margin-top: -2px;
    left: 0;
    right: 0;
    
    color: #be662f;
	fill: currentColor;
}
.c-menu02:hover > .cnavs > a > .mysvg {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
    margin-top: -2px;
}
.c-menu02:hover > .cnavs > .mysvg {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
    margin-top: -2px;
}
.c-menu02:hover {
    color: #be662f;
    -webkit-transition: all .2s;
	transition: all .2s;
}
.cnavs {
	cursor: pointer;
    position: relative;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-feature-settings: "palt" 1;
	font-size: 19px;
	line-height: 40px;
	font-weight: 700;
	font-style: normal;
	padding-top: 2px;
	padding-bottom: 7px;
    margin-top: 5px;
    transition: all .5s;
}
/*.change-color .cnavs {margin-top: 5px;transition: all .5s;}*/
.cnavs:hover,
.cnavs:focus {}
.cnavs::after {
	cursor: pointer;
	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: #be662f;
}
.cnavs:hover::after {transform: scale(0, 0);}

.c-menu02:hover > .cnavs > a {
    color: #be662f;
    -webkit-transition: all .2s;
	transition: all .2s;
}
.c-menu02:hover > .cnavs > a,
.c-menu02:focus-within > .cnavs > a {
    color: #be662f;
    -webkit-transition: all .2s;
	transition: all .2s;
}

.gloval-menu ul .c-menu02 .level1{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    border-radius: 15px;
}
.c-menu02:hover ul,
.c-menu02:focus-within ul {
	height: auto;
	width: auto;
	z-index: 55;
	display:block;
	position: absolute;
	top: 29px;
    left: -240%;
    transform-origin: top;
	margin-top: 25px;
	box-sizing: border-box;
	padding-top: 25px;
	padding-bottom:  25px;
	overflow: hidden;
	transition: all .1s;
    background-color: #be662f;
}
.c-menu02:hover > .cnavs > a,
.c-menu02:focus-within > .cnavs > a {
    color: #be662f;
    -webkit-transition: all .2s;
	transition: all .2s;
}
/*.change-color .c-menu02:hover ul,.change-color .c-menu02:focus-within ul{margin-top: 15px;}*/

.level1 li {
	box-sizing: border-box;
	text-decoration: none;
	margin-right: 20px;
	margin-left: 20px;
	position: relative;
	padding-bottom: 7px!important;
}
.to800 {min-width: 800px;}
.to700 {min-width: 700px;}
.to600 {min-width: 600px;}
.to500 {min-width: 400px;}
.to400 {min-width: 400px;}
.to300 {min-width: 300px;}

.gloval-menu ul .menuto1 .level1 {margin-left: -70px;}
.gloval-menu ul .menuto2 .level1 {margin-left: 5px;}
.gloval-menu ul .menuto3 .level1 {margin-left: 200px;}
.gloval-menu ul .menuto4 .level1 {margin-left: -90px;}
.gloval-menu ul .menuto5 .level1 {margin-left: 30px;}


.level1 {margin-top: 10px;}
.level1 a {
    color: #fff!important;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-feature-settings: "palt" 1;
    font-size: 19px;
	line-height: 30px;
	font-weight: normal;
    padding-top: 5px;
    padding-bottom: 5px;
    box-sizing: border-box;
	font-style: normal;
    position: relative;
}
.level1 a:hover,
.level1 a:focus {}
.level1 a::after {
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	bottom: -1px;
	transform: scale(0, 1);
	transform-origin: top;
	transition: transform 0.3s;
	background-color: #fff;
}
.level1 a:hover::after {transform: scale(1, 1);}

.gloval-menu li:nth-child(6){margin-right: 0;}

.gloval-menu > ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}





.gloval-menu .c-menu07 a {
	margin-left: 10px;
	margin-top: 0px;
	display: block;
	position: relative;
	font-size: 19px;
	font-weight: 700;
	color: #FFF;
	background-color: #be662f;
	padding-top: 12px;
	padding-right: 15px;
	padding-bottom: 12px;
	padding-left: 15px;
	-webkit-transition: all .3s;
	transition: all .3s;
	line-height: 25px!important;
	-webkit-border-radius: 56px;
	-moz-border-radius: 56px;
	border-radius: 56px;
}
.gloval-menu .c-menu07 a:hover {
	color: #fff;
	background-color: #9f4914;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.gloval-menu .c-menu08 {margin-top: 13px;margin-left: 10px;}
.to-sns {display: flex;}
.to-sns p:nth-child(2){margin-left: 5px;}
.to-sns .mysvg{
    width: 32px;
    color: #514a44;
    fill: currentColor;
    transition: all .3s;
}
/*.to-sns:hover .mysvg{
    width: 32px;
    color: #be662f;
    fill: currentColor;
    transition: all .3s;
}*/







body {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	overflow-x: hidden;
	text-align: justify;
	text-justify: inter-ideograph;
	overflow-y: hidden;
	font-family: source-han-sans-japanese,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #514a44;
    background-color: #f5f3ed;
	/*-webkit-text-size-adjust:100%;*/
}





/*pankuzu.webp*/

.pankuzu {
    /*margin-left: 35px;*/
    /*border: solid 2px #dad7cf;*/
    background: linear-gradient(292deg,rgba(245, 243, 238, 1) 0%, rgba(245, 243, 238, 1) 37%, rgba(255, 255, 255, 1) 100%);
    position: relative;
	margin-top: 110px;
    padding-top: 90px;
    box-sizing: border-box;
    min-width: 1100px;
    margin-left: 30px;
    margin-right: 30px;
    border-radius: 20px;
}

.secondimg {
    width: 740px;
    position: absolute;
    top: -10px;
    right: -31px;
}

.logok {
    width: 194px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    margin-top: -80px;
    margin-left: 11px;
}

.pankuzu-space {
    padding-bottom: 80px;
    margin-left: 5%;
}

.pankuzu-space p {
    /*font-family: "futura-pt", sans-serif;*/
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-feature-settings: "palt" 1;
    /*color: #514a44;*/
    
    font-weight: normal;
    font-size: 19px;
    line-height: 1.2;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
}
.pankuzu-space h2 {
    position: relative;
    z-index: 2;
    font-family: fot-tsukuardgothic-std, sans-serif;
	font-feature-settings: "palt" 1;
	color: #bc6a38;
	font-weight: 700;
	font-size: 45px;
	line-height: 1.4;
    margin-bottom: 10px;
}
.pages:before {
    content:"";
    height: 5px;
    background-color: #ede9e1;
    width: 50px;
    position: absolute;
    top: -1px;
    border-radius: 100px;
}
.pages {
    position: relative;
    z-index: 2;
    /**/
    padding-top: 20px;
    font-feature-settings: "palt" 1;
    font-family: "source-han-sans-japanese", sans-serif;
    color: #514a44;
    font-size: 14px;
    line-height: 1.5;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    letter-spacing: 1px;
    box-sizing: border-box;
}
.pages li {
	margin-right: 1px;margin-left: 1px;
}
.pages .line{color: #be662f;font-weight: normal;margin-right: 2px;margin-left: 2px;}
.pages li a{
    font-feature-settings: "palt" 1;
    font-family: "source-han-sans-japanese", sans-serif;
	color: #514a44;
}
.pages li a:hover{
	color: #514a44;
	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;}




.down10 {margin-bottom: 10px;}
.down15 {margin-bottom: 15px;}
.down20 {margin-bottom: 20px;}
.down25 {margin-bottom: 25px;}
.down30 {margin-bottom: 30px;}
.down35 {margin-bottom: 35px;}
.down40 {margin-bottom: 40px;}
.down45 {margin-bottom: 45px;}
.down50 {margin-bottom: 50px;}
.down55 {margin-bottom: 55px;}
.down60 {margin-bottom: 60px;}
.down65 {margin-bottom: 65px;}
.down70 {margin-bottom: 70px;}
.down75 {margin-bottom: 75px;}



.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 .mysvg2 {
	width:25px;
	vertical-align: -20%;
	display: inline-block;
	color: #fff;
	fill: currentColor;
	margin-right: 8px;
}
.button1 .mysvg {
	width:15px;
	vertical-align: -5%;
	display: block;
	color: #fff;
	fill: currentColor;
	position: absolute;
    top: 20px;
    right: 30px;
}
.button1:hover .mysvg{
	color: #FFF;
	fill: currentColor;
}
.button1 {
	text-decoration: none;
	line-height: 27px;
	outline: none;
	font-family: fot-tsukuardgothic-std, sans-serif;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 700;
	display: table;
	position: relative;
	z-index: 1;
    border-radius: 100px;
	padding-top: 15px;
	padding-right:70px;
	padding-left:30px;
	padding-bottom: 15px;
}
.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: #be662f;
}
.button1:hover {
	color: #fff;
	background-color: #9f4914;
}

.to-gry {
	color: #fff;
	background-color: #514a44;
}
.to-gry:hover {
	color: #fff;
	background-color: #423529;
}

.button2 .mysvg {
	width:65px;
	display: block;
	color: #fff;
	fill: currentColor;
	position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
}
.button2:hover .mysvg{
	color: #FFF;
	fill: currentColor;
}

.button2 h3:before{
    content: "";
    width: 1px;
    height: 85px;
    background-color: #fff;
    position: absolute;
    z-index: 1;
    left: 0;
    margin-left: 130px;
}
.button2 h3{
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-feature-settings: "palt" 1;
    letter-spacing: 1px;
    font-size: 45px;
    line-height: 1.4;
    font-weight: 700;
    margin-left: 130px;
}
.button2 h3 span{
    display: block;
    font-size: 17px;
    line-height: 1.4;
    font-weight: normal;
    letter-spacing: 0px;
}

.button2 {
	display: block;
	text-align: center;
	text-decoration: none;
    text-align: left;
	padding: 35px;
	box-sizing: border-box;
	margin-right: auto;
	margin-left: auto;
	border-radius: 20px;
	position: relative;
}
.button2::before,
.button2::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button2,
.button2::before,
.button2::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button2 {
	background-color: #514a44;
	color: #fff;
}
.button2:hover {
	color: #FFF;
	background-color: #4c3f33;
}


.button2s h3:before{
    content: "";
    width: 1px;
    height: 85px;
    background-color: #fff;
    position: absolute;
    z-index: 1;
    left: 0;
    margin-left: 140px;
}
.button2s .mysvg {
	width:70px;
	display: block;
	color: #fff;
	fill: currentColor;
	position: absolute;
    top: 70%;
    left: 0%;
    transform: translateY(-70%);
    margin-top: 15px;
}
.button2s:hover .mysvg{
	color: #FFF;
	fill: currentColor;
}
.button2s h3{
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-feature-settings: "palt" 1;
    letter-spacing: 1px;
    font-size: 45px;
    line-height: 1.4;
    font-weight: 700;
    margin-left: 140px;
}
.button2s h3 span{
    display: block;
    font-size: 17px;
    line-height: 1.4;
    font-weight: normal;
    letter-spacing: 0px;
}

.button2s {
    position: relative;
	display: block;
	text-align: center;
	text-decoration: none;
    text-align: left;
	padding: 35px;
	box-sizing: border-box;
	margin-right: auto;
	margin-left: auto;
	border-radius: 20px;
	
}
.button2s::before,
.button2s::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button2s,
.button2s::before,
.button2s::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button2s {
	background-color: #be662f;
	color: #fff;
}
.button2s:hover {
	color: #FFF;
	background-color: #9f4914;
}


.tows {
    position: relative;z-index: 2;
    display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
    padding-top: 40px;
    width: 90%;
	min-width: 1100px;
    max-width: 1400px;
	margin-right: auto;
	margin-left: auto;
}
.tows li{width: 49%;}


.kakomi {
    padding: 60px;
    box-sizing: border-box;
    background-color: #f5f3ee;
    border-radius: 30px;
    border: 1px dashed #dad7d0;
    text-align: center;
}


.tows2 {
    position: relative;
    width: 90%;
	margin-right: auto;
	margin-left: auto;
}
.tows2 li:nth-child(1){border-bottom: 1px dashed #dad7d0;}
.tows2 li:nth-child(2){border-bottom: 1px dashed #dad7d0;}
.tows2 li:nth-child(3){border-bottom: 1px dashed #dad7d0;}
.tows2 li:nth-child(4){border-bottom: 1px dashed #dad7d0;}
.tows2 li:nth-child(5){border-bottom: 1px dashed #dad7d0;}
.tows2 li:nth-child(6){border-bottom: 1px dashed #dad7d0;}
.tows2 li:nth-child(7){border-bottom: 1px dashed #dad7d0;}
.tows2 li:nth-child(8){border-bottom: 1px dashed #dad7d0;}
.tows2 li:nth-child(9){border-bottom: 1px dashed #dad7d0;}
.tows2 li:nth-child(10){border-bottom: 1px dashed #dad7d0;}
.tows2 li:nth-child(11){border-bottom: 1px dashed #dad7d0;}
.tows2 li:nth-child(12){border-bottom: 1px dashed #dad7d0;}
.tows2 li:nth-child(13){border-bottom: 1px dashed #dad7d0;}
.tows2 li:nth-child(14){border-bottom: 1px dashed #dad7d0;}
.tows2 li:nth-child(15){border-bottom: 1px dashed #dad7d0;}

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

.tows2 li{
    
    padding-top: 30px;
    padding-bottom: 30px;
    box-sizing: border-box;
}
.to-image{width: 30%;}
.to-image img{
    display: block;
	width: 100%;
	line-height: 0px;
	height: 220px;
	object-fit: cover;
	border-radius: 20px;
}
.to-text{width: 65%;}
.to-text h3 span{
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-feature-settings: "palt" 1;
    letter-spacing: 1px;
    font-size: 35px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: -10%;
    color: #be662f;
}
.tows2 h3 {
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-feature-settings: "palt" 1;
    letter-spacing: 1px;
    font-size: 25px;
    line-height: 1.5;
    font-weight: 700;
    margin-bottom: 10px;
}
.to-midashi span{
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-feature-settings: "palt" 1;
    letter-spacing: 1px;
    font-size: 35px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: -10%;
    color: #be662f;
}
.to-midashi {
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-feature-settings: "palt" 1;
    letter-spacing: 1px;
    font-size: 25px;
    line-height: 1.5;
    font-weight: 700;
    margin-bottom: 10px;
}
.to-midashi2 span{
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-feature-settings: "palt" 1;
    letter-spacing: 1px;
    font-size: 45px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: -10%;
    color: #be662f;
}
.to-midashi2 {
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-feature-settings: "palt" 1;
    letter-spacing: 1px;
    font-size: 25px;
    line-height: 1.4;
    font-weight: 700;
    margin-bottom: 15px;
    border-bottom: 1px solid #e9e6de;
    padding-bottom: 10px;
}


.tows2 p {
    font-feature-settings: "palt" 1;
    font-family: "source-han-sans-japanese", sans-serif;
	font-size: 17px;
	line-height: 1.6;
	font-weight: normal;
    letter-spacing: 1px;
}
.tows2 h4 {
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-feature-settings: "palt" 1;
    letter-spacing: 1px;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    background-color: #ede9e2;
    display: table;
    border-radius: 100px;
}

.wakugumi {
    padding: 60px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 30px;
}
.wakugumi:not(:last-child) {margin-bottom: 20px;}

/*.tows3 {
    display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
    padding-top: 30px;
}

.tows3 li{
    width: 49%;
    padding: 40px;
    box-sizing: border-box;
    background-color: #f5f3ee;
    border-radius: 30px;
}


.tows3 .to-image{width: 100%; margin-bottom: 15px;}
.tows3 .to-image img{
    display: block;
	width: 100%;
	line-height: 0px;
	height: auto;
	object-fit: cover;
	border-radius: 20px;
}
.tows3 .to-text{width: 100%;}
.tows3 h3 {
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-feature-settings: "palt" 1;
    letter-spacing: 1px;
    font-size: 24px;
    line-height: 1.5;
    font-weight: 700;
    margin-bottom: 10px;
    text-align: center;
}
.tows3 p {
    font-feature-settings: "palt" 1;
    font-family: "source-han-sans-japanese", sans-serif;
	font-size: 17px;
	line-height: 1.6;
	font-weight: normal;
    letter-spacing: 1px;
}*/

footer .midashi4 {
	font-family: fot-tsukuardgothic-std, sans-serif;
    font-feature-settings: "palt" 1;
    letter-spacing: 1px;
    font-size: 28px;
    line-height: 1.5;
    font-weight: 700;
    margin-bottom: 5px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    border-radius: 0px;
    text-align: center;
    box-sizing: border-box;
    border: solid 0px #be662f; 
    background-color: transparent;
    color: #514a44;
    display: table;
    margin-left: auto;
    margin-right: auto;
}
footer {
    position: relative;
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
    overflow: hidden;
}
footer:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 50%;
    background-image: url(../img/body/full-image-02.webp);
    background-repeat: no-repeat;
    background-position: center 45%;
    background-size: cover;
    opacity: .8;   /* ← 背景画像だけ70% */
    z-index: 0;
}
footer:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 50%;
    background: linear-gradient(
        to bottom,
        rgba(245,243,237,0) 0%,
        rgba(245,243,237,0) 15%,
        rgba(245,243,237,0) 45%,
        rgba(245,243,237,0.85) 90%,
        rgba(245,243,237,1) 100%
    );
    z-index: 1;
}

.footinfo {
    position: relative;z-index: 2;
    padding-top: 90px;
    text-align: center;
}
.footinfo h2 {
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-feature-settings: "palt" 1;
    font-size: 45px;
    line-height: 1.9;
    font-weight: 700;
}
.footinfo h3 {
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-feature-settings: "palt" 1;
    font-size: 21px;
    line-height: 1.5;
    font-weight: 700;
}



.foot-text {
	font-family: fot-tsukuardgothic-std, sans-serif;
    font-feature-settings: "palt" 1;
    font-size: 19px;
    line-height: 1.6;
    font-weight: normal;
}

.footcontena {
    position: relative;z-index: 2;
	padding-top: 60px;
	padding-bottom: 60px;
}

.foot-space {
    position: relative;z-index: 2;
    width: 90%;
	min-width: 1060px;
    max-width: 1400px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.foot-left {}

.foot-right {
    width: 70%;
}
.foot-right nav{
    display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.footlogo {
	width: 230px;
	line-height: 0px;
    padding-top: 10px;
}
.foot-left h3 {
	font-family: fot-tsukuardgothic-std, sans-serif;
    font-feature-settings: "palt" 1;
    font-size: 19px;
    line-height: 1.5;
    font-weight: 700;
    margin-bottom: 30px;
    letter-spacing: 0.5px;
}

.foot-menu {
	width: 30%;
	/*display: flex;
	justify-content: space-between;
	flex-wrap: wrap;*/
}

.foot-menu li h4 {
    display: block;
    position: relative;
	font-family: fot-tsukuardgothic-std, sans-serif;
    font-feature-settings: "palt" 1;
    font-size: 21px;
    line-height: 1.8;
    font-weight: 700;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}
.foot-menu li h4 .mysvg2 {
    display: inline-block;
	width: 25px;
    color: #514a44;
	fill: currentColor;
    margin-right: 5px;
    vertical-align: -15%;
}

.foot-menu li h4 .mysvg {
	position: absolute;
    display: block;
	width: 14px;
	margin-right: auto;
    margin-left: auto;
    margin-top: 12px;
    top: 0;
    right: 0;
    color: #be662f;
	fill: currentColor;
}

.to-tops {padding-top: 20px;}
.foot-menu li {
	position:relative;
	/*width: 49%;
	margin-bottom:5px;*/
}
.ten {margin-left: 16px;}
.ten:before {
    content:"";
    position: absolute;
    top: 14px;
    width: 10px;
    height: 10px;
    background-color: #514a44;
    border-radius: 100px;
    margin-left: -15px;
}

.foot-menu li a{
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-feature-settings: "palt" 1;
    font-size: 19px;
    line-height: 2;
	color: #514a44;
	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: 1px;
	bottom: 0;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform 0.3s;
	background-color: #be662f;
}
.foot-menu li a:hover::after {transform: scale(1, 1);}

.copy {
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-feature-settings: "palt" 1;
	font-size: 15px;
	line-height: 1.5;
	padding-top: 55px;
	text-align: center;
    letter-spacing: 1px;
}

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

.recbnr.is-closed{
    display:none;
}
.recbnr3__close {display: block;}
.recbnr3__close{
    position: absolute;
    top: 10px;
    right: 10px;
    width: 28px;
    height: 28px;
    border-radius: 999px;
    border: none;
    cursor: pointer;
    font-size: 17px;
    line-height: 28px;
    text-align: center;
    background: #514a44;
    color: #fff;
    z-index: 10;
}
.change-color .recbnr3__close{
    top: -10px;
    right: -10px;
}

.recbnr {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 6;
    margin-top: 115px;
    margin-right: 2.5%;
}
.button3 h3{
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-feature-settings: "palt" 1;
	font-weight: normal;
	font-size: 13pt;
    line-height: 22px;
    text-align: center;
}
.button3 h3 span{
    display: block;
    text-align: center;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-feature-settings: "palt" 1;
    font-weight: 700;
	font-size: 20pt;
    line-height: 40px;
    transition: all .3s;
}
.arrow{
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-feature-settings: "palt" 1;
	font-weight: normal;
	font-size: 13pt;
    line-height: 22px;
    text-align: center;
}
.button3 span .mysvg {
    width: 90px;
    display: block;
    color: #514a44;
    fill: currentColor;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
}
.button3:hover .mysvg {
    color: #fff;
    fill: currentColor;
    transition: all .3s;
}
.arrow .mysvg {
    vertical-align: -10%;
    width: 20px;
    display: inline-block;
    color: #514a44;
    fill: currentColor;
    margin-left: 5px;
    transition: all .3s;
    
}
.button3 {
    width: 190px;
    height: 190px;
	text-decoration: none;
	outline: none;
	display: block;
	position: relative;
	z-index: 1;
    padding-top: 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: #514a44;
    background-color: #ffe400;
	border-radius: 10px;
    border-radius: 100%;
	
}
.button3:hover {
	color: #fff;
	background-color: #ec7b36;
}

}

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

.spd {margin-bottom: 25px;}
.hyo:not(:last-child) {margin-bottom: 5px;}
ul.hyo {
	list-style-type: none;
	overflow: hidden;
}
ul.hyo li{position: relative;padding-left: 16px;}
ul.hyo li:before {
	content: "●";
	padding-right: 0.3em;
	position: absolute;
	left: 2px;
    top: 5px;
	color: #be662f;
    font-size: 10px;
}
.hyo li {
    display: flex;
    /*justify-content: space-between;*/
	/*align-items: center;*/
	flex-wrap: wrap;
}
.hyo h3{
    font-feature-settings: "palt" 1;
	font-family: "source-han-sans-japanese", sans-serif;
	font-weight: normal;
	position: relative;
	font-size: 15px;
	line-height: 1.5;
   
}
.hyo h3 span{
    margin-right: 15px;
}

.hyo h4{
    font-feature-settings: "palt" 1;
	font-family: "source-han-sans-japanese", sans-serif;
	font-weight: normal;
	position: relative;
	font-size: 15px;
	line-height: 1.5;
}



.yaziline {
    position: relative;
    border-bottom: solid 4px #bc6a38;
    margin-bottom: 5px;
}
.yaziline:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #bc6a38;
}

.to-space2 {
    padding-top: 50px;
    
    /*width: 90%;
    margin-right: auto;
	margin-left: auto;*/
}
.to-space {
    width: 100%;
    /*width: 90%;
    margin-right: auto;
	margin-left: auto;*/
}

.to-space:not(:last-child) {margin-bottom: 120px;}
.recruit_table {
	border-collapse:collapse;
	width: 100%;
    font-feature-settings: "palt" 1;
	font-family: "source-han-sans-japanese", sans-serif;
	font-weight: normal;
	box-sizing: border-box;
	font-size: 15px;
	line-height: 1.5;
	/*width: 96%;*/
	margin-right: auto;
	margin-left: auto;
    padding-bottom: 30px;
}
/*.recruit_table th, .cp_table  td {width: 100%;}*/
.recruit_table th {
	font-size: 15px;
	line-height: 1.5;
	font-feature-settings: "palt" 1;
	font-family: "source-han-sans-japanese", sans-serif;
    
    font-weight: 500;
	display: block;
	border-radius: 5px;
	padding: 10px!important;
	/*border-bottom: 1px solid #dad7cf;*/
    background-color: #eeece7;
	/*vertical-align: top;*/
	box-sizing: border-box;
}
.recruit_table tr {
	display: block;
	width: 100%;
}
.wrap-td h4{
    font-feature-settings: "palt" 1;
	font-family: "source-han-sans-japanese", sans-serif;
    font-size: 14pt;
	line-height: 35px;
    font-weight: normal;
}
.wrap-td {
    
    
    display: flex;
    align-items: center;
}
.wrap-td img{
    display: block;
    line-height:0;
    width: 140px;
    margin-left: 20px;
    border-radius: 10px;
    padding: 10px;
    box-sizing: border-box;
    background-color: #fff;
}

.recruit_table td {
    
	font-size: 15px;
	line-height: 1.5;
    
    font-feature-settings: "palt" 1;
	font-family: "source-han-sans-japanese", sans-serif;
	font-weight: normal;
	display: block;
	padding-bottom: 10px!important;
	padding-top: 10px!important;
	box-sizing: border-box;
}
/*.recruit_table h3 {
	font-size: 18pt;
	line-height: 35px;
    font-weight: 500;
   
    font-feature-settings: "palt" 1;
	font-family: "source-han-sans-japanese", sans-serif;
}
.recruit_table p {
	font-size: 13pt;
	line-height: 27px;
    font-weight: 500;
    
    font-feature-settings: "palt" 1;
	font-family: "source-han-sans-japanese", sans-serif;
}
*/

.contetsbnr {
	padding-top: 30px;
}

.contetsbnr li {
	border-bottom: 1px solid #dad7cf;
}

.contetsbnr li a {
	position: relative;
	display: block;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-feature-settings: "palt" 1;
	font-size: 19px;
	line-height: 1.5;
	font-weight: 700;
	color: #514a44;
	padding-top: 13px;
	padding-bottom: 13px;
	padding-right: 40px;
}

.contetsbnr .mysvg {
	width: 25px;
	color: #be662f;
	fill: currentColor;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	display: block;
}

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

.contetsbnr li a:hover {
	color: #be662f;
}

.contetsbnr li a:hover::after {
	transform: scale(1, 1);
}


.image550s {margin-top: -20px;}
.image550s{
  width:100%;
  height:360px;
  background: url("../img/body/kk-01.webp") center/cover no-repeat;

  /* 念のため（Safariで効くことがある） */
  -webkit-mask-image: url("../img/body/kk-01.webp");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: cover;
    mask-size: cover;
  -webkit-mask-mode: luminance;

  mask-image: url("../img/body/msk.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 330px 330px;
  mask-mode: luminance;
    
}

.banners {
    display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
    margin-bottom: 20px;
}
.banners li{width: 49%;}
.banners li{
    box-sizing: border-box;
}
.banners li a {
    display: block;
    background-color: #fff;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    border-radius: 10px;
}
.banners li img{
    width: 100%;
    line-height: 0;
}

.banners li:nth-child(1){margin-bottom: 5px;}
.banners li:nth-child(2){margin-bottom: 5px;}
.banners li:nth-child(3){margin-bottom: 5px;}

.bnr-full a {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 3px solid #dd571d;
    box-sizing: border-box;
    border-radius: 15px;
    background-color: #fff;
}

.bnr-full ul{
    /*display: flex;
	justify-content: space-between;
    align-items: center;*/
}
.bnr-full ul li:nth-child(1){
    width: 85%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}
.bnr-full ul li:nth-child(2){
    width: 85%;
    line-height: 0;
    margin-left: auto;
    margin-right: auto;
}




.threes-btms2 {
	/*display: flex;
	justify-content: space-between;
	flex-wrap: wrap;*/
    padding-top: 40px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
.threes-btms2 li{margin-top: 5px;}
.threes-btms2 li .button1{display: block;}


.threes-btms {
	/*display: flex;
	justify-content: space-between;
	flex-wrap: wrap;*/
    padding-top: 40px;
    padding-bottom: 20px;
}
.threes-btms li{}
.threes-btms li:not(:last-child) {margin-bottom: 20px;}
    
.threes-btms h3 .mysvg {
    width: 20px;
    margin-left: 5px;
    vertical-align: -6%;
    color: #be662f;
	fill: currentColor;
}
.threes-btms h3 {
	position: relative;
	display: block;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-feature-settings: "palt" 1;
	font-size: 22px;
	line-height: 1.8;
	font-weight: 700;
	color: #514a44;
	text-align: center;
    margin-top: -22px;
}
.threes-btms img {border-radius: 15px;}
.threes-btms h3 span{
	position: relative;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-feature-settings: "palt" 1;
	font-size: 16px;
	line-height: 1.2;
	font-weight: 700;
	color: #fff;
    background-color: #514a44;
	text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 25px;
    padding-right: 25px;
    box-sizing: border-box;
    border-radius: 100px;
    display: table;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.threes-btms h3 span:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -6px;
	border: 6px solid transparent;
	border-top: 6px solid #514a44;
}

.rev {flex-direction: row-reverse;}
.ycenter {align-items: center;}

.wrap-space {
	/*display: flex;
	justify-content: space-between;
	flex-wrap: wrap;*/
}
.wrap-space:not(:last-child) {margin-bottom: 30px;}
.wrap-space0 {
	/*display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;*/
}
.wrap-space0:not(:last-child) {margin-bottom: 30px;}
.wrap-space0:nth-child(odd) {flex-direction: row-reverse;}
.wrap-space1 {
	/*display: flex;
	justify-content: space-between;
	flex-wrap: wrap;*/
}
.wrap-space1:not(:last-child) {margin-bottom: 30px;}
.wrap-space1:nth-child(even) {flex-direction: row-reverse;}
.wrap-space2 {
	/*display: flex;
	justify-content: space-between;
	flex-wrap: wrap;*/
}
.wrap-space2:not(:last-child) {margin-bottom: 15px;}
.wrap-space2:nth-child(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{
    display: block;
    line-height: 0px;
	width: 100%;
	/*height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;*/
	box-sizing: border-box;
	border-radius: 10px;
}
.image300 img {
	display: block;
	width: 100%;
	height: auto;
	line-height: 0px;
	/*height: 300px;
	object-fit: cover;*/
	border-radius: 15px;
}
.image350 img {
	display: block;
	width: 100%;
	height: auto;
	line-height: 0px;
	/*height: 350px;
	object-fit: cover;*/
	border-radius: 15px;
}
.image400 img {
	display: block;
	width: 100%;
	height: auto;
	line-height: 0px;
	/*height: 400px;
	object-fit: cover;*/
	border-radius: 15px;
}
.image450 img {
	display: block;
	width: 100%;
	height: auto;
	line-height: 0px;
	/*height: 450px;
	object-fit: cover;*/
	border-radius: 15px;
}
.image500 img {
	display: block;
	width: 100%;
	height: auto;
	line-height: 0px;
	/*height: 500px;
	object-fit: cover;*/
	border-radius: 15px;
}

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

.midashi1 {
	font-family: fot-tsukuardgothic-std, sans-serif;
    font-feature-settings: "palt" 1;
    font-size: 23px;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 15px;
    text-align: center;
}
.midashi1 span{
    display: block;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-feature-settings: "palt" 1;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
}
.cent {text-align: center;}
.cent2 {text-align:justify;}

.midashi2 {
	font-family: fot-tsukuardgothic-std, sans-serif;
    font-feature-settings: "palt" 1;
    text-align: center;
    font-size: 22px;
    line-height: 1.4;
    font-weight: 700;
    margin-bottom: 15px;
}

.midashi3 {
	font-family: fot-tsukuardgothic-std, sans-serif;
    font-feature-settings: "palt" 1;
    letter-spacing: 1px;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 700;
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 1px solid #ccc;
    color: #be662f;
}
.midashi3s {
	font-family: fot-tsukuardgothic-std, sans-serif;
    font-feature-settings: "palt" 1;
    letter-spacing: 1px;
    font-size: 20px;
    line-height: 1.6;
    font-weight: 700;
    margin-bottom: 15px;
    /*margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;*/
    color: #be662f;
}

.midashi4 {
	font-family: fot-tsukuardgothic-std, sans-serif;
    font-feature-settings: "palt" 1;
    letter-spacing: 1px;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 700;
    margin-bottom: 25px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 100px;
    text-align: center;
    box-sizing: border-box;
    border: solid 1px #be662f; 
    background-color: #be662f;
    color: #FFFFFF;
    display: table;
    margin-left: auto;
    margin-right: auto;
}
.midashi4s {
	font-family: fot-tsukuardgothic-std, sans-serif;
    font-feature-settings: "palt" 1;
    letter-spacing: 1px;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 700;
    margin-bottom: 25px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 50px;
    padding-right: 50px;
    border-radius: 100px;
    text-align: center;
    box-sizing: border-box;
    border: solid 1px #514a45; 
    background-color: #514a45;
    color: #fff;
    display: table;
    margin-left: auto;
    margin-right: auto;
}

.comennt {
	font-size: 11pt;
	line-height: 22px;
	font-weight: normal;
}
.comennt1 {
    font-feature-settings: "palt" 1;
    font-family: "source-han-sans-japanese", sans-serif;
	font-size: 15px;
	line-height: 1.6;
	font-weight: normal;
}

.comennt2 {
	font-feature-settings: "palt" 1;
    font-family: "source-han-sans-japanese", sans-serif;
	font-size: 15px;
	line-height: 1.6;
	font-weight: normal;
}

.comennt3 {
	font-family: fot-tsukuardgothic-std, sans-serif;
    font-feature-settings: "palt" 1;
	font-size: 16px;
	line-height: 1.4;
	font-weight: normal;
}
.comennt4 {
	font-family: fot-tsukuardgothic-std, sans-serif;
    font-feature-settings: "palt" 1;
    font-size: 17px;
    line-height: 1.6;
    font-weight: 700;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}
.comennt5 {
    color: #be662f;
	font-family: fot-tsukuardgothic-std, sans-serif;
    font-feature-settings: "palt" 1;
    font-size: 19px;
    line-height: 1.5;
    font-weight: 700;
    margin-bottom: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    box-sizing: border-box;
    border-radius: 100px;
    border: 1px solid #e9e6de;
    background-color: #fff;
    /*margin-right: auto;
	margin-left: auto;*/
    display: block;
}

.map-space {
	position: relative;
	padding-bottom: 47%;/*←高さを変更する*/
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-color: #fafafa;
}
.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-feature-settings: "palt" 1;
	font-family: "source-han-sans-japanese", sans-serif;
	font-weight: normal;
	position: relative;
	font-size: 15px;
	line-height: 1.5;
}
.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: #6a635e;
	font-weight: 600;
}
.points2 li {
	font-feature-settings: "palt" 1;
	font-family: "source-han-sans-japanese", sans-serif;
	font-weight: normal;
	position: relative;
	font-size: 15px;
	line-height: 1.5;
}
.threes2 ul.points3 {padding-top: 10px;}
.threes2 ul.points3 li{width: 100%;padding-top: 0;padding-bottom: 0; margin-bottom: 0; padding-left: 19px;}

ul.points3 {
	list-style-type: none;
	overflow: hidden;
}
ul.points3 li{padding-left: 15px;}
ul.points3 li:before {
	content: "●";
	padding-right: 0.2em;
	position: absolute;
	left: 2px;
    top: 3px;
	color: #be662f;
    font-size: 10px;
}
.points3 li {
    font-feature-settings: "palt" 1;
	font-family: "source-han-sans-japanese", sans-serif;
	font-weight: normal;
	position: relative;
	font-size: 14px;
	line-height: 1.4;
}
.points3 li:not(:last-child) {margin-bottom: 3px;}
.points3:not(:last-child) {margin-bottom: 20px;}

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






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

.w90 {
    
}

.zenmaru {
    border-radius: 20px;
}

.greetbk {
    position: relative;
    border-radius: 60px;
	width: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	color: #FFF;
	background-image: url(../img/body/full-image-01.webp);
}
.greetbk h3 {
    white-space: nowrap;
    font-family: "futura-pt", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 30pt;
    line-height: 55px;
    position: absolute;
    bottom: -20px;
    left: 50%;
    color: #fff;
    transform: translateX(-50%);
    z-index: 1;
    font-feature-settings: "palt" 1;
    text-transform: uppercase;
} 

.fours {
    padding-top: 50px;
    /*gap: 30px;
    padding-top: 50px;*/
}
.fours:not(:last-child) {margin-bottom: 50px;}
.fours li {
    /*width: calc((100% - 60px) / 3);*/
    
}
.fours li:not(:last-child) {margin-bottom: 30px;}
.fours li img {border-radius: 20px;margin-bottom: 5px;}
.fours li p {
    font-feature-settings: "palt" 1;
    font-family: "source-han-sans-japanese", sans-serif;
	font-size: 16px;
	line-height: 1.5;
	font-weight: normal;
    letter-spacing: 0.5px;
}
.fours li h3{
    color: #be662f;
	font-family: fot-tsukuardgothic-std, sans-serif;
    font-feature-settings: "palt" 1;
    letter-spacing: 1px;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 700;
    margin-bottom: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    border-radius: 100px;
    border: 1px solid #e9e6de;
    background-color: #fff;
    margin-right: auto;
	margin-left: auto;
    display: block;
    text-align: center;
}

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

.threes {
    padding-top: 20px;
    /*display: flex;
	justify-content: space-between;*/
}
.threes li {
    position: relative;
   /* width: 32%;*/
    border-radius: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box;
    background: rgba(255 255 255 / 30%);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
}
.threes li p {
    padding-top: 15px;
    font-feature-settings: "palt" 1;
    font-family: "source-han-sans-japanese", sans-serif;
	font-size: 15px;
	line-height: 1.5;
	font-weight: normal;
    letter-spacing: 0.5px;
}
.threes li h3{
    font-family: fot-tsukuardgothic-std, sans-serif;
	font-feature-settings: "palt" 1;
	font-size: 27px;
	line-height: 1.7;
	font-weight: 700;
    letter-spacing: 0.5px;
    text-align: center;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
}

.whbk .threes2 li{ background-color: #f5f3ee;}
.whbk .threes2 {margin-bottom: 25px;}

.threes2 {
    padding-top: 20px;
    /*display: flex;
	justify-content: space-between;
    flex-wrap: wrap;*/
    margin-bottom: 60px;
}
.threes2 li {
    position: relative;
    border-radius: 20px;
    padding: 20px;
    box-sizing: border-box;
    background-color: #fff;
}
.threes2 li img{
    border-radius: 10px;
    margin-bottom: 5px;
    line-height: 0;
    display: block;
}

.threes2 li:not(:last-child) {margin-bottom: 10px;}
.threes2 li p {
    padding-top: 5px;
    font-feature-settings: "palt" 1;
    font-family: "source-han-sans-japanese", sans-serif;
	font-size: 15px;
	line-height: 1.6;
	font-weight: normal;
    
}
.threes2 li h3{
    font-family: fot-tsukuardgothic-std, sans-serif;
	font-feature-settings: "palt" 1;
	font-size: 25px;
	line-height: 1.5;
	font-weight: 700;
    text-align: center;
    color: #be662f;
    margin-bottom: 10px;
}




.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: 0px;
	position: relative;		
}
.textbox2 {
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-bottom: 60px;
	position: relative;	
}




.hed-space {
    width: 96%;
    min-width: 1130px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 15px;
    padding-bottom: 0px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    transition: all .5s;
    background: rgba(255 255 255 / 0%);
    -webkit-backdrop-filter: blur(0px);
    backdrop-filter: blur(0px);
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.change-color .hed-space {
	width: 100%;
	min-width: 1150px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 14px;
    padding-right: 14px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
    transition: all .5s;
    background: rgba(245 243 237 / 90%);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

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

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

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



.hed-right {}
.hed-info {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}


.gloval-menu {font-family: fot-tsukuardgothic-std, sans-serif;}
.gloval-menu {
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-feature-settings: "palt" 1;
    color: #514a44;
}
.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;
    color: #514a44;
}
.gloval-menu > ul > li {margin-right: 1px;text-align: center;}
.gloval-menu li ul {height: 0;width: 0;overflow: hidden;position: absolute;}
.gloval-menu li:hover ul,
.gloval-menu li:focus-within ul {
	height: auto;
	width: auto;
	position: absolute;
	z-index: 55;
	display:block;
}
.gloval-menu .c-menu01 {margin-left: 8px;margin-right: 8px;}
.gloval-menu .c-menu01 a {
	position: relative;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-feature-settings: "palt" 1;
	font-size: 19px;
	line-height: 40px;
	font-weight: 700;
	font-style: normal;
	padding-top: 2px;
	padding-bottom: 7px;
    margin-top: 5px;
    color: #514a44;
    transition: all .5s;
}
/*.change-color .gloval-menu .c-menu01 a {margin-top: 5px;transition: all .5s;}*/
.gloval-menu .c-menu01 a.current {color: #be662f;position: relative;}
.gloval-menu .c-menu01 a:hover{
	color: #be662f;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.gloval-menu .c-menu02 {
	margin-left: 8px;
	margin-right: 8px;
	position: relative;
}
.gloval-menu .c-menu02 a.current {color: #be662f;position: relative;}
.gloval-menu .c-menu02 .current {color: #be662f;position: relative;}
.cnavs .mysvg{
    position: absolute;
    display: block;
	width: 14px;
	margin-right: auto;
    margin-left: auto;
    margin-top: -2px;
    left: 0;
    right: 0;
    
    color: #be662f;
	fill: currentColor;
}
.c-menu02:hover > .cnavs > a > .mysvg {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
    margin-top: -2px;
}
.c-menu02:hover > .cnavs > .mysvg {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
    margin-top: -2px;
}
.c-menu02:hover {
    color: #be662f;
    -webkit-transition: all .2s;
	transition: all .2s;
}
.cnavs {
	cursor: pointer;
    position: relative;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-feature-settings: "palt" 1;
	font-size: 19px;
	line-height: 40px;
	font-weight: 700;
	font-style: normal;
	padding-top: 2px;
	padding-bottom: 7px;
    margin-top: 5px;
    transition: all .5s;
}
/*.change-color .cnavs {margin-top: 5px;transition: all .5s;}*/
.cnavs:hover,
.cnavs:focus {}
.cnavs::after {
	cursor: pointer;
	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: #be662f;
}
.cnavs:hover::after {transform: scale(0, 0);}

.c-menu02:hover > .cnavs > a {
    color: #be662f;
    -webkit-transition: all .2s;
	transition: all .2s;
}
.c-menu02:hover > .cnavs > a,
.c-menu02:focus-within > .cnavs > a {
    color: #be662f;
    -webkit-transition: all .2s;
	transition: all .2s;
}

.gloval-menu ul .c-menu02 .level1{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    border-radius: 15px;
}
.c-menu02:hover ul,
.c-menu02:focus-within ul {
	height: auto;
	width: auto;
	z-index: 55;
	display:block;
	position: absolute;
	top: 29px;
    left: -240%;
    transform-origin: top;
	margin-top: 25px;
	box-sizing: border-box;
	padding-top: 25px;
	padding-bottom:  25px;
	overflow: hidden;
	transition: all .1s;
    background-color: #be662f;
}
.c-menu02:hover > .cnavs > a,
.c-menu02:focus-within > .cnavs > a {
    color: #be662f;
    -webkit-transition: all .2s;
	transition: all .2s;
}
/*.change-color .c-menu02:hover ul,.change-color .c-menu02:focus-within ul{margin-top: 15px;}*/

.level1 li {
	box-sizing: border-box;
	text-decoration: none;
	margin-right: 20px;
	margin-left: 20px;
	position: relative;
	padding-bottom: 7px!important;
}
.to800 {min-width: 800px;}
.to700 {min-width: 700px;}
.to600 {min-width: 600px;}
.to500 {min-width: 400px;}
.to400 {min-width: 400px;}
.to300 {min-width: 300px;}

.gloval-menu ul .menuto1 .level1 {margin-left: -70px;}
.gloval-menu ul .menuto2 .level1 {margin-left: 5px;}
.gloval-menu ul .menuto3 .level1 {margin-left: 200px;}
.gloval-menu ul .menuto4 .level1 {margin-left: -90px;}
.gloval-menu ul .menuto5 .level1 {margin-left: 30px;}


.level1 {margin-top: 10px;}
.level1 a {
    color: #fff!important;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-feature-settings: "palt" 1;
    font-size: 19px;
	line-height: 30px;
	font-weight: normal;
    padding-top: 5px;
    padding-bottom: 5px;
    box-sizing: border-box;
	font-style: normal;
    position: relative;
}
.level1 a:hover,
.level1 a:focus {}
.level1 a::after {
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	bottom: -1px;
	transform: scale(0, 1);
	transform-origin: top;
	transition: transform 0.3s;
	background-color: #fff;
}
.level1 a:hover::after {transform: scale(1, 1);}

.gloval-menu li:nth-child(6){margin-right: 0;}

.gloval-menu > ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}





.gloval-menu .c-menu07 a {
	margin-left: 10px;
	margin-top: 0px;
	display: block;
	position: relative;
	font-size: 19px;
	font-weight: 700;
	color: #FFF;
	background-color: #be662f;
	padding-top: 12px;
	padding-right: 15px;
	padding-bottom: 12px;
	padding-left: 15px;
	-webkit-transition: all .3s;
	transition: all .3s;
	line-height: 25px!important;
	-webkit-border-radius: 56px;
	-moz-border-radius: 56px;
	border-radius: 56px;
}
.gloval-menu .c-menu07 a:hover {
	color: #fff;
	background-color: #9f4914;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.gloval-menu .c-menu08 {margin-top: 13px;margin-left: 10px;}
.to-sns {display: flex;}
.to-sns p:nth-child(2){margin-left: 5px;}
.to-sns .mysvg{
    width: 32px;
    color: #514a44;
    fill: currentColor;
    transition: all .3s;
}
/*.to-sns:hover .mysvg{
    width: 32px;
    color: #be662f;
    fill: currentColor;
    transition: all .3s;
}*/







body {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	overflow-x: hidden;
	text-align: justify;
	text-justify: inter-ideograph;
	overflow-y: hidden;
	font-family: source-han-sans-japanese,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #514a44;
    background-color: #f5f3ed;
	-webkit-text-size-adjust:100%;
}





/*pankuzu.webp*/

.pankuzu {
    /*margin-left: 35px;*/
    /*border: solid 2px #dad7cf;*/
    background: linear-gradient(292deg,rgba(245, 243, 238, 1) 0%, rgba(245, 243, 238, 1) 37%, rgba(255, 255, 255, 1) 100%);
    position: relative;
	margin-top: 75px;
    
    box-sizing: border-box;
    
    margin-left: 15px;
    margin-right: 15px;
    border-radius: 20px;
}

.secondimg {
    width: 100%;
    /*max-width: 400px;*/
    position: absolute;
    top: -10px;
    right: -15px;
}

.logok {
    width: 194px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    margin-top: -80px;
    margin-left: 11px;
}

.pankuzu-space {
    padding-bottom: 35px;
    margin-left: 15px;
    padding-top: 35%;
}

.pankuzu-space p {
    margin-top: 15%;
    /*font-family: "futura-pt", sans-serif;*/
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-feature-settings: "palt" 1;
    /*color: #514a44;*/
    
    font-weight: normal;
    font-size: 13px;
    line-height: 1.2;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
}
.pankuzu-space h2 {
    position: relative;
    z-index: 2;
    font-family: fot-tsukuardgothic-std, sans-serif;
	font-feature-settings: "palt" 1;
	color: #bc6a38;
	font-weight: 700;
	font-size: 25px;
	line-height: 1.4;
    margin-bottom: 10px;
}
.pages:before {
    content:"";
    height: 5px;
    background-color: #ede9e1;
    width: 40px;
    position: absolute;
    top: -1px;
    border-radius: 100px;
}
.pages {
    position: relative;
    z-index: 2;
    /**/
    padding-top: 20px;
    font-feature-settings: "palt" 1;
    font-family: "source-han-sans-japanese", sans-serif;
    color: #514a44;
    font-size: 11px;
    line-height: 1.5;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    letter-spacing: 1px;
    box-sizing: border-box;
}
.pages li {
	margin-right: 1px;margin-left: 1px;
}
.pages .line{color: #be662f;font-weight: normal;margin-right: 2px;margin-left: 2px;}
.pages li a{
    font-feature-settings: "palt" 1;
    font-family: "source-han-sans-japanese", sans-serif;
	color: #514a44;
}
.pages li a:hover{
	color: #514a44;
	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: 0px;}
.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;}




.down10 {margin-bottom: 10px;}
.down15 {margin-bottom: 15px;}
.down20 {margin-bottom: 20px;}
.down25 {margin-bottom: 25px;}
.down30 {margin-bottom: 30px;}
.down35 {margin-bottom: 35px;}
.down40 {margin-bottom: 40px;}
.down45 {margin-bottom: 45px;}
.down50 {margin-bottom: 15px;}
.down55 {margin-bottom: 15px;}
.down60 {margin-bottom: 60px;}
.down65 {margin-bottom: 65px;}
.down70 {margin-bottom: 70px;}
.down75 {margin-bottom: 75px;}


.btm1 {
    display: block;
	padding-top:30px;
	margin-right: auto;
	margin-left: auto;
}
.btm2{
    display: block;
	padding-top:30px;
	margin-right: auto;
	margin-left: auto;
}

.c-btm {
	display: block;
	padding-top:30px;
	margin-right: auto;
	margin-left: auto;
}
.r-btm {
	display: block;
	padding-top:30px;
	margin-right: auto;
	margin-left: auto;
}
.l-btm {
	display: block;
	padding-top:30px;
	margin-right: auto;
	margin-left: auto;
}

.button1 .mysvg2 {
	width:25px;
	vertical-align: -20%;
	display: inline-block;
	color: #fff;
	fill: currentColor;
	margin-right: 8px;
}
.button1 .mysvg {
	width:15px;
	vertical-align: -5%;
	display: block;
	color: #fff;
	fill: currentColor;
	position: absolute;
    top: 20px;
    right: 20px;
}
.button1:hover .mysvg{
	color: #FFF;
	fill: currentColor;
}
.button1 {
	text-decoration: none;
	outline: none;
    font-feature-settings: "palt" 1;
	font-family: fot-tsukuardgothic-std, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 700;
	display: block;
	position: relative;
	z-index: 1;
    border-radius: 100px;
	padding-top: 15px;
	padding-right:50px;
	padding-left:20px;
	padding-bottom: 15px;
}
.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: #be662f;
}
.button1:hover {
	color: #fff;
	background-color: #9f4914;
}

.to-gry {
	color: #fff;
	background-color: #514a44;
}
.to-gry:hover {
	color: #fff;
	background-color: #423529;
}

.button2 .mysvg {
	width:35px;
	display: block;
	color: #fff;
	fill: currentColor;
	position: absolute;
    top: 53%;
    left: 0%;
    transform: translateY(-53%);
}
.button2:hover .mysvg{
	color: #FFF;
	fill: currentColor;
}

.button2 h3:before{
    content: "";
    width: 1px;
    height: 47px;
    background-color: #fff;
    position: absolute;
    z-index: 1;
    left: 0;
    margin-left: 70px;
}
.button2 h3{
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-feature-settings: "palt" 1;
    letter-spacing: 1px;
    font-size: 24px;
    line-height: 1.4;
    font-weight: 700;
    margin-left: 60px;
}
.button2 h3 span{
    display: block;
    font-size: 15px;
    line-height: 1.4;
    font-weight: normal;
    letter-spacing: 0px;
}

.button2 {
	display: block;
	text-align: center;
	text-decoration: none;
    text-align: left;
	padding: 22px;
	box-sizing: border-box;
	margin-right: auto;
	margin-left: auto;
	border-radius: 20px;
	position: relative;
}
.button2::before,
.button2::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button2,
.button2::before,
.button2::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button2 {
	background-color: #514a44;
	color: #fff;
}
.button2:hover {
	color: #FFF;
	background-color: #4c3f33;
}


.button2s h3:before{
    content: "";
    width: 1px;
    height: 55px;
    background-color: #fff;
    position: absolute;
    z-index: 1;
    left: 0;
    margin-left: 70px;
}
.button2s .mysvg {
	width:35px;
	display: block;
	color: #fff;
	fill: currentColor;
	position: absolute;
    top: 90%;
    left: 0%;
    transform: translateY(-90%);
    margin-top: 13px;
}
.button2s:hover .mysvg{
	color: #FFF;
	fill: currentColor;
}
.button2s h3{
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-feature-settings: "palt" 1;
    letter-spacing: 1px;
    font-size: 24px;
    line-height: 1.4;
    font-weight: 700;
    margin-left: 60px;
}
.button2s h3 span{
    display: block;
    font-size: 15px;
    line-height: 1.4;
    font-weight: normal;
    letter-spacing: 0px;
}

.button2s {
    position: relative;
	display: block;
	text-align: center;
	text-decoration: none;
    text-align: left;
	padding: 22px;
	box-sizing: border-box;
	margin-right: auto;
	margin-left: auto;
	border-radius: 20px;
	
}
.button2s::before,
.button2s::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button2s,
.button2s::before,
.button2s::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button2s {
	background-color: #be662f;
	color: #fff;
}
.button2s:hover {
	color: #FFF;
	background-color: #9f4914;
}


.tows {
    position: relative;z-index: 2;
   
    padding-top: 20px;
    width: 90%;
	margin-right: auto;
	margin-left: auto;
}
.tows li{margin-bottom: 5px;}


.kakomi {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    box-sizing: border-box;
    background-color: #f5f3ee;
    border-radius: 30px;
    border: 1px dashed #dad7d0;
    /*text-align: center;*/
}


.tows2 {
    position: relative;
    /*width: 90%;
	margin-right: auto;
	margin-left: auto;*/
}
/*.tows2 li:nth-child(1){border-bottom: 1px dashed #dad7d0;margin-bottom: 15px;padding-bottom: 15px;}
.tows2 li:nth-child(2){border-bottom: 1px dashed #dad7d0;margin-bottom: 15px;padding-bottom: 15px;}
.tows2 li:nth-child(3){border-bottom: 1px dashed #dad7d0;margin-bottom: 15px;padding-bottom: 15px;}
.tows2 li:nth-child(4){border-bottom: 1px dashed #dad7d0;margin-bottom: 15px;padding-bottom: 15px;}
.tows2 li:nth-child(5){border-bottom: 1px dashed #dad7d0;margin-bottom: 15px;padding-bottom: 15px;}
.tows2 li:nth-child(6){border-bottom: 1px dashed #dad7d0;margin-bottom: 15px;padding-bottom: 15px;}
.tows2 li:nth-child(7){border-bottom: 1px dashed #dad7d0;margin-bottom: 15px;padding-bottom: 15px;}
.tows2 li:nth-child(8){border-bottom: 1px dashed #dad7d0;margin-bottom: 15px;padding-bottom: 15px;}
.tows2 li:nth-child(9){border-bottom: 1px dashed #dad7d0;margin-bottom: 15px;padding-bottom: 15px;}
.tows2 li:nth-child(10){border-bottom: 1px dashed #dad7d0;margin-bottom: 15px;padding-bottom: 15px;}
.tows2 li:nth-child(11){border-bottom: 1px dashed #dad7d0;margin-bottom: 15px;padding-bottom: 15px;}
.tows2 li:nth-child(12){border-bottom: 1px dashed #dad7d0;margin-bottom: 15px;padding-bottom: 15px;}
.tows2 li:nth-child(13){border-bottom: 1px dashed #dad7d0;margin-bottom: 15px;padding-bottom: 15px;}
.tows2 li:nth-child(14){border-bottom: 1px dashed #dad7d0;margin-bottom: 15px;padding-bottom: 15px;}
.tows2 li:nth-child(15){border-bottom: 1px dashed #dad7d0;margin-bottom: 15px;padding-bottom: 15px;}*/

.hanhan {
    /*display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
    align-items: center;*/
}
.tows2 li:not(:last-child) {margin-bottom: 30px;}

.tows2 li{
    
    /*padding-top: 30px;*/
    
    box-sizing: border-box;
}

.rev .to-image{margin-bottom: 0px;} 
    
.to-image{margin-bottom: 10px;}
.to-image img{
    display: block;
	width: 100%;
	line-height: 0px;
	height: 220px;
	object-fit: cover;
	border-radius: 10px;
}
.to-text{}
.to-text h3 span{
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-feature-settings: "palt" 1;
    letter-spacing: 1px;
    font-size: 30px;
    margin-right: 10px;
    display: block;
    vertical-align: -10%;
    color: #be662f;
}
.tows2 h3 {
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-feature-settings: "palt" 1;
    font-size: 21px;
    line-height: 1.4;
    font-weight: 700;
    margin-bottom: 10px;
    text-align: center;
}
.to-midashi span{
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-feature-settings: "palt" 1;
    letter-spacing: 1px;
    font-size: 35px;

    display: block;
    text-align: center;
    color: #be662f;
}
.to-midashi {
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-feature-settings: "palt" 1;
    letter-spacing: 1px;
    font-size: 25px;
    line-height: 1.5;
    font-weight: 700;
    margin-bottom: 10px;
}
.to-midashi2 span{
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-feature-settings: "palt" 1;
    margin-right: 5px;
    font-size: 30px;
    vertical-align: -5%;
    display: inline-block;
    /*text-align: center;*/
    color: #be662f;
}
.to-midashi2 {
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-feature-settings: "palt" 1;
    letter-spacing: 1px;
    font-size: 23px;
    line-height: 1.5;
    font-weight: 700;
    margin-bottom: 10px;
    text-align: center;
}


.tows2 p {
    font-feature-settings: "palt" 1;
    font-family: "source-han-sans-japanese", sans-serif;
	font-size: 15px;
	line-height: 1.6;
	font-weight: normal;
    letter-spacing: 1px;
}
.tows2 h4 {
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-feature-settings: "palt" 1;
    letter-spacing: 1px;
    font-size: 19px;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    box-sizing: border-box;
    background-color: #ede9e2;
    display: block;
    border-radius: 100px;
}

.wakugumi {
    padding: 20px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 20px;
}
.wakugumi:not(:last-child) {margin-bottom: 10px;}

/*.tows3 {
    display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
    padding-top: 30px;
}

.tows3 li{
    width: 49%;
    padding: 40px;
    box-sizing: border-box;
    background-color: #f5f3ee;
    border-radius: 30px;
}


.tows3 .to-image{width: 100%; margin-bottom: 15px;}
.tows3 .to-image img{
    display: block;
	width: 100%;
	line-height: 0px;
	height: auto;
	object-fit: cover;
	border-radius: 20px;
}
.tows3 .to-text{width: 100%;}
.tows3 h3 {
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-feature-settings: "palt" 1;
    letter-spacing: 1px;
    font-size: 24px;
    line-height: 1.5;
    font-weight: 700;
    margin-bottom: 10px;
    text-align: center;
}
.tows3 p {
    font-feature-settings: "palt" 1;
    font-family: "source-han-sans-japanese", sans-serif;
	font-size: 17px;
	line-height: 1.6;
	font-weight: normal;
    letter-spacing: 1px;
}*/

footer .midashi4 {
	font-family: fot-tsukuardgothic-std, sans-serif;
    font-feature-settings: "palt" 1;
    letter-spacing: 1px;
    font-size: 28px;
    line-height: 1.5;
    font-weight: 700;
    margin-bottom: 5px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    border-radius: 0px;
    text-align: center;
    box-sizing: border-box;
    border: solid 0px #be662f; 
    background-color: transparent;
    color: #514a44;
    display: table;
    margin-left: auto;
    margin-right: auto;
}
footer {
    position: relative;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    overflow: hidden;
}
footer:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 50%;
    background-image: url(../img/body/full-image-02.webp);
    background-repeat: no-repeat;
    background-position: center 45%;
    background-size: cover;
    opacity: .8;   /* ← 背景画像だけ70% */
    z-index: 0;
}
footer:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 50%;
    background: linear-gradient(
        to bottom,
        rgba(245,243,237,0) 0%,
        rgba(245,243,237,0) 15%,
        rgba(245,243,237,0) 45%,
        rgba(245,243,237,0.85) 90%,
        rgba(245,243,237,1) 100%
    );
    z-index: 1;
}

.footinfo {
    position: relative;z-index: 2;
    padding-top: 50px;
    text-align: center;
    width: 90%;
	margin-right: auto;
	margin-left: auto;
}
.footinfo h2 {
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-feature-settings: "palt" 1;
    font-size: 25px;
    line-height: 1.9;
    font-weight: 700;
}
.footinfo h3 {
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-feature-settings: "palt" 1;
    font-size: 17px;
    line-height: 1.5;
    font-weight: 700;
    text-align: center;
}



.foot-text {
	font-family: fot-tsukuardgothic-std, sans-serif;
    font-feature-settings: "palt" 1;
    font-size: 16px;
    line-height: 1.4;
    font-weight: normal;
    margin-bottom: 30px;
    text-align: center;
}

.footcontena {
    position: relative;z-index: 2;
	padding-top: 40px;
	padding-bottom: 60px;
}

.foot-space {
    position: relative;z-index: 2;
    width: 90%;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
	/*display: flex;
	justify-content: space-between;
	flex-wrap: wrap;*/
}

.foot-left {}

.foot-right {
    
}
.foot-right nav{
    /*display: flex;
	justify-content: space-between;
	flex-wrap: wrap;*/
}
.footlogo {
	width: 230px;
	line-height: 0px;
    padding-top: 10px;
    margin-right: auto;
	margin-left: auto;
}
.foot-left h3 {
    padding-top: 5px;
	font-family: fot-tsukuardgothic-std, sans-serif;
    font-feature-settings: "palt" 1;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
}

.foot-menu {
	/*width: 30%;*/
	/*display: flex;
	justify-content: space-between;
	flex-wrap: wrap;*/
}

.foot-menu:nth-child(1) {margin-bottom: 20px;}   
.foot-menu:nth-child(2) {margin-bottom: 20px;} 
    
/*.foot-menu:nth-child(2) li:nth-child(1){margin-bottom: 20px;} */
    
.foot-menu li h4 {
    display: block;
    position: relative;
	font-family: fot-tsukuardgothic-std, sans-serif;
    font-feature-settings: "palt" 1;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 700;
    margin-bottom: 7px;
    padding-bottom: 7px;
    border-bottom: 1px solid #ccc;
}
.foot-menu li h4 .mysvg2 {
    display: inline-block;
	width: 20px;
    color: #514a44;
	fill: currentColor;
    margin-right: 8px;
    vertical-align: -16%;
}

.foot-menu li h4 .mysvg {
	position: absolute;
    display: block;
	width: 14px;
	margin-right: auto;
    margin-left: auto;
    margin-top: 7px;
    top: 0;
    right: 0;
    color: #be662f;
	fill: currentColor;
}

.to-tops {padding-top: 20px;}
.foot-menu li {
	position:relative;
	/*width: 49%;
	margin-bottom:5px;*/
}
.ten {margin-left: 15px;}
.ten:before {
    content:"";
    position: absolute;
    top: 11px;
    width: 10px;
    height: 10px;
    background-color: #514a44;
    border-radius: 100px;
    margin-left: -15px;
}

.foot-menu li a{
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-feature-settings: "palt" 1;
    font-size: 17px;
    line-height: 1.9;
	color: #514a44;
	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: 1px;
	bottom: 0;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform 0.3s;
	background-color: #be662f;
}
.foot-menu li a:hover::after {transform: scale(1, 1);}*/

.copy {
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-feature-settings: "palt" 1;
	font-size: 13px;
	line-height: 1.5;
	padding-top: 15px;
    margin-bottom: 20px;
	text-align: center;
    letter-spacing: 1px;
}

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

.recbnr.is-closed{
    display:none;
}
.recbnr3__close {display: none;}
.recbnr3__close{
    position: absolute;
    top: 10px;
    right: 10px;
    width: 28px;
    height: 28px;
    border-radius: 999px;
    border: none;
    cursor: pointer;
    font-size: 17px;
    line-height: 28px;
    text-align: center;
    background: #514a44;
    color: #fff;
    z-index: 10;
}
.change-color .recbnr3__close{
    top: -10px;
    right: -10px;
}

.recbnr {
    position: fixed;
    display: flex;
    bottom: 0;
    right: 0;
    z-index: 6;
    margin: 1%;
    width: 98%;
    border-radius: 10px;
    overflow: hidden;
}
.button3 h3{
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-feature-settings: "palt" 1;
	font-weight: normal;
	font-size: 12px;
    line-height: 1.36;
    text-align: center;
}
.button3 h3 span{
    display: block;
    text-align: center;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-feature-settings: "palt" 1;
    font-weight: 700;
	font-size: 18px;
    line-height: 1.2;
    transition: all .3s;
    
}
.arrow{
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-feature-settings: "palt" 1;
	font-weight: normal;
	font-size: 13pt;
    line-height: 22px;
    text-align: center;
    display: none;
}
.button3 span .mysvg {
    width: 90px;
    display: block;
    color: #514a44;
    fill: currentColor;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
    display: none;
}
.button3:hover .mysvg {
    color: #fff;
    fill: currentColor;
    transition: all .3s;
}
.arrow .mysvg {
    vertical-align: -10%;
    width: 20px;
    display: inline-block;
    color: #514a44;
    fill: currentColor;
    margin-left: 5px;
    transition: all .3s;
    
}
    
.to-mails {width: 50%;}   
.to-mails a{
    text-decoration: none;
	outline: none;
	display: block;
	position: relative;
	z-index: 1;
    padding-top: 16px;
    padding-bottom: 15px;
	box-sizing: border-box;
    color: #fff;
	background-color: #ec7b36;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-feature-settings: "palt" 1;
	font-weight: 700;
	font-size: 13pt;
    line-height: 21px;
    text-align: center;
}
    
.recwrap {width: 50%;}
.button3 {
   /* width: 190px;
    height: 190px;*/
	text-decoration: none;
	outline: none;
	display: block;
	position: relative;
	z-index: 1;
    padding-top: 7px;
    padding-bottom: 7px;
	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: #514a44;
    background-color: #ffe400;
	
   /* border-radius: 100%;*/
	
}
.button3:hover {
	color: #514a44;
    background-color: #ffe400;
}

}






