@charset "UTF-8";
/* CSS Document */
html {
	font-size: 62.5%;
}
body {
	width: 100%;
	height: 100%;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-size: 1.4rem;
	letter-spacing: 0.1em;
	color: #7F4F21;
}

a {
	color: #7F4F21;
}

/* ---------------------------------------------------------------------------- /
/   header
/* ----------------------------------------------------------------------------*/
.header {
	position: fixed;
	top: 0;
	width: 100%;
	height: 100px;
	z-index: 999;
	background-color: #DCDDDD;
}
.header .header_inner {
	max-width: 1440px;
	margin: 0 auto;
	padding: 35px 0 20px;
	display: flex;
	justify-content: space-between;
}
.header .header_inner .header_logo{
	width: 360px;
}
.headerColor-default {
	background-color: #c7b299;
	transition: 1s;
}
.header .header_menu_pc {
	max-width: 800px;
	width: 100%;
}
.header .header_menu_pc ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;
}
.header .header_menu_pc ul li a{
	position: relative;
	font-size: 1.8rem;
	font-family: 'Lato', sans-serif;
	letter-spacing: 0.1em;
}
.header .header_menu_pc ul li a span{
	display: block;
	font-size: 1rem;
	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: 0.1em;
	text-align: center;
}
.header .header_menu_pc ul li a:after {
	position: absolute;
	bottom: -20px;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	background: #7F4F21;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform .3s;
}
.header .header_menu_pc ul li a:hover:after {
	transform: scale(1, 1);
}
.header .sns {
	width: 36px;
}

@media (max-width: 1440px){
.header .header_inner {
	padding: 35px 20px 20px;
}
}
@media (max-width: 1024px){
.header .header_menu_pc {
	display: none;
}
.header .sns {
	margin-right: 70px;
}
}
@media (max-width: 500px){
.header {
	height: 70px;
}
.header .header_inner {
	padding: 20px 10px;
	display: flex;
	justify-content: space-between;
}
.header .header_inner .header_logo{
	width: 300px;
}
.header .sns {
	display: none;
}
}
@media only screen and (max-width: 390px) {
.header .header_inner .header_logo{
	width: 250px;
}
}


/*  flexslider
/* --------------------------------------------------------------------------- */
.flexslider {
	position: relative;
	margin-top: 100px;
}
.flexslider .h1_txt {
	position: absolute;
	top: 30%;
	right: 20%;
	z-index: 100;
}
.flexslider .h1_txt h1{
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.5;
	text-shadow: 1px 1px 5px rgba(255,255,255,0.5);
}
@media only screen and (max-width: 1024px) {
.flexslider .h1_txt {
	right: 10%;
}.flexslider .h1_txt h1{
	font-size: 2.5rem;
}
}
@media only screen and (max-width: 500px) {
.flexslider {
	margin-top: 70px;
}
.flexslider .h1_txt {
	top: 60%;
	right: 5%;
}
.flexslider .h1_txt h1{
	font-size: 2rem;
	text-shadow: 1px 1px 3px #fff;
}
}


/*  common
/* --------------------------------------------------------------------------- */
.inner {
  max-width: 1000px;
  margin: 0 auto;
}
.flex {
  display: flex;
}
.jc-sb {
  justify-content: space-between;
}
.jc-c {
  justify-content: center;
}
.fw-w {
  flex-wrap: wrap;
}

.title {
  padding: 0 0 50px;
}
.title h2{
  font-size: 3.2rem;
	font-family: 'Lato', sans-serif;
  text-align: center;
}
.title h2 span{
	font-size: 1.2rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
}


.pc{
  display: block!important;
}
.sp{
  display: none!important;
}

@media (max-width: 1024px){
.inner {
  padding: 0 20px;
}
}
@media (max-width: 768px){
.inner {
  max-width: 500px;
}
}
@media (max-width: 500px){
.inner {
  padding: 0 10px;
}
.pc{
  display: none!important;
}
.sp{
  display: block!important;
}
}


/*  top_news_area
/* --------------------------------------------------------------------------- */
.top_news_area{
	padding: 100px 0;
	background-color: #DCDDDD;
}
.top_news_area .fb_block {
	width: 47%;
}
.top_news_area .reception_time {
	width: 47%;
}
.top_news_area .reception_time table {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
}
.top_news_area .reception_time table td:nth-child(1){
	width: 200px;
}
.top_news_area .reception_time table td{
	padding: 20px 0;
	text-align: center;
	vertical-align: middle;
	border: 5px solid #DCDDDD;
	background-color: #fff;
}
.top_news_area .reception_time table td.time{
	padding: 20px 10px 10px;
	font-size: 1.8rem;
	letter-spacing: 0;
}
.top_news_area .reception_time table td span.tate{
	display: inline-block;
	transform: rotate(90deg);
}
.top_news_area .reception_time table td span.small{
	display: inline-block;
	margin-top: 10px;
	font-size: 1rem;
	text-align: left;
}
.top_news_area .reception_time .txt_box {
	padding: 0 5px;
}
.top_news_area .reception_time .txt_box h3{
	margin: 15px 0 10px;
	padding: 5px 0;
	font-size: 1.3rem;
	color: #fff;
	text-align: center;
	background-color: #7F4F21;
}
.top_news_area .reception_time .txt_box .time{
	font-size: 2.5rem;
	font-family: 'Lato', sans-serif;
	letter-spacing: 0.1em;
}
.top_news_area .reception_time .txt_box .small{
	font-size: 1.2rem;
}
.top_news_area .reception_time .txt_box hr{
	margin: 10px 0;
	border-bottom: 1px solid #7F4F21;
}
.top_news_area .reception_time .txt_box .tel{
	font-size: 4rem;
	font-family: 'Lato', sans-serif;
	letter-spacing: 0.1em;
}
@media only screen and (max-width: 768px) {
.top_news_area{
	padding: 100px 0 0;
}
.top_news_area .fb_block {
	width: 100%;
	margin-bottom: 30px;
}
.top_news_area .reception_time {
	width: 100%;
}
}
@media only screen and (max-width: 500px) {
.top_news_area .reception_time table td:nth-child(1){
	width: 150px;
}
.top_news_area .reception_time .txt_box .tel{
	font-size: 3rem;
}
}
@media only screen and (max-width: 320px) {
.top_news_area .reception_time .txt_box .tel{
	font-size: 2.5rem;
}
}


/*  top_concept_area
/* --------------------------------------------------------------------------- */
.top_concept_area {
	padding: 100px 0;
	background-color: #DCDDDD;
}
.top_concept_area .left_box {
	width: 50%;
	background-image: url(../img/concept_bk.svg);
	background-repeat: no-repeat;
	background-size: 400px;
	background-position: left 90%;
}
.top_concept_area .left_box h2{
	max-width: 530px;
	margin: 0 0 50px auto;
	font-size: 4.5rem;
	font-weight: 700;
	line-height: 1.5;
}
.top_concept_area .left_box .txt {
	max-width: 500px;
	margin: 0 0 0 auto;
}
.top_concept_area .left_box .txt p{
	font-size: 1.3rem;
}
.top_concept_area .left_box .txt p br.spnone{
	display: block;
}
.top_concept_area .right_box {
	width: 50%;
}
@media only screen and (max-width: 1440px) {
.top_concept_area .left_box {
	background-size: 250px;
}
}
@media only screen and (max-width: 1024px) {
.top_concept_area .left_box h2{
	max-width: 500px;
	font-size: 4rem;
}
}
@media only screen and (max-width: 768px) {
.top_concept_area {
	padding: 100px 0 0;
}
.top_concept_area .left_box {
	width: 100%;
	background-image: none;
}
.top_concept_area .right_box {
	width: 100%;
}
.top_concept_area .left_box h2{
	max-width: 100%;
	margin: 0 20px 50px;
	font-size: 3rem;
	text-align: center;
}
.top_concept_area .left_box .txt {
	max-width: 100%;
	margin: 0 20px 30px;
}
.top_concept_area .left_box .txt p{
	text-align: center;
}
}
@media only screen and (max-width: 500px) {
.top_concept_area .left_box .txt p{
	text-align: left;
}
.top_concept_area .left_box .txt p br.spnone{
	display: none;
}
}
@media only screen and (max-width: 390px) {
.top_concept_area .left_box h2{
	font-size: 2.5rem;
}
}
@media only screen and (max-width: 320px) {
.top_concept_area .left_box h2{
	font-size: 2.2rem;
	text-align: left;
}
}


/*  top_content_area
/* --------------------------------------------------------------------------- */
.top_content_area {
	padding: 50px 0;
}
.bk01 {
	background-color: #D1BDA8;
}
.bk02 {
	background-color: #E5DBCB;
}
.top_content_area .left_box {
	position: relative;
	padding: 90px 0 0;
	width: 50%;
}
.top_content_area .left_box .fukidashi {
	position: absolute;
	top: -30px;
	right: -10px;
	width: 180px;
}
.top_content_area .left_box h3{
	position: absolute;
	top: 0;
	left: -50px;
}
.top_content_area .large h3{
	width: 895px;
}
.top_content_area .left_box h4{
	margin-bottom: 30px;
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1.5;
}
.top_content_area .left_box p{
	margin-bottom: 20px;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.8;
}
.top_content_area .left_box table{
	width: 100%;
	border-collapse: collapse;
}
.top_content_area .left_box table th{
	padding: 10px 0;
	font-size: 1.6rem;
	font-weight: 700;
	text-align: center;
	background-color: #E5DBCB;
	border: 3px solid #D1BDA8;
}
.top_content_area .left_box table td{
	padding: 10px 0;
	font-size: 1.6rem;
	font-weight: 700;
	text-align: center;
	background-color: #fff;
	border: 3px solid #D1BDA8;
}
.top_content_area .left_box table td span{
	font-size: 1rem;
}
.top_content_area .left_box p.note {
	margin-top: 10px;
	font-size: 1.2rem;
}
.top_content_area .left_box .kakaku {
	position: relative;
}
.top_content_area .left_box .kakaku li{
	margin: 10px 0;
	padding-left: 50px;
	font-size: 3rem;
	font-family: 'Lato', sans-serif;
}
.top_content_area .left_box .kakaku li:first-child{
	background-image: url(../img/icon1.svg);
	background-repeat: no-repeat;
	background-size: 35px;
	background-position: left center;
}
.top_content_area .left_box .kakaku li:last-child{
	background-image: url(../img/icon2.svg);
	background-repeat: no-repeat;
	background-size: 35px;
	background-position: left center;
}
.top_content_area .left_box .kakaku li span{
	font-family: 'Noto Sans JP', sans-serif;
}
.top_content_area .left_box .kakaku li span.small {
	font-size: 1.6rem;
}
.top_content_area .left_box .kakaku li span.small2 {
	font-size: 1.8rem;
}
.top_content_area .left_box .kakaku .fukidashi_txt {
	margin: 30px 0 0;
	max-width: 300px;
}
.top_content_area .left_box .kakaku .sports {
	margin: 20px 0 0;
	font-size: 2.1rem;
}
.top_content_area .left_box .kakaku .sports span.font {
	font-size: 4rem;
	font-family: 'Lato', sans-serif;
}
.top_content_area .left_box .kakaku .sports span.small {
	font-size: 1.8rem;
}
.top_content_area .left_box .kakaku .img {
	position: absolute;
	top: -30px;
	right: 0;
	width: 156px;
}
.top_content_area .left_box .kakaku .img2 {
	position: absolute;
	top: -10px;
	right: 0;
	width: 156px;
}
.top_content_area .left_box .kakaku h5{
	margin: 0 0 20px;
	padding: 5px 0;
	font-size: 1.5rem;
	text-align: center;
	background-color: #D1BDA8;
}
.top_content_area .left_box .kakaku .aroma {
	font-size: 2.1rem;
	line-height: 1;
	text-align: center;
}
.top_content_area .left_box .kakaku .aroma span.font {
	font-size: 4rem;
	font-family: 'Lato', sans-serif;
}
.top_content_area .left_box .kakaku .aroma span.small {
	font-size: 1.8rem;
}
.top_content_area .right_box {
	padding: 90px 0 0;
	width: 47%;
}
.top_content_area .right_box ul{
	margin-bottom: 10px;
	display: flex;
	justify-content: space-between;
}
.top_content_area .right_box ul li{
	width: 49%;
}
.top_content_area .right_box p{
	margin-top: 10px;
	font-size: 1.2rem;
}
@media only screen and (max-width: 1024px) {
.top_content_area .left_box h3{
	left: 0;
}
}
@media only screen and (max-width: 768px) {
.top_content_area .left_box {
	padding: 90px 0 0;
	width: 100%;
}
.top_content_area .right_box {
	padding: 0;
	width: 100%;
}
.top_content_area .large h3{
	width: 100%;
}
}
@media only screen and (max-width: 390px) {
.top_content_area .left_box .fukidashi {
	right: 0;
	width: 150px;
}
.top_content_area .left_box .kakaku .img {
	top: 0;
	width: 100px;
}
.top_content_area .left_box .kakaku .img2 {
	top: 40px;
	right: 0;
	width: 100px;
}
}
@media only screen and (max-width: 320px) {
.top_content_area .left_box .fukidashi {
	top: 20px;
	width: 110px;
}
.top_content_area .left_box .kakaku .img {
	top: 20px;
	right: -10px;
	width: 60px;
}
.top_content_area .left_box .kakaku .img2 {
	top: 60px;
	right: 0;
	width: 60px;
}
}


/*  top_introduction_area
/* --------------------------------------------------------------------------- */
.top_introduction_area {
	padding: 100px 0;
	background-color: #DCDDDD;
}
.top_introduction_area ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.top_introduction_area ul li{
	margin-bottom: 30px;
	width: calc(25% - 15px);
}
@media only screen and (max-width: 500px) {
.top_introduction_area ul li{
	width: calc(50% - 15px);
}
}


/*  top_access_area
/* --------------------------------------------------------------------------- */
.top_access_area {
	padding: 100px 0;
	background-color: #DCDDDD;
}
.top_access_area .gmap {
	width: 60%;
}
.top_access_area .adoress_block {
	width: 36%;
}
.top_access_area .adoress_block img{
	width: 200px;
	margin: 50px auto;
}
.top_access_area .adoress_block p{
	font-size: 1.6rem;
	line-height: 1.8;
}
.top_access_area .adoress_block p.tel {
	font-size: 3.8rem;
	font-family: 'Lato', sans-serif;
}
.top_access_area .adoress_block p.small {
	margin-bottom: 10px;
	font-size: 1.4rem;
}
.top_access_area .adoress_block p.small2 {
	font-size: 1.2rem;
}
@media only screen and (max-width: 768px) {
.top_access_area {
	padding: 0 0 100px;
	background-color: #DCDDDD;
}
.top_access_area .gmap {
	width: 100%;
	order: 2;
}
.top_access_area .adoress_block {
	margin-bottom: 30px;
	width: 100%;
	order: 1;
}
}
@media only screen and (max-width: 320px) {
.top_access_area .adoress_block p.tel {
	font-size: 3rem;
}
}


/*  to-top
/* --------------------------------------------------------------------------- */
.to-top {
	padding: 80px 0;
	background-color: #DCDDDD;
}
.to-top a{
	display: block;
	padding: 30px 0;
	margin: 0 auto;
	width: 125px;
	font-size: 1.2rem;
	text-align: center;
	background-image: url(../img/to-top.svg);
	background-repeat: no-repeat;
	background-size: 23px;
	background-position: center top;
}


/* -------------------------------------- /
/   Footer
/* ------------------------------------- */
.footer{
	padding: 50px 0 20px;
	background-color: #7F4F21;
}
.footer .left_box {
	width: 50%;
}
.footer .left_box h2{
	margin-bottom: 50px;
}
.footer .left_box p{
	color: #fff;
}
.footer .left_box p.tel {
	margin: 10px 0;
	font-size: 3.8rem;
	font-family: 'Lato', sans-serif;
}
.footer .left_box p.tel a{
	color: #fff;
}
.footer .left_box p.mail a{
	padding-left: 30px;
	color: #fff;
	background-image: url(../img/icon_mail.svg);
	background-repeat: no-repeat;
	background-size: 23px;
	background-position: left center;
}
.footer .left_box p.mail a:hover{
	color: #C9A063;
	transition: 0.3s;
}
.footer .footer_menu {
	width: 30%;
}
.footer .footer_menu li{
	margin-bottom: 10px;
}
.footer .footer_menu li a{
	position: relative;
	padding-left: 30px;
	font-size: 2rem;
	font-family: 'Lato', sans-serif;
	color: #fff;
}
.footer .footer_menu li a:before{
	position: absolute;
	content: '';
	top: 3px;
	left: 0;
	width: 20px;
	height: 20px;
	background-color: #fff;
	border-radius: 50%;
}
.footer .footer_menu li a:hover{
	color: #C9A063;
	transition: 0.3s;
}

.footer .copy{
	margin-top: 50px;
	padding: 10px 0;
	font-size: 1.2rem;
	text-align: center;
	color: #fff;
}
.footer .copy a{
	color: #fff;
}
.footer .copy a:hover{
	color: #C9A063;
	transition: 0.3s;
}
@media (max-width: 768px){
.footer .left_box {
	margin-bottom: 50px;
	width: 100%;
}
.footer .footer_menu {
	width: 100%;
}
}
@media only screen and (max-width: 320px) {
.footer .left_box p.tel {
	font-size: 3rem;
}
}

