@charset "UTF-8";
/* CSS Document */

/* h1 センタリング & フェードイン */
#mv h1 {
  position: absolute;
  left: 50%;
  top: 25%;
  transform: translateX(-50%);
  opacity: 0;
}
#mv h1.show {
  animation: fadeIn 0.8s ease forwards;
}
@keyframes fadeIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}

/* summer：左→右 */
#mv .summer.show .img-wrap {
  animation: slideInLeft 0.8s ease forwards;
}
@keyframes slideInLeft {
  from { opacity: 0; transform: translateX(-50px); }
  to   { opacity: 1; transform: translateX(0); }
}

/* snow：右→左 */
#mv .snow.show .img-wrap {
  animation: slideInRight 0.8s ease forwards;
}
@keyframes slideInRight {
  from { opacity: 0; transform: translateX(50px); }
  to   { opacity: 1; transform: translateX(0); }
}

/* アニメーション初期値 */
#mv .img-wrap {
  display: inline-block;
  opacity: 0;
  transform: translateX(0);
  will-change: transform, opacity;
}

/* hoverは img のみに適用 */
#mv ul li a img {
  display: block;
  transform: scale(1);
  transition: transform 0.4s ease-in-out;
  will-change: transform;
}
#mv ul li a:hover img {
  transform: scale(1.2);
}


#mv {
width: 100%;
height: 100vh; 
position: sticky;
top: 0;
overflow: hidden;
margin-bottom: 4rem;
z-index: 1;
}
#mv .inner {
width: 80%;
margin: 0 auto;
}
#mv h1 {
  position: absolute;
  top: 25%;          /* 上下の位置 */
  left: 50%;         /* 左から50% */
  transform: translateX(-50%); /* 自分の幅の半分戻す */
  margin: 0;
  z-index: 2;
}
#mv ul {
display: flex;
width: 100%;
height: 100%;
}
#mv ul  li {
flex: 1;
display: flex;
 justify-content: center;
align-items: flex-start; 
position: relative;
}
#mv ul li a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  width: 50%;
  height: auto;
}
#mv ul  li.summer {
background-image: url("/images/mv_summer_bg.jpg");
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
}
#mv ul  li.snow {
background-image: url("/images/mv_snow_bg.jpg");
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
}
#mv ul  li.summer::before,
#mv ul  li.snow::before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
}


#contents .inner {
width: 80%;
max-width: 1200px;
margin: 0 auto;
}
#contents {
padding-top: 5rem;
}
#sec1 {
margin-top: auto;
 position: relative;
  background: #f0eee2; 
  text-align: center;
  z-index: 3;
  padding-top: 2vw;
  padding-bottom: 10vw;
}
#sec1::before {
    content: "";
    position: absolute;
    top: -109px;
    left: 0;
    width: 100%;
    height: 110px;
    background: url("/images/sec1_bg.png") no-repeat top center;
    background-size: cover;
    z-index: 2;
}
#sec1 h2 {
 font-size: var(--font-size-36);
  font-family: "LXGW Marker Gothic", sans-serif;
  line-height: 2em;
  margin: 4vw auto;
  padding: 0;
}
#sec1 h2 .line {
display: flex;
  align-items: center;
  gap: 0.5em;
}

#sec1 h2 .line1 {
  justify-content: flex-start;
}

#sec1 h2 .line2 {
  justify-content: flex-end;
}

#sec1 h2 .line .text {
 white-space: normal;/* テキストを折り返さない */
}


#sec1 h2 .icon1,
#sec1 h2 .icon2 {
width: 2em;
flex-shrink: 0;
}
/*
#sec1 h2 {
font-size: var(--font-size-42);
font-family: "LXGW Marker Gothic", sans-serif;
line-height: 2em;
margin: 0 auto;
margin-bottom: 4vw;
padding: 0 8rem;
display: inline-block;
text-indent: -10em;
padding-left: 6em;
background-image: url("/images/h2_summer.svg"),url("/images/h2_winter.svg");
background-position: left top,right bottom;
background-size: 10%,10%;
background-repeat: no-repeat,no-repeat;
}
*/
#sec1 p {
font-size: var(--font-size-20);
font-family: "LXGW Marker Gothic", sans-serif;
font-weight: 400;
margin-bottom: 2vw;
}
#sec1 ul {
width: 80%;
margin: 0 auto;
padding-top: 2rem;
display: flex;
justify-content: space-between;
gap: 5rem;
}
#sec1 ul li {
width: 33%;
}
#sec1 ul li img {
margin-bottom: 1rem;
}
#sec1 ul li span {
font-size: var(--font-size-18);
font-family: "LXGW Marker Gothic", sans-serif;
font-weight: 400;
color: #333;
text-align: left;
}
/*
#sec1 ul li:nth-child(even) {
margin-top: 8vw;
}
*/

#sec2 {
margin-top: auto;
 position: relative;
  background: #fff; 
  text-align: center;
  z-index: 1;
  padding-top: 4vw;
  padding-bottom: 10vw;
}
#sec2::before {
  content: "";
  position: absolute;
  top: -110px;
  left: 0;
  width: 100%;
  height: 110px; 
  background: url("/images/sec2_bg.png") no-repeat top center;
  background-size: cover; 
  z-index: 2;
}
#sec2 .summer_seazon h3 {
justify-content: flex-end;
}
#sec2 h3 {
display: flex;
align-items: center;
gap: 1.5rem;
width: 90%;
margin: 0 auto;
}
#sec2 h3 .mark {
width: 8%;  
height: auto;
display: block;
}
#sec2 h3 span {
font-family: "BIZ UDPGothic", sans-serif;
font-size: var(--font-size-48);
text-align: left;
color: #333;
}
#sec2 .snow_seazon {
margin-bottom: 6rem;
}
#sec2 .main {
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
width: 100%;
margin-bottom: 4vw;
}
#sec2 .summer_seazon .main {
display: flex;
flex-direction: row-reverse;
}


@media screen and (min-width:1024px) {
#sec2 .main dl {
flex: 1;
padding: 40px;
text-align: left;
padding-left: 10vw;
}
}

#sec2 .main dt {
font-weight: 700;
margin-bottom: 2rem;
font-size: var(--font-size-24);
}
#sec2 .main dd {
line-height: 2.2em;
font-size: var(--font-size-18);
}
#sec2 .main .image {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  height: 45vh;
}
#sec2 .main .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0; 
}
#sec2 .main .image.right img {
border-top-left-radius: 20px;
border-bottom-left-radius: 20px;
}
#sec2 .main .image.left img {
border-top-right-radius: 20px;
border-bottom-right-radius: 20px;
}
#sec2 ul {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
width: 80%;
margin: 0 auto;
}
#sec2 ul li {
width: 23%;
}
#sec2 ul li img {
border-radius:20px;
}
#sec2 ul li dl {
margin-top: 1rem;
text-align: left;
}
#sec2 ul li dt {
font-size: var(--font-size-18);
font-weight: 700;
margin-bottom: 1rem;
}
#sec2 ul li dd {
font-size: var(--font-size-16);
}


#sec3 {
margin-top: auto;
 position: relative;
  background: #f0eee2; 
  text-align: center;
  z-index: 1;
  padding-top: 6vw;
  padding-bottom: 16vw;
}
#sec3::before {
  content: "";
  position: absolute;
  top: -110px;
  left: 0;
  width: 100%;
  height: 110px; 
  background: url("/images/sec1_bg.png") no-repeat top center;
  background-size: cover; 
  z-index: 2;
}
#sec3 h3 {
font-family: "BIZ UDPGothic", sans-serif;
text-align: center;
margin-bottom: 4rem;
font-size: var(--font-size-48);
}
#sec3 ul {
margin: 0 0 4rem;
padding: 0;
}
#sec3 ul li {
margin-bottom: 2rem;
padding-bottom: 2rem;
border-bottom: solid 1px #ccc;
}
#sec3 ul li a {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
#sec3 ul li .photo {
width: 20%;
}
#sec3 ul li dl {
width: 75%;
text-align: left;
}
#sec3 ul li dt {
display: inline-block;
margin-bottom: 1rem;
font-size: var(--font-size-18);
}
#sec3 ul li dt span {
display: inline-block;
background: #d1d2d7;
border-radius: 40px;
padding: 0.1rem 1.5rem;
margin-right: 1rem;
font-size: var(--font-size-14);
}
#sec3 ul li dd {
font-size: var(--font-size-18);
line-height: 1.8em;
}

#sec3 .more_bt a{
    color: #fff;
    position: relative;
    font-weight: 600;
    letter-spacing: .1em;
    text-align: center;
    line-height: 60px;
    width: 30%;
    padding: 0.2rem 0;
    border-radius: 40px;
    margin: 0 auto;
    display: block;
    overflow: hidden;
    transition: 0.3s;
    background-color: #aa927b;
  font-size: var(--font-size-18);
}
#sec3 .more_bt a:after {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-weight: 900;
    position: absolute;
    right: 20px;
    transition: all 0.2s;
}
#sec3 .more_bt a:hover:after {
  right: 15px;
}
#sec3 .more_bt a:hover {
background-color: #91735c;
}

@media screen and (min-width:769px)and (max-width:1024px){
#sec1 ul {
width: 100%;
}
}

@media screen and (min-width:521px) and (max-width:768px) {
#sec1 ul {
width: 100%;
}
#sec2 {
padding-bottom: 16vw;
}
#sec2 .summer_seazon h3 {
margin-bottom: 1rem;
}
#sec2 .main dl {
padding: 0 1rem;
}
#sec2 ul {
width: 90%;
}
#sec3 {
padding-bottom: 20vw;
}
}

@media screen and (max-width:520px) {

#mv h1 {
width: 80%;
}
#mv ul li a {
width: 80%;
}

#contents .inner {
width: 90%;
max-width: 90%;
margin: 0 auto;
}
#sec1::before {
  content: "";
  position: absolute;
  top: -72px;
  left: 0;
  width: 100%;
  height: 80px; 
  background: url("/images/sec1_bg_sp.png") no-repeat top center;
  background-size: contain; 
  z-index: 2;
}
#sec1 h2 {
line-height: 1.8em!important;
margin-bottom: 2rem;
font-size: 22px;
}
#sec1 ul  {
display: flex;
justify-content: space-between;
flex-wrap: nowrap;
width: 100%;
gap : 1rem;
}
#sec1 ul li {
width: 33%;
}
#sec1 ul li:nth-child(even) {
 margin-top: 3rem;
}
#sec1 p {
font-size: 16px;
}
#sec2 .snow_seazon {
padding-top: 2rem;
}
#sec2 .main {
width: 90%;
margin: 0 auto;
}
#sec2 .main dl {
display: block;
margin-bottom: 1rem;
}
#sec2 h3 span {
font-size: 28px;
margin-bottom: 1rem;
}
#sec2 .main .image {
height: 30vh;
margin-bottom: 2rem;
}
#sec2 ul {
width: 90%;
margin: 0 auto;
}
#sec2 ul li {
width: 46%;
margin-bottom: 2rem;
}
#sec2 h3 {
margin-bottom: 1rem;
}
#sec2 h3 .mark {
width: 15%;
}
.summer_seazon {
padding-bottom: 5rem;
}

#sec3 {
padding-bottom: 10rem;
}
#sec3 h3 {
font-size: 28px;
}
#sec3 ul li .photo {
width: 100%;
margin-bottom: 1rem;
}
#sec3 ul li dl {
width: 100%;
}
#sec3 ul li dt span {
font-size: 14px;
}
#sec3 .more_bt a {
width: 60%;
}

}
