body{letter-spacing: 0.2em;}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(/font/NotoSansJP-Light-cstm.woff2) format('woff2'),
       url(/font/NotoSansJP-Light-cstm.woff) format('woff'),
       url(/font/NotoSansJP-Light-cstm.otf) format('opentype');
}
@font-face {
   font-family: 'Noto Sans Japanese';
   font-style: normal;
   font-weight: 400;
   font-display: swap;
   src: url(/font/NotoSansJP-Regular-cstm.woff2) format('woff2'),
        url(/font/NotoSansJP-Regular-cstm.woff) format('woff'),
        url(/font/NotoSansJP-Regular-cstm.otf) format('opentype');
 }
@font-face {
   font-family: 'Noto Sans Japanese';
   font-style: normal;
   font-weight: 500;
   font-display: swap;
   src: url(/font/NotoSansJP-Medium-cstm.woff2) format('woff2'),
        url(/font/NotoSansJP-Medium-cstm.woff) format('woff'),
        url(/font/NotoSansJP-Medium-cstm.otf) format('opentype');
 }
@font-face {
   font-family: 'Noto Sans Japanese';
   font-style: normal;
   font-weight: 900;
   font-display: swap;
   src: url(/font/NotoSansJP-Black-cstm.woff2) format('woff2'),
        url(/font/NotoSansJP-Black-cstm.woff) format('woff'),
        url(/font/NotoSansJP-Black-cstm.otf) format('opentype');
 }
@font-face {
   font-family: 'Noto Serif Japanese';
   font-style: normal;
   font-weight: 400;
   font-display: swap;
   src: url(/font/NotoSerifCJKjp-Regular-cstm.woff) format('woff'),
        url(/font/NotoSerifCJKjp-Regular-cstm.woff2) format('woff2'),
        url(/font/NotoSerifCJKjp-Regular-cstm.otf) format('opentype');
 }

 .mincho {font-family: 'Noto Serif Japanese' !important;}
p.center {text-align: center;}

 a{color: #000;text-decoration: none;}
 p{margin: 0;padding: 0;}
 img{vertical-align: bottom; border: none; max-width: 100%; height: auto; object-fit: contain;}

.iframe-wrap{position: relative; width: 100%; padding: calc(500 / 850 *100%) 0 0 ;}
.iframe-wrap iframe{position: absolute; top: 0; left: 0; width: 100%; height: 100%;}

.iframe-wrap02{position: relative; width: 100%; padding: calc(500 / 850 *100%) 0 0 ;}
.iframe-wrap02 iframe{position: absolute; top: 50px; left: 0; width: 100%; height: 100%;}

@media screen and (min-width: 1024px) {
  .iframe-wrap02{position: relative; width: 100%; margin-top: 5rem; padding: calc(400 / 850 *100%) 0 0 ;}
  .iframe-wrap02 iframe{position: absolute; top: 50px; left: 0; width: 100%; height: 100%;}
  }

@media screen and (min-width: 768px) {
.iframe-wrap02{position: relative; width: 100%; margin-top: 5rem; padding: calc(400 / 850 *100%) 0 0 ;}
.iframe-wrap02 iframe{position: absolute; top: 50px; left: 0; width: 100%; height: 100%;}
}

@media screen and (min-width: 980px) {
      /* 980px以上用（PC用）の記述 */
h1 {margin-top:1rem; text-align: center; font-size: 40px; line-height: 150%; font-family: "Source Han Serif JP", "Noto Serif CJK JP", "游明朝体", "Yu Mincho", YuMincho,serif; font-weight: normal !important; color: #000000; letter-spacing: 0.2em !important;}
.iframe-wrap02{position: relative; width: 100%; padding: calc(240 / 850 *100%) 0 0 ;}
.iframe-wrap02 iframe{position: absolute; top: 50px; left: 0; width: 100%; height: 100%;}
  }

#header {
  width: 100%;
  height: 10rem;
  background-image: url(./img/head-logo.svg);
  background-color: white;
  margin: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

#nav {position: fixed;
  z-index: 100;
  right: 0px;
  top: 0px;
  height: 0px;}
.logo {
    padding-top: 10px;
    margin-right: 10px;
    margin-bottom: 38px;}

.link_over{opacity: 1;transition: opacity,0.4s color,0.4s;display: inline-block;}
.link_over:hover{opacity: 0.7;color: #00b8ee !important;}

.mt10{margin-top: 10px !important;}
.mt15{margin-top: 15px !important;}
.mt20{margin-top: 20px !important;}
.mt25{margin-top: 25px !important;}
.mt30{margin-top: 30px !important;}
.mt35{margin-top: 35px !important;}
.mt40{margin-top: 40px !important;}
.mt50{margin-top: 50px !important;}
.mt60{margin-top: 60px !important;}
.mt70{margin-top: 70px !important;}
.mt80{margin-top: 80px !important;}
.mt90{margin-top: 90px !important;}
.mt100{margin-top: 100px !important;}

.mb10{margin-bottom: 10px !important;}
.mb15{margin-bottom: 15px !important;}
.mb20{margin-bottom: 20px !important;}
.mb25{margin-bottom: 25px !important;}
.mb30{margin-bottom: 30px !important;}
.mb35{margin-bottom: 35px !important;}
.mb40{margin-bottom: 40px !important;}
.mb50{margin-bottom: 50px !important;}
.mb60{margin-bottom: 60px !important;}
.mb70{margin-bottom: 70px !important;}
.mb80{margin-bottom: 80px !important;}
.mb90{margin-bottom: 90px !important;}
.mb100{margin-bottom: 100px !important;}
.mb150{margin-bottom: 150px !important;}

#layout {
  max-width: 1450px;
  margin: 1rem auto;
  position: relative;
  margin-bottom: 5em;
}
#layout::after {
  content: '';
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
#sidebar {
  background-color: white;
  float: left;
  width: 200px;
  box-sizing: border-box;
  position: absolute;
  left: 35px;
}
#g-nav,
#g-nav li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#g-nav li a {
  color: #313131;
  font-size: 1.3rem;
  font-weight: bold;
  letter-spacing: .2em;
  padding: 10px 0;
  display: block;
}
#content {
  margin: 0px;
  float: right;
  width: calc(100% - 250px);
  background-color: white;
  min-height: 100%;
}

@media only screen and (max-width: 767px) {
#toggle {
  background: transparent url(side-menu.svg) no-repeat 0 0;
  background-size: contain;
  width: 60px;
  height: 60px;
  display: block;
  cursor: pointer;
  position: fixed;
  top: 40px;
  left: 0;
  z-index: 600;
}
#sidebar {
  width: 200px;
  float: none;
  display: none;
  padding: 100px 15px 15px 15px;
  z-index: 500;
  background-color: rgba(255,255,255,0.35);
  position: fixed;
  left: 0;
  top: 0;
  overflow-y: scroll;
        -ms-overflow-style: none;    /* IE, Edge 対応 */
        scrollbar-width: none;       /* Firefox 対応 */
}
#sidebar::-webkit-scrollbar {  /* Chrome, Safari 対応 */
  display:none;}

#g-nav,
 #g-nav li,
 #sidebar p {
  width: 180px;
}
#content {
  float: none;
  width: 100%;
}
}
  .main_photo { overflow: hidden; width: 100%; height: 65em;}
  .main_photo iframe{width: 100%; height: 65em;}
  .main_photo li { margin-bottom: 1.6em; }
  .main_photo .left { float: left; width: calc(50% - -90px); }
  .main_photo .right { float: right; width: calc(50% - 90px); }

  .mole{margin-right:1em;}
  .flower{margin-top: 4em;}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
  }
  footer{text-align: center; bottom: 0px; font-family: "Source Han Serif JP", "Noto Serif CJK JP", "游明朝体", "Yu Mincho",serif; font-weight: normal !important; color: #414141; letter-spacing: 0.2em !important;}

  @media screen and (max-width: 1024px){
    /* h1 {margin-top:1rem; text-align: center; font-size: 20px; line-height: 50%; font-family: "Source Han Serif JP", "Noto Serif CJK JP", "游明朝体", "Yu Mincho", YuMincho,serif; font-weight: normal !important; color: #000000; letter-spacing: 0.2em !important;} */
    .logo {
      padding-top: 160px;}
  
    .main_photo { overflow: hidden; width: 100%; height: 170em;}
    .main_photo iframe{width: 100%; height: 170em;}
    .main_photo li { margin-bottom: 1.6em; }
    .main_photo .left { float: none; width: 100%;}
    .main_photo .right { float: none; width: 100%; }
    .mole{float: none; width: 100%;}
    .daughters{float: none; width: 100%; padding: 0;}
    footer{text-align: center; bottom: 0px; font-family: "Source Han Serif JP", "Noto Serif CJK JP", "游明朝体", "Yu Mincho",serif; font-weight: normal !important; color: #414141; letter-spacing: 0.2em !important;}
  }

  @media screen and (max-width: 768px){
    /* h1 {margin-top:1rem; text-align: center; font-size: 20px; line-height: 50%; font-family: "Source Han Serif JP", "Noto Serif CJK JP", "游明朝体", "Yu Mincho", YuMincho,serif; font-weight: normal !important; color: #000000; letter-spacing: 0.2em !important;} */
    .logo {
      padding-top: 160px;}
  
    .main_photo { overflow: hidden; width: 100%; height: 130em;}
    .main_photo iframe{width: 100%; height: 130em;}
    .main_photo li { margin-bottom: 1.6em; }
    .main_photo .left { float: none; width: 100%;}
    .main_photo .right { float: none; width: 100%; }
    .mole{float: none; width: 100%;}
    .daughters{float: none; width: 100%; padding: 0;}
    footer{text-align: center; bottom: 0px; font-family: "Source Han Serif JP", "Noto Serif CJK JP", "游明朝体", "Yu Mincho",serif; font-weight: normal !important; color: #414141; letter-spacing: 0.2em !important;}
  }

@media screen and (max-width: 480px){
  /* h1 {margin-top:1rem; text-align: center; font-size: 20px; line-height: 50%; font-family: "Source Han Serif JP", "Noto Serif CJK JP", "游明朝体", "Yu Mincho", YuMincho,serif; font-weight: normal !important; color: #000000; letter-spacing: 0.2em !important;} */
  .logo {
    padding-top: 160px;}

  .main_photo { overflow: hidden; width: 100%; height: 93em;}
  .main_photo iframe{width: 100%; height: 93em;}
  .main_photo li { margin-bottom: 1.6em; }
  .main_photo .left { float: none; width: 100%;}
  .main_photo .right { float: none; width: 100%; }
  .mole{float: none; width: 100%;}
  .daughters{float: none; width: 100%; padding: 0;}
  footer{text-align: center; bottom: 0px; font-family: "Source Han Serif JP", "Noto Serif CJK JP", "游明朝体", "Yu Mincho",serif; font-weight: normal !important; color: #414141; letter-spacing: 0.2em !important;}
}


