@charset "utf-8";

/*
Theme Name: DADA graphic
Theme URI: https://dada-graphic.com/
Description: DADA graphic
Version: 1.0
Author: DADA graphic
Author URI: https://dada-graphic.com/
*/

/*================================
    全体
==================================*/



  body {
    font-size: 14px;
    line-height: 1.6;
    margin: 0px;
    padding: 0px;
    font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    "BIZ UDPGothic",
    Meiryo,
    sans-serif;
    background-image: linear-gradient(164deg, rgba(0, 16, 58, 1), rgba(22, 84, 161, 1));
}


article,
aside {
    overflow: hidden;
}


.clear {
    clear: both;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style-type: none;
}

img {
    max-width: 100%;
    height: auto;
}

.container {
    width: 1150px;
    max-width: 100%;
}

i {
    vertical-align: baseline;
}


.sp,
.sp-fixed {
    display: none;
}


@media only screen and (max-width: 768px) {
    .pc {
        display: none;
    }

    .sp {
        display: block;
    }
}



@media screen and (max-width: 980px) {
    .sp-fixed {
        width: 100%;
        display: block;
        position: fixed;
        bottom: 0;
        z-index: 100;
        background: rgba(0, 0, 0, 0.55);
        padding: 5px;
    }
}


p {
    margin: 0;
    padding: 0;
}




    .block{
    display:block;
    background:#ffffffd4;
    }
    
    .header{
        z-index: 3;
        backdrop-filter: blur(10px);
        position: fixed;
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
    padding: 1rem 0;
    text-align: center;
    width: 100%;
    background: #ffffff9e;
    }

    @media screen and (max-width:768px){
        .header{
        height:50px;
        display: none;
        }
    }
    
.header-logo img {
    width:20rem;
}

    .header ul {
     display: flex;
    }

    .header ul li {
        padding-right: 1.7rem;
    list-style-type: none;
    }

    .header ul li:first-child {
        margin-right: auto;
      }

    .header ul li a {
        color: #252525;
        text-decoration: none;
    }

    .block2{
        width: 100%;
        overflow: hidden;
        padding:4rem;
    }
    
    @media screen and (max-width:768px){
        .block2{
                padding:1rem;
                }
        }


.nav-menu {
    font-size: 1.2rem;
}

.gyousyu {
    padding-top: 6px;
    color: #fff;
}


.header-logo {
    margin-left: 3rem;
}








/* kv */
.kv{
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.kv .main-copy{
	padding: 0 1rem;
	margin-bottom: 1rem;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  letter-spacing: .2em;
}

.kv .sub-copy{
  margin-bottom: 9rem;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

/* video */
.video{
  width: 100%;
  height: 100vh;
  background: url(../img/kv-alternative.jpg) no-repeat center/cover;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: -1;
}

.video::after{
  content: '';
  width: 100%;
  height: 100%;
  background-color: #10394b;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  opacity: .3;
}

.video video{
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

@media screen and (min-width: 768px) {
  /* kv */
  .kv{
    min-width: 960px;
  }

  .kv .main-copy{
    font-size: 60px;
  }

  .kv .sub-copy{
    font-size: 16px;
  }

  /* video */
  .video{
    min-width: 960px;
  }
}


.concept_section {
  padding: 3rem 0;
  position: relative;
}

@media screen and (max-width:768px){
  .concept_section {
    padding: 1rem 0;
    position: relative;
  }
}


.consept-txt {
  text-align: center;
  font-size: 1.2rem;
  color: #fff;
}

@media screen and (max-width:768px){
  .consept-txt {
    text-align: left;
    font-size: 1.0rem;
    color: #fff;
  }
}

.bg-logo{
  opacity: 0.3;
  z-index: -5;
  bottom: -230px;
  right: 0rem;
  position: absolute;
}

.main-ccopy {
  padding: 0 1rem;
  margin-bottom: 4rem;
  text-align: center;
}

.main-ccopy-sp {
  margin-bottom: 3rem;
  text-align: center;
}

.main-ccopy-sp img {
  width: 80%;
}


.white-line {
  padding: 3rem 1rem 5rem 1rem;
  border: solid 1px #ccc;
  background: url(../images/white-bg.jpg) repeat;
}

.white-line ul li a {
	color:#252525;
	text-decoration:none;
}


.history-title {
  text-align: center;
  margin-bottom: 1rem;
}

@media screen and (max-width:768px){
  .history-title {
    padding: 0rem 1rem;
    text-align: center;
    margin-bottom: 1rem;
  }
}

.nendai {
  letter-spacing: 17.2px;
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
    font-size: 2rem;
    text-align: center;
    color: #cc3700;
    margin-bottom: 2rem;
}

@media screen and (max-width:768px){
  .nendai {
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
      font-size: 2rem;
      text-align: center;
      color: #b60000;
      margin-bottom: 2rem;
  }
}











.service-list ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.service-list ul li {
    text-align: center;
    width: 50%;
    padding: 2rem;
}

@media screen and (max-width:768px){
    .service-list ul li {
        width: 100%;
        padding: 1rem;
    }
}

.top-h2 {
    font-size: 4rem;
    text-align: center;
    margin-bottom: 5rem;
}

.top-copy {
    letter-spacing: 6px;
    color: #454545;
    z-index: 2;
    left: 5rem;
    top: 36%;
    position: absolute;
    font-size: 1.2rem;
}

@media screen and (max-width:768px){
    .top-copy {
        color: #a9a9a9;
        left: 2rem;
        top: 74%;
        position: absolute;
        font-weight: normal;
        font-size: 12px;
    }
}





.bh-img img {
    width: 50%;
}

@media screen and (max-width:768px){
    .bh-img img {
        width: 59%;
    }
}



.bh-img {
    opacity: 0.5;
    margin-bottom: 4rem;
}

@media screen and (max-width:768px){
    .bh-img {
        margin-bottom: 1rem;
    }
}

.concept-txt {
    margin-bottom: 4rem;
}


.jyunhudou {
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
  text-align: center;
}

.service a {
    color: #252525;
}

.shop-section {
    padding: 0 0 5rem 0;
    overflow: hidden;
}

.shop-section ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.shop-section ul li {
    padding: 1rem;
    width: 25%;
}

@media screen and (max-width:768px){
    .shop-section ul li {
      padding: 0.5rem;
        width: 50%;
        }
}

.shop-section ul li a {
	transition: 0.3s;
}

.shop-section ul li a:hover {
	opacity: 0.7;
}

.shop-h2 {
    text-align: center;
    color: #c2d8ed6b;
    font-size: 9rem;
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
    margin-bottom: 5rem;
}

@media screen and (max-width:768px){
    .shop-h2 {
        text-align: right;
        color: #c2d8ed6b;
        font-size: 6rem;
        font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
        margin-bottom: 1rem;
    }
}



.shop-h3 {
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    border-bottom: solid 1px #ccc;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
}

.shop-h3 span {
    border-right: solid 2px;
    color: #c2d8ed6b;
    font-size: 4.5rem;
    margin-right: 1rem;
    padding-right: 1rem;
}

@media screen and (max-width:768px){
    .shop-h3 span {
        display: table-cell;
        color: #c2d8ed6b;
    font-size: 3rem;
    margin-right: 1rem;
    }
}

.shop-image {
  margin-bottom: 1rem;
}



.main-name {
font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
font-size: 1.6rem;
font-weight: bold;
}

@media screen and (max-width:768px){
  .main-name {
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    font-size: 1.2rem;
    font-weight: bold;
    }
}

.main-name span {
  margin-left: 5px;
  font-size: 1.2rem;
}

@media screen and (max-width:768px){
  .main-name span {
    font-size: 0.8rem;
  }
}

.sub-name span {
  margin-left: 5px;
  font-size: 1.2rem;
}

@media screen and (max-width:768px){
  .sub-name span {
    font-size: 0.8rem;
  }
}



.shop-logo {
    text-align: center;
    margin-bottom: 2rem;
}

.shop-txt {
    margin-bottom: 3rem;
}

.s-name {
    line-height: 1.3;
    color: #6c4c00;
    font-size: 1.0rem;
	margin-bottom: 0.5rem;
}

@media screen and (max-width:768px){
  .s-name {
    font-size: 13px;
	  margin-bottom: 3px;
}

}

.sauna-section {
    overflow: hidden;
}

.sauna-section ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sauna-section ul li {
    padding: 1rem;
    width: 46%;
}

@media screen and (max-width:768px){
    .sauna-section ul li {
        margin-bottom: 3rem;
        width: 100%;
        padding: 1rem;
        }
}



.service-list a {
    color: #252525;
    text-decoration: none;
}


.kaisu {
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    margin-top: 1rem;
    color: #ccc;
    font-size: 1.7rem;
}

.shopname {
    font-size: 1rem;
}

.sauna-section {
    padding: 5rem 0;
    background:url(../images/sauna-bg.png)no-repeat center;
    background-size: cover;
}

.sauna-section {
    color: #fff;
}

.sauna-section a {
    color: #fff;
}

.sauna-shop-logo {
    margin-top: -10rem;
    text-align: center;
}




.btn_box a {
    text-align: center;
    margin: 0 auto;
  }
  
  #btn_animation .btn {
    display: block;
    position: relative;
    width: 200px;
    height: 78px;
    line-height: 78px;
    font-size: 24px;
    border-radius: 39px;
    text-decoration: none;
    background-color: #dd055f;
    text-align: center;
    transition: .2s;
    color: #fbfbfb;
  }
  
  #btn_animation .btn {
    padding: 0;
    position: relative;
    -webkit-animation: glow-reverse 2s ease-in-out infinite alternate;
            animation: glow-reverse 2s ease-in-out infinite alternate;
  }
  
  #btn_animation .btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    height: 78px;
    border-radius: 39px;
    z-index: -1;
    background: inherit;
    -webkit-box-shadow: 0 0 1.3em #ff227e, 0 0 0.5em #ff227e inset;
          box-shadow: 0 0 1.3em #ff227e, 0 0 0.5em #ff227e inset;
    -webkit-animation: glow 2s ease-in-out infinite alternate;
          animation: glow 2s ease-in-out infinite alternate;
  }
   
  @-webkit-keyframes glow {
    0% {
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  @keyframes glow {
    0% {
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  @-webkit-keyframes glow-reverse {
    0% {
      opacity: 1;
    }
    50% {
      opacity: 0.8;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes glow-reverse {
    0% {
      opacity: 1;
    }
    50% {
      opacity: 0.8;
    }
    100% {
      opacity: 1;
    }
  }


/*================================
    moreボタン黒
==================================*/


.button-13 {
    margin-bottom: 2rem;
}


  .button-13 a {
    font-family: 'Noto Serif JP', serif;
    font-size: 14px;
    letter-spacing: 0.1em;
    color: #ffffff;
    font-weight: 400;
    display: block;
    position: relative;
    box-sizing: border-box;
    max-width: 180px;
    text-align: center; 
    padding: 4px 16px 4px 0;
    margin: 24px;
    margin-inline: auto;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s;
  }
  
  .button-13 a::before {
    content: "";
    display: block;
    position: absolute;
    width: 180px;
    height: 1px;
    background: #ffffff;
    bottom: 0;
    transition: all 0.3s;
  }
  
  .button-13 a::after {
    content: "";
    display: block;
    position: absolute;
    width: 30px;
    height: 1px;
    background: #ffffff;
    rotate: 40deg;
    right: -3px;
    bottom: 10px;
    transition: all 0.3s;
  }
  
  .button-13 a:hover::after,
  .button-13 a:hover::before {
    translate: 20px 0;
    transition: all 0.3s;
  }

  /*================================
    moreボタン白
==================================*/


.button-14 {
    margin-bottom: 3rem;
}


  .button-14 a {
    font-family: 'Noto Serif JP', serif;
    font-size: 1.2rem;
    letter-spacing: 0.1em;
    color: #fff;
    font-weight: 400;
    display: block;
    position: relative;
    box-sizing: border-box;
    max-width: 180px;
    text-align: center; 
    padding: 4px 16px 4px 0;
    margin: 24px;
    margin-inline: auto;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s;
  }
  
  .button-14 a::before {
    content: "";
    display: block;
    position: absolute;
    width: 180px;
    height: 1px;
    background: #fff;
    bottom: 0;
    transition: all 0.3s;
  }
  
  .button-14 a::after {
    content: "";
    display: block;
    position: absolute;
    width: 30px;
    height: 1px;
    background: #fff;
    rotate: 40deg;
    right: -3px;
    bottom: 10px;
    transition: all 0.3s;
  }
  
  .button-14 a:hover::after,
  .button-14 a:hover::before {
    translate: 20px 0;
    transition: all 0.3s;
  }


  .footer {
    padding: 2rem 0;
  }

  .footer ul {
    display: flex;
    justify-content: space-between;
  }

  .footer ul li {
    width: 50%;
    flex-wrap: wrap;
  }


  @media screen and (max-width:768px){
    .footer ul li {
        width: 100%;
        flex-wrap: wrap;
      }
}

.concept-s-box {
    margin-bottom: 0.5rem;
    overflow: hidden;
}

.footer-logo img {
  width: 45%;
}

@media screen and (max-width:768px){
  .footer-logo img {
    width: 100%;
  }
}


.footer-logo {
  text-align: center;
  margin: 6rem 0;
}

@media screen and (max-width:768px){
    .footer-logo {
    }
}

.gyousyu i {
    margin-right: 0.5rem;
    color: #b9b9b9;
}



.address {
    margin-bottom: 2rem;
}

.service-list {
    margin-left: 1rem;
}

/* Google Mapを囲う要素 */
.map {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 40%; /* 比率を4:3に固定 */
  }

  @media screen and (max-width:768px){
    .map {
        position: relative;
        width: 100%;
        height: 0;
        padding-top: 75%; /* 比率を4:3に固定 */
      }
}


   
  /* Google Mapのiframe */
  .map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .copyright {
    color: #fff;
    text-align: center;
  }


  /* 全体設定 */
.css-carousel-slider {
    margin: 0px 0px 0px 543px;
    height: 799px;
    width: 799px;
    /* max-width: 800px */ /* サイズ設定をする場合はここ(*1) */
    overflow: hidden;
    position: relative;
}


@media screen and (max-width:768px){
    .css-carousel-slider {
        margin: 0px 0px 0px 0px;
        height: 500px;
        width: auto;
        /* max-width: 800px */ /* サイズ設定をする場合はここ(*1) */
        overflow: hidden;
        position: relative;
    }
}





.css-carousel-slider img {
    width: 100%;
    height: auto;
    vertical-align: top;
}

/* スライド設定 */
.css-carousel-slider .slide-wrap {
    width: 400%; /* 画像の合計数*100%を設定(*2) */
    position: absolute;
    display: flex;
    top: 0;
    left: 0;
    z-index: 0;
    animation: css-carousel-slider 20s infinite; /* スライダーアニメーション全体の時間(*3) */
    animation-delay: 2s; /* スライダーが始まるまでの時間(*4) */
}
.css-carousel-slider .slide-wrap-main {
    width: 100%;
    z-index: 1;
    animation: css-carousel-slider-main 20s infinite; /* (*3)と同じ内容を設定 */
    animation-delay: 2s; /* (*4)と同じ内容を設定 */
}
.css-carousel-slider .slide {
    width: 100%;
}

/* スライダーアニメーションの設定(*5) */
@keyframes css-carousel-slider {
    0% { transform: translateX(0); }

    20% { transform: translateX(calc(1 / 4 * -100%)); }
    25% { transform: translateX(calc(1 / 4 * -100%)); }

    45% { transform: translateX(calc(2 / 4 * -100%)); }
    50% { transform: translateX(calc(2 / 4 * -100%)); }

    70% { transform: translateX(calc(3 / 4 * -100%)); }
    75% { transform: translateX(calc(3 / 4 * -100%)); }

    95% { transform: translateX(calc(4 / 4 * -100%)); }
    100% { transform: translateX(calc(4 / 4 * -100%)); }
}

@keyframes css-carousel-slider-main {
    0% { transform: translateX(100%); }
    75% { transform: translateX(100%); }
    95% { transform: translateX(0%);}
}

.slider {
    z-index: -1;
    margin-bottom: -1rem;
    padding-top: 3rem;
    position: relative;
}

.whitecover {
    border: solid #fff 2px;
    width: 800px;
    left: 543px;
    position: absolute;
    z-index: 1;
}

@media screen and (max-width:768px){
    .whitecover {
        width: auto;
        left: 0;
        position: absolute;
        z-index: 1;
    }
}



.sp_header {
  display: block;
  width: 100%;
  height: 60px;
  /*=====================　ハンバーガー　=====================*/
  /*=====================　ナビの中身　=====================*/ }
  .sp_header .drawer_button {
    width: 45px;
    height: 45px;
    border-radius: 100%;
    position: fixed;
    top: 8px;
    right: 8px;
    z-index: 10; }
    .sp_header .drawer_button .inner,
    .sp_header .drawer_button .inner:after,
    .sp_header .drawer_button .inner:before {
      width: 22px;
      height: 3px;
      border-radius: 200px; }
    .sp_header .drawer_button .inner.type1 {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      background: #dedede;
      -webkit-transition: all 0ms 300ms;
      -o-transition: all 0ms 300ms;
      transition: all 0ms 300ms;
      z-index: 999; }
      .sp_header .drawer_button .inner.type1:before {
        content: "";
        position: absolute;
        bottom: 7px;
        background: #dedede;
        -webkit-transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
        transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
        -o-transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
        transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
        transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1); }
      .sp_header .drawer_button .inner.type1:after {
        content: "";
        position: absolute;
        top: 7px;
        background: #dedede;
        -webkit-transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
        transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
        -o-transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
        transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
        transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1); }
      .sp_header .drawer_button .inner.type1.active {
        background: rgba(255, 255, 255, 0); }
      .sp_header .drawer_button .inner.type1.active:after {
        top: 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
        transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
        -o-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
        transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
        transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1); }
      .sp_header .drawer_button .inner.type1.active:before {
        bottom: 0;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
        transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
        -o-transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
        transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
        transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1); }
    .sp_header .drawer_button .inner.type2 {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      background: white;
      z-index: 999;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }
      .sp_header .drawer_button .inner.type2:before {
        content: "";
        position: absolute;
        bottom: 7px;
        background: white;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s; }
      .sp_header .drawer_button .inner.type2:after {
        content: "";
        position: absolute;
        top: 7px;
        background: white;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s; }
      .sp_header .drawer_button .inner.type2.active {
        background: rgba(255, 255, 255, 0);
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s; }
      .sp_header .drawer_button .inner.type2.active:after {
        top: 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s; }
      .sp_header .drawer_button .inner.type2.active:before {
        bottom: 0;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s; }
    .sp_header .drawer_button .inner.type3 {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      background: rgba(255, 255, 255, 0);
      z-index: 999;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }
      .sp_header .drawer_button .inner.type3:before {
        content: "";
        position: absolute;
        bottom: 4px;
        background: white;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s; }
      .sp_header .drawer_button .inner.type3:after {
        content: "";
        position: absolute;
        top: 4px;
        background: white;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s; }
      .sp_header .drawer_button .inner.type3.active {
        background: rgba(255, 255, 255, 0);
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s; }
      .sp_header .drawer_button .inner.type3.active:after {
        top: 0;
        -webkit-transform: rotate(225deg);
        -ms-transform: rotate(225deg);
        transform: rotate(225deg);
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s; }
      .sp_header .drawer_button .inner.type3.active:before {
        bottom: 0;
        -webkit-transform: rotate(-225deg);
        -ms-transform: rotate(-225deg);
        transform: rotate(-225deg);
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s; }
  .sp_header .drawer_nav.type1 {
    width: 100%;
    height: 100vh;
    background: #fff;
    overflow: scroll;
    position: fixed;
    top: 0;
    right: -100%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    opacity: 0;
    z-index: 9; }
    .sp_header .drawer_nav.type1.active {
      text-align: center;
    padding: 4rem 2rem 1rem 2rem;
      opacity: 1;
      top: 0;
      right: 0; }
  .sp_header .drawer_nav.type2 {
    width: 100%;
    height: 100vh;
    background: #ada;
    overflow: scroll;
    position: fixed;
    top: 0;
    right: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    opacity: 0;
    z-index: 9;
    pointer-events: none; }
    .sp_header .drawer_nav.type2.active {
      opacity: 1;
      top: 0;
      right: 0;
      pointer-events: auto; }

      .logo {
        margin-bottom: 0rem;
      }


      .content_nav_sp ul li {
        margin-bottom: 10px;
      }

.content_nav_sp ul li a {
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  text-decoration: none;
  color: #252525;
  font-size: 1.0rem;
  font-weight: bold;
}

.content_nav_sp ul li a i {
  color: #a50000;
  padding-left: 2rem;
}



.sub-mianv {
  margin-bottom: 2rem;
  text-align: center;
}

.sub-mianv img {
	width: 38%;
  border: solid 1px #baa061;
    padding: 1px;
}

@media screen and (max-width:768px){
  .sub-mianv img {
    border: solid 1px #baa061;
      padding: 1px;
      width: 70%;
  }
}

.sub-companyname {
  text-align: center;
  font-weight: bold;
  font-size: 1.0rem;
}

.sub-name {
  margin-bottom: 4rem;
  text-align: center;
  font-size: 2rem;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-weight: bold;
}

@media screen and (max-width:768px){
  .sub-name {
    margin-bottom: 2rem;
    text-align: center;
    font-size: 2rem;
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    font-weight: bold;
  }
}

.sub-main-logo {
  padding: 0 2rem;
  margin-bottom: 2rem;
  text-align: center;
}

@media screen and (max-width:768px){
.sub-main-logo {
  padding: 0;
  margin-bottom: 0;
  text-align: center;
}
}



.sub-main-logo img {
  padding: 0 2rem;
  margin-bottom: 2rem;
  text-align: center;
  width: 57%;
}

@media screen and (max-width:768px){
 .sub-main-logo img {
  padding: 0 2rem;
  margin-bottom: 2rem;
  text-align: center;
  width: 100%;
}
}

.sub-h3 {
  line-height: 1.8;
  font-size: 1.7rem;
  font-weight: bold;
  margin-bottom: 2.5rem;
  color: #00147c;
}

.sub-h3 span {
  padding-bottom: 2px;
    border-bottom: solid 3px #00147c;
} 

@media screen and (max-width:768px){
  .sub-h3 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 1rem;
    color: #00147c;
  }
}

.sub-inner {
  padding: 0 10rem;
}


@media screen and (max-width:768px){
  .sub-inner {
    padding: 0 0;
  }
}


.sub-h2 {
  font-size: 3rem;
  line-height: 1.5;
  margin-bottom: 1rem;
}

@media screen and (max-width:768px){
  .sub-h2 {
    font-size: 21px;
    margin-bottom: 1rem;
  }
}

.sub-txtbox {
  line-height: 1.9;
  margin-bottom: 2rem;
  font-size: 1.3rem;
}

@media screen and (max-width:768px){
  .sub-txtbox {
    margin-bottom: 2rem;
    font-size: 14px;
  }
}



.sub-image02 {
  text-align: center;
  margin-bottom: 1rem;
}

.sub-image02 img {
	width:85%;
}

.sasie-sita {
	padding: 0 5rem;
	margin-bottom:2rem;
}

@media screen and (max-width:768px){
  .sasie-sita {
	color: #757575;
	font-size: 0.7rem;
	padding: 0 0;
	margin-bottom:2rem;
}
}


.bottom-c-name {
  margin-top: 3rem;
  font-size: 2rem;
  font-weight: bold;
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
}

@media screen and (max-width:768px){
  .bottom-c-name {
    font-size: 1.2rem;
    font-weight: bold;
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
  }
}

.bottom-address {
font-size:1rem;
}

.bottom-tel {
font-size:1rem;
}

.bottom-fax {
font-size:1rem;
}

.bottom-website a {
	font-size:1rem;
}

.agyou {
  color: #a8a8a8;
  margin: 1rem 20rem 1rem 20rem;
  border-bottom: solid 1px #ccc;
}

@media screen and (max-width:768px){
  .agyou {
    font-size: 0.8rem;
    color: #a8a8a8;
        margin: 1rem 1rem;
        border-bottom: solid 1px #ccc;
  }
}

.bottom-contents {
	margin-top:4rem;
}



.b-title {
	text-align:center;
	margin-bottom:2rem;
	font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
    color: #b57f02;
    font-size: 2rem;
    font-weight: bold;
}

.b-title {
	
}

.bottom-section {
	font-size:1.0rem;
	padding: 0 10rem;
}

@media screen and (max-width:768px){
.bottom-section {
	font-size:1.0rem;
	padding: 0 0rem;
}
}



.int-block {
	overflow:hidden;
}

.int_name {
	font-weight:bold;
}

.int_face {
	margin-right: 2rem;
	float:left;
}

@media screen and (max-width:768px){
.int_face {
	text-align: center;
	margin-right: 0rem;
	float:none;
	margin-bottom:2rem;
}
}

.int-txt {
	font-size:14px;
}