@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Amatic+SC|Open+Sans:400,600");

h1 {
    width: 100%;
    height: 100vh;
    background-image: url(../../images/pages/hakonemachi-special-plan/fv.jpg);
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

h1 img.main-catch {
    position: absolute;
    max-width: 580px;
    left: calc(50% - 300px);
    top: calc(50% - 240px);
}

section {
    padding: 0 0 100px;
}

section h2 {
    text-align: center;
    margin: 75px auto 50px;
    font-size: 26px;
    color: #2ca6e0;
	letter-spacing: .3rem;
    font-weight: 700;
}

section h2 span {
    display: block;
    font-size: 18px;
    color: #9f6c1f;
}

section div.wrap {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
    border: 2px solid #4c4839;
    border-radius: 5px;
	padding: 50px 0;
	position: relative;
	background: #fff;
}

section div.wrap.mt-100 {
    margin: 100px auto 0;
}

section div.wrap p {
    text-align: center;
    font-size: 16px;
    color: #333;
    margin: 20px auto;
    font-weight: 500;
	letter-spacing: .1rem;
}

section div.wrap p strong {
    color: #4d5e77;
    font-size: 22px;
    font-weight: 600;
}
section.about {
    background: #f4ffea;
} 
section.about img {
	margin: 25px auto;
	max-width: 750px;
	width: 100%;
}

section.about div.wrap h3 {
    max-width: 400px;
    text-align: center;
    border-top:2px solid #2ca6e0;
    border-bottom:2px solid #2ca6e0;
    color: #2ca6e0;
    font-weight: bold;
    display: block;
    margin: 25px auto;
    padding: 2px 0;
}

section.about div.wrap h3 strong {
    display: block;
    background: #898487;
    color: #fff;
    font-weight: normal;
    font-size: 16px;
    max-width: 250px;
    padding: 2.5px 0;
    position: relative;
    margin: 0 auto 10px;
}
section.about div.wrap .period {
    font-size: 20px;
    font-weight: bold;
}
section.about div.wrap h3 strong::before {
    content: "▼";
    font-size: 16px;
    color: #898487;
    position: absolute;
    bottom: -17px;
    left: 0;
    right: 0;
}

section.about div.wrap h3 span {
    display: block;
    font-weight: normal;
    font-size: 18px;
    color: #777;
}

section.about div.wrap h4 {
    color: #4d5e77;
    font-size: 22px;
    letter-spacing: .2rem;
    font-weight: bold;
    margin: 50px auto 0;
}

section.about div.wrap ul {
    margin: 15px auto;
}

/* section.about div.wrap ul li {
    display: inline-block;
    margin: 0 10px;
    width: 100%;
    max-width: 320px;
} */

section.about div.wrap .about-list {
    max-width: 750px;
    text-align: left;
    margin-bottom: 30px;
}
section.about div.wrap .about-list li {
    font-size: 14px !important;
    color: #666666 !important;
    padding-left: 2ch;
    text-indent: -2ch;
    text-align: center;
}
section.about div.wrap .about-list li::before {
    content: '◯';
    margin-right: 3px;
}

/* section.about div.wrap .about-list li.indent {
  padding-left: 10em;  
} */
section.about div.wrap ul li a {
    background: #4d5e77;
    color: #fff;
    position: relative;
    padding: 10px 0 20px;
    border-radius: 30px;
    letter-spacing: .2rem;
    font-size: 14px;
	transition: .3s;
	display: block;
}

section.about div.wrap ul li a:hover {
	opacity: .7;
}

section.about div.wrap ul li a::before {
    font-family: "Font Awesome 5 Free";
    content: "\f078";
    font-weight: bold;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 0px;
    right: 0;
    font-size: 12px;
}

section.about div.wrap ul li a strong {
    color: #fc0;
}

div.parallax-content.bg-01 {
    width: 100%;
    height: 100vh;
    background-image: url(../../images/pages/spring-summer-sp-plan/bg-01.jpg);
    background-size: cover;
    background-attachment: fixed;
    position: relative;
	background-position: center;
}

div.parallax-content h2 {
    color: #fff;
    font-size: 26px;
    letter-spacing: 1.5rem;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    top: calc(50% - 24px);
}

section.campaign-details,
section.consecutive-stay-plan {
    background-image: url(../../images/pages/spring-summer-sp-plan/pattern-bg-01.jpg);
}

section div.wrap h3 {
    font-size: 22px;
    color: #666;
    letter-spacing: .2rem;
    display: block;
    padding: 0 15px;
    border-top: 2px solid #4d5e77;
    border-bottom: 2px solid #4d5e77;
    margin: 50px auto 0;
    max-width: 400px;
}

section.campaign-details div.wrap img,
section.consecutive-stay-plan div.wrap img {
    margin: 15px auto 0;
	width: 100%;
	max-width: 380px;
}

section a.button {
    color: #fff;
    display: block;
    width: 100%;
    text-align: center;
    margin: 25px auto 50px;
    padding: 15px 0;
    position: relative;
    border-radius: 30px;
	background: #898487;
	transition: .3s;
	max-width: 350px;
}

section a.button:hover {
	opacity: .7;
}

section a.button i {
    position: absolute;
    right: 25px;
    top: calc(50% - 7px);
}

section a.button i.fas.fa-phone-alt {
    left: 25%;
    right: auto;
    font-size: 20px;
    top: calc(50% - 10px);
}

section.campaign-details div.wrap ul,
section.consecutive-stay-plan div.wrap ul {
    max-width: 700px;
    text-align: left;
    margin: 0 auto;
}

section.campaign-details div.wrap ul li,
section.consecutive-stay-plan div.wrap ul li {
    margin: 25px auto;
    padding: 0 0 0 25px;
    font-weight: 500;
    color: #333;
    position: relative;
}

section.campaign-details div.wrap ul li::before,
section.consecutive-stay-plan div.wrap ul li::before {
    font-family: "Font Awesome 5 Free";
    content: "\f058";
    font-weight: bold;
    color: #7e5251;
    position: absolute;
    left: 0;
    top: -1px;
    font-size: 16px;
}

section.campaign-details div.wrap ul li a {
	border-bottom: 1px solid;
	display: inline-block;
}

section.campaign-details div.wrap ul li a.button,
section.consecutive-stay-plan div.wrap ul li a.button {
    position: relative;
    left: -12.5px;
}

div.parallax-content.bg-02 {
    width: 100%;
    height: 100vh;
    background-image: url(../../images/pages/spring-summer-sp-plan/bg-02.jpg);
    background-size: cover;
    background-attachment: fixed;
    position: relative;
	background-position: center;
}

div.parallax-content.bg-03 {
    width: 100%;
    height: 100vh;
    background-image: url(../../images/pages/spring-summer-sp-plan/bg-03.jpg);
    background-size: cover;
    background-attachment: fixed;
    position: relative;
	background-position: center;
}

section.application {
    padding: 0 0 100px;
    width: 100%;
    background-image: url(../../images/pages/spring-summer-sp-plan/application.jpg);
    background-size: cover;
    background-attachment: fixed;
    position: relative;
	background-position: bottom;
}

section.application h2 {
    color: #fff;
}

section.application div.wrap {
    background: #fff;
}

section.application div.wrap p small {
    display: block;
    font-size: 12px;
    color: #555;
}

section.application a {
    color: #fff;
    display: block;
    width: 70%;
    text-align: center;
    margin: 25px auto 0;
    padding: 15px 0;
    position: relative;
    border-radius: 30px;
	background: #898487;
	transition: .3s;
	max-width: 350px;
}

section.application a:hover {
	opacity: .7;
}

section.application a i {
    position: absolute;
    right: 25px;
    top: calc(50% - 7px);
}

section.application a.bana-link {
    background: none;
    width: auto;
    max-width: 700px;
}

section.application a.bana-link img {
    width: 100%;
}

/*===============600px~Break-point===============*/

@media (max-width: 600px) {
	
	h1 {
		height: 75vh;
		background-attachment: inherit;
		margin: 0 auto;
	}

	h1 img.main-catch {
		max-width: 300px;
		left: calc(50% - 150px);
		top: calc(50% - 100px);
	}

	section h2 {
		margin: 25px auto 30px;
		font-size: 20px;
		letter-spacing: normal;
		font-weight: bold;
	}

	section h2 span {
		font-size: 14px;
		font-weight: normal;
	}

	section div.wrap {
		width: 90%;
		padding: 25px 2.5%;
	}

	section div.wrap::before {
		width: 63px;
		height: 29.5px;
		top: -29.5px;
		background-size: 100%;
	}
	
	section.about div.wrap ul li {
		margin: 15px auto;
	}
	section.about ul li a {
		font-size: 14px;
	}

	section.about img {
		margin: 15px auto;
		width: 100%;
	}
	
	section.about div.wrap h3 span {
		font-size: 14px;
	}
	
	section.about div.wrap h4 {
		font-size: 18px;
	}

	div.parallax-content.bg-01,
	div.parallax-content.bg-02,
	div.parallax-content.bg-03{
		height: 50vh;
		background-attachment: inherit;
	}

	div.parallax-content h2 {
		font-size: 20px;
		max-width: 280px;
		top: calc(50% - 37px);
		display: block;
	}

	section div.wrap h3 {
		font-size: 15px;
		padding: 0 2px;
		margin: 15px auto;
		letter-spacing: -.05rem;
	}

	section div.wrap p {
		font-size: 12px;
		text-align: left;
		margin: 10px auto;
	}
	
	section div.wrap p strong {
		font-size: 14px;
	}
	
	section div.wrap p br {
		display: none;
	}
	section div.wrap h4 {
		font-size: 14px;
		margin: 15px auto;
	}

	section div.wrap h4::after {
		bottom: -10px;
	}
	
	section.campaign-details div.wrap ul li,
	section.consecutive-stay-plan div.wrap ul li {
		font-size: 12px;
	}
	
	section.campaign-details div.wrap ul li::before,
	section.consecutive-stay-plan div.wrap ul li::before {
		top: -3px;
		font-size: 14px;
	}
	
	section a.button i.fas.fa-phone-alt {
		font-size: 16px;
		top: calc(50% - 8px);
	}

	section.application a {
		width: 100%;
		padding: 10px 0;
		font-size: 12px;
		margin: 15px auto;
	}

	section div.wrap.mt-100 {
		margin: 50px auto;
	}
	
	section.infection-control {
		padding: 0;
	}
	
	section.application {
		background-attachment: inherit;
	}
	
	section.application div.wrap p strong {
		font-size: 12px;
	}
	
}
.red_mark {
    color: rgb(170, 0, 0);
}
.red_mark._block{
    display: block;
}
.precautions li {
    color: rgb(170, 0, 0) !important;
}


.annotation {
    font-size: 14px !important;
    color: #666666 !important;
}
.plan-item dt {
    color: #e24863;
    font-weight: bold;
}
.plan-item dt + dd {
    color: #e24863;
    font-size: 26px;
    font-weight: bold;
}
.plan-item dt:not(:first-of-type) {
    margin-top: 2rem;
}
.dinner {
    display: flex;
    max-width: 440px;
    margin: -20px auto 0;
    gap: 20px;
  }
  .dinner._2nd .dinner__content {
margin-top: 35px;
  }
  .dinner__image {
    flex: 1 1 50%;
  }
  .dinner__image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
  }
  .dinner__content {
    flex: 1 1 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .dinner__title,
  .dinner__subtitle {
    color: #9f6c1f !important;
    text-align: left !important;
    margin: 0 !important;
    ;
  }
  .dinner__title {
    font-weight: bold;
  }
  .dinner__text {
    text-align: left !important;
  }
.dinner .annotation {
    text-align: left !important;
    margin-top: 0 !important;
}
  @media (max-width: 600px) {
    .dinner {
      flex-direction: column;
    }
    .dinner__image,
    .dinner__content {
      width: 100%;
      flex: none;
    }
  }
.apply-txt {
    font-weight: bold;
}
.apply-txt span {
    color: #e24863;
}
.apply-list li {
    font-size: 14px !important;
    color: #666666 !important;
}
 @media (max-width: 600px) {
section.about div.wrap .period {
    font-size: 16px;
}
.plan-item dt {
    font-size: 16px;
}
.plan-item dt + dd  {
    font-size: 22px;
}
.annotation {
    font-size: 12px !important;
    width: 100%;
}
.apply-list li {
    font-size: 12px !important;
}
.dinner {
    gap: 0;
}
.dinner._2nd {
    margin-top: 10px;
}
  .dinner__title  {
    font-size: 15px !important;
  }
    .dinner._2nd .dinner__content {
margin-top: 0;
  }
 }
.fa-chevron-right:before {
    content: "\f078" !important;
}

 @media (max-width: 910px) {
section a.button i.fas.fa-phone-alt {
    left: 8%;
    right: auto;
    font-size: 20px;
    top: calc(50% - 10px);
}
section a.button i {
    position: absolute;
    right: 20px;
    top: calc(50% - 15px);
}
 }
  @media (max-width: 750px) {
section a.button i {
    position: absolute;
    right: 20px;
    top: calc(50% - 10px);
}
  }
  .sp-br {
    display: none;
  }
  @media (max-width: 600px) {
section a.button i.fas.fa-phone-alt {
    left: 20%;
    right: auto;
    font-size: 20px;
    top: calc(50% - 10px);
}
.sp-br {
    display: block !important;
  }
 }
