﻿@charset "utf-8";

/* -----------------------------------------------------
		全デバイス共通［common］		
----------------------------------------------------- */

/*		Common				
-----------------------------------------------------*/
.css-1dbjc4n {
    overflow-y: auto;
    height: 362px !important;
}
body {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	color:#222;
	font-size: 62.5%;
	font-family: Verdana, Arial, /*"游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" ,*/'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, 'メイリオ', sans-serif;
}
input, textarea, select, button {
	color: inherit;
	font-size: inherit;
	font-family: inherit;
	/*border: none;*/ /* buttonの線を消す */
	/* リセット */
	/*-webkit-appearance: none;
	-moz-appearance: none;*/
}
button {
	border: none;
}

a {
	color: #348ec6;
}
a:visited {
	color: #348ec6;
}
a:hover {
	color:#ac2020;
	text-decoration:underline;
}

img {
	vertical-align: bottom;
}

.pc_none {
	display: none; /* PCで非表示 */
}


/* --- clear fix --- */
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
/* --- マウスオーバー --- */
.alpha a {
	transition: .2s;
}
.alpha a:hover {
  opacity: .7;
}
button {
	transition: all .2s;
}
button:hover {
	opacity: .7;
}

.all_wrap {
	overflow: hidden;
	width: 100%;
}
#wrapper {
	position: relative;
	width: 100%;
	/*min-width: 1040px;*/ /*タブレット用はみだし防止*/
}


/*		header				
-----------------------------------------------------*/

/* ----------　　top page　　 ---------- */
.top .header {
	position: relative;
	width: 100%;
	max-height: 100vh;
	border: #fff 10px solid;
	background-size: cover;
	box-sizing: border-box;
	overflow: hidden;
}
/* top slide */
.main_slide_list {
	position: static; /* dotsの位置を調整するため、slick.css上書き */
}
/* .slick-slide {
	height: calc(100vh - 20px);
} */
.slide img {
	width: 100%;
}
.slide04 img { /* アンバサダー就任画像 */
	max-width: 1500px;
	display: block;
	margin: auto;
}
/* ★スライドのズーム効果をOFF */
/*.zs-enabled .zs-slideshow .zs-slides .zs-slide {
	opacity: 0;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}*/

/* logo */
.header_logo {
	position: absolute;
	width: 270px;
	top: 0;
	left: 0;
	
	z-index: 100;
}
.header_logo img {
	width: 100%;
}
/* nav */
.header_nav {
	position: absolute;
	top: 30px;
	right: 30px;
	
	z-index: 100;
}
.main_nav li {
	display: inline-block;
	margin: 0 0 0 30px;
	vertical-align: middle;
	text-align: center;
}
.main_nav li a {
	display: inline-block;
	font-size: 150%;
	font-weight: bold;
	line-height: 1.4;
	color: #fff;
	text-decoration: none;
	letter-spacing: .1em;
	text-shadow: 0 0 3px #000;
}
.main_nav li.online a {
	background: url(../img/icon_shopping.png) no-repeat 0 center;
	background-size: 35px auto;
	padding-left: 42px;
}
.sns_link {
	display: none;
}

/* ヘッダー文字情報 */
.image_catch_wrap {
	display: none;
	
	
	width: 480px;
	position: absolute;
	bottom: 10%;
	left: 8%;
	z-index: 2;
	/* 背景ドット */
	background: url(../img/dots.png) repeat 0 0;
	padding: 20px;
	box-sizing: border-box;
}
.effect {
	transition: all ease-out 0.6s;
	transform: translateY(30px);
	opacity: 0;
}
.move {
	transform: translateY(0);
	opacity: 1;
}

.image_catch {
	display: block;
	margin-bottom: 33px;
	padding-bottom: 35px;
	border-bottom: #aaa 1px solid;
	text-decoration: none;
}
.image_catch:last-child {
	border: none;
	margin-bottom: 0;
	padding-bottom: 10px;
}
.image_catch h2,
.image_catch p {
	color: #fff;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic,'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, 'メイリオ', sans-serif;
}
.image_catch h2 {
	font-size: 300%;
	font-weight: bold;
	margin-bottom: 18px;
	line-height: 1.4;
}
.image_catch p {
	font-size: 160%;
	line-height: 1.5;
	font-weight: bold;
}
/*.image_catch .accent {
	background: #981b20;
	color: #f6d400;
	text-align: center;
	padding: 3px .3em; 
	font-size: 130%;
	border-radius: 3px;
}*/
.image_catch p span {
	/*text-align: center;*/
	padding: 3px .3em; 
	border-radius: 3px;
}
/* pager */
.slick-dotted.slick-slider {
	margin-bottom: 0;
	height: 100%;
}
.slick-dots {
	left: auto;
	text-align: right;
	right: 30px;
	bottom: 50px;
	z-index: 100;
}
.slick-dots li button {
	width: 14px;
	height: 14px;
  background-color: #fff;
	border: #ccc 1px solid;
	border-radius: 50%;
}
.slick-dots li button:before {
	display: none;
}
.slick-dots li.slick-active button {
    background-color: #f6d400;
}

/* 右矢印　＞ */
.arrow_r{
  position: relative;
}
.arrow_r::before{
  content: '';
  width: 12px;
  height: 12px;
  border: 0px;
  border-top: solid 4px #fff;
  border-right: solid 4px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -7px;
	color: #fff;
}
/* hover */
.image_catch:hover {
	text-decoration: none;
}
.image_catch:hover h2,
.image_catch:hover p,
.image_catch:hover a {
	color: #f6d400;
}
.arrow_r:hover:before {
	border-top: solid 4px #f6d400;
  border-right: solid 4px #f6d400;
}


/* ----------　　contents page　　 ---------- */
.cnt_page .header {
	position: relative;
	width: 100%;
	border: #fff 10px solid;
	box-sizing: border-box;
	height: 350px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	
	background-image: url(../img/page_header_tenpo.jpg);
}
/*
.cnt_tenpo .header {
	background-image: url(../img/page_header_tenpo.jpg);
}
.cnt_about .header {
	background-image: url(../img/page_header_about.jpg);
}
.cnt_contact .header {
	background-image: url(../img/page_header_contact.jpg);
}
.cnt_shouhin .header {
	background-image: url(../img/page_header_shouhin.jpg);
}
.cnt_pointcard .header {
	background-image: url(../img/page_header_about.jpg);
}
.cnt_recuruit .header {
	background-image: url(../img/page_header_recuruit.jpg);
}
*/

/* logo */
.cnt_page .header_logo {
	position: absolute;
	width: 200px;
}

.page_header {
	position: absolute;
	height: 1em;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.page_ttl {
	font-size: 300%;
	font-weight: bold;
	text-align: center;
	color: #fff;
	letter-spacing: .15em;
}


/*		main			
-----------------------------------------------------*/
#main {
	width: 100%;
}

/*		footer				
-----------------------------------------------------*/
#footer {
	width: 100%;
	overflow: hidden;
	background: #27211b;
	padding: 60px 0 0;
	position: relative;
}
.footer_in {
	width: 450px;
	margin: 0 auto 60px;
	color: #ebebeb;
}
.footer_logo {
	width: 128px;
	margin: 0 30px 0 0;
	float: left;
}
.footer_logo img {
	width: 100%;
}
.footer_ttl {
	margin: 0 0 13px;
	font-size: 170%;
	font-weight: bold;
}
.footer_address,
.footer_tel {
	font-size: 140%;
	line-height: 1.7;
}
.copyright {
	padding: 0 0 20px;
	font-size: 110%;
	color: #ebebeb;
	text-align: center;
}

.go_top {
	display: block;
	position: absolute;
	top: 0;
	right: 4%;
	opacity: .5;
}
.go_top:hover {
	opacity: 1;
}

/*		drawer menu				
	-----------------------------------------------------*/
/* ハンバーガー */
#humberger{
	display: none;
}
/*ドロワーメニュー*/
#drawernav {
	display: none;
}



/*		コンテンツページ　共通			
-----------------------------------------------------*/
.contents .section {
	padding: 60px 0;
}
.contents .section_ttl_wrap {
	padding: 50px 0;
}
.contents .section_ttl {
	/*border-top: solid 2px #ac2424;
	border-bottom: solid 2px #ac2424;*/
	/*margin: 0 0 40px;*/
	padding: 15px 0 15px 10px;
	font-size: 260%;
	font-weight: bold;
	color:#3e352b;
	letter-spacing: 0.1em;
	text-align: center;
	line-height: 1.5;
}
.contents .mds {
	border-left: solid 5px #8c6f20;
	margin: 0 0 30px;
	padding: 10px 0 10px 15px;
	font-size: 200%;
	font-weight: bold;
	color:#8c6f20;
}
/*
.contents h4 {
	border-bottom: double 3px #6498EA;
	margin: 0 0 25px;
	padding: 0 0 7px;
	font-size: 108%;
	color:#003B81;
}
.contents h5 {
	margin: 0 0 7px;
	padding: 0;
	font-size: 108%;
	color:#003B81;
}
.contents h6 {
	margin: 0 0 7px;
	padding: 0;
	font-size: 100%;
}
*/
.contents .hbn {
	margin: 0 0 25px;
	font-size: 150%;
	line-height: 1.7;
}
.contents table {
	margin: 0 0 25px;
	padding: 0;
	line-height: 1.5;
}
.contents table th,
.contents table td {
	padding: 10px;
	border: solid 1px #ccc;
	line-height: 1.5;
	vertical-align:middle;
}
.contents table th {
	background: #eee;
}
.contents table td {
}
.contents table .table_mds {
	margin: 0 0 8px;
	border-left: 3px solid #bd5959;
	padding: 3px 0 3px 8px;
	background: #eee;
}


/* リンクボタン */
.contents .link_btn {
	display: inline-block;
	width: 250px;
	background: #862b2b;
	padding: 12px 1em;
	font-size: 150%;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}

/* Layout */
.inner {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
}
.inner_new {
	max-width: 1200px;
	width: 100%;
	margin-top: 0px;
   margin-bottom: 50px;
   margin-left: auto;
   margin-right: auto;
	#box-sizing: border-box;
}

.inner_full {
	width: 96%;
	margin: 0 auto;
	box-sizing: border-box;
}
.fl_left {
	float: left;
}
.fl_right {
	float: right;
}
.w50 {
	width: 48%;
}
.w100 {
	width: 100%;
}
.mb_20 {
	margin-bottom: 20px;
}
.strong {
    font-weight: bold;
}
.left {
	text-align: left;
}
.center {
	text-align:center;
}
.right {
	text-align:right;
}
.table {
	display:table;
}
.table_cell {
	display: table-cell;
	vertical-align: middle;
}
/* 横幅50% 左右に並べる */
.column2 .table {
	width: 100%;
}
.column2 .table_cell {
	width: 50%;
}
/* 横幅48% 左右に並べる */
.column2 .col_left {
	float: left;
	width: 48%;
	margin: 0 0 25px;
}
.column2 .col_right {
	float: right;
	width: 48%;
	margin: 0 0 25px;
}
.column2 .col_left img,
.column2 .col_right img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 0 10px
}
/* （電話・メール）用　リンク */
.contact_menu {
	text-align: center;
}
.contact_menu li {
	display: inline-block;
	margin: 0 10px;
}
.contact_menu li a {
	position: relative;
	display: block;
	width: 250px;
	padding: 12px;
	border: #ccc 1px dotted;
	color: #fff;
	text-decoration: none;
}
.contact_menu .contact_mail a {
	background: #862b2b;
}
.contact_menu .contact_tel a {
	background: #8c6f20;
	cursor: default;
}
.contact_menu .contact_mail a:before{
	content: '';
	width: 8px;
	height: 8px;
	border: 0px;
	border-top: solid 3px #fff;
	border-right: solid 3px #fff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -4px;
}


/* Text */
strong {
	font-weight: bold;
}
.txt_bl {
	color:#4197c1;
}
.txt_red {
	color:#c33;
}
.txt_s {
	font-size: 80%;
}
.txt_l {
	font-size: 150%;
}
.no_wrap {
	word-break: keep-all;
}
.underline {
	text-decoration:underline;
}
.txt_accent {
	background: #fff;
	padding: 8px;
	border: dotted 1px #ac3a3a;
}


/*		Top Page			
-----------------------------------------------------*/

/* ----------　　main　　 ---------- */
.top .section_in {
	max-width: 1000px;
	/*width: 94%;*/
	margin: 0 auto;
}
.top .section_ttl {
	font-size: 280%;
	font-family: Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , serif;
}

/* ムービー */
.top_movie_area {
	background: #ebe4d7;
	padding: 70px 0 10px;
}
.top_movie_area .section_ttl {
	color: #b72c13;
	margin: 0 0 15px;
	font-weight: bold;
}

.movie_wrap {
	max-width: 560px;
	margin: 0 auto; 
	padding-bottom: 60px;
}
.movie {
	position: relative;
	padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
	height: 0;
	overflow: hidden;
}
.movie iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*　バナー　*/
.top_bnr_area {
	background: #faf9f7;
	padding: 70px 0;
}
.top_bnr_area .bnr {
	display: block;
}
.top_bnr_area .bnr img {
	width: 100%;
}

/* お知らせ & Twitter */
.top_news_area {
	padding: 0 0 70px;
	background: #faf9f7;
}
.top_news,
.sns_area {
	background: #fff;
	box-sizing: border-box;
	border: #ddd 1px solid;
}

/* お知らせ */
.goto_topics {
	float: right;
	padding-bottom: 20px;
	font-weight: bold;
	display: flex;
   	align-items:center;
}
.goto_topics::before{
	content: "";
	display: inline-block;
}
.goto_topics::after{
	clear: both;
}
.column {
	float: left;
	width: 50%;
}
.row:after {
	content: "";
	display: table;
	clear: both;
}
.top_news {
	float: left;
	width: 555px;
	height: 480px;
	padding-left:20px;
	border-top: #ad9860 4px solid;
}
.top_news .section_ttl {
	margin: 0 0 10px;
	padding-top: 30px;
	text-align: center;
	font-weight: bold;
	letter-spacing: .1em;
}
.top_news .section_ttl .eng {
	color: #a87d08;
	font-size: 48%;
	font-weight: normal;
	letter-spacing: .1em;
	font-family: Verdana, Arial, sans-serif;
}

.news_list {
	margin: 0 0 20px;
	padding-right: 20px;
	height: 346px;
	max-height: 346px;
	overflow: auto;
}
.news_list dt,
.news_list dd {
	padding: 10px 0;
	font-size: 150%;
	line-height: 1.5;
}
.news_list dt {
	float: left;
	/*width: 6em;
	color: #a87d08;
	font-weight: bold;*/
}
.news_list dd {
	padding-left: 8em;
	border-bottom: #c5b68e 1px solid;
}
.news_list .news_title {
	float: left;
	width: 90%;
}
.news_list .news_arrow {
	display: flex; 
	justify-content: flex-end
}
.news_list dd:after {
	content: "";
	display: table;
	clear: both;
}
.news_list dd a {
	color: #222;
	display: inline-block;
	text-decoration: none;
	transition: .2s;
	/*background: url(../img/icon_link.png) no-repeat right 4px;
	background-size: auto 16px;
	*/
	padding-right: 20px;
}
.news_list dd a:hover {
	color: #333;
	text-decoration: none;
}
.news_list dd div b {
	font-weight: bold;
}

.go_news_list {
	width: 100px;
	margin: 0 auto;
	padding: 0 0 0 19px;
	background: url(../img/arrow_r.png) no-repeat 0 center;
	background-size: 14px;
	font-size: 150%;
	color: #222;
}

/* Twitter */
.sns_area {
	float: right;
	width: 400px;
	margin-left: 20px;
	border-top: #55acee 4px solid;
	border-bottom: none;
}




/*　店舗案内　*/
.top_tenpo {
	background: url(../img/tenpo_area_bg.jpg) no-repeat 0 0;
	padding: 0 0 80px;
}
.top_tenpo .section_ttl {
	padding: 50px 0;
	text-align: center;
	font-weight: bold;
	letter-spacing: .1em;
}
.top_tenpo .tenpo_area_wrap {
	width: 94%;
	max-width: 1500px;
	margin: 0 auto 30px;
}
.top_tenpo .tenpo_area_in {
	margin-right: -2%;
	overflow: hidden;
}
.top_tenpo .tenpo_area {
	float: left;
	/*width: 32%;*/
	width: 31%;
	max-width: 480px;
	margin: 0 2% 0 0;
	background-color: #3e352b;
	background-repeat: no-repeat;
	background-position: center 0;
	padding: 0 20px 20px;
	box-sizing: border-box;
	/* 高さを揃える */
	padding-bottom: 32767px;
  margin-bottom: -32747px;
}
.top_tenpo .morioka_area {
	background-image: url(../img/tenpo_morioka_area.png);
}
.top_tenpo .kennan_area {
	background-image: url(../img/tenpo_kennan_area.png);
}
.top_tenpo .sendai_area {
	background-image: url(../img/tenpo_sendai_area.png);
}

.top_tenpo .tenpo_area p {
	margin: 0 0 10px;
	padding: 75px 0;
	text-shadow: 0 0 4px #000;
	color: #fff;
	font-size: 250%;
	font-weight: bold;
	font-family: Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , serif;
	text-align: center;
}
.top_tenpo .tenpo_area ul {
	letter-spacing: -.4em;
}
.top_tenpo .tenpo_area ul li {
	display: inline-block;
	width: 50%;
	border-right: #3e352b 2px solid;
	border-bottom: #3e352b 2px solid;
	letter-spacing: normal;
	box-sizing: border-box;
}
.top_tenpo .tenpo_area ul a {
	display: block;
	padding: 10px 10px;
	background: #d8d7d5 url(../img/arrow_r_br.png) no-repeat 94% center;
	background-size: 9px 14px;
	text-decoration: none;
	font-size: 170%;
	color: #3e352b;
	transition: .2s;
}
.top_tenpo .tenpo_area ul a:hover {
	background: #b48f2c url(../img/arrow_r_br.png) no-repeat 94% center;
	background-size: 9px 14px;
}

.top_tenpo .thailand_area {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
}
.top_tenpo .thailand_area img {
	width: 100%;
}

/* メニュー */
.top_menu {
	background: url(../img/top_menu_bg.jpg) no-repeat center top;
	padding: 80px 0;
}
.top_main_menu {
	margin: 0 auto 30px;
}
.top_main_menu li {
	/*width: 484px;*/
	width: 48.4%;
	/*background: #000;*/
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
}
.top_main_menu li.menu01 {
	float: left;
	height: 390px;
	/*margin: 0 32px 0 0;*/
	margin: 0 3.2% 0 0;
	background-image: url(../img/top_main_menu01_bg.jpg);
}
.top_main_menu li.menu02,
.top_main_menu li.menu03 {
	float: right;
	height: 179px;
}
.top_main_menu li.menu02 {
	margin: 0 0 32px;
	background-image: url(../img/top_main_menu02_bg.jpg);
}
.top_main_menu li.menu03 {
	background-image: url(../img/top_main_menu03_bg.jpg);
}
.top_main_menu li a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative
}
.top_main_menu li img {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

/* 黒フィルター */
.top_main_menu li a:before {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.4);
	content: '';
	transition: .3s ease-in;
}
.top_main_menu li a:hover:before {
	background: rgba(0,0,0,0);
}

/* サブメニュー */
.top_sub_menu {
	margin: 0 auto 80px;
}
.top_sub_menu li {
	float: left;
	max-width: 31.2%;
	margin: 0 32px 0 0;
	margin: 0 3.2% 0 0;
}
.top_sub_menu li:last-child {
	margin: 0;
}
.top_sub_menu li img {
	width: 100%;
}

/* おとりよせネット */
.otoriyose {
	width: 100%;
	margin-bottom: 80px;
}
.otoriyose a {
	display: block;
	width: fit-content;
	margin: auto;
}
.otoriyose a img {
	width: 100%;
	height: 100%;
}


/* 採用バナー */
.top_menu_recruit {
	max-width: 860px;
	margin: 0 auto;
}
.top_menu_recruit img {
	width: 100%;
}



/*		店舗案内				
-----------------------------------------------------*/
.tenpo_box {
	margin: 0 0 40px;
}
.tenpo_box:last-child {
	margin: 0;
}

.tenpo_info {
	background: #eee;	
}
.tenpo_info dt,
.tenpo_info dd {
	padding: 10px 1em;
	box-sizing: border-box;
}
.tenpo_info dt {
	float: left;
	width: 10em;
	color: #4a3b2b;
	font-weight: bold;
}
.tenpo_info dd {
	padding-left: 10.5em;
	border-bottom: #e2d7ce 1px solid;
}
.tenpo_info dd a {
	word-break: break-all;
	word-wrap: break-word;
}

.tenpo_box .col_right {
	margin: 0;
}
.tenpo_box .col_right img {
	margin: 0 0 20px;
}
.tenpo_box .col_right iframe {
	height: 210px;
}

/* SNSアイコン */
.tenpo_sns_link {
	margin: -10px 0 15px;
}
/* 店舗動画 */
.tenpo_movie_wrap {
	max-width: 1000px;
	margin: 0 auto 35px; 
}
.tenpo_movie {
	position: relative;
	padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
	height: 0;
	overflow: hidden;
}
.tenpo_movie iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/*		お問い合わせ				
-----------------------------------------------------*/
.mail_form {
	padding: 10px 25px 25px;
	background: #eee;
}
.contents .mail_form table {
	width: 100%;
}
.contents .mail_form th,
.contents .mail_form td {
	border: none;
	background: none;
	padding: 25px 0;
	border-bottom: #e2d7ce 1px solid;
}
.contents .mail_form th {
	width: 18%;
	text-align: left;
}
.contents .mail_form th .hissu {
	display: inline-block;
	margin-left: 10px;
	background: #8c6f20;
	padding: 0 15px 1px;
	color: #fff;
	font-size: 88%;
	border-radius: 2px;
}
.mail_form input,
.mail_form textarea {
	padding: 10px;
	box-sizing: border-box;
	border: #ccc 1px solid;
}
.f-name, .f-mail, .f-tel {
	width: 60%;
}
.f-address, .f-naiyou {
	width: 100%;
}
.f-yubin {
	margin-bottom: 10px;
}

.contents .contact_caution {
	font-size: 90%;
	color: #b11c1c;
}


/* -----------------------------------------------------
		タブレット専用［640px以上　959px以下］				
----------------------------------------------------- */
@media screen and (max-width: 959px) {
	
		
	/*		header				
	-----------------------------------------------------*/

	/* ----------　　Top page　　 ---------- */
	.top .header {
		border: #fff 5px solid;
		overflow: visible;
		height: auto;
		
		max-height: none;
	}
	/* top slide */
	.main_slide {
		height: auto;
	}
	.main_slide_list {
		position: relative;
	}
	/* logo */
	.header_logo {
		position: absolute;
		width: 180px;
	}
	/* nav */
	.header_nav {
		display: none;
	}

	/* ヘッダー文字情報 */
	.image_catch_wrap {
		display: block;
		
		position: static;
		width: auto;
		top: 100%;
		bottom: auto;
		left: 0;
		right: 0;
		margin: auto;
		padding: 18px 4%;
		background: #27211b;
	}

	.image_catch {
		margin-bottom: 18px;
		padding-bottom: 18px;
	}
/*
.image_catch:last-child {
	border: none;
	margin-bottom: 0;
	padding-bottom: 10px;
}
*/
	.image_catch h2 {
		font-size: 240%;
	}
	.image_catch p {
		font-size: 150%;
	}

	/* pager */
	.slick-dots {
		left: auto;
		text-align: center;
		right: auto;
		bottom: 20px;
}

/* 右矢印　＞ */
/*
.arrow_r{
  position: relative;
}
.arrow_r::before{
  content: '';
  width: 12px;
  height: 12px;
  border: 0px;
  border-top: solid 4px #fff;
  border-right: solid 4px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -7px;
}
*/


/* ----------　　contents page　　 ---------- */
/*
.cnt_page .header {
	position: relative;
	width: 100%;
	border: #fff 10px solid;
	box-sizing: border-box;
	height: 350px;
	background: url(../img/page_header.jpg) no-repeat center center;
	background-size: cover;
}
*/

	/* logo */
	.cnt_page .header_logo {
		position: absolute;
		width: 180px;
	}

/*
.page_header {
	position: absolute;
	height: 1em;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.page_ttl {
	font-size: 300%;
	font-weight: bold;
	text-align: center;
	color: #fff;
	letter-spacing: .15em;
}
*/
	
	/*		コンテンツページ　共通			
	-----------------------------------------------------*/
	.contents .inner {
		padding: 0 5px;
	}
	
	
	
	/*		top page				
	-----------------------------------------------------*/
	.top .section_in {
		padding: 0 5px;
		box-sizing: border-box;
	}
	
	
	/*　店舗案内　*/
	.top_tenpo .tenpo_area ul {
		letter-spacing: normal;
	}
	.top_tenpo .tenpo_area ul li {
		display: block;
		width: 100%;
	}

	
	
	
	/*		drawer menu				
	-----------------------------------------------------*/
	/* ハンバーガー */
	#humberger{
		display: block;
		position: fixed;
		top: 5px;
		right: 5px;
		z-index: 3;
		width: 30px;
		padding: 15px 10px 10px;
		background: rgba(41, 37, 33,.8);
		cursor: pointer;
	}
	.icon-bar{
		height: 2px;
		background: #fff;
		display: block;
		margin-bottom: 6px;
		-webkit-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
			 -moz-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
				 -o-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
						transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */

		-webkit-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); 
			 -moz-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); 
				 -o-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); 
						transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */
	}
	/*ドロワーメニュー*/
	#drawernav {
		display: block;
		position: fixed;
		top: 0;
		right: -240px;
		width: 240px;
		height: 100%;
		background: #3e352b;
		color: #fff;
		z-index: 2;
		padding-top: 40px;
		overflow: auto;
		-webkit-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
			 -moz-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
				 -o-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
						transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */

		-webkit-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); 
			 -moz-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); 
				 -o-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); 
						transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */
	}
	
	/* nav */
	.drawer_nav {
		padding: 15px;
		height: 100%;
	}
	.drawer_main_nav li {
	}
	.drawer_main_nav li a {
		display: block;
		padding: 13px 0;
		border-bottom: #29221a 1px dotted;
		font-size: 150%;
		line-height: 1.4;
		color: #fff;
		text-decoration: none;
	}
	.drawer_main_nav li.online a {
		background: url(../img/icon_shopping.png) no-repeat 94% center;
		background-size: 35px auto;
/*		padding-left: 42px;*/
	}
	
	.drawer_sns_link {
		display: none;
	}
	
	
	/*ドロワー開放時のスタイル*/
	body.drawer-opened #wrapper{
			/*left: -240px;*/
			left: -235px;
			/*box-shadow: 1px 0 2px #000;
			-webkit-box-shadow: 1px 0 2px #000;*/
	}
	body.drawer-opened .fixed-content{
			left: -240px;
	}
	body.drawer-opened #drawernav{
			right: 0;
	}
	body.drawer-opened #humberger .icon-bar{
			background: #fff;
	}
	body.drawer-opened #humberger :nth-child(1){
			transform:translate(0,8px) rotate(45deg);
			-webkit-transform:translate(0,8px) rotate(45deg);
	}
	body.drawer-opened #humberger :nth-child(2){
			transform:translate(-20px ,0);
			-webkit-transform:translate(-20px ,0);
			opacity:0;
	}
	body.drawer-opened #humberger :nth-child(3){
			transform:translate(0,-8px) rotate(-45deg);
			-webkit-transform:translate(0,-8px) rotate(-45deg);
	}
	body.drawer-opened #overlay{
			z-index: 3;
			opacity: 0.3;
			left: -240px;
	}


	
}

/* -----------------------------------------------------
		Mobile専用 599px以下				
----------------------------------------------------- */
@media screen and (max-width: 599px) {
	
		.pc_none {
			display: block; /* PCで非表示 */
		}
		.sp_none {
			display: none;
		}
		
		/*		header				
		-----------------------------------------------------*/

		/* ----------　　Top page　　 ---------- */
		
		/* top slide */
		.main_slide {
			margin-top: 75px;
		}

		/* logo */
		.header_logo {
			width: 150px;
		}

		/* ヘッダー文字情報 */
		.image_catch h2 {
			font-size: 200%;
		}
		.image_catch p {
			font-size: 140%;
		}

		/* pager */
		.slick-dots {
			/*bottom: 10px;*/
			bottom: 0px;
			/* width: 20px; */
		}
		.slick-dots li {
			margin: 0 5px 3px;
		}
		/*.slick-dots {
			display: block;
		}*/

		/* 右矢印　＞ */
		.arrow_r::before{
			content: '';
			width: 8px;
			height: 8px;
			border: 0px;
			border-top: solid 3px #fff;
			border-right: solid 3px #fff;
			-ms-transform: rotate(45deg);
			-webkit-transform: rotate(45deg);
			transform: rotate(45deg);
			position: absolute;
			top: 50%;
			right: 0;
			margin-top: -4px;
		}


/* ----------　　contents page　　 ---------- */
		.cnt_page .header {
			border: #fff 5px solid;
			
			
			/*position: relative;
			width: 100%;
			
			box-sizing: border-box;
			height: 350px;
			background: url(../img/page_header.jpg) no-repeat center center;
			background-size: cover;*/
		}

		/* logo */
		.cnt_page .header_logo {
			width: 150px;
		}

/*
.page_header {
	position: absolute;
	height: 1em;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.page_ttl {
	font-size: 300%;
	font-weight: bold;
	text-align: center;
	color: #fff;
	letter-spacing: .15em;
}
*/
	
	
		/*		footer				
		-----------------------------------------------------*/
		.footer_in {
			width: 94%;
			margin: 0 auto 20px;
		}
		.footer_logo {
			width: 110px;
			margin: 0 30px 80px 0;
			float: left;
		}

		.go_top {
			right: 0;
		}

	
		/*		コンテンツページ共通				
		-----------------------------------------------------*/
		.contents .section {
			padding: 15px 0;
		}
		.contents .section_ttl_wrap {
			padding: 20px 0;
		}
	
	
	
		/* 1カラムテーブル */
		.contents table.rpsv {
			display: block;
		}
		.contents table.rpsv th,
		.contents table.rpsv td {
			display: block;
			width: 100%;
			box-sizing: border-box;
			border: none;
		}
		.contents table.rpsv th {
			border-top: solid 1px #ccc;
			border-bottom: solid 1px #dedede;
		}
		.contents table.rpsv td {
			margin: 0 0 15px;
		}
		
	
		/* （電話・メール）用　リンク */
		.contact_menu li {
			display: block;
			margin: 0 auto 5px;
		}
		.contents .contact_menu li a {
			width: 100%;
			margin: 0;
			box-sizing: border-box;
		}

	
	
	
	
		/*		Top Page			
		-----------------------------------------------------*/

		/* ----------　　main　　 ---------- */
		.top .section_in {
			max-width: none;
			width: 94%;
			margin: 0 auto;
		}

		/* ムービー */
		.top_movie_area .section_ttl {
			font-size: 220%;
			line-height: 1.3;
		}
		.movie_wrap {
			padding-bottom: 40px;
		}

		/*　バナー　*/
		.top_bnr_area {
			padding: 40px 0;
		}

		/* お知らせ & Twitter */
		.top_news_area {
			padding: 0 0 30px;
		}
		/* お知らせ */
		.top_news {
			float: none;
			width: 100%;
			margin: 0 0 25px;
		}
		.news_list dt,
		.news_list dd {
			padding: 0 0 8px;
			font-size: 150%;
			line-height: 1.5;
		}
		.news_list dt {
			float: none;
			width: 100%;
		}
		.news_list dd {
			padding-left: 0;
			margin: 0 0 13px;
		}

		/* Twitter */
		.sns_area {
			float: none;
			width: 100%;
		}




		/*　店舗案内　*/
		.top_tenpo {
			background: #d6d0c1;
			padding: 0 0 30px;
		}
		.top_tenpo .tenpo_area_in {
			margin-right: auto;
			overflow: auto;
		}
		.top_tenpo .tenpo_area {
			float: none;
			width: 100%;
			background-size: 130%;
			margin: 0 auto;
			padding: 0 15px 20px;
			/* 高さを揃える(解除) */
			padding-bottom: 20px;
			margin-bottom: 20px;
		}
		.top_tenpo .tenpo_area p {
			padding: 65px 0;
		}

		.top_tenpo .tenpo_area ul a {
			display: block;
			padding: 10px 10px;
			background: #d8d7d5 url(../img/arrow_r_br.png) no-repeat 96% center;
			background-size: 9px 14px;
			text-decoration: none;
			font-size: 160%;
			line-height: 1.3;
			color: #3e352b;
			transition: .2s;
		}
		.top_tenpo .tenpo_area ul a:hover {
			background: #b48f2c url(../img/arrow_r_br.png) no-repeat 96% center;
			background-size: 9px 14px;
		}

		.top_tenpo .thailand_area {
			max-width: none;
			width: 94%;
			margin: 0 auto;
		}



		/* メニュー */
		.top_menu {
			background: none;
			padding: 30px 0;
		}
		.top_main_menu li {
			width: 100%;
			background-size: 100%;
		}
		.top_main_menu li.menu01 {
			float: none;
			height: 200px;
			margin: 0 0 10px;
		}
		.top_main_menu li.menu01 img {
			max-width: 270px;
		}
		.top_main_menu li.menu02,
		.top_main_menu li.menu03 {
			float: none;
			height: 130px;
		}
		.top_main_menu li.menu02 {
			margin: 0 0 10px;
		}
		/* サブメニュー */
		.top_sub_menu {
			margin: 0 auto 30px;
		}
		.top_sub_menu li {
			float: none;
			width: 100%;
			max-width: 312px;
			margin: 0 auto 10px;
		}
		.top_sub_menu li:last-child {
			margin: 0 auto;
		}

		/* おとりよせネット */
		.otoriyose {
			margin-bottom: 30px;
		}
/* 採用バナー */
/*
.top_menu_recruit {
	max-width: 860px;
	margin: 0 auto;
}
.top_menu_recruit img {
	width: 100%;
}
*/



		/*		店舗案内				
		-----------------------------------------------------*/
		.tenpo_box .col_left,
		.tenpo_box .col_right	{
				float: none;
				width: 100%;
				margin: 0 0 25px;
		}
		.tenpo_info dt {
			float: none;
			width: 100%;
		}
		.tenpo_info dd {
			padding: 0 1em 10px;
			border-bottom: #e2d7ce 1px solid;
		}
	
	
		/*		お問い合わせ				
		-----------------------------------------------------*/
		.mail_form {
			padding: 10px;
		}
		.contents .mail_form table {
			display: block;
		}
		.contents .mail_form th,
		.contents .mail_form td {
			display: block;
			width: 100%;
			padding: 15px 0;
		}
		.contents .mail_form th {
			border-bottom: none;
			padding-bottom: 0;
			font-weight: bold;
		}
		.f-name, .f-mail, .f-tel {
			width: 100%;
		}


}

/* -----------------------------------------------------
		Print 			
----------------------------------------------------- */
@media print {
#wrapper{
	width:100%;
	margin: 0 auto;
	overflow:visible;
}
}

/* ポイントカード */
.point{
	margin: 0 auto;
	width: 600px;
	display: block;
	padding-bottom: 1em;
	}
@media screen and (max-width: 599px) {
.pointsp{
	width: 360px;
	}
}


.p-topics-sns__li {
	line-height: 24px;
}

.top_news .p-general {
    display: none;
}

.top_news .c-flexclm-topics {
    display: none;
}

.top_news .c-title-bar {
    display: none;
}