@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
 
body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    margin: 0;
    font-size: 13px;
    letter-spacing: 0.3em;
    background-color: #FFF;
    color: #000;
}


a{
  transition:.2s;
}
a:hover{
  opacity:1;
}
a.rivers:hover{
  background:#000 !important;
  color:#fff !important;
}
a:link{
    text-decoration: none;
    color: rgba(44,44,44,1.00);
}

a:hover{

}
ul{
  list-style-type: none;
  padding:0;
}
p{
  margin:0;
}
.clear_after::after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

/*--LODING----------------------------------------------------------------*/

@charset "UTF-8";

#loading {
    /* 画面いっぱいになる箇所 */
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    background-color: #EFEFEF;
    transition: all 1s;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    /* 中のローディングアニメ */;
    background-image: url(../img/lowding_logo.svg);
    background-repeat: repeat;
    background-size: 280px auto;
}

#loading.loaded {
	opacity: 0;
	visibility: hidden;
}

#loading .loader,
  #loading .loader:before,
  #loading .loader:after {
	background: #ffffff;
	animation: loading 1s infinite ease-in-out;
	width: 1em;
	height: 4em;
}

#loading .loader {
	color: #ffffff;
	text-indent: -9999em;
	margin: 88px auto;
	position: relative;
	font-size: 11px;
	transform: translateZ(0);
	animation-delay: -0.16s;
}

#loading .loader::before, #loading .loader::after {
	position: absolute;
	top: 0;
	content: '';
}

#loading .loader::before {
	left: -1.5em;
	animation-delay: -0.32s;
}

#loading .loader::after {
	left: 1.5em;
}

@-webkit-keyframes loading {
	0%,
  80%,
  100% {
		box-shadow: 0 0;
		height: 4em;
	}

	40% {
		box-shadow: 0 -2em;
		height: 5em;
	}
}

@keyframes loading {
	0%,
  80%,
  100% {
		box-shadow: 0 0;
		height: 4em;
	}

	40% {
		box-shadow: 0 -2em;
		height: 5em;
	}
}

/*--ハンバーガー----------------------------------------------------------------*/

.menu-btn {
    position: fixed;
    top: 30px;
    right: 10px;
    display: flex;
    height: 60px;
    width: 50px;
    justify-content: center;
    align-items: center;
    z-index: 90;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 1px;
    width: 40px;
    border-radius: 3px;
    background-color: #ffffff;
    position: absolute;
}
.menu-btn span:before {
    bottom: 12px;
}
.menu-btn span:after {
    top: 12px;
}

#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}



li {
	padding: 21px;
}

.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 80;
    background-color: rgba(0,0,0,0.72);
}
.menu-content ul {
    padding: 70px 10px 0;
	margin-left: auto;
    margin-right: auto;
}
.menu-content ul li {
    list-style: none;
}
.menu-content ul li a {
    display: block;
    width: 100%;
    box-sizing: border-box;
    color:#ffffff;
    text-decoration: none;
    position: relative;
}
.menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 16px;
}

.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;/*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    background-color: rgba(64,72,63,0.90);
    transition: all 0.5s;/*アニメーション設定*/
    margin-top: 88px;
    font-size: 16px;
    letter-spacing: 1.0em;
    text-align: center;
    font-family: Georgia, "Times New Roman", Times, serif;
}

#menu-btn-check:checked ~ .menu-content {
    left: 0;/*メニューを画面内へ*/
}

#menu-btn-check {
    display: none;
}





/*--ヘッダー----------------------------------------------------------------*/
header a:hover{
  opacity:0.6;
}
#fixed {
    position: fixed;
    width: 100%;
    box-sizing: border-box;
    background-color: rgba(80,80,80,0.60);
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 2px;
    z-index: 1003;
    padding-top: 18px;
}
#fixed .sp_menu{
margin: 0px 0;
}
#fixed .sp_menu h1{
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
	padding-left: 0px;
    margin: 0;
}
#fixed .logo{
    padding-top: 0px;
}

#fixed .reservation{
  position:absolute;
  right:31px;
  
}
#fixed .reservation:hover{
  opacity:0.6;
}
#fixed .reservation img{
  width:108px;
}

.sns{
  position:absolute;
  top: 28px;
  right:69px;
}
.sns a{
    padding: 0 5px;
}
.sns a img{
  height:20px;
}
.sns a.tel img{
  height:14px;
  padding-top:1px;
}

#fixed .social{
  position:absolute;
  right:2%;
}


#produced{
    width: 100%;
    background-color: #D19898;
    color: #F8F8F8;
    font-size: 10px;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
    text-align: center;
    padding-top: 6px;
    padding-bottom: 6px;
	position: fixed;
	z-index: 1004;
}


/*---LOZI-------------------------------------------------------------*/

@keyframes rotate-anime {
  0%  {transform: rotate(0);}
  100%  {transform: rotate(360deg);}
}
.webshop{
  animation: rotate-anime 60s steps(60) infinite;
}

#wrapper{
    height: 100%;
    width: 100%;
    margin: auto;
    display: table;
    padding-top: 180px;
    padding-bottom: 180px;
}

#wrapper h2{
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    margin-top: 0px;
    width: 80%;
    text-align: center;
    font-family: "MS Serif", "New York", serif;
    font-size: 28px;
    color: rgba(90,111,90,1.00);
}

#h2subtitle{
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 80px;
    margin-top: 0px;
    width: 80%;
    text-align: center;
    font-family: "MS Serif", "New York", serif;
    font-size: 11px;
    color: rgba(90,111,90,1.00);
}

.contentsimg-area{
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    max-width: 810px;
    padding-bottom: 60px;
}

.contentsimg-area2{
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    max-width: 810px;
    padding-bottom: 60px;
}

.contentstext-area{
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 90px;
    margin-top: 0px;
    width: 86%;
    font-size: 12px;
    color: rgba(90,111,90,1.00);
    line-height: 2.1em;
    max-width: 720px;
}

.contentstext-area2{
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 90px;
    margin-top: 60px;
    width: 86%;
    font-size: 12px;
    color: rgba(90,111,90,1.00);
    line-height: 2.1em;
    max-width: 560px;
}

.contentsimg-area2 h3{
    margin-bottom: 0px;
    margin-top: 80px;
    text-align: center;
    font-family: "MS Serif", "New York", serif;
    font-size: 18px;
    padding-bottom: 20px;
}

.contentstext-area h3{
    margin-bottom: 0px;
    margin-top: 0px;
    text-align: center;
    font-family: "MS Serif", "New York", serif;
    font-size: 18px;
    color: rgba(90,111,90,1.00);
    padding-bottom: 20px;
}

 #main_image-company{
    height: 100%;
    width: 100%;
    margin: auto;
    position: relative;
    background-image: url(../img/company/main-v_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
}


#main_catimg-about {
    width: 80%;
    height: auto;
    max-width: 732px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 120px;
    padding-bottom: 120px;
}

#garden-area{
	height: 100%;
    width: 100%;
    margin: auto;
    display: table;
    padding-top: 180px;
    padding-bottom: 180px;
}

#business-area{
    height: 100%;
    width: 100%;
    margin: auto;
    display: table;
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: rgba(206,210,207,1.00);
}

#contact-area{
    height: 100%;
    width: 100%;
    margin: auto;
    display: table;
    padding-top: 120px;
    padding-bottom: 120px;
    background-image: url(../img/contact-bg.jpg);
    background-size: 100% auto;
    text-align: center;
}

.left-p{
    width: 50%;
    float: left;
}

.left-p2{
    width: 50%;
    float: left;
    text-align: center;
    color: rgba(255,255,255,1.00);
    background-image: url(../img/facilities.jpg);
    background-size: 100% auto;
    padding-top: 60px;
    padding-bottom: 60px;
}

.left-p-img{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.right-p{
    width: 50%;
    float: right;
}

.right-p2{
    width: 50%;
    float: right;
    text-align: center;
    color: rgba(255,255,255,1.00);
    background-image: url(../img/dismantling.jpg);
    background-size: 100% auto;
    padding-top: 60px;
    padding-bottom: 60px;
}
/*---コンテンツ-------------------------------------------------------------*/

#section_top{
  height:100vh;

}


#dinner_area{
    width: 50%;
    float: right;
    display: table;
    background-image: url(../img/top/dinner.webp);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
}

#access_area{
    width: 50%;
    float: right;
    display: table;
    background-image: url(../img/top/access.webp);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
}

.text_area{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 180px;
}

#spa_area{
    width: 50%;
    float: left;
    display: table;
    background-image: url(../img/top/spa.webp);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
}

#system_area{
    width: 50%;
    float: left;
    display: table;
    background-image: url(../img/top/system.webp);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
}

#about_area{
    height: 800px;
    display: table;
    width: 100%;
    background-image: url("../img/about.webp");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-size: cover;
    color: rgba(255,255,255,1.00);
    padding-top: 60px;
}

#concept_area{
    height: 500px;
    display: table;
    width: 100%;
    background-image: url("../img/concept-bg.webp");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-size: cover;
    color: rgba(255,255,255,1.00);
    text-align: center;
}

#concept_text{
    display: table;
    width: 96%;
    text-align: center;
    margin-top: 186px;
	margin-left: auto;
    margin-right: auto;
}

#concept2_area{
    display: table;
    width: 100%;
    color: rgba(255,255,255,1.00);
    text-align: center;
    background-color: #D19898;
    padding-bottom: 120px;
}

#concept2_text{
    width: 380px;
    text-align: center;
    margin-top: 90px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
}

.produced_area{
    display: table;
    width: 100%;
    color: #BD8787;
    text-align: center;
    background-color: #fff6f3;
    padding-bottom: 90px;
    padding-top: 60px;
    letter-spacing: 0.4em;
    line-height: 24px;
}

.produced_text{
    width: 86%;
    text-align: left;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 36px;
    font-family: Georgia, "Times New Roman", Times, serif;
    max-width: 720px;
}

.produced_area a{
    color: #BD8787;	
}

#worcation_right a{
    color: #BD8787;	
}

#produced_area2{
    height: auto;
    background-color: #FFF6F3;
    display: table;
    padding-top: 30px;
    padding-bottom: 108px;
    width: 100%;
    color: #BD8787;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#feature_area{
    height: 500px;
    display: table;
    width: 100%;
    background-image: url("../img/feature-bg.webp");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-size: cover;
    color: rgba(255,255,255,1.00);
    text-align: center;
}

#feature2_area{
    display: table;
    width: 100%;
    color: #bd8787;
    text-align: center;
    background-color: #fff6f3;
    padding-bottom: 120px;
    padding-top: 120px;
}

#why_area{
    display: table;
    width: 100%;
    color: #bd8787;
    text-align: center;
    background-color: #fce7e0;
    padding-bottom: 90px;
    padding-top: 60px;
}

#linup_area{
    display: table;
    width: 100%;
    color: #FFF;
    background-color: #d19898;
    padding-bottom: 90px;
    padding-top: 60px;
    text-align: center;
}

#insta_area{
    display: table;
    width: 100%;
    color: #bd8787;
    text-align: center;
    background-color: #FFF;
    padding-bottom: 90px;
    padding-top: 60px;
}

#news_area{
    display: table;
    width: 100%;
    color: #FFF;
    text-align: center;
    background-color: #969f94;
    padding-bottom: 180px;
    padding-top: 180px;
}

.news_list{
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    margin-bottom: 10px;
    padding-bottom: 30px;
    text-align: left;
}

.news_day{
    font-weight: bold;
}

.products-banana{
    width: 81%;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 60px;
    padding-bottom: 30px;
}



footer{
    padding: 40px 0 120px;
    text-align: center;
    font-size: 12px;
    color: rgba(255,255,255,1.00);
    background-color: #798078;
    line-height: 22px;
}

footer img{
    margin-top: 40px;
    margin-bottom: 15px;
}

#footer-texit{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.copyright{
    font-size: 10px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.menu_step{
    width: 92%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    margin-top: 30px;
    margin-bottom: 60px;
}

.menu_steptitle{
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 30px;
    padding-bottom: 2px;
    border-bottom: 1px dotted rgba(255,255,255,1.00);
    font-family: "Times New Roman", Times, serif;
    font-size: 28px;
    font-style: italic;
}

.menu_steptitle2{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-bottom: 6px;
    font-family: "Times New Roman", Times, serif;
    font-size: 20px;
	letter-spacing: -2px;
}

ol{
  list-style-type: none;
}

/* --- ボタン ---------------------------------------- */
.button {
    width: 180px;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
}

.button-link {
  display: block;
  text-align: center;
  text-decoration: none;
  color: #FFF;
  transition: .3s;
}

.button-text {
  font-size: 10px;
}

.bg-extend-left {
    padding: 6px;
    border: 1px solid #FFF;
    color: #FFF;
	background-color: #969f94;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.bg-extend-left::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #859180;
    position: absolute;
    left: -100%;
    top: 0;
    transition: .3s;
    z-index: -1;
}

.bg-extend-left:hover::before {
  left: 0;
}

/* --- 全体のBOX定義 ---------------------------------------- */
.box {
  position   : relative;
  max-width  : 100%;
  height     : 100%;
  margin     : auto;
  overflow   : hidden;
}


@keyframes bgAnime {
   0% { opacity: 0; }
   8% { opacity: 1; }
  25% { opacity: 1; }
  33% { opacity: 0; }
 100% { opacity: 0; }
}


/*--スマホサイズ時の設定------------------------------------------------------*/

.pc_content{}
.sp_content{
  display:none !important;
}
@media screen and (max-width: 640px){
	

#worcation_area{
    height: auto;
    background-color: #fff6f3;
    display: table;
    padding-top: 36px;
    width: 100%;
    color: #BD8787;
}
	
 #main_image-about{
    background-image: url(../img/about/main-v_bg_sp.webp);;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height:100vh;
}
	
#main_image-company{
    background-image: url(../img/company/main-v_bg_sp.jpg);;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height:100vh;
}
	
.contentsimg-area2{
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    max-width: 810px;
    padding-bottom: 0px;
}

.contentstext-area2{
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    margin-top: 30px;
    width: 86%;
    font-size: 12px;
    color: rgba(90,111,90,1.00);
    line-height: 2.1em;
}

#garden-area{
	height: 100%;
    width: 100%;
    margin: auto;
    display: table;
    padding-top: 1px;
    padding-bottom: 90px;
}
	
.left-p{
    width: 100%;
}
	
.left-p2{
    width: 100%;
    text-align: center;
    color: rgba(255,255,255,1.00);
    background-image: url(../img/facilities.jpg);
    background-size: 100% auto;
	padding-top: 0px;
}

.left-p-img{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.right-p{
    width: 100%;
    padding-top: 60px;
}
	
.right-p2{
    width: 100%;
    text-align: center;
    color: rgba(255,255,255,1.00);
    background-image: url(../img/dismantling.jpg);
    background-size: 100% auto;
    margin-top: 6px;
    padding-top: 0px;
}

#contact-area{
    height: 100%;
    width: 100%;
    margin: auto;
    display: table;
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: url(../img/contact-bg_sp.jpg);
    text-align: center;
}

.pc_content{
  display:none !important;
}
.sp_content{
  display:block !important;
}
.op2{
  max-width:96vw;
}
#fixed .reservation {
    position: absolute;
    right: 8px;
}
#fixed .reservation img{
  width:81px;
}

#hamburger{
  position: absolute;
  right: 10px;
  top: 24px;
}

#section_1st {
    padding: 0;
    margin:0;
    position: relative;
}
  .first_sp{
    padding-bottom: 100px;
  }
  .first_sp .top_image{
    background-image:url(../img/sec1_img1_sp.webp);
    height:122vw;
    background-size:cover;
    position:relative;
  }
  .first_sp .top_image span{
    position:absolute;
    display:block;
    top:16vw;
    left:0;
    background: #000;
    font-size: 12px;
    letter-spacing: 0.2em;
    line-height: 30px;
    vertical-align: baseline;
    color: #fff;
    text-align: right;
    padding: 0px 30px;
  }
  .first_sp .text{
    margin-top:10vw;
    text-align:center;
  }
  .first_sp .text img{
    width:87%;
  }
  .first_sp .dec_text{
    width:90%;
    margin: 5vw auto 0;
    letter-spacing: 0.2em;
  }
  .first_sp .about_link{
    display:block;
    position:relative;
    width:90%;
    margin:6vw auto 0;
    border:1px solid #000;
    text-align:center;
    line-height:33px;
  }

  .first_sp .about_link::before{
  content:"";
  position:absolute;
  border-top:1px solid #aaa;
  width: 200px;
  transform-origin: 0 0;
  mtransform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  top: 18px;
    left: -6px;
}
  .first_sp .about_link::after{
  content: "";
  position: absolute;
  border-top: 1px solid #aaa;
  width: 70px;
  transform-origin: 70px 0;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  bottom: 18px;
  right: -6px;
}
	

.concept_btn{
	margin-top: 60px;
	color: #fff;
	font-size: 14px;
	letter-spacing: 0.3em;
	width: 98%;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FE75AF;
	padding-top: 9px;
	padding-bottom: 9px;
}

#system_textarea2{
	font-size: 14px;
	letter-spacing: 0.3em;
	padding-top: 30px;
	color: #33EFEE;
	text-align: left;
	width: 98%;
	margin-left: auto;
	btn-wline2margin-right: auto;
}
	
#spa_area{
    width: 100%;
    display: table;
    background-image: url(../img/top/spa.webp);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
    text-align: left;
    background-position: center center;
	border: 2px solid #FFFFFF;
}
	
#system_area{
    width: 100%;
    display: table;
    background-image: url(../img/top/system.webp);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
    text-align: left;
    background-position: center center;
	border: 2px solid #FFFFFF;
}
	
#dinner_area{
    width: 100%;
    display: table;
    background-image: url(../img/top/dinner.webp);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
	background-position: right center;
}
	

#access_area{
    width: 100%;
    display: table;
    background-image: url(../img/top/access.webp);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
	background-position: right center;
}

footer {
    padding: 60px 0 85px;
}
	
#design_area{
    display: table;
    width: 100%;
    background-size: 100% auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
	
.place-title{
    float: left;
    text-align: center;
    color: rgba(255,255,255,1.00);
    background-color: rgba(0,0,0,0.67);
    position: absolute;
    font-size: 10px;
    margin-left: 5px;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
}
	
.box50{
    width: 100%;
    float: none;
    text-align: center;
}

#menu_area{
    height: 720px;
    display: table;
    width: 100%;
    background-image: url(../img/menu/menu1_sp.webp);
    background-size: 100% auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #FFFFFF;
}

#about_area{
    height: 600px;
    display: table;
    width: 100%;
    background-image: url("../img/about_sp.webp");
    background-size: 100% auto;
	background-position:center;
    background-repeat: no-repeat;
	background-size:cover;
}
	
#concept_area{
    height: 420px;
    display: table;
    width: 100%;
    background-image: url("../img/concept-bg_sp.webp");
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: rgba(255,255,255,1.00);
    text-align: center;
}
	
#concept_text{
    display: table;
    width: 280px;
    margin-top: 130px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#concept2_area{
    display: table;
    width: 100%;
    color: rgba(255,255,255,1.00);
    text-align: center;
    background-color: #D19898;
    padding-bottom: 90px;
}

#concept2_text{
    width: 300px;
    text-align: center;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 36px;
}
	
.produced_area{
    display: table;
    width: 100%;
    color: #BD8787;
    text-align: center;
    background-color: #fff6f3;
    padding-bottom: 60px;
    padding-top: 60px;
    letter-spacing: 0.4em;
    line-height: 24px;
}

.produced_text{
    width: 86%;
    text-align: left;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 36px;
    font-family: Georgia, "Times New Roman", Times, serif;
}
	

	
#feature_area{
    height: 380px;
    display: table;
    width: 100%;
    background-image: url("../img/feature-bg_sp.webp");
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: rgba(255,255,255,1.00);
    text-align: center;
}
	
#feature2_area{
    display: table;
    width: 100%;
    color: #bd8787;
    text-align: center;
    background-color: #fff6f3;
    padding-bottom: 90px;
    padding-top: 45px;
}
	
.news_list{
    width: 88%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    margin-bottom: 10px;
    padding-bottom: 30px;
    text-align: left;
}