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

#container {
background-image: url(/summer/images/sec9_bg.png);
background-size: 100%;
background-position: bottom center;
background-repeat: no-repeat;
}
section h3 {
text-align: center;
font-size: var(--font-size-52);
font-family: "Kaisei Opti", serif;
font-weight: 400;
letter-spacing: 0.05em;
margin-bottom: 4rem;
}
section h3 span {
display: block;
margin-top: 1rem;
font-size: var(--font-size-36);
}
#mv_summer {
width: 100%;
height: auto; 
position: relative;
top: 0;
overflow: hidden;
z-index: 1;
}
#mv_summer h1 {
position: absolute;
top: 40%;
left: 50%;
transform: translate(-50%, -50%);
font-family: "Kaisei Opti", serif;
font-size: var(--font-size-56);
white-space: nowrap;
z-index: 2;
color: #fff;
}
#mv_summer p {
position: absolute;
top: 60%;
left: 50%;
transform: translate(-50%, -50%);
font-family: "Kaisei Opti", serif;
font-size: var(--font-size-40);
z-index: 2;
color: #fff;
text-align: center;
}
#mv_summer video {
width: 100%;
height: auto;
}
#contents .inner {
width: 80%;
margin: 0 auto;
}
#sec1 {
padding: 4rem 0 14rem;
background-image: url(/summer/images/sec1_bg.png);
background-size: 50%;
background-position: center bottom 1rem;
background-repeat: no-repeat;
margin-bottom: 2rem;
}
#sec1 .inner {
text-align: center;
}
#sec1 h2 {
font-family: "Kaisei Opti", serif;
font-size: var(--font-size-40);
font-weight: 400;
margin-bottom: 4rem;
}
#sec1 p {
font-family: "Kaisei Opti", serif;
font-size: var(--font-size-24);
font-weight: 200;
}

.parallax {
  position: relative;
  height: 500px;
  overflow: hidden;
}

.parallax-img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(0);
  width: 100%;
  height: auto;
  min-height: 100%;
  will-change: transform;
}

#sec2 {
padding: 4rem 0;
background: #dce9e9;
font-family: "Kaisei Opti", serif;
background-image: url("/summer/images/sec2_bg5.png");
background-repeat: no-repeat;
background-size: 10%;
background-position: left 3rem bottom;
}
#sec2 .inner {
width: 95%!important;
}
#sec2 .price {
 width: 65%;
    margin: 0 auto;
    background-image: url(/summer/images/sec2_bg1.png);
    background-size: 76%;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 6vw 0 6vw;
}
#sec2 .price dl {
text-align: center;
font-size: var(--font-size-36);
font-weight: 200;
font-family: "Kaisei Opti", serif;
margin-bottom: 1rem;
}
#sec2 .price dt {
margin-bottom: 1rem;
}
#sec2 .price dd span {
font-size: var(--font-size-56);
font-weight: 400;
color: #e51f1f;
display: inline-block;
margin: 0 0.5rem;
}
#sec2 .price p {
font-size: var(--font-size-18);
font-weight: 200;
text-align: center;
}
#sec2 .plan_wrap {
width: 100%;
padding: 4rem 0;
background-image: url("/summer/images/sec2_bg2.png"), url("/summer/images/sec2_bg3.png"), url("/summer/images/sec2_bg4.png");
background-repeat: no-repeat, no-repeat, no-repeat;
background-size: auto, auto, auto, auto,  auto, auto;
background-position: left top, right top 8rem, center bottom;
}
#sec2 ul {
width: 85%;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
#sec2 li {
width: 46%;
margin-bottom: 4rem;
}
#sec2 li h4 {
font-size: var(--font-size-36);
font-weight: 400;
text-align: left;
margin-bottom: 1rem;
}
#sec2 li h4 span {
display: inline-block;
margin-left: 1rem;
font-size: var(--font-size-14);
}
#sec2 li dl {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
#sec2 li dt {
width: 100%;
margin-bottom: 1rem;
}
#sec2 li dt img {
width: 100%;
height: auto;
object-fit: cover;
}
#sec2 li dd.text {
font-size: var(--font-size-18);
font-weight: 200;
text-align: left;
width: 60%;
}
#sec2 li dd.btn {
width: 35%;
}
#sec2 ul li dd.btn a {
text-align: center;
display: block;
background: #477750;
color: #fff;
font-size: var(--font-size-18);
padding: 0.5rem;
border-radius: 40px;
}
#sec2 ul li dd.btn a:hover {
background: #80aa86
}
#sec2 .map {
margin-bottom: 2rem;
}
#sec3 {
padding: 4rem 0 6rem;
}
#sec3 ul {
display: flex;
justify-content: space-around;
flex-wrap: wrap;
margin-bottom: 4rem;
}
#sec3 ul li {
width: 30%;
display: flex;
flex-direction: column;
justify-content: flex-start;
}
#sec3 ul li .title {
font-size: var(--font-size-20);
font-weight: 500;
text-align: left;
}
#sec3 ul li .title:before {
content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: 900; 
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: 2px;
}
#sec3 ul li .date {
margin-bottom: 1rem;
}
#sec3 ul li dt {
margin-bottom: 1rem;
}

#sec4 {
padding: 6rem 0 6rem;
background: #dce9e9;
}
#sec4 ul {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
#sec4 ul li {
width: 31%;
display: flex;
flex-direction: column;
}
#sec4 ul li dl {
font-family: "Kaisei Opti", serif;
}
#sec4 ul li dt {
margin-bottom: 1rem;
}
#sec4 ul li dd.text {
text-align: center;
font-size: var(--font-size-24);
font-weight: 600;
margin-bottom: 1rem;
}
#sec4 ul li dd.text span {
display: block;
font-size: var(--font-size-16);
margin-bottom: 1.8rem;
}
#sec4 ul li dd.btn a {
text-align: center;
display: block;
background: #477750;
color: #fff;
font-size: var(--font-size-18);
padding: 0.5rem;
}
#sec4 ul li dd.btn a:hover {
background: #80aa86
}

#sec5 {
padding: 6rem 0 6rem;
}
#sec5 ul {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin-bottom: 4rem;
}
#sec5 ul li {
width: 31%;
display: flex;
flex-direction: column;
}
#sec5 ul li dl {
text-align: left;
}
#sec5 ul li dt {
font-size: var(--font-size-22);
font-weight: 600;
}
#sec5 ul li dt:before {
content: “\f105”;
font-family: “Font Awesome 5 Free”;
font-weight: 900;
position: relative;
top: 2px;
margin-right: 15px;
}
#sec5 ul li dd.date {
font-size: var(--font-size-14);
margin: 0.2rem 0 1rem;
}
#sec5 ul li dd.image {
margin-bottom: 1rem;
aspect-ratio: 4/ 3;
overflow: hidden;
}
#sec5 ul li dd.image img {
width: 100%;
height: 100%;
object-fit: cover;  
display: block;
}
#sec5 ul li dd.text {
font-size: var(--font-size-16);
line-height: 2em;
}
#sec5 h4 {
font-size: var(--font-size-24);
text-align: center;
margin-bottom: 1rem;
}
#sec5 p {
text-align: center;
}

#sec6 {
padding: 6rem 0 6rem;
background: #dce9e9;
}
#sec6 ul {
margin-bottom: 4rem;
}
#sec6 ul li {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
padding-bottom: 1.5rem;
margin-bottom: 1.5rem;
border-bottom: dotted 1px #999;
}
#sec6 ul li .photo {
width: 15%;
aspect-ratio: 4/ 3;
overflow: hidden;
}
#sec6 ul li .photo img {
width: 100%;
height: 100%;
object-fit: cover;  
display: block;
}
#sec6 ul li dl {
width: 82%;
text-align: left;
font-size: var(--font-size-16);
}
#sec6 ul li dt {
margin-bottom: 1rem;
}
#sec6 ul li dt span {
display: inline-block;
margin-right: 1rem;
background: #80aa86;
padding: 0.2rem 1rem;
border-radius: 30px;
font-size: var(--font-size-14);
color: #fff;
}
#sec6 h4 {
font-size: var(--font-size-24);
text-align: center;
}

#sec7 {
padding: 6rem 0 6rem;
}
#sec7 .box {
background: #f6f6f6;
 border-radius: 12px;
padding: 2rem;
margin-bottom: 2rem;
}
#sec7 .box:last-child {
margin-bottom: 0;
}
#sec7 .box dl {
  margin: 0;
}
#sec7 .box dt {
font-size: var(--font-size-24);
font-weight: 600;
display: flex;
align-items: center;
gap: 1.5rem;
margin-bottom: 1rem;
padding-bottom: 1rem;
border-bottom: solid 1px #ccc;
}
#sec7 .box dt span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
font-size: var(--font-size-36);
  color: #b82b1d;
  font-weight: 700;
  flex-shrink: 0;
}
#sec7 .box dd {
  margin: 0;
  position: relative;
  padding-left: 4rem;
font-size: var(--font-size-16);
  line-height: 2;
}
#sec7 .box dd span {
  position: absolute;
  left: 0;
  top: 0;
 font-size: var(--font-size-36);
  font-weight: 600;
  color: #333;
  font-family: "Noto Serif JP", serif;
  line-height: 1;
}
#sec7 .box dd a {
text-decoration: underline;
color: blue;
}
#sec7 .box dd a:hover {
text-decoration: none;
}
#sec7 .box dd a.link:after {
font-family: "Font Awesome 5 Free";
content: "\f08e";
padding-right: 10px;
font-weight: 900;
}
#sec8 {
padding: 6rem 0 6rem;
background: #dce9e9;
}
#sec8 h3 {
margin-bottom: 2rem;
}
#sec8 h3 span {
font-size: var(--font-size-18);
}
#sec8 p {
text-align: center;
margin-bottom: 2rem;
}
#sec8 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 4rem;
  gap: 1rem;
}
#sec8 .inner {
width: 90%!important;
}
#sec8 ul li {
  flex: 1 1 calc((100% - 2rem) / 3);
  display: flex;
  flex-direction: column;
  min-width: 326px; /* Instagram embed が要求する最小幅 */
  margin-bottom: 2rem;
}

/* 768px〜1024pxは2列 */
@media (max-width: 1024px) and (min-width: 769px) {
  #sec8 ul li {
    flex: 1 1 calc((100% - 1rem) / 2);
  }
}

/* 768px以下は2列 */
@media (max-width: 768px) {
  #sec8 ul li {
    flex: 1 1 calc((100% - 1rem) / 2);
  }
}

/* 480px以下は1列 */
@media (max-width: 480px) {
  #sec8 ul li {
    flex: 1 1 100%;
  }
}

#sec9 {
padding: 8rem 0 4rem;
}
#sec9 p {
text-align: center;
line-height: 3.5em;
}

@media screen and (min-width:769px)and (max-width:1024px){
}


@media screen and (min-width:521px) and (max-width:768px) {
}

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

#mv_summer {
    width: 100%;
    height: 50vh;
    position: relative;
     top: 14.5vw;
    overflow: hidden;
    z-index: 1;
}
#mv_summer h1 {
text-align: center;
font-size: 26px;
line-height: 1.8em;
top: 30%;
}
#mv_summer p {
font-size: 18px;
width: 100%;
top: 50%;
}
#mv_summer video {
    width: auto;
    height: 40vh;
}
#contents .inner {
width: 90%;
margin: 0 auto;
}
section h3 {
font-size: 32px;
line-height: 1.2em;
}
#sec1 {
padding: 4rem 0 6rem;
background-size: 80%;
}
#sec1 h2 {
line-height: 1.8em;
}
#sec2 {
background-size: 20%;
}
#sec2 .price {
width: 90%;
background-size: contain;
margin: 0 auto 1rem;
padding: 8vw 0;
}
#sec2 .price dt {
margin-bottom: 1rem;
}
#sec2 li {
width: 100%;
margin-bottom: 2rem;
}
#sec2 .plan_wrap {
width: 100%;
padding: 4rem 0;
background-image: url("/summer/images/sec2_bg2.png"), url("/summer/images/sec2_bg4.png");
background-repeat: no-repeat, no-repeat;
background-size: auto, auto, auto, auto;
background-position: left top,  center bottom;
}
#sec3,#sec4,#sec5,#sec6,#sec7,#sec8,#sec9 {
 padding: 4rem 0;
}
#sec4 ul li {
width: 100%;
margin-bottom: 2rem;
}
#sec5 ul li {
width: 100%;
margin-bottom: 2rem;
}
#sec6 ul li .photo {
width: 100%;
margin-bottom: 1rem;
}
#sec6 ul li dl {
width: 100%;
}
#sec8 ul li {
width: 100%;
margin-bottom: 2rem;
}
#sec9  h3 span {
font-size: 16px;
}
#sec9 p {
padding: 0 10%;
}
#sec9 {
    background-image: url(/summer/images/sec9_bg_sp.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom center;
}



























}