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

/* スライドショー
--------------------------- */
@import url('https://fonts.googleapis.com/css?family=Josefin+Sans:700&display=swap');
@import url('https://fonts.googleapis.com/css?family=M+PLUS+1p:300,500&display=swap');
body {color: #3e3a39;font-family: 'M PLUS Rounded 1c', sans-serif;font-weight: 300;}

/* テキスト
--------------------------- */
.font_s1,.font_s2,.font_s3,.font_s4,.font_s5_2,.font_s6_2{letter-spacing: 0.12em;}
.font_s5,.font_s6,.font_s7{letter-spacing: 0.12em;}
.font_s {font-size: 1.1rem;line-height: 20px;letter-spacing: 0.08em;}
.font_s1 {font-size: 1.3rem;line-height: 24px;}
.font_s2 {font-size: 1.4rem;line-height: 28px;}
.font_s3 {font-size: 1.6rem;line-height: 28px;}
.font_s4 {font-size: 1.8rem;line-height: 30px;}
.font_s5 {font-size: 2.0rem;line-height: 32px;}
.font_s5_2 {font-size: 2.0rem;line-height: 32px;}
.font_s6 {font-size: 2.8rem;line-height: 42px;}
.font_s6_2 {font-size: 2.8rem;line-height: 42px;}
.font_s7 {font-size: 2.4rem;line-height: 40px;}
.font_s8 {font-size: 3.8rem;line-height: 48px;}
.font_s9 {font-size: 4.2rem;}
.font_s10 {font-size: 5.0rem;line-height: 58px;}

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

/* テキストカラー
--------------------------- */
.f_c1 {color: #c30d23;}
.f_c2 {color: #ffffff;}
.f_c3 {color: #f39800;}
.f_c4 {color: #000000;}
.f_f1{font-family: 'Josefin Sans', sans-serif;}

.top_f2 {font-size: 2.0rem;line-height: 30px;letter-spacing: 0.08em;border-left: 4px solid #f39800;}
.top_f1 {font-size: 2.4rem;line-height: 34px;letter-spacing: 0.05em;border-left: 8px solid #c30d23;}

#blog p {font-size: 1.4rem;line-height: 25px;letter-spacing: 0.04em; clear: both; padding-bottom: 16px;box-sizing: border-box; }
#blog img { padding: 0 0 16px 0;}
#blog h6 {font-size: 1.6rem;line-height: 28px;letter-spacing: 0.04em;font-weight: 600; clear: both; padding-bottom: 16px; }
#blog h5 {font-size: 1.6rem;line-height: 28px;letter-spacing: 0.04em;font-weight: 600; clear: both; padding-bottom: 16px; }
#blog h4 {font-size: 1.8rem;line-height: 28px;letter-spacing: 0.05em;font-weight: 600; clear: both; padding-bottom: 16px;}
#blog h3 {font-size: 2.2rem;line-height: 35px;letter-spacing: 0.05em;font-weight: 900; clear: both; padding-bottom: 16px;}
#blog h2 {font-size: 2.6rem;letter-spacing: 0.05em;line-height: 34px;font-weight: 900; clear: both; padding-bottom: 16px;}
#blog h1 {font-size: 2.8rem;letter-spacing: 0.05em;line-height: 42px;font-weight: 900; clear: both; padding-bottom: 16px;}
#blog storng {font-weight: 900;}
#cat li:first-child {padding-top: 8px;}
#cat li {font-size: 1.3rem;line-height: 40px;letter-spacing: 0.05em;border-bottom: 1px solid #9fa0a0;}
#cat li:last-child {border-bottom: none;padding-bottom: 8px;}
/* テキストフォント
--------------------------- */

embed, frame, object{max-width: 100%;}
br.sp { display: inline; }
br.pc { display: none; }

/* リンクカラー
--------------------------- */
a, a:link, a:visited  {color: #c30d23;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: #000000;text-decoration: none;} 
.me a, .me a:link, .me a:visited  {color: #7DBAB9;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;} 
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;
}
a:hover, a:hover img, a:hover em, a:hover p {opacity: 0.95;filter: alpha(opacity=95);}
.op a:hover, .op a:hover img, .op a:hover em, .op a:hover p {opacity: 0.6;filter: alpha(opacity=60);}
.outer{display: table;height: 100%;text-align: left;}
.inner{display: table-cell;vertical-align: middle;text-align: left;}

.logo{
    width: 320px;
    height: 191px;
    position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-40%) translateX(-50%);
  -webkit- transform: translateY(-40%) translateX(-50%);
  margin: auto;
    z-index: 900;
}
.topbg1 {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
}
.re {position: relative;width: 100%;height: 100%;}
.swiper-slide-active .fadeSlider_01 {
    animation: fadeSlideImg01 5s ease 0s 1 normal;
    animation-iteration-count: 1;
    animation-delay: 0.3s;
    opacity: 0;
    }
@keyframes fadeSlideImg01 {
    0% { opacity: 0; transform: translateX(100px);}
    33% { opacity: 1; transform: translateX(0px); }
    66% { opacity: 1; }
    100% { opacity: 1; }
}
.swiper-slide-active .s-right-text {
  animation: slideFromRight 1.5s ease 0s 1 normal;
}
@keyframes s-right-text {
    0% { opacity: 0; }
    33% { opacity: 1; }
    66% { opacity: 1; }
    100% { opacity: 0; }
}

/* スライドショー
--------------------------- */
html, body {width: 100%;height: 100%;margin: 0px;padding: 0px;}
.swiper-container {width: 100%;height: 85%;margin: 0;padding: 0;}
.swiper-slide {height: 100%;background-size: cover;background-position: center center;background-repeat: no-repeat;margin: 0;padding: 0;}
body > .tophaikei {height: auto;}
.d_no {display: none;}
.fix_h {position: fixed;z-index: 900;top:0;}
.ind{text-indent: -1.7em;padding-left: 1.7em;}
/* ライン
--------------------------- */

.line_b1 {border-bottom: 1px solid #c30d23;}
.line_b2 {border-bottom: 1px dashed #3e3a39;}
.line_b3 {border-bottom: 1px solid #3e3a39;}

.line_t1 {border-top: 1px solid #3e3a39;}
.line_t2 {border-top: 1px solid #c30d23;}
.line_o1 {border: 1px solid #fff;}
.line_o2 {border: 1px solid #f39800;}
.line_lr1 {border-left: 1px solid #fff;border-right: 1px solid #fff;}
.line_r1 {border-right: 1px solid #727171;}
.line_tb1 {border-top: 1px solid #40220F;border-bottom: 1px solid #40220F;}
.pd_4{padding: 16px 16px 14px 16px;}
/* ナビメニュー
--------------------------- */
.menu-footer_nav-container .menu, .menu{
  *zoom: 1;
	list-style-type: none;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
}
.menu:before, .menu:after{
  content: "";
  display: table;
}
.menu:after{
  clear: both;
}
.menu li img{
 vertical-align:middle;
}
.menu li {
    position: relative;
    text-align: center;
    display: inline-block;
    *display: inline;
    font-weight: 500;
    padding-right: 24px;
    padding-left: 36px;
    font-size: 1.3rem;
    line-height: 24px;
    letter-spacing: 0.05em;
    background-image: url("img/line_s1.png");
    background-size: 12px 12px;
    background-position: left center;
    background-repeat: no-repeat;
    font-family: 'Josefin Sans', sans-serif;font-weight: 900;
}
.menu-footer_nav-container .menu li:last-child, .menu li:last-child {
   display: inline-block;
  *display: inline;
    padding-right: 0px;
}
.menu-footer_nav-container .menu li:first-child, .menu li:first-child {
    background-image: url(none);
    padding-left: 0px;
}
.menu li a {margin: 0;text-decoration: none;font-style: normal;display: block;color: #000000;}
.menu li ul {list-style: none;position: absolute;z-index: 9999;top: 100%;left: 0;}
.menu li ul li {width: 200px;text-align: left;font-size: 1.4rem;background-image: url(none), url(none);padding-left: 12px;padding-right: 12px;background: rgba(0,0,0,0.8);}
.menu li ul li:last-child {background-image: url(none), url(none);padding-left: 12px;padding-right: 12px;}
.menu li ul li:first-child {padding-left: 12px;padding-right: 12px;}
.menu li ul li a{color: #fff;}
.menu li:hover > a{}
.menu li a:hover{}
.menu li ul li{overflow: hidden;height: 0;transition: .2s;}
.menu li:hover ul li{overflow: visible;height: 36px;}

.menu-footer_nav-container .menu li {
    position: relative;
    text-align: center;
    display: inline-block;
    *display: inline;
    font-weight: 500;
    padding-right: 16px;
    padding-left: 16px;
    font-size: 1.3rem;
    line-height: 24px;
    letter-spacing: 0.05em;
    background-image: url(none);
    font-family: 'Josefin Sans', sans-serif;font-weight: 900;
}
/* 背景
--------------------------- */

.bg1 {background-color: rgba(255,255,255,0.95);}
.bg2 {background-color: rgba(195,13,35,1);}
.bg2_1 {background-color: rgba(195,13,35,0.02);}
.bg3 {background-color: rgba(243,152,0,1);}
.bg6_1 {
    background-image: url("img/s01.jpg");
}
.bg6_2 {
    background-image: url("img/c01.jpg");
}
.bg6_3 {
    background-image: url("img/r01.jpg");
}

.bg4 {background-image: url("img/haikei2.jpg");background-position: center center;background-size: cover;}
.bg5 {background-color: rgba(0,0,0,1);}
.bg6 {
	background-position: center center;
    background-size: cover;
    height: 300px;
}
.bg7 {background-color: rgba(245,245,245,1);}
.bg9 {background-image: url("img/stop1.jpg");background-position: center center;background-size: cover;}
.bg8 {background-color: rgba(255,255,255,0.6);}
.mg_bb{margin-top: -24px;}
.relative {position: relative; }
.ab_t{position: absolute;top:-1px;left:0;width: 73px;height: 38px;}

@media screen and (max-width: 780px) {
.menu-header_nav-container{display: none;}
.d_no {display: block;}
.d_no_m {display: none;}
br.sp { display: none; }
br.pc { display: inline; }

    /* ナビメニュー
--------------------------- */

.menu-drawer_nav-container{width: 100%;height: 100%;}
.menu{*zoom: none;list-style-type: none;width: 100%;max-width: 100%;padding:0;margin:0;text-align: center;overflow: hidden;position: static;}
.menu:before, .menu:after{content: "";display:inline;}
.menu:after{clear:none;}
.menu li {
  position: static;
  background-image: none;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 3px 10px;
  padding-left: 0px;
  padding-right: 0px;
 display: inline-block;
    *display: inline;
  width:90%;
  margin-left: auto;
  margin-right: auto;
  height:auto;
  color:#fff;
  padding:10px;
  border-bottom:1px solid #fff;
   text-align: center;
}
.menu li:first-child {padding:36px 10px 10px 10px;}
.menu li:last-child {padding:10px;}
.menu li a{
   text-decoration:none;
   font-size:15px;
   display:block;
   height:auto;
   line-height:32px;
   font-weight:bold;
   color:#fff;
}
.menu li ul.sub-menu {list-style: none;position: static;z-index: auto;top: auto;left: 0;margin-top: 0px;padding: 8px 0px 0px 16px;display:block;background:none;}
.menu li ul.sub-menu li {width: 100%;text-align: justify;font-size: 1.2rem;background-image: url(none), url(none);padding: 0px 0px 0px 16px;position: static;border-bottom:none;background: rgba(0,0,0,0.0);margin-top: 0px;}
.menu li ul.sub-menu li a{color:#fff; }
.menu li:hover > a{}
.menu li a:hover{}
.menu li ul li{overflow: visible;height: 36;transition: .0;margin-top: 0px;}
.menu li:hover ul li{overflow: visible;height: auto;margin-top: 0px;}
.line_t1 {border-top: 1px dotted #3e3a39;}
.logo{width: 280px;height: 147px;top: 50%;}
.bg6 {height: 160px;
}
.font_s6_2 {font-size: 2.4rem;line-height: 40px;}
.font_s5_2 {font-size: 1.8rem;line-height: 30px;}
.font_s1,.font_s2,.font_s3,.font_s4,.font_s5_2,.font_s6_2{letter-spacing: 0.1em;}
.font_s5,.font_s6,.font_s7{letter-spacing: 0.1em;}
}