@charset "utf-8";
    .slideshow {
      position: relative;
      width: 100%;
      height: calc(100vh - 96px);
      overflow: hidden;
	z-index: 5;
	position: relative;
    }

    .slide {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: center;
      opacity: 0;
      transition: opacity 2s ease-in-out, transform 10s ease;
      transform: scale(1);
    }

    .active {
      opacity: 1;
      transform: scale(1.1);
    }


.txtbox01{
	width: 600px;
	padding: 10px 0;
	font-size: 14px;
	margin: 0 auto;
}

.bgbox{
	width: 100%;
	padding: 20px 0;
	background-color: #9f886e;
}

.topbox01{
	width: 1200px;
	margin: 0 auto 50px;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-justify-content: space-around;
	justify-content: space-around;
}

.topbox_area{
	width: 300px;
}

.midashi01{
	width: 100%;
	font-size: 30px;
	margin: 0 0 20px;
	font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	color: #fff;
	text-align: center;
	line-height: 1.5;
}
.txtbox02{
	width: 100%;
	padding: 10px 0;
	font-size: 14px;
	margin: 0 auto;
	color: #fff;
	margin: 0 0 20px;
}

.txtbox_icon{
	width: 75px;
	height: 75px;
	margin: 0 auto;
}
.txtbox_icon img{
	width: 75px;
	height: 75px;
}


/**story**/
.story_line{
	width: 100%;
	height: 560px;
	background-color: #efebe7;
}

.story_line02{
	width: 100%;
	height: 560px;
	margin: 0 0 150px;
	background-color: #efebe7;
}

.story_area{
	width: 100%;
	display: inline-block;
	object-fit: cover;
}

.story_img01{
	width: 50%;
	height: 560px;
	float: right;
	object-fit: cover;
}
.story_img01 img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.story_txt01{
	width: 50%;
	padding: 150px 0 0;
	float: left;
	position: relative;
}

.story_img02{
	width: 50%;
	height: 560px;
	float: left;
	object-fit: cover;
}
.story_img02 img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.story_txt02{
	width: 50%;
	padding: 150px 0 0;
	float: right;
	position: relative;
}

.story_midashi{
	width: 100%;
	font-size: 20px;
	font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	color: #9f886e;
	text-align: center;
	line-height: 1.5;
	margin: 0 0 20px;
}

.story_txtbox{
	width: 400px;
	padding: 10px 0;
	font-size: 14px;
	margin: 0 auto;
	color: #000;
	margin: 0 0 20px;
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
}


.g_midashi{
	width: 100%;
	font-size: 30px;
	font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	color: #9f886e;
	text-align: center;
	line-height: 1.5;
	margin: 150px 0 20px;
}

    .carousel-container {
      position: relative;
      width: 100%;
      height: 330px;
      margin-bottom: 150px;
      overflow: hidden;
      white-space: nowrap;
    }

    .carousel-track {
      display: flex;
      position: absolute;
      top: 0;
      left: 0;
      height: 330px;
      animation: scrollLeft 100s linear infinite;
    }

    .carousel-item {
      width: 480px;
      height: 330px;
      flex-shrink: 0;
      background-size: cover;
      background-position: center;
    }

    @keyframes scrollLeft {
      0% {
        transform: translateX(0);
      }
      100% {
        transform: translateX(-50%);
      }
    }

/*insta*/
.insta_icon{
	width: 40px;
	height: 40px;
	margin: 0 auto 50px;
}
.insta_icon img{
	width: 40px;
	height: 40px;
}

.pc_insta{
	width: 100%;
	height: auto;
	margin: 0 auto 200px;
	position: relative;
}
.pc_insta_film{
	width: 100%;
	min-height: 100%;
	position: absolute;
	z-index: 5;
}

.sp_insta{
	display: none;
}

/*line*/
.line_txt{
	width: 100%;
	margin: 150px 0 20px;
	line-height: 2;
	text-align: center;
}

.qr{
	width: 120px;
	height: 120px;
	margin: 0 auto 200px;
}
.qr img{
	width: 120px;
	height: 120px;
}


/*contact*/
.rec_area{
	width: 600px;
	margin: 0 auto 150px;
}

.rec_form{
	width: 100%;
	margin: 0 auto 50px;
}

.rec_formtxt01{
	width: 100%;
	font-size: 18px;
	font-weight: 500;
	margin: 0 0 5px;
}

.rec_formtxt02{
	width: 100%;
	font-size: 18px;
	font-weight: 500;
	margin: 30px 0 5px;
}

.rec_form01{
	width: 100%;
	padding: 8px 0 8px 8px;
	margin: 0 0 20px;
	background-color: #f7f7f7;
	border: solid 1px #717071;
}
.rec_form02{
	width: 100%;
	height: 150px;
	padding: 8px 0 8px 8px;
	margin: 0 0 40px;
	background-color: #f7f7f7;
}

input[type="radio"],input[type="checkbox"]{
  position: relative;
  bottom: 3px;
}

.send_btnbox{
	width: 300px;
	margin: 20px auto;
}

.btn_send{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 50px;
	position: relative;
	box-sizing: border-box;
	text-decoration: none;
	transition-duration: 0.3s;
	font-size: 20px;
	font-weight: 700;
	border: 2px solid #6bbb94;
	background: #6bbb94;
	color: #fff;
	cursor: pointer;
	border-radius: 45px;
}

.btn_send:hover{
	background: #fff;
	color: #6bbb94 !important;
}

.btn_send:hover:before{
	border-top: 2px solid #6bbb94;
	border-right: 2px solid #6bbb94;
}

.pratxt{
	width: 100%;
	text-align: center;
	margin-bottom: 130px;
}
.pratxt a{
	text-decoration: underline !important;
	font-weight: normal !important;
	color: #555 !important;
}


@media screen and (max-width: 768px) {
/*　画面サイズが768pxからはここを読み込む　*/
    .slideshow {
      position: relative;
      width: 100%;
      height: calc(60vh - 96px);
      overflow: hidden;
	z-index: 5;
	position: relative;
    }

    .slide {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: center;
      opacity: 0;
      transition: opacity 2s ease-in-out, transform 10s ease;
      transform: scale(1);
    }

    .active {
      opacity: 1;
      transform: scale(1.1);
    }


.txtbox01{
	width: 90%;
	padding: 10px 0;
	font-size: 14px;
	margin: 0 auto;
}

.bgbox{
	width: 100%;
	padding: 20px 0;
	background-color: #9f886e;
}

.topbox01{
	width: 90%;
	margin: 0 auto 20px;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-justify-content: space-around;
	justify-content: space-around;
}

.topbox_area{
	width: 300px;
	margin: 0 0 80px;
}

.midashi01{
	width: 100%;
	font-size: 30px;
	margin: 0 0 20px;
	font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	color: #fff;
	text-align: center;
	line-height: 1.5;
}
.txtbox02{
	width: 100%;
	padding: 10px 0;
	font-size: 14px;
	margin: 0 auto;
	color: #fff;
	margin: 0 0 20px;
}

.txtbox_icon{
	width: 75px;
	height: 75px;
	margin: 0 auto;
}
.txtbox_icon img{
	width: 75px;
	height: 75px;
}


/**story**/
.story_line{
	width: 100%;
	height: 560px;
	background-color: #fff;
	margin: 0 0 50px;
}

.story_line02{
	width: 100%;
	height: 560px;
	margin: 0 0 50px;
	background-color: #fff;
}

.story_area{
	width: 100%;
	display: inline-block;
	object-fit: cover;
}

.story_img01{
	width: 100%;
	height: auto;
	margin: 0 0 30px;
	float: none;
	object-fit: cover;
}
.story_img01 img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.story_txt01{
	width: 100%;
	padding: 20px 0 0;
	float: none;
	position: relative;
}

.story_img02{
	width: 100%;
	height: auto;
	margin: 0 0 30px;
	float: none;
	object-fit: cover;
}
.story_img02 img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.story_txt02{
	width: 100%;
	padding: 20px 0 0;
	float: none;
	position: relative;
}

.story_midashi{
	width: 100%;
	font-size: 20px;
	font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	color: #9f886e;
	text-align: center;
	line-height: 1.5;
	margin: 0 0 20px;
}

.story_txtbox{
	width: 90%;
	padding: 10px 0;
	font-size: 14px;
	margin: 0 auto;
	color: #000;
	margin: 0 0 20px;
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
}


.g_midashi{
	width: 100%;
	font-size: 30px;
	font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	color: #9f886e;
	text-align: center;
	line-height: 1.5;
	margin: 50px 0 20px;
}

    .carousel-container {
      position: relative;
      width: 100%;
      height: 165px;
      margin-bottom: 50px;
      overflow: hidden;
      white-space: nowrap;
    }

    .carousel-track {
      display: flex;
      position: absolute;
      top: 0;
      left: 0;
      height: 330px;
      animation: scrollLeft 100s linear infinite;
    }

    .carousel-item {
      width: 240px;
      height: 165px;
      flex-shrink: 0;
      background-size: cover;
      background-position: center;
    }

    @keyframes scrollLeft {
      0% {
        transform: translateX(0);
      }
      100% {
        transform: translateX(-50%);
      }
    }

/*insta*/
.insta_icon{
	width: 40px;
	height: 40px;
	margin: 0 auto 50px;
}
.insta_icon img{
	width: 40px;
	height: 40px;
}

.pc_insta{
	display: none;
}
.pc_insta_film{
	display: none;
}

.sp_insta{
	width: 100%;
	height: auto;
	margin: 0 auto 200px;
	position: relative;
	display: block;
}
.sp_insta_film{
	width: 100%;
	min-height: 100%;
	position: absolute;
	z-index: 5;
}

/*line*/
.line_txt{
	width: 100%;
	margin: 50px 0 20px;
	line-height: 2;
	text-align: center;
}

.qr{
	width: 120px;
	height: 120px;
	margin: 0 auto 100px;
}
.qr img{
	width: 120px;
	height: 120px;
}


/*contact*/
.rec_area{
	width: 90%;
	margin: 0 auto 50px;
}

.rec_form{
	width: 100%;
	margin: 0 auto 20px;
}

.rec_formtxt01{
	width: 100%;
	font-size: 18px;
	font-weight: 500;
	margin: 0 0 5px;
}

.rec_formtxt02{
	width: 100%;
	font-size: 18px;
	font-weight: 500;
	margin: 30px 0 5px;
}

.rec_form01{
	width: calc( 100% - 8px );
	padding: 8px 0 8px 8px;
	margin: 0 0 20px;
	background-color: #f7f7f7;
	border: solid 1px #717071;
}
.rec_form02{
	width: calc( 100% - 8px );
	height: 150px;
	padding: 8px 0 8px 8px;
	margin: 0 0 40px;
	background-color: #f7f7f7;
}

input[type="radio"],input[type="checkbox"]{
  position: relative;
  bottom: 3px;
}

.send_btnbox{
	width: 300px;
	margin: 20px auto;
}

.btn_send{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 50px;
	position: relative;
	box-sizing: border-box;
	text-decoration: none;
	transition-duration: 0.3s;
	font-size: 20px;
	font-weight: 700;
	border: 2px solid #6bbb94;
	background: #6bbb94;
	color: #fff;
	cursor: pointer;
	border-radius: 45px;
}

.btn_send:hover{
	background: #fff;
	color: #6bbb94 !important;
}

.btn_send:hover:before{
	border-top: 2px solid #6bbb94;
	border-right: 2px solid #6bbb94;
}

.pratxt{
	width: 100%;
	text-align: center;
	margin-bottom: 130px;
}
.pratxt a{
	text-decoration: underline !important;
	font-weight: normal !important;
	color: #555 !important;
}



}


@media screen and (min-width: 769px) {
/* 768pxまでの幅の場合に適応される */


}

