@charset "UTF-8";
/* CSS Document */
main{
background-color: #fefdfa;
}

/*----トップボタン--------------------------------------------------------------------------*/
.top-button{
position: fixed;
bottom: 40px;
right: 10px; 
}
  @media(min-width: 1040px){
    .top-button{
    height: 74px;
    width: 74px;
    object-fit: contain;
    bottom: 40px;
    right: 80px; 
    }
   }
header{
height: 80px;
}
/*----ハンバーガー-------------------------------------------------------------------------*/
#nav-drawer {
max-width: 1440px;
margin: 0 auto;
padding: 20px 24px 0 0;
text-align: right;
position: relative;
z-index: 9999;
}
#nav-open {
display: inline-block;
vertical-align: middle;
width: 30px;
height: 26px;
}
#nav-open span, #nav-open span::before, #nav-open span::after {
position: absolute;
height: 3px;
width: 30px;
background-color: #fff;
display: block;
content: "";
}
#nav-open span::before {
bottom: -10px;
}
#nav-open span::after {
bottom: -20px;
}
#nav-close {
z-index: 999;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
#nav-content {
display: block;
position: fixed;
top: 0;
left: 0;
z-index: 9999;
width: 70%;
height: 86%;
background-color: #08090b;
opacity: .8;
text-align: left;
padding: 30px 0 0 24px;
transform: translateX(-105%);
transition: 0.3s ease-in-out;
box-shadow: 5px 0 25px rgba(0, 0, 0, 0.25);
}
.nav-drawer__title {
font-weight: 600;
color:#fefbfa;
margin-bottom: 60px;
display: inline-block;
display: flex;
}
.nav__about{
font-family: "DIN Alternate Bold";
font-size: 1.4rem;
}
.nav__name{
font-family: 'Charmonman', cursive;
font-size: 2.2rem;
padding-left: 12px;
}
#nav-close {
display: none;
}
.nav-drawer__link-top {
display: block;
}
#nav-content ul li {
margin-bottom: 36px;
}
#nav-content ul li a {
margin-left: 10px;
text-decoration: none;
font-family:"Plantagenet Cherokee";
font-size: 1.8rem;
font-weight: 600;
color: #fefdfa;
}
#nav-input:checked ~ #nav-close {
display: block;
}
#nav-input:checked ~ #nav-content {
transform: translateX(0%);
}

  @media (min-width: 1040px){
    #nav-drawer {
    padding: 25px 100px 0 0;
    }
    #nav-open {
    width: 50px;
    height: 40px;
    }
    #nav-open span, #nav-open span::before, #nav-open span::after {
    height: 3px;
    width: 50px;
    }
    #nav-open span::before {
    bottom: -17px;
    }
    #nav-open span::after {
    bottom: -34px;
    }
    .nav-drawer__title {
    margin: 50px 0 110px 30px;
    display: inline-block;
    display: flex;
    }
    .nav__about{
    font-size: 3rem;
    }
    .nav__name {
    font-size: 4rem;
    padding-left: 20px;
    }
    #nav-content ul li {
    padding-left: 30px;
    margin-bottom: 80px;
    }
    #nav-content ul li a {
    font-size: 4rem;
    }
  }

/*----トップセクション----------------------------------------------------------------------*/
.section-top{
height: 600px;
width: 100%;
margin: 0 auto;
position: relative;
top: -80px;
left: 0;
}
.section-top__background-image{
background-image: url("../images/IMG-1434.JPG");
height: 100%;
width: 100%;
background-position: 80%;
background-size: auto 100%;
background-repeat: no-repeat;

}
.section-top__about {
position: absolute;
top:312px;
width: 100%;
font-family: "DIN Alternate Bold";
color: #fefdfa;
font-size: 1.4rem;
letter-spacing: 0.07em;
}
.section-top__name{
position: absolute ;
top:352px;
width: 100%;
font-family: 'Charmonman', cursive;
color: #fefdfa;
font-size: 2.6rem;
letter-spacing: 0.07em;
}

  @media(min-width: 800px){
    .section-top{
    height: 720px;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    }
    .section-top__background-image{
    background-size: cover;
    position: relative;
    }
    .section-top__about {
    position: absolute ;
    top:430px;
    font-size: 3rem;
    }
    .section-top__name{
    position: absolute ;
    top:503px;
    font-size: 5rem;
    }
  }

/*----アバウトセクション-------------------------------------------------------------------*/
.section-about {
padding-top: 15px;
padding-bottom: 80px;
width: 100%;
margin: 0 auto;
}
.section-about img {
height: 240px;
width: 240px;
border: solid #08090b;
border-radius: 26px;
border-width: 0.5px;
}
.section-about__name {
margin: 30px 0;
font-family: 'Shippori Mincho', serif;
color: #08090b;
font-size: 2.0rem;
font-weight: 800;
}
.section-about__description {
display:  inline-block;
margin: 0 24px;
text-align: left;
color: #08090b;
font-size: 1em;
letter-spacing: 0.2em;
line-height: 1.5em;
}
.section-about__progress {
display: none;
}
.span-1 {
letter-spacing: 2.6em;
}
.section-about__description dt{
float: left;
}
.section-about__description dd{
margin-left: 9.6rem;
}
  @media(min-width:1040px){
    .section-about {
    box-sizing: border-box;
    height: 590px;
    padding-top: 25px;
    padding-bottom: 107px;
    display: inline-block;
    display: flex;
    justify-content: center;
    position: relative;  
    }
    .section-about img {
    height: 300px;
    width: 300px;
    margin: auto 120px auto 0px;
    top: 0;
    bottom: 0;
    }
    .section-about__name {
    text-align: left;
    font-size: 3rem;
    margin: 0 0 42px;
    }
    .section-about__text {
    height:382px;
    width: 490px;
    margin: 0;
    line-height: 2.8em;
    }
    .section-about__description {
    margin: 0;
    }
    .section-about__progress {
    display:inline-block;
    font-feature-settings: "palt";
    }
    .section-about__br{
    display: none;
    }
  }

/*----ライクスセクション------------------------------------------------------------------*/
.section-likes {
background-color: #0d0d0d;
background-image: url("../images/P9135428.JPG");
background-repeat: no-repeat;
background-size: auto 30%;
background-position: right -100px;
padding: 0 0 80px;
margin: 0 auto;
}
.section-likes__category {
padding: 100px 0 50px;
font-family: 'Charmonman', cursive;
font-size: 3.2rem;
color: #fefdfa;
}
.section-likes__first-letter{
font-size: 5.5rem;
color: #9ea1a2;
letter-spacing: 0.05em;
}
.section-likes ul li{
list-style: none;
color: #fefdfa;
writing-mode: vertical-rl;
text-align: left;
display: flex;
flex-flow: column;
margin: 0 auto;  
padding-bottom: 30px;
}
.section-likes ul li img{  
height: 200px;
width: 163px;
object-fit :cover;
}
.section-likes__title{
font-size: 1.1em;
}
/*-------アイテム１-----------------------------------*/
.section-likes__item1 .section-likes__picture{
order: 3;
}
.section-likes__item1 .section-likes__title{
order: 1;
padding: 10px 28px 10px 0;
letter-spacing: 0.2em;
line-height: 2em;
} 
.section-likes__item1 .section-likes__description{
order: 2;
padding: 14px 0 14px 28px;
letter-spacing: 0.2em;
line-height: 1.5em;
}
/*-------アイテム2-----------------------------------*/
.section-likes__item2 .section-likes__picture{
order: 1;
}
.section-likes__item2 .section-likes__title{
order: 2;
padding: 10px 16px 10px 0;
letter-spacing: 0.2em;
line-height: 2em;
} 
.section-likes__item2 .section-likes__description{
order: 3;
padding: 14px 0 14px 16px;
letter-spacing: 0.2em;
line-height: 1.5em;
}
.description-sea{
color: #fefdfa;
-ms-writing-mode: tb-rl;
writing-mode: vertical-rl;
text-align: left;
margin: 15px 0 0 0px;
letter-spacing: 0.2em;
line-height: 1.5em;
order: 1;
flex-grow: 0.5;
}
/*-------アイテム3-----------------------------------*/
.section-likes__item3 .section-likes__picture{
order: 3;
}
.section-likes__item3 .section-likes__title{
order: 1;
padding: 10px 52px 10px 0;
letter-spacing: 0.2em;
line-height: 2em;
} 
.section-likes__item3 .section-likes__description{
order: 2;
padding: 14px 0 14px 52px;
letter-spacing: 0.2em;
line-height: 1.5em;
}
  @media(min-width:1040px){
    .section-likes {
    background-image: url("../images/flower.png");
    background-size: 100%;
    padding: 0 0 80px;
    height:603px;
    max-width: 1440px;
    }
    .section-likes__category {
    padding: 110px 0 70px;
    font-size: 3.8rem;
    letter-spacing: 0.04em;
    }
    .section-likes__first-letter{
    font-size: 6.3rem;
    }
    .section-likes ul li img{  
    height: 250px;
    width: 250px;
    }
    .section-likes ul{
    display: flex;
    justify-content:center;
    }
    .section-likes ul li{
    list-style: none;
    writing-mode: horizontal-tb;
    text-align: center;
    display: inline-block;
    padding-bottom: 0;
    margin: 0;
    }
    .section-likes ul li br{
    display: none;
    }
     
    /*-------アイテム１-----------------------------------*/
    .section-likes__item1 .section-likes__title{
    padding: 0;
    margin: 8px 0px;
    letter-spacing: 0.2em;
    line-height: 2em;
    font-size: 1.7rem;
    } 
    .section-likes__item1 .section-likes__description{
    padding: 0;
    margin: 0 4px 27px;
    width: 240px;
    text-align: left;
    font-size: 1.6rem;
    }
    .section-likes__item1{
    padding-right: 100px;
    }
    /*-------アイテム2-----------------------------------*/
    .section-likes__item2 .section-likes__title{
    padding: 0;
    margin: 8px 0px;
    letter-spacing: 0.2em;
    line-height: 2em;
    font-size: 1.7rem;
    } 
    .section-likes__item2 .section-likes__description{
    padding: 0;
    margin: 0 4px 3px;
    width: 240px;
    text-align: left;
    font-size: 1.6rem;
    }
    .section-likes__item2{
    padding-right: 100px;
    }
    /*-------アイテム3-----------------------------------*/
    .section-likes__item3 .section-likes__title{
    padding: 0;
    margin: 8px 0px;
    letter-spacing: 0.2em;
    line-height: 2em;
    font-size: 1.7rem;
    } 
    .section-likes__item3 .section-likes__description{
    padding: 0;
    margin: 0 4px 49px;
    width: 240px;
    font-size: 1.6rem;
    }
  }

/*----インフォ&アクセスセクション------------------------------------------------------------------*/
.section-info{
background-color: #464646;
background-image:url("../images/sunset2.png");
background-repeat: no-repeat;
background-size:100% auto;
background-position:top;
height: 800px;
width:100%;
margin:auto;
}
.section-info__category {
padding: 90.5px 0 50px;
font-family: 'Charmonman', cursive;
font-size: 3.2rem;
color: #08090b; 
letter-spacing: 0.05em;
}
.section-info__first-letter-i{
font-size: 5.5rem;
color: #bdbdb5;
letter-spacing: -0.05em;
}
.section-info__first-letter-a{
font-size: 5.5rem;
color: #bdbdb5;
}
.glow{
text-shadow: 0 0 2px #fff;
}
.section-info__description{
box-sizing: border-box;
height: 270px;
width: 327px;
background-color: rgba(0,0,0,0.39);
padding: 20px 0;
margin: auto auto 40px auto;
}
.section-info__description-content{
font-size: 1.6rem;
letter-spacing: 0.2em;
line-height: 2.3rem;
color: #fefdfa;
list-style: none;
margin-bottom: 18px;
}
.section-info h3{
font-weight: bold;
}
.phone{
letter-spacing: 0.17rem;
}
.space{
letter-spacing: 0.7rem;
}
.section-info iframe{
height:280px;
width: 100%; 
}
  @media(min-width:1040px){
    .section-info{
    box-sizing: border-box;
    height: 584px;
    max-width: 1440px;
    background-size: cover;
    background-position:0 -340px;
    padding-bottom: 70px;
    margin:auto;
    }
    .section-info__category {
    padding: 123px 0 60px;
    font-size: 3.8rem;
    }
    .section-info__first-letter-i{
    font-size: 6.3rem;
    letter-spacing: 0.02em;
    }
    .section-info__first-letter-a{
    font-size: 6.3rem;
    }
    .section-info__flex{
    display: flex;
    justify-content: center;
    }
    .section-info__description{
    display: inline-block;
    box-sizing: border-box;
    height: 300px;
    width: 450px;
    padding: 20px 60px;
    margin: 0 60px 0 0;
    }
    .section-info__description-content{
    width: 330px;
    font-size: 1.6rem;
    line-height: 2.6rem;
    margin-bottom: 26px;
    }
    .section-info iframe {
    display: inline-block;
    height: 300px;
    width: 450px;
   }
  }
/*----フッターセクション------------------------------------------------------------------*/
.footer{
background-color: #08090b;
height: 300px;
padding-top: 20px;
position: relative;
}
.footer ul {
font-size: 0; 
display: flex;
justify-content: center;
}
.footer ul li{
box-sizing: border-box;
display: inline-block;
height: 1.7rem;
font-family:'Noto Serif JP', serif;
font-size: 1.3rem;
border-right: solid #fefdfa 2px;
padding: 0 10px;
}
.footer a{
color: #fefdfa;
text-decoration: none;
}
#instagram{
height: 1.7rem;
width: 1.7rem;
}
#twitter{
height: 1.7rem;
width: 1.7rem;
}
#last-list{
border: none;
}
.footer__about{
font-family: "DIN Alternate Bold";
color: #fefdfa;
font-size: 1.4rem;
letter-spacing: 0.07em;
font-weight: 600;
padding-bottom: 8px;
}
.footer__name{
font-family: 'Charmonman', cursive;
color: #fefdfa;
font-size: 2.4rem;
letter-spacing: 0.07em;
font-weight: 600;
padding-bottom: 10px;
}
.footer__thanks{
font-family: 'Plantagenet Cherokee',serif;
color: #fefdfa;
font-size: 1.4rem;
letter-spacing: 0.1em; 
padding-bottom: 20px;
}
.footer small{
color: #fefdfa;
font-size: 1rem
}
.footer__message{
position: absolute;
bottom: 0px;
right: 0;
left: 0;
margin: 0 auto 16px;
}
  @media(min-width:1040px){
    .section-footer{
    height: 230px; 
    max-width: 1440px;
    padding: 24px 0 18px 0;
    margin: 0 auto;
    }
    .footer ul li{
    height: 2.5rem;
    font-size: 1.6rem;
    padding: 0 20px;
    }
    #instagram{
    height: 2.5rem;
    width: 2.5rem;
    }
    #twitter{
    height: 2.5rem;
    width: 2.5rem;
    }
  }