@charset "UTF-8";

/* CSS Document */

/*----------------------------------------------*/
/* main_v */
/*----------------------------------------------*/
main {
  position: relative;
  z-index: 1;
  height: 100%;
  overflow: hidden;
  /*Change to Auto if there is more content*/
  box-shadow: 0 0 50px #000;
  transition: transform .5s;
}
.nav-open main {
  transform: scale(.8);
}
.main_wrap {
  width: 100%;
    height: auto;
}
.main_inner{
    width: 100%;
    max-width: 1860px;
    height: 100%;
    margin: auto;
    position: relative;
    padding: 0 20px;
}

.main_v02{
    position: relative;
	max-width: 1920px;
	height: 2300px;
	margin: 0 auto;
}


.catch_box{
    position: absolute;
    top: 300px;
    left: 200px;
	margin: 0;
    z-index: 4;
}

.main_v02 h1{
    width: 580px;
    position: relative;
}
.catch_a {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 128px;
    color: #414141;
    font-family: "myfont", serif;
    letter-spacing: 0.18em;
    line-height: 1;
    display: block;
    text-align: center;
}
.catch_b {
    position: absolute;
    top: 130px;
    right: 0;
    font-size: 40px;
    color: #414141;
    letter-spacing: 0.1em;
    display: block;
    text-align: right;
    line-height: 1;
    padding-right: 25px;
}
.catch_c {
    position: absolute;
    top: 190px;
    left: 100px;
    font-size: 50px;
    color: #414141;
    letter-spacing: 0.18em;
    line-height: 1;
    display: block;
    text-align: center;
}



.main_v02 .hero_001{
    position: absolute;
    top: 200px;
    left: 800px;
	margin: 0;
    z-index: 3;
}
.main_v02 .hero_002{
    position: absolute;
    top: 600px;
    left: 200px;
	margin: 0;
    z-index: 2;
}
.main_v02 .map_001{
    position: absolute;
    top: 650px;
    left: 800px;
	margin: 0;
    z-index: 1;
}
.hero_001, .hero_002{
    width: 1000px;
}
.main_v02 .map_001{
    width: 1000px;
}
.lead_wrap02{
    width: 580px;
    position: absolute;
    top: 1500px;
    left: 350px;
    
}
.lead_wrap02 h3{
    margin-top: 30px;
}
.lead_wrap02 p{
    color: #767676;
    margin-top: 25px;
}
/*----------------------------------------------*/
/* concept */
/*----------------------------------------------*/
#top_concept_wrap{
    width: calc(100% - 15%);
    position: absolute;
    bottom: 5%;
    left: 15%;
}
.lead_wrap{
    width: 580px;
}
.lead_wrap h3{
    margin-top: 40px;
}
.lead_wrap p{
    color: #767676;
    margin-top: 25px;
}
/*----------------------------------------------*/
/* contens共通 */
/*----------------------------------------------*/
.top_contents_info{
    width: 100%;
    max-width: 1200px;
    margin: 150px auto;
    padding: 0 30px
}
.top_contents_info_wrap{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.top_contents_lead_wrap{
    width: 40%;
    max-width: 380px;
    z-index: 3;
    padding-right: 10px;
}
.top_contents_lead_wrap h3{
    margin-top: 30px;
}
.top_contents_lead_wrap p{
    color: #767676;
    margin-top: 25px;
}
.top_info_img_wrap{
    width: 60%;
    overflow: hidden;
}

/*----------------------------------------------*/
/* room */
/*----------------------------------------------*/
#top_room_wrap{
    width: 100%;
    padding: 0 30px;
}
.top_room_img {
    width: 100%;
    height: 1000px;
}
/*----------------------------------------------*/
/* food */
/*----------------------------------------------*/
#top_food_wrap{
    width: 100%;
    padding: 0 30px;
}
.top_food_img {
    width: 100%;
    height: 1000px;
}
/*----------------------------------------------*/
/* celebration */
/*----------------------------------------------*/
#top_celebration_wrap{
    width: 100%;
    background-color: #FFF6E3;
    padding: 100px 30px;
}
.title_wrap_c{
    text-align: center;
    padding-bottom: 80px;
}
.title_wrap_c p{
    font-size: 18px;
}
.flex_box_03{
    width: 100%;
    max-width: 1348px;
    margin: auto;
    display: flex;
    justify-content: space-around;
}
.flex_item{
    width: 35%;
    padding: 0 20px;
}
.img_box{
    width: 100%;
    overflow: hidden;
}
.img_box img{
    margin: 0 auto;
}

.flex_item h3{
    margin: 40px 0 20px 0;
}
.flex_item p{
    margin-bottom: 20px;
}
.top_celebration_link{
    width: 260px;
    margin: auto;
    padding-top: 40px;
}
/*----------------------------------------------*/
/* gallery */
/*----------------------------------------------*/
#top_gallery_wrap{
    width: 100%;
    max-width: 1348px;
    padding: 150px 30px 50px 30px;
    margin: auto;
    position: relative;
}
.title_wrap_l{
    padding-bottom: 50px;
    display: flex;
    align-items: baseline;
}
.title_wrap_l p{
    font-size: 18px;
    padding-left: 15px;
}

.flex_box_08{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.flex_item02{
    width: 25%;
    padding: 10px;
}
/*----------------------------------------------*/
/* news */
/*----------------------------------------------*/
#top_news_wrap{
    width: 100%;
    max-width: 1348px;
    padding: 100px 30px 0px 30px;
    margin: auto;
    position: relative;
}
.top_ac_wrap{
    width: 100%;
}
.accordion-003 {
    max-width: 1000px;
    margin: 0 auto 20px auto;
    border-bottom: 1px solid #707070;
}

.accordion-003 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em;
    color: #414141;
    font-weight: 600;
    cursor: pointer;
}

.accordion-003 summary::-webkit-details-marker {
    display: none;
}

.accordion-003 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #414141b3;
    border-right: 3px solid #414141b3;
    content: '';
    transition: transform .3s;
}

.accordion-003[open] summary::after {
    transform: rotate(225deg);
}

.accordion-003 p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 2em 1.5em;
    color: #414141;
    transition: transform .5s, opacity .5s;
}

.accordion-003[open] p {
    transform: none;
    opacity: 1;
}


.details {
    line-height: 2;
    width: 80%;
    margin: 20px auto 100px;
}
.details input[type=checkbox] {
    display: none;
}
.details__summary {
    position: relative;
    display: block;
    cursor: pointer;
    margin: 20px 0 0;
    padding: 10px 40px 20px 16px;
    border-bottom: 1px solid #414141;
    font-weight: bold;
}
.details__summary:first-child {
    margin-top: 0;
}
.details__summary::before {
    display: block;
    content: "";
    box-sizing: border-box;
    position: absolute;
    top: calc(50% - 6px);
    right: 16px;
    width: 6px;
    height: 6px;
    border: 6px solid transparent;
    border-left: 6px solid #414141;
    transition: all 0.4s ease-out;
    transform-origin: 3px 6px;
    transform: rotate(90deg);
}
input[type=checkbox]:checked + .details__summary::before {
    transform: rotate(-90deg);
}
.details__content {
    overflow: hidden;
    transition: line-height 0.4s ease-out 0s, padding 0.4s ease-out 0s, opacity 0.6s 0.3s;
    line-height: 0;
    border-top: none;
    opacity: 0;
    margin: 0;
    padding: 0 16px;
}
input[type=checkbox]:checked + .details__summary + .details__content {
    line-height: 2;
    opacity: 1;
    padding: 16px;
}
.details__content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

/* チェックボックスがオンの時に開く */
input[type="checkbox"]:checked + .details__summary + .details__content {
  max-height: 1000px; /* 必要に応じて調整 */
}

/* 画像を初期状態では非表示に */
.details__content img {
  display: none;
}

/* チェックボックスがオンのとき、画像を表示 */
input[type="checkbox"]:checked + .details__summary + .details__content img {
  display: inline;
}
.news_img_flex{
    display: flex;
    gap: 20px;
    margin-top: 20px;
}
.news_img_flex img{
    max-width: 200px;
}
/*----------------------------------------------*/
/* access */
/*----------------------------------------------*/
#top_access_wrap{
    width: 100%;
    max-width: 1348px;
    padding: 0 30px 100px 30px;
    margin: auto;
    position: relative;
}
.top_access_info{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    margin: 50px 0;
}
.access_mov{
    width: 50%;
    height: auto;
    padding-right: 10px;
    overflow: hidden;
}
.access_map{
    width: 50%;
    height: auto;
    padding-left: 10px;
    overflow: hidden;
}
.top_access_info iframe{
    width: 100%;
    min-height: 450px;
}
.access_photo{
    padding: 50px 0 0 0;
}
.access_photo_img{
    display: flex;
    justify-content: space-between;
    padding: 30px 0 0 0;
}
.access_photo_img img{
    width: 32%;
    margin: auto;
}
.access_map p{
    margin-top: 5px;
}
.dli-pin-fill {
  display: inline-block;
  vertical-align: baseline;
  color: #333;
  line-height: 1;
  position: relative;
  width: 0.8em;
  height: 0.8em;
  background: currentColor;
  border: 0.1em solid currentColor;
  border-radius: 40% 60% 0% 100% / 40% 100% 0% 60%;
  box-sizing: content-box;
  transform: rotate(45deg);
    margin-right: 10px;
}

.dli-pin-fill::before {
  content: '';
  position: absolute;
  top: 18%;
  left: 18%;
  width: 0.336em;
  height: 0.336em;
  background: #fff;
  border-radius: 50%;
  box-sizing: border-box;
}