@charset "UTF-8";

body { opacity: 0; }

body.fadein { animation: fadeIn 0.5s ease-in forwards; }
body.fadeout { animation: fadeOut 0.5s ease-in forwards; }

@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@keyframes fadeOut {
  0% { opacity: 1; }
  100% { opacity: 0; }
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {	margin: 0;	padding: 0;	border: 0;	font: inherit;	vertical-align: baseline;	box-sizing:border-box;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {	display: block;}
body {color: #225333;line-height: 1; }
ol, ul {	list-style: none;}
blockquote, q {	quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {	content: '';	content: none;}
table {border-collapse: collapse;/* border-spacing: 0; */}

form button:hover{ cursor: pointer; cursor: hand; opacity: 0.8; }
.wysiwyg  iframe{ max-width: 100%; }

img{ width: 100%; height: auto;}

/* WEB FONTs 游ゴシックかすれ予防*/
@font-face { font-family: "Yu Gothic"; src: local("Yu Gothic Medium"); font-weight: 100; }
@font-face { font-family: "Yu Gothic"; src: local("Yu Gothic Medium"); font-weight: 200; }
@font-face { font-family: "Yu Gothic"; src: local("Yu Gothic Medium"); font-weight: 300; }
@font-face { font-family: "Yu Gothic"; src: local("Yu Gothic Medium"); font-weight: 400; }
@font-face { font-family: "Yu Gothic"; src: local("Yu Gothic Bold"); font-weight: bold; }
@font-face { font-family: "Helvetica Neue"; src: local("Helvetica Neue Regular"); font-weight: 100; }
@font-face { font-family: "Helvetica Neue"; src: local("Helvetica Neue Regular"); font-weight: 200; }
.f-gothic {font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", "Yu Gothic", YuGothic, Verdana, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;}
.f-kaku{ font-family: "Zen Kaku Gothic Antique", sans-serif; }
.main-title .jp{ font-family: "Zen Kaku Gothic Antique", sans-serif; }
.page-list{ font-family: "Zen Kaku Gothic Antique", sans-serif; }

/* .fadeCom{opacity: 0; -webkit-transition: 1500ms ease; -o-transition: 1500ms ease; transition: 1500ms ease; -webkit-transform: translate3d(0, 30px, 0) scale(0.9825, 0.9825); -ms-transform: translate3d(0, 30px, 0) scale(0.9825, 0.9825); transform: translate3d(0, 30px, 0) scale(0.9825, 0.9825); -webkit-transition-property: opacity,transform; -o-transition-property: opacity,transform; transition-property: opacity,transform; }

.fadeCom__On{-webkit-transform:translate3d(0, 0, 0) scale(1,1); -ms-transform:translate3d(0, 0, 0) scale(1,1); transform:translate3d(0, 0, 0) scale(1,1); opacity: 1; }
===== 表示 ===== */
.fadeCom { opacity: 0; -webkit-transition: 1500ms ease; -o-transition: 1500ms ease; transition: 1500ms ease; -webkit-transform: translate3d(0, 30px, 0); -ms-transform: translate3d(0, 30px, 0); transform: translate3d(0, 30px, 0); -webkit-transition-property: opacity, transform; -o-transition-property: opacity, transform; transition-property: opacity, transform; }

/* ===== 表示 ===== */
.fadeCom__On { -webkit-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1; }
/* loading------------------------------------------------ */
#wrap.load{opacity: 1; transition: opacity 1800ms; -moz-transition: opacity 1800ms; -webkit-transition: opacity 1800ms; -o-transition: opacity 1800ms; }
#com_loading__box {height: 100%; width: 100%; position: fixed; top: 0; left: 0; background: #fff; z-index: 99999999999999; -webkit-transition: all 400ms;   -o-transition: all 400ms;  -moz-transition: all 400ms;   transition: all 400ms; }
/*プログレスバー*/
#com_loading {width: 0; height: 5px; background: #222222; position: fixed; top: 0; left: 0; -webkit-transition: all 0.2s linear 0s;    -o-transition: all 0.2s linear 0s;  -moz-transition: all 0.2s linear 0s;   transition: all 0.2s linear 0s; }
#com_loading__img {position: absolute; top: 50%; left: 50%; -webkit-transform: translate( -50%,-50% ); -ms-transform: translate( -50%,-50% ); transform: translate( -50%,-50% ); }
#com_loading__img img{ -webkit-filter: brightness(0); filter: brightness(0);}

/*確認画面と完了画面を非表示*/
.confirm_area, .thanks_area { display: none; }

/*デフォルトのサンクスメッセージを非表示*/
.wpcf7-response-output{ display: none; }
#systmttl{ display: none;}

/* common */
a:hover{ text-decoration: none; }
body{ background: url(../images/common/common-back.jpg);}



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

html{font-size: 62.5%;}


.sp-h-menu{ display: none; }


.full-width { width: 100vw; position: relative; left: 50%;  right: 50%;  margin-left: -50vw;  margin-right: -50vw;}

#toc_container { overflow: hidden; }
.toggle-toc { display: inline-block; margin-left: 10px; color: #fff; cursor: pointer; }
.toc_title { display: flex; justify-content: space-between; align-items: center; background-color: #333; color: #fff; padding: 10px; }
.toc_list { display: block; /* 初期状態は表示 */ }

/* bese */
body {font-size: 1.6rem;/* overflow-x: hidden; */line-height: 2;letter-spacing: 0.112rem;font-weight: 400;}
header{width: 100%; background: url(../images/common/head-back.png)repeat-x bottom center; background-size: 100% auto; height: 110px;}
header .h-logo {padding: 20px;width: 240px;}
header .h-logo img{ width: 180px;}

header .head-glnavi{display: -webkit-box;display: -moz-flex;display: -ms-flex;display: -o-flex;display: -ms-flexbox;display: flex;-webkit-box-lines: multiple;-moz-box-lines: multiple;-ms-flex-wrap: wrap;flex-wrap: wrap;position: absolute;top: 48px;right: 153px;}
header .head-glnavi li {font-size: 1.4rem;letter-spacing: 0.14rem;font-weight: bold;margin-left: 38px;}
header .head-glnavi li a{color: #225333; transition: all 0.3s ease-in-out;}
header .head-glnavi li a:hover{ color: #639360; }

.base-title{font-size: 3.2rem;line-height: 2;letter-spacing: 0.192rem;font-weight: 700;position: absolute;top: -10px;left: 0px;}
.base-title .f-en{display: block;font-size: 1.4rem;line-height: 37px;letter-spacing: 0.14rem;font-weight: 400;margin-bottom: -14px;position: relative;z-index: 3;}
.base-title .jpn{ position: relative; z-index: 3; }
.base-title .arr{position: absolute;top: -32px;left: 20px;z-index: 0;}


#contentscomplete{text-align: center;}
#contentscomplete .inner-Box {margin: 0 auto;position: relative;max-width: 782px;padding: 89px 30px 80px 30px;}
#contentscomplete .inner-Box h2.ttl{position: relative;font-size: 30px;letter-spacing: 3px;line-height: 37px;left: 2px;margin-bottom: 13px;}
#contentscomplete .inner-Box h2.ttl span.tltext{position: relative;z-index: 3;}
#contentscomplete .inner-Box h2.ttl span.arr{position: absolute;left: 50%;transform: translateX(-50%);top: -40px;z-index: 1;}
#contentscomplete .inner-Box p.text{font-size: 14px;position: relative;z-index: 3;letter-spacing: 1.4px;line-height: 2;margin-bottom: 66px;}
#contentscomplete .inner-Box .contactbtn{ width: 305px; margin: 0 auto; text-align: left; }
#contentscomplete .inner-Box .photo{position: relative;top: -10px;width: 25.7%;margin-bottom: -18.5%;}
#contentscomplete .inner-Box .photo img{ width: 100%; height: auto; }
#contentscomplete .inner-Box .photo2{position: relative;top: -10px;width: 83.5%;left: 30.3%;margin-bottom: 4%;}
#contentscomplete .inner-Box .photo2 img{ width: 100%; height: auto; }


#glnavi{position: fixed;width: 76px;height: 75px;right: 30px;top: 29px;z-index: 1000;background: url(../images/common/common-open.png)no-repeat top center;}

#glnavi .bird{position: absolute;top: 13px;left: 29px;height: 32px;width: 24px;display: block;}
#glnavi .bird img {transform: rotate(0deg);transition: transform 0.3s;}
#glnavi .bird::before{content: "";width: 6px;height: 3px;background: url(../images/common/gl-icon02.svg)no-repeat;display: block;position: absolute;top: 8px;left: 2px;transition: all 0.3s ease-in-out;}
#glnavi .bird::after{content: "";width: 2px;height: 6px;background: url(../images/common/gl-icon03.svg)no-repeat;display: block;position: absolute;bottom: 1px;left: 6px;}
#glnavi.active .bird{  filter:alpha(opacity=50); -moz-opacity: 0.5;  opacity: 0.5;}
#glnavi.active .bird img{transform: rotate(-15deg);}
#glnavi.active .bird::before{top: 10px;left: 1px;}

#glnavi:hover .bird img{transform: rotate(-15deg);}
#glnavi:hover .bird::before{top: 10px;left: 1px;}


#glnavi .menuttl{font-size: 10px;line-height: 1;letter-spacing: 1px;font-weight: 500;text-align: center;position: relative;top: 17px;/* left: 5px; */}
#glnavi.active .menuttl{font-size: 20px;letter-spacing: 4px;padding: 28px 0 31px 39px;text-align: center;display: none;}
/*+++ Reset +++*/
#glnavi .h-menu .zdo_drawer_buttonsp::before{height: 1px;/* content: ""; */display: block;position: relative;top: 0;left: 0;}
#glnavi .h-menu .zdo_drawer_buttonsp * { margin: 0; padding: 0; outline: none; border: none; font: inherit; font-family: inherit; font-size: 100%; font-style: inherit; font-weight: inherit; -webkit-appearance: none; -moz-appearance: none; appearance: none; text-align: left; text-decoration: none; list-style: none; }
#glnavi .h-menu .zdo_drawer_buttonsp {display: block;padding: 0;right: -31px;height: 75px;width: 75px;background: none;border: none;text-align: center;letter-spacing: 0.1em;cursor: pointer;outline: none;position: absolute;top: 0;left: 0;/* background: #fff; */z-index: 1000;}
#glnavi .h-menu .zdo_drawer_buttonsp .zdo_drawer_bar {display: block;height: 4px;width: 4px;transition: all 0.2s;transform-origin: 0% 0%;transform: translateY(-50%);position: absolute;top: 52px;border-radius: 50%;}
#glnavi .h-menu .zdo_drawer_buttonsp .zdo_drawer_bar1 { left: 26px; }
#glnavi .h-menu .zdo_drawer_buttonsp .zdo_drawer_bar2 { left: 36px; }
#glnavi .h-menu .zdo_drawer_buttonsp .zdo_drawer_bar3 { left: 46px; }
#glnavi.active .h-menu .zdo_drawer_buttonsp{}
#glnavi.active .h-menu .zdo_drawer_buttonsp .zdo_drawer_bar {}
#glnavi.active .h-menu .zdo_drawer_buttonsp .zdo_drawer_bar1 {transform: rotate(0.2rad) translateY(-96%);width: 25px;height: 1px;border-radius: 0;top: 46.8px;opacity: 0.5;}
#glnavi.active .h-menu .zdo_drawer_buttonsp .zdo_drawer_bar2 { opacity: 0; }
#glnavi.active .h-menu .zdo_drawer_buttonsp .zdo_drawer_bar3 {transform: rotate(-0.26rad) translateY(-50%);top: calc(95% - 0.0vw);width: 25px;height: 1px;border-radius: 0;top: 52.4px;left: 26px;opacity: 0.5;}
#glnavi.active .h-menu .zdo_drawer_buttonsp .zdo_drawer_menu_text { display: none; }
#glnavi.active .h-menu .zdo_drawer_buttonsp .zdo_drawer_close { display: block; }
.zdo_drawer_text { width: 100%; position: absolute; bottom: -2.6vw; left: 0; text-align: center; font-size: 1.3vw; }
.zdo_drawer_close { letter-spacing: 0.08em; display: none; }
/*+++ Default Button Color +++*/
.zdo_drawer_buttonsp { color: #000; }
.zdo_drawer_buttonsp .zdo_drawer_bar {background-color: #DDD2A3;}
#glnavi .head-sns{position: fixed;bottom: 2rem;right: 2rem;/* black *//* -webkit-filter: brightness(0); *//* filter: brightness(0); */mix-blend-mode: difference;width: 20px;z-index: 5;}
#glnavi .head-sns li{margin-bottom: 16px;}
#glnavi .head-sns li span{font-size: 1.2rem;letter-spacing: 0.12rem;line-height: 1;display: block;font-weight: 400;margin-bottom: -6px;position: relative;left: -2px;mix-blend-mode: difference;color: #fff;}

#global-nav{width: 306px;color: #DDD2A3;/* overflow-y: auto; *//* overflow-x: hidden; */height: 397px;/* min-height: 58px; */position: fixed;right: 48px;top: 110px;z-index: 999;display: none;}
#global-nav.active{padding-bottom: 38px;background: url(../images/common/glfuki-back.png)no-repeat;}
#global-nav a{color: #DDD2A3;transition: all 0.3s ease;text-decoration: none;}
#global-nav a:hover{ text-decoration: none; opacity: 0.6;}
#global-nav .global-in-nav{padding: 60px 0;text-align: center;}
#global-nav .global-in-nav .logo{margin: 0 auto 69px;width: 113px;}
#global-nav ul{margin: 0 0 15px 49px;/* display: none; *//* width: 210px; */display: -webkit-box;display: -moz-flex;display: -ms-flex;display: -o-flex;display: -ms-flexbox;display: flex;-webkit-box-lines: multiple;-moz-box-lines: multiple;-ms-flex-wrap: wrap;flex-wrap: wrap;}
#global-nav li{font-size: 1.4rem;font-weight: bold;line-height: 1;letter-spacing: 0.14rem;margin-bottom: 40px;margin-right: 25px;width: 12px;}
#global-nav li a{writing-mode: vertical-rl; }
#global-nav .in-logo,#global-nav .in-adress{ display: none; }

#global-nav .snsbtn{margin: 0 0 7px 69px;font-size: 1.2rem;letter-spacing: 0.12rem;font-weight: 500;width: 60px;}
#global-nav .snsbtn img{width: 24px;margin: 0 auto;}
#global-nav .snsbtn span{ display: block;}
#global-nav .contactbb{width: 84px;position: absolute;top: 275px;left: 148px;}
#global-nav .contactbb img{ }


#global-nav .pritext{font-size: 1rem;letter-spacing: 0.05rem;font-weight: 400;margin-left: 61px;text-align: left;text-align: center;}
#global-nav .pritext a{display: inline-block;margin-right: 4px;position: relative;}

#pullnavi { opacity: 0; transition: opacity 0.3s, transform 0.3s; transform: translateY(-100%); }
#pullnavi.upMove { opacity: 0; transform: translateY(-100%); }
#pullnavi.dwMove { opacity: 1; transform: translateY(0); }

#pullnavi {position: fixed;top: 0;left: 0;z-index: 10;}
#pullnavi {background: #fff;width: 100%;box-shadow: 0px 3px 20px #00000029;}
#pullnavi .inbox{width: 100%;min-width: 1280px;height: 70px;margin: 0px auto 20px auto;padding-top: 14px;position: relative;}

.pc-menu{ position: fixed; top: 0; right: 0;  z-index: 9999; }
.pc-menu:hover{ opacity: 0.8; cursor: pointer; cursor: hand;}

#glnavi .h-menu{cursor: pointer;/* z-index: 99999; */}


.contactbtn{ text-align: center;}
.contactbtn a{position: relative;display: inline-block;background: #225333;color: #DDD2A3;font-weight: 500;font-size: 1.8rem;line-height: 1.6;letter-spacing: 0.054rem;pad;width: 290px;padding: 15px 23px;transition: all 0.3s ease;text-align: left;border-radius: 26px;}
.contactbtn a:hover{ text-decoration: none;  color: #ABAD80;}
.contactbtn a:hover span.arr{ right: 18px; }
.contactbtn a span.arr{width: 7px;display: block;position: absolute;top: 8px;right: 23px;transition: all 0.3s ease-in-out;}

.contactbtn2 a{position: relative;display: block;background: none;font-weight: 500;font-size: 1.7rem;letter-spacing: 0.17rem;line-height: 1.6;pad;width: 300px;height: 60px;border-radius: 30px;padding: 17px 29px 17px 32px;text-align: center;border: 1px solid #232323;transition: all 0.3s ease;}
.contactbtn2 a::before{content: "";width: 8px;height: 8px;display: block;background: #232323;border-radius: 50%;position: absolute;top: 25px;right: 19px;transition: transform 0.3s ease, background 0.3s ease; /* スムーズに変化 */transform: scale(1);transform-origin: center;}
.contactbtn2 a:hover{ letter-spacing:0.26rem;text-decoration: none; border: #6F6F6F 1px solid;color: #6F6F6F;}
.contactbtn2 a:hover::before { transform: scale(0.8); /* ホバー時に1.3倍 */ background: #6F6F6F;}

.contactbtnardw a{border: #665B50 1px solid;position: relative;display: block;background: #665B50;color: #fff;font-weight: 500;font-size: 16px;line-height: 1.6;letter-spacing: 1.6px;pad;width: 305px;height: 60px;border-radius: 30px;padding: 17px 29px;transition: all 0.3s ease;}
.contactbtnardw a span {position: absolute;top: 21px;right: 19px;line-height: 0;transition: top 0.3s;}
.contactbtnardw a span img{filter: invert(1);transform: rotate(90deg); transform-origin: center;width: 15px;height: auto;transition: filter 0.3s;}

.contactbtnardw a:hover{letter-spacing:0.26rem; text-decoration: none; border: #232323 1px solid;background: #fff;color: #232323;}
.contactbtnardw a:hover span.arr {top: 26px;}
.contactbtnardw a:hover span.arr img{ filter: invert(0);transform: rotate(90deg); transform-origin: center; }

.pritext{text-align: center;font-size: 1.6rem;position: relative;top: -3px;left: -19px;letter-spacing: 0.5px;margin-bottom: 24px;}
.pritext a{ color: #639360; text-decoration: underline;}
input[type="checkbox"] {position: relative;height: 22px;width: 22px;vertical-align: 0px;-webkit-appearance: none;-moz-appearance: none;appearance: none;border-radius: 0;border: 1px solid #2D5823;background: #fff;top: 7px;left: 10px;margin-right: 0!important;}
input[type="checkbox"]:checked:before {position: absolute;top: -1px;left: 6px;transform: rotate(43deg);height: 14px;width: 6px;border-right: 3px solid #2D5823;border-bottom: 3px solid #2D5823;content: '';}

.open-main-Box{ width: 1200px; margin: 0 auto; text-align: center; }

#footerback{background: url(../images/common/contentsend-back00.png);}

#contentsend {margin: 0 auto;position: relative;background: url('../images/common/contentsend-back01.png')no-repeat top center;padding: 191px 2.6rem 151px;background-size: 100% auto;height: 65vw;}
#contentsend h2 {font-size: 3.2rem;line-height: 1.5;font-weight: 700;letter-spacing: 0.32rem;margin-bottom: 77px;position: relative;text-align: center;color: #225333;}
#contentsend .inner-Box1 {margin: 0 auto 65px;position: relative;max-width: 1200px;}
#contentsend .rightBox {position: relative;float: right;width: 51.5%;}
#contentsend .rightBox ul{display: -webkit-box; display: -moz-flex; display: -ms-flex; display: -o-flex; display: -ms-flexbox; display: flex; -webkit-box-lines: multiple; -moz-box-lines: multiple; -ms-flex-wrap: wrap; flex-wrap: wrap;}
#contentsend .rightBox ul li { position: relative; }
#contentsend .rightBox ul li:nth-child(3n) { margin-right: 0px; }
#contentsend .rightBox span.ch {display: block;line-height: 1;width: 19px;position: absolute;top: 7px;left: 0;}
#contentsend .rightBox span.ch img {  }
#contentsend .rightBox p.litext {font-size: 1.8rem;line-height: 1.7;font-weight: 500;letter-spacing: 0.054rem;margin-bottom: 15.3px;position: relative;color: #225333;padding: 0 0 0 24px;}
#contentsend .leftBox {position: relative;float: left;width: 48%;}
#contentsend .leftBox p.fttext { font-size: 1.6rem; line-height: 1.7; font-weight: 400; letter-spacing: 0.048rem; margin-bottom: 30px; position: relative; }
#contentsend .leftBox figure.photo {position: absolute;top: 119px;left: 0;width: 180px;height: 180px;border-radius: 50%;overflow: hidden;border: 6px solid #E2DECC;}
#contentsend .leftBox figure.photo img{  }
#contentsend .leftBox p.pre-name {font-size: 1.7rem;line-height: 1.7;font-weight: 400;letter-spacing: 0.051rem;position: relative;margin: 0 0 0 225px;padding-top: 61px;}
#contentsend .leftBox p.pre-name a::before{content: "";background: url(../images/common/contentsend-icon04.svg)no-repeat;display: block;width: 8px;height: 8px;position: absolute;top: 69px;left: 127px;transition: all 0.3s ease-in-out;}
#contentsend .leftBox p.pre-name a:hover::before{ top: 67px;left: 129px; }
#contentsend .leftBox p.pre-name::after{content: "";background: url(../images/common/contentsend-icon03.svg)no-repeat;display: block;width: 11px;height: 11px;position: absolute;top: 70px;left: 123px;}
#contentsend .leftBox p.pre-name span.katag {font-size: 1.4rem;letter-spacing: 0.042rem;margin-right: -3px;}
#contentsend .leftBox p.pre-name span.p-sns {font-size: 1.4rem;letter-spacing: 0.042rem;margin-left: 34px;}
#contentsend .leftBox p.pre-name a {  }
#contentsend .leftBox p.pre-name a:hover {  }
#contentsend .leftBox span.insta {display: block;line-height: 1;margin-left: 58px;margin-bottom: -3px;padding-top: 12px;}
#contentsend .leftBox span.insta img {width: 20px;}
#contentsend .leftBox p.contactbtn { font-size: 1.6rem; line-height: 1.7; font-weight: 400; letter-spacing: 0.048rem; margin-bottom: 30px; position: relative; }
#contentsend .leftBox p.contactbtn a {  }
#contentsend .leftBox p.contactbtn a:hover {  }
#contentsend .leftBox span.arr { display: block; line-height: 1; }
#contentsend .leftBox span.arr img {  }
#contentsend .inner-Box2 {margin: 0 auto;position: relative;margin-top: 80px;background: rgba(255,255,255,0.8);border-radius: 10px;max-width: 1000px;padding: 50px 249px 17px 86px;}
#contentsend .inner-Box2 h3 {font-size: 2.4rem;line-height: 1.5;font-weight: 700;letter-spacing: 0.072rem;margin-bottom: 14px;position: relative;}
#contentsend .inner-Box2 p.rectext {font-size: 1.6rem;line-height: 1.8;font-weight: 400;letter-spacing: 0.048rem;margin-bottom: 30px;position: relative;}
#contentsend .inner-Box2 p.recbtn a{font-size: 1.6rem;line-height: 1.7;font-weight: 700;letter-spacing: 0.048rem;margin-bottom: 30px;position: relative;position: absolute;top: 70px;right: 70px;width: 150px;height: 150px;background: url(../images/common/contentsend-icon05.svg)no-repeat;text-align: center;color: #225333;padding: 38px 0 0 0;}
#contentsend .inner-Box2 p.recbtn a .recdl{display: block;text-decoration: underline;transition: all 0.3s ease-in-out;}
#contentsend .inner-Box2 p.recbtn a:hover .recdl{color: #639360; text-decoration: none;}
#contentsend .inner-Box2 p.recbtn a::before{ content: ""; width: 33px; height: 39px; display: block; background: url(../images/common/contentsend-icon06.svg)no-repeat; position: absolute; top: 7px; right: 0px; }


footer{width: 100%;position: relative;overflow: hidden;margin-bottom: -10px;padding: 71px 6.5rem 30px;}
footer .footer-contact-Box{ }
footer .footer-contact-Box .in-Box{width: 50%;float: left;}
footer .footer-contact-Box .in-Box ul.list{font-size: 1.4rem;font-weight: bold;letter-spacing: 0.14rem;display: -webkit-box;display: -moz-flex;display: -ms-flex;display: -o-flex;display: -ms-flexbox;display: flex;-webkit-box-lines: multiple;-moz-box-lines: multiple;-ms-flex-wrap: wrap;flex-wrap: wrap;width: 340px;margin-bottom: 5px;}
footer .footer-contact-Box .in-Box ul.list li{width: 50%;margin-bottom: 12px;}
footer .footer-contact-Box .in-Box ul.list a{ transition: all 0.3s ease-in-out;}
footer .footer-contact-Box .in-Box ul.list a:hover{ color: #639360; }
footer .footer-contact-Box .in-Box ul.list li img{width: 20px;margin-right: 8px;position: relative;top: -3px;}
footer .footer-contact-Box .in-Box ul.list2{display: -webkit-box;display: -moz-flex;display: -ms-flex;display: -o-flex;display: -ms-flexbox;display: flex;-webkit-box-lines: multiple;-moz-box-lines: multiple;-ms-flex-wrap: wrap;flex-wrap: wrap;width: 317px;}
footer .footer-contact-Box .in-Box ul.list2 li{width: 50%;font-size: 1.4rem; font-weight: 500;}
footer .footer-contact-Box .in-Box ul.list2 li a{width: 140px;background: rgba(165, 148, 83, 0.4);display: block;color: #639360;padding: 4px 0 4px 52px;border-radius: 20px;position: relative;transition: all 0.3s ease-in-out;}
footer .footer-contact-Box .in-Box ul.list2 li a:hover{ background: rgba(165, 148, 83, 0.2);}
footer .footer-contact-Box .in-Box ul.list2 li img{width: 18px;position: absolute;top: 11px;left: 30px;}
footer .footer-contact-Box .in-Box ul.list2 li:nth-child(2) img{ width: 15px; }

footer .footer-contact-Box .in-Box2{float: right;width: 50%;text-align: right;position: relative;top: -49px;right: -11px;}
footer .footer-contact-Box .in-Box2 figure{width: 113px;margin: 0 0 16px auto;}
footer .footer-contact-Box .in-Box2 p{font-size: 1.3rem;letter-spacing: 0rem;line-height: 1.4;font-weight: 500;}

.copyright{font-size: 1.3rem;display: block;font-weight: 500;letter-spacing: 0rem;text-align: right;color: #225333;position: relative;right: -10px;padding-top: 24px;}


#fixbtn{position: fixed;right: 32px;bottom: 60px;z-index: 10;}
#fixbtn ul{ display: -webkit-box; display: -moz-flex; display: -ms-flex; display: -o-flex; display: -ms-flexbox; display: flex; -webkit-box-lines: multiple; -moz-box-lines: multiple; -ms-flex-wrap: wrap; flex-wrap: wrap; }
#fixbtn ul li a{display: block;width: 110px;height: 110px;position: relative;}
#fixbtn ul li a:hover::before{ opacity: 0.55;}
#fixbtn ul li a span.jpbtn{font-weight: bold;color: #DDD2A3;position: absolute;top: 40px;left: 22px;}
#fixbtn ul li:nth-child(1){ width: 110px; height: 110px; background: url(../images/common/fix-babtn01.png)no-repeat;}
#fixbtn ul li:nth-child(1) a::before{content: "";width: 110px;height: 110px;background: url(../images/common/fix-btn01.png)no-repeat;display: block;transition: all 0.3s ease-in-out;}

#fixbtn ul li:nth-child(2){width: 110px;height: 110px;background: url(../images/common/fix-babtn02.png)no-repeat;margin-left: 14px;}
#fixbtn ul li:nth-child(2) a::before{content: "";width: 110px;height: 110px;background: url(../images/common/fix-btn02.png)no-repeat;display: block;transition: all 0.3s ease-in-out;}

#fixbtn span span { animation-play-state: paused; }
#fixbtn a:hover span span { display: inline-block; animation: jumping 0.5s ease forwards; animation-delay: var(--d); animation-iteration-count: 1; }
@keyframes jumping { 0%, 100% { transform: translateY(0); } 40% { transform: translateY(-4px); } 60% { transform: translateY(2px); } 80% { transform: translateY(-1px); } }
/* common */

/* 2カラムサイト----------------
#tow-cl{ width: 1100px; margin: 0 auto; padding: 20px 0;}
#tow-cl main{ width: 800px!important; float: left;  }
#tow-cl #side{ width: 280px; float: left; margin-right: 19px; background: #333; height: 800px; }
#blog #tow-cl #side{ display: none;}
#blog #tow-cl main{ width: 1100px !important;}*/

/*common layout*/
#main{max-width: 1580px;padding: 73px 2.6rem 0 2.6rem;margin: 0 auto -30px;position: relative;left: -50px;display: flex;align-items: flex-start;gap: 0px;z-index: 3;}
#contentsall{
    width: 100%;
	padding-left:6rem;
}
#title_wrap{position: sticky;top: 20px;left: 0px;width: 170px;padding: 10px;border-radius: 8px;height: 410px;transform:translatex(-3rem);}

.main-title{margin:0 auto;padding-top: 14px;}
.main-title .en {font-family: "Gill Sans", "Gill Sans MT", "Calibri", "Roboto", "Helvetica Neue", sans-serif;font-optical-sizing: auto;font-style: normal;display: block;font-size: 4.5rem;font-weight: 400;margin-bottom: 20px;letter-spacing: 4px;/* text-transform: uppercase; */line-height: 1;position: relative;}
.main-title .en::before{}
.main-title .jp {display: block;line-height: 1;font-size: 3.2rem;font-weight: 700;letter-spacing: 0.38rem;writing-mode: vertical-rl;left: 50%;transform: translateX(-50%);position: relative;}
.main-title .arr{position: absolute;top: 0%;left: 103px;transform: translateY(-50%);z-index: -1;mix-blend-mode: multiply;}

h2.sub-title{ padding: 25px 20px 10px; margin-bottom: 50px; font-size: 28px; font-weight: bold; letter-spacing: 2px; text-align: center; border-bottom: solid 2px #000;}

.seo_bread_list{width: 100%;max-width: 890px;padding: 40px  6rem 0;margin: 0px auto 23px;font-size: 1.1rem;letter-spacing: 0.055rem;line-height: 1.4;/* overflow-x: auto; */display: none;}
.homeicon{position: relative;display: inline-block;margin-right: 6px;top: -3px;}
.hmarr{position: relative;top: -3px;left: 0px;display: inline;margin: 0 4px;width: 7px;}

.seo_bread_list li{ margin-right: 20px; float: left;  }
.seo_bread_list a{color: #000000;}
.seo_bread_list a:hover{ text-decoration: none; }
.seo_bread_list li::after{ content: " >"; }
.seo_bread_list li:last-child::after{ content: ""; }

#panlistid {/* white-space: nowrap; */ /* 開業を防ぐ *//* overflow-x: auto; */ /* 横スクロールを有効化 *//* overflow-y: hidden; */ /* 不要な縦スクロールを非表示 *//* display: block; */ /* 要素を横並びに表示 */}
#panlistid ul {/* display: inline-flex; */ /* 子要素を横並びに *//* align-items: center; */ /* 要素の縦位置を中央揃え *//* list-style: none; */ /* liのデフォルトスタイルを削除 */line-height: 1.5;}
#panlistid span, #panlistid a {display: inline; /* インラインブロックで横並び */text-decoration: none; /* リンクの下線を削除 */}



/*pc・タブレットcss*/
/*pc_defaultset*/
.pc { display: block !important; }
/*pcのみ表示ブロック*/
.pc2 { display: inline-block !important; }
/*pcのみ表示ブロック*/
.sp, .sp2 { display: none !important; }
/*スマホのみ表示ブロック*/
.h_menu { display: none; }
/*スマホ用ヘッダ*/
.sp-header { display: none; }
/*スマホ用メニュー*/
#sp-global-nav { display: none; }
/*スマホ用メニュー*/
.sp-fix-list { display: none; }
/* Antialiasing ※任意　*/

.fit img { object-fit: cover; font-family: "object-fit: cover;"; }

html { -webkit-font-smoothing: subpixel-antialiased; -moz-osx-font-smoothing: none; overflow-x: hidden; }


body {-webkit-text-size-adjust: 100%;}
img { vertical-align: bottom; }
a {text-decoration: none;color: #225333;}

/* clearfix */
.clearfix { zoom: 1; }
.clearfix:after { display: block; clear: both; height: 0; visibility: hidden; line-height: 0; content: "."; }
/* wysiwyg */
.wysiwyg {word-wrap: break-word;margin: 0 0 3px;}
.wysiwyg strong { font-weight: bolder; }
.wysiwyg em { }
.wysiwyg img { max-width: 100% !important; height: auto; }
.wysiwyg p {min-height: 1.6rem;font-weight: 400;min-width: 10px;margin-bottom: 40px;font-size: 1.6rem;line-height: 1.7;letter-spacing: 0.08rem;}
.wysiwyg h1, .wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6 {font-family: "Zen Kaku Gothic Antique", sans-serif; font-weight: bold; text-align: left;}
.wysiwyg h1 { padding: 12px 24px; font-size: 24px; line-height: 1.6; margin: 10px 5px;}
.wysiwyg h2 {padding: 5px 18px;font-size: 2rem;letter-spacing: 0.1rem;line-height: 1.5;margin: 0px 0px 20px;font-weight: 700;}
.wysiwyg h3{font-size: 1.8rem;line-height: 1;font-weight: 700;letter-spacing: 0.054rem;margin-bottom: 15px;position: relative;color: #225333;padding: 0px 0 0 19px;}
.wysiwyg h3::before{ content: ""; background: url(../images/privacy/icon01.svg)no-repeat top center; width: 12px;height: 12px;display: block;position: absolute;top: 6px;left: 0;}
.wysiwyg h4 { padding: 0 0 10px; font-size: 18px; line-height: 1.6; margin: 10px 5px;}
.wysiwyg h5 { padding: 0 0 10px; font-size: 18px; line-height: 1.6; margin: 10px 5px;}
.wysiwyg h6 { padding: 10px; font-size: 16px; line-height: 1.6; margin: 10px 5px;}
.wysiwyg ul {list-style-type: disc;line-height: 1.6;font-size: 16px;margin: 5px 0 50px 21px;}
.wysiwyg ol { list-style-type: decimal; line-height: 1.6; font-size: 16px; margin: 5px 0 10px 20px}
.wysiwyg table{table-layout: fixed;margin-bottom: 30px;border-collapse: separate!important;border-spacing: 2px; }
.wysiwyg table th,
.wysiwyg table td {padding: 10px;font-size: 1.4rem;letter-spacing: 0.042rem;line-height: 21px;padding: 10px 10px!important;background: #fff;border-radius: 5px;}
.wysiwyg table th{background: rgba(206, 223, 188, 0.5);font-weight: 400;text-align: left;border-radius: 5px;color: #408040;}
.wysiwyg iframe{ height: 500px !important; width: 100% !important; margin: 0 auto 40px; display: block;}
.wysiwyg ul li::before {content: "";display: block;width: 8px;height: 8px;background: #639360;border-radius: 50%;position: absolute;top: 11px;left: -14px;}
.wysiwyg ul li { position: relative;}

/* リンク透明 
a img:hover { -ms-filter: "alpha( opacity=80 )"; filter: alpha(opacity=80); opacity: 0.8; }
/* リンク透明にしない
.noop a img:hover { -ms-filter: "alpha( opacity=100 )"; filter: alpha(opacity=100); opacity: 1.0; }
/*---------------------------------------- 　　外部サービス ----------------------------------------*/
/* ggmap */
/* <div class="ggmap">iframeのコピーしたコード</div> */
.ggmap { position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden; }
.ggmap iframe, .ggmap object, .ggmap embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
/* <div class="youtube"><iframe  src="youtubeのURL?rel=0" frameborder="0" allowfullscreen></iframe></div> */
.youtube { position: relative; width: 100%; padding-top: 56.25%; }
.youtube iframe { position: absolute; top: 0; right: 0; width: 100% !important; height: 100% !important; }
/*---------------------------------------- 　　webフォント（サーバー置き）　 ----------------------------------------*/
@font-face { font-family: 'jp-sttl01';
/* お好きな名前にしましょう */
src: url("../font/.eot");
/* IE9以上用 */
src: url("../font/bokutachi.eot?#iefix") format("embedded-opentype"), url("../font/NotoSansCJKjp-Medium.woff") format("woff"), url("../font/NotoSansCJKjp-Medium.woff") format("woff");
/* iOS, Android用 */
/* 念の為指定しておきます */
font-weight: normal;
/* 念の為指定しておきます */
font-style: normal; vertical-align: top; margin: 0px; padding: 0px; }
.myWebFontClass { font-family: 'jp-sttl01'; }
}

@media screen and (min-width:768px) and ( max-width:1920px) {
  header{background: url(../images/common/head-back.png)repeat-x top center; background-size: auto auto; }
  #contentsend {margin: 0 auto;position: relative;background: url('../images/common/contentsend-back01.png')no-repeat bottom center; background-size: auto; height: auto;}



}
@media screen and (min-width:768px) and ( max-width:1650px) {


  .main-title .jp{/* left: 40px; */}
	#contentsall{
		padding-left:0;
	} 

}

@media screen and (min-width:768px) and ( max-width:1620px) {


  #main{ padding: 73px 5% 0; left: 0; }

}

@media screen and (max-width: 1439px) {
html { overflow: auto;font-size: 56.25%; /* 1rem ≈ 9.28px */ }
#glnavi .bird img{top: 3px;position: relative;}
}

@media screen and (max-width: 1200px) {
body { overflow: visible; } 
}



@media screen and (min-width:768px) and ( max-width:920px) {
  #glnavi{right: 10px;top: 9px;}
  header .h-logo {padding: 20px 10px;}
  header .h-logo img{ width: 120px;}
  header .head-glnavi{right: 103px;top: 29px;}
  header .head-glnavi li{ margin-left: 20px; }  

}


@media screen and (max-width: 767px) {

img{ width: 100%; max-width: 100%;}
.h-logo{position: absolute;z-index: 3;top: 2.1vw;left: 4vw;}
.mw_wp_form input[type="file"] { display: inline-block; width: 100%; font-size: 3.8vw; }
html{ font-size:62.5%;}

body {overflow: hidden;/* font-size: 4.26vw; */letter-spacing: 0.29vw;font-family: sans-serif;-webkit-text-size-adjust: 100%;line-height: 2;}
.pc, .pc2 { display: none !important; }
/*pcのみ表示ブロック*/
.sp { display: block !important; }
/*スマホのみ表示ブロック*/
.sp2 { display: inline-block !important; }
/*スマホのみ表示ブロック*/
.no-br { display: none; }
/*スマホでbrを解除したい場合に使用*/
.sp_display_block { display: block !important; }
/*スマホでflexboxを解除したい場合等に使用*/
.pc-menu{ display: none; }
.side-fix{ display: none; }
.fix-list{ display: none; }
body{
}

.base-title{font-size: 3.73vw;line-height: 2;letter-spacing: 0.75vw;font-weight: 400;position: relative;margin: 0 1.3vw 0;}
.base-title .f-en{display: block;font-size: 3.20vw;line-height: 1;letter-spacing: 0.32vw;font-weight: 400;margin-bottom: 1.53vw;position: relative;z-index: 3;}
.base-title .jpn{position: relative;z-index: 3;font-size: 4.80vw;letter-spacing: 0.32vw;font-weight: bold;}
.base-title .arr{position: absolute;top: -8.03vw;left: 5.23vw;z-index: 0;width: 42.93vw;}

.contactbtn a{position: relative;display: block;background: #225333;color: #DDD2A3;font-weight: 500;font-size: 3.73vw;line-height: 1.6;letter-spacing: 0.11vw;pad;height: 13.23vw;border-radius: 5.65vw;padding: 3.31vw 7.0vw;transition: background 0.3s, color 0.3s, border 0.3s;margin: 0 19.2vw 20.77vw;}
.contactbtn a .arr{
    width: 1.8vw;
    display: block;
    position: absolute;
    top: 2.5vw;
    right: 6.7vw;
}

.contactbtn2 a{position: relative;display: block;background: none;color: #222222;font-weight: 500;font-size: 4.27vw;line-height: 1.6;letter-spacing: 0.43vw;pad;height: 14.83vw;border-radius: 7.25vw;padding: 4.11vw 7.0vw 4.11vw 8vw;transition: background 0.3s, color 0.3s, border 0.3s;margin: 0 auto 10.77vw;border: 0.24vw solid #222;text-align: center;}
.contactbtn2 a::before{content: "";width: 2.13vw;height: 2.13vw;display: block;background: #222222;border-radius: 50%;position: absolute;top: 6.1vw;right: 5.07vw;transition: transform 0.3s ease, background 0.3s ease; /* スムーズに変化 */transform: scale(1);transform-origin: center;}
header{width: 100%;background: url(../images/common/sp-head-back.png)repeat-x bottom center;background-size: 100% auto;height: 30.43vw;}
header .h-logo { padding-top: 2.1vw; }
header .h-logo img{width: 39.3vw;}
header .head-glnavi{ display: none; }

#glnavi{position: fixed;width: 20.00vw;height: 20.00vw;right: 4vw;top: 4.03vw;z-index: 1000;background: url(../images/common/common-open.png)no-repeat top center;background-size: 100% auto;}

#glnavi .bird{position: absolute;top: 3.37vw;left: 7.73vw;display: block;width: 6.8vw;}
#glnavi .bird img {transform: rotate(0deg);transition: transform 0.3s;}
#glnavi .bird::before{content: "";width: 1.6vw;height: 0.8vw;background: url(../images/common/gl-icon02.svg)no-repeat;display: block;position: absolute;top: 2.13vw;left: 0.53vw;transition: all 0.3s ease-in-out; background-size: 100% auto;}
#glnavi .bird::after{content: "";width: 0.43vw;height: 1.6vw;background: url(../images/common/gl-icon03.svg)no-repeat;display: block;position: absolute;bottom: 0.27vw;left: 2.1vw;background-size: 100% auto;}
#glnavi.active .bird{  filter:alpha(opacity=50); -moz-opacity: 0.5;  opacity: 0.5;}
#glnavi.active .bird img{transform: rotate(-15deg);}
#glnavi.active .bird::before{top: 2.67vw;left: 0.27vw;}



#glnavi .menuttl{font-size: 2.67vw;line-height: 1;letter-spacing: 0.27vw;font-weight: 500;text-align: center;position: relative;top: 4.53vw;/* left: 1.33vw; */}
#glnavi.active .menuttl{font-size: 5.33vw;letter-spacing: 1.07vw;padding: 7.47vw 0 8.27vw 10.4vw;text-align: center;display: none;}
/*+++ Reset +++*/
#glnavi .h-menu .zdo_drawer_buttonsp::before{height: 0.27vw;/* content: ""; */display: block;position: relative;top: 0;left: 0;}
#glnavi .h-menu .zdo_drawer_buttonsp * { margin: 0; padding: 0; outline: none; border: none; font: inherit; font-family: inherit; font-size: 100%; font-style: inherit; font-weight: inherit; -webkit-appearance: none; -moz-appearance: none; appearance: none; text-align: left; text-decoration: none; list-style: none; }
#glnavi .h-menu .zdo_drawer_buttonsp {display: block;padding: 0;right: 0vw;height: 20.0vw;background: none;border: none;text-align: center;letter-spacing: 0.1em;cursor: pointer;outline: none;position: absolute;top: 0;left: 0;/* background: #fff; */z-index: 1000;}
#glnavi .h-menu .zdo_drawer_buttonsp .zdo_drawer_bar {display: block;height: 1.07vw;width: 1.07vw;transition: all 0.2s;transform-origin: 0% 0%;transform: translateY(-50%);position: absolute;top: 13.87vw;border-radius: 50%;}
#glnavi .h-menu .zdo_drawer_buttonsp .zdo_drawer_bar1 { left: 6.93vw; }
#glnavi .h-menu .zdo_drawer_buttonsp .zdo_drawer_bar2 { left: 9.6vw; }
#glnavi .h-menu .zdo_drawer_buttonsp .zdo_drawer_bar3 { left: 12.27vw; }
#glnavi.active .h-menu .zdo_drawer_buttonsp{}
#glnavi.active .h-menu .zdo_drawer_buttonsp .zdo_drawer_bar {}
#glnavi.active .h-menu .zdo_drawer_buttonsp .zdo_drawer_bar1 {transform: rotate(0.3rad) translateY(-105%);height: 0.27vw;border-radius: 0;top: 12.48vw;opacity: 0.5;width: 6vw;}
#glnavi.active .h-menu .zdo_drawer_buttonsp .zdo_drawer_bar2 { opacity: 0; }
#glnavi.active .h-menu .zdo_drawer_buttonsp .zdo_drawer_bar3 {transform: rotate(-0.26rad) translateY(-50%);top: calc(95% - 0.0vw);height: 0.27vw;width: 6vw;border-radius: 0;top: 13.97vw;left: 6.93vw;opacity: 0.5;}
#glnavi.active .h-menu .zdo_drawer_buttonsp .zdo_drawer_menu_text { display: none; }
#glnavi.active .h-menu .zdo_drawer_buttonsp .zdo_drawer_close { display: block; }
.zdo_drawer_text { width: 100%; position: absolute; bottom: -2.6vw; left: 0; text-align: center; font-size: 1.3vw; }
.zdo_drawer_close { letter-spacing: 0.08em; display: none; }
/*+++ Default Button Color +++*/
.zdo_drawer_buttonsp { color: #000; }
.zdo_drawer_buttonsp .zdo_drawer_bar {background-color: #DDD2A3;}
#glnavi .head-sns{position: fixed;bottom: 2rem;right: 2rem;/* black *//* -webkit-filter: brightness(0); *//* filter: brightness(0); */mix-blend-mode: difference;z-index: 5;}
#glnavi .head-sns li{margin-bottom: 4.27vw;}
#glnavi .head-sns li span{font-size: 3.2vw;letter-spacing: 0.32vw;line-height: 1;display: block;font-weight: 400;margin-bottom: 0vw;position: relative;left: 0vw;mix-blend-mode: difference;color: #fff;}

#global-nav{color: #DDD2A3;/* overflow-y: auto; *//* overflow-x: hidden; *//*  */position: fixed;left: 0;top: 0;z-index: 999;display: none;width: 100vw;height: 100vh;}
#global-nav.active{padding-bottom: 10.13vw;background: url(../images/common/sp-glfuki-back.jpg)repeat;background-size: 100% auto;}
#global-nav a{color: #DDD2A3;transition: all 0.3s ease;}
#global-nav .global-in-nav{padding: 4vw 0;text-align: center;}
#global-nav .global-in-nav .logo{margin: 0 auto 18.4vw;}
#global-nav ul{margin: 0 0 4.0vw 18.67vw;/* display: none; *//*  */display: -webkit-box;display: -moz-flex;display: -ms-flex;display: -o-flex;display: -ms-flexbox;display: flex;-webkit-box-lines: multiple;-moz-box-lines: multiple;-ms-flex-wrap: wrap;flex-wrap: wrap;}
#global-nav li{font-size: 3.73vw;font-weight: bold;line-height: 1;letter-spacing: 0.47vw;margin-bottom: 10.67vw;width: 11vw;}
#global-nav li a{writing-mode: vertical-rl; }
#global-nav .in-logo,#global-nav .in-adress{ display: none; }
#global-nav .oplogo{width: 39.20vw;margin-left: 4vw;margin-bottom: 32vw;}

#global-nav .spff{position: absolute;bottom: 6svh;left: 0;width: 100vw;}

#global-nav .snsbtn{margin: 0 0 1.87vw 11.4vw;font-size: 3.2vw;letter-spacing: 0.32vw;font-weight: 500;width: 18.67vw;height: 18.67vw;border-radius: 50%;padding-top: 3.8vw;background: url(../images/common/common-back.jpg);}
#global-nav .snsbtn img{ width: 6.4vw; margin: 0 auto -0.9vw; }
#global-nav .snsbtn span{display: block;color: #225333;}
#global-nav .contactbb{position: absolute;top: 0;left: 34vw;}
#global-nav .contactbb a{background: url(../images/common/common-back.jpg);display: block;padding: 7.2vw 9.5vw 7.2vw 8.9vw;border-radius: 10vw;}
#global-nav .contactbb img{width: 36.7vw;}


#global-nav .pritext{padding-bottom: 1.4vw;font-size: 2.57vw;letter-spacing: 0.13vw;font-weight: 400;margin-top: 6.3vw;text-align: center;}
#global-nav .pritext a{display: inline-block;margin-right: 1.07vw;position: relative;}

#pullnavi { opacity: 0; transition: opacity 0.3s, transform 0.3s; transform: translateY(-100%); }
#pullnavi.upMove { opacity: 0; transform: translateY(-100%); }
#pullnavi.dwMove { opacity: 1; transform: translateY(0); }

#pullnavi {position: fixed;top: 0;left: 0;z-index: 10;}
#pullnavi {background: #fff;width: 100%;box-shadow: 0.0vw 0.8vw 5.33vw #00000029;}
#pullnavi .inbox{width: 100%;min-height: 18.67vw;margin: 0.0vw auto 5.33vw auto;padding-top: 3.73vw;position: relative;}

#footerback{background: url(../images/common/contentsend-back00.png); background-size: 100% auto;}

#contentsend {position: relative;background: url('../images/common/sp-contentsend-back01.png')no-repeat top center;padding: 23.63vw 0 50.27vw;background-size: 100% auto;margin-bottom: -3vw;}
#contentsend h2 {font-size: 5.87vw;line-height: 1.5;font-weight: 700;letter-spacing: 0.35vw;margin-bottom: 13.03vw;position: relative;text-align: center;color: #225333;}
#contentsend .inner-Box1 {margin: 0 auto 13.33vw;position: relative;}
#contentsend .rightBox {position: relative;margin-bottom: 8vw;}
#contentsend .rightBox ul{display: -webkit-box;display: -moz-flex;display: -ms-flex;display: -o-flex;display: -ms-flexbox;display: flex;-webkit-box-lines: multiple;-moz-box-lines: multiple;-ms-flex-wrap: wrap;flex-wrap: wrap;margin: 0 7vw;}
#contentsend .rightBox ul li { position: relative; }
#contentsend .rightBox ul li:nth-child(3n) { margin-right: 0.0vw; }
#contentsend .rightBox span.ch {display: block;line-height: 1;width: 4.47vw;position: absolute;top: 0.77vw;left: 1vw;}
#contentsend .rightBox span.ch img {  }
#contentsend .rightBox p.litext {font-size: 3.73vw;line-height: 1.5;font-weight: 500;letter-spacing: 0.11vw;margin-bottom: 5.08vw;position: relative;color: #225333;padding: 0 0 0 6.8vw;}
#contentsend .leftBox {position: relative;}
#contentsend .leftBox p.fttext {font-size: 3.73vw;line-height: 1.5;font-weight: 400;letter-spacing: 0.11vw;margin-bottom: 8.0vw;position: relative;text-align: center;}
#contentsend .leftBox figure.photo {position: relative;top: 2vw;left: 16.2vw;width: 32.8vw;height: 32.8vw;border-radius: 50%;overflow: hidden;border: 1.6vw solid #E2DECC;margin-bottom: -40.8vw;}
#contentsend .leftBox figure.photo img{  }
#contentsend .leftBox p.pre-name {font-size: 3.73vw;line-height: 1.7;font-weight: 400;letter-spacing: 0.14vw;position: relative;margin: 0 0 0 53.9vw;padding-top: 16.27vw;}
#contentsend .leftBox p.pre-name a::before{content: "";background: url(../images/common/contentsend-icon04.svg)no-repeat;display: block;width: 1.73vw;height: 1.53vw;position: absolute;top: 18vw;left: 27.57vw;transition: all 0.3s ease-in-out;background-size: 100% auto;}
#contentsend .leftBox p.pre-name::after{content: "";background: url(../images/common/contentsend-icon03.svg)no-repeat;display: block;width: 2.23vw;height: 2.93vw;position: absolute;top: 18.47vw;left: 26.7vw;background-size: 100% auto;}
#contentsend .leftBox p.pre-name span.katag {font-size: 2.93vw;letter-spacing: 0.09vw;margin-right: -1vw;}
#contentsend .leftBox p.pre-name span.p-sns {font-size: 2.93vw;letter-spacing: 0.11vw;margin-left: 7.27vw;}
#contentsend .leftBox p.pre-name a {  }
#contentsend .leftBox span.insta {display: block;line-height: 1;margin-left: 12.07vw;margin-bottom: -1vw;padding-top: 3.4vw;}
#contentsend .leftBox span.insta img {width: 5.33vw;}
#contentsend .leftBox p.contactbtn { font-size: 4.27vw; line-height: 1.7; font-weight: 400; letter-spacing: 0.13vw; margin-bottom: 8.0vw; position: relative; }
#contentsend .leftBox p.contactbtn a {  }
#contentsend .leftBox span.arr { display: block; line-height: 1; }
#contentsend .leftBox span.arr img {  }
#contentsend .inner-Box2 {margin: 0 6.8vw;position: relative;margin-top: -4.67vw;background: rgba(255,255,255,0.8);border-radius: 2.67vw;padding: 9.7vw 6.3vw 3vw;}
#contentsend .inner-Box2 h3 {font-size: 4.00vw;line-height: 1.5;font-weight: 700;letter-spacing: 0.12vw;margin-bottom: 3.73vw;position: relative;text-align: center;}
#contentsend .inner-Box2 p.rectext {font-size: 3.47vw;line-height: 1.6;font-weight: 400;letter-spacing: 0.10vw;margin-bottom: 2.9vw;position: relative;}
#contentsend .inner-Box2 p.recbtn a{font-size: 3.20vw;line-height: 1.6;font-weight: 700;letter-spacing: 0.13vw;margin: 0 auto 3vw;position: relative;display: block;width: 30vw;height: 30vw;background: url(../images/common/contentsend-icon05.svg)no-repeat;text-align: center;color: #225333;padding: 7.93vw 0.6vw 0 0;background-size: 100% auto;}
#contentsend .inner-Box2 p.recbtn a .recdl{display: block;text-decoration: underline;transition: all 0.3s ease-in-out;}
#contentsend .inner-Box2 p.recbtn a::before{content: "";width: 6.2vw;height: 10.4vw;display: block;background: url(../images/common/contentsend-icon06.svg)no-repeat;position: absolute;top: 1.57vw;right: 0.3vw;background-size: 100% auto;}


footer{width: 100%;position: relative;margin-bottom: 0vw;z-index: 3;padding-bottom: 3vw;}
footer .footer-contact-Box{ }

.copyright{font-size: 3.20vw;display: block;font-weight: 500;letter-spacing: 0.0vw;color: #225333;position: relative;right: 0vw;text-align: center;}

#fixbtn{ display: none!important;}

#contentscomplete{text-align: center;margin-bottom: 18.8vw;}
#contentscomplete .inner-Box {margin: 0 5.5vw;position: relative;padding: 15.7vw 0 0;}
#contentscomplete .inner-Box h2.ttl{position: relative;font-size: 8.0vw;letter-spacing: 0.8vw;line-height: 9.87vw;left: 0.53vw;margin-bottom: 3.47vw;}
#contentscomplete .inner-Box h2.ttl span.tltext{position: relative;z-index: 3;}
#contentscomplete .inner-Box h2.ttl span.arr{position: absolute;left: 50%;transform: translateX(-50%);top: -10.67vw;z-index: 1;}
#contentscomplete .inner-Box p.text{font-size: 3.73vw;position: relative;z-index: 3;letter-spacing: 0.37vw;line-height: 2;margin-bottom: 9.6vw;text-align: left;}
#contentscomplete .inner-Box .contactbtn{  margin: 0 4vw; text-align: left; }
#contentscomplete .inner-Box .contactbtn a{ margin: 0 -0.2vw; }
#contentscomplete .inner-Box .photo{position: relative;top: -2.67vw;width: 22.6vw;margin: 0 0 -16.4vw -5.5vw;}
#contentscomplete .inner-Box .photo img{ width: 100%; height: auto; }
#contentscomplete .inner-Box .photo2{position: relative;top: -2.67vw;width: 73.5vw;margin: 0 0vw 5vw 21.1vw;}
#contentscomplete .inner-Box .photo2 img{ width: 100%; height: auto; }


.base-title{font-size: 5.87vw;line-height: 1;font-weight: 400;letter-spacing: 0.559vw;margin: 0 0 8vw;position: relative;}
.base-title span{display: inline-block;position: relative;}

.base-title2{font-size: 8vw;line-height: 1;font-weight: 400;letter-spacing: 0.55vw;margin-bottom: 2.9vw;padding-left: 2.2vw;position: relative;color: #fff;}
.base-title2 span{display: inline-block;position: relative;}
.base-title2::before{content: "";background: #9F9E9E;height: 4.53vw;width: 4.53vw;position: absolute;left: 0.8vw;top: -0.4vw;}


.contactbtnardw a{border: #665B50 0.2vw solid;position: relative;display: block;background: #665B50;color: #fff;font-size: 4.26vw;line-height: 1.6;letter-spacing: 0.42vw;pad;padding: 4.7vw 3.6vw 1.4vw 8.3vw;height: 16.2vw;border-radius: 11vw;transition: background 0.3s, color 0.3s, border 0.3s;text-align: left;margin: 0 5.1vw;}
.contactbtnardw a span.arr {transform: rotate(90deg); transform-origin: center;position: absolute;top: 5.7vw;right: 5.4vw;line-height: 0;transition: right 0.3s;}
.contactbtnardw a span.arr img{filter: invert(1);height: auto;transition: filter 0.3s;width: 4vw;}

#title_wrap{margin-bottom: 13.6vw;}
.main-title{width: 100%;position: relative;text-align: center;}
.main-title .jp {display: inline;font-size: 6.13vw;font-weight: 700;letter-spacing: 0.81vw;position: relative;z-index: 3;writing-mode: vertical-rl;left: 0vw;}

.pritext{text-align: center;font-size: 3.87vw;position: relative;top: 0vw;left: 0vw;letter-spacing: -0.07vw;margin-bottom: 6.4vw;}
.pritext a{ color: #639360; text-decoration: underline;}
input[type="checkbox"] {position: relative;width: 5.27vw;height: 5.37vw;vertical-align: 0.0vw;-webkit-appearance: none;-moz-appearance: none;appearance: none;border-radius: 0;border: 0.27vw solid #2D5823;background: #fff;top: 2.07vw;left: -3.33vw;margin-right: -8vw!important;}
input[type="checkbox"]:checked:before {position: absolute;top: 0vw;left: 1.2vw;transform: rotate(43deg);height: 3.43vw;width: 1.8vw;border-right: 0.8vw solid #2D5823;border-bottom: 0.8vw solid #2D5823;content: '';}



h2.sub-title{ font-weight: bold; padding: 3vw 3vw 1vw; margin-bottom: 5vw; font-size: 5vw; letter-spacing: 0.3vw; text-align: center; border-bottom: solid #000 0.2vw;}

.seo_bread_list{/* width: 100%; */padding: 5.2vw 3.8vw 3.5vw 5.2vw;margin: 0 auto;font-size: 3.2vw;color: #666;line-height: 1.6;position: relative;}
/*.seo_bread_list{display: none;}*/
.seo_bread_list a {/* color: #B4AB9C; */}
.seo_bread_list .homeicon{width: 4.5vw;height: auto;position: relative;top: -0.3vw;}
.seo_bread_list .hmarr{width: 2.1vw;height: 2vw;margin: 0 1vw 0 0.8vw;position: relative;top: 1.4vw;z-index: 3;left: 0.1vw;}

.seo_bread_list li{ margin-right: 1.5vw; float: left;  }
.seo_bread_list li::after{ content: ">"; }
.seo_bread_list li:last-child::after{ content: none; } 
#panlistid {white-space: nowrap;overflow-x: auto;overflow-y: hidden;display: block;padding: 4.37vw 6vw 0.67vw 0;margin-left: 5.3vw;margin-bottom: 5.3vw;font-size: 2.93vw;display: none;}
#panlistid ul {display: inline-flex;/* align-items: center; *//* gap: 0.47vw; */padding: 0;margin: 0;list-style: none;}
#panlistid a.home {display: inline-block;text-decoration: none;color: #000;font-size: 3.2vw;}
#panlistid img.hmarr {}

/* 2カラムサイト---------------- */
#tow-cl #side{ display: none;}

.fit img { object-fit: cover; }
.wysiwyg img { width: auto !important; height: auto !important; }
html { -webkit-font-smoothing: subpixel-antialiased; -moz-osx-font-smoothing: none; overflow-x: hidden; }

*:focus { outline: none!important;}
a {-webkit-tap-highlight-color:rgba(0,0,0,0);cursor:pointer;color: #225333;}

body { -webkit-text-size-adjust: 100%; }
img {vertical-align: bottom;max-width: 100%;height: auto;}
a {text-decoration: none;color: #225333;}
a:hover { text-decoration: underline; }
.nobd a:hover { text-decoration: none !important; }
.clearfix { zoom: 1; }
.clearfix:after { display: block; clear: both; height: 0; visibility: hidden; line-height: 0; content: "."; }
#main{}
/* wysiwyg */
.wysiwyg {word-wrap: break-word;margin-bottom: 3.4vw;font-size: 3.6vw;}
.wysiwyg strong { font-weight: bolder; }
.wysiwyg em { font-family: "ＭＳ ゴシック",sans-serif; font-style: italic; }
.wysiwyg img { max-width: 100% !important; height: auto; }
.wysiwyg p {min-height: 3.73vw;min-width: 3vw;line-height: 1.7;font-size: 3.73vw;letter-spacing: 0.11vw;margin-bottom: 5vw;font-weight: 400;}
.wysiwyg h1, .wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6 {color: #225333;font-weight: 500;text-align: left;}
.wysiwyg h1 { padding: 3vw; font-size: 4.2vw; line-height: 1.6; margin: 0.2vw 0 4.2vw;}
.wysiwyg h2 {padding: 1vw 4vw;font-size: 4.27vw;line-height: 1.66;margin: 0.2vw 0 3.4vw;letter-spacing: 0.24vw;}
.wysiwyg h3{font-size: 4.27vw;line-height: 1.6;font-weight: 700;letter-spacing: 0.16vw;margin-bottom: 3.2vw;position: relative;color: #225333;padding: 0.0vw 0 0 5.07vw;}
.wysiwyg h3::before{ content: ""; background: url(../images/privacy/icon01.svg)no-repeat top center; width: 3.2vw;height: 3.2vw;display: block;position: absolute;top: 1.6vw;left: 0; background-size: 100% auto;}
.wysiwyg h4 { padding: 0 0 3vw; font-size: 4vw; line-height: 1.6; margin: 0.2vw 0 4.2vw;}
.wysiwyg h5 { padding: 0 0 3vw; font-size: 3.6vw; line-height: 1.6; margin: 0.2vw 0 4.2vw;}
.wysiwyg h6 { padding: 3vw; font-size: 3.6vw; line-height: 1.6; margin: 0.2vw 0 4.2vw;}
.wysiwyg ul {list-style-type: disc;line-height: 1.6;margin: 0.2vw 0 3.2vw 2vw;}
.wysiwyg ol {list-style-type: decimal;line-height: 1.6;font-size: 3.6vw;margin: 0.2vw 0 4.2vw 7vw;}
.wysiwyg table{table-layout: fixed;margin-bottom: 8.0vw;border-collapse: separate!important;border-spacing: 0.53vw; }
.wysiwyg table th,
.wysiwyg table td {padding: 2.67vw;font-size: 3.73vw;letter-spacing: 0.11vw;line-height: 5.6vw;padding: 2.67vw 2.67vw!important;background: #fff;border-radius: 1.33vw;}
.wysiwyg table th{background: rgba(206, 223, 188, 0.5);font-weight: 400;text-align: left;border-radius: 1.33vw;color: #408040;}
.wysiwyg iframe{ height: 50vw !important; width: 100% !important; margin-bottom: 4vw!important; }
#gallery .vkfs button[type=submit] .vkfs_submit-text{}
/* img-block */
/* アンカーリンク調整 */
.hideAnchor { display: block; height: 0; overflow: hidden; text-indent: -9999px; margin-top: -2vw; padding-bottom: 2vw; }
/* スクロール縦 */
.scroll-y { box-sizing: border-box; overflow-y: scroll; transform: translateZ(0); }
/* リンク透明 */
a img:hover { -ms-filter: "alpha( opacity=80 )"; filter: alpha(opacity=80); opacity: 0.8; }
a:hover { text-decoration: none; }
/* リンク透明にしない */
.noop a img:hover { -ms-filter: "alpha( opacity=100 )"; filter: alpha(opacity=100); opacity: 1.0; }
/*---------------------------------------- 　　外部サービス ----------------------------------------*/
/* ggmap */
/* <div class="ggmap">iframeのコピーしたコード</div> */
.sp-ggmap { position: relative; padding-bottom: 56.25%; padding-top: 5vw; height: 0; overflow: hidden; }
.sp-ggmap iframe, .sp-ggmap object, .sp-ggmap embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
/* <div class="youtube"><iframe  src="youtubeのURL?rel=0" frameborder="0" allowfullscreen></iframe></div> */
.youtube { position: relative; width: 100%; padding-top: 56.25%; }
.youtube iframe { position: absolute; top: 0; right: 0; width: 100% !important; height: 100% !important; }
/*---------------------------------------- 　　webフォント（サーバー置き）　 ----------------------------------------*/
@font-face { font-family: 'jp-sttl01';
/* お好きな名前にしましょう */
src: url("../font/.eot");
/* IE9以上用 */
src: url("../font/bokutachi.eot?#iefix") format("embedded-opentype"), url("../font/NotoSansCJKjp-Medium.woff") format("woff"), url("../font/NotoSansCJKjp-Medium.woff") format("woff");
/* iOS, Android用 */
/* 念の為指定しておきます */
font-weight: normal;
/* 念の為指定しておきます */
font-style: normal; vertical-align: top; margin: 0px; padding: 0px; }
.myWebFontClass { font-family: 'jp-sttl01'; }
}
@media screen and (max-height: 450px) {
/* 高さ450px以下の場合 andoroidのフォーム対策 ストーカーバナー用　*/
.sp-fix-list{display: none;}
}

.wysiwyg h1 { background-color: #dcdcdc;}
.wysiwyg h2 {background: rgba(99, 147, 96, 0.2);}
.wysiwyg h3 {}
.wysiwyg h4 { border-bottom: 1px solid #000;}
.wysiwyg h5 { border-bottom: 1px dashed #000;}
.wysiwyg h6 { background-color: #eee; border: 1px dotted #999;}


