@charset "UTF-8";

/* クリアフィックス（回り込み解除） */
.clearfix::after {
    content: "";
    display: block;
    clear: both;
}
  
*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    border: none;
    padding: 0;
}
:target::before {
    content:"";
    display: block;
    height: 60px;
    margin-top: -60px;
    visibility: hidden;
}
  
  
/* フォントサイズは10pxが基準になる */
html {
    font-size: 62.5%;
    font-family: "ten-mincho", serif;
    font-family: 'Lobster', sans-serif;
    font-family: 'Noto Serif JP', serif;
    background-color: #e9f7e8;
}

/*
GENERAL STYLING
================================================ */
html,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a {

  line-height: 170%;
  word-break: break-all;
}

body {
  width: 100%;
  margin: 0 auto;
  font-size: 1.6rem;
  letter-spacing: .065em;
}
h1,
h2,
h3,
h4,
h5,
a,
p,
li {
  color: #6e5a5a;
  text-decoration: none;
  list-style: none;
}


a img {
  transition: .3s ease;
}

a img:hover {
  opacity: 0.7;
   
}


.header_text {
  text-align: center;
}
h1 {
  font-size: 3rem;
  color: #4b0082;
  margin: 0;
  line-height: 130%;
}
h2 {
  font-size: 2.5rem;
  color: #4b0082;
  text-align: center;
  border-bottom: 3px solid #4b0082;
  border-right: 20px solid #4b0082;
  border-left: 20px solid #4b0082;
  margin: 20px 0;
}
h3 {
  color: #4b0082;
  font-size: 2.5rem;
  margin: 0 10px;
}
h3 span {
  font-size: 3rem;
  
}
h4 {
  font-size: 2rem;
  margin: 0 10px;
  line-height: 170%;
}

h5 {
  font-size: 2rem;
  margin: 10px 10px;
  line-height: 130%;

}

  
p {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}



/*
header
================================================ */
.header {
  position: relative;
}
.header_photo {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  
  min-width: 320px;
  z-index: -10;
}
.header_photo img {
  width: 100%;
}

.header_photo_r {
  display: none;
}

/*
main
================================================ */ 
.main_top {
  margin-top: calc(100vw * 3 / 4);
  margin-right: 10px;
  margin-left: 10px;
}  
.main_gallery {  
  margin-right: 10px;
  margin-left: 10px;
}

.menu_photo {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.menu_photo_sp {
  width: 250px;
  margin: 10px auto;
  transition-duration: .4s;
}
.menu_photo_sp:hover {
  transform: scale(1.05);
}

.menu_photo_sp img {
  width: 100%;
  vertical-align: bottom;
}
.menu_photo_cat {
  transition-duration: .4s;
}
.menu_photo_cat:hover {
  transform: scale(1.05);
}
.menu_photo_cat img {
  display: none;
}

.guide,
.menu_heading {
  max-width: 600px;
  margin: 0 auto;
}
.guide p,
.menu_heading p {
  margin-bottom: 1rem;
}

footer {
  margin: 50px 10px 0 10px;
}

.footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; 
}
.footer_home h5 {
  color: #6e5a5a;
}
.footer_home h5:hover {
  color: #b6a9c0;
}
.footer_nav p {
  font-size: 1.4rem;
  padding: 0 5px;
  transition: 0.3s;
  color: #6e5a5a;
  
}
.footer_nav p:hover {
  color: #b6a9c0;
  
}

.footer_nav_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; 
}


.main_logo {
  display: block;
  text-align: center;
  margin-top: 5px;
}

.main_logo img {
  width: 10%;
  max-width: 200px;
  min-width: 100px;
  margin: 0 auto;
}
.footer_home {
  display: block;
  text-align: center;
  margin-top: 20px;
}



/*
gallery
================================================ */
.menu_photo_nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.menu_photo_link {  
  width: auto;
  margin: 10px auto;
  transition-duration: .4s;
}
.menu_photo_link:hover {
  transform: scale(1.05);
}
.menu_photo_link img {
  width: 200px;
  vertical-align: bottom;
}
.menu_photo_link img {
  display: none;
}
.gallery_title {
  margin: 0 auto;
}
.gallery_title h3 {
  text-align: center;
  border-bottom: 3px solid #4b0082;
  margin: 10px;
}
.gallery_title_sub h3 {
  text-align: center;
}
.gallery_title_sub h5 {
  text-align: center;
  font-size: 2rem;
  color: #4b0082;
  border-top: 1px solid#4b0082;
  padding-top: 10px;
}
.cargo_loc h5 {
  text-align: center;
  font-size: 2rem;
}
.photo_set {
  max-width: 1300px;
  margin: 50px auto 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  padding-left: 0px; 
}
.photo_x img,
.photo_l img,
.photo_m img,
.photo_s img,
.photo img {
  width: 170px; 
}
.photo_x p,
.photo_l p,
.photo_m p,
.photo_s p,
.photo p {
  text-align: left;
  margin-top: -10px;
}

/*
hobby
================================================ 
.main_hobby {
  display: block;
  width:100%;
  max-width: 1200px;
  margin: 50px auto 0;
  padding: 0 0;
}
.text_hobby {
  margin-left: 20px;
}
.text_hobby li {
  margin: 20px 0;
}
.photo_set {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  padding-left: 0px; 
}

.photo img {
  width: 170px; 
}
.photo p {
  text-align: left;
  margin-top: -10px;
}

/*
footer
================================================ */ 
.totop {
  display: block;
  text-align: right;
  margin:20px 20px 0 0;
}
.totop {
  width: 50px;
}
.copyright p {
    font-size: 16px;
    margin: 0 0;
    text-align: center;  
  }
/*
totop
================================================ */
.totop {
  /* display: flex;
  justify-content: space-between; */
  position: fixed;
  /*追従記述*/
  z-index: 99999;
  /*他の要素の下に隠れないように全面配置*/
  bottom: 0;
  right: 0;
  width: 150px;
  /*デフォルト非表示*/
  opacity: 0;
  transition: opacity 1.0s;
  /*透明*/
}

.totop.show {
  opacity: 1;
}
.totop { 
  text-align: right;
  padding: 0 5px 0 0;
}

.totop img {
  width: 30%;
}

@media screen and (min-width: 768px) {
    .sp {
      display: none;
    }
    
    h1 {
      font-size: 6rem;
    }  
    h2 {
      font-size: 4rem;
      margin: 20px 100px;
    }
    h3 {
      font-size: 3rem;
    }
    h4 {
      font-size: 2rem;
    }
    h5 {
      font-size: 3rem;
    }
    
    

    .menu_photo_sp {
      display: none;
    }

    .menu_photo img {
      display: block;
    }
    .menu_photo_cat {
      display: block;
      text-align: center;
      margin: 10px;
    }
    .footer {
      max-width: 1000px;
      margin: 0 auto;
    }
    .footer_nav p {
      font-size: 1.6rem;
      padding: 0 10px;
    }
    .totop img {
      width: 50%;
    }
    
    /*
    gallery
    ================================================ */
    
    .menu_photo_link img {
      display: block;
    }
    .menu_photo_link {
      display: block;
      text-align: center;
      margin: 10px;
    }
    .gallery_title h3 {
      margin: 50px 100px;
    }
    .gallery_title_sub h5 {
      margin: 20px 100px;
    }
    .photo_set {      
      display: flex;
      flex-wrap: wrap;
      justify-content: center;      
    }
    .photo_x {
      max-width: 1000px;
    }
    .photo_l {
      max-width: 800px;
    }
    .photo_m {
      max-width: 600px;
    }
    .photo_s {
      max-width: 400px;
    }
    .photo {
      max-width: 250px;
    }
    .photo_x img,
    .photo_l img,
    .photo_m img,
    .photo_s img,
    .photo img {
      width: 100%; 
    }



    
    

    /*
    hobby
    ================================================ 
    .photo_set {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr 1fr;
      gap: 10px;
    }
    
    .photo img {
      width: 250px; 
    }
    /*
    footer
    ================================================ */ 

    .totop {
      display: block;
      text-align: right;
      margin:20px 100px 0 0;
    }
    .totop img {
      max-width: 150px;
    }


}