@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1:wght@100..900&family=Oswald:wght@200..700&display=swap');

body {color: #3e3a39;font-family: "M PLUS 1", sans-serif;background-repeat: repeat;font-weight: 400;background-color: rgba(237,233,240,1);}
body{overflow-x: hidden;}
#wrapper{width:100%;overflow: hidden !important;}
.side_f{position: fixed;bottom:1%;right: 0%;animation: fuwa 3s ease-in-out infinite alternate;width: 200px;height: 160px;z-index: 100;}
.side_fuwa{position: fixed;bottom:1%;right: 1%;animation: fuwa 3s ease-in-out infinite alternate;background: url(img/s_btn.svg) no-repeat center center / 200px auto;transition: 1.5s ease-in-out;width: 200px;height: 160px;}
@keyframes fuwa {
  0% {transform:translate(0, 0) rotate(-8deg);}
  50% {transform:translate(0, -8px) rotate(0deg);}
  100% { transform:translate(0, 0) rotate(4deg);}
}
#top {height: 100vh;height: calc(var(--vh, 1vh) * 100);position: relative;}
#roop1 {width: 100%;height: 160px;background: url("img/pdrnplus.svg") repeat-x;background-size: 1860px 160px;background-position: 0 0;-webkit-animation: bgroop 50s linear infinite;animation: bgroop 50s linear infinite;}
@-webkit-keyframes bgroop {from {background-position: 0  0;}to {background-position: -1860px 0;}}
@keyframes bgroop {from {background-position: 0 0;}to {background-position: -1860px 0;}}

.anim-box.poyoyon3.is-animated {animation: poyoyon3 2.5s infinite;opacity: 1;}
@keyframes poyoyon3 {
  0%, 40% {transform: skew(0deg, 0deg);}
  5% {transform: skew(5deg, 5deg);}
  10% {transform: skew(-4deg, -4deg);}
  15% {transform: skew(3deg, 3deg);}
  20% {transform: skew(-2deg, -2deg);}
  25% {transform: skew(1deg, 1deg);}
  30% {transform: skew(-0.6deg, -0.6deg);}
  35% {transform: skew(0.3deg, 0.3deg);}
}
.anim.poyo {animation: poyopoyo 4s ease-out infinite;opacity: 1;}
@keyframes poyopoyo {
  0%, 50%, 100% {transform: scale(1.0) rotate(-1.5deg);}
  25%, 75% {transform: scale(0.95) rotate(1.5deg);}
}
.anim2.poyo2 {animation: poyopoyo2 2.5s ease-out infinite;opacity: 1;}
@keyframes poyopoyo2 {
  0%, 40%, 60%, 80% {transform: scale(1.0);}
  50%, 70% {transform: scale(0.95);}
}
.abhaikei1{position: absolute;width: 80%;top:-20%;left: 10%;z-index: 1;}
.abhaikei2{position: relative;width: 100%;height: auto; top:0%;left:0%;z-index: 2;}
.anim3.rota3 {animation: rotateAnimation 60s linear infinite;opacity: 0.2;}
@keyframes rotateAnimation {
  from {transform: rotate(0deg);}
  to {transform: rotate(360deg);}
}
.rel_t {position: relative; width: 100%;height: 100%;}
.rel_t1 {position: relative; width: 100%;height: auto;}
.rel_t2 {position: relative; width: 100%;height: auto;z-index: 1;}
.rel_t3 {position: relative; width: 100%;height: auto;margin-top: -60px;}
.ab_c {position: absolute; width: 50%;height: auto;z-index: -1;left:0;top:104px;}
.circle img { border-radius: 50%; }

@keyframes fuwafuwa {
  0% { transform:translateY(0px); }
  50% { transform:translateY(88px); }
  100% { transform:translateY(0px); }
}@keyframes fuwafuwa2 {
  0% { transform:translateY(0px); }
  50% { transform:translateY(120px); }
  100% { transform:translateY(0px); }
}
@media screen and (max-width: 1400px) {
.ab_l1,.ab_l2 {left: 4%;}
.ab_r1,.ab_r2 {right: 4%;}
}
.icon1{margin: 0 auto; padding: 124px 0 0 0;background: url("img/i01.svg") top center / 100px 107px no-repeat;}

.is-show2 {background-color: rgba(255,255,255,0.0);transition: .4s;}

.footer_f{position: fixed;right:0;width: 100%;z-index: 902;bottom: 0;background-color: rgba(255,255,255,0.8);box-sizing: border-box;}

/*====================================================================
.accordion_one
====================================================================*/
.accordion_one {margin: 0 auto;}
.accordion_one .accordion_header {padding: 20px 10% 20px 32px;background: #00914c;margin: 24px 0 0 0;position: relative;z-index: +1;cursor: pointer;transition-duration: 0.2s;}

.accordion_one .accordion_header::before,.accordion_one .accordion_header::after{position:absolute;content:'';top:1px;right:24px;bottom:0;width:20px;height:4px;margin:auto;background:#fff;}
.accordion_one .accordion_header::after{transform:rotate(-90deg);transition:transform 0.3s;}
.accordion_one .accordion_header.open::after{transform:rotate(0deg);transition:transform 0.3s;}

.accordion_one .accordion_inner {
  display: none;
  background-color: #fff9dc;padding: 16px 32px;
  box-sizing: border-box;
}

.ind1{text-indent: -1.1em;
  padding-left: 1.1em;}
.ind2{text-indent: -2.5em;
  padding-left: 2.5em;}
.ind3{text-indent: -3.3em;
  padding-left: 3.3em;}
/* アコーディオン
--------------------------- */
.accordion {position: relative;width: 100%;text-align: left;}
.accordion-title {color: #fff;cursor: pointer;font-size: 1.4rem;letter-spacing: 0.15em;line-height: 50px;}
.accordion-content {display: none;box-sizing: border-box;width: 100%;}
.accordion-content p {font-size: 1.3rem;letter-spacing: 0.1em;line-height: 1.8em;}
.accordion-title {position: relative;}
.accordion-title::after {border-right: solid 1px #fff;order-top: solid 1px #fff;content: "";display: block;height: 8px;position: absolute;right: 4px;top: 38%;transform: rotate(135deg);transition: transform .3s ease-in-out, top .3s ease-in-out;width: 8px;}
.accordion-title.open::after {top: 45%;transform: rotate(-45deg);}
.accordion-title {position: relative;}
.accordion-title::after {border-right: solid 1px #fff;border-top: solid 1px #fff;content: "";display: block;height: 8px; position: absolute;right: 4px;top: 38%;transform: rotate(135deg);transition: transform .3s ease-in-out, top .3s ease-in-out;width: 8px;}
.accordion-title.open::after {top: 45%;transform: rotate(-45deg);}
.dw_s{letter-spacing: 0.15em;font-size: 1.8rem;line-height:56px;font-weight: 700;}

/* テキスト
--------------------------- */
.font_s1,.font_s2,.font_s3,.font_s4,.font_s7,.font_s8{letter-spacing: 0.1em;line-height: 1.8em;}
.font_sx {font-size: 0.9rem;letter-spacing: 0.1em;line-height: 1.5em;}
.font_s {font-size: 1.1rem;letter-spacing: 0.12em;line-height: 2em;}
.font_s1 {font-size: 1.3rem;}
.font_s2 {font-size: 1.4rem;}
.font_s3 {font-size: 1.8rem;}
.font_s4 {font-size: 2rem;}
.font_s5 {font-size: 2.1rem;letter-spacing: 0.1em;line-height: 2em;}
.font_s6 {font-size: 2.8rem;letter-spacing: 0.1em;line-height: 1.6em;}
.font_s7{font-size: 6.6rem;letter-spacing: 0.04em;line-height: 1.6em;}
.font_s8{font-size: 7.6rem;letter-spacing: 0.04em;line-height: 1.6em;}
.top_f{font-size: 2rem;letter-spacing: 0.1em;line-height: 1.5em;}
.top_f2{font-size: 2.2rem;letter-spacing: 0.1em;line-height: 1.6em;}

.f_b {font-weight: 900;}
.f_b2 {font-weight: 800;}
.f_b3 {font-weight: 600;}
.f_b4 {font-weight: 500;}

/* テキストカラー
--------------------------- */
.f_c1 {color: #c41a70;}
.f_c2 {color: #ffffff;}
.f_c3 {color: #000;}
.f_c4 {color: #c30d23;}
.f_c5 {color: #f08300;}

/* テキストフォント
--------------------------- */
.f_f1 {font-family: 'Oswald', sans-serif;}
.f_f2 {font-family: "nitalago-ruika", sans-serif;font-weight: 100;font-style: normal;}
.top_f1 {font-size: 2.4rem;line-height: 34px;letter-spacing: 0.1em;border-left: 8px solid #004386;padding-left: 16px;padding-bottom: 2px;}
embed,iframe,object{max-width: 100%;}
br.sp { display: inline!important; }
br.pc { display: none!important; }

/* リンクカラー
--------------------------- */
a, a:link, a:visited  {color: #c41a70;text-decoration: none;} 
.w a, .w a:link, .w a:visited  {color: #ffffff;text-decoration: none;} 
.b a, .b a:link, .b a:visited  {color: #3e3a39;text-decoration: none;} 
.me a, .me a:link, .me a:visited  {color: #3e3a39;text-decoration: none;} 
.sl a, .sl a:link, .sl a:visited  {color: #ee86a1;text-decoration: none;}
.l a, .l a:link, .l a:visited  {color: #DB9EB5;text-decoration: none;} 
a, a img, a em, a p, a, .op a img, .op a em, .op a p {-webkit-transition: 0.4s ease-in-out;-moz-transition: 0.4s ease-in-out;-o-transition: 0.4s ease-in-out;transition: 0.4s ease-in-out;}
.op a:hover, .op a:hover img, .op a:hover em, .op a:hover p {opacity: 0.6;filter: alpha(opacity=60);}
.os a:hover img {opacity: 0.2;filter: alpha(opacity=20);}

.outer{display: table;width: 100%;height: 100%;text-align: center;}
.inner{display: table-cell;vertical-align: middle;text-align:center;}

.ab_t{ position: absolute; z-index: 100;height:auto;}
.googlemaps iframe,.googlemaps object,.googlemaps embed {-webkit-filter: grayscale(100%);-moz-filter: grayscale(100%);-ms-filter: grayscale(100%);-o-filter: grayscale(100%);filter: grayscale(100%);}

/* ロールオーバー
--------------------------- */
.btn_s{display: inline-block;box-shadow: inset 4px 4px 2px rgba(0, 0, 0, 0.2);padding: 10px 10px 8px 10px;text-align: center;background: rgba(231,132,24,1);width:244px;border-radius: 48px;}
.c-btn.slide{display: inline-block;}
.c-btn.slide a{background: rgba(255,255,255,0);color: #fff;text-align: center;overflow: hidden;position: relative;z-index: 1;border-radius: 40px;padding: 2px 12px 6px 12px;letter-spacing: 0.1em;line-height: 2em;font-size: 2rem;border: 0px solid #182024;width:224px;display: block;font-weight: 700;}
.c-btn.slide a::after {
 background: rgba(0,145,76,1.0);
  position: absolute;
    top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.c-btn.slide a:hover {color: #fff;cursor: pointer;letter-spacing: 0.1em;line-height: 2em;font-size: 2rem;}
.c-btn.slide a:hover::after {transform: scale(1, 1);}

.btn_s2{display: inline-block;box-shadow: inset 4px 4px 2px rgba(0, 0, 0, 0.2);padding: 8px 8px 4px 8px;text-align: center;background: rgba(231,132,24,1);border-radius: 48px;}
.c-btn2.slide2{display: inline-block;}
.c-btn2.slide2 a{background: rgba(255,255,255,0);color: #fff;text-align: center;overflow: hidden;position: relative;z-index: 1;border-radius: 40px;padding: 8px 16px 12px 16px;letter-spacing: 0.08em;line-height: 1em;font-size: 1.2rem;border: 0px solid #182024;display: block;font-weight: 700;}
.c-btn2.slide2 a::after {
 background: rgba(0,145,76,1.0);
  position: absolute;
    top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.c-btn2.slide2 a:hover {color: #fff;cursor: pointer;letter-spacing: 0.08em;line-height: 1em;font-size: 1.2rem;}
.c-btn2.slide2 a:hover::after {transform: scale(1, 1);}


/* スライドショー
--------------------------- */
html, body { width: 100%;height: 100%;margin: 0px;padding: 0px;}
.tophaikei {width: 100%;height: 100%;background: url("img/tophaikei1.svg") center center / cover no-repeat;position: relative;}
.tophaikei2 {width: 100%;height: 100%;background: url("img/haikei1.svg")bottom center / contain no-repeat;}
.top_ab1 {position: absolute; width:33%;z-index: 10;right:5%;top:5%;}
.top_ab2 {position: absolute; width:33%;z-index: 9;right:1%;top:30%;animation: fuwafuwa3 5s infinite;}
.top_ab3 {position: absolute; width:25%;z-index: 8;right:25%;top:10%;animation: fuwafuwa4 5s infinite;}
.top_ab4 {position: absolute; width:23%;z-index: 7;right:45%;top:15%;animation: fuwafuwa3 5s infinite;}
.top_ab5 {position: absolute; width:30%;z-index: 6;left:5%;bottom:5%;animation: fuwafuwa4 5s infinite;}
.top_ab6 {position: absolute; width:20%;z-index: 2;left:20%;bottom:8%;animation: fuwafuwa3 5s infinite;}
.top_ab7 {position: absolute; width:30%;z-index: 4;left:25%;top:-5%;animation: fuwafuwa4 5s infinite;}
.top_ab8 {position: absolute; width:22%;z-index: 3;left:3%;top:12%;animation: fuwafuwa3 5s infinite;}
.top_ab9 {position: absolute; width:100%;z-index: 11;left:0%;bottom:2%;height: 160px;}
.top_ab10 {position: absolute; z-index: 12;left:5%;top:5%;width:160px;}
@keyframes fuwafuwa3 {
  0% { transform:translateY(0px) scale(1); }
  50% { transform:translateY(-30px) scale(1.1); }
  100% { transform:translateY(0px) scale(1);}
}
@keyframes fuwafuwa4 {
  0% { transform:translateY(0px) scale(1); }
  50% { transform:translateY(30px) scale(0.95); }
  100% { transform:translateY(0px) scale(1); }
}

.d_no {display: none;}
.fix_h1 {position: fixed;z-index: 901;top:0;left: 0;width: 100%;}

/* ライン
--------------------------- */

.line_b1 {border-bottom: 2px solid #000;}
.line_b2 {border-bottom: 1px dashed #3e3a39;}
.line_b3 {border-bottom: 1px dashed #fff;}
.line_t1 {border-top: 4px solid #00914c;}
.line_t2 {border-top: 1px dashed #3e3a39;}
.line_b4 {border-bottom: 3px solid #fff;}
.line_o1 {border: 1px solid #ffffff;}

.line_l1,.line_l1_2 {border-left: 1px solid #00302f;}

.line_tb1 {border-top: 2px solid #00914c;border-bottom: 2px solid #00914c;}
.s_title {width: 90%;max-width: 1400px;bottom: 15%;left: 50%;transform: translate(-50%, -50%);-webkit-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);position: absolute;z-index: 100;}

@media screen and (max-width: 640px) {
.ab_l2 {position: absolute; width:64px;z-index: 1;left: -1%;top:40px;animation: fuwafuwa 4s infinite;}
.ab_r2 {position: absolute; width:64px;z-index: 1;right: -1%;bottom:10%;animation: fuwafuwa2 3s infinite;}
span.dl{display: none;}
.btn_s{display: inline-block;box-shadow: inset 4px 4px 2px rgba(0, 0, 0, 0.2);padding: 10px 10px 8px 10px;text-align: center;background: rgba(231,132,24,1);width:224px;border-radius: 48px;}
.table-scroll{overflow-x: scroll;white-space: nowrap;}
}
.mg-1{margin-top: -1px;}
/* 背景
--------------------------- */

.bg1 {background-color: rgba(255,255,255,1);border-radius: 32px;}
.bg2{margin-top: -1px;padding: 200px 0px;background-image: url("img/haikei2.svg"), url("img/haikei1.svg");background-repeat: no-repeat, no-repeat;background-position:top center,bottom center;background-size: contain;}
.bg3 {background-color: rgba(196,26,112,1);}
.bg4{background-color: rgba(0,145,76,1);border-radius: 32px;}

.bg5{background: url("img/haikei2.jpg") center bottom / cover no-repeat;}

.bg6 {background-color: rgba(240,248,241,1);}
.bg7 {background-color: rgba(0,145,76,1);}
.bg8 {background-color: rgba(137,201,151,0.4);}
.bg9 {background-color: rgba(255,255,255,1);}
.bg10 {background-color: rgba(137,201,151,0.2);}
.shadow {box-shadow: 24px 24px 0px 0 rgb(64, 34, 15, 0.12);}
.re_phot{ position: relative;z-index: 100;}
.re_title{ position: absolute; z-index: 100;top:0;right:24px;}
.pd_tx{padding-top: 16px;}
.gmap {height: 0;overflow: hidden;padding-bottom: 40%;position: relative;}
.gmap iframe {position: absolute;left: 0;top: 0;height: 100%;width: 100%;}
.flex_box{display: flex;width: 100%;flex-flow: wrap;justify-content: center;align-items: center;}
.flex_box2{display: flex;width: 100%;flex-flow: wrap;justify-content: center;align-items: flex-start;}
.flex2 {flex-flow: row-reverse;}

@media screen and (max-width: 760px) {
.rel_t3 {;margin-top: -24px;}
.ab_c {position: absolute; width: 304px;height: auto;z-index: -1;left:50%;top:64px;transform: translateY(-0%) translateX(-50%);-webkit-transform: translateY(-0%) translateX(-50%);}
.pd_tx{padding-top: 316px;}
#top {height: 90vh;height: calc(var(--vh, 1vh) * 90);position: relative;}
.tophaikei2 {background: url("img/haikei1m.svg")bottom center / contain no-repeat;}
.top_ab1 {position: absolute; width:55%;z-index: 10;right:5%;top:15%;}
.top_ab2 {position: absolute; width:66%;z-index: 9;right:-17%;top:45%;animation: fuwafuwa3 5s infinite;}
.top_ab3 {position: absolute; width:65%;z-index: 8;right:5%;top:15%;animation: fuwafuwa4 5s infinite;}
.top_ab4 {position: absolute; width:50%;z-index: 7;right:40%;top:15%;animation: fuwafuwa3 5s infinite;}
.top_ab5 {position: absolute; width:65%;z-index: 6;left:-15%;bottom:10%;animation: fuwafuwa4 5s infinite;}
.top_ab6 {position: absolute; width:50%;z-index: 2;left:3%;bottom:7%;animation: fuwafuwa3 5s infinite;}
.top_ab7 {position: absolute; width:60%;z-index: 4;left:10%;top:-5%;animation: fuwafuwa4 5s infinite;}
.top_ab8 {position: absolute; width:22%;z-index: 3;left:3%;top:12%;animation: fuwafuwa3 5s infinite;}
.top_ab9 {position: absolute; width:100%;z-index: 11;left:0%;bottom:2%;height: 60px;}
.top_ab10 {position: absolute; z-index: 12;left:5%;top:5%;width:100px;}
#roop1 {width: 100%;height: 60px;background: url("img/pdrnplus.svg") repeat-x;background-size: 698px 60px;background-position: 0 0;-webkit-animation: bgroop 50s linear infinite;animation: bgroop 50s linear infinite;}
@-webkit-keyframes bgroop {from {background-position: 0 0;} to {background-position: -698px 0;}}
@keyframes bgroop {from {background-position: 0 0;} to {background-position: -698px 0;}}
 .bg2{margin-top: -1px; padding: 120px 0px;background-image: url("img/haikei2.svg"), url("img/haikei1m.svg");background-repeat: no-repeat, no-repeat;background-position:top center,bottom center;background-size: contain;}
.font_s4 {font-size: 1.8rem;}
.font_s5 {font-size: 1.8rem;letter-spacing: 0.1em;line-height: 2em;}
.font_s6 {font-size: 2.2rem;letter-spacing: 0.1em;line-height: 1.6em;}
.font_s7{font-size: 4rem;letter-spacing: 0.04em;line-height: 1.6em;}
.font_s8{font-size: 5.6rem;letter-spacing: 0.04em;line-height: 1.2em;}
.accordion_one .accordion_header {padding: 16px 48px 16px 24px;}
.accordion_one .accordion_header::before,.accordion_one .accordion_header::after{position:absolute;content:'';top:1px;right:16px;bottom:0;width:14px;height:2px;margin:auto;background:#fff;}
.accordion_one .accordion_inner {background-color: #fff9dc;padding: 16px 24px;}
.top_f{font-size: 1.5rem;letter-spacing: 0.09em;line-height: 1.5em;}

.flex_box{display: block;width: 100%;flex-flow: wrap;justify-content: center;align-items: center;}
.flex_box2{display: block;width: 100%;flex-flow: wrap;justify-content: center;align-items: flex-start;}
.d_no {display: block;}
.d_no_m {display: none;}

br.sp { display: none!important; }
br.pc { display: inline!important; }

.shadow {box-shadow: 0px 0px 0px 0 rgb(64, 34, 15, 0);}
body{overflow-x: hidden;}
.inner{padding-bottom: 0px;}
}
