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

/* スライドショー
--------------------------- */
@import url('https://fonts.googleapis.com/css2?family=BIZ+UDPGothic:wght@400;700&family=Noto+Sans+JP:wght@900&display=swap')
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;500&display=swap');
body {color: #595757;font-family: 'Noto Sans JP', sans-serif;background-repeat: repeat;font-weight: 500;}
body{}
#top1 {
  height: 80vh; /* Fallback */
  height: calc(var(--vh, 1vh) * 80);
}
.mg1{margin-top: -1px;}
.pd_x4{padding-top: 6px;}
.newscate{padding: 8px 0 10px 0;width: 100px;background-color: #036EB8;color: #fff; text-align: center;display: inline-block;vertical-align: middle;}
.n_cate{padding: 8px 4px 10px 4px;width: 100px;background-color: #F08300;color: #fff; text-align: center;display: inline-block;vertical-align: middle;font-size: 1.0rem;letter-spacing: 0.07em;}
.f_cate{padding: 8px 0 10px 0;width: 100%;background-color: #036EB8;color: #fff; text-align: center;display: inline-block;vertical-align: middle;}
.yoyaku{padding: 8px 8px 10px 10px;background-color: #036EB8;color: #fff; text-align: center;display: inline-block;vertical-align: middle;font-weight: 700;letter-spacing: 0.13em;margin: 6px 10px 0 0;}
.rel_t a,.rel_t1 a,.rel_t1x a {position: absolute;bottom: 16px;left: 50%;z-index: 2;display: inline-block;-webkit-transform: translate(0, -50%);transform: translate(0, -50%);text-decoration: none;padding-top: 70px;}
.rel_t a span,.rel_t1 a span,.rel_t1x a span {position: absolute;font-size: 1.4rem;letter-spacing: 0.1em;line-height: 2.0em;bottom: 40px;left: 50%;width: 36px;height: 36px;margin-left: -18px;border-left: 2px solid #603b24;border-bottom: 2px solid #603b24;-webkit-transform: rotate(-45deg);transform: rotate(-45deg);-webkit-animation: sdb 2.0s infinite;animation: sdb 2.0s infinite;box-sizing: border-box;}
@-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;}



.topimg1 {background: url("img/haikei2x.jpg") center center / cover no-repeat;width: 100%;height: 596px;}
.topimg2 {background: url("img/haikei3xx.jpg") center center / cover no-repeat;width: 100%;height: 596px;}
.topimg3 {background: url("img/haikei4xx.jpg") center center / cover no-repeat;width: 100%;height: 596px;}
.topimg4 {background: url("img/haikei5x.jpg") center center / cover no-repeat;width: 100%;height: 596px;}
.topimg5 {background: url("img/haikei6x.jpg") center center / cover no-repeat;width: 100%;height: 360px;}
.top_text{width:65%;max-width: 520px;}
@media screen and (max-width: 1600px) {.top_text{width:75%;}}
@media screen and (max-width: 1500px) {.top_text{width:85%;}}
@media screen and (max-width: 1400px) {.top_text{width:100%;}}

.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;}
.top_title_l{position: absolute;top: 50%;left: 0%;transform: translate(-50%, -0%);-webkit-transform: translate(-50%, -0%);-ms-transform: translate(-50%, -0%);z-index: 9000;}
.top_title_r{position: absolute;top: 50%;right: 0%;transform: translate(-50%, -0%);-webkit-transform: translate(-50%, -0%);-ms-transform: translate(-50%, -0%);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.13em;font-size: 1.4rem;line-height:36px;}
/* テキスト
--------------------------- */
.font_s1,.font_s2,.font_s3,.font_s1x{letter-spacing: 0.1em;line-height: 2.2em;}
.font_s4,.font_s7,.font_s8,.news_t{letter-spacing: 0.1em;line-height: 2.2em;}
.font_s {font-size: 1.1rem;letter-spacing: 0.1em;line-height: 2em;}
.font_sx {font-size: 1rem;letter-spacing: 0.1em;line-height: 1.3em;}
.font_s1 {font-size: 1.3rem;}
.font_s1xx {font-size: 1.3rem;letter-spacing: 0.06em;line-height: 1.8em;}
.font_s1x {font-size: 1.2rem;}
.font_s2 {font-size: 1.4rem;}
.font_s2x {font-size: 1.4rem;letter-spacing: 0.08em;line-height: 1.8em;}
.font_s3 {font-size: 1.6rem;}
.font_s4 {font-size: 1.8rem;}
.font_s4_2 {font-size: 2rem;letter-spacing: 0.08em;line-height: 2em;}
.font_s5 {font-size: 2.2rem;letter-spacing: 0.08em;line-height: 1.6em;}
.font_s5_2 {font-size: 2.6rem;letter-spacing: 0.08em;line-height: 1.4em;}
.font_s6 {font-size: 3.2rem;letter-spacing: 0.08em;line-height: 1.6em;}
.font_s7 {font-size: 3.4rem;letter-spacing: 0.08em;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_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: 700;}
.f_b3 {font-weight: 500;}
.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: #EA5514;}.f_c1x {color: #F8B500;}
.f_c2 {color: #ffffff;}
.f_c3 {color: #000;}
.f_c4 {color: #036eb8;}
.f_c5 {color: #007b3a;}
.op05{opacity: 0.2;}
.top_f2 {font-size: 2.0rem;line-height: 2em;letter-spacing: 0.1em;border-left: 4px solid #EA5514;padding-left: 20px;color: #EA5514;}
.top_f1 {font-size: 1.3rem;line-height: 24px;letter-spacing: 0.13em;border-left: 6px solid #000;padding: 8px 0px 12px 24px;border-bottom: 2px solid #000;width: 100%;}

.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: #036EB8;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;}


/* テキストフォント
--------------------------- */
.f_f1 {font-family: 'Oswald', sans-serif;}
.f_f2 {font-family: 'Zen Old Mincho', serif;}
.f_f3 {font-family: 'Noto Sans JP', sans-serif;}
.f_f4 {font-family: 'Raleway', sans-serif;}
embed,iframe,object{max-width: 100%;}
br.sp { display: inline; }
br.pc { display: none; }

/* リンクカラー
--------------------------- */
a, a:link, a:visited  {color: #EA5514;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: #F8B500;text-decoration: none;} 
.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: left;}
.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: right;}
.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;}
.t_title{position: absolute;left: 50%;bottom: 5%;transform: translateY(-0%) translateX(-50%);-webkit- transform: translateY(-0%) translateX(-50%);width: 90%;max-width: 1040px;z-index: 799;}
.top_tt1 {width: 30%;padding-top: 88px;}
@media screen and (max-width: 1940px) {.t_title{max-width: 960px;}.top_tt1 {width: 27%;padding-top: 56px;}}
@media screen and (max-width: 1600px) {.t_title{max-width: 880px;}.top_tt1 {width: 27%;padding-top: 48px;}}
@media screen and (max-width: 1400px) {.t_title{max-width: 800px;}.top_tt1 {width: 27%;padding-top: 40px;}}
@media screen and (max-width: 1300px) {.t_title{max-width: 760px;}.top_tt1 {width: 27%;padding-top: 40px;}}
.rel_t1x {position: relative; width: 100%;height: 100%;}
.tophaikei {width: 100%;height: 100%;background-position: center center ;background-size: cover;background-repeat: no-repeat;background-image: url("img/haikei1.jpg");}
.tophaikeix {width: 100%;height: 100%;background-position: center center ;background-size: cover;background-repeat: no-repeat;background-image: url("img/haikei1x.jpg");}
.h_haikei_t {width: 100%;height: 100%;}

.d_no {display: none;}
.d_no_m {display: block;}
.fix_h1 {position: fixed;z-index: 900;top:0;}
.fix_r {position: fixed;z-index: 990;bottom:50%;right: 0%; transition: .3s;transform: translateY(50%) translateX(100%);width: 80px;}
.fix_h {position: fixed;z-index: 900;top:0;transition: .3s;transform: translateY(-100%);}
.fix_f {position: fixed;z-index: 900;bottom:0;transition: .3s;transform: translateY(100%);}
.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: #F08300;color: #fff;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 {border-bottom: 1px dashed #EA5514;}
.line_b1x {border-bottom: 1px solid #EA5514;}
.line_b2 {border-bottom: 1px dashed #fff;}
.line_b3 {border-bottom: 2px dashed #EA5514;}
.line_b4 {border-bottom: 2px solid #F08300;}
.line_b5 {border-bottom: 1px dashed #595757;}
.line_t1 {border-top: 2px solid #002760;}
.line_t2 {border-top: 1px dashed #3e3a39;}
.line_tb1 {border-bottom: 1px dashed #EA5514;border-top: 1px dashed #EA5514;}

.line_o1 {border: 2px solid #F08300;}
.line_o1x {border: 2px solid #FCC800;}
.line_o2 {border: 1px solid #F08300;}
.line_lr1 {border-left: 1px solid #00302f;border-right: 1px solid #00302f;}
.line_r1 {border-right: 1px dashed #3e3a39;}
.auto_h{height: auto;}


/* ナビメニュー
--------------------------- */
.menu { position: relative;width: 100%;margin: 0 auto;}
.menu > li {display: inline-block;font-weight: 700}
.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: 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;}

/* 下矢印 */
.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%;}

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

.s_bg{background-position: center center;height: 360px;background-image: url("img/haikei1.jpg");background-size: contain;background-repeat:repeat-x;}
.s_bg1{background-position: center center;background-size: cover;height: 480px;background-image: url("img/top03.jpg");}

.sankaku{width: 72px;margin: 0 auto;}

.bg1 {background-color: rgba(240,131,0,1);}
.bg1x {background-color: rgba(252,200,0,1);}
.bg2 {background-color: rgba(255,255,255,1);}
.bg3 {background: rgba(240,240,240,1);}
.bg4 {background-color: rgba(240,131,0,0.08);}
.bg5 {background-color: rgba(62,160,56,1);}

.bg6 {background-color: rgba(139,198,233,0.15);}
.bg7 {background-color: rgba(255,255,255,1);}
.bg8 {background-color: rgba(240,131,0,0.1);}
.rel_t {position: relative; width: 100%;height: 100%;}
.rel_t1x {position: relative; width: 100%;height: 100%;}

.shadow {box-shadow: 24px 24px 0px 0 rgb(64, 34, 15, 0.12);}

@media screen and (max-width: 1030px) {.fix_h {}}
@media screen and (max-width: 830px) {
.top_tt1 {width: 60%;padding-top: 40px;}
.font_s7 {font-size: 3rem;letter-spacing: 0.08em;line-height: 1.6em;}
.font_s6 {font-size: 2.2rem;letter-spacing: 0.08em;line-height: 1.8em;}
.topimg1,.topimg2,.topimg3,.topimg4 {height: 320px;}
.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; }

.acd-label{;display: block;padding: 16px 40px 16px 24px;position: relative;}
.acd-label:after{right: 16px;}
    /* ナビメニュー
--------------------------- */
.s_bg{height: 320px;}
.s_bg1{height: 240px;}
.s_bg2{height: 240px;}
.s_bg3{height: 240px;}
.s_bg4{height: 240px;}
.s_bg5{height: 240px;}
.s_bg6{height: 240px;}

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