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

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

body {color: #595757;font-family: 'Noto Sans JP', sans-serif;background-repeat: repeat;font-weight: 400;}
body{}
#top1 {height: 100vh;height: calc(var(--vh, 1vh) * 100);}
.newscate{padding: 8px 0 10px 0;width: 100px;background-color: #c9a063;color: #fff; text-align: center;display: inline-block;vertical-align: middle;}
.n_cate{padding: 8px 4px 10px 4px;width: 100px;background-color: #c9a063;color: #fff; text-align: center;display: inline-block;vertical-align: middle;font-size: 1.0rem;}
.f_cate{padding: 8px 0 10px 0;width: 100%;background-color: #c9a063;color: #fff; text-align: center;display: inline-block;vertical-align: middle;}
.yoyaku{padding: 8px 8px 10px 10px;background-color: #c9a063;color: #fff; text-align: center;display: inline-block;vertical-align: middle;font-weight: 700;letter-spacing: 0.13em;margin: 6px 10px 0 0;}

@-webkit-keyframes sdb {0% {-webkit-transform: rotate(-45deg) translate(0, 0);opacity: 0;}50% {opacity: 1;}100% {-webkit-transform: rotate(-45deg) translate(-20px, 20px);opacity: 0;}}
@keyframes sdb {0% {transform: rotate(-45deg) translate(0, 0);opacity: 0;}50% {opacity: 1;}100% {transform: rotate(-45deg) translate(-20px, 20px);opacity: 0;}}
.flex_box{display: flex;width: 100%;flex-flow: wrap;justify-content: center;align-items: center;}
.flex2 {flex-flow: row-reverse;}
.table-scroll{overflow: auto; /*スクロールさせる*/white-space: nowrap; /*文字の折り返しを禁止*/width:100%; /*今回の設置を分かりやすくするためワザと狭い幅を指定。本来は不必要な指定です。*/}
.mgm{margin-top: -80px;}
@keyframes anime_slider_fade {0% {opacity: 0;}100% {opacity: 1;}}
.top_title{position: absolute;width: 100%;height: 100%; max-width: 1400px;margin: 0 auto;z-index: 9000;}
/* 以下、スクロールバーを追加 */
.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;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.15em;line-height: 2.2em;}
.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.1em;font-size: 1.4rem;line-height:40px;}
/* テキスト
--------------------------- */
.font_s1,.font_s2,.font_s3,.font_s4,.news_t{letter-spacing: 0.1em;line-height: 2em;}
.font_s5,.font_s6,.font_s8{letter-spacing: 0.04em;line-height: 2em;}
.font_s {font-size: 1.2rem;letter-spacing: 0.1em;line-height: 1.7em;}
.font_sx {font-size: 1rem;letter-spacing: 0.1em;line-height: 1.3em;}
.font_s1 {font-size: 1.2rem;}
.font_s2 {font-size: 1.4rem;}
.font_s3,.font_s3_2 {font-size: 1.6rem;}
.font_s3_2{letter-spacing: 0.13em;line-height: 2.8em;}
.font_s4 {font-size: 1.8rem;}
.font_s5 {font-size: 2.0rem;}
.font_s6 {font-size: 2.4rem;}
.font_s7 {font-size: 3.0rem;letter-spacing: 0.12em;line-height: 2em;}
.font_s8 {font-size: 6.0rem;letter-spacing: 0.3em;line-height: 1.8em;}
.font_s9 {font-size: 6.0rem;letter-spacing: 0.13em;line-height: 1.4em;}
.font_s10,.font_s10_2 {font-size: 7.0rem;line-height: 70px;letter-spacing: 0.05em;}
.ls_b {letter-spacing: 0.12em;}
.f_b {font-weight: 900;}
.f_b2 {font-weight: 800;}
.f_b3 {font-weight: 600;}
.f_b4 {font-weight: 400;}
.news_t {font-size: 3.8rem;line-height: 38px; padding-bottom: 48px;}
.pd_n{padding-top: 32px;}
.pd_c{padding: 6px 10px 8px 12px;vertical-align: 2px;}
/* テキストカラー
--------------------------- */
.f_c1 {color: #f08300;}
.f_c2 {color: #ffffff;}
.f_c3 {color: #00913a;}
.f_c4 {color: #C30442;}
.f_c5 {color: #00417a;}
.op05{opacity: 0.2;}
.top_f2 {font-size: 2.0rem;line-height: 2em;letter-spacing: 0.1em;border-left: 4px solid #f08300;padding-left: 20px;}
.top_f1 {font-size: 2.0rem;line-height: 2em;letter-spacing: 0.1em;border-left: 4px solid #00913a;padding-left: 20px;}

.top_f3 {font-size: 1.4rem;line-height: 22px;letter-spacing: 0.1em;border-left: 8px solid #fff100;padding-left: 12px;}

#blog p {font-size: 1.4rem;letter-spacing: 0.1em;line-height: 1.8em; clear: both; padding-bottom: 24px;}
#blog h6 {font-size: 1.6rem;letter-spacing: 0.1em;line-height: 1.8em;font-weight: 600; clear: both; padding-bottom: 16px; }
#blog h5 {font-size: 1.6rem;letter-spacing: 0.1em;line-height: 1.8em;font-weight: 600; clear: both; padding-bottom: 16px; }
#blog h4 {font-size: 1.6rem;letter-spacing: 0.1em;line-height: 1.8em;font-weight: 600; clear: both; border-left: 4px solid #000000;padding-left: 16px;margin-bottom: 16px;}
#blog h3 {font-size: 1.8rem;letter-spacing: 0.1em;line-height: 1.8em;font-weight: 600; clear: both; border-left: 4px solid #000000;padding-left: 16px;margin-bottom: 16px;}
#blog h2 {font-size: 2.0rem;letter-spacing: 0.1em;line-height: 1.8em;font-weight: 600; clear: both; border-left: 4px solid #000000;padding-left: 16px;margin-bottom: 16px;}
#blog h1 {font-size: 2.2rem;letter-spacing: 0.1em;line-height: 1.8em;font-weight: 600; clear: both; border-left: 4px solid #000000;padding-left: 16px;margin-bottom: 16px;}
#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;}
#blog ol {list-style-type: decimal; padding-left:2.5em;padding-bottom: 16px; clear: both;}
#blog ol li { padding-bottom: 8px;}
#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: #c9a063;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.2rem;line-height: 40px;letter-spacing: 0.05em;border-bottom: 1px dashed #9fa0a0;}
#cat li:last-child {border-bottom: none;padding-bottom: 8px;}

/* 開くボタン */
.button-open {}
/* モーダルウィンドウ */
.modal-window {display: none;position: fixed;top: 50%;left: 50%;transform: translate(-50%, -50%);width: 90%;max-width: 480px;height: 300px;background-color: #fff;border-radius: 5px;z-index: 11;}
/* 閉じるボタン */
.button-close {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 200px;
  padding: 1em;
  background-color: #c96931;
  color: #eaeaea;
  border-radius: 20rem;
  cursor: pointer;
}
/* オーバーレイ */
.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 10;
}

.movie{position: relative;width: 100%;padding-bottom: 56.25%;height: 0%;overflow: hidden;}
.movie video{position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.movie .play-btn{position:absolute;width:100%;height:100%;left:0;top:0;}
.movie .play-btn .thumb{position:absolute;width:100%;height:100%;left:0;top:0;z-index:1;}
.movie .play-btn .btn{display: block;width: 10%;position: absolute;top: 50%;left: 50%;transform: translateY(-50%) translateX(-50%);-webkit- transform: translateY(-50%) translateX(-50%);z-index:2;}
.movie .play-btn.playActive{display:none;}

/* テキストフォント
--------------------------- */
.f_f1 {font-family: 'Libre Baskerville', serif;}
embed,iframe,object{max-width: 100%;}
br.sp { display: inline; }
br.pc { display: none; }

/* リンクカラー
--------------------------- */
a, a:link, a:visited  {color: #f08300;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;} 
.b1 a, .b1 a:link, .b1 a:visited  {color: #000;text-decoration: none;} 
.me a, .me a:link, .me a:visited  {color: #f08300;text-decoration:underline;} 
.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: left;}
.inner{display: table-cell;vertical-align: middle;text-align:center;}
.h_logo{position: absolute;top: 0%;margin: auto;z-index: 900;width: 100%;box-sizing: border-box;padding: 24px 24px 0 24px;}
.outer_t1{display: table;width: 90%;height: 100%;max-width: 1400px;margin: 0 auto;text-align: left;}
.inner_t1{display: table-cell;vertical-align: middle;}
.outer_t2{display: table;}
.inner_t2{display: table-cell;vertical-align: middle;}
.flow_t1{display: table;width: 48px;height: 48px;position: absolute;left: 0;top: 0;z-index: 110;}
.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%);
}

/* スライドショー
--------------------------- */
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;}
.t_title{position: absolute;left: 50%;top: 50%;transform: translateY(-50%) translateX(-50%);-webkit- transform: translateY(-50%) translateX(-50%);width: 90%;max-width: 1400px;z-index: 799;}

.tophaikei {width: 60%;height: 100%;background-position: center center;background-repeat: no-repeat;background-size: cover;}
.tophaikei1 {width: 100%;height: 100%;background-position: center center;background-repeat: no-repeat;background-size: cover;}


.h_haikei_t {width: 100%;height: 100%;background-position: center center ;background-size: cover;background-repeat: no-repeat;}
.d_no {display: none;}
.d_no_m {display: block;}
.fix_h {position: fixed;z-index: 990;top:0;}
.fix_h1 {position: fixed;z-index: 900;top:0;}
.fix_f {position: fixed;z-index: 900;bottom:0;transition: .3s;transform: translateY(100%);}
.fix_r {position: fixed;z-index: 990;bottom:50%;right: 0%; transition: .3s;transform: translateY(50%) translateX(100%);width: 80px;}
.is-show,.is-show2 {transform: translateY(0);}
.is-show3 {transform: translateY(50%) translateX(0%);}
.ds1{box-shadow: 0 0px 8px 0px rgba(0, 48, 47, 0.4);}
.outer_box{ display: table;width: 100%;height: 700px;}

.logo_h{width: 200px;display: none;}

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

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

.line_b1,.line_b1x {border-bottom: 1px dashed #3e3a39;}
.line_b2 {border-bottom: 1px dashed #f08300;}
.line_b3 {border-bottom: 1px dashed #00913a;}
.line_b4 {border-bottom: 1px dashed #ffffff;}
.line_b5 {border-bottom: 1px solid #3e3a39;}
.line_b6 {border-bottom: 1px dashed #000;}
.line_t1 {border-top: 2px solid #002760;}
.line_t2 {border-top: 1px dashed #3e3a39;}
.line_t2 {border-top: 1px dashed #00302f;}
.line_o1 {border: 1px solid #ffffff;}
.line_o2_1 {border-left: 1px solid #00302F;border-top: 1px solid #00302F;border-bottom: 1px solid #00302F;}
.line_o2 {border: 1px solid #c9a063;}
.line_o3 {border: 1px solid #231815;}
.line_lr1 {border-left: 1px solid #00302f;border-right: 1px solid #00302f;}
.line_x1 {border-left: 1px solid #727171;border-right: 1px solid #727171;border-top: 1px solid #727171;}
.line_l1,.line_l1_2 {border-left: 1px solid #00302f;}
.line_l2,.line_l2m {border-left: 1px solid #fff;}
.line_l3 {border-left: 1px solid #fff;}
.line_r1 {border-right: 1px solid #3e3a39;}
.line_r1x {border-right: 1px solid #00061a;}
.line_r2 {border-right: 1px solid #fff;}
.line_tb1 {border-top: 1px solid #D680A0;border-bottom: 1px solid #D680A0;}
.auto_h{height: auto;}


/* ナビメニュー
--------------------------- */
.menu { position: relative;width: 100%;margin: 0 auto;}
.menu > li {display: inline-block;font-weight: 500;white-space: nowrap}
.menu > li a {display: block;color: #3e3a39;;}
.menu > li a.wh {display: block;color: #fff;}
.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 {border-top: 1px dashed #3e3a39;font-size: 1.1rem;color: #3e3a39;width: 180px;line-height: 48px;letter-spacing: 0.15em;box-sizing: border-box;padding: 0px 16px;text-align: left;}
.menu__second-level li:first-child {border-top: 0px solid #fff}
.menu__second-level li a {color: #3e3a39;font-weight: 500;}
.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;}

/* 下矢印 */
.init-bottom:after {content: '';display: inline-block;width: 6px;height: 6px;margin: 0 0 0 15px;border-right: 1px dashed #fff;border-bottom: 1px dashed #fff;-webkit-transform: rotate(45deg);-ms-transform: rotate(45deg);transform: rotate(45deg);}
.menu:before,.menu:after {content: " ";display: table;}
.menu:after {clear: both;}
.menu {*zoom: 1;}
.menu > li.menu__single {position: relative;}

li.menu__single ul.menu__second-level {position: absolute;top: 16px;width: 180px;background-color: rgba(245,245,245,0.95);-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 {position: absolute;top: 16px;left: 0;box-sizing: border-box;width: 96%;padding: 16px 2%;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;}


/* 下矢印 */
.init-bottom:after {content: '';display: inline-block;width: 6px;height: 6px;margin: 0 0 0 15px;border-right: 1px solid #fff;border-bottom: 1px solid #fff;-webkit-transform: rotate(45deg);-ms-transform: rotate(45deg);transform: rotate(45deg);}

embed,iframe,object{max-width: 100%;}

.move {width: 100%;max-width: 1200px;margin-left: auto;margin-right: auto;}
.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%;}

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

.font_b1 {border-bottom: 2px solid #c9a063;padding-top: 12px;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 #c9a063;padding-top: 16px;width: 56px;height: 2px;}
.topimg1 {background: url("img/topimg03.jpg") center center / cover no-repeat;width: 100%;height: 620px;}
.topimg2 {background: url("img/topimg01.jpg") center center / cover no-repeat;width: 100%;height: 620px;}
.topimg3 {background: url("img/topimg02.jpg") center center / cover no-repeat;width: 100%;height: 620px;}


.top_text{width:65%;}
.top_text2{width:80%;}
@media screen and (max-width: 1600px) {.top_text{width:75%;}}
@media screen and (max-width: 1500px) {.top_text{width:90%;}}
@media screen and (max-width: 1400px) {.top_text,.top_text2{width:100%;}}
.s_bg{background-position: center center;height: 360px;background-color: rgba(240,131,0,0.2);}
.s_bg1{background-position: top center;background-size: cover;background-image: url("img/s_haikei1.jpg");}
.s_bg2{background-position: center center;background-size: cover;background-image: url("img/s_haikei2.jpg");}
.s_bg3{background-position: center center;background-size: cover;background-image: url("img/s_haikei3.jpg");}
.s_bg4{background-position: center center;background-size: cover;background-image: url("img/s_haikei4.jpg");}
.s_bg5{background-position: center center;background-size: cover;background-image: url("img/s_haikei5.jpg");}


.bg1,.bg1x {background-color: rgba(255,255,255,1);}
.bg2 {background-color: rgba(0,145,58,1);}
.bg3 {background-color: rgba(240,131,0,1);}
.bg3_2 {float: left;width: 55%; background-image: url("img/topimg01.jpg");background-position: center center;background-size: cover;height: 440px;}
.bg4 {background: rgba(255,255,255,1);}
.bg5 {background-color: rgba(89,87,87,1);border-radius: 0px 0px 0px 20px;}

.bg6 {background-color: rgba(253,238,237,1);}
.bg7 {background-color: rgba(239,239,239,1);}
.bg8 {background-color: rgba(213,227,212,0.5);}
.bg9 {background-color: rgba(195,4,66,0.07);}

.rel_t {position: relative; width: 100%;height: 100%;}
.rel_t1 {position: relative; width: 100%;height: 100vh;box-sizing: border-box;}
.rel_t1x {position: relative; width: 100%;height: 100%;}
.rel_t2 {position: relative;width: 100%;height: 1020px;}
.rel_t3 {position: relative;width: 100%;}
.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;}
@media screen and (max-width: 1030px) {.fix_h {}}
@media screen and (max-width: 830px) {
.font_s3_2{letter-spacing: 0.12em;line-height: 2.2em;}
.font_s7 {font-size: 2.6rem;letter-spacing: 0.11em;line-height: 1.8em;}

.topimg1 {height: 300px;}
.topimg2 {height: 300px;}
.topimg3 {height: 300px;}
.topimg4 {height: 300px;}
.flex_box{display: block;width: 100%;flex-flow: wrap;justify-content: center;align-items: center;}
.d_no {display: block;}
.d_no_m {display: none;}
br.sp { display: none; }
br.pc { display: inline; }

.bg1x {background-color: rgba(255,255,255,0);}
.acd-label{;display: block;padding: 16px 40px 16px 24px;position: relative;}
.acd-label:after{right: 16px;}
    /* ナビメニュー
--------------------------- */
.s_bg{height: 280px;}
.h_haikei_t {width: 100%;height: 100%;}
.tophaikei {width: 100%;height: 100%; background-size: cover !important;overflow: visible;}

}
@media screen and (max-width: 780px) {
.fix_r {position: fixed;z-index: 990;bottom:0%;right: 0%; transition: .3s;transform: translateY(100%) translateX(0%);width: 100%;padding: 0 56px;box-sizing: border-box;max-width: 500px;}
.is-show3 {transform: translateY(0%) translateX(0%);}
}
