@charset "utf-8";

/* スタイルシート
作成者：Hatomi Inc.
作成日：R8.3.16
-------------------------------------------------------------------------------------*/

/* =========================================================
  Responsive BR
========================================================= */

/* デフォルト無効 */
.br-701-800,
.br-801-900,
.br-901-1000{
  display:none;
}

/* 701〜800 */
@media (min-width:701px) and (max-width:800px){
  .br-701-800{
    display:inline;
  }
}

/* 801〜900 */
@media (min-width:801px) and (max-width:900px){
  .br-801-900{
    display:inline;
  }
}

/* 901〜1000 */
@media (min-width:801px) and (max-width:900px){
  .br-901-1000{
    display:inline;
  }
}

/* br-smallview */
@media (max-width:1000px){
  .br-smallview{
    display:none;
  }
}



/* =========================================================
  Section Title
========================================================= */

.sectionTitle{
  margin: 0 0 2.5rem;
}
@media (max-width: 700px){
  .sectionTitle{
    margin: 0 0 2rem;
  }
}
@media (max-width: 480px){
  .sectionTitle{
    margin: 0 0 1.5rem;
  }
}

.sectionTitle__head{
  margin: 0;
  padding: 1.4rem 1rem;
  background: #DDE9D3;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
@media (max-width: 700px){
  .sectionTitle__head{
    padding: 1.3rem 1rem;
    gap: 1rem;
  }
}
/*
@media (max-width: 500px){
  .sectionTitle__head{
    align-items: flex-start;
    flex-direction: column;
  }
}
*/
@media (max-width: 480px){
  .sectionTitle__head{
    padding: 1.3rem 1rem;
  }
}

.sectionTitle__ja{
  position: relative;
  display: inline-block;
  padding-left: 1.125rem;
  color: #000;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.4;
	 white-space: nowrap;
}
@media (max-width: 700px){
  .sectionTitle__ja{
    font-size: 1.3rem;
    padding-left: 1rem;
  }
}
@media (max-width: 480px){
  .sectionTitle__ja{
    font-size: 1rem;
    padding-left: 0.875rem;
  }
}

.sectionTitle__ja::before{
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.3125rem;
  height: 1.875rem;
  background: #7AC943;
  transform: translateY(-50%);
}
@media (max-width: 700px){
  .sectionTitle__ja::before{
    height: 1.625rem;
  }
}
@media (max-width: 480px){
  .sectionTitle__ja::before{
    width: 0.25rem;
    height: 1.25rem;
  }
}

.sectionTitle__en{
  flex: 0 0 auto;
  color: #7AC943;
  font-size: .9rem;
  font-weight: 700;
  line-height: 1.4;
  font-style: italic;
  white-space: nowrap;
}
@media (max-width: 700px){
  .sectionTitle__en{
    font-size: .8rem;
    white-space: normal;
    align-self: flex-end;
  }
}
@media (max-width: 480px){
  .sectionTitle__en{
    font-size: 0.8rem;
  }
}

.sectionTitle__note{
  display: inline-block;
  margin-left: 0.5em;
  font-size: 0.6em;
  font-weight: 700;
  line-height: 1.4;
  vertical-align: baseline;
}
@media (max-width: 700px){
  .sectionTitle__note{
    font-size: 0.62em;
  }
}
@media (max-width: 480px){
  .sectionTitle__note{
    margin-left: 0.4em;
    font-size: 0.68em;
  }
}
/* =========================================================
  Section Box Title
========================================================= */

.sectionBoxTitle{
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin: 0 0 2rem;
}
@media (max-width: 700px){
  .sectionBoxTitle{
    margin-bottom: 2rem;
  }
}
@media (max-width: 480px){
  .sectionBoxTitle{
    margin-bottom: 2rem;
  }
}

.sectionBoxTitle__icon{
  flex: 0 0 auto;
  width: 0.9rem;
  height: 0.9rem;
  background: #79BE49;
}
@media (max-width: 480px){
  .sectionBoxTitle__icon{
    width: 0.75rem;
    height: 0.75rem;
  }
}

.sectionBoxTitle__text{
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.02em;
}
@media (max-width: 700px){
  .sectionBoxTitle__text{
    font-size: 1.1rem;
  }
}
@media (max-width: 480px){
  .sectionBoxTitle__text{
    font-size: 1.05rem;
  }
}


/* =========================================================
  Pill Arrow Button
========================================================= */

.pillArrowBtn{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;

  width: 17rem;
  min-height: 3.75rem;

  padding: 0.9rem 2.8rem 0.9rem 1.6rem;

  background: #F4EBE2;
  border-radius: 999px;
  text-decoration: none;

  transition: opacity .25s ease;
}

@media (max-width: 700px){
  .pillArrowBtn{
    min-height: 3.25rem;
    padding: 0.75rem 2.6rem 0.75rem 1.25rem;
  }
}

@media (max-width: 480px){
  .pillArrowBtn{
    width: 100%;
  }
}


/* テキスト */

.pillArrowBtn__text{
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

@media (max-width: 700px){
  .pillArrowBtn__text{
    font-size: 1rem;
  }
}

@media (max-width: 480px){
  .pillArrowBtn__text{
    font-size: .9rem;
  }
}


/* 矢印 */

.pillArrowBtn__icon{
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);

  width: 1.4rem;
  height: 1.4rem;

  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;

  transition: transform .25s ease;

  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 26'%3E%3Ccircle cx='13' cy='13' r='12.5' fill='%23fff' stroke='%2379be49'/%3E%3Cline x1='7.4' y1='13' x2='17.9' y2='13' stroke='%2379be49' stroke-width='1.5' stroke-linecap='round'/%3E%3Cline x1='18.6' y1='13' x2='14.7' y2='16.9' stroke='%2379be49' stroke-width='1.5' stroke-linecap='round'/%3E%3Cline x1='14.7' y1='9.1' x2='18.6' y2='13' stroke='%2379be49' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
}

@media (max-width: 700px){
  .pillArrowBtn__icon{
    width: 1.25rem;
    height: 1.25rem;
  }
}

@media (max-width: 480px){
  .pillArrowBtn__icon{
    width: 1.125rem;
    height: 1.125rem;
  }
}


.pillArrowBtn:hover .pillArrowBtn__icon{
  transform: translate(3px,-50%);
}


/* =========================================================
  Day Service Nav
========================================================= */
.dayServiceNav{
  padding: 3.5rem 0 4rem;
}
@media (max-width: 900px){
  .dayServiceNav{
    padding: 3rem 0 3.5rem;
  }
}
@media (max-width: 700px){
  .dayServiceNav{
    padding: 2.5rem 0 3rem;
  }
}
@media (max-width: 480px){
  .dayServiceNav{
    padding: 2rem 0 2.5rem;
  }
}

.dayServiceNav__btnWrap{
  display: flex;
  justify-content: center;
  margin-bottom: 4.5rem;
}
@media (max-width: 900px){
  .dayServiceNav__btnWrap{
    margin-bottom: 3rem;
  }
}
@media (max-width: 700px){
  .dayServiceNav__btnWrap{
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 480px){
  .dayServiceNav__btnWrap{
    margin-bottom: 2rem;
  }
}

.dayServiceNav__btn{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 25rem;
  min-height: 5rem;
  padding: 1.25rem 3.75rem 1.25rem 1.25rem;
  border-radius: 0.875rem;
  text-decoration: none;
  transition: opacity .25s ease;
}
@media (max-width: 900px){
  .dayServiceNav__btn{
    max-width: 25rem;
    min-height: 5rem;
    padding: 1rem 3rem 1rem 1rem;
  }
}
@media (max-width: 700px){
  .dayServiceNav__btn{
    max-width: 70%;
    min-height: 4.5rem;
    padding: 1rem 2.75rem 1rem 0.875rem;
  }
}
@media (max-width: 480px){
  .dayServiceNav__btn{
			 width: 100%;
    min-height: 3.75rem;
    padding: 0.875rem 2.5rem 0.875rem 0.75rem;
    border-radius: 0.75rem;
  }
}

.dayServiceNav__btn:hover{
  opacity: .96;
}

.dayServiceNav__btn--green{
  background: #7AC943;
}

.dayServiceNav__label{
  display: block;
  color: #fff;
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.02em;
  text-align: center;
  white-space: nowrap;
}
@media (max-width: 900px){
  .dayServiceNav__label{
    font-size: 1rem;
  }
}
@media (max-width: 700px){
  .dayServiceNav__label{
    font-size: 0.95rem;
    white-space: normal;
  }
}
@media (max-width: 480px){
  .dayServiceNav__label{
    font-size: 0.85rem;
  }
}

.dayServiceNav__icon{
  position: absolute;
  top: 50%;
  right: 1rem;
  width: 1.9rem;
  height: 1.9rem;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: transform .25s ease;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30.6 30.6'%3E%3Cg%3E%3Cg%3E%3Crect x='12.6' y='11.8' transform='matrix(0.7071 -0.7071 0.7071 0.7071 -6.9188 13.8792)' fill='%23FFFFFF' width='1.4' height='7.1'/%3E%3Crect x='16.6' y='11.8' transform='matrix(-0.7071 -0.7071 0.7071 -0.7071 18.7006 38.3288)' fill='%23FFFFFF' width='1.4' height='7.1'/%3E%3C/g%3E%3Ccircle fill='none' stroke='%23FFFFFF' stroke-width='0.5828' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' cx='15.3' cy='15.3' r='15'/%3E%3C/g%3E%3C/svg%3E");
}
@media (max-width: 900px){
  .dayServiceNav__icon{
    width: 1.75rem;
    height: 1.75rem;
    right: 0.875rem;
  }
}
@media (max-width: 700px){
  .dayServiceNav__icon{
    width: 1.625rem;
    height: 1.625rem;
    right: 0.75rem;
  }
}
@media (max-width: 480px){
  .dayServiceNav__icon{
    width: 1.5rem;
    height: 1.5rem;
    right: 0.625rem;
  }
}

.dayServiceNav__btn:hover .dayServiceNav__icon{
  transform: translateY(calc(-50% + 4px));
}

.dayServiceNav__btn:focus-visible .dayServiceNav__icon{
  transform: translateY(calc(-50% + 4px));
}

.dayServiceNav__text{
  max-width: 68.75rem; /* 1100px */
  margin: 0 auto;
}

.dayServiceNav__text p{
  margin: 0;
  color: #111;
  font-size: 1.125rem;
  line-height: 2.2;
  letter-spacing: 0.04em;
}
@media (max-width: 900px){
  .dayServiceNav__text p{
    font-size: 1rem;
    line-height: 2;
  }
}
@media (max-width: 700px){
  .dayServiceNav__text p{
    line-height: 1.9;
  }
}
@media (max-width: 480px){
  .dayServiceNav__text p{
    font-size: 0.9375rem;
    line-height: 1.85;
  }
}


/* =========================================================
  Day Flow
========================================================= */
.dayFlow{
  padding: 5rem 0;
  background: #f7f6ef;
}
@media (max-width: 900px){
  .dayFlow{
    padding: 4rem 0;
  }
}
@media (max-width: 480px){
  .dayFlow{
    padding: 3rem 0;
  }
}

.dayFlow__head{
  margin-bottom: 2.75rem;
}
@media (max-width: 900px){
  .dayFlow__head{
    margin-bottom: 2rem;
  }
}

/* ========================================
  PC / SP 切り替え
======================================== */
.dayFlow__pc{
  display: block;
}
@media (max-width: 900px){
  .dayFlow__pc{
    display: none;
  }
}

.dayFlow__sp{
  display: none;
}
@media (max-width: 900px){
  .dayFlow__sp{
    display: block;
    position: relative;
    padding-left: 3rem;
  }
}
@media (max-width: 480px){
  .dayFlow__sp{
    padding-left: 2.5rem;
  }
}

/* 縦線 */
@media (max-width: 900px){
  .dayFlow__sp::before{
    content: "";
    position: absolute;
    top: 0.35rem;
    bottom: 0.35rem;
    left: 0.95rem;
    width: 4px;
    background: #7AC943;
  }
}
@media (max-width: 480px){
  .dayFlow__sp::before{
    left: 0.75rem;
  }
}

/* ========================================
  PCレイアウト
======================================== */
.dayFlow__row{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 1.75rem;
}
@media (max-width: 1100px){
  .dayFlow__row{
    column-gap: 1.25rem;
  }
}

.dayFlow__row--top{
  margin-bottom: 1.5rem;
}

.dayFlow__row--bottom{
  margin-top: 1.5rem;
}

.dayFlow__card{
  background: #fff;
  border: 2px solid #7AC943;
  border-radius: 1.25rem;
  padding: 1.75rem 1rem 1.6rem;
  min-height: 7.5rem;
}
@media (max-width: 1200px){
  .dayFlow__card{
    padding: 1.4rem 1rem 1.3rem;
    min-height: 7.5rem;
  }
}
@media (max-width: 1100px){
  .dayFlow__card{
    border-radius: 1rem;
  }
}

.dayFlow__cardTitle{
  margin: 0 0 0.75rem;
  color: #7AC943;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 1100px){
  .dayFlow__cardTitle{
    font-size: 1rem;
  }
}

.dayFlow__cardText{
  margin: 0;
  color: #111;
  font-size: 1rem;
  line-height: 1.8;
}
@media (max-width: 1100px){
  .dayFlow__cardText{
    font-size: 0.95rem;
    line-height: 1.75;
  }
}

/* ========================================
  PCタイムライン
======================================== */
.dayFlow__timeline{
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  align-items: center;
  height: 7rem;
}

.dayFlow__line{
  position: absolute;
  top: 50%;
  left: calc(100% / 12);
  right: calc(100% / 12);
  height: 4px;
  background: #7AC943;
  transform: translateY(-50%);
}

.dayFlow__point{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 7rem;
}

.dayFlow__dot{
  position: relative;
  z-index: 2;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background: #7AC943;
  border-radius: 50%;
}
@media (max-width: 1100px){
  .dayFlow__dot{
    width: 1.35rem;
    height: 1.35rem;
  }
}

.dayFlow__time{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  color: #111;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
  white-space: nowrap;
}
@media (max-width: 1100px){
  .dayFlow__time{
    font-size: 0.95rem;
  }
}

.dayFlow__time--top{
  bottom: calc(50% + 1.1rem);
}

.dayFlow__time--bottom{
  top: calc(50% + 1.1rem);
}

/* ========================================
  SPタイムライン
======================================== */
@media (max-width: 900px){
  .dayFlowSp__item{
    position: relative;
    margin-bottom: 1.75rem;
  }

  .dayFlowSp__item:last-child{
    margin-bottom: 0;
  }
}

@media (max-width: 900px){
  .dayFlowSp__item::before{
    content: "";
    position: absolute;
    top: 0.15rem;
    left: -2.475rem;
    width: 1rem;
    height: 1rem;
    background: #7AC943;
    border-radius: 50%;
    z-index: 2;
  }
}
@media (max-width: 480px){
  .dayFlowSp__item::before{
    left: -2.1rem;
    width: 1rem;
    height: 1rem;
  }
}

.dayFlowSp__time{
  margin-bottom: 0.75rem;
  color: #111;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
}
@media (max-width: 480px){
  .dayFlowSp__time{
    font-size: 0.95rem;
  }
}

.dayFlowSp__body{
  background: #fff;
  border: 2px solid #7AC943;
  border-radius: 1.25rem;
  padding: 1.4rem 1.25rem 1.25rem;
}
@media (max-width: 480px){
  .dayFlowSp__body{
    border-radius: 1rem;
    padding: 1.1rem 1rem 1rem;
  }
}

.dayFlowSp__title{
  margin: 0 0 0.6rem;
  color: #7AC943;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 480px){
  .dayFlowSp__title{
    font-size: 0.95rem;
  }
}

.dayFlowSp__text{
  margin: 0;
  color: #111;
  font-size: 0.95rem;
  line-height: 1.75;
}
@media (max-width: 480px){
  .dayFlowSp__text{
    font-size: 0.9rem;
    line-height: 1.7;
  }
}

/* ========================================
  注釈
======================================== */
.dayFlow__note{
  margin: 2.5rem 0 0;
  color: #111;
  font-size: 1rem;
  line-height: 1.8;
}
@media (max-width: 900px){
  .dayFlow__note{
    margin-top: 2rem;
    font-size: 0.95rem;
    line-height: 1.8;
  }
}
@media (max-width: 480px){
  .dayFlow__note{
    font-size: 0.9rem;
  }
}


/* =========================================================
  Day Service Detail
========================================================= */
.dayServiceDetail{
  padding: 4rem 0 1rem;
}
@media (max-width: 900px){
  .dayServiceDetail{
    padding: 3rem 0 1rem;
  }
}
@media (max-width: 480px){
  .dayServiceDetail{
    padding: 2.5rem 0 0;
  }
}

.dayServiceDetail__lead{
  margin-top: 3rem;
}
@media (max-width: 900px){
  .dayServiceDetail__lead{
    margin-top: 2.25rem;
  }
}
@media (max-width: 480px){
  .dayServiceDetail__lead{
    margin-top: 1.75rem;
  }
}

.dayServiceDetail__lead p{
  margin: 0 0 0.6rem;
  color: #111;
  font-size: 1.125rem;
  line-height: 1.9;
  letter-spacing: 0.03em;
}
.dayServiceDetail__lead p:last-child{
  margin-bottom: 0;
}
@media (max-width: 900px){
  .dayServiceDetail__lead p{
    font-size: 1rem;
    line-height: 1.85;
  }
}
@media (max-width: 480px){
  .dayServiceDetail__lead p{
    font-size: 0.95rem;
    line-height: 1.8;
  }
}

.dayServiceDetail__gallery{
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1fr);
  gap: 2rem;
  align-items: stretch;
  margin-top: 3rem;
}
@media (max-width: 900px){
  .dayServiceDetail__gallery{
    grid-template-columns: 1fr;
    gap: 1.25rem;
    margin-top: 2.25rem;
  }
}
@media (max-width: 480px){
  .dayServiceDetail__gallery{
    margin-top: 1.75rem;
  }
}

.dayServiceDetail__photo{
  min-width: 0;
}

.dayServiceDetail__photo img{
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  overflow: hidden;
}

@media (max-width: 480px){
  .dayServiceDetail__photo img{
    border-radius: 0.875rem;
  }
}

/*
.dayServiceDetail__photo img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}
*/

/* PC時に高さを揃える */
.dayServiceDetail__photo--main,
.dayServiceDetail__photo--sub{
  height: 23.125rem; /* 370px */
}
@media (max-width: 1100px){
  .dayServiceDetail__photo--main,
  .dayServiceDetail__photo--sub{
    height: 20rem;
  }
}
@media (max-width: 900px){
  .dayServiceDetail__photo--main,
  .dayServiceDetail__photo--sub{
    height: auto;
  }

  .dayServiceDetail__photo img{
    height: auto;
    aspect-ratio: 16 / 10;
  }
}

.dayServiceDetail__photo a:hover img{
  transform: scale(1.04);
}

.dayServiceDetail__tableWrap{
  margin-top: 3rem;
}
@media (max-width: 900px){
  .dayServiceDetail__tableWrap{
    margin-top: 2.25rem;
  }
}
@media (max-width: 480px){
  .dayServiceDetail__tableWrap{
    margin-top: 1.75rem;
  }
}

.dayServiceDetail__table{
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  border-top: 1px solid #d3d3d3;
  border-left: 1px solid #d3d3d3;
  background: #fff;
}

.dayServiceDetail__table th,
.dayServiceDetail__table td{
  border-right: 1px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
  padding: 1.35rem 1.5rem;
  vertical-align: middle;
  color: #111;
  font-size: 1rem;
  line-height: 1.8;
}
@media (max-width: 900px){
  .dayServiceDetail__table th,
  .dayServiceDetail__table td{
    padding: 1rem 1rem;
    font-size: 0.95rem;
  }
}
@media (max-width: 480px){
  .dayServiceDetail__table th,
  .dayServiceDetail__table td{
    display: block;
    width: 100%;
    box-sizing: border-box;
  }

  .dayServiceDetail__table tr{
    display: block;
  }

  .dayServiceDetail__table th{
    border-bottom: 0;
  }
}

.dayServiceDetail__table th{
  width: 20%;
  background: #edf5e4;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 901px){
  .dayServiceDetail__table th{
    width: 30%;
			 min-width: 250px;
  }
}
@media (max-width: 900px){
  .dayServiceDetail__table th{
    width: 35%;
  }
}
@media (max-width: 480px){
  .dayServiceDetail__table th{
			 width: 100%;
    text-align: left;
			 display:list-item;
			 list-style: none;
			 border-bottom: 1px solid #d3d3d3;
  }
}

.dayServiceDetail__table td{
  background: #fff;
  font-weight: 500;
}

@media (max-width: 480px){
  .dayServiceDetail__table td{
    text-align: left;
			 display:list-item;
			 list-style: none;
  }
}

.dayServiceDetail__address{
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.dayServiceDetail__mapBtn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 4.5rem;
  height: 1.9rem;
  padding: 0 0.9rem;
  border-radius: 0.45rem;
  background: #7AC943;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: opacity .25s ease, transform .25s ease;
}

.dayServiceDetail__mapBtn:hover{
  opacity: .95;
  transform: translateY(-1px);
}


