@charset "UTF-8";
/*
-----------------------------------------------
-siteName- Template Base Style
----------------------------------------------- */
/*----------------------------------
	0.base
------------------------------------*/
body {
	margin: 0;
	padding: 0;
    font-size: 1rem;
    font-weight: 500;
	line-height: 1.7;
	color: #484747;
	font-family: Quicksand, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    position: relative;
    z-index: -3;
}
.mincho {
    font-weight: 100;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
section{
    position: relative;
    z-index: -2;
}
.conts__cell{
    padding: 5em 0;
}
.inner{
    max-width: 1084px;
    /*width: 95%;*/
    width: 88%;
    margin: auto;
}
.poR{
    position: relative;
}
.bg{
    background-color: #F5F3EF;
}
.w100{
    width: 100%;
}
.txt-c{
    text-align: center;
}

/* ------ カラム（flex） ------- */
.column-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .column-box > div {
    margin-bottom: 30px;
  }
  .column-box.mb-none > div {
    margin-bottom: 0;
  }
  .column-box hr {
    display: none;
  }
  .column-box.reverse {
    -webkit-flex-direction: row-reverse;
     flex-direction: row-reverse;
  }
  /* カラム幅指定(均等幅隙間あり) */
  .column-box__2col {
    width: 47%;
  }
  .column-box__57 {
    width: 57%;
  }
  .column-box__37 {
    width: 37%;
  }
  /* -------------------------------------- */
/* ブレイクポイント-汎用 */
  @media screen and (max-width: 768px) {
    .bp768 > [class*="column-box__"] {
      width: 100%;
      margin-bottom: 20px;
      max-width: inherit;
    }
    .bp768_order01{
        order: 1;
    }
    .bp768_order02{
        order: 2;
    }
  }

/*----------------------------------
------------------------------------*/
header{
    position: fixed;
    top: 0;
    width: 100%;
    padding: 10px 0;
    z-index: 3;
    background-color: rgba(0,0,0,0.6);
}
header img{
    width: 200px;
    margin: auto;
    display: block;
}
/*----------------------------------
      メインスライダー
------------------------------------*/
.m_slide {
    position: relative;
}
.m_slide .swiper-slide{
    height: auto!important;
}
.m_slide .swiper-slide img{
    width: 100%;
}
.illust{
    width: 30%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    z-index: 999;
}
/*----- メインスライド画像設定 ------*/
.m_slide .swiper-slide{
    height: 55vw!important;
    background-position: center;
    background-size: cover;
}
.m_slide .slide01{
    background-image: url(../images/main1.jpg);
}
.m_slide .slide02{
    background-image: url(../images/main2.jpg);
}
.m_slide .slide03{
    background-image: url(../images/main3.jpg);
}
/*----- メインスライド画像設定 ------*/
.p_col{
    padding: 2em 0;
}
.p_col02{
    padding: 2em 0;
}
.f_conts{
    padding-top:15em;
}
.conts__title{
    position: absolute;
    top: -4%;
    left: 50%;
    transform: translateY(0%) translateX(-50%);
    -webkit-transform: translateY(0%) translateX(-50%);
}
.p_title01,
.p_title02,
.p_title03{
    font-size: 2em;
    font-weight: 100;
    position: relative;
}
.p_title01:after{
    content: "";
    position: absolute;
    top: -70px;
    right: 0;
    z-index: -1;
    width: 363px;
    height: 116px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../images/title01.png);
}
.p_title02:after{
    content: "";
    position: absolute;
    top: -50px;
    right: 0;
    z-index: -1;
    width: 235px;
    height: 98px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../images/title02.png);
}
.p_title03:after{
    content: "";
    position: absolute;
    top: -60px;
    /*left: 0;*/
    right: 0;
    margin: auto;
    z-index: -1;
    width: 390px;
    height: 118px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../images/title03.png);
}
.c_inner{
    max-width: 500px;
    width: 90%;
    height: 400px;
    padding: 30px;
    background-color: #F5F3EF;
    position: absolute;
    height: 100%;
    top: -10%;
    right: 10%;
}
.c_inner h3{
    font-size: 2em;
    position: relative;
    margin-bottom: 15px;
}
.c_inner h3:after{
    content: "";
    width: 150px;
    height: 1px;
    display: block;
    background-color:#D89D05;
}
.c_inner p{
    margin-bottom: 15px;
}
.c_back:after{
    content: "";
    position: absolute;
    bottom: 3%;
    right: 0;
    width: 406px;
    height: 553px;
    background-size: contain;
    background-image: url(../images/back.png);
    z-index: -1;
}
.c_box{
    padding-top: 12em;
}
@media screen and (max-width:768px){
    .f_conts{
        padding-top: 12em;
    }
    .conts__title {
        top: -2%;
    }
    .c_inner{
        display: block;
        margin: -2em auto 0;
        position: relative;
        top: unset;
        right: unset;
        z-index: 999;
    }
    .p_title03:after{
        width: 350px;
    }
    .c_box{
        padding-top: 7em;
    }
    .m_slide .swiper-slide{
        height: 70vw!important;
    }
}
@media screen and (max-width:480px){
    .p_title01, 
    .p_title02, 
    .p_title03{
        font-size: 1.5em;
    }
    .m_slide .swiper-slide{
        height: 100vw!important;
    }
    .f_conts{
        padding-top: 3em;
    }
    .p_col{
        padding-top: 7em;
    }
    .c_box{
        padding-top: 2em;
    }
}
@media screen and (max-width:350px){
    .p_title01:after,
    .p_title03:after{
        width: 300px;
    }
}
/*----------------------------------
      ギャラリースライダー
------------------------------------*/
.g_slide{
    margin: 2em 0 5em;
    
}
.g_slide .swiper-wrapper{
    -webkit-transition-timing-function: linear!important;
    -o-transition-timing-function: linear!important;
    transition-timing-function: linear!important;
}
.g_slide .swiper-slide {
    /* 中央寄せするための設定 */
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: auto!important;
    height: 600px!important;
}
.g_slide .swiper-slide img {
    /*margin: 10px;
    width: 90%;*/
    margin: 0 16px;
    height: 600px!important;
}
.g_slide .swiper-pagination {
    /* pagination の位置調整 */
    bottom: -5px;
}
.g_slide .swiper-container{
    /* pagination の位置調整 */
    padding-bottom: 20px;
}
.g_slide .swiper-button-prev:after{
    content: "<"!important;
    color: #fff;
}
.g_slide .swiper-button-next:after{
    content: ">"!important;
    color: #fff;
}

.s_conts{
    padding-top: 12em;
}
.s_inner{
    padding: 3em 0;
    background-size: cover;
    background-image:url(../images/back02.jpg);
}
.s_box{
    width: 80%;
    margin: auto;
    padding: 20px;
    background-color: rgba(255,255,255,0.8);
}
.s_box h3{
    font-size: 2em;
    position: relative;
    margin-bottom: 10px;
}
.s_box h3:after{
    content: "";
    width: 150px;
    height: 1px;
    display: block;
    background-color:#D89D05;
}
.s_box li{
    font-size: 20px;
    margin-bottom: 20px;
}
.s_box .tel{
    display: block;
    color: #fff;
    font-size: 2em;
    text-align:center;
    background-color:#D89D05;
    position: relative;
}
.s_box .tel:before{
    content: "";
    width: 40px;
    height: 40px;
    display: inline-block;
    vertical-align: bottom;
    background-repeat: no-repeat;
    background-image: url(../images/tell.svg);
}
.i_insta{
    max-width: 200px;
    width: 80%;
    margin: auto;
    text-align: center;
}
@media screen and (max-width:768px){
    .s_box .tel{
        margin-bottom: 20px;
    }
}
@media screen and (max-width:480px){
    .g_slide{
        /*margin: 4em 0 0;*/
        margin: 5em 0 0;
    }
    .c_inner h3{
        font-size: 1.5em;
    }
    .s_conts{
        padding-top: 7em;
    }
    .s_box h3{
        font-size: 1.5em;
    }
    .s_box li{
        font-size: 16px;
    }
    .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
        display: none;
    }
    
    .illust { width: 48%; }

}

iframe{
    vertical-align: bottom;
}
footer{
    color: #fff;
    padding: 5px;
    text-align: center;
    background-color:#D89D05;
}

.fadein {
    opacity: 0; 
    visibility: hidden;
    transform: translateY(50px);
    transition: all 1s;
  }
  .fadein.is-show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
  }
  @media screen and (max-width:480px){
      .bp480-off{
          display: none;
      }
  }