@charset "UTF-8";
/*------------------------
 top
------------------------*/
/* common
----------------*/
.slide_img {
  z-index: 1;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .slide_img {
    position: absolute;
    top: 0;
    height: 500px;
  }
}
.slide_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
.slide_img img {
  margin-top: 0;
}
 .top_summary_detail01 .slide_img img {
  margin-top: 25px;
}
}
.frame {
  position: relative;
  z-index: 1;
}

.btn_box {
  text-align: center;
}
.btn_box a {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.btn_contact {
  width: 800px;
  height: 100px;
  background: #D5A8A8;
  background-blend-mode: overlay;
  font-size: 3rem;
  letter-spacing: .08em;
  color: #fff;
}
.btn_contact .fas {
  font-size: 4rem;
  margin-right: 15px;
}
.btn_contact:hover {
  opacity: .7;
}
.btn_contact + p {
  margin-top: 15px;
  font-size: 1.8rem;
  letter-spacing: .05em;
	color: #111111;
}

.contents_sttl {
  font-size: 3.5rem;
  font-weight: 600;
  letter-spacing: .2em;
  text-align: center;
}
.contact_box .contents_sttl::after {
	content: "";
    display: block;
    margin: 50px auto 0;
    width: 120px;
    height: 8px;
    background-color: #BC985B;
}

.contents_ttl {
  position: relative;
  margin-bottom: 180px;
  line-height: 1;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .contents_ttl::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 90px;
    background-color: #876326;
    z-index: -1;
    top: 190px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  .equipment .contents_ttl::after {
    top: 200px;
  }
}
@media screen and (max-width: 768px) {
  .contents_ttl::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 45px;
    background-color: #876326;
    z-index: -1;
    top: 105px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  .equipment .contents_ttl::after {
    top: 110px;
  }
  .contents_ttl.long::after {
	top: 160px!important;
  }
}
.contents_ttl .en {
  display: block;
  margin-bottom: 15px;
  letter-spacing: 0.3em;
  font-size: 6rem;
  color: #BC985B;
	text-align: center;
	font-weight: 400;
}
.contents_ttl .ja {
  display: block;
  padding-left: 3px;
  font-size: 2rem;
  letter-spacing: .2em;
	text-align: center;
  color: #727272;
}

@media screen and (max-width: 767px) {
  .slide_img {
    margin: 0 -10px;
    width: calc(100% + 20px);
    height: auto;
  }


  .btn_contact {
    width: 100%;
    height: 60px;
    font-size: 2rem;
  }
  .btn_contact .fas {
    font-size: 2.5rem;
    margin-right: 8px;
  }
  .btn_contact + p {
    font-size: 1.2rem;
  }

  .contents_sttl {
    font-size: 2rem;
    line-height: 1.8;
	  /*
	  font-size: 2.3rem;
	  letter-spacing: 0.5px;*/
  }
  .contents_sttl::after {
    margin: 20px auto 0;
    width: 60px;
    height: 6px;
  }

  .contents_ttl {
    margin-bottom:83.5px;
    text-align: center;
	  z-index: 5;
  }
  .contents_ttl .en {
    display: block;
    padding-right: 0;
    margin-bottom: 10px;
    font-size: 3.5rem;
  }
	.contents_ttl.long .en{
		line-height: 1.3;
		margin-bottom: 7px;
	}
  .contents_ttl .ja {
    padding-left: 4px;
    font-size: 1.5rem;
  }
}
/* top_summary
----------------*/
.top_summary_detail01 {
  position: relative;
  padding: 50px 0 40px;
  z-index: 1;
}
.top_summary_detail01 .bg_img_bird {
  position: absolute;
  z-index: 2;
	right: 0;
	bottom: 0;
}
@media screen and (max-width: 767px) {
	.top_summary_detail01 .bg_img_bird img {
		max-width: 60%;
	}
	.top_summary_detail01 .bg_img_bird {
		text-align: right;
		bottom: 0;
	}
}

@media screen and (min-width: 768px) {
  .top_summary_detail01 .slide_img {
    width: 775px;
    height: 510px;
    top: -50px;
	left: 450px;
  }
}
.top_summary_detail01 .h_box {
  position: relative;
  height: 375px;
  background-blend-mode: overlay;
  text-align: left;
  z-index: 5;
  opacity: 0;
  padding-top: 20px;
}
.top_summary_detail01 .h_box img {
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .top_summary_detail01 .detail01_item {
    display: flex;
    justify-content: space-between;
    margin-top: 100px;
  }
}
.top_summary_detail01 .detail01_item .text {
  /*width: 850px;*/
	margin: 0 auto;
	padding: 20px 0;
}
.top_summary_detail01 .detail01_item h2 {
  padding-left: 30px;
  border-left: 7px solid #253049;
  font-size: 4.5rem;
  line-height: 70px;
  letter-spacing: .04em;
}
.top_summary_detail01 .detail01_item p {
  /*padding-left: 37px;*/
  font-size: 2.2rem;
  letter-spacing: .12em;
	text-align: center;
}
.top_summary_detail01 .detail01_item p.top_summary_catch {
  margin: 80px 0 30px;
  font-size: 2.5rem;
  font-weight: bold;
}
.top_summary_detail01 .detail01_item p .color_g {
  font-size: 3.5rem;
}
.top_summary_detail01 .detail01_item p .color_p.l {
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
	.top_summary_detail01 .detail01_item p .color_g {
		font-size: 2.4rem;
		padding: 0 5px;
		line-height: 1;
	}
	.top_summary_detail01 .detail01_item p .color_p.l {
		font-size: 2rem;
	}
}
.top_summary_detail01 .detail01_item .image {
  width: 300px;
}

.top_summary_detail02 {
  position: relative;
  padding: 95px 0;
  z-index: 1;
}
.top_summary_detail02::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 640px;
  background-image: url(../img/img_bg.jpg);
  z-index: -1;
}

.detail02_item {
  display: flex;
  /*text-align: center;*/
}
@media screen and (min-width: 768px) {
  .detail02_item {
    flex-direction: row-reverse;
  }
}
.detail02_item > * {
  width: 50%;
}
.detail02_item .item_l {
  padding-right: 30px;
}
@media screen and (min-width: 768px) {
  .detail02_item .item_l > * {
    max-width: 500px;
  }
}
.detail02_item .item_l figure {
  position: relative;
  /*margin-bottom: 110px;*/
  margin-bottom: 26px;
}
.detail02_item .item_l figcaption {
  position: absolute;
  bottom: -50px;
  left: 0;
  padding-right: 20px;
  width: 100%;
  line-height: 1;
  font-size: 1.8rem;
  letter-spacing: .06em;
}
.detail02_item .item_r figure {
  max-width: 600px;
}
.detail02_item .item_r p {
  margin-bottom: 20px;
  color: #4f342c;
  font-size: 4rem;
  font-weight: bold;
  /*letter-spacing: .09em;*/
  letter-spacing: .05em;
}
.detail02_item .item_r p img {
  display: block;
  margin: 0 0 5px;
}

.top_line {
  margin-left: 15px;
}

.top_info {
  margin: 70px 0 30px;
  line-height: 1;
  letter-spacing: .04em;
  text-align: center;
}
.top_info::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #253049;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .top_info::before {
    border-width: 5px 0 5px 8px;
  }
}
@media screen and (min-width: 768px) {
  .top_info::before {
    border-width: 8px 0 8px 10px;
  }
}
.top_info a {
  line-height: 1;
  font-size: 2rem;
  text-decoration: underline;
}
.top_info a:hover {
  text-decoration: none;
}

.top_summary .is-animated .slide_img {
  animation: fadeInRight 1s forwards;
}
.top_summary .is-animated .h_box {
  animation: fadeInBtm 1s .5s forwards;
}

@media screen and (max-width: 767px) {
  .top_summary_detail01 {
    position: relative;
    padding: 0 0 35px;
  }
  .top_summary_detail01 .h_box {
    position: absolute;
    top: 20px;
    left: 45px;
    padding-top: 0;
    width: calc(100% - 90px);
    height: auto;
  }
  .top_summary_detail01 .h_box img {
    max-width: 100%;
    height: auto;
  }
  .top_summary_detail01 .detail01_item {
    display: flex;
    flex-direction: column-reverse;
    /*margin-top: -55px;*/
  }
  .top_summary_detail01 .detail01_item .text {
    width: 100%;
	  padding: 30px 0;
  }
  .top_summary_detail01 .detail01_item h2 {
    padding-left: 15px;
    border-left: 3.5px solid #253049;
    font-size: 2.3rem;
    line-height: 1.52;
    letter-spacing: .02em;
  }
  .top_summary_detail01 .detail01_item p {
    padding-left: 0;
    font-size: 1.5rem;
    text-align: center;
	  line-height: 1.4;
  }
  .top_summary_detail01 .detail01_item p.top_summary_catch {
    margin: 10px 0;
    font-size: 1.5rem;
  }
  .top_summary_detail01 .detail01_item p .color_p {
    /*font-size: 2rem;*/
  }
  .top_summary_detail01 .detail01_item p .color_bl {
    font-size: 1.75rem;
  }
  .top_summary_detail01 .detail01_item .image {
    margin-bottom: 10px;
    margin-left: calc(100% - 175px);
    width: 175px;
  }

  .top_summary_detail02 {
    padding: 0 10px 50px;
  }
  .top_summary_detail02::before {
    height: 700px;
	background-image: url("../img/img_bg_sp.jpg");
	background-repeat: no-repeat;
    background-position: left 0 bottom 0;
  }

  .detail02_item {
    flex-direction: column;
  }
  .detail02_item > * {
    width: 100%;
  }
  .detail02_item .item_l {
    margin-top: 40px;
    padding-right: 0;
  }
  .detail02_item .item_l figure {
    position: relative;
    margin: 0 15px 15px;
  }
  .detail02_item .item_l p {
    margin: 0 15px 35px;
	  color: #3b120e;
  }
  .detail02_item .item_l figcaption {
    bottom: -30px;
    padding-right: 0;
    font-size: 1.4rem;
  }
  .detail02_item .item_r figure {
    margin: 0 15px;
    max-width: calc(100% - 40px);
  }
  .detail02_item .item_r p {
    margin-bottom: 15px;
    font-size: 2.3rem;
  }
  .detail02_item .item_r p img {
    margin: 0 auto;
	width: 339px;
  }

  .top_line {
    margin: 0 15px;
  }

  .top_info {
    margin: 32px 0 22px;
  }
  .top_info::before {
    margin-right: 10px;
  }
  .top_info a {
    font-size: 1.45rem;
  }
}
/* top_concept
----------------*/
.top_concept {
  padding: 135px 0 0;
	position: relative;
}
.concept_item {
  height: 500px;
}
.sakura-top::before{
	content: url("../img/top/sakura_line.png");
	position: absolute;
	top: -300px;
    left: -100px;
	}
.concept_item [class*="text"] {
  opacity: 0;
}
.concept_item .text {
  position: absolute;
  top: 50px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-left: 10px;
  height: 340px;
  z-index: 10;
}
.concept_item.item_01 .text {
	top: -15px;
}
.concept_item .text .img_box_03 {
  position: absolute;
  bottom: 5px;
  right: 5px;
}

@media screen and (max-width: 767px) {
	.concept_item .text {
    background-image: url("../img/top/bg_img_leaf_y_sp.png");
	}
	.concept_item .text .img_box_02 img {
		width: 80%;
	}
	.concept_item .text .img_box_03 {
		bottom: -52px;
		right: -30px;
	}
	.concept_item .text .img_box_03 img {
		width: 80%;
	}
	.sakura-top::before{
	content: url("../img/top/sakura_line_sp.png");
	position: absolute;
	top: -70px;
    left: 280px;
	}
}
/*  テキスト量によって調整  */
.concept_item .text.long_a {
  height: 380px;	
}
.concept_item .text.long {
  height: 326px;	
}
.concept_item .text.short {
  height: 251px;	
}
.top_concept_detail02 .concept_item .text.short {
  height: 300px;
}
@media screen and (max-width: 767px) {
	.concept_item .text.long {
		height: 240px!important;	
		padding-left: 40px!important;
	}
	.concept_item .text .text_bold {
	  font-size: 1.3rem!important;
	}
	.concept_item .text.short {
		height: 180px!important;	
		padding: 30px!important;
	}
	.concept_item .text {
		height: auto!important;	
	}
	.top_concept_detail02 .concept_item .text.short {
		height: auto!important;
	}	
}

.concept_item .text h3 {
  /*margin: -25px 0 25px;*/
  margin: 0 0 10px;
  font-size: 4.2rem;
  letter-spacing: .3em;
  color: #BCA785;
	font-weight: 400;
	
}
/*
.concept_item .text h3::before {
  content: "";
	background-image: url(/assets/img/top/bg_img_leaf_y.png);
	width: 50px;
	height: 50px;
}
*/
.concept_item .text p {
  /*line-height: 2.1;*/
  line-height: 1.9;	
  font-size: 2.4rem;
  letter-spacing: .1em;
	/*text-shadow: 1px 1px 0px #1a4a46;*/
}
.text_size_s {
	opacity: 1!important;
  font-size: 1.6rem!important;
}
.top_concept_detail02 .concept_item .text p {
  line-height: 1.6;
}
.concept_item .text .font_l {
  margin-bottom: 15px;
  font-size: 2.4rem;
  line-height: 1.3;
  letter-spacing: 0.15em;
}
.concept_item .text .text_bold {
  font-size: 2.1rem;
  letter-spacing: 0.15em;
  font-weight: inherit;
}
.concept_item .concept_btn_box {
  position: absolute;
  bottom: -30px;
  width: auto;
  height: 70px;
}
.concept_item .concept_btn_box .btn_link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  border: 1px solid #BC985B;
  font-size: 1.8rem;
  letter-spacing: .05em;
  color: #876326;
  padding: 24px 40px;
}
.concept_item .concept_btn_box .btn_link .fas {
  margin-right: 10px;
  color: #BC985B;
}
.concept_item .concept_btn_box:hover{
  background-color: #BC985B;
  color: #ffffff;
}
.concept_item .concept_btn_box:hover a.btn_link{
  color: #ffffff;
}
.concept_item .concept_btn_box:hover .btn_link i{
  color: #ffffff;
}
.concept_item .concept_btn_box .btn_link:hover .stickarrow1 {    
	display: inline-block;
    width: 48px;
    height: 8px;
    margin-left: 10px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: skew(45deg);
	margin-bottom: 7px;
	transition: 0.3s ;
}
.stickarrow1 {
    display: inline-block;
    width: 32px;
    height: 5px;
    margin-left: 10px;
    border-bottom: 1px solid #BC985B;
    border-right: 1px solid #BC985B;
    transform: skew(45deg);
    margin-bottom: 4px;
    transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .top_concept_detail01 {
    padding: 130px 0 0;
  }
  .top_concept_detail01 .concept_item {
    margin-bottom: 180px;
    /*background-color: #edeef1;*/
  }
	.top_concept_detail01 .concept_item:nth-of-type(2){
		padding: 36px 0 103px;
		background-image:url(../img/img_bg.jpg);
		background-repeat: repeat-y; /* 背景画像を縦方向だけ繰り返して表示する。 */
		background-size: 75%;
		background-position:right 0;
		height: 640px;
		margin-bottom: 0;
	}
	.top_concept_detail02 .concept_item:nth-of-type(2){
		padding: 36px 0 103px;
		background-image:url(../img/img_bg.jpg);
		background-repeat: repeat-y; /* 背景画像を縦方向だけ繰り返して表示する。 */
		background-size: 75%;
		background-position:right 0;
		height: 640px;
	}
  .top_concept_detail01 .concept_item:nth-of-type(1) .text {
    padding-top: 10px;
    width: 470px;
  }
  .top_concept_detail01 .concept_item:nth-of-type(1) .slide_img {
    width: 1102px;
  }
  .top_concept_detail01 .concept_item:nth-of-type(2) .text {
    padding-top: 10px;
    width: 500px;
  }
  .top_concept_detail01 .concept_item:nth-of-type(2) .slide_img {
    width: 1018px;
  }

  .top_concept_detail02 {
    padding: 180px 0 140px;
  }
  .top_concept_detail02 .concept_item:not(:first-of-type) {
    margin-top: 180px;
  }
  .top_concept_detail02 .text {
    width: 470px;
  }
  .top_concept_detail02 .slide_img {
    width: 1200px;
  }

  .top_concept_detail01 .concept_item:nth-of-type(1) .text, .top_concept_detail02 .concept_item:nth-of-type(1) .text {
    right: 0;
  }
  .top_concept_detail01 .concept_item:nth-of-type(1) .text h3, .top_concept_detail02 .concept_item:nth-of-type(1) .text h3 {
    margin: 0 0 10px;
  }
  .top_concept_detail01 .concept_item:nth-of-type(1) .slide_img, .top_concept_detail02 .concept_item:nth-of-type(1) .slide_img {
    right: 515px;
  }
  .top_concept_detail01 .concept_item:nth-of-type(1) .concept_btn_box, .top_concept_detail02 .concept_item:nth-of-type(1) .concept_btn_box {
    bottom: -40px;
  }
  .top_concept_detail01 .concept_item:nth-of-type(2) .text, .top_concept_detail02 .concept_item:nth-of-type(2) .text {
    left: 0;
  }
  .top_concept_detail01 .concept_item:nth-of-type(2) .slide_img, .top_concept_detail02 .concept_item:nth-of-type(2) .slide_img {
    left: 515px;
  }
  .top_concept_detail01 .concept_item:nth-of-type(3) .text, .top_concept_detail02 .concept_item:nth-of-type(3) .text {
    right: 20px;
  }
  .top_concept_detail01 .concept_item:nth-of-type(3) .text .font_l, .top_concept_detail02 .concept_item:nth-of-type(3) .text .font_l {
    margin-bottom: 20px;
  }
  .top_concept_detail01 .concept_item:nth-of-type(3) .slide_img, .top_concept_detail02 .concept_item:nth-of-type(3) .slide_img {
    right: 515px;
  }
}
.top_concept_detail01 .concept_item:nth-of-type(2n+1).is-animated .slide_img,
.top_concept_detail02 .concept_item:nth-of-type(2n+1).is-animated .slide_img {
  animation: fadeInLeft 1s forwards;
}
.top_concept_detail01 .concept_item:nth-of-type(2n).is-animated .slide_img,
.top_concept_detail02 .concept_item:nth-of-type(2n).is-animated .slide_img {
  animation: fadeInRight 1s forwards;
}
.top_concept_detail01 .concept_item.is-animated .text,
.top_concept_detail02 .concept_item.is-animated .text {
  animation: fadeInBtm 1s .5s forwards;
}
.top_concept_detail01 .concept_item.is-animated .text::after,
.top_concept_detail02 .concept_item.is-animated .text::after {
  position: absolute;
    content: "";
    top: 120%;
    width: 510px;
    height: 1px;
    left: -200px;
    background-color: #84765F;
}
.top_concept_detail01 .concept_item:nth-of-type(2).is-animated .text::after,
.top_concept_detail02 .concept_item:nth-of-type(2).is-animated .text::after {
  position: absolute;
    content: "";
    top: 120%;
    width: 510px;
    height: 1px;
    left: 200px;
    background-color: #84765F;
}

@media screen and (max-width: 767px) {
  .top_concept {
    padding: 45px 0 0;
  }

  .concept_item {
    height: auto;
  }
  .concept_item .text {
    position: static;
    margin: -30px auto 0;
    width: calc(100% - 40px);
    max-width: 500px;
    padding: 10px;
    height: auto;
    min-height: 130px;
	background-color: rgba(255,255,255,0.80);
	outline: 1px solid #876326;
    outline-offset: -8.5px;
		
  }
  .concept_item .text h3 {
    margin: 0 0 5px;
    font-size: 2.1rem;
  }
  .concept_item .text h3::before {
    width: 22px;
    height: 1px;
  }
  .concept_item .text p {
    line-height: 1.8;
    font-size: 1.45rem;
    letter-spacing: .06em;
  }
  .concept_item .text .font_l {
    margin-bottom: 15px;
    font-size: 1.4rem;
    line-height: 1.6!important;
  }
  .concept_item .concept_btn_box {
	position: relative;
	display: block;
	margin-top: 18.5px;
	margin-left: auto;
	bottom: 0;
    width: 172px;
    height: auto;
  }
  .concept_item .concept_btn_box.long {
    width: 208px;
  }
  .concept_item .concept_btn_box .btn_link {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    font-size: 1.2rem;
    padding: 15px;
  }
  .concept_item .concept_btn_box .btn_link:hover .stickarrow1 {    
	display: inline-block;
    width: 32px;
    height: 5px;
    margin-left: 10px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: skew(45deg);
    margin-bottom: 4px;
    transition: 0.3s;
}
  .top_concept_detail01 {
    padding: 50px 0 0;
  }
  .top_concept_detail01 .concept_item {
    margin-bottom: 50px;
  }
  .top_concept_detail02 .concept_item {
    margin-bottom: 50px;
  }

  .top_concept_detail02 {
    padding: 0;
  }
  .top_concept_detail02 .text {
    margin: -50px auto 0;
	padding: 30px;
  }
  .top_concept_detail02 .text p {
    font-size: 1.3rem;
  }
  .top_concept_detail02 .concept_item:last-of-type .text {
    margin: -50px auto 0;
  }
  .top_concept_detail01 .concept_item:nth-of-type(2){
		padding: 33px 0;
		background-image:url("../img/img_bg_sp.jpg");
		background-repeat: repeat-y; /* 背景画像を縦方向だけ繰り返して表示する。 */
		background-size: 100vw;
		background-position:right 0;
		height: auto;
	}
		.top_concept_detail02 .concept_item:nth-of-type(2){
		padding: 33px 0;
		background-image:url(../img/img_bg_sp.jpg);
		background-repeat: repeat-y; /* 背景画像を縦方向だけ繰り返して表示する。 */
		background-size: 100vw;
		background-position:right 0;
		height: 0;
		height: auto;
	}
	.top_concept_detail01 .concept_item.is-animated .text::after,
    .top_concept_detail02 .concept_item.is-animated .text::after {
      display: none;
    }
}

[class*="bg_img_leaf_r"],
[class*="bg_img_leaf_l"] {
  opacity: 0;
}

/*------------------------
 contact_box
------------------------*/
.contact_box {
  padding-top: 115px;
  height: 500px;
  background: url(../img/bg_contact_box.jpg) center center no-repeat;
}
.contact_box .contents_sttl::after {
  margin: 25px auto 0;
}
.contact_box .btn_box {
  margin-top: 45px;
}

@media screen and (min-width: 2000px) {
  .contact_box {
    background-size: cover;
  }
}
@media screen and (max-width: 767px) {
  .contact_box {
    padding: 50px 0 80px;
    height: auto;
    background: url(../img/bg_contact_box_sp.jpg) center center/cover no-repeat;
  }
  .contact_box .contents_sttl::after {
    margin: 20px auto 0;
  }
  .contact_box .btn_box {
    margin-top: 30px;
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(30%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(30%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-30%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-30%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInBtm {
  0% {
    opacity: 0;
    transform: translate3d(0, 100px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInBtm {
  0% {
    opacity: 0;
    transform: translate3d(0, 100px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
[class*="js-bottom"] {
  opacity: 0;
}

.is-animated [class*="js-bottom"] {
  animation: fadeInBtm 1s forwards;
}
.is-animated .js-bottom02 {
  animation-delay: .4s;
}
.is-animated .js-bottom03 {
  animation-delay: .8s;
}
.is-animated .js-bottom04 {
  animation-delay: 1s;
}
@media screen and (min-width: 768px) {
  .is-animated .js-bottom_sp01 {
    animation-delay: .4s;
  }
}
@media screen and (max-width: 767px) {
  .is-animated .js-bottom_sp02 {
    animation-delay: .4s;
  }
}

@media screen and (min-width: 768px) {
  [class*="js-pc_bottom"] {
    opacity: 0;
  }

  .is-animated [class*="js-pc_bottom"] {
    animation: fadeInBtm 1s forwards;
  }
  .is-animated .js-pc_bottom02 {
    animation-delay: .2s;
  }
  .is-animated .js-pc_bottom03 {
    animation-delay: .4s;
  }
  .is-animated .js-pc_bottom04 {
    animation-delay: .6s;
  }
  .is-animated .js-pc_bottom05 {
    animation-delay: .8s;
  }
  .is-animated .js-pc_bottom06 {
    animation-delay: 1s;
  }
}
/*------------------------
 roomplan
------------------------*/
/* common
----------------*/
main:not(.top) .contents {
  border-top: 10px solid #D5E9EF;
}

.contents_header {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .contents_header {
    padding: 95px 20px;
    min-width: 1040px;
    max-width: 1240px;
  }
  .contents_header .contents_sttl {
    margin-top: 70px;
  }
}

/* roomplan
----------------*/
@media screen and (min-width: 768px) {
  .roomplan .main_visual {
    background-color: #f9f9f4;
  }
  .roomplan .main_visual::after {
    content: "";
    display: block;
    width: 100%;
    height: 145px;
    background-color: #f9f9f4;
  }
  .roomplan .main_visual .inner {
    height: 573px;
  }
  .roomplan .main_visual .slide_img {
    right: 310px;
    width: 1018px;
    height: 570px;
  }
  .roomplan .main_visual .img01 {
    position: absolute;
    bottom: -58px;
    right: 60px;
  }
  .roomplan .main_visual .img02 {
    position: absolute;
    top: -40px;
    right: 20px;
  }
}
/*
.roomplan .slide_img {
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    width: 100%;
    height: 100%;
    background-color: #15a79c;
    z-index: -1;
}
*/
.roomplan .slide_img::after {
  background-color: #dcccc4;
}
.roomplan .is-animated .slide_img {
  animation: fadeInRight 1s forwards;
}

.plan {
  /*margin-bottom: 105px;*/
  /*padding: 110px 0 120px;*/
	padding: 100px 0 60px;
  background-color: #f9f9f4;
    background-image: url(../img/img_bg.jpg);
}

@media screen and (min-width: 768px) {
  .plan_detail {
    display: flex;
    justify-content: space-between;
  }
  .plan_detail .plan_item01 {
    width: 540px;
	  margin: 0 auto;
  }
  .plan_detail .plan_item02 {
    width: 600px;
  }
  .plan_detail figure {
    text-align: center;
  }
  .plan_detail figure img {
    width: auto;
    height: auto;
  }
}
.plan .contents_catch {
  margin-bottom: 35px;
  padding: 40px;
  /*height: 350px;*/
  background-color: #f9f9f4;
  /*border: 5px solid #8ad3cd;*/
	margin-top: 100px;
    font-size: 1.8rem;
    letter-spacing: .15em;
    box-shadow: 3px 3px 0px #9f3c0b;
	position: relative;
}
.plan .contents_catch02 {
  margin-bottom: 65px;
    font-size: 1.8rem;
    letter-spacing: .15em;
	font-weight: bold;
	color: #4f342c;
}
#roomplan .img_box_01 {
    position: absolute;
        top: -30px;
		left: -30px;
}
@media screen and (max-width: 767px) {
	#roomplan .img_box_01 {
    top: -40px;
    left: -15px;
	}
}
.plan .contents_catch .contents_sttl {
  font-size: 3rem;
  line-height: 1.6;
  letter-spacing: .15em;
    color: #9f3c0b;
	text-align: left!important;
	padding-bottom: 10px;
}
.plan .contents_catch .contents_sttl::after {
    content: "";
    display: block;
    margin-top: 20px;
	margin-bottom: 15px;
    width: 80px;
    height: 2px;
    background-color: #dcccc4;
}
.plan_detail .item_inner h3 {
  padding: 0 0 10px 5px;
  font-size: 6rem;
  line-height: 1;
  color: #4f342c;
  border-bottom: 2px solid #aa9893;
}
.plan_detail .item_inner h3::before {
   content:"";
    background-image: url(../img/roomplan/icon_footprints.png);
  display: inline-block;
  width: 50px;
  height: 45px;
	background-repeat: no-repeat;
	margin-right: 15px;
}

@media screen and (max-width: 767px) {
	.plan .contents_catch {
		padding: 30px;
		padding-top: 50px;
		font-size: 1.6rem;
		margin-left: 10px;
		margin-right: 10px;
	}
	.plan .contents_catch .contents_sttl {
		font-size: 2.2rem;
	}
}


.plan_detail .item_inner.item01 .item_txt {
  margin-bottom: 30px;
}
.plan_detail .item_inner.item02 .item_txt {
  margin-bottom: 60px;
}
.plan_detail .item_inner.item03 {
  margin-top: 120px;
}
.plan_detail .item_inner.item03 .item_txt {
  margin-bottom: 20px;
}
.plan_detail .item_txt {
  padding: 15px 0 0 18px;
  font-size: 2.4rem;
  line-height: 1.4;
  letter-spacing: .05em;
}
.plan_detail .item_inner_info {
  margin-top: 20px;
  font-size: 2rem;
  line-height: 1.8;
  letter-spacing: .08em;
}

.plan_txt {
  margin-top: 50px;
  font-size: 2rem;
  letter-spacing: .08em;
  text-align: center;
}

@media screen and (max-width: 767px) {
  main:not(.top) {
    border-top-width: 5px;
  }

  .contents_header {
    padding: 45px 0 30px;
  }
  .contents_header .contents_sttl {
    margin-top: 35px;
  }

  .roomplan .main_visual {
    position: relative;
    padding-bottom: 50px;
    background-color: #fefcf5;
  }
  .roomplan .main_visual .slide_img {
    padding-bottom: 60px;
    background-color: #fefcf5;
  }
  .roomplan .main_visual .mv_btm {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: -85px auto 0;
    padding-right: 5px;
    width: 86%;
    max-width: 500px;
  }
  .roomplan .main_visual .img01 {
    margin-top: 40px;
    width: 58%;
  }
  .roomplan .main_visual .img02 {
    width: 33%;
  }

  .plan {
    /*margin-bottom: 20px;*/
    /*padding: 55px 0 50px;*/
    padding: 1px 0;
  }

  .plan_detail {
    padding: 0 10px;
	  padding-top: 60px;
  }
	/*
  .plan_detail .contents_catch {
    margin-bottom: 65px;
    padding-top: 45px;
    height: 210px;
  }*/
  .plan_detail .contents_catch .contents_sttl {
    font-size: 2rem;
    line-height: 1.5;
  }
  .plan_detail .item_inner h3 {
    font-size: 4rem;
  }
  .plan_detail .item_inner.item01 .item_txt {
    margin-bottom: 20px;
  }
  .plan_detail .item_inner.item02 {
    margin-top: 70px;
  }
  .plan_detail .item_inner.item02 .item_txt {
    margin-bottom: 35px;
  }
  .plan_detail .item_inner.item03 {
    margin-top: 60px;
  }
  .plan_detail .item_inner.item03 .item_txt {
    margin-bottom: 35px;
  }
  .plan_detail .item_txt {
    padding: 15px 0 0 10px;
    font-size: 2rem;
  }
  .plan_detail .item_inner_info {
    margin-top: 20px;
    font-size: 1.4rem;
    line-height: 1.7;
  }

  .plan_txt {
    margin-top: 40px;
    margin-left: 1em;
    padding: 0 10px;
    text-indent: -1em;
    font-size: 1.4rem;
    line-height: 1.3;
    text-align: left;
  }
}
.lb-loader, .lightbox {
  text-align: center;
  line-height: 0;
  position: absolute;
  left: 0;
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #000;
  filter: alpha(Opacity=80);
  opacity: .8;
  display: none;
}

.lightbox {
  width: 100%;
  z-index: 10000;
  font-weight: 400;
  outline: 0;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  border: 4px solid #fff;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  background-color: #fff;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  top: 43%;
  height: 25%;
  width: 100%;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../img/roomplan/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: 0;
  background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==);
}

.lb-next, .lb-prev {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../img/roomplan/prev.png) left 48% no-repeat;
  filter: alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity .6s;
  -moz-transition: opacity .6s;
  -o-transition: opacity .6s;
  transition: opacity .6s;
}

.lb-nav a.lb-prev:hover {
  filter: alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../img/roomplan/next.png) right 48% no-repeat;
  filter: alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity .6s;
  -moz-transition: opacity .6s;
  -o-transition: opacity .6s;
  transition: opacity .6s;
}

.lb-nav a.lb-next:hover {
  filter: alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-bottom: 5px;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 2rem;
  font-weight: 700;
  line-height: 30px;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: none;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../img/roomplan/close.png) top right no-repeat;
  text-align: right;
  outline: 0;
  filter: alpha(Opacity=70);
  opacity: .7;
  -webkit-transition: opacity .2s;
  -moz-transition: opacity .2s;
  -o-transition: opacity .2s;
  transition: opacity .2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: alpha(Opacity=100);
  opacity: 1;
}

/*------------------------
 equipment
------------------------*/
/* equipment_detail
----------------*/
.equipment_detail {
  position: relative;
  margin-top: -20px;
  padding-bottom: 100px;
    background-image: url(../img/img_bg_02.jpg);
	background-repeat: no-repeat;
    background-position: left 0 bottom 20%;
}
.equipment_detail::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 105px;
  background-color: #EBF0F3;
}
.equipment_detail .list_inner {
  padding: 0 20px;
}
.equipment_detail dt {
  margin: 30px 0 10px;
  font-size: 2.5rem;
  letter-spacing: .08em;
	color: #727272;
	font-weight: bold;
}
.equipment_detail dd {
  font-size: 1.8rem;
  line-height: 1.6;
  letter-spacing: .15em;
}
.equipment .contents_sttl span {  font-size: 16px;  }
@media screen and (max-width: 768px) {
  .equipment .contents_sttl span {  font-size: 12px;  }
}
@media screen and (min-width: 768px) {
  .equipment_detail .slider {
    margin: 0 -85px;
  }
}

/* outine
----------------*/
.outline {
	background-image: url(../img/top/bg_img_leaf_l.png);
	background-repeat: no-repeat;
	background-position: 0 72%;	
	background-size: 60%;
}
@media screen and (max-width: 768px) {
  .outline {
	background-position: 0 88%;	
	background-size: 100%;
	}
}
@media screen and (max-width: 320px) {
  .outline {  background-position: 0 88.5%;  }
}

@media screen and (min-width: 768px) {
  .outline {
    margin-top: 50px;
  }

  .outline_list {
    display: flex;
    flex-wrap: wrap;
    margin: -60px auto 145px;
    width: 970px;
    border-top: 1px solid #afb2bb;
    font-size: 1.6rem;
    letter-spacing: .12em;
  }
  .outline_list > dt {
    padding: 17px 20px 15px;
    width: 215px;
    border-bottom: 1px solid #afb2bb;
    font-weight: bold;
    color: #BF8181;
  }
  .outline_list > dd {
    padding: 17px 20px 15px 0;
    border-bottom: 1px solid #afb2bb;
    width: 755px;
  }
  .outline_list > dd dt {
    font-weight: normal;
    color: #BC985B;
  }
  .outline_list > dd dd + dt {
    margin-top: 25px;
  }
  .equipment .sakura-top::before{
	content: url(../img/top/sakura_line.png);
    position: absolute;
    top: -450px;
    left: 700px;
	}
}
@media screen and (max-width: 767px) {
  .equipment .contents_ttl .en {
    margin-bottom: 8px;
  }
  .equipment .sakura-top::before{
	content: url("../img/top/sakura_line_sp.png");
    position: absolute;
    top: -200px;
    left: 280px;
	}
  .equipment_detail {
    margin-top: 0;
    padding: 20px 0 55px;
	background-image: url("../img/img_bg_02_sp.jpg");
	background-repeat: no-repeat;
    background-position: left 0 bottom 20%;
  }
  .equipment_detail::before {
    height: 75px;
  }
  .equipment_detail .list_inner {
    padding: 0 14px;
  }
  .equipment_detail dt {
    margin: 10px 0;
    font-size: 1.7rem;
  }
  .equipment_detail dd {
    font-size: 1.3rem;
    line-height: 1.6;
  }

  .outline_list {
    margin: -35px auto 40px;
    padding: 25px 10px 0;
    font-size: 1.6rem;
  }
  .outline_list > dt {
    padding: 0 0 0 20px;
    width: 100%;
	background-color: rgba(228, 177, 177, 0.1);
    line-height: 50px;
    font-size: 1.6rem;
    font-weight: bold;
    color: #BF8181;
  }
  .outline_list > dd {
    padding: 13px 20px 12px;
    width: 100%;
    line-height: 1.7;
  }
  .outline_list > dd dt {
    font-weight: normal;
    color: #BC985B;
  }
  .outline_list > dd dd + dt {
    margin-top: 20px;
  }
}
/* Slider */
.slick-loading .slick-list {
  background: #fff url(../img/equipment/ajax-loader.gif) center center no-repeat;
}

.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
  width: 1200px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
  width: 100%;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* modify */
.slick-slider {
  display: none;
}
.slick-slider.slick-initialized {
  display: block;
}

.slick-arrow {
  display: inline-block;
  position: absolute;
  margin-top: -23px;
  width: 35px;
  height: 46px;
  background-color: #BC985B;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  z-index: 99;
  cursor: pointer;
  transition: opacity .3s;
}
.slick-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.slick-arrow:hover {
  opacity: .7;
}
.slick-arrow.slick-prev::before {
  left: 18px;
  transform: rotate(-135deg);
}
.slick-arrow.slick-next::before {
  right: 18px;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .slick-arrow.slick-prev {
    left: 10px;
    margin-left: 0 !important;
  }
  .slick-arrow.slick-prev::before {
    left: 13px;
  }
  .slick-arrow.slick-next {
    margin-left: 0 !important;
    right: 10px;
  }
  .slick-arrow.slick-next::before {
    right: 13px;
  }
}

.slick-dots {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 25px;
  left: 0;
  width: 100%;
}
.slick-dots button {
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  z-index: 100;
  cursor: pointer;
  transition: background-color .3s;
}
.slick-dots button:hover {
  background-color: #182139;
}
.slick-dots li {
  margin: 0 5px;
  height: 8px;
}
.slick-dots li.slick-active button {
  background-color: #182139;
}

@media screen and (min-width: 768px) {
  .slick-arrow {
    margin-top: -30px;
    left: 50%;
    width: 50px;
    height: 68px;
  }
  .slick-arrow::before {
    top: 50%;
    margin-top: -10px;
    width: 16px;
    height: 16px;
    border-width: 2px 2px 0 0;
  }

  .slick-dots {
    margin: 10px 0;
  }
  .slick-dots button {
    width: 10px;
    height: 10px;
  }
  .slick-dots li {
    margin: 0 10px;
    height: 10px;
  }
}
/*------------------------
 location
------------------------*/
/* location_summary
----------------*/
.location_image01 {
  position: relative;
  padding-bottom: 120px;
  background-color: #D5E9EF;
  z-index: 1;
  background-image: url("../img/img_bg_02.jpg");
  background-repeat: no-repeat;
  background-position: left 0 bottom 0;
}
.location_image01::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  z-index: -1;
}
.location_image01::before {
  top: 0;
  height: 220px;
  background-color: #EBF0F3;
}

.location_image01 .image_item figcaption.shopping {
    content: url("../img/location/shopping.png");
    position: absolute;
    top: -85px;
	width: auto;
    height: 120px;
	opacity: 54%;
}
.location_image01 .image_item figcaption.station {
    content: url("../img/location/station.png");
    position: absolute;
    top: -105px;
    width: auto;
    height: 120px;
    opacity: 60%;
}
.location_image01 .image_item figcaption.seaside {
    content: url("../img/location/seaside.png");
    position: absolute;
    top: -105px;
    width: auto;
    height: 120px;
	opacity: 60%;
}
.location_image01 .image_item figcaption.fs_11 {
  font-size: 9rem;
}

@media screen and (min-width: 768px) {
  .location .contents_header {
    padding: 95px 20px 150px;
  }

  .location_image01 .image_item {
    width: 900px;
  }
  .location_image01 .image_item p {
    font-size: 1.8rem;
    letter-spacing: .06em;
  }
  .location_image01 .image_item:nth-child(2n+1) {
    margin-left: -240px;
  }
  .location_image01 .image_item:nth-child(2n+1) figcaption {
    left: 240px;
  }
  .location_image01 .image_item:nth-child(2n+1) p {
    margin: 25px 0 0 240px;
  }
  .location_image01 .image_item:nth-child(2) {
    position: absolute;
    top: 370px;
    right: -220px;
    text-align: right;
    z-index: 20;
  }
  .location_image01 .image_item:nth-child(2) figcaption {
    right: 250px;
  }
  .location_image01 .image_item:nth-child(2) p {
    margin: 25px 240px 0 0;
  }
  .location_image01 .image_item:nth-child(3) {
    margin-top: 200px;
  }

  .location_image02 {
    padding: 20px 0 150px;
	background-image: url(../img/top/bg_img_leaf_l.png);
	background-repeat: no-repeat;
	background-position: 0 100%;
	  background-size: 45%;
  }
  .location_image02 .image_list {
    display: flex;
    flex-wrap: wrap;
  }
  .location_image02 .image_list li {
    margin-top: 100px;
  }
  .location_image02 .image_list li p {
    margin-top: 12px;
    font-size: 1.8rem;
    letter-spacing: .05em;
  }
  .location_image02 .image_list.list01 li {
    width: calc((100% - 60px) / 2);
  }
  .location_image02 .image_list.list01 li:nth-child(2) {
    margin-left: 60px;
  }
  .location_image02 .image_list.list02 {
    margin-left: -40px;
  }
  .location_image02 .image_list.list02 li {
    margin-left: 40px;
    width: calc((100% - 120px) / 3);
  }
}
@media screen and (max-width: 767px) {
  .location .contents_header {
    padding: 45px 0 85px;
  }
  .location .contents_header .contents_sttl {
    letter-spacing: normal;
  }

  .location_image01 {
    margin: 20px -10px 0;
    padding-bottom: 55px;
	background-image: url("../img/img_bg_02_sp.jpg");
	background-repeat: no-repeat;
    background-position: left 0 bottom 0;
  }
  .location_image01::before {
    height: 140px;
  }
  .location_image01::after {
    height: 360px;
  }

  .location_image01 .image_item figcaption {
    top: -35px;
    font-size: 7rem;
    letter-spacing: -.02em;
    text-shadow: 0 4px 0 white;
  }
  .location_image01 .image_item figcaption.shopping {
    top: -44px;
	width: auto;
    height: 61px;
  }
  .location_image01 .image_item figcaption.station {
    top: -52px;
    width: auto;
    height: 61px;
  }
  .location_image01 .image_item figcaption.seaside {
    top: -52px;
    width: auto;
    height: 61px;
  }

  .location_image01 .image_item p {
    font-size: 1.2rem;
  }
  .location_image01 .image_item:nth-child(1) {
    padding: 0 50px 20px 0;
  }
  .location_image01 .image_item:nth-child(1) figcaption {
    left: 20px;
  }
  .location_image01 .image_item:nth-child(1) p {
    margin: 18px 0 0 20px;
  }
  .location_image01 .image_item:nth-child(2) {
    margin-top: 50px;
    padding: 0 5px 0 50px;
    text-align: right;
  }
  .location_image01 .image_item:nth-child(2) figcaption {
    right: 30px;
  }
  .location_image01 .image_item:nth-child(2) p {
    padding: 12px 20px 0 0;
  }
  .location_image01 .image_item:nth-child(3) {
    position: relative;
    margin-top: 70px;
    padding-right: 70px;
    z-index: 1;
  }
  .location_image01 .image_item:nth-child(3) figcaption {
    left: 30px;
	  font-size: 5.7rem;
  }
  .location_image01 .image_item:nth-child(3) p {
    margin: 12px 0 0 20px;
  }
  .location_image02 {
    padding: 60px 0 50px;
  }
  .location_image02 .image_list li p {
    margin-top: 10px;
    font-size: 1.6rem;
  }
  .location_image02 .image_list.list01 {
    padding: 0 10px;
  }
  .location_image02 .image_list.list01 li {
    margin-bottom: 50px;
  }
  .location_image02 .image_list.list02 {
    margin: 50px -10px 0;
  }
  .location_image02 .image_list.list02 .list_inner {
    padding: 0 14px;
  }
}
/* lifeinfo
----------------*/
.lifeinfo {
  /*margin-bottom: 100px;*/
  padding-top: 130px;
  background-image: url("../img/img_bg_02.jpg");
  background-repeat: no-repeat;
  background-position: left 0 bottom 0;
}
.lifeinfo h4 {
  margin-bottom: 15px;
  font-size: 2.4rem;
  color: #BC985B;
  letter-spacing: .06em;
}
.lifeinfo h4::before {
  content: "";
  display: inline-block;
  margin: -6px 8px 0 0;
  width: .9em;
  height: .9em;
  background-color: #BC985B;
  vertical-align: middle;
}
.lifeinfo ul {
  margin-left: 20px;
}
.lifeinfo li {
  font-size: 2rem;
  letter-spacing: .05em;
  line-height: 1.8;
  text-indent: -0.5em;
  margin-left: 0.5em;
}
.lifeinfo li::before {
  content: "\30FB";
}
.lifeinfo ul + h4 {
  margin-top: 45px;
}

.lifeinfo_btm p {
  margin-left: 20px;
  font-size: 2rem;
  letter-spacing: .05em;
  line-height: 1.8;
}

@media screen and (min-width: 768px) {
  .lifeinfo_top_detail {
    display: flex;
  }
  .lifeinfo_top_detail .lifeinfo_item:nth-child(1) {
    width: 33.75%;
  }
  .lifeinfo_top_detail .lifeinfo_item:nth-child(2) {
    width: 37.9%;
  }
  .lifeinfo_top_detail .lifeinfo_item:nth-child(3) {
    width: 28.35%;
  }

  .lifeinfo_top .contents_sttl {
    margin-bottom: 70px;
  }

  .lifeinfo_btm {
    padding: 90px 0 110px;
  }
  .lifeinfo_btm .contents_sttl {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .lifeinfo {
    /*margin-bottom: 20px;*/
    padding-top: 45px;
	background-color: #D5E9EF;
	background-image: none;
  }
  .lifeinfo .contents_sttl {
    margin-bottom: 40px;
  }
  .lifeinfo h4 {
    margin-bottom: 10px;
    font-size: 2rem;
  }
  .lifeinfo h4::before {
    margin: -3px 5px 0 0;
  }
  .lifeinfo li {
    font-size: 1.6rem;
    line-height: 1.9;
  }
  .lifeinfo ul + h4 {
    margin-top: 40px;
  }

  .lifeinfo_top_detail,
  .lifeinfo_btm_detail {
    padding: 0 10px;
  }

  .lifeinfo_item + .lifeinfo_item {
    margin-top: 40px;
  }

  .lifeinfo_btm {
    padding: 70px 0 90px;
  }
  .lifeinfo_btm ul + h4 {
    margin-top: 30px;
  }
  .lifeinfo_btm p {
    font-size: 1.6rem;
    line-height: 1.9;
  }
}
/*//////////////////////////
お問い合わせ
//////////////////////////*/
.contact {
	background-image: url(../img/top/bg_img_leaf_l.png);
	background-repeat: no-repeat;
	background-position: 0 100%;	
	background-size: 60%;
	
	margin-bottom: 0!important;
	/*padding-bottom: 100px!important;*/
	}
.contact_detail {
	background-image: url(../img/top/bg_img_leaf_l.png);
	background-repeat: no-repeat;
	background-position: 0 100%;	
	background-size: 52%;
	}
@media screen and (max-width: 768px) {
  .contact,
  .contact_detail {
	background-position: 0 100%;	
	background-size: 100%;
	}
}
@media screen and (max-width: 320px) {
  .contact,
  .contact_detail {  background-position: 0 100%;  }
}



@media screen and (min-width: 768px) {
  .contact .contents_header {
    padding: 95px 20px 30px;
  }
}
.contact .contents_ttl .ja {
  letter-spacing: .08em;
}
.contact .btn_box {
  margin: 30px auto 0;
}

.contact_detail {
  margin-bottom: 100px;
  letter-spacing: .065em;
}
.contact_detail h2 {
  font-size: 2rem;
}

.required, .option {
  display: inline-block;
  margin: -3px 0 0 40px;
  width: 60px;
  line-height: 24px;
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
  vertical-align: middle;
}

.required {
  background-color: #DB8E8E;
}

.option {
  background-color: #626262;
}

.form_inner {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .form_inner {
    width: 970px;
  }
}

.contact_info {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.8;
}

.contact_telbox {
  margin: 60px auto 90px;
  padding: 45px 120px 35px;
  max-width: 1200px;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .contact_telbox ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .contact_telbox ul {
    flex-wrap: wrap;
  }
}
.contact_telbox li:nth-child(1) {
  font-size: 3.6rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .contact_telbox li:nth-child(1) {
    width: 100%;
  }
}
.contact_telbox li:nth-child(3) {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.8rem;
  letter-spacing: -.03em;
  line-height: 1;
}
.contact_telbox li .btn_tel {
  font-size: 3.6rem;
  letter-spacing: -.005em;
}

@media screen and (min-width: 768px) {
  .contact_step ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 25px 0;
  }
}
.contact_step li {
  position: relative;
  padding-left: 40px;
  width: 300px;
  background-color: #f9f9f4;
  border: 1px solid #dcccc4;
  line-height: 60px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #9F7A3B;
  text-align: center;
}
.contact_step li span {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #dcccc4;
  font-size: 2rem;
  color: #9F7A3B;
}
.contact_step li.active {
  background-color: #BC985B;
  color: #fff;
}
.contact_step p {
  font-size: 2rem;
}

.contact_privacy {
  margin-top: 30px;
  padding: 20px 30px;
  background-color: #ffffff;
  font-size: 1.6rem;
  line-height: 2.25;
}
.contact_privacy strong {
  font-size: 1.8rem;
}
.contact_privacy a {
  color: #002e73;
  text-decoration: underline;
}
.contact_privacy a:hover {
  opacity: 0.6;
}
@media screen and (min-width: 768px) {
  .contact_privacy .privacy_check {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
  }
}
.contact_privacy .required {
  margin: 0 20px 0 0;
}
.contact_privacy .chk_wrap {
  letter-spacing: .14em;
}

@media screen and (max-width: 767px) {
  .contact .contents_header {
    padding: 45px 0 15px;
  }
  .contact .btn_box {
    margin: 30px auto 0;
  }

  .contact_detail {
    margin-bottom: 65px;
  }
  .contact_detail h2 {
    font-size: 1.6rem;
  }

  .form_inner {
    padding: 0 25px;
  }

  .contact_info {
    font-size: 1.6rem;
    letter-spacing: .1em;
    text-align: justify;
  }

  .contact_telbox {
    margin: 50px auto 40px;
    padding: 30px 25px 35px;
  }
  .contact_telbox li:nth-child(1) {
    margin-top: 6px;
    font-size: 2.6rem;
    letter-spacing: .16em;
  }

  .contact_step ul {
    margin: 0 auto 30px;
    width: 300px;
  }
  .contact_step li {
    margin-top: 20px;
  }
  .contact_step p {
    font-size: 1.6rem;
    line-height: 1.8;
    letter-spacing: .15em;
  }

  .contact_privacy {
    margin: 30px -25px 0;
    padding: 25px;
    line-height: 2.25;
    text-align: center;
  }
  .contact_privacy p {
    text-align: left;
  }
  .contact_privacy .privacy_check {
    display: inline-block;
    margin-top: 30px;
  }
  .contact_privacy .required {
    display: block;
    margin: 0 0 10px;
  }
}
.tbl_contact {
  margin: 0 auto;
  width: 760px;
}
.tbl_contact dt {
  padding: 45px 15px 10px;
  font-size: 2rem;
  line-height: 1;
}
.tbl_contact dd {
  position: relative;
  min-height: 50px;
  font-size: 1.6rem;
}
.tbl_contact dd + dt {
  padding: 50px 10px 10px;
}
.tbl_contact.tbl_confirm dd {
  padding-left: 10px;
  font-size: 1.8rem;
}

ul[class^="radio_list"] {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .radio_list01 li {
    padding: 15px 0;
    width: calc(100% / 5);
  }
  .radio_list01 li.size_m {
    width: calc((100% / 5) * 2);
  }
  .radio_list01 li.size_l {
    display: flex;
    align-items: center;
    padding: 0 0 10px;
    width: 100%;
  }
  .radio_list01 li.size_l .radio_wrap {
    width: calc(100% / 5);
  }
  .radio_list01 li .other_work {
    width: calc((100% / 5) * 4);
  }

  .radio_list02 li {
    padding: 15px 0 0;
    width: calc(100% / 4);
  }
}
/* buttom */
.btn_send, .btn_submit,
.btn_back {
  width: 300px;
  height: 60px;
  font-size: 2rem;
  color: #fff;
  text-align: center;
  cursor: pointer;
  transition: .3s;
}
@media screen and (max-width: 320px) {
	.btn_send, .btn_submit, .btn_back {  width: 260px;  }
}
.btn_send:hover, .btn_submit:hover,
.btn_back:hover {
  opacity: .7;
}

.btn_send, .btn_submit {
	background-color: #D5A8A8;
}

.btn_send {
  margin-left: 40px;
  width: 160px;
}
@media screen and (max-width: 767px) {
	.btn_send{
		margin-left: 0;
		margin-top: 30px;
	}
}
.btn_back {
  width: 160px;
  background: linear-gradient(-45deg, rgba(34, 34, 34, 0.6) 0%, rgba(36, 41, 54, 0.6) 24%, rgba(37, 48, 73, 0.6) 50%);
}

@media screen and (max-width: 767px) {
  .tbl_contact {
    margin: 0 -10px;
    width: auto;
  }
  .tbl_contact dt {
    padding: 30px 10px 10px;
  }
  .tbl_contact dd {
    padding: 0 5px;
  }
  .tbl_contact.tbl_confirm dd {
    padding: 0 5px;
  }

  ul[class^="radio_list"] li {
    padding: 15px 0;
  }
  ul[class^="radio_list"] li:nth-child(2n+1) {
    width: 48%;
  }
  ul[class^="radio_list"] li:nth-child(2n) {
    width: 52%;
  }
  ul[class^="radio_list"] li.size_l {
    width: 100%;
  }
  ul[class^="radio_list"] li .other_work {
    margin: 10px 0 0 40px;
    width: calc(100% - 40px);
  }
}
/* parts */
input, button, textarea {
  -webkit-appearance: none;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 1.8rem;
}

::-webkit-input-placeholder {
  color: #999;
}

::-moz-placeholder {
  color: #999;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #999;
}

input[type="email"], input[type="text"], input[type="tel"], textarea {
  width: 100%;
  height: 50px;
  padding: 10px 15px;
  border: 1px solid #DCCCC4;
  background-color: #ffffff;
  border-radius: 5px;
  transition: .4s;
}

textarea {
  height: 160px;
  resize: vertical;
}

input:not([class^="btn_"]):not([type="radio"]):not(:disabled):hover, input:not([class^="btn_"]):not([type="radio"]):focus, textarea:focus {
  background-color: #FBF5F5;
  border: 1px solid #D4BBAE;
  outline: none;
}

.ime_off {
  ime-mode: disabled;
}

.chk_wrap {
  position: relative;
  display: inline-block;
  line-height: 30px;
  vertical-align: middle;
}
.chk_wrap input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.chk_wrap input[type="checkbox"] + span {
  display: inline-block;
  white-space: nowrap;
  padding-left: 40px;
}
.chk_wrap input[type="checkbox"] + span::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #ccc;
  cursor: pointer;
}
.chk_wrap input[type="checkbox"]:checked + span::before {
  background-color: #BC985B;
  border-color: #BC985B;
}
.chk_wrap input[type="checkbox"]:checked + span::after {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 0;
  left: 8px;
  color: #fff;
}

.radio_wrap {
  display: inline-block;
  line-height: 30px;
  vertical-align: middle;
}
.radio_wrap input[type="radio"] {
  opacity: 0;
}
.radio_wrap input[type="radio"] + span {
  position: relative;
  display: inline-block;
  padding-left: 40px;
  white-space: nowrap;
}
.radio_wrap input[type="radio"] + span::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  line-height: 0;
  border-radius: 50%;
  border: 1px solid #C2C2C2;
  background-color: #ffffff;
}
.radio_wrap input[type="radio"]:checked + span::before {
  background-color: #BC985B;
  border-color: #BC985B;
}
.radio_wrap input[type="radio"]:checked + span::after {
  content: "";
  display: inline-block;
  cursor: pointer;
  position: absolute;
  left: 10px;
  top: 10px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #edeef1;
}

/* validation */
em.error {
  display: inline-block;
  position: absolute;
  top: -40px;
  right: 20px;
  padding: 10px;
  background-color: rgba(255, 0, 0, 0.7);
  line-height: 1.2;
  font-size: 12px;
  font-style: normal;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Yu Gothic", YuGothic, sans-serif;
  color: #fff;
  text-align: left;
  white-space: nowrap;
  z-index: 100;
  cursor: default;
}
em.error::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 5px 0 5px;
  border-color: rgba(255, 0, 0, 0.7) transparent transparent transparent;
}

@media screen and (max-width: 767px) {
  em.error {
    right: 0;
  }
}
/* 送信完了 */
.thanks {
  padding-bottom: 80px;
  text-align: center;
}
.thanks .btn_box {
  margin-bottom: 50px;
}

.thanks p {
  font-size: 1.8rem;
  line-height: 1.6;
}

.thanks p.ttl_sub {
  font-size: 3rem;
  line-height: 1.2;
  margin-bottom: 2.4rem;
}

.btn_thanks {
  display: inline-block;
  line-height: 60px;
}

a[href="http://www.php-factory.net/"] {
  display: none !important;
}

/*------------------------
 access
------------------------*/
@media screen and (min-width: 768px) {
  .access .contents_header {
    padding: 95px 20px 150px;
  }
  .sakura-content::before{
	content: url("../img/top/sakura_line.png");
	position: absolute;
	top: -300px;
    right: 15px;
	}
}
.access .main_visual {
  position: relative;
  padding-bottom: 105px;
  z-index: 1;
}
.access .main_visual::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 434px;
  background-color: #fefcf5;
  background-image: url(../img/img_bg.jpg);
}
.access .main_visual figure {
  margin: 0 auto;
  width: 1018px;
}
.access .main_visual figcaption {
  content: url("../img/access/Urban_cityape.png");
  position: absolute;
  top: -84px;
  left: -10px;
}

.access_detail {
  padding: 93px 0 150px;
}
.access_detail figure {
  margin: 75px auto 90px;
  width: 843px;
}
.access_detail .font_l {
  padding-right: 5px;
  font-size: 4rem;
  letter-spacing: .13em;
  color: #BC985B;
}
.access_detail .num {
  padding: 0 5px;
  font-size: 6rem;
  color: #D5A8A8;
}

.access_top_ttl01 {
  margin: 0 auto;
  padding-bottom: 10px;
  width: 600px;
  border-bottom: 1px solid #BC985B;
  text-align: center;
}
.access_top_ttl01 > span {
  display: inline-block;
  padding-left: 45px;
  background: url(../img/access/ic_access.png) left center/auto 39px no-repeat;
  font-size: 3rem;
  color: #BC985B;
  line-height: 39px;
  letter-spacing: .16em;
}

.access_top_ttl02 {
  position: relative;
  font-size: 2.5rem;
  letter-spacing: .14em;
}
.access_top_ttl02 .font_l {
  padding: 0 20px;
  letter-spacing: 0.05em;
}
.access_top_ttl02::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 535px;
  height: 1px;
  background-color: #BC985B;
}

.access_list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .access_list {
    justify-content: space-between;
    margin-top: -20px;
    padding: 0 130px;
  }
}
.access_list li {
  margin-top: 50px;
  width: 50%;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .access_list li {
    white-space: nowrap;
  }
  .access_list li:nth-child(2n+1) {
    padding: 0 0 5px 10px;
  }
  .access_list li:nth-child(2n) {
    padding: 0 0 5px 80px;
  }
}

.access_sttl {
  margin-bottom: 5px;
  font-size: 2.5rem;
  line-height: 1;
  letter-spacing: .14em;
}

.access_info {
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: .18em;
}

.access_map {
  /*margin-bottom: 100px;*/
  padding: 150px 0 60px;
  background-image: url("../img/img_bg_02.jpg");
  background-repeat: no-repeat;
  background-position: left 0 bottom 0;
}
/*
.access_map .contents_ttl .en {
  background-color: #edeef1;
}
*/

.map_box {
  margin: 60px auto 50px;
  width: 1000px;
  height: 750px;
  /*border: 1px solid #8ad3cd;*/
}
.map_box + p {
  font-size: 2.5rem;
  text-align: center;
	padding-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .access .contents_sttl {
    letter-spacing: .03em;
  }
  .access .main_visual {
    position: relative;
    padding: 60px 20px 70px 10px;
    z-index: 1;
  }
  .access .main_visual::before {
	background-image: url("../img/img_bg_sp.jpg");
	background-repeat: no-repeat;
    height: 154px;
  }
  .access .main_visual figure {
    width: 100%;
  }
  .access .main_visual figcaption {
	content: url("../img/access/Urban_cityape.png");
    top: -44px;
    left: 0;
    width: 280px;
  }

  .access_detail {
    margin: 0 -10px;
    padding: 50px 0 60px;
  }
  .access_detail figure {
    margin: 45px auto 75px;
    width: 76.8%;
  }
  .access_detail .font_l {
    padding-right: 5px;
    font-size: 2.5rem;
  }
  .access_detail .num {
    padding: 0 5px;
    font-size: 4rem;
  }

  .access_top_ttl01 {
    width: 80%;
  }
  .access_top_ttl01 > span {
    padding-left: 55px;
    background-size: auto 48px;
    font-size: 2rem;
    line-height: 1.5;
    letter-spacing: .15em;
    text-align: left;
  }

  .access_top_ttl02 {
    position: relative;
    margin: 0 15px;
    padding-bottom: 20px;
    font-size: 1.4rem;
    letter-spacing: .08em;
    text-align: center;
    white-space: nowrap;
  }
  .access_top_ttl02 .font_l {
    padding: 0 10px;
  }
  .access_top_ttl02::after {
    top: auto;
    bottom: 0;
    right: 0;
    width: 100%;
  }

  .access_list {
    flex-direction: column;
    margin-top: 15px;
    padding: 0 15px;
  }
  .access_list li {
    margin-top: 0;
    padding: 0 20px;
    width: 100%;
    font-weight: bold;
	  padding-top: 15px;
  }
  .access_list li:nth-child(2n+1) {
    order: -1;
  }
  .access_list li + li {
    margin-top: 10px;
  }
  .access_list li:nth-child(2) {
    margin-top: 20px;
  }

  .access_sttl {
    margin-bottom: 0;
    font-size: 1.6rem;
  }

  .access_info {
    font-size: 1.6rem;
  }

  .access_map {
    /*margin-bottom: 45px;*/
    padding: 45px 0 60px;
    background-image: url("../img/img_bg_02_sp.jpg");
	background-repeat: no-repeat;
    background-position: left 0 bottom 0;
	  
  }
  .access_map .contents_ttl .en {
    /*background-color: #edeef1;*/
  }

  .map_box {
    position: relative;
    margin: 40px 15px 15px;
    width: calc(100% - 30px);
    height: 500px;
    overflow: hidden;
  }
  .map_box iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .map_box + p {
    font-size: 1.6rem;
  }
  .sakura-content::before {
    content: url(../img/top/sakura_line_sp.png);
    position: absolute;
    top: -80px;
    right: 15px;
}
}






.mb_110 {
	margin-bottom: 110px!important;
}
.ls_25 {
    letter-spacing: 0.25em!important;
}
@media screen and (max-width: 767px) {
	.mb_110 {
		margin-bottom: 30px!important;
	}
	.ls_sp_shot {
		letter-spacing: -0.05em!important;
	}
	.ls_sp_0 {
		letter-spacing: 0!important;
	}
}








@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .concept_item {
    overflow: hidden;
  }
  *::-ms-backdrop, .slide_img img {
    height: auto;
  }
}
.pt10 {  padding-top: 10px!important;  }
.pt20 {  padding-top: 20px!important;  }
.pt60 {  padding-top: 60px!important;  }
.pb30 {  padding-bottom: 30px!important;  }
.mt270 {  margin-top: 270px!important;  }
@media screen and (max-width: 767px) {
	.pt10_sp {  padding-top: 10px!important;  }
    .pt5_sp {  padding-top: 5px!important;  }
	.pb30 {  padding-bottom: 0!important;  }
	.mt270 {  margin-top: 30px!important;  }
	.pt60 {  padding-top: 40px!important;  }
}









