@charset "UTF-8";
body{
  padding-top: 0 !important;
}
.object-fit{
  object-fit: cover;
  object-position: center;
  font-family: 'object-fit: cover;'; /*IE対策*/
}
.inner_1440{
  width: 98%;
  max-width: 1440px;
  margin: 0 auto;
}
.fs74{
  font-size: 74px
}

.lightbrown{
  color: #91764b;
}
.brown{
  color: #633c00;
}
.bg_img{
  background: url(../images/lp/bg.png)
}
/* lp header */
.lp_header{
  position: fixed;
  width: 100%;
  height: 80px;
  z-index: 10;
}
.lp_header .inner{
  width: 94%;
  height: 80px;
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.lp_header .left .logo{
  display: inline-block;
  width: 70.5px;
  vertical-align: middle;
  margin-right: 25px;
}
.lp_header .left .tel{
  display: inline-block;
  vertical-align: middle;
}
.lp_header .right .tel{
  display: inline-block;
  border: 1px solid #fff;
  vertical-align: middle;
  padding: 3px 15px;
  margin-right: 20px;
}
.lp_header .right .tel p{
  display: inline-block;
  margin: 0 3px;
}
.lp_header .right .header_menu{
  display: inline-block;
  width: 26.5px;
  vertical-align: middle;
}
.lp_header .right .header_menu:hover{
  cursor: pointer;
}

/* spmenu */
.spmenu ul{
  max-width: 600px;
  margin: 0 auto;
}
.spmenu .spmenu_tel{
  max-width: 600px;
  margin: 30px auto;
}

/* top */
.top_outer{
  padding-top: 80px;
}
.top{
  min-height: 918px;
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
  justify-content: center;
  background: url(../images/lp/top.jpg) no-repeat;
  background-position: center bottom;
}
.top .line{
  display: inline-block;
  line-height: 2.1;
  letter-spacing: 5px;
  background: url(../images/lp/top_ttl_left.svg), url(../images/lp/top_ttl_right.svg);
  background-repeat: no-repeat;
  background-position: left center, right center;
  padding: 0 45px 0 25px;
  margin-bottom: 50px;
}
.top .line span{
  display: inline-block;
  width: 60px;
}
.top .txt{
  line-height: 2.7;
  margin-top: 30px;
}

/* worry */
.worry{
  padding: 75px 0 50px;
}
.worry .border{
  display: inline-block;
  width: 70px;
  height: 1px;
  border-top: 1px dotted #1e160b;
  margin: 25px 0 50px;
}
.worry .box{
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  /* align-items: center; */
}
.worry .left{
  width: 33%;
  padding-top: 10px;
}
.worry .left p{
  background: url(../images/lp/worry_left.svg) no-repeat;
  background-position: bottom center;
  padding-bottom: 40px;
}

.worry .img{
  width: 28%;
  order: 2;
}
.worry .right{
  width: 33%;
  padding-top: 8px;
  line-height: 1.9;
  order: 3;
}
.worry .right p{
  background: url(../images/lp/worry_right.svg) no-repeat;
  background-position: bottom center;
  padding-bottom: 40px;
}
.worry .box p .lightbrown{
  letter-spacing: 3px;
}
.worry .arrow{
  display: inline-block;
  width: 24px;
  margin-top: 55px;
}

/* common */
.section{
  padding: 80px 0;
}
.section .sec_title .en{
  letter-spacing: 3px;
}
.section .sec_title .ja{
  margin-bottom: 30px;
}
.section .sec_title .sec_txt{
  line-height: 1.8;
}

/* button */
.button{
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
  justify-content: center;
  width: 96%;
  max-width: 707px;
  min-height: 87.5px;
  margin: 60px auto 0;
  background: #91764b;
  color: #fff;
  padding: 10px;
}
.button .icon,
.button .icon img{
  min-height: 0%;
}
.button .left{
  margin-right: 4%;
  padding: 8px 0 0;
}

.button .icon_tel{
  display: inline-block;
  width: 35.5px;
  height: auto;
  vertical-align: middle;
  margin-right: 10px;
}
.button .icon_arrow{
  display: inline-block;
  width: 17.5px;
  height: auto;
  vertical-align: middle;
  margin-right: 15px;
}
.button span{
  vertical-align: middle;
}

/* reccomended */
.recommended .image{
  width: 50%;
}
.recommended .image img{
  height: 366px;
}
.recommended .text{
  width: 50%;
  padding-left: 4%;
}
.recommended .text .inner{
  /* border: 1px dotted #fff; */
  max-width: 598px;
  min-height: 100%;
  position: relative;
  padding: 6%;
  background: url(../images/lp/recommended_rt.png), url(../images/lp/recommended_lb.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right top, left bottom;
}
.recommended_brown .text .inner{
  color: #fff;
  background: url(../images/lp/recommended_brown.png) no-repeat;;
  background-size: 100% 100%;
}

.recommended .text .ttl .num{
  vertical-align: sub;
  margin-left: 9px;
}
.recommended .text .subttl{
  display: inline-block;
  border-bottom: 1px dotted #fff;
  padding-bottom: 10px;
  margin: 20px 0 40px;
}
.recommended .text .txt{
  line-height: 2;
}


/* safety */
.safety{
  background: url(../images/lp/safety_bg.jpg);
  background-size: cover;
  padding: 90px 0 0;
}
.safety .sec_title .en {
  margin-bottom: 10px;
}
.safety .sec_title .ja{
  display: inline-block;
  background: url(../images/lp/safety_ttl_left.png), url(../images/lp/safety_ttl_right.png);
  background-repeat: no-repeat;
  background-position: left center, right center;
  padding: 0 4%;
  background-size: 30px auto;
}
.safety .sec_title .ja .emphasis{
  -webkit-text-emphasis: dot #91764b;
  -moz-text-emphasis: dot #91764b;
  -ms-text-emphasis: dot #91764b;
  text-emphasis: dot #91764b;
}
.safety .list{
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
  justify-content: center;
  margin: 95px auto 0px;
}
.safety .list li{
  width: 22.15%;
  max-width: 230px;
  position: relative;
  margin: 0 3.8% 60px 0;
}
.safety .list li:nth-child(4n),
.safety .list li:last-child{
  margin-right: 0;
}
.safety .list li .circle{
  width: 65px;
  height: 65px;
  border-radius: 32.5px;
  background: #91764b;
  text-align: center;
  line-height: 1.1;
  padding-top: 13px;
  position: absolute;
  top: -30px;
  left: -5px;
}
.safety .list li .image img{
  height: 166px;
}

.safety .list li .ttl{
  text-align: center;
  line-height: 1.4;
  margin-bottom: 7px;
  margin-top: 25px;
}
.safety .list li .txt{
  line-height: 1.8;
}
.safety .list li .note{
  text-align: right;
  margin-top: 20px;
}

/* attention */
.attention{
  padding: 95px 0 105px;
}
.attention .inner{
  background: url(../images/lp/safety_illust01.png), url(../images/lp/safety_illust02.png);
  background-repeat: no-repeat;
  background-size: 11% auto, 10% auto;
  background-position: left center, right center;
}
.attention .ul{
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 45px auto 0;
  width: 75%;
  max-width: 1100px;
}
.attention .ul li{
  width: 33.333%;
  margin-bottom: 50px;
  padding: 0 2% 30px;
}
.attention .ul li:nth-child(3n-1){
  border-left: 1px dotted #91764b;
  border-right: 1px dotted #91764b;
}
.attention .ul li .ttl{
  text-align: center;
}
.attention .ul li .txt{
  line-height: 1.8;
  margin-top: 5px;
}
.attention .nami .b{
  background: url(../images/lp/safety_nami.png) repeat-x;
  background-position: center bottom;
  line-height: 2;
  padding-bottom: 15px;
}

/* enjoy */
.enjoy{
  padding-bottom: 140px;
}
.enjoy .img_top{
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;  
}
.enjoy .img_top > div{
  width: 50%;
}
.enjoy .img_top > div img{
  min-height: 400px;
}

.enjoy .section{
  position: relative;
}
.enjoy .section:before{
  content: "";
  display: block;
  width: 24%;
  height: 100%;
  background: url(../images/lp/enjoy03.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 80px;
  left: 0;
}
.enjoy .section:after{
  content: "";
  display: block;
  width: 24%;
  height: 100%;
  background: url(../images/lp/enjoy04.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  right: 0;
  top: -65px;
}

.enjoy .sec_title {
  position: relative;
  z-index: 1;
}

.enjoy .sec_title .sec_txt{
  line-height: 2.5;
}
.enjoy .list{
  margin: 60px auto;
}
.enjoy .list li,
.menu .list li{
  width: 48%;
  max-width: 606px;
  margin-bottom: 20px;
}
.enjoy .list li .ttl,
.menu .list li .ttl{
  margin: 33px 0 15px;
  line-height: 1.8;
}
.enjoy .list li .txt,
.menu .list li .txt{
  line-height: 2;
}

/* menu */
.menu{
  background: url(../images/lp/menu_bg.jpg);
  padding-bottom: 140px;
}
.menu .list{
  margin: 60px auto 40px;
}
.menu .list li{
  margin-bottom: 60px;
}
.menu .list li:nth-child(n2) .ttl{
  margin: 51px 0 18px;
  line-height: 1.8;
}

.menu .list li:first-child .ttl{
  margin: 30px 0 10px;
  line-height: 1.4;
}
.menu .list li .price{
  margin-bottom: 15px;
}
.menu .circles{
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.menu .circles li{
  width: 32%;
  max-width: 300px;
}
.menu .circles li .img{
  display: inline-block;
  width: 96%;
  max-width: 270px;
}
.menu .circles li .ttl{
  background: url(../images/lp/menu_left.png), url(../images/lp/menu_right.png);
  background-repeat: no-repeat;
  background-position: left bottom, right bottom;
  background-size: 26px auto;
  padding: 0 4%;
  line-height: 1.4;
  margin-bottom: 35px;
}
.menu .button{
  margin-top: 110px;
}

/* scene */
.scene{
  padding-bottom: 110px;
}
.scene .box{
  align-items: center;
  margin: 70px 0 80px 0;
}
.scene .box .image{
  width: 50%;
}
.scene .box .image img{
  /* height: 420px; */
}
.scene .box .text{
  width: 50%;
  padding: 0 3%;
}
.scene .box .text.order2{
  order: 2;
}
.scene .box .text .inner{
  max-width: 420px;
}
.scene .box .text .ttl .num{
  vertical-align: sub;
  margin-left: 9px;
}
.scene .box .text .ttl{
  border-bottom: 1px dashed #91764B;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.scene .box .text .txt{
  line-height: 2;
}

/* tourism */
.tourism{
  padding: 115px 0;
}
.tourism .border{
  border: 1px dashed #91764B;
  padding: 7%;
  margin-bottom: 110px;
}
.tourism .naname{
  -webkit-transform: rotate(-8deg);
  -moz-transform: rotate(-8deg);
  -ms-transform: rotate(-8deg);
  transform: rotate(-8deg);
}
.tourism .naname span{
  display: inline-block;
  background: url(../images/lp/tourism_ttl2.svg) no-repeat;
  background-position: center bottom;
  padding: 0 10px 18px;
  margin-bottom: 20px;
}
.tourism .tourism_sec{
  margin-top: 45px;
}
.tourism .waku{
  margin-bottom: 10px;
}
.tourism .waku span{
  display: inline-block;
  border: 1px solid #91764B;
  border-radius: 19.5px;
  padding: 4px 24px;
  letter-spacing: 2px;
}
.tourism .list{
  width: 96%;
  max-width: 840px;
  margin: 30px auto 0;
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.tourism .list li{
  width: 32%;
  max-width: 260px;
}
.tourism .list li .ttl{
  text-align: center;
  margin: 30px 0 20px;
}
.tourism .list li.line2 .ttl{
  line-height: 1.3;
  margin: 20px 0 8px;
}
.tourism .list li .txt img{
  display: none;
}
.tourism .list li .desc{
  line-height: 1.8;
}

/* memory */
.memory{
  padding-bottom: 0;
}
.memory .illust{
  max-width: 638px;
  margin: 40px auto;
}
.memory .sec_title .sec_txt {
    line-height: 2;
}
.memory .eat{
  margin-top: 145px;
  margin-bottom: 70px;
}
.memory .eat .line{
  display: inline-block;
  line-height: 2.1;
  letter-spacing: 5px;
  background: url(../images/lp/eat_ttl_left.svg), url(../images/lp/eat_ttl_right.svg);
  background-repeat: no-repeat;
  background-position: left center, right center;
  padding: 0 40px;
  margin-bottom: 35px;
}
.memory .eat .line span{
  display: inline-block;
  width: 60px;
}
.memory .images img{
  height: 268px;
}

.button_outer{
  background: #91764B;
  padding: 85px 0;
}
.button_outer .button{
  margin: 0 auto;
  border: 1px solid #fff;
}

@media screen and (max-width: 900px){
  /* top */
  .fs25 {
    font-size: 2.8vw;
  }
  .fs32 {
    font-size: 3.6vw;
  }
  .fs74 {
    font-size: 8.2vw;
  }
  .top .txt{
    font-size: 2vw;
  }
  /* safety */
  .safety .list li {
    width: 29%;
    margin: 0 1.8% 60px;
  }
  .safety .list li:nth-child(4n),
  .safety .list li:last-child {
    margin-right: 1.8%;
  }
}

@media screen and (max-width: 768px){
  .object-fit{
    height: auto !important;
  }
  
  /* button */
  .button{
    margin: 30px auto 0;
  }
  .button .left{
    padding: 0;
  }

  /* recommended */
  .recommended .image {
    width: 100%;
  }
  .recommended .text {
    width: 100%;
    padding: 2%;
  }
  .recommended .text .inner {
    margin: 0 auto;
  }
  /* header */
  .lp_header .right .tel {
    display: none;
  }
  
  /* top */
  .top {
    min-height: auto;
    display: block;
    background: url(../images/lp/top_lt.png), url(../images/lp/top_rt.png), url(../images/lp/top_rb.png), url(../images/lp/top_lb.png), url(../images/lp/top_bg.jpg), url(../images/lp/menu_bg.jpg);
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, repeat;
    background-position: left top, right top, right bottom, left bottom, center bottom;
    background-size: 42% auto, 42% auto, 35% auto, 35% auto, cover;
    padding: 35vw 5% 25vw;
  }  

  /* worry */
  .worry {
    padding: 50px 2% 50px;
  }
  .worry .border {
    margin: 25px 0 30px;
  }
  .worry .arrow {
    margin-top: 30px;
  }
  
  /* common */
  .section {
    padding: 50px 0;
  }
  .section .sec_title .ja {
    margin-bottom: 20px;
  }
  /* safety */
  .safety {
    padding: 50px 2% 0;
  }
  .safety .sec_title .ja{
    padding: 0 35px;
  }
  .section .sec_title .sec_txt {
    font-size: 16px;
  }
  .safety .list {
    margin: 50px auto 0px;
  }
  .safety .list li {
    width: 46%;
    margin: 0 1.8% 50px;
  }
  .safety .list li .ttl {
    margin-bottom: 5px;
    margin-top: 15px;
  }

  /* attention */
  .attention {
    padding: 50px 0;
    background: url(../images/lp/safety_illust01.png), url(../images/lp/safety_illust02.png);
    background-repeat: no-repeat;
    background-size: 10% auto, 9% auto;
    background-position: left 1% top 10px, right 1% top 10px;
  }
  .attention .inner {
    background: none;
  }
  .attention .ul {
    margin: 25px auto 0;
    width: 100%;
  }
  .attention .ul li {
    width: 50%;
    margin-bottom: 25px;
    padding: 0 2% 10px;
  }
  .attention .nami .b{
    padding-bottom: 8px;
  }
  .attention .ul li:nth-child(3n-1) {
    border-left: none;
    border-right: none;
  }
  .attention .ul li:nth-child(odd) {
    border-right: 1px dotted #91764b;
  }

  /* enjoy */
  .enjoy {
    padding-bottom: 40px;
  }
  .enjoy .section{
    padding:40px 2% 0px;
  }
  .enjoy .img_top > div img {
    min-height: auto;
  }
  .enjoy .section:before{
    top: 5.2vw;
  }
  .enjoy .section:after{
    top: -8.5vw;
  }
  .enjoy .sec_title .sec_txt {
    line-height: 2;
  }
  
  .enjoy .list {
    margin: 30px auto;
  }
  .enjoy .list li, .menu .list li {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 30px;
  }
  .enjoy .list li .ttl, .menu .list li .ttl {
    margin: 10px 0 5px;
    line-height: 1.8;
  }
  .enjoy .list li .txt, .menu .list li .txt {
    line-height: 1.8;
  }
  
  /* menu */
  .menu{
    padding-bottom: 50px;
  }
  .menu .section{
    padding: 50px 2% 30px;
  }
  .menu .list {
    margin: 30px auto 30px;
  }
  .menu .list li:first-child .ttl {
    margin: 10px 0 5px;
    line-height: 1.8;
  }
  .menu .list li .price {
    margin-bottom: 10px;
  }
  .menu .circles {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
  	-ms-flex-pack: center;
    justify-content: center;
  }
  .menu .circles li {
    width: 46%;
    margin: 2%;
  }
  .menu .circles li .ttl{
    font-size: 16px;
    margin-bottom: 20px;
  }
  .menu .circles li .img {
    width: 70%;
  }
  .menu .button {
    margin-top: 30px;
  }
  
  /* scene */
  .scene {
    padding: 50px 0 40px;
  }
  .scene .box {
    margin: 30px 0 30px 0;
    padding: 0 2%;
  }
  .scene .box .text {
    width: 100%;
    padding: 0px;
    max-width: 500px;
    margin: 0 auto 10px;
  }
  .scene .box .text .inner {
    max-width: none;
  }
  .scene .box .text .ttl {
    padding-bottom: 7px;
    margin-bottom: 15px;
  }
  .scene .box .text .txt {
    line-height: 1.8;
  }
  .scene .box .image {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
  
  /* tourism */
  .tourism {
    padding: 50px 0;
  }
  .tourism .border {
    width: 96%;
    padding: 30px 2% 10px;
    margin-bottom: 30px;
  }
  .tourism .tourism_sec {
    margin-top: 30px;
  }
  .tourism .list {
    width: 100%;
    margin: 20px auto 0;
  }
  .tourism .list li .ttl,
  .tourism .list li.line2 .ttl {
    line-height: 1.4;
    margin: 15px 0 5px;
  }
  
  /* memory */
  .memory {
    padding-bottom: 0;
  }
  .memory .sec_title{
    padding: 0 2%;
  }
  .memory .illust {
    width: 96%;
    margin: 20px auto;
  }
  .memory .eat {
    margin-top: 45px;
    margin-bottom: 45px;
  }
  
  .memory .images .box{
    display:-webkit-box;
    display:-ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .memory .images .box .img{
    width: 32.5%;
    margin-top: 1.25%;
  }
  .memory .images .box .img:nth-child(2){
  }
  .memory .images .box .img:nth-child(4){
    width: 49.375%;
  }
  .memory .images .box .img:last-child{
    width: 49.375%;
  }
  .memory .images img {
    height: auto;
  }
  .button_outer {
    padding: 40px 0;
  }
  
}

@media screen and (max-width: 600px){
  body{
    font-size: 15px;
  }
  .fs20 {font-size: 4.3vw;  /*16.125*/}
  .fs26 {font-size: 4.5vw; /*16.875*/}
  .fs28 {font-size: 4.7vw; /*16.875*/}
  .fs34 {font-size: 5.7vw;}
  .fs35 {font-size: 5.8vw;}
  .fs50 {font-size: 8.3vw;}
  /* top */
  .fs25 {
    font-size: 3.8vw;
  }
  .fs32 {
    font-size: 4.6vw;
  }
  .fs74 {
    font-size: 9.2vw;
  }
  /* top */
  .top .line,
  .memory .eat .line{
    margin-bottom: 30px;
  }
  .top .line span,
  .memory .eat .line span {
    width: 10vw;
  }
  .top .txt {
    line-height: 2;
    font-size: 3.2vw;
    margin-top: 20px;
  }
  
  /* recommended */
  .recommended .text .subttl {
    padding-bottom: 5px;
    margin: 5px 0 20px;
  }
  /* worry */
  .worry .box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .worry .left,
  .worry .right{
    width: 43%;
  }
  .worry .left p,
  .worry .right p {
    padding-bottom: 20px;
    background-size: contain;
  }
  .worry .img {
    width: 60%;
    max-width: 290px;
    order: 3;
    margin: 0 auto;
  }
  
  /* safety */
  .safety .list li .circle {
    width: 55px;
    height: 55px;
    border-radius: 27.5px;
    padding-top: 11px;
    top: -25px;
  }
  .safety .list li .circle .fs35 {
    font-size: 25px;
    margin-top: 2px;
  }
  .safety .list li .txt {
    line-height: 1.6;
  }

  /* attention */
  .attention .ul li .txt {
    line-height: 1.6;
  }
  
  /* tourism */
  .tourism .list{
    display: block
  }
  .tourism .list li {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 20px;
  }
  .tourism .list li .img{
    display: none;
  }
  .tourism .list li .txt img{
    display: block;
    margin: 10px 0;
  }


}
@media screen and (max-width: 500px){
  .enjoy .list li .ttl, .menu .list li .ttl {
    font-size: 6.1vw;
  }
  .menu .circles li {
    width: 50%;
    margin: 0 0 20px;
  }
  .menu .circles li .ttl{
    font-size: 3.2vw;
    margin-bottom: 10px;
  }
}
