@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Encode+Sans+Condensed:600|Encode+Sans+Semi+Condensed:400,500|Montserrat:300,400,500|Noto+Sans+JP:100,300,400,500');
@import url('https://fonts.googleapis.com/css?family=Open+Sans');

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,
blockquote,pre,abbr,address,cite,code,del,dfn,em,img,
ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,
ol,ul,li,fieldset,form,label,legend,table,caption,
tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,
figcaption,figure,footer,header,hgroup,menu,nav,
section,summary,time,mark,audio,video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    font-family: "Open Sans", "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 400;
}

p {
    line-height: 1.6;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
    color: #444;
}

 ul li{
    list-style: none;
 }

img {
    width: 100%;
    max-width: 100%;
    display: block;
}

html {
    height: 100%;
    font-size: 62.5%;
}

@media only screen and (min-width: 769px) {
    html,body{
        font-weight: 300;
    }
}

body {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    color: #444;
    position: relative;
    -webkit-text-size-adjust: 100%;
}

h2{
    text-align: center;
}

@media only screen and (min-width: 769px) {
    .sp {
        display: none!important;
    }
}

@media only screen and (max-width: 768px) {
    .pc {
        display: none!important;
    }
}

.inner{
    padding: 0 4.8%;
}

@media only screen and (min-width: 769px) {
    .inner{
        padding: 0;
    }
}

* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}



/*========================================================
▼ヘッダー
========================================================*/

header {
    width: 100%;
    height: calc(41.25px + 1vw);
    margin: 0 auto;
    position: relative;
    display: flex;
    align-items: center;
    background-color: #0e0e0e;
    z-index: 9999;
}

.header-inner {
    width: 100%;
    position: relative;
    height: calc(41.25px + 1vw);
    display: flex;
    justify-content: space-between;
    padding: 0 3%;
    align-items: center;
}

.header-inner .logo {
    width: 30vw;
}

/*SNSアイコン*/

.header-inner .sns {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-inner .sns a {
    display: block;
    text-align: center;
    padding: 0 1em;
    color: #fff;
}

.header-inner .sns a:last-of-type {
    padding-right: 0;
}

.header-inner .sns a:hover,
.header-inner .logo:hover {
    opacity: 0.8;
}

.header-inner .sns a i {
    font-size: calc(2rem + 1vw);
    vertical-align: middle;
}

@media only screen and (min-width: 769px) {
    header {
        width: 100%;
        height: 90px;
    }

    .header-inner {
        width: 100%;
        max-width: 1200px;
        padding: 0 20px;
        margin: 0 auto;
    }

    .header-inner .logo {
        width: 211px;
    }

    .header-inner .sns a {
        padding: 0 1.5em;
    }

    .header-inner .sns a:hover,
    .header-inner .logo:hover {
        opacity: 0.8;
    }

    .header-inner .sns a i {
        font-size: 3.5rem;
        vertical-align: middle;
    }
}

/*========================================================
▼メインコンテンツ
========================================================*/

#main {
    width: 100%;
    position: relative;
    background-color: #fff;
}

@media only screen and (min-width: 769px) {
    #main {
        width: 100%;
        margin: 0 auto;
        background-color: #fff;
    }
}






/*========================================================
▼メインビジュアル
========================================================*/

#mv {
    position: relative;
    z-index: 9996;
    width: 100%;
}

#mv .mv-inner {
    width: 100%;
    margin: 0 auto;
    height: 102.67vw;
    position: relative;
    background: transparent url(../images/mv.jpg) 70% 50% no-repeat;
    background-size: cover;
}

#mv .mv-inner .mv-ttl{
    width: 76.8%;
    position: absolute;
    top: 8%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

#mv .mv-inner .mv-logo{
    width: 26.4%;
    position: absolute;
    bottom: 4%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media only screen and (min-width: 769px) {
    #mv {
        
    }

    #mv .mv-inner {
        width: 100%;
        background-size: cover;
        max-width: 1800px;
        height: calc(100vw * 0.6);
        max-height: 1000px;
        padding-top: 30px;
    }

    #mv .mv-inner .mv-ttl{
        width: 518px;
        position: absolute;
        top: 86px;
    }

    #mv .mv-inner .mv-logo{
        width: 164px;
        position: absolute;
        bottom: 36px;
    }

}


/*========================================================
▼全体
========================================================*/

#contents {
    width: 100%;
    padding: 9.33% 0;
    margin: 0 auto;
    position: relative;
    z-index: 0;
    font-size: 1.3rem;
    background-color: #fff;
}

@media only screen and (min-width: 769px) {
    #contents {
        width: 100%;
        max-width: 1080px;
        margin: 0 auto;
        padding: 40px;
        position: relative;
        font-size: 1.4rem;
    }
}

@media only screen and (min-width: 769px) {
    #gallery, #coorde{
        padding-top: 35px;
        padding-bottom: 35px;
    }
}

/*========================================================
▼リード
========================================================*/
#lead{
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 4.8%;
}

#lead *{
    font: inherit;
}

#lead h2{
    font-size: 2.5rem;
    line-height: 1.4;
    margin-bottom: 4%;
    text-align: left;
    font-weight: 500;
}

#lead p{
    margin-bottom: 4.8%;
    line-height: 1.75;
}

#lead .lead-box{
    padding-top: 4%;
    padding-bottom: 68%;
    margin-bottom: 4.8%;
    background: url('../images/bg_lead_sp.jpg') no-repeat right bottom;
    background-size: contain;
}

#lead dt{
    border-left: 1px solid #4c4948;
    border-bottom: 1px solid #4c4948;
    padding: 0.6em 1em;
    line-height: 1;
    margin-bottom: 4.8%;
}

#lead dd{
    line-height: 1.75;
}

@media only screen and (min-width: 769px) {
    
    #lead{
        background: url('../images/bg_lead.jpg') no-repeat right bottom;
        background-size: contain;
    }

    #lead h2{
        font-size: 2.6rem;
        margin-bottom: 25px;
        line-height: 1;
        font-weight: 600;
        letter-spacing: 0.08em;
    }

    #lead p{
        width: 435px;
        margin-bottom: 35px;
        line-height: 1.75;
        font-size: 1.4rem;
    }

    #lead .lead-box{
        padding-top:  100px;
        margin-bottom:  70px;
        padding-bottom: 0;
        background: none;
    }

    #lead dl{
        width: 190px;
        padding: 0;
    }

    #lead dt{
        width: 120px;
        padding: 0 0 0.5em 0.7em ;
        margin-bottom: 12px;
    }

    #lead dd{
        font-size: 1rem;
    }
}

/*========================================================
▼ギャラリー
========================================================*/
#gallery{
    padding-top: 4%;
    padding-bottom: 4%;  
}

#gallery li{
    margin-bottom: 5.9%; 
}

#gallery li:last-of-type{
    margin-bottom: 0; 
}

@media only screen and (min-width: 769px) {
    #gallery{
        padding: 40px 0;
    }

    #gallery ul{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    #gallery li{
        width: 48%;
        max-width: 480px;
        margin-bottom: 40px; 
    }

    #gallery li:nth-of-type(7){
        width: 100%;
        max-width: 1000px;
    }

    #gallery li:last-of-type{
        margin-bottom: 0; 
    }

}

/*========================================================
▼コーディネート
========================================================*/
#coorde{
    padding-top: 4%;
    padding-bottom: 4%;
}

#coorde h2{
   width: 72%;
   margin-bottom: 5%;
}

#coorde .scroll-txt h3{
   height: 7vw;
   margin-bottom: 5.9%;
}

#coorde .scroll-txt h3 img{
    width: auto;
    height: 100%;
}

#coorde .coorde-inner{
    margin-bottom: 10%;
}

#coorde p{
   margin-bottom: 8.85%;
}

/*-------------------------
リンクボタン
-------------------------*/
#coorde .btn{
    display: block;
    color: #fff;
    text-align: center;
    width: 73.75%;
    margin: 0 auto;
    font-size: 1.3rem;
    font-weight: 400;
    padding:1em;
    margin-bottom: 10%;
}

#coorde .btn:last-of-type{
    margin-bottom: 0;
}

#coorde .coorde-btn{
    background-color: #ce4e2c;
    margin-bottom: 9.6%;  
}

#coorde .detail-btn{
   background-color: #7e6b5a;
}

#coorde .btn span{
   display: inline-block;
   width: 2.4em;
   line-height: 1em;
   height: 1em;
   padding-left: 0.5em;
}

#coorde .btn span{
   display: inline-block;
   vertical-align: middle;
}

/*-------------------------
商品説明
-------------------------*/
#coorde .coorde-txt dl{
    margin-bottom: 10%;
}

#coorde .coorde-txt dt{
    color: #785e3b;
    font-size: 1.8rem;
    margin-bottom: 5%;
    font-family: 'Encode Sans Semi Condensed',sans-serif;
    font-weight: 600;
    letter-spacing: 0.05em;
}

#coorde .coorde-txt dt span{
    font-size: 1.5rem;
    display: block;
    margin-top: 0.8em;
    font-family: inherit;
    font-weight: 400;
}

#coorde .coorde-txt dd{
    margin-bottom: 2%;
}

#coorde .coorde-img.sp{
    margin-bottom: 9%;
}

/*オムニテックアイコン*/
#coorde .tech-icon{

}

#coorde .tech-icon img{
    display: inline-block;
    margin-right: 4%;
    width: auto;
    height: auto;
    max-width: 54px;
    max-height: 35px;
}

#coorde .tech-icon img:last-of-type{
    margin-right: 0;
}

/*menのみのスタイル*/
#coorde .coorde-men dl{
    margin-bottom: 3.2%;
}

@media only screen and (min-width: 769px) {
    #coorde{
        padding-left: 40px;
        padding-right: 40px;
    }

    #coorde .scroll-txt h3{
        height: 30px;
        margin-bottom: 30px;
    }

    #coorde h2{
        width: 100%;
        max-width: 321px;
        margin-bottom: 12px;
    }

    #coorde .coorde-inner{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        align-items:flex-start;
        margin-bottom: 60px;
    }

    #coorde .coorde-inner.tech{
        align-items: stretch;
    }

    #coorde .coorde-inner:nth-of-type(even){
        flex-direction: row-reverse;
    }

    #coorde .coorde-inner:last-of-type{
        margin-bottom: 0;
    }

    #coorde .btn{
        width: 100%;
        max-width: 380px;
        font-size: 1.2rem;
        padding:1em;
        margin-bottom: 10%;
    }

    .scroll-txt{
        width: 41.3%;
        max-width: 380px;
        display: flex;
    }

    .scroll-txt_inner{
        width: 100%;
    }

    .coorde-img.pc{
        width: 52.174%;
        max-width: 480px;
        padding-top: 20px;
        display: flex;
        position: -webkit-sticky;
        position: sticky;
        top: 0;
    }

    .coorde-img.pc img{
        width: 76%;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    #coorde p{
        margin-bottom: 36px;
    }

    /*リンクボタン*/
    #coorde .btn{
        width: 100%;
        max-width: 380px;
        font-size: 1.5rem;
        padding:20px 1em;
        margin-bottom: 50px;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

    #coorde .coorde-btn{
        margin-left:auto;
        margin-right:0;
    }

    #coorde .coorde-btn:hover{
        background-color: #a94226;

    }

    #coorde .detail-btn:hover{
        background-color: #53473c;
    }

    /*商品説明*/
    #coorde .coorde-txt dl{
        margin-bottom: 28px;
    }

    #coorde .coorde-txt dt{
        font-size: 1.8rem;
        margin-bottom: 14px;
    }

    #coorde .coorde-txt dd{
        margin-bottom: 5px;
    }

    /*オムニテックアイコン*/
    #coorde .tech-icon img{
        display: inline-block;
        margin-right: 10px;
        width: auto;
        height: auto;
        max-width: 38px;
        max-height: 25px;
    }

    /*menのみのスタイル*/
    #coorde .coorde-men dl{
        margin-bottom: 10px;
    }
}

/*-------------------------
オムニヒートとは？
-------------------------*/
#coorde .coorde-tech{
    background-color: #dbd2c6;
    padding: 8.4% 11.2%;
}

#coorde .coorde-tech h3{
    border-top: 2px solid #785e3b;
    padding: 10% 0 6.4%;
    text-align: center;
    color: #785e3b;
    font-size: 1.5rem;
    position: relative;
    margin-bottom: 9.6%;
}

#coorde .coorde-tech h3 span{
    display: block;
    margin-top: 6.4%;
    font-weight: 600;
    letter-spacing: 0.1em;
    padding-left: 0.1em;
}

#coorde .coorde-tech h3::after {
    content: '';
    width: 20%;
    border-bottom: 2px solid #785e3b;
    position: absolute;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
    margin:auto;
}

#coorde .coorde-tech .tech-logo{
    width: 37.6%;
    margin: 0 auto 8.8%;
}

#coorde .coorde-tech .tech-txt{
    margin-bottom: 9.33%;
}

#coorde .coorde-tech .tech-img{
    padding-bottom: 8%;
    border-bottom: 4px solid #785e3b;
    margin-bottom: 0;
}

/*オムニヒートとは？　商品*/
#coorde .coorde-other{
    padding-top:9.2%;
}

#coorde .coorde-other > img{
    width: 62.4%;
    margin: 0 auto 5.6%;
}

#coorde .coorde-other .other-product{

}

#coorde .coorde-other .other-product dl{
    display: flex;
    align-items: center;
}

#coorde .coorde-other .other-product dt{
    color: #785e3b;
    font-size: 1.8rem;
    margin-bottom: 5%;
    font-family: 'Encode Sans Semi Condensed',sans-serif;
    font-weight: 600;
    letter-spacing: 0.05em;
}

#coorde .coorde-other .other-product dt span{
    font-size: 1.5rem;
    display: block;
    margin-top: 0.6em;
    font-family: inherit;
    font-weight: 400;
}

#coorde .coorde-other .other-product dd{
    width: 16%;
    padding : 0 2%;
}
    
#coorde .coorde-other .detail-btn:last-of-type{
    margin-bottom: 0;
}

@media only screen and (min-width: 769px) {
    #coorde .coorde-tech{
        width: 47.8%;
        max-width: 440px;
        padding: 110px 10%;
    }

    #coorde .coorde-tech h3{
        padding: 40px 0;
        font-size: 1.5rem;
        position: relative;
        margin-bottom: 50px;
    }
    
    #coorde .coorde-tech .tech-logo{
        width:  160px;
        margin: 0 auto 64px;
    }

    #coorde .coorde-tech h3 span{
        margin-top: 20px;
        font-size: 1.6rem;
        letter-spacing: 0.1em;
        padding-left: 0.1em;
    }

    #coorde .coorde-tech .tech-txt{
        margin-bottom: 72px;
    }


    #coorde .coorde-tech .tech-img{
        padding-bottom: 40px;
    }

    #coorde .coorde-other{
        width: 41.3%;
        max-width: 380px;
        padding:0;
    }

    #coorde .coorde-other > img{
        width: 240px;
        margin: 0 auto 16px;
    }


    #coorde .coorde-other .other-product dt{
        font-size: 1.8rem;
        margin-bottom: 20px;
    }

    #coorde .coorde-other .other-product dt span{
        font-size: 1.5rem;
        margin-top: 0.6em;
    }

    #coorde .coorde-other .other-product dd{
        width: 58px;
        padding : 0 5px;
    }
    
    #coorde .coorde-other .other-product p{
        margin-bottom: 20px;
    }
}

/*========================================================
▼アイテム
========================================================*/
#items{
    padding-bottom: 4%;
}

#items h2{
    padding-top:8%;
    padding-bottom:6%;
    font-size: 2.2rem;
    font-weight: 400;
    background-color: #f5ece0;
    text-align: left;
}

#items h2 img{
    width: 80%;
    margin-bottom: 2%;
}

#items .items-img{
    margin-top: -14%;
    margin-bottom: 6.67%;
    background-color: #f5ece0;
}

#items h3{
    font-size: 1.6rem;
    font-weight: 400;
    margin-bottom: 4%;
}

#items p{
    margin-bottom: 1em;
}

.items-txt{
    margin-bottom: 4%;
}

.items-txt .img-lead{
    padding: 0 4%;
}

.items-description dl{
    margin-bottom: 4.8%;
}

.items-description dl:last-of-type{
    margin-bottom: 0;
}

.items-description dt{
    color: #785e3b;
    font-size: 1.6rem;
    margin-bottom: 2.8%;
    font-weight: 400;
}

@media only screen and (min-width: 769px) {
    #items{
        padding-bottom: 40px;
    }

    #items h2{
        padding: 35px 0 0;
        font-size: 2.6rem;
        background-color: transparent;
        position: relative;
        z-index: 2;
    }

    #items h2 img{
        width: 370px;
        margin-bottom: 14px;
    }

    #items .items-img{
        margin-top: -50px;
        margin-bottom: 30px;
        background-color: #fff;
        position: relative;
        z-index: 1;
    }

    #items h3{
        font-size: 2rem;
        margin-bottom: 18px;
    }

    #items p{
        margin-bottom: 0;
    }

    .items-txt{
        margin-bottom: 24px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        padding-left: 40px;
        padding-right: 40px;
    }

    .items-txt .txt-lead{
        width: 60.8%;
        max-width: 560px;
        padding: 0;
    }

    .items-txt .img-lead{
        width: 34.78%;
        max-width: 320px;
        padding: 0;
    }

    .items-description{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        padding-left: 40px;
        padding-right: 40px;
    }

    .items-description dl{
        width: 30.43%;
        max-width: 280px;
        margin-bottom: 40px;
    }

    .items-description dl:nth-of-type(n+13){
        margin-bottom: 0;
    }

    .items-description dt{
        font-size: 1.6rem;
        margin-bottom: 14px;
    }
}

/*========================================================
▼楽しみ方
========================================================*/
#fun{
    padding: 4% 0;
}

#fun h2{
    font-size: 1.7rem;
    margin-bottom: 4%;
}

#fun h2 img{
    margin-bottom: 2%;
    padding: 0 2.8%;
}

#fun h3{
    text-align: center;
    font-size: 1.5rem;
    font-weight: 500;
}

#fun .fun-inner{
    padding-top: 4%;
    padding-bottom: 4%;
}

#fun .fun-lead{

}

#fun .fun-lead dl{
    padding:3.2% 4.8% 4.8%;
}

#fun .fun-lead dt{
    width: 50%;
    margin-bottom: 4%;
}

/*コーヒーの淹れ方*/
#fun .fun-howto dl{
    margin-bottom: 10%;
}

#fun .fun-howto dl:last-of-type{
    margin-bottom: 0;
}

#fun .fun-howto dt{
    padding: 0 11.2% 0 8.8%;
    margin-bottom: 4%;
}

#fun .fun-howto dd{
    padding: 0 11.2%;
}

#fun .fun-howto ul{
    padding: 0 11.2%;
}

#fun .fun-howto ul li{
    margin-bottom: 6.876%;
}

#fun .fun-howto ul li:last-of-type{
    margin-bottom: 0;
}

#fun .balloon{
    position: relative;
}

#fun .balloon span {
    width: 50%;
    position: absolute;
    bottom: 0%;
    left: 45%;
    -webkit-transform: translateY(20%);
    transform: translateY(20%);
}

@media only screen and (min-width: 769px) {
    #fun{
        padding: 40px 0;
    }

    #fun h2{
        font-size: 2.6rem;
        margin-bottom: 30px;
        font-weight: 400;
    }

    #fun h2 img{
        width: 394px;
        margin: 0 auto;
        margin-bottom: 16px;
        padding: 0;
    }

    #fun h3{
        text-align: left;
        font-size: 1.8rem;
        font-weight: 400;
        margin-bottom: 10px;
    }

    #fun .fun-inner{
        padding: 10px 0 30px;
    }

    #fun .fun-lead{
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-left: 40px;
        padding-right: 40px;
        margin-bottom: 30px;
    }

    #fun .fun-inner:nth-of-type(2) .fun-lead{
        align-items: flex-start;
    }

    #fun .fun-lead > p {
        width: 47.82%;
        max-width: 440px;
    }

    #fun .fun-lead dl{
        width: 47.82%;
        max-width: 440px;
        padding:0;
        line-height: 1.7;
    }

    #fun .fun-lead dt{
        width: 48.56%;
        max-width: 220px;
        margin-bottom: 18px;

    }

    /*コーヒーの淹れ方*/
    #fun .fun-howto{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        padding-left: 40px;
        padding-right: 40px;
    }

    #fun .fun-inner:first-of-type .fun-howto{
        padding-left: 26px;
    }

    #fun .fun-howto dl{
        width: 49.23%;
        max-width: 453px;
        margin-bottom: 30px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    #fun .fun-howto dl:nth-of-type(n+3){
        margin-bottom: 0;
    }

    #fun .fun-howto dl:last-of-type{
        margin-bottom: 0;
    }

    #fun .fun-howto dt{
        width: 49.44%;
        max-width: 224px;
        padding: 0;
        margin-bottom: 0;
    }

    #fun .fun-howto dd{
        width: 45.9%;
        max-width: 208px;
        padding: 10px 0 0;
    }

    #fun .fun-howto ul{
        width: 100%;
        display: flex;
        justify-content: space-between;
        padding: 0;
    }

    #fun .fun-howto ul li{
        width: 22.71%;
        max-width: 209px;
        margin-bottom: 0;
    }

    #fun .fun-howto ul li:last-of-type{
        margin-bottom: 0;
    }

    #fun .balloon span {
        width: 187px;
        position: absolute;
        bottom: 5%;
        left: 110%;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

/*========================================================
▼場所
========================================================*/
#place{
    
}

#place .place-inner{
    padding-top: 22.4%;
}

#place .place-inner:first-of-type{
    background: url('../images/tri_east.png') no-repeat 0 0;
    background-size: 39.2%;
}

#place .place-inner:nth-of-type(2){
    background: url('../images/tri_west.png') no-repeat 0 0;
    background-size: 39.2%;
}

#place h2{
   font-size: 1.5rem;
   margin-bottom: 4.8%;
   letter-spacing: 0.1em;
}

#place h3{
    font-size: 2.6rem;
    text-align: center;
    padding:0.4em 0;
    border-top: 1px solid #4c4948;
    border-bottom: 1px solid #4c4948;
    margin-bottom: 5.33%;
    position: relative;
    letter-spacing: 0.1em;
}

#place h3::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 1.4rem;
    font-weight: bold;
    color: #785e3b;
}

#place .place-box:nth-of-type(1) h3::before{
    content: '01';
}

#place .place-box:nth-of-type(2) h3::before{
    content: '02';
}

#place .place-inner:nth-of-type(2) .place-box:nth-of-type(1) h3::before{
    content: '03';
}

#place .place-inner:nth-of-type(2) .place-box:nth-of-type(2) h3::before{
    content: '04';
}



#place h3 span{
    font-size: 1.4rem;
}

#place h4{
    color: #785e3b;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    font-weight: 500;
    font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    margin-bottom: 2%;
}

#place .place-box{
    margin-bottom: 9.34%;
}

#place .place-inner:last-of-type .place-box:last-of-type{
    margin-bottom: 0;
}

#place .place-img{
    margin-bottom: 5.33%;
}

#place .place-info .info-txt p{
    margin-bottom: 5.33%;
}

#place .place-info .info-txt ul{
    margin-bottom: 5.33%;
}

#place .map-img{
    width: 51.623%;
    margin: 0 auto;
}

@media only screen and (min-width: 769px) {
    #place{

    }

    #place .place-inner{
        padding-top: 60px;
        padding-left: 40px;
        padding-right: 40px;
    }

    #place .place-inner:first-of-type{
        background: url('../images/tri_east.png') no-repeat 0 0;
        background-size: 148px;
    }

    #place .place-inner:nth-of-type(2){
        background: url('../images/tri_west.png') no-repeat 0 0;
        background-size: 148px;
    }

    #place .place-list{
        display: flex;
        justify-content: space-between;
    }

    #place h2{
        font-size: 1.7rem;
        margin-bottom: 56px;
        letter-spacing: 0;
    }

    #place h3{
        font-size: 3rem;
        padding:0.4em 0;
        margin-bottom: 20px;
    }

    #place h3::before{
        font-size: 1.6rem;
    }

    #place .place-box{
        width: 47.82%;
        max-width: 440px;
    }
    
    #place h3 span{
        font-size: 1.6rem;
        letter-spacing: 0.1em;
    }

    #place h4{
        font-size: 1.4rem;
        letter-spacing: 0.1em;
        font-weight: 500;
        margin-bottom: 5px;
    }

    #place .place-box{
        margin-bottom: 0;
    }

    #place .place-img{
        margin-bottom: 20px;
    }

    #place .place-info{
        display: flex;
        justify-content: space-between;
    }

    #place .place-info .info-txt{
        width: 47.72%;
        max-width: 210px;
    }

    #place .place-info .info-txt p{
        margin-bottom: 24px;
    }

    #place .place-info .info-txt ul{
        margin-bottom: 0;
    }

    #place .map-img{
        width: 47.72%;
        max-width: 210px;
        margin: 0 0 0 auto;
    }

    #place .info-note{
        font-size: 1.2rem;
    }
}

/*========================================================
▼sticky
========================================================*/
.sticky {
  position: -webkit-sticky;
  position: sticky;
}

.sticky.sticky-fixed.is-sticky {
  position: fixed;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.sticky.sticky-fixed.is-sticky:not([style*="margin-top"]) {
  margin-top: 0 !important;
}

.sticky.sticky-fixed.is-sticky:not([style*="margin-bottom"]) {
  margin-bottom: 0 !important;
}

.sticky.sticky-fixed.is-absolute {
  position: absolute;
}

/*========================================================
▼フッター
========================================================*/

footer {
    text-align: center;
}

footer small {
    width: 100%;
    background: #000;
    color: #fff;
    font-size: 14px;
    line-height: 50px;
    display: block;
}

@media only screen and (max-width: 768px) {
    footer small {
        font-size: 2.6vw;
        line-height: 1.2;
        padding: 10px 0;
    }
}