@charset "UTF-8";
html {
  font-size: 62.5%;
  font-weight: 500;
  line-height: 1.8;
  color: #333;
  /*overflow-x: hidden;*/
  letter-spacing: .3rem;
  font-family: 'Noto Serif JP', serif;
}


@media (max-width: 1024px) and (min-width: 768px) {
  html {
    background: #fff;
    
  }
}

@media (max-width:768px) {
  html {
    overflow-x: hidden;
  }
}


@media (max-width:480px) {
  html {
    background: #fff;
    letter-spacing: .1rem;
  }
}

img {
  vertical-align: bottom;
}

a {
  color: #333;
}

a:hover {
  color: #333;
}

input, textarea {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-appearance: none;
  max-width: 100%;
}

.fadein {
  opacity: 0;
  transition: all 2s;
}

.fadein-under {
  top: 100px;
  opacity: 0;
  transition: all 1s;
}

.c-pc-only {
  display: block;
}

@media (max-width:768px) {
  .c-pc-only {
    display: none;
  }
}

.c-sp-only {
  display: none;
}

@media (max-width:768px) {
  .c-sp-only {
    display: block;
  }
}

.l-header {
  position: relative;
  z-index: 100;
}

.l-header-contact {
  position: fixed;
  right: 2vh;
  top: 2vh;
}


.l-header-contact__link {
  display: block;
  border: 1px solid #947F48;
  padding: 2rem 0;
  box-sizing: border-box;
  text-align: center;
  color: #947F48;
  text-decoration: none;
  font-size: 1.6rem;
  position: relative;
  width: 240px;
}

@media (max-width:480px) {
  .l-header-contact__link {
    width: 180px;
    font-size: 1.4rem;
    padding: 1rem 0;
  }
}

.l-header-contact__link.is-over:link,
.l-header-contact__link.is-over:visited,
.l-header-contact__link.is-over:hover,
.l-header-contact__link.is-over:active {
  background: #947F4A;
  color: #fff;
}

.l-header-contact__link:before {
  content: ">";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

.l-header-contact__link:hover {
  color: #947F48;
}

.l-mv {
  background: #F5F2EB;
}

.l-mv__slides {
  overflow: hidden;
}

.l-mv__flex {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  width: 100vw;
  overflow: hidden;
}



.l-mv__image-01 {
  text-align: center;
  position: relative;
  opacity: 0;
}

.l-mv__image-01-img {
  max-width: 1200px;
  width: 50vw;
  height: auto;
}

@media (max-width:768px) {
  .l-mv__image-01-img {
    width: 70%;
    margin: 0 auto;
  }
}

@media (max-width:480px) {
  .l-mv__image-01-img {
    width: 90%;
    margin: 0 auto;
  }
}

.l-mv__image-02 {
  text-align: center;
  display: none;
  position: relative;
  background: transparent url(../img/common/bg_mv.jpg) no-repeat center center;
  background-size: cover;
}

.l-mv__image-02-2 {
  text-align: center;
  display: none;
  position: relative;
  background: transparent url(../img/common/bg_mv-3.jpg) no-repeat center center;
  background-size: cover;
}

.l-mv__image-02-3 {
  text-align: center;
  display: none;
  position: relative;
  background: transparent url(../img/common/bg_mv-3-2.jpg) no-repeat center center;
  background-size: cover;
}


@media (max-width:768px) {
  .l-mv__image-02 {
    background: transparent url(../img/common/bg_mv-sp.jpg) no-repeat center center;
    background-size: cover;
  }
  .l-mv__image-02-2 {
    background: transparent url(../img/common/bg_mv-sp-2.jpg) no-repeat center center;
    background-size: cover;
  }
  .l-mv__image-02-3 {
    background: transparent url(../img/common/bg_mv-sp-2.jpg) no-repeat center center;
    background-size: cover;
  }
}

.l-mv__image-02-img {
  max-width: 1200px;
  width: 500px;
  height: auto;
  position: absolute;
  left: 50%;
}

.l-mv__image-02-img-02 {
  width: 390px;
  left : 60%;
}

@media all and (-ms-high-contrast: none) {
  .l-mv__image-02-img {
    top : 50%;
    transform: translateY(-50%);
  }
}

@media screen and (max-width: 896px) and (orientation: landscape) {
 .l-mv__image-02-img {
    position: absolute;
    top: 20%;
    left: 20%;
    width: 60%;
    margin: 0 auto;
  }
}


@media (max-width:768px) {
  .l-mv__image-02-img {
    position: absolute;
    top: 20%;
    left: 20%;
    width: 60%;
    margin: 0 auto;
  }
}

@media (max-width: 480px) {
  .l-mv__image-02-img {
    position: absolute;
    top: 20%;
    width: 60%;
    left: 50%;
    transform: translateX(-50%);
  }
}


.l-mv__scroll {
  position: absolute;
  bottom: 3rem;
  left: 50%;
  transform: translateX(-50%);
  color: red;
}

@media (max-width: 480px) {
  .l-mv__scroll-link-img {
    width: 70%;
    height: auto;
  }
}

.l-lead {
  background: #F5F2EB;
  position: relative;
  padding: 0 0 15vh;
  margin: 0 0 20rem;
}

.l-lead-02 {
  padding-bottom: 20vh;
}

@media (max-width:768px) {
  .l-lead {
    margin: 0 0 10rem;
    padding: 0 0 10vh;
  }
  .l-lead-02 {
    padding-bottom: 18vh;
  }

}


@media (max-width:480px) {
  .l-lead {
    margin: 0 0 7rem;
    padding: 0 0 7vh;
  }
  .l-lead-02 {
    padding-bottom: 7vh;
  }

}

.l-lead__inner {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  padding: 10rem 0;
}

@media screen and (max-width: 896px) and (orientation: landscape) {
    .l-lead__inner {
    width: 100%;
    padding: 6rem 0;
  }
}

@media (max-width:768px) {
  .l-lead__inner {
    width: 100%;
    padding: 6rem 0;
  }
}

.l-lead__title {
  font-size: 3.6rem;
  font-weight: 300;
  line-height: 2;
  margin: 0 0 4rem;
}

@media (max-width:480px) {
  .l-lead__title {
    font-size: 1.8rem;
  }
}

.l-lead__text {
  font-size: 1.8rem;
  line-height: 2.4;
  font-weight: 300;
}

@media (max-width:480px) {
  .l-lead__text {
    font-size: 1.4rem;
    line-height: 2;
  }
}

.l-lead__image {
  position: absolute;
  bottom: -230px;
  text-align: center;
  width: 1200px;
}

.l-lead__image-02 {
  bottom: -180px;
}

@media screen and (max-width: 896px) and (orientation: landscape) {
  .l-lead__image {
    width: 70%;
    height: auto;
    bottom: -180px;
    left: 20%;
  }
  .l-lead__image-02 {
    bottom: -100px;
  }
}


@media (max-width:768px) {
  .l-lead__image {
    width: 100%;
    height: auto;
    bottom: -250px;
  }
  .l-lead__image-02 {
    bottom: -140px;
  }
}

@media screen and (max-height: 800px) {
   /* 高さ700px以下の場合 */
   .l-lead__image-02 {
    bottom: -220px; 
  }
}

@media screen and (max-height: 500px) {
   /* 高さ500px以下の場合 */
   .l-lead__image-02 {
    bottom: -260px; 
  }
}

.l-lead__image-img {
  position: relative;
}

@media screen and (max-width: 896px) and (orientation: landscape) {
  .l-lead__image-img {
    width: 80%;
    height: auto;
  }
}

@media (max-width:768px) {
  .l-lead__image-img {
    width: 70%;
    height: auto;
  }
}

@media (max-width:599px) {
  .l-lead__image-img {
    width: 80%;
    height: auto;
  }
}


@media (max-width:480px) {
  
  .l-lead__image {
    bottom: -130px;
  }
  .l-lead__image-02 {
    bottom: -140px;
  }
}

.l-guide {
  padding: 10rem 0 0;
  margin: 0 0 10rem;
}

.l-guide__inner {
  width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 896px) and (orientation: landscape) {
   .l-guide__inner {
    width: 95%;
    margin: 0 auto;
  }
}

@media (max-width:768px) {
  .l-guide__inner {
    width: 90%;
    margin: 0 auto;
  }
}

.l-guide__title {
  text-align: center;
  margin: 0 0 6rem;
}

@media (max-width:768px) {
  .l-guide__title {
    margin-bottom: 2rem;
  }
}


.l-guide__title-img {
  width: 100%;
  height: auto;
}

.l-guide__price {
  text-align: center;
  font-size: 3.6rem;
  margin: 0 0 4rem;
}

@media (max-width:480px) {
  .l-guide__price {
    font-size: 1.8rem;
    margin: 0 0 2rem;
  }
}

.l-guide__price_title {
  margin-top: 10rem;
  margin-bottom: 10rem;
  line-height: 1.6;
}

@media (max-width:768px) {
  .l-guide__price_title {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}

.guide__price_shinagawa {
  margin-bottom: 4rem;
}

@media (max-width:768px) {
  .guide__price_shinagawa {
    margin-bottom: 3rem;
  }
}
.l-guide__open {
  color: #947F48;
  text-align: center;
  font-size: 3.6rem;
  margin: 0 0 4rem;
}

@media (max-width:480px) {
  .l-guide__open {
    font-size: 1.8rem;
    margin: 0 0 2rem;
  }
}

.l-guide__open-sub {
  font-size: 2.4rem;
  padding: 0 0 0 2rem;
  box-sizing: border-box;
}

@media (max-width:480px) {
  .l-guide__open-sub {
    font-size: 1.2rem;
    padding: 0 0 0 1rem;
  }
}

.l-guide__sub {
  font-size: 2.4rem;
  background: #F3F3F3;
  width: 370px;
  margin: 0 auto 10rem;
  padding: 1.5rem 0;
  text-align: center;
  border-radius: 20rem;
}

@media (max-width:480px) {
  .l-guide__sub {
    font-size: 1.1rem;
    margin: 0 auto 4rem;
    width: 60%;
  }
}

/*.l-guide__open {
  color: #947F48;
  text-align: center;
  font-size: 7.2rem;
  margin: 0 0 4rem;
}

@media (max-width:480px) {
  .l-guide__open {
    font-size: 3.6rem;
    margin: 0 0 2rem;
  }
}

@media (max-width: 320px) {
  .l-guide__open {
    font-size: 2.6rem;
  }
}

.l-guide__open-sub {
  font-size: 4.2rem;
  padding: 0 0 0 2rem;
  box-sizing: border-box;
}

@media (max-width:480px) {
  .l-guide__open-sub {
    font-size: 2.1rem;
    padding: 0 0 0 1rem;
  }
}

@media (max-width: 320px) {
  .l-guide__open-sub {
    font-size: 1.7rem;
  }
}
.l-guide__sub {
  font-size: 2.4rem;
  background: #F3F3F3;
  width: 370px;
  margin: 0 auto 10rem;
  padding: 1.5rem 0;
  text-align: center;
  border-radius: 20rem;
}

@media (max-width:480px) {
  .l-guide__sub {
    font-size: 1.1rem;
    margin: 0 auto 4rem;
    width: 60%;
  }
}*/

.l-guide__map {
  font-size: 2.4rem;
  width: 570px;
  margin: 0 auto 10rem;
  padding: 1.5rem 0;
  text-align: center;
  border-radius: 20rem;
  position: relative;
}

.l-guide__map:before {
  content: "▶︎";
  font-size: 1rem;
  position: relative;
  left: -1rem;
  top : 45%;
  transform: translateY(-45%);
}

@media (max-width:480px) {
  .l-guide__map {
    font-size: 1.1rem;
    margin: 0 auto 4rem;
    width: 95%;
  }
}

.l-guide__item {
  box-shadow: 0 0 20px #ccc;
  padding: 1rem;
  box-sizing: border-box;
  text-align: center;
}

.l-guide__item-line {
  border: 1px solid #947F48;
  padding: 7rem;
  box-sizing: border-box;
}

@media (max-width:768px) {
  .l-guide__item-line {
    padding: 2rem;
  }
}

@media (max-width: 320px) {
  .l-guide__item-line {
    padding: 2rem;
  }
}

.l-guide__item-title {
  font-size: 3.6rem;
  color: #947F48;
  margin: 0 0 3rem;
}

@media (max-width:480px) {
  .l-guide__item-title {
    font-size: 1.8rem;
    margin: 0 0 2rem;
  }
}

.l-guide__item-sub {
  font-size: 2.8rem;
  color: #947F48;
  margin: 0 0 4rem;
}
@media (max-width:768px){
	.l-guide__item-sub {
	  margin: 1rem 0 4rem;
	}
}
@media (max-width:480px) {
  .l-guide__item-sub {
    font-size: 1.4rem;
    margin: 0 0 3rem;
  }
}
@media (max-width: 320px) {
  .l-guide__item-sub {
    font-size: 1rem;
  }
}
.koh .l-guide__item-sub{
	margin: 2rem 0 4rem;
}
@media (max-width:768px){
	.koh .l-guide__item-sub {
	  margin: 3rem 0 2rem;
	}
}
.l-guide__item-list {
  width: 900px;
  margin: 0 auto;
}

@media screen and (max-width: 896px) and (orientation: landscape) {
  .l-guide__item-list {
    width: 100%;
  }
}


@media (max-width:768px) {
  .l-guide__item-list {
    width: 100%;
  }
}

.l-guide__item-small {
  font-size: 2.2rem;
}

@media (max-width:480px) {
  .l-guide__item-small {
    font-size: 1.4rem;
  }
}

@media (max-width: 320px) {
  .l-guide__item-small {
    font-size: 1rem;
  }
}

.l-guide__item-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 8rem;
}
.koh .l-guide__item-wrap {
  margin-bottom: 3rem;
}
.japanese-tea .l-guide__item-wrap{
	margin-bottom: 1em;
}
.l-guide__item-caption{
	font-size: 1.6rem;
	color: #947F48;
	margin-bottom: 0.5em;
}
@media (max-width:480px){
	.l-guide__item-caption{
		font-size: 1.3rem;
	}
}
.l-guide__item-text{
	font-size: 1.8rem;
	line-height: 1.5;
}
@media (max-width:480px){
	.l-guide__item-text{
		font-size: 1.4rem;
	}
}
.l-guide__item-box-img {
  margin: 0 0 1rem;
  width: 100%;
  height: auto;
}

.l-guide__item-box-03 img {
  max-width: 300px;
}

@media (max-width:480px) {
  .l-guide__item-box-03 img {
    max-width: 70%;
  }
}

.l-guide__item-box-04 img {
  max-width: 300px;
  margin-bottom: 10px;
}

@media (max-width:768px) {
  .l-guide__item-box-04 img {
    max-width: 40%;
  }
}

.l-guide__item-box-05 img {
  max-width: 300px;
  margin-bottom: 10px;
}

@media (max-width:768px) {
  .l-guide__item-box-05 img {
    max-width: 50%;
  }
}

.l-guide__item-box-text {
  display: block;
  text-align: center;
  font-size: 1.8rem;
}

@media (max-width:480px) {
  .l-guide__item-box-text {
    font-size: 1.4rem;
  }
}
.l-guide__item-comment{
	display: inline-block;
	text-align: center;
	width: 100%;
	margin: 1.5em auto 6rem;
	font-size: 14px;
}
.l-guide__attention {
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.6;
}

@media (max-width:480px) {
  .l-guide__attention {
    font-size: 1.4rem;
  }
}

.l-white__inner {
  width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 896px) and (orientation: landscape) {
  .l-white__inner {
    width: 90%;
    margin: 0 auto;
  }
}

@media (max-width:768px) {
  .l-white__inner {
    width: 90%;
    margin: 0 auto;
  }
}

.l-white__icon {
  background: #a2d3e2;
  width: 180px;
  height: 180px;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  color: #fff;
  border-radius: 180px;
  margin: 0 auto 3rem;
}

@media (max-width:480px) {
  .l-white__icon {
    width: 120px;
    height: 120px;
    border-radius: 120px;
  }
}

.l-white__icon--label-wrap {
  text-align: center;
}

.l-white__icon--label {
  width: auto;
  display: inline-block;
  height: auto;
  padding: 1rem 3rem;
  box-sizing: border-box;
  margin: 0 auto 3rem;
}

@media (max-width:768px) {
 .l-white__icon--label {

  }
}

.l-white__icon--label .l-white__icon-top {
  border: none;
}

.l-white__icon-top {
  font-size: 5.1rem;
  display: block;
  padding: 0 0 1rem;
  border-bottom: 3px solid #fff;
  text-indent: 12px;
}

@media (max-width:480px) {
  .l-white__icon-top {
    font-size: 2.5rem;
   text-indent: 5px;
  }
}

.l-white__icon-top-normal {
  font-size: 4rem;
}
@media (max-width:520px) {
  .l-white__icon-top-normal {
    font-size: 2.5rem;
  }
  .l-white__icon--label .l-white__icon-top-normal {
    font-size: 1.8rem;
    padding: 0;
  }
}

.l-white__icon-bottom {
  font-size: 3.6rem;
  display: block;
  padding: 1rem 0 0;
  text-indent: 3px;
}

@media (max-width:480px) {
  .l-white__icon-bottom {
    font-size: 1.8rem;
  }
}


.l-white__icon-bottom-normal {
  font-size: 4rem;
}

@media (max-width:480px) {
  .l-white__icon-bottom-normal {
    font-size: 2.5rem;
  }
}

.l-white__title {
  font-size: 3.6rem;
  text-align: center;
  color: #947F48;
  line-height: 1.6;
  margin: 0 0 8rem;
}

@media (max-width:480px) {
  .l-white__title {
    font-size: 1.8rem;
    line-height: 2;
    margin: 0 0 2rem;
  }
}

@media (max-width: 320px) {
  .l-white__title {
    font-size: 1.5rem;
  }
}

.l-white__text {
  text-align: center;
  font-size: 1.8rem;
  line-height: 2;
  margin: 0 0 5rem;
}

@media (max-width:480px) {
  .l-white__text {
    font-size: 1.4rem;
    line-height: 1.8;
    text-align: left;
  }
}

.l-white__sub {
  font-size: 2.4rem;
  text-align: center;
  margin: 0 0 8rem;
}

@media (max-width:480px) {
  .l-white__sub {
    font-size: 1.4rem;
    line-height: 2;
    margin: 0 0 2rem;
  }
}

@media (max-width: 320px) {
  .l-white__sub {
    font-size: 1.2rem;
  }
}

.l-white__image {
  text-align: center;
  margin: 0 0 8rem;
}

@media screen and (max-width: 896px) and (orientation: landscape) {
  .l-white__image-img {
    width: 100%;
    height: auto;
  }
}

@media (max-width:768px) {
  .l-white__image-img {
    width: 100%;
    height: auto;
  }
}

.l-white__image-new2 {
  margin-bottom: 2rem;
}

.l-white__image-img-shinagawa {
  max-width: 1000px;

}

.l-white__image-img-shinagawa img {
  width: 100%;
  height: auto;
}

.l-shiori {
  background: #fff url(../img/common/bg_shiori.png) center bottom no-repeat;
  padding: 5rem;
  box-sizing: border-box;
  box-shadow: 0 0 20px #ccc;
}

@media (max-width:768px) {
  .l-shiori {
    background-size: 100% auto;
    padding: 2rem 2rem 5rem;
    width: 98%;
    margin: 0 auto;
  }
}

.l-shiori__title {
  text-align: center;
  margin: 0 0 4rem;
}

@media (max-width:480px) {
  .l-shiori__title {
    margin: 0 0 2rem;
  }
}

@media screen and (max-width: 896px) and (orientation: landscape) {
  .l-shiori__title-img {
    width: 100%;
    height: auto;
  }
}


@media (max-width:480px) {
  .l-shiori__title-img {
    width: 100%;
    height: auto;
  }
}

.l-shiori__image {
  text-align: center;
  margin: 0 0 5rem;
}

@media screen and (max-width: 896px) and (orientation: landscape) {
  .l-shiori__image-img {
    width: 100%;
    height: auto;
  }
}


@media (max-width:480px) {
  .l-shiori__image-img {
    width: 100%;
    height: auto;
  }
}

.l-shiori__nav-link {
  background: #2d3693;
  text-align: center;
  display: block;
  color: #fff;
  padding: 3rem 0;
  width: 70%;
  margin: 0 auto;
  text-decoration: none;
  font-size: 2rem;
}

@media (max-width:480px) {
  .l-shiori__nav-link {
    width: 100%;
    font-size: 1.4rem;
  }
}

.l-shiori__nav-link:hover {
  color: #fff;
  opacity: .9;
}

.l-bottom {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  padding: 10rem 0;
}

@media screen and (max-width: 896px) and (orientation: landscape) {
  .l-bottom {
    width: 80%;
    margin: 0 auto;
    padding: 7rem 0;
  }
}

@media (max-width:768px) {
  .l-bottom {
    width: 80%;
    margin: 0 auto;
    padding: 7rem 0;
  }
}

@media (max-width:768px) {
  .l-bottom-img {
    width: 70%;
    margin: 0 auto;
  }
}

.l-footer {
  background: #F5F2EB;
  padding: 8rem 0;
}

@media (max-width:480px) {
  .l-footer {
    padding: 4rem 0;
  }
}

.l-footer__inner {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 896px) and (orientation: landscape) {
  .l-footer__inner {
    width: 98%;
    display: block;
    margin: 0 auto;
  }
}

@media (max-width:768px) {
  .l-footer__inner {
    width: 98%;
    display: block;
    margin: 0 auto;
  }
}

.l-footer__inner-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 896px) and (orientation: landscape) {
  .l-footer__inner-wrap {
    padding: 0 0 3rem;
  }
}


@media (max-width:768px) {
  .l-footer__inner-wrap {
    padding: 0 0 3rem;
  }
}

.l-footer__inner-box {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 896px) and (orientation: landscape) {
  .l-footer__inner-box {
    display: block;
  }
}

@media (max-width:768px) {
  .l-footer__inner-box {
    display: block;
  }
}

.l-footer__inner-nav {
  padding: 0 5rem 0 0;
  box-sizing: border-box;
}

@media (max-width:480px) {
  .l-footer__inner-nav {
    display: inline;
    padding: 0 1rem 0 0;
  }
}

.l-footer__inner-link {
  text-decoration: none;
  font-size: 1.3rem;
  letter-spacing: 0;
}

@media (max-width:480px) {
  .l-footer__inner-link {
    font-size: 1.1rem;
  }
}


.l-footer__inner-link:before {
  content: "▶︎";
  font-size: .7rem;
  color: #947F48;
  padding: 0 1rem 0 0;
}

@media (max-width:768px) {
  .l-footer__inner-link:before {
    padding: 0 .5rem 0 0;
  }
}

.l-footer__sns-list {
  display: flex;
  justify-content: flex-start;
  padding: 0 0 0 3rem;
  box-sizing: border-box;
}

@media screen and (max-width: 896px) and (orientation: landscape) {
  .l-footer__sns-list {
    padding: 0 0 4em;
    justify-content: center;
  }
}

@media (max-width:768px) {
  .l-footer__sns-list {
    padding: 0 0 4em;
    justify-content: center;
  }
}

.l-footer__sns-item {
  margin: 0 1rem;
}

.l-footer__copy {
  font-size: 1.3rem;
  letter-spacing: 0;
}

@media screen and (max-width: 896px) and (orientation: landscape) {
  .l-footer__copy {
    font-size: 1.2rem;
    text-align: center;
  }
}

@media (max-width:768px) {
  .l-footer__copy {
    font-size: 1.2rem;
    text-align: center;
  }
}

.attention {
  width: 42%;
  margin: 8rem auto ;
  border-bottom: 1px solid #947F48;
  padding: 0 0 2rem;
  font-size: 2.4rem;
}

@media (max-width:1024px) {
  .attention {
    width: 95%;
    font-size: 1.6rem;
  }
}

.attention span {
  background: #947F48;
  color: #fff;
  border-radius: 5rem;
  margin: 0 3rem 0 0;
  font-size: 1.5rem;
  padding: .5rem 2rem;
}

@media (max-width:768px) {
  .attention span {
    margin: 0 1rem 0 0;
  }
}


.attention a {
  text-decoration: none;
  color: #947F48;
}

.l-white-set {
    padding-bottom: 8rem;
  }
  @media (max-width:768px) {
    .l-white-set {
      padding-bottom: 4rem;
    }
  }
  .l-white-set .l-white__icon {
    background: #74b5e4;
  }
  .l-white-set .l-white__icon-top{
      font-size: 3.6rem;
      text-indent: 0;
    }
  @media (max-width:768px) {
    .l-white-set .l-white__icon {
      font-size: 2.5rem;
    }
    .l-white-set .l-white__icon-top{
      font-size: 2.5rem;
    }
    .l-white-set .l-white__icon-bottom {
      font-size: 2.5rem;
    }
  }
  .l-white-set .l-white__title {
    margin-bottom: 2rem;
  }
  @media (max-width:768px) {
    .l-white-set .l-white__title {
      font-size: 1.8rem;
      line-height: 1.6;
    }
  }
  .l-white-set .l-white__image{
    margin-bottom: 0;
  }
  .l-white-set .l-white__text {
    font-size: 2.4rem;
    margin-bottom: 0;
  }
  @media (max-width:768px) {
    .l-white-set .l-white__text {
      font-size: 1.4rem;
      text-align: center;
    }
  }
  .l-white-set .l-white__image-img-top {
     margin-bottom: 3rem;
   }
   .l-white-set .l-white__sub {
     line-height: 2;
     font-size: 2.4rem;
   }
    @media (max-width:768px) {
    .l-white-set .l-white__sub {
      font-size: 1.4rem;
      text-align: center;
    }
  }
