@charset "utf-8";

/* ---------------------------------------------------
   File: index.css
   Version: 1.0.0
   Update: 2026-01-29
   Author: https://flowlab.co.jp

   (c)2007-2026 Flowlab inc. All Rights Reserved.
--------------------------------------------------- */



/* =======================================================================================================================

   WIDE DESKTOP LAYOUT

======================================================================================================================= */
.sp { display: none;}


/* ====================================================
		Contents
==================================================== */
#container {
  text-align: center;
  position: relative;
  overflow: hidden;
  padding: 10px;
}
#main {
  font-optical-sizing: auto;
  color: #352510;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-style: normal;
}

/* -------------------------------
		Common
------------------------------- */
.contentsBox {
  margin: 0 40px;
}
h2 {
  font-size: 3.3rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  position: relative;
}
h2 span {
  font-size: 0.56em;
  display: block;
  font-weight: 500;
  position: absolute;
  left: -6px;
}
#container img {
  border-radius: 4px;
}
#guide .textBox,
#guide .photo,
#access .textBox,
#access .googleMap {
  width: calc(50% - 25px);
}
#guide .photo,
#access .googleMap {
  padding-top: 14px;
}
#guide h2,
#access h2 {
  padding-bottom: 100px;
}
.textBox  {
  font-size: 1.8rem;
  font-weight: 500;
  
}


/* -------------------------------
		Main Visual
------------------------------- */
#mainVisual {
  position: relative;
  box-sizing: border-box;  
}

 /* Logo */
#mainVisual .logo {
  display: inline;
  position: absolute;
  left: 30px;
  top: 30px;
  z-index: 1000;
}
#mainVisual .logo p {
  width: 216px;
  margin: 0;
}

 /* Photo */
#mainVisual .photoBox {
  display: flex;
  gap: 10px;
  align-items: stretch;  
}
#mainVisual .photoBox .left {
  flex: 1;
  position: relative;
}
#mainVisual .photoBox .left::before {
  content: "";
  position: absolute;
  background: url("../img_index/txt_main.png") no-repeat bottom right / 262px 390px;
  width: 262px;
  height: 390px;
  bottom: 2%;
  right: 2%;
  z-index: 100;
}
#mainVisual .photoBox .left p.sliderMain {
  margin: 0;
  width: 100%;
  height: 100%; 
  position: relative;
  overflow: hidden;
}
#mainVisual .photoBox .left p.sliderMain img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(1);            
  transition: opacity 2.5s ease;
}
#mainVisual .photoBox .left p.sliderMain img.active {
  opacity: 1;
}
#mainVisual .photoBox .right {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 0 0 25%;
}
#mainVisual .photoBox .right p {
  flex: 1;
  aspect-ratio: 1 / 1!important;
  margin: 0;
  overflow: hidden;
  opacity: 1;
  height: auto;
  min-height: 90px;
}
#mainVisual .photoBox .left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
#mainVisual .photoBox .right img {
  width: 100%;
  object-fit: cover;
  display: block;
  position: static;
  opacity: 1;
}

  @supports (-webkit-touch-callout: none) {
    #mainVisual .photoBox .right p {
      min-height: 100px;
    }
  }






/* -------------------------------
		About
------------------------------- */
#about {
  margin: 340px 40px;
  text-align: left;
}

/* Title */
#about .lead {
  font-size: 2.9rem;
  font-weight: 500;
  padding: 100px 0 60px;
  line-height: 1.9;
  letter-spacing: 0.06em;
}
/* Lead */
#about .lead span {
  color: #eb5027;
}
/* Description */
#about .description {
  font-weight: 500;
  text-align: right;
  font-size: 1.9rem;
  line-height: 2.4;
}
#about .description p {
  display: inline-block;
  text-align: left;
  padding-right: 15%;
}
   

/* -------------------------------
		Gallery
------------------------------- */
#gallery {
  padding-bottom: 290px;
}
#gallery ul {
  gap: 10px;
  box-sizing: border-box;
}
#gallery ul li {
  width: calc((100% - 20px) / 3);
}


/* -------------------------------
		Guide
------------------------------- */
#guide {
  text-align: left;
  padding-bottom: 170px;
}

#guide dl  {
  width: 100%;
  align-items: flex-start;
  line-height: 1.5;
}
#guide dt {
  width: 25%;
  box-sizing: border-box;
}
#guide dd {
  width: 75%;
  padding-bottom: 20px;
  box-sizing: border-box;
}
#guide dd span {
  font-size: 1.45rem;
  display: block;
}
#guide dl dt {
  position: relative;
  padding-left: 14px;
}
#guide dl dt::before,
#how-to ul li strong::before {
  content: "";
  position: absolute;
  width: 4.5px;
  height: 4.5px;
  border-radius: 5px;
  background-color: #ff3e00;
  top: 50%;
  left: 0;
  transform: translateY(-60%); 
}
#guide small {
  font-size: 1.4rem;
  font-weight: 500;
  padding-top: 20px;
  line-height: 1.6;
}


/* -------------------------------
		Access
------------------------------- */
#access  {
  padding-bottom: 136px;
}
#access .googleMap {
  aspect-ratio: 1 / 0.69;
}
#access .googleMap iframe {
  width: 100%;
  height: 100%;
  border-radius: 4px;
}
#access .textBox {
  text-align: left;
}
#access .textBox address {
  line-height: 1.5;
  font-style: inherit;
}
#access .textBox p,
#access .textboc address {
  padding-bottom: 16px;
}


/* -------------------------------
		How to
------------------------------- */
#how-to {
  background-color: #fdf9f0;
  border-radius: 4px;
  padding: 120px 100px 110px;
  margin-bottom: 140px;
}
#how-to .textBox {
  display: inline-block;
}

/* Title */
#how-to h2 {
  color: #ff3e00;
  padding-bottom: 40px;
  font-weight: 550;
}

/* List */
#how-to .list {
  margin: 0 auto;
  display: inline-block;
  font-weight: 500;
}
#how-to .list li {
  text-align: left;
  padding: 20px 0;
  background-position: left bottom;
  background-repeat: repeat-x;
  background-image: linear-gradient(to right, #cecece 1.3px, transparent 1px);
  background-size: 4px 1px;
  font-size: 1.5rem;
}
#how-to .list li:nth-last-child(2),
#how-to .list li:last-child {
  background: none;
}
#how-to .list li strong,
#how-to .list li span {
  padding-left: 13px;
}
#how-to .list li strong {
  font-size:  1.8rem; 
  font-weight: 500;
  position: relative;
  padding-left: 13px;
  display: block;
}
#how-to .list li strong::before {
  top: 1.5rem;
}
#how-to .list li span {
  font-size:  1.5rem;
}
#how-to .list li.orangeBox {
  background-image: 
  linear-gradient(to right, #ff3e00,#ff3e00 1.3px, transparent 1px), /* 上 */ 
  linear-gradient(to bottom, #ff3e00, #ff3e00 1.3px, transparent 1px), /* 左 */
  linear-gradient(to left, #ff3e00, #ff3e00 1.3px, transparent 1px), /* 下 */ 
  linear-gradient(to top, #ff3e00, #ff3e00 1.3px, transparent 1px); /* 右 */
  background-size: 4px 1px, 1px 4px, 4px 1px, 1px 4px;
  background-repeat: repeat-x, repeat-y, repeat-x, repeat-y;
  background-position: top, left, bottom, right;
  font-size:  1.8rem; 
  padding: 30px 70px; 
  line-height: 2;
  text-align: center;
  margin: 20px 0 100px;
}

/* Useful */
#how-to #useful {
  color: #ff3e00;
  margin: 0 auto;
  /*display: inline-block;*/
}
#how-to #useful h3 {
  font-size: 2.5rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
#how-to #useful ul {
  text-align: left;
}
#how-to #useful ul li {
  padding-bottom: 4px;
}
#how-to #useful ul li span {
  padding: 0 10px;
  letter-spacing: 0.06em;
}
  

/* ====================================================
		Footer
==================================================== */
#gFooter {
  position: relative;
  font-family: "IBM Plex Sans JP", sans-serif;
}
#gFooter .lead,
#gFooter .footerFacility,
#gFooter #copyright {
  position: absolute;
  z-index: 1000;
  color: #fff;
}
#gFooter .lead,
#gFooter .footerFacility {
  font-size: 1.6rem;
  font-weight: 500;
}
#gFooter .lead {
  letter-spacing: 0.08em;
  text-align: left;
  line-height: 2.4;
  top: 6%;
  left: 40px;
}
#gFooter .footerFacility {
  bottom: 40px;
  left: 30px;
  text-align: left;
  font-weight: 400;
}
#gFooter .footerFacility .facility-name,
#gFooter .footerFacility address {
  padding-left: 14px;
  font-style: normal;
  line-height: 1.5;
}
#gFooter #flogo {
  max-width: 186px;
  padding-bottom: 10px;
}
#gFooter #copyright {
  bottom: 10px;
  text-align: center;
  right: 50%;
  transform: translateX(50%);
  font-size: 1.2rem;
}





/* =======================================================================================================================

   TABLET

======================================================================================================================= */
@media screen and (min-width: 897px) and (max-width: 1299px) {
  .sp { display: none;}
    
  

  /* -------------------------------
      Main Visual
  ------------------------------- */
  #mainVisual .photoBox .left::before {
    max-width: 236px;
    background-size: 236px;
  }
  
  
/* -------------------------------
      About
  ------------------------------- */
  #about {
    margin: 240px 40px;
  }

  
  
}






/* =======================================================================================================================

   MOBILE

======================================================================================================================= */
@media screen and (max-width: 896px) {
  .sp { display: block;}
  .pc { display: none;}
  
  
  /* ====================================================
      Contents
  ==================================================== */
  #container {
    padding-top: 0;
  }
  
  /* -------------------------------
      Common
  ------------------------------- */
  .contentsBox {
    margin: 0 20px;
  }
  h2 {
    font-size: 2.1rem;
    line-height: 1.2;
  }
  h2 span {
    font-size: 0.56em;
    padding-top: 10px;
  }
  #guide .textBox,
  #guide .photo,
  #access .textBox,
  #access .googleMap {
    width: 100%;
  }
  #guide .photo,
  #access .googleMap {
    padding-top: 0;
  }
  #guide h2,
  #access h2 {
    padding-bottom: 80px;
  }
  .textBox  {
    font-size: 1.5rem;
  }
  
  /* -------------------------------
      Main Visual
  ------------------------------- */
  /* Logo */
  #mainVisual .logo {
    left: 1%;
    top: 1%;
  }
  #mainVisual .logo p {
    width: 25%;
    margin: 0;
    min-width: 130px;
  }
  
  
  
  
   /* Photo */
#mainVisual .photoBox {
  flex-direction: column;
  display: flex;
}
#mainVisual .photoBox .left {
  flex: 1;
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 5;
}
  #mainVisual .photoBox .left p.sliderMain {
    height: 100%;
  }
#mainVisual .photoBox .left::before {
    background-size: 153px;
    right: 0;
    bottom: 0;
  }
#mainVisual .photoBox .right {
  display: flex;
  flex-direction: row;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: space-between;
}
#mainVisual .photoBox .right p {
  flex: 1;
  width: calc((100% - 20px) / 3);
}
    
  
  
  /* -------------------------------
      About
  ------------------------------- */
  #about {
    margin: 140px 20px;
  }
  /* Title */
  #about .lead {
    font-size: 2rem;
    padding: 70px 0 30px;
    line-height: 1.4;
    letter-spacing: 0.06em;
  }
  /* Lead */
  /* Description */
  #about .description {
    text-align: left;
    font-size: 1.5rem;
    line-height: 1.8;
  }
  #about .description p {
    text-align: left;
    padding-right: 0;
  }
  
  
  /* -------------------------------
      Gallery
  ------------------------------- */
  #gallery {
    padding-bottom: 140px;
  }
  #gallery ul li {
    width: calc((100% - 10px) / 2);
  }


  /* -------------------------------
      Guide
  ------------------------------- */
  #guide {
    padding-bottom: 70px;
  }
  #guide dt {
    width: 24%;
    box-sizing: border-box;
  }
  #guide dd {
    width: 76%;
    padding: 0 0 20px 10px;
  }
  #guide dd span {
    font-size: 1.2rem;
  }
  #guide small {
    font-size: 1.2rem;
    padding: 10px 0 30px;
  }
  
  
  /* -------------------------------
      Access
  ------------------------------- */
  #access  {
    padding-bottom: 140px;
  }
  #access .googleMap {
    order: 2;
  }
  #access .textBox {
    order: 1;
    padding-bottom: 22px;
  }
  #access .textBox p,
  #access .textboc address {
    padding-bottom: 8px;
  }
  
  
  /* -------------------------------
      How to
  ------------------------------- */
  #how-to {
    padding: 80px 30px 80px;
    margin-bottom: 100px;
  }

  /* Title */
  #how-to h2 {
    padding-bottom: 20px;
  }

  /* List */
  #how-to .list {
    margin: 0 auto;
  }
  #how-to .list li {
    padding: 15px 0;
    line-height: 1.4;
  }
  #how-to .list li strong,
  #how-to .list li span {
    padding-left: 13px;
  }
  #how-to .list li strong {
    font-size:  1.5rem;
  }
  #how-to .list li strong::before {
    top: 0.8rem;
  }
  #how-to .list li span {
    font-size:  1.2rem;
    margin-top: 8px;
    display: inline-block;
  }
  #how-to .list li.orangeBox {
    font-size:  1.5rem; 
    padding: 20px 20px; 
    line-height: 1.8;
    margin: 20px 0 70px;
    text-align: left;
  }

  /* Useful */
  #how-to #useful .flex {
    justify-content: flex-end;
  }
  #how-to #useful h3 {
    font-size: 2rem;
    padding-right: 0;
    width: 100%;
    text-align: left;
  }
  #how-to #useful ul {
    text-align: left;
    padding-top: 20px;
    font-size: 1.3rem;
  }
  #how-to #useful ul li {
    padding-bottom: 4px;
  }
  #how-to #useful ul li span {
    padding: 0 10px;
    letter-spacing: 0.06em;
  }
  
  /* ====================================================
      Footer
  ==================================================== */
  #gFooter .lead,
  #gFooter .footerFacility {
    font-size: 1.1rem;
  }
  #gFooter .lead {
    line-height: 1.8;
    top: 5%;
    left: 1.5rem;
  }
  #gFooter .footerFacility {
    bottom: 3rem;
    left: 1rem;
  }
  #gFooter .footerFacility .facility-name,
  #gFooter .footerFacility address {
    padding-left: 0.8rem;
  }
  #gFooter #flogo {
    max-width: 186px;
    width: 60%;
    padding-bottom: 6px;
  }
  #gFooter #copyright {
    bottom: 4px;
    font-size: 0.7rem;
  }


  }


  
    
  
  

  

