@charset "utf-8";

body{
    font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    font-size: 1.5em;
    letter-spacing: 0.08em;
    line-height: 1.6em;
    font-feature-settings: "palt" 1;
    color: #333;
}
.sp{
    display: block;
}
.pc{
    display: none;
}
img{
    width: 100%;
}



/* ヘッダー */
header{
    background-image: url('../img/header_sp.png');
    background-size: cover;
    max-height: 600px;
    padding: 5vw 0;
}
.header_cp{
    width: 55vw;
    margin: auto;
    max-width: 600px;
}
.header_ttl{
    width: 85vw;
    margin: 1em auto;
    max-width: 930px;
}
.header_hr{
    background-image: url(../img/ttlHr.png);
    background-size: contain;
    height: 10px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    margin: 1em 0;
}
.header_day{
    background: rgb(154,125,77);
    background: linear-gradient(90deg, rgba(154,125,77,0) 5%, rgba(154,125,77,0.700717787114846) 25%, rgba(154,125,77,1) 50%, rgba(154,125,77,0.6979166666666667) 75%, rgba(154,125,77,0) 95%);
    padding: .5em 0;
    text-align: center;
    color: #fff;
}
.header_time{
    text-align: center;
    padding: .3em 0;
}


/* メイン商品タイトル */
.sticky_ttl {
    position: -webkit-sticky;
    position: sticky;
    top:0;
    text-align: center;
    padding: 1em 0;
    font-family:'Noto Serif JP', serif;
    font-size:1.8rem;
    color: #6A3906;
    letter-spacing: .2em;
  }
.sticky_ttl::after {
    content: '';
    position: absolute;
    display: block;
    border-bottom: 1px solid #6A3906;
    width: 50px;
    height: 1em;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
  }
  .sticky_container_color01{
    background-color:#F2F1EF ;
  }
  .sticky_ttl_color01{
      background-color: #E4E3D9;
  }
  .sticky_container_color02{
    background-color:#EDF2EF ;
  }
  .sticky_ttl_color02{
      background-color: #D9E4DD;
  }
  .sticky_container_color03{
    background-color:#F2EFF1 ;
  }
  .sticky_ttl_color03{
      background-color: #E4D9E4;
  }

/* メイン商品内容 */
.product{
    width: 90%;
    margin: auto;
}
article .product:not(:last-child){
    border-bottom: 1px solid #CBCBCB;
}
.product_cp{
    font-family:'Noto Serif JP', serif;
    color: #8B6239;
    line-height: 2em;
    padding: 1.5em 0;
}
dl.product_list {
    padding-top: .5em;
}
dl.product_list:last-child {
    padding-bottom: 2em;
}
dl.product_list dd{
    font-size: 1.3rem;
    line-height: 1.5em;
}
dl.product_list dd:last-child{
    font-size: 2rem;
}
dl.product_list dd:last-child span{
    font-size: 1.4rem;
}
dl.product_list_sale dd:last-child{
    color: #C70000;
}

/* サブ */
.subWrap{
    width: 90%;
    margin: 8% auto;
    border: 1px solid #CFD4C3;
    position: relative;
}
.subWrap_box{
    width: 90%;
    margin: 15% auto 5%;
}
.subWrap:before{
    content:'同時開催';
    text-align: center;
    display: block;
    height: 1em;
    width: 5em;
    background-color: #6FBA2C;
    padding: .5em 1em;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
}
.subWrap::after{
    content:'';
    background-image: url(../img/kenkoBg.png);
    background-size: cover;
    display: block;
    height: 500px;
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: -1;
}
.subWrap_ttl{
    width: 75%;
    max-width: 300px;
    margin: .5em auto;
}
.subWrap_data{
    text-align: center;
    font-size: 1.4rem;
    margin: .5em auto;
}
.subWrap_ttl02{
    font-family:'Noto Serif JP', serif;
    text-align: center;
    font-size: 1.7rem;
    margin: .5em auto;
}
.subWrap_ttl02_color01{
    color: #8B6239;
}
.subWrap_pic{
    display: flex;
    height: auto;
    align-items: flex-start;
}
.subWrap_pic img{
    width: 50%;
    height: auto;
}

.subWrap_box01{
    background-color:#F1F1F1 ;
    padding: 1em;
    margin: 5% 0;
}
.subWrap_box01 span{
    font-size: 1.3rem;
    line-height: 1rem;
}
.subWrap_box02{
    background-color: #F0F7E6;
    text-align: center;
    padding: 5%;
}
.subWrap_box02 p{
    border-bottom: 1px solid #CFD4C3;
    padding-bottom: 1em;
}
.subWrap_box02 img{
    width: 70%;
    margin: auto;
    padding: 5% 0;
}

.haiso{
    background-color: #07569F;
    color: #fff;
    padding: 5%;
    width: 80%;
    margin: auto;
}
.haiso h2{
    font-size: 2rem;
    text-align: center;
    margin: 1em 0;
}
.haiso h2::before{
    content: '';
    background-image: url(../img/haiso.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    height: 35px;
    width: 69px;
    vertical-align: middle;
}
.haiso_soryo{
    background-color: #fff;
    color: #07569F;
    font-size: 1.8rem;
    font-weight: 600;
    margin: 0 auto .5em;
    padding:2%  3%;
    text-align: center;
}
.haiso_soryo span{
    color: #333;
    font-size: 1.5rem;
}
.contact{
    border: 1px solid #231815;
    width: 80%;
    text-align: center;
    padding: 2% 5%;
    margin: 5% auto;
}
.zeikomi{
    text-align: center;
    margin: 5%;
}
footer{
    background-image: url('../img/header_sp.png');
    background-size: cover;
    max-height: 600px;
}
footer img{
    width: 50%;
    max-width: 200px;
    margin: auto;
    padding: 40px 0;
    display: block;
}
small{
    font-size: 1.1rem;
    text-align: center;
}
/*---------------------------------
タブ min-width:560px
---------------------------------*/
@media screen and (min-width:560px){
.pc{
    display: block;
}
.sp{
    display: none;
}
/* ヘッダー */
header{
    padding: 3vw 0 2vw;
}

.header_ttl{
    margin: 2em auto;
}
.sticky_container{
    display: flex;
    overflow: visible;
}
.stickyPc_ttl{
    width: 15%;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}
.stickyPc_ttl h2{
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl; 
    -o-writing-mode: vertical-rl;
    font-family:'Noto Serif JP', serif;
    color: #6A3906;
    font-size: 3.3rem;
    line-height: 1.7em;
    padding-top: 2em;
    margin-right: -.9em;
    position: relative;
    white-space: nowrap;
    float: right;
}
.stickyPc_ttl::before{
    content: '';
    display: block;
    height: 2em;
    width: 5em;
    background-image: url(../img/pcttl_line.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 1.8em;
    right: -2.5em;
}
.stickyPc_cotent{
    width: 75%;
    max-width: 852px;
    margin-left: 10%;
}
.product {
    width: 100%;
}
.productYoko{
    display: flex;
    padding: 2em 0;
    border-bottom: 1px solid #CFD4C3;
}
.productYoko img{
    width: 60%;
    max-width: 530px;
    height: 100%;
}
.productYoko div{
    display: flex;
    padding-left: 2em;
    flex-direction: column;
    justify-content: center;   
}
.dl_box{
    display: flex;
}
.dl_box dl:nth-child(2){
    margin-left: 3em;
}

/* サブ */
.subWrap{
    max-width: 800px;
}
.subWrap_box {
    margin: 7% auto 5%;
}
.subWrap_ttlbox{
    display: flex;
    justify-content: center;
}
.subWrap_ttl {
    max-width: 300px;
    margin: 0;
}
.subWrap_data {
    text-align: left;
    margin:0;
    padding-left: .8em;
    padding-top: .3em;
}
.subWrap_ttl02 {
    font-size: 2.3rem;
    margin: 1.5em 0;
    line-height: 1.5em;
}
.subWrap_pcwrap{
    display: flex;
    justify-content: space-between;
}
.subWrap_pic{
    width: 30%;
    display: flex;
    flex-direction: column;
}
.subWrap_pic img{
    width: 100%;
    height: auto;
}
.subWrap_pcbox{
    width: 65%;
}
.subWrap_pcbox .subWrap_ttl02{
    text-align: left;
    margin: .5em 0;
}
.subWrap_box01 {
    background-color: #fff;
    border-top: 1px solid  #CFD4C3;
}
.subWrap_box02 {
    background-color: #fff;
    border: solid 1px #CFD4C3;
}
.subWrap_box02 img {
    width: 100%;
    padding: 5% 0 0;
}
.subWrap_box02 .subWrap_ttl02 {
    margin: 0 0 1em ;
}

.haiso{
    width: 100%;
    max-width: 800px;
    padding:2em 0;
    text-align: center;
}
.haiso h2 {
    margin: 0 0 1em  ;
}
.haiso_soryo {
    margin: 0 3em .5em;
    padding: 2% 0;
}
.contact{
    width: 100%;
    max-width: 800px;
    padding: 2em 0;
    margin: 3% auto;
}
    
}



