@charset "utf-8";
html{
    font-size: 10px;
}
body{
    font-family:serif,'ＭＳ 明朝','游明朝',"Sawarabi Mincho",'Yu Mincho','YuGothic','Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', 'Meiryo','ＭＳ ゴシック',sans-serif;
    margin: 0 auto;
    overflow-x: hidden;
    width: 100%;
}
section{
    overflow: hidden;
}
li {
    list-style: none;
}
footer{
    overflow: hidden;
}
header{
    overflow: hidden;
}
*{
    padding: 0;
    margin: 0;
    border: 0;
}
dd{
    color:#433030;
    white-space: nowrap
}
dt{
    color:#433030;
}
iframe {
    border:none;
    width:100%;
    height:100%;
}
img {
    height: auto;
    max-width:100%;
}
p{
    color:#433030;
    font-size: 1.6rem;
    line-height: 1.8;
    Letter-spacing: 0.1em;
}
dl{
    line-height: 1.8;
    Letter-spacing: 0.1em;
}
a{
    text-decoration:none;
    color: #433030;
}
ul {
    list-style: none;
}
h2{
    font-size: 2.4rem;
    white-space: nowrap;
    text-align: center;
}
nav{
    width: 100%;
}
hr{
    border: solid 1px rgba(0, 0, 0, 0.2);
    margin: 50px 0;
}
.side-layout{
    display: flex;
    justify-content: center;
}
.side-layout_pc{
    display: flex;
    justify-content: center;
}
.pc{
    display: block;
}
.sp{
    display: none;
}
#sp_on{
    display: none;
}

#pagetop {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 11px;
    bottom: 50px;
    background: #FFF;
    opacity: 0.6;
    border-radius: 5px;
    border: 0.5px solid #666;
    z-index: 500;
}
#pagetop a {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    text-decoration: none;
    text-align: center;
}
#pagetop a::before {
    content: '';
    display: block;
	  position: absolute;
    top: 39%;
    left: 36%;
    width: 14px;
    height: 14px;
    border-right: 2px solid #666;
    border-bottom: 2px solid #666;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

/*-----ナビゲーション-----*/
nav{
    position: fixed;
    display: block;
    background-color: #4c7f8a;
    z-index: 200;
  }
  .primary-navi{
    display:flex;
    font-size: 1.6rem;
    justify-content: flex-end;
    align-items: center;
    margin: 10px auto;
  }
  .primary-navi li{
    padding: 5px 20px;
    border-left: dotted 1px black;
  }
  .primary-navi li:first-child{
    border-left: none;
  }
  .primary-navi li img{
    position: absolute;
    top: 12px;
    left: 20px;
    display: block;
    max-width: 90px;
    width: 100%;
    height: auto;
    filter: brightness(0) invert(1);
  }
  .primary-navi li:nth-child(2){
    border-left: none;
  }
  .primary-navi li a{
    color: white;
  }
  .primary-navi li a:hover{
    color: lightgray;
    transition: 0.3s;
  }

/*-----トップ-----*/
.top-style{
    text-align: center;
    margin: 0 auto 100px;
}
.top-style h1{
    font-size: 3.6rem;
    margin-top: 100px;
}
.top-img{
    max-width: 900px;
    width: 80vw;
    margin: 20px auto 30px;
}
.main-layout{
    max-width: 880px;
    margin: auto;
}

/*-----セットを選ぶ-----*/
.select-style{
    position: relative;
    text-align: center;
    margin: 0 auto 100px;
    overflow: visible;
}
.select-title{
    position: absolute;
    top: -28px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    background-color: #5e5e5e;
    color: white;
    max-width: 300px;
    width: 80vw;
    padding: 10px 0;
    margin: auto;
}
.select-title img{
    width: 100%;
    height: fit-content;
    max-width: 25px;
}
.select-category{
    background-color: #e5e5e5;
    padding: 50px 0 30px;
    width: 80vw;
    max-width: 800px;
    border: solid 2px #5e5e5e;
    border-radius: 50px;
    margin: auto;
}
.select-category a{
    transition-duration: .3s;
}
.select-category a:hover{
    background-color: #f2f2f2;
}
.select-category dl{
    margin: 0 20px;
}
.select-category dt img{
    width: 100%;
    max-width: 200px;
}
.select-category dd{
    font-size: 2.0rem;
    font-weight: bold;
    line-height: 1em;
    margin-top: 5px;
}
.select-category dd span{
    font-size: 1.4rem;
}


/*-----セット-----*/
.type-section{
    text-align: center;
    margin: 0 auto 100px;
}
#type-title_1{
    position: relative;
    background-image: url(./img/type-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 250px;
    margin-bottom: 40px;
}
#type-title_2{
    position: relative;
    background-image: url(./img/type-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 250px;
    margin-bottom: 40px;
}
#type-title_3{
    position: relative;
    background-image: url(./img/type-3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 250px;
    margin-bottom: 40px;
}

.title-text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.title-text h2{
    color: white;
    font-size: 3.0rem;
}
.title-text p{
    color: white;
    font-size: 2.0rem;
}

.set-leyout{
    position: relative;
    margin: 0 20px;
    width: -webkit-fill-available;
}
.set-layout_s{
    margin-bottom: 100px;
}
.set-leyout li:nth-child(2){
    display: flex;
    height: 210px;
}
.set-leyout li img{
    display: block;
    margin: auto;
}
.set-leyout li{
    font-size: 2.2rem;
}
.set-leyout li:nth-child(3){
    background-color: #921100;
    color: white;
    margin: 0 20px;
}
.link-button{
    position: absolute;
    bottom: -42px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    background-color: #921100;
    padding: 0 20px;
}

.other li:nth-child(2){
    height: 280px;
}


/*-----フッター-----*/
.footer-layout{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px 20px 80px;
    background-color: #305e68;
  }
  .information{
    margin-right: 50px;
  }
  .information p{
    color: white;
  }
  
  
  .contact{
    background-color: white;
    border-radius: 20px;
    padding: 40px 20px;
    margin-left: 50px;
  }
  .contact p{
    text-align: center;
  }
  
  .btn-square-emboss {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 75%;
    width: 100%;
    margin: 5% auto 0;
    padding: 0.5em 1em;
    font-size: 1.6rem;
    text-decoration: none;
    background-color: #305e68;
    color: #fff;/*ボタン色より暗く*/
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
    border-radius: 3px;
    font-weight: bold;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
    transition: 0.18s;
  }
  
  .btn-square-emboss:hover  {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
  }
  
  #mail-icon{
    font-size: 3.6rem;
  }
  .contact-number{
    font-size: 3.6rem;
    line-height: 1.0;
  
  }
  .contact-number span{
    display: inline-block;
    font-size: 1.6rem;
    margin-left: 85px;
  }
  small{
    display: flex;
    font-size: 1.4rem;
    justify-content: center;
    color: White;
    padding: 30px;
    background-color: #4c7f8a;
  }
  .yamako-name_footer {
      display: flex;
      align-items: center;
      margin-bottom: 10%;
  }
  .yamako-name_footer p {
      display: flex;
      color: white;
      line-height: normal;
  }
  .yamako-name_footer p:first-of-type {
      display: inline;
      font-size: 6.2rem;
      font-family: 'Zhi Mang Xing', cursive;
      white-space: nowrap;
      margin: 0;
      padding-right: 20px;
  }
  .yamako-name_footer p:last-of-type {
      display: inline;
      text-align: center;
      font-size: 2.0rem;
      line-height: 1.2;
      white-space: nowrap;
      margin: 0;
  }





  @media screen and (max-width: 768px) {
    .pc{
        display: none;
    }
    .sp{
        display: block;
    }
    h2{
        font-size: 2.0rem;
    }
    .side-layout_pc{
        display: block;
    }
    .main-layout {
        margin: 0 20px;
    }
    .type-section {
        text-align: center;
        margin: 0 auto 150px;
    }
    /*-----ハンバーガーメニュー-----*/
    .hamburger {
        position: fixed;
        right: 20px;
        top: 20px;
        width: 60px;
        height: 60px;
        cursor: pointer;
        z-index: 300;
        background-color: #4c7f8a;
        border-radius: 50%;
    }

    .hamburger__line {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        width: 45%;
        height: 2px;
        right: 0;
        background-color: white;
        transition: all 0.5s;
    }

    .hamburger__line--1 {
        top: 40%;
    }

    .hamburger__line--2 {
        top: 50%;
    }

    .hamburger__line--3 {
        top: 60%;
    }
    .sp-nav ul{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
    }
    .sp-nav li{
        font-size: 2.0rem;
        padding: 20px 10px;
        margin: 20px 0;
        border-bottom: dotted 1px #433030;
        white-space: nowrap;
    }

    /*ハンバーガーがクリックされたら*/
    .open .hamburger__line{
        left: 28%;
    }
    .open .hamburger__line--1 {
        transform: rotate(-45deg);
        top: 50%;
    }

    .open .hamburger__line--2 {
        opacity: 0;
    }

    .open .hamburger__line--3 {
        transform: rotate(45deg);
        top: 50%;
    }

    /*
    sp-nav(ナビ)
    =================================== */
    .sp-nav {
        position: fixed;
        top: 0; /*ハンバーガーがクリックされる前はWindow上部に隠す*/
        right: -100%;
        width: 60%; /* 出てくるスライドメニューの幅 */
        height: 100vh;
        background-color: #fff;
        transition: all 0.5s;
        z-index: 200;
        overflow-y: auto;
    }

    /*ハンバーガーがクリックされたら上からスライド*/
    .open .sp-nav {
        right: 0;
    }


    /*
    black-bg(ハンバーガーメニュー解除用bg)
    =================================== */
    .black-bg {
        position: fixed;
        left: 0;
        top: 0;
        width: 100vw;
        height: 100vh;
        z-index: 5;
        background-color: #000;
        opacity: 0;
        visibility: hidden;
        transition: all 0.5s;
        cursor: pointer;
        z-index: 100;
    }

    /*ハンバーガーメニューが開いたら表示*/
    .open .black-bg {
        opacity: 0.3;
        visibility: visible;
    }


    /*-----トップ-----*/
    .top-style {
        margin: 0 20px 100px;
    }
    .top-style h1 {
        font-size: 3.0rem;
        margin-top: 50px;
    }
    .top-img {
        max-width: 350px;
        width: 60vw;
    }


    /*-----セットを選ぶ-----*/
    .select-category{
        height: 400px;
    }
    .select-category dt img {
        max-width: 160px;
    }
    .select-category dd {
        font-size: 1.8rem;
    }
    .select-category a:nth-child(1){
        position: absolute;
        top: 10%;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
    }
    .select-category a:nth-child(2){
        position: absolute;
        bottom: 10%;
        left: 35%;
        transform: translateX(-65%);
        -webkit-transform: translateX(-65%);
        -ms-transform: translateX(-65%);
    }
    .select-category a:nth-child(3){
        position: absolute;
        bottom: 10%;
        right: 35%;
        transform: translateX(65%);
        -webkit-transform: translateX(65%);
        -ms-transform: translateX(65%);
    }
    .select-category a:hover{
        background-color: inherit;
    }
    .select-category a:active{
        background-color: #f2f2f2;
    }




    /*-----セット-----*/
    
    .title-text p {
        font-size: 1.8rem;
        white-space: nowrap;
    }
    .title-text h2 {
        font-size: 2.6rem;
    }
    .set-leyout li {
        font-size: 2.0rem;
        white-space: nowrap;
        line-height: 1.4em;
    }
    .set-leyout li:nth-child(2) {
        height: auto;
    }
    .set-leyout li:nth-child(3) {
        margin: 0px;
    }
    #type-title_1 {
        background-image: url(./img/type-1_sp.jpg);
        height: 250px;
        margin-bottom: 80px;
    }
    #type-title_2 {
        background-image: url(./img/type-2_sp.jpg);
        height: 250px;
        margin-bottom: 80px;
    }
    #type-title_3 {
        background-image: url(./img/type-3_sp.jpg);
        height: 250px;
        margin-bottom: 80px;
    }





    /*-----フッター-----*/
    .footer-layout{
        display: block;
        padding: 60px 5%;
        text-align: center;
    }
    .yamako-name_footer{
        justify-content: center;
    }
    .information{
        margin-right: 0;
        margin-bottom: 60px
    }
    .contact{
        margin-left: 0;
    }
}

@media screen and (max-width: 500px){
    section{
        min-width: 300px;
    }
    footer{
        min-width: 300px;
    }
    h2 {
        font-size: 1.8rem;
    }

      /*-----ハンバーガーメニュー-----*/
    .hamburger{
        right: 15px;
        top: 15px;
    }
    .sp-nav li {
        font-size: 1.6rem;
        padding: 15px 0px;
        margin: 15px 0;
        border-bottom: dotted 1px #433030;
        white-space: nowrap;
    }
    .sp-nav {
        width: 80%;
    }
    

    .top-style h1 {
        font-size: 2.4rem;
        white-space: nowrap;
        margin-top: 70px;
    }
    .top-img{
        min-width: 190px;
    }
    .top-style p{
        text-align: start;
    }
    .select-category dl {
        margin: 0 50px 10px;
    }
    .select-category dd {
        font-size: 1.6rem;
    }
    .select-title{
        width: 70vw;
    }
    .select-title img {
        max-width: 18px;
    }
    .title-text p {
        font-size: 1.6rem;
    }
    .title-text h2 {
        font-size: 2.2rem;
    }
    .select-category dt img {
        max-width: 140px;
    }
    .select-category {
        height: 350px;
    }
    .select-category a:nth-child(2) {
        position: absolute;
        bottom: 8%;
        left: 38%;
        transform: translateX(-62%);
        -webkit-transform: translateX(-62%);
        -ms-transform: translateX(-62%);
    }
    .select-category a:nth-child(3) {
        position: absolute;
        bottom: 8%;
        right: 38%;
        transform: translateX(62%);
        -webkit-transform: translateX(62%);
        -ms-transform: translateX(62%);
    }
      /*-----フッター-----*/
    .footer-layout {
        min-width: 300px;
    }
    .yamako-name_footer p:first-of-type{
        font-size: 5.2rem;
    }
    .yamako-name_footer p:last-of-type{
        font-size: 1.8rem;
    }
    .contact-number{
        font-size: 3.2rem;
    }
    .information p{
        text-align: start;
    }
}

@media screen and (max-width: 390px){
    #sp_on{
        display: block;
    }
    #sp_off{
        display: none;
    }
    .sp_s{
        display: block;
    }
    hr {
        margin: 30px 0;
    }
    .select-category a:nth-child(1){
        position: inherit;
    }
    .select-category a:nth-child(2){
        position: inherit;
    }
    .select-category a:nth-child(3){
        position: inherit;
    }
    .select-category{
        height: auto;
        min-width: 260px;
    }
    .select-title {
        min-width: 200px;
    }

    .main-layout {
        margin: 0 20%;
    }

    footer p{
        font-size: 1.4rem;
    }
      footer p:nth-child(4){
        font-size: 1.2rem;
    }
}