@charset "utf-8";
/*
Theme Name: sanyo template
Theme #
Description

/* スライドショー
--------------------------- */
@import url('https://fonts.googleapis.com/css2?family=BIZ+UDPGothic:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@600&display=swap');

body {color: #3E3A39;font-family:'BIZ UDPGothic', sans-serif;background-repeat: repeat;font-weight: 400;}
#wrapper{width:100%;overflow-x: hidden !important;}

#top {height: 100vh;height: calc(var(--vh, 1vh) * 100);}
.ind1{text-indent: -1em;padding-left: 1em;}
.movie {overflow: hidden;position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 1;}

.movie video {position: absolute;top: 50%;left: 50%;display: block;width: auto;height: auto;min-width: 100%;min-height: 100%;transform: translate(-50%,-50%);}
#loop1 {width: 100%;height: 56px;background: url("img/intro1.jpg") repeat-x;background-size: 1764px 56px;background-position: 0 0;-webkit-animation: bgroop1 60s linear infinite;animation: bgroop1 60s linear infinite;}
@-webkit-keyframes bgroop1 {from {background-position: 0  0;}to {background-position: -1764px 0; }}
@keyframes bgroop1 {from { background-position: 0 0;}to {background-position: -1764px 0;}}
#loop2 {width: 100%;height:56px;background: url("img/intro2.jpg") repeat-x;background-size: 1764px 56px;background-position: 0 0;-webkit-animation: bgroop2 60s linear infinite;animation: bgroop2 60s linear infinite;}
@-webkit-keyframes bgroop2 {from {background-position: 0  0;}to {background-position: 1764px 0; }}
@keyframes bgroop2 {from { background-position: 0 0;}to {background-position: 1764px 0;}}
#loop3 {width: 100%;height: 56px;background: url("img/intro3.jpg") repeat-x;background-size: 1764px 56px;background-position: 0 0;-webkit-animation: bgroop3 60s linear infinite;animation: bgroop3 60s linear infinite;}
@-webkit-keyframes bgroop3 {from {background-position: 0  0;}to {background-position: -1764px 0; }}
@keyframes bgroop3 {from { background-position: 0 0;}to {background-position: -1764px 0;}}

.movie2{position: relative;width: 100%;padding-bottom: 56.25%;height: 0%;overflow: hidden;}
.movie2 video{position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.t_img1{position: relative;width: 100%;}
.t_img1ab{position:absolute;width: 100%;z-index: 1;animation: fuwafuwa 4s infinite;top:0;}
.t_img2ab{position:absolute;width: 100%;z-index: 3;animation: fuwafuwa2 4s infinite;top:0;}
.table_design13 {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  min-width: 700px;
  font-weight: bold;
  text-align: center;
 
}
.table_design13 thead th {padding: 1.2em .8em;border-right: 1px solid #fff;vertical-align:middle; background: #efefef;}
.table_design13 td {color: #727171;padding: 1.3em;}
.table_design13 thead th:not(:first-child) {background: #595757;color: #fff;font-size: 1.6rem;padding: 0.8em;}
.table_design13 thead th span {font-size: .8rem;}
.table_design13 thead th:nth-child(2) {background-color: #89b929;position: relative;}
.table_design13 thead th:nth-child(2)::before {content: '';width: 100%;height: 10px;position: absolute;background-color: #89b929;left: 0;bottom: 100%;}

.table_design13 tbody th, .table_design13 tbody td {border: 1px solid #fff;vertical-align:middle;}
.table_design13 tbody th {background-color: #595757;color: #fff;vertical-align:middle;padding: 1.3em;}
.table_design13 tbody td {background-color: #efefef;vertical-align:middle;}
.table_design13 td:nth-child(2) {color: #89b929;background: #e2eec5;}

@media screen and (max-width: 787px) {.table-scroll1 {overflow-x: auto;}}

.flex_box{display: flex;width: 100%;flex-flow: wrap;justify-content: center;align-items: center;}
.flex2 {flex-flow: row-reverse;}

/* タブ */
.tab-list {display: flex;justify-content: center;flex-wrap: wrap;}
.tab-item {width: 19%;font-size: 1.3rem;padding: 16px 0;margin: 0 0.5% 24px; border-radius: 8px;letter-spacing: 0.1em;line-height: 1.6em;background: rgba(0,0,0,0);font-weight: 800;color: #000;text-align: center;cursor: pointer;transition: .4s ease-in-out;border: 1px solid #000;}
.tab-item:first-child {background: rgba(0,0,0,0);}
/* タブをクリックした時 ホバーした時 */
.tab-item:hover, .tab-item.is-active {color: #fff;background: rgba(0,0,0,1);}
/* パネル */
.panel-list {background-color: #fff;}
.panel-item {display: none;padding-top: 16px;width: 100%;background-color: #fff;}
.panel-item.is-active {display: block;animation: panel-show .9s ease-in-out forwards;}

/* パネル切り替えのアニメーション */
@keyframes panel-show {from {opacity: 0;}to {opacity: 1;}}

.s_cat{padding: 4px 8px 6px 8px;font-size: 1.3rem;letter-spacing: 0.09em;line-height: 1.6em;box-sizing: border-box;color: #000;font-weight: 800;}
.th_re{position: relative;}
.th_ab{position: absolute;z-index: 10;right: 0;bottom: 0;padding: 8px 8px 10px 8px;background: #212222;font-size: 1.2rem;line-height: 1.2em;letter-spacing: 0.1em;color: #fff;width: 80px;}
.th_ab2{position: absolute;z-index: 10;right: 0;bottom: 0;padding: 8px 8px 10px 8px;background: #C40D23;font-size: 1.2rem;line-height: 1.2em;letter-spacing: 0.1em;color: #fff;width: 80px;}

.flex_box3{display: flex;width: 100%;flex-flow: wrap;justify-content: center;align-items: stretch;}
.flex2 {flex-flow: row-reverse;}


@media screen and (min-width: 768px) {
.sp-video {display: none;}.pc-video {display: block;}}
/*=============
top
=============*/
.t_title {width: 90%;max-width: 1400px;top: 50%;left: 50%;transform: translate(-50%, -50%);-webkit-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);position: absolute;z-index: 100;}

.mgm1{margin-top: -224px;}
.table-scroll{overflow: auto; /*スクロールさせる*/white-space: nowrap; /*文字の折り返しを禁止*/width:100%; /*今回の設置を分かりやすくするためワザと狭い幅を指定。本来は不必要な指定です。*/}
/* 以下、スクロールバーを追加 */
.table-scroll::-webkit-scrollbar{height: 8px;margin-bottom: 16px;}
.table-scroll::-webkit-scrollbar-track{background: #333;}
.table-scroll::-webkit-scrollbar-thumb {background: #999;}

.accordion {position: relative;width: 100%;text-align: left;}
.accordion-title {color: #fff;cursor: pointer;}
.accordion-content {display: none;box-sizing: border-box;width: 100%;}
.accordion-content p {}
.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);}
.font_s_h{padding-top: 4px;font-size: 1rem;letter-spacing: 0.1em;line-height: 2em;padding-right: 4px;font-weight: 600;}
.dw_s{letter-spacing: 0.2em;font-size: 1.6rem;line-height:54px;}
.dw_s2{letter-spacing: 0.2em;font-size: 1.4rem;line-height:32px;}

.f_news1{display: flex;flex-wrap: wrap;}
.f_news2{display: flex;flex-direction: column;}
.f_under{margin-top: auto;}

/* テキスト
--------------------------- */

.font_s {font-size: 1.1rem;letter-spacing: 0.12em;line-height: 2em;}
.font_s1 {font-size: 1.2rem;letter-spacing: 0.06em;line-height: 2em;}
.font_s2 {font-size: 1.3rem;letter-spacing: 0.12em;line-height: 2em;}
.font_s2x {font-size: 1.3rem;letter-spacing: 0.08em;line-height: 2em;}
.font_s3 {font-size: 1.4rem;letter-spacing: 0.12em;line-height: 2em;}
.font_s4 {font-size: 1.6rem;letter-spacing: 0.12em;line-height: 1.8em;}
.font_s4_2 {font-size: 1.6rem;letter-spacing: 0.12em;line-height: 2em;}
.font_s5 {font-size: 2rem;letter-spacing: 0.1em;line-height: 2em;}
.font_s6 {font-size: 2.4rem;letter-spacing: 0.12em;line-height: 2em;}
.font_s6x {font-size: 2rem;letter-spacing: 0.12em;line-height: 2.4em;}
.font_s6xx {font-size: 1.6rem;letter-spacing: 0.12em;line-height: 2em;}
@media screen and (max-width: 1600px) {.font_s6x {font-size: 2rem;line-height: 2.2em;}}
@media screen and (max-width: 1300px) {.font_s6x {font-size: 1.8rem;line-height: 2.2em;}}
@media screen and (max-width: 1100px) {.font_s6x {font-size: 1.6rem;line-height: 2em;}}
@media screen and (max-width: 1030px) {.font_s6x {font-size: 2rem;line-height: 2em;}}
@media screen and (max-width: 840px) {.font_s6x {font-size: 1.6rem;line-height: 2em;}}
.font_s7 {font-size: 3.0rem;letter-spacing: 0.1em;line-height: 1.6em;}
.font_s8 {font-size: 6.0rem;letter-spacing: 0.3em;line-height: 2em;}
.font_s9 {font-size: 6.0rem;letter-spacing: 0.13em;line-height: 1.4em;}
.font_s10 {font-size: 7.0rem;line-height: 70px;letter-spacing: 0.05em;}

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

/* テキストカラー
--------------------------- */

.f_c1 {color: #000;}
.f_c2 {color: #ffffff;}
.f_c3 {color: #B59032;}
.f_c4 {color: #C40D23;}
.f_c5 {color: #00417a;}
.op05{opacity: 0.2;}
.top_f1 {font-size: 2.0rem;line-height: 1.7em;letter-spacing: 0.1em;border-left: 4px solid #000;padding-left: 24px;padding-bottom: 1px;}
.top_f2 {font-size: 1.8rem;line-height: 1.7em;letter-spacing: 0.1em;border-left: 4px solid #000;padding-left: 16px;padding-bottom: 1px;}
.top_f3 {font-size: 1.6rem;line-height: 1.7em;letter-spacing: 0.1em;border-left: 4px solid #000;padding-left: 16px;padding-bottom: 1px;}

#blog p {font-size: 1.6rem;letter-spacing: 0.1em;line-height: 2em; clear: both; padding-bottom: 16px;}
#blog h6 {font-size: 1.8rem;letter-spacing: 0.1em;line-height: 1.8em;font-weight: 600; clear: both; padding-bottom: 16px; margin-top: 16px;color: #70ac2e;}
#blog h5 {font-size: 2rem;letter-spacing: 0.1em;line-height: 1.8em;font-weight: 600; clear: both; padding: 8px 24px; margin-top: 16px;background-color: rgba(112,172,46,0.1);color: #70ac2e;margin-bottom: 16px;}
#blog h4 {font-size: 2rem;letter-spacing: 0.1em;line-height: 1.8em;font-weight: 600; clear: both; border-left: 4px solid #70ac2e;padding-left: 16px;margin-bottom: 16px;color: #70ac2e;margin-top: 16px;}
#blog h3 {font-size: 2.2rem;letter-spacing: 0.1em;line-height: 1.8em;font-weight: 600; clear: both; border-left: 4px solid #70ac2e;padding-left: 16px;margin-bottom: 16px;color: #70ac2e;margin-top: 16px;}
#blog h2 {font-size: 2.4rem;letter-spacing: 0.1em;line-height: 1.8em;font-weight: 600; clear: both; border-left: 4px solid #70ac2e;padding-left: 16px;margin-bottom: 16px;color: #70ac2e;margin-top: 16px;}
#blog h1 {font-size: 2.4rem;letter-spacing: 0.1em;line-height: 1.8em;font-weight: 600; clear: both; border-left: 4px solid #70ac2e;padding-left: 16px;margin-bottom: 16px;color: #70ac2e;margin-top: 16px;}
#blog img{padding-top: 8px;padding-bottom: 8px;width: 100%;}
#blog strong,#blog p strong {font-weight: bold!important;}
#blog ul {list-style-type: disc; padding-bottom: 16px; clear: both;padding-left:1.5em;}
#blog ul li { padding-bottom: 8px;font-size: 1.6rem;letter-spacing: 0.1em;line-height: 2em;}
#blog ol {list-style-type: decimal; padding-left:2.5em;padding-bottom: 16px; clear: both;}
#blog ol li { padding-bottom: 8px;font-size: 1.6rem;letter-spacing: 0.1em;line-height: 2em;}
#blog ul.phot {width: 100%;letter-spacing: -0.4em;clear: both;}
#blog ul.phot li.in_b {  display: -moz-inline-box; /*for Firefox 2*/display: inline-block; /*for modern*/vertical-align: top;letter-spacing: normal; /* 文字間を通常に戻す */}
#blog blockquote{ padding: 16px 24px;;font-size: 1.4rem;letter-spacing: 0.1em;line-height: 1.8em; clear: both;background-color: rgba(239,239,239,0.5);margin-bottom: 16px;}
#blog blockquote p{ padding-bottom: 0px;}
#blog a, #blog a:link, #blog a:visited  {color: #C40D23;text-decoration: none;text-decoration:underline;font-weight: 600;} 
#blog table {border: none;}
#blog table {width:100%;table-layout: inherit;white-space: inherit;-webkit-overflow-scrolling: touch;margin-bottom: 24px;}
#blog table th {background-color: #eeeeee;}
#blog table td {background-color: #ffffff;}
#blog table th, #blog table td {padding: 8px; border: 1px solid #ddd;}
#blog em {font-style: italic;}

#cat li:first-child {padding-top: 8px;}
#cat li {font-size: 1.3rem;line-height: 40px;letter-spacing: 0.05em;border-bottom: 1px solid #5f3b24;}
#cat li:last-child {border-bottom: none;padding-bottom: 8px;}


/* テキストフォント
--------------------------- */
.f_f1 {font-family: "Oswald", sans-serif;}
.f_f2 {font-family: "Noto Serif JP", serif;}
embed,iframe,object{max-width: 100%;}
br.sp { display: inline; }
br.pc { display: none; }

/* リンクカラー
--------------------------- */
a, a:link, a:visited  {color: #000;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: #89b924;text-decoration: underline;text-underline-offset: 1px;} 
.sl a, .sl a:link, .sl a:visited  {color: #6EABF7;text-decoration: none;}
.l a, .l a:link, .l a:visited  {color: #DB9EB5;text-decoration: none;} 
.op a:hover, .op a:hover img, .op a:hover em, .op a:hover p {opacity: 0.6;filter: alpha(opacity=60);-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;}
a:hover, a:hover img, a:hover em, a:hover p {opacity: 0.95;filter: alpha(opacity=95);-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;}
.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;}
.inner_t{display: table-cell;vertical-align: top;text-align:center;}

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

.tb01 table {border-collapse: collapse;margin: 0 auto;padding: 0;width: 100%;table-layout: fixed;}
.tb01 table tr { background-color: #fff;padding: .35em;border: 1px solid #3e3a39;}
.bkg{background-color: #f0f8f1;}
.tb01 table th{padding:24px; border-right: 1px solid #3e3a39;vertical-align:middle;}
.tb01 table td {padding:24px;border-right: 1px solid #3e3a39;text-align: justify;vertical-align:middle;}
.tb01 table th {}
.tb01 table thead tr{color:#3e3a39;}
.tb01 table tbody th {border-right: 1px solid #3e3a39;}
.tb01 .btn:hover{
  background: #fff;
  border: 2px solid #e81010;
  color: #e81010;
  transition: .2s;
}
.tb01 table .btnarea td {
  padding: .2em .5em;
  border-right:none
}
@media screen and (max-width: 1000px) {
.tb01 table {width:880px;}
.tb01{overflow-x: scroll;}
}

/* スライドショー
--------------------------- */
html, body { width: 100%;height: 100%;margin: 0px;padding: 0px;}
body > .tophaikei {height: auto;background-position: left bottom;background-size: cover;background-repeat: no-repeat;}
.tophaikei {width: 100%;height: 100%;}
.h_haikei_t {width: 100%;height: 100%;background-position: center center ;background-size: cover;background-repeat: no-repeat;}

.rel_t {position: relative;width: 100%;height: 100%;}
.ab_t{position: absolute;z-index: 1;right: 5%;top:5%;width: 35%;height: 100%;background-position: top right;background-size: contain;background-repeat: no-repeat;background-image:url("img/maru.svg");}
.ab_t1{position: absolute;z-index: 3;right: 10%;width: 45%;height: 100%;background-position: center center;background-size: contain;background-repeat: no-repeat;background-image:url("img/t01.svg");animation: fuwafuwa 4s infinite;}
.ab_t2{position: absolute;z-index: 4;right: 10%;width: 45%;height: 100%;background-position: center center;background-size: contain;background-repeat: no-repeat;background-image:url("img/t02.svg");animation: fuwafuwa2 4s infinite;}
.ab_t3{position: absolute;z-index: 5;right: 10%;width: 45%;height: 100%;background-position: center center;background-size: contain;background-repeat: no-repeat;background-image:url("img/t03.svg");animation: fuwafuwa3 4s infinite;}
.ab_t4{position: absolute;z-index: 6;right: 10%;width: 45%;height: 100%;background-position: center center;background-size: contain;background-repeat: no-repeat;background-image:url("img/t04.svg");animation: fuwafuwa4 4s infinite;}
.ab_t7{position: absolute;z-index: 2;left: 15%; top:60%;width: 20%;}
.ab_t5{position: absolute;z-index: 8;left:8%;width: 40%;height: 100%;}
.ab_t6{position: absolute;z-index: 9;left:8%;top:7%;width: 45%;height: 100%;background-position: top left;background-size: contain;background-repeat: no-repeat;background-image:url("img/top_t1x.svg");}
.ab_t6x{position: absolute;z-index: 1;left:0%;top:7%;width: 100%;height: 100%;background-position: top right;background-size: contain;background-repeat: no-repeat;background-image:url("img/sen1.svg");}
.ab_t6xx{position: absolute;z-index: 1;right:0%;bottom:5%;width: 60%;height: 30%;background-position: top right;background-size: contain;background-repeat: no-repeat;background-image:url("img/sen2.svg");}

.sr_t1{position: relative;}
.sr_t1x{position: absolute;z-index: 1;left:0%;top:7%;width: 100%;height: 100%;background-position: top right;background-size: contain;background-repeat: no-repeat;background-image:url("img/sen1.svg");}
.sr_t1xx{position: absolute;z-index: 1;right:0%;bottom:5%;width: 60%;height: 30%;background-position: top right;background-size: contain;background-repeat: no-repeat;background-image:url("img/sen2.svg");}
@keyframes fuwafuwa {
  0% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(10px, 10px, 10px); }
  100% { transform: translate3d(0, 0, 0); }
}
@keyframes fuwafuwa2 {
  0% { transform:translateY(0px); }
  50% { transform:translateY(10px); }
  100% { transform:translateY(0px); }
}
@keyframes fuwafuwa3 {
  0% { transform:translateY(0px); }
  50% { transform:translateY(-20px); }
  100% { transform:translateY(0px); }
}
@keyframes fuwafuwa4 {
  0% { transform:translateY(0px); }
  50% { transform:translateY(20px); }
  100% { transform:translateY(0px); }
}
@media screen and (max-width: 1030px) {
.ab_t{position: absolute;z-index: 1;right: -15%;top:15%;width: 80%;height: 100%;}
.ab_t1{position: absolute;z-index: 3;right: 5%;width: 90%;height: 90%;top:10%;background-position: center bottom;}
.ab_t2{position: absolute;z-index: 4;right: 5%;width: 90%;height: 90%;top:10%;background-position: center bottom;}
.ab_t3{position: absolute;z-index: 5;right: 5%;width: 90%;height: 90%;top:10%;background-position: center bottom;}
.ab_t4{position: absolute;z-index: 6;right: 5%;width: 90%;height: 90%;top:10%;background-position: center bottom;}
.ab_t7{position: absolute;z-index: 2;left: 20%; top:45%;width: 25%;}
.ab_t5{position: absolute;z-index: 8;left:10%;width: 80%;height: 50%;top:7%;}
.ab_t6{position: absolute;z-index: 9;left:10%;top:7%;width: 80%;height: 90%;background-position: top left;}
}
@media screen and (max-width: 840px) {
.ab_t{position: absolute;z-index: 1;right: -15%;top:15%;width: 90%;height: 100%;}
.ab_t1{position: absolute;z-index: 3;right: -10%;width: 120%;height: 90%;top:10%;background-position: center bottom;}
.ab_t2{position: absolute;z-index: 4;right: -10%;width: 120%;height: 90%;top:10%;background-position: center bottom;}
.ab_t3{position: absolute;z-index: 5;right: -10%;width: 120%;height: 90%;top:10%;background-position: center bottom;}
.ab_t4{position: absolute;z-index: 6;right: -10%;width: 120%;height: 90%;top:10%;background-position: center bottom;}
.ab_t7{position: absolute;z-index: 2;left: 20%; top:40%;width: 40%;}
.ab_t5{position: absolute;z-index: 8;left:10%;width: 80%;height: 50%;top:7%;}
.ab_t6{position: absolute;z-index: 9;left:10%;top:12%;width: 80%;height: 90%;background-position: top left;}
}
@media screen and (max-width: 600px) {
.ab_t{position: absolute;z-index: 1;right: -15%;top:15%;width: 90%;height: 100%;}
.ab_t1{position: absolute;z-index: 3;right: -5%;width: 110%;height: 90%;top:5%;background-position: center bottom;}
.ab_t2{position: absolute;z-index: 4;right: -5%;width: 110%;height: 90%;top:5%;background-position: center bottom;}
.ab_t3{position: absolute;z-index: 5;right: -5%;width: 110%;height: 90%;top:5%;background-position: center bottom;}
.ab_t4{position: absolute;z-index: 6;right: -5%;width: 110%;height: 90%;top:5%;background-position: center bottom;}
.ab_t7{position: absolute;z-index: 2;left: 20%; top:50%;width: 40%;}
.ab_t5{position: absolute;z-index: 8;left:10%;width: 80%;height: 40%;top:10%;}
.ab_t6{position: absolute;z-index: 9;left:10%;top:4%;width: 65%;height: 90%;background-position: top left;}
}

.d_no {display: none;}
.d_no_m {display: block;}
.d_no_h{display: block;}

.fix_h {position: fixed;z-index: 990;top:-100px;transition: .3s;background-color: rgba(255,255,255,0);}
.fix_h1 {position: fixed;z-index: 800;top:0;left:0;background-color: rgba(255,255,255,1);width: 225px;height: 100%;border: 10px solid #000;}
.fix_h2 {position: fixed;z-index: 800;top:0;left:0;background-color: rgba(255,255,255,1);width: 249px;height: 100%;border: 10px solid #000;}
.pd280{padding-left: 224px;box-sizing: border-box;}
.pd248{padding-left: 248px;box-sizing: border-box;}
.pdlr2{padding: 0 2px;}
.fix_f {position: fixed;z-index: 880;bottom:0;right: 24px; max-width: 280px;transform: translateY(100%);width: 100%;}
.logo_h1{width: 100px;position: fixed;padding: 16px;display: none;top:-100px;;left:0;z-index: 800;}

@media screen and (max-width: 1200px) {
.logo_h1{width: 88px;position: fixed;padding: 16px;display:block;}
.fix_h1,.fix_h2 {display: none;}
.pd280,.pd248{padding-left: 0px;box-sizing: border-box;}
}
.is-show{background-color: rgba(255,255,255,0.95);top:0;}
.is-show2 {transform: translateY(0);}
.title1{width: 376px;padding: 160px 32px;}

/* 下矢印 */
.sco{position: absolute;bottom: 6%;margin: auto;left: 50%;transform: translate(-50%, -0%);-webkit-transform: translate(-50%, -0%);-ms-transform: translate(-50%, -0%);text-align: center;z-index: 12;}
.mouse{ width: 28px;height: 47px;position: relative;background: #000 linear-gradient(transparent 0%,transparent 50%,#ffffff 50%,#ffffff 100%);background-size: 100% 200%;border-radius: 100px;animation: colorSlide 6s linear infinite,nudgeMouse 6s ease-out infinite;margin: auto;}
.mouse:before,.mouse:after{content: '';position: absolute;top: 0;bottom: 0;right: 0;left: 0;margin: auto;}
.mouse:before{width: 24px;height: 43px;background-color: #000;border-radius: 100px;}
.mouse:after{background-color: #ffffff;width: 8px;height: 8px;border-radius: 100%;animation: trackBallSlide 6s linear infinite;}
.text{width: 120px;
  margin-top: 24px;
  letter-spacing: 2px;
  color: #fff;
  text-indent: 6px;
  animation: colorText 7s ease-out infinite,
             nudgeText 7s ease-out infinite;
}

/* Animations */
@keyframes colorSlide{
  0% {background-position: 0% 100%;}
  20% {background-position: 0% 0%;}
  21% {background-color: #4e5559;}
  29.99% {background-color: #ffffff;background-position: 0% 0%;}
  30% {background-color: #4e5559;background-position: 0% 100%;}
  50% {background-position: 0% 0%;}
  51% {background-color: #4e5559;}
  59% {background-color: #ffffff;background-position: 0% 0%;}
  60% {background-color: #4e5559;background-position: 0% 100%;}
  80% {background-position: 0% 0%;}
  81% {background-color: #4e5559;}
  90%, 100% {background-color: #ffffff;}
}

@keyframes colorText{
  21% {color: #4e5559;}
  30% {color: #ffffff;}
  51% {color: #4e5559;}
  60% {color: #ffffff;}
  81% {color: #4e5559;}
  90% {color: #ffffff;}
} 
@keyframes trackBallSlide{
  0%{opacity: 1;transform: scale(1) translateY(-20px);}
  6%{opacity: 1;transform: scale(0.9) translateY(5px);}
  14%{opacity: 0;transform: scale(0.4) translateY(40px);}
  15%, 19%{opacity: 0;transform: scale(0.4) translateY(-20px);}
  28%, 29.99%{opacity: 1;transform: scale(1) translateY(-20px);}
  30%{opacity: 1;transform: scale(1) translateY(-20px);}
  36%{opacity: 1;transform: scale(0.9) translateY(5px);}
  44%{opacity: 0;transform: scale(0.4) translateY(40px);}
  45%, 49%{opacity: 0;transform: scale(0.4) translateY(-20px);}
  58%, 59.99%{opacity: 1;transform: scale(1) translateY(-20px);}
  60%{opacity: 1;transform: scale(0.9) translateY(-20px);}
  66%{opacity: 1;transform: scale(0.9) translateY(5px);}
  74%{opacity: 0;transform: scale(0.4) translateY(40px);}
  75%, 79%{opacity: 0;transform: scale(0.4) translateY(-20px);}
  88%, 100%{opacity: 1;transform: scale(1) translateY(-20px);}
}
@keyframes nudgeMouse{
  0%{transform: translateY(0);}
  20%{transform: translateY(8px);}
  30%{transform: translateY(0);}
  50%{transform: translateY(8px);}
  60%{transform: translateY(0);}
  80%{transform: translateY(8px);}
  90%{transform: translateY(0);}
}
@keyframes nudgeText {
  0%{transform: translateY(0);}
  20%{transform: translateY(2px);}
  30%{transform: translateY(0);}
  50%{transform: translateY(2px);}
  60%{transform: translateY(0);}
  80%{transform: translateY(2px);}
  90%{transform: translateY(0);}
}

/* アコーディオン
--------------------------- */
.acd-check{display: none;}
.acd-label{background: #EA6188;color: #fff;display: block;padding: 8px 24px;position: relative;}
.acd-label:after{box-sizing: border-box;content: '▼';display: block;height: auto;padding: 8px 0px;position: absolute;right: 24px;top: 0px;}
.acd-content{display: block;height: 0;opacity: 0;padding: 0 16px;transition: .5s;visibility: hidden;background-color: rgba(164,139,120,0.1);margin-bottom: 24px;}
.acd-check:checked + .acd-label:after{content: '▲';}
.acd-check:checked + .acd-label + .acd-content{height: auto;opacity: 1;padding: 6px 24px 16px;visibility: visible;}


.video {position: relative;width: 100%;padding-bottom: 56.338%;height: 0%;overflow: hidden;}
.video iframe{position: absolute;top: 0;left: 0;width: 100%;height: 100%;}

/* ライン
--------------------------- */
.line_b1 {border-bottom: 1px dashed #3e3a39;}
.line_b2 {border-bottom: 1px solid #000;}
.line_b3 {border-bottom: 1px solid #ffffff;}
.line_b4 {border-bottom: 1px dashed #ffffff;}
.line_b5 {border-bottom: 2px solid #E60020;}
.line_t1 {border-top: 1px dashed #3e3a39;}
.line_o1 {border: 1px solid #ffffff;}
.line_o2 {border: 1px solid #3e3a39;}
.line_tb1 {border-bottom: 1px dashed #3e3a39;border-top: 1px dashed #3e3a39;}
.under_l a {position: relative; /*アンダーラインの位置を決めるための基準 */}
.h_ab{position: absolute;z-index: 100;top:0;}
.under_l a::after {
position: absolute;
left: 0;
content: '';
width: 100%;
height: 1px;
background: #fff;
bottom: -1px;               /*アンダーラインがaタグの下端から現れる*/
transform: scale(0, 1);     /*アンダーラインの縮尺比率。ホバー前はx方向に0*/
transform-origin: left top; /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の左端*/
transition: transform 0.3s; /*変形の時間*/
}

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

.auto_h{height: auto;}

ul.maru{list-style-type: "・"; clear: both;padding-left:1.6em;margin-left: 4px;}
ul.maru li{padding-bottom: 4px;}

/* ナビメニュー
--------------------------- */
.menu { position: relative;width: 100%;max-width: 1200px; margin: 0 auto;}
.menu > li {display: inline-block;font-weight: 700;font-size: 1.3rem;letter-spacing: 0.1em;}
.menu > li:last-child {}
.menu > li a {display: block;color: #212222;}
.menu > li a.wh {display: block;color: #322b29;}
.menu > li a:hover {}
ul.menu__second-level {visibility: hidden;opacity: 0;z-index: 1;}
ul.menu__third-level {visibility: hidden;opacity: 0;}
ul.menu__fourth-level {visibility: hidden;opacity: 0;}
.menu > li:hover {-webkit-transition: all .5s;transition: all .5s;}
.menu__second-level li {background-color: rgba(245,245,245,0.95);float: left;border-top: 3px solid #fff;font-size: 1.2rem;color: #212222;width: 100%;line-height: 48px;letter-spacing: 0.08em;box-sizing: border-box;padding: 0px 16px;text-align: center;}
.menu__second-level li:first-child {border-top: 0px solid #3E3A39;}
.menu__second-level li a {color: #212222;font-weight: 700;}
.menu__third-level li {border-top: 1px solid #000;}
.menu__second-level li a:hover {color: #727171;}
.menu__third-level li a:hover {background: #fff;}
.menu__fourth-level li a:hover {background: #fff;}

li.menu__single ul.menu__second-level {position: absolute;top: 40px;width: 200px;-webkit-transition: all .2s ease;transition: all .2s ease;}
li.menu__single:hover ul.menu__second-level {top: 40px;visibility: visible;opacity: 1;}
li.menu__mega ul.menu__second-level {left:90px;position: absolute;top: 40px;box-sizing: border-box;width: 94%;padding: 16px 3%;background-color: rgba(239,239,239,0.95);-webkit-transition: all .2s ease;transition: all .2s ease;}
li.menu__mega:hover ul.menu__second-level {top: 40px;visibility: visible;opacity: 1;}
li.menu__mega ul.menu__second-level > li {float: left;width: 25%;border: none;text-align: center;padding-bottom: 16px;}

/* 背景
--------------------------- */

.font_b1 {border-bottom: 2px solid #de82ad;padding-top: 24px;margin: 0 auto;width: 56px;height: 2px;}
.font_b2 {border-bottom: 2px solid #3296d4;padding-top: 24px;margin: 0 auto;width: 56px;height: 2px;}
.font_b3 {border-bottom: 2px solid #de82ad;padding-top: 24px;width: 56px;height: 2px;}

.topimg1{height: 540px;width: 100%;background-position: center center;background-repeat: no-repeat;background-size:cover;background-image:url("img/topimg1x.jpg");}
.top_text{width:75%;max-width: 540px;}
@media screen and (max-width: 1600px) {}
@media screen and (max-width: 1500px) {.top_text{width:85%;}}
@media screen and (max-width: 1400px) {.top_text{width:90%;}}
@media screen and (max-width: 1200px) {.d_no_h{display: none;}}

.s_bg{height: 440px;width: 100%;}
.s_bg1{background-position: center center;background-repeat: no-repeat;background-size:cover;background-image:url("img/s_haikei1.jpg");}

.bg1 {background-color: rgba(0,0,0,1);}
.bg2 {background-color: rgba(0,0,0,1);}
.bg2_2 {background-color: rgba(0,0,0,1);padding: 0px 8px 1px 8px;}
.bg3 {background-color: rgba(200,200,200,0.2);}
.bg4 {background-color: rgba(234,220,186,0.8);}

.bg5 {background-color: rgba(255,255,255,1);}
.bg6 {background-color: rgba(181,144,50,1);}

.bg7 {background-color: rgba(239,239,239,1);}
.bg8 {background-color: rgba(137,185,41,0.1);}

.wp-pagenavi {
	clear: both;
	text-align:center;

}
.wp-pagenavi a, .wp-pagenavi span {
	color: #3E3A39;
	background-color: #FFF;
	border: solid 1px #B59032!important;
	padding: 8px 10px 9px 10px!important;
	margin: 0 4px;
	white-space: nowrap;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	text-align: center;
	text-decoration:none;
}
.wp-pagenavi a:hover{
    color:#FFF; 
    background-color:#B59032; 
    border-color:#B59032!important;
    }
.wp-pagenavi span.current{
	color: #FFF;
	background-color: #B59032;
	border-color: #B59032;
	font-weight: bold;
    }

/* ロールオーバー
--------------------------- */
.c-btn.slide{display: inline-block;width: 100%;}
.c-btn.slide a{border: 2px solid #000;background: rgba(0,0,0,1);color: #fff;text-align: center;overflow: hidden;position: relative;z-index: 1;border-radius: 0px;padding: 12px 16px 14px 16px;letter-spacing: 0.1em;line-height: 2em;font-size: 1.3rem;width: 100%;margin: 0 auto;font-weight: 600;display: block;}
.c-btn.slide a::after {
 background: rgba(30,30,30,1);
  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: 1.3rem;}
.c-btn.slide a:hover::after {transform: scale(1, 1);}

.c-btn2.slide2{display: inline-block;}
.c-btn2.slide2 a{border: 1px solid #000;background: rgba(0,0,0,0);color: #000;text-align: center;overflow: hidden;position: relative;z-index: 1;border-radius: 8px;padding: 8px 16px 10px 16px;letter-spacing: 0.1em;line-height: 2em;font-size: 1.2rem;width:160px;margin: 0 auto;font-weight: 700;display: block;}
.c-btn2.slide2 a::after {
 background: rgba(0,0,0,1);
  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.1em;line-height: 2em;font-size: 1.2rem;}
.c-btn2.slide2 a:hover::after {transform: scale(1, 1);}

.c-btn3.slide3{}
.c-btn3.slide3 a{border: 1px solid #000;background: rgba(0,0,0,1);color: #fff;text-align: center;overflow: hidden;position: relative;z-index: 1;border-radius: 8px;padding: 12px 24px 13px 24px;letter-spacing: 0.1em;line-height: 2em;font-size: 1.4rem;width: 240px;margin: 0 auto;font-weight: 700;display: block;}
.c-btn3.slide3 a::after {
 background: rgba(30,30,30,1);
  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-btn3.slide3 a:hover {color: #fff;cursor: pointer;letter-spacing: 0.1em;line-height: 2em;font-size: 1.4rem;}
.c-btn3.slide3 a:hover::after {transform: scale(1, 1);}

.c-btn4.slide4{}
.c-btn4.slide4 a{border: 1px solid #000;background: rgba(0,0,0,0);color: #000;text-align: center;overflow: hidden;position: relative;z-index: 1;border-radius: 24px;padding: 8px 24px 9px 24px;letter-spacing: 0.1em;line-height: 2em;font-size: 1.2rem;width: 100%;margin: 0 auto;font-weight: 700;display: block;}
.c-btn4.slide4 a::after {
 background: rgba(0,0,0,1);
  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-btn4.slide4 a:hover {color: #fff;cursor: pointer;letter-spacing: 0.1em;line-height: 2em;font-size: 1.2rem;}
.c-btn4.slide4 a:hover::after {transform: scale(1, 1);}

.c-btn5.slide5{}
.c-btn5.slide5 a{border: 1px solid #efefef;background: rgba(239,239,239,1);color: #000;text-align: center;overflow: hidden;position: relative;z-index: 1;border-radius: 0px;padding: 14px 8px 15px 8px;letter-spacing: 0.1em;line-height: 2em;font-size: 1.3rem;width: 100%;margin: 0 auto;font-weight: 700;display: block;}
.c-btn5.slide5 a::after {
 background: rgba(0,0,0,1);
  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-btn5.slide5 a:hover {color: #fff;cursor: pointer;letter-spacing: 0.1em;line-height: 2em;font-size: 1.3rem;}
.c-btn5.slide5 a:hover::after {transform: scale(1, 1);}

@media screen and (max-width: 1030px) {}
@media screen and (max-width: 900px) {}
@media screen and (max-width: 800px) {.top_text{width:100%;}
.mgm1{margin-top: -264px;}
.mimg__item {width: calc(100vw / 2);}
.tab-list {flex-wrap: wrap;}
.tab-item { width: 46%;font-size: 1.1rem;padding: 10px 0;margin-bottom: 12px;margin-left: 1.5%;margin-right: 1.5%;}
.panel-item {display: none;padding-top: 16px;}
#top {height: 100vh; /* Fallback */height: calc(var(--vh, 1vh) * 100);}
.flex_box{display: block;width: 100%;flex-flow: wrap;justify-content: center;align-items: center;}
.flex_box3{display: block;width: 100%;flex-flow: wrap;justify-content: center;align-items: stretch;}
.d_no {display: block;}
.d_no_m {display: none;}
br.sp { display: none; }
br.pc { display: inline; }
.fitsize {position: absolute;width: auto;}
}
@media screen and (max-width: 600px) {
    .ind1{text-indent: -0.8em;padding-left: 0.8em;}
    .fix_f {position: fixed;z-index: 880;bottom:2px;right: 0px;width: 100%;padding: 0 8%;box-sizing: border-box;}
    .mgm1{margin-top: -104px;}
    .s_bg{height: 360px;width: 100%;}
    .top_text{width:100%;}
    .topimg1,.topimg2,.topimg3,.topimg4,.topimg5,.topimg6,.topimg7,.topimg8,.topimg9,.topimg10,.topimg11,.topimg12,.topimg13,.topimg14,.topimg15,.topimg16,.topimg17{height: 280px;}

    .title1{width: 240px;padding: 96px 32px;}
}
@media screen and (max-width: 340px) {}
