@charset "UTF-8";
/*
style.css

文字：201410
メインカラー：005e3c

*/
article, aside, details, figcaption, figure, footer, header, nav, section, summary {
  display: block; }

audio, canvas, video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden] {
  display: none; }

html {
	height: 100%;
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
html, body, button, input, select, textarea {
	font-family: 'Noto Sans JP', "Noto Sans JP", "Arial", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-feature-settings : "palt" 1;
	letter-spacing: 0;
  line-break:strict;/* normalは句読点のみ*/
}


body {
  color: #201410;
  line-height: 1;
  margin: 0;
  padding: 0;
  font-size: 15px;
  background: #fff;
  min-width: 1024px;
}

html.header_open, html.header_open body{
	overflow:hidden;
}

a {
  color: #005e3c;
  text-decoration: none;
  font-size: inherit;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  }

a:focus {
  outline: none; }

a:active, a:hover {
  outline: 0; }
a img{
	transition: opacity 0.3s ease-out;
}
a:hover img {
  opacity: 0.8;
}

.ie a:hover img {
  -ms-filter: "alpha(opacity=75)"; }

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
  font-size: inherit;
	word-break: break-all;
	
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  line-height: 1.6;
  font-weight: 900;
}

h1 {
  font-size: 132%;
  line-height: 1.3; }

h2 {
  font-size: 115%; }

h3 {
  font-size: 100%; }

p {
  line-height: 1.7;
  text-align: left;
  text-align: justify;
  word-break: break-all; }

address {
  font-style: normal; }

b, strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

mark {
  background: #ff0; }

code, kbd, pre, samp {
  font-family: monospace, serif;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none; }

pre {
  overflow: auto;
  padding: 0;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

blockquote, q {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none; }

blockquote {
  margin: 0; }

blockquote blockquote {
  margin: 0; }

blockquote cite, blockquote small {
  font-weight: normal;
  text-transform: uppercase; }

small {
  font-size: smaller; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

dl {
  margin: 0;
  border-top: #201410 1px solid; }

dt, dd {
  font-weight: normal;
  border-bottom: #201410 1px solid;
  margin: 0;
  display: block;
  font-size: 80%;
  padding: 15px 5px;
  line-height: 1.4; }

menu, ol, ul {
  margin: 0;
  padding: 0; }

ul {
  list-style-type: square; }

nav ul, nav ol {
  list-style: none;
  list-style-image: none; }

li > ul, li > ol {
  margin: 0; }

li {
  list-style: none;
  font-size: 100%; }

img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  display: block;
  margin: 0 auto;
  vertical-align: top;
  max-width: 100%;
  height: auto;
  }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

form {
  margin: 0; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0;
  white-space: normal; }
label{
}
.form_item_hidden{
	display: none;
}
.form_item_hidden.on{
	display: block;
}
button, input, select, textarea {
  margin: 0;
  max-width: 100%;
  vertical-align: baseline; }

button, input {
  line-height: normal; }

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], input[disabled] {
  cursor: default; }

input[type="checkbox"], input[type="radio"] {
  padding: 0; }

input[type="search"] {
  -webkit-appearance: textfield;
  padding-right: 2px;
  /* Don't cut off the webkit search cancel button */ }

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
	font-size:16px;
  overflow: auto;
  vertical-align: top; }

caption, th, td {
  font-weight: normal;
  text-align: left; }

caption {
  margin: 0; }

table, table.table {
  margin: 0;
  /* background: #fff; */
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 1;
  border-radius: 0;
  border: none;
  padding-bottom: 1px;
  width: 86%;
  word-break: break-all;
  /*  border-top: #ddd 1px solid;
  border-top: rgba(0, 0, 0, 1) 1px solid;
   border-bottom:#ddd 1px dotted; */
  margin: 30px auto;
  border-radius:6px;
  overflow:hidden;
  }

th, td, table.table th, table.table td {
  border-bottom: rgba(32, 20, 16, 0.3) 1px solid;
  border-right: none;
  border-left: none;
  margin: 0;
  padding: 20px 15px;
  line-height: 1.4;
  }
  tr:last-child th, tr:last-child td{
  	border-bottom:0;
  }

th, table.table th {
  font-weight: bold;
  background: rgba(0,0,0,0.05);
  }

.th2 {
  font-weight: normal;
  background: #e0d1c7;
  background: rgba(0, 0, 0, 0.05);
  color: #555;
  border-right: #ddd 1px solid; }

.th2:last-child {
  border-right: none; }

.th3 {
  font-weight: normal;
  background: #eee;
  background: rgba(0, 0, 0, 0.1);
  color: #444; }

.th4 {
  font-weight: normal;
  background: #999;
  background: rgba(0, 0, 0, 0.4);
  color: #fff; }

del {
  color: #333; }

ins {
  background: #fff9c0;
  text-decoration: none; }

hr {
  background: #ddd;
  border: 0;
  height: 1px;
  margin: 0 0 36px; }

.clearfix:after {
  content: "";
  clear: both;
  display: block; }

input[type="submit"], input[type="button"], .btn_submit{
  background: #201410;
  color: #fff;
  padding: 8px 25px;
  text-align: center;
  border: none;
  display: inline-block;
  /*min-width: 8em;*/
  width: auto;
  height: auto;
  box-sizing: content-box;
  font-size: inherit;
  border-radius: 20px;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  /*-webkit-font-smoothing:antialiased;*/
}
input[type="submit"].on, input[type="button"].on, .btn_submit.on {
  background: #005e3c;
}
input[type="submit"]:hover, input[type="button"]:hover, .btn_submit:hover {
  opacity: 0.8;
}

input[type="text"], input[type="tel"], input[type="url"], input[type="email"], input[type="number"], input[type="password"], input[type="date"], textarea {
  border: #201410 1px solid;
  background: #fff;
  box-sizing: border-box;
  padding: 4px;
  margin: 0;
  font-size: 16px;
  font-weight: normal;
  border-radius: 5px;
  outline: none;
  display: inline-block;
  /* width:100%; */
  -webkit-appearance: none;
  margin-right: 10px;
  max-width:100%;
  box-sizing:border-box;
}

textarea {
  font-size: 16px;
	-webkit-appearance: none;
  max-width:100%;
  box-sizing:border-box;
}
/*
.label_radio {
  cursor: pointer;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
  padding: 2px 0 0 23px;
  display: inline-block; }
  .label_radio:before {
    position: absolute;
    width: 15px;
    height: 15px;
    border: 2px solid #3c58cf;
    border-radius: 50%;
    left: 0px;
    top: 4px;
    content: '';
    z-index: 3; }
  .label_radio:after {
    content: '';
    position: absolute;
    width: 11px;
    height: 11px;
    border-radius: 100%;
    left: 4px;
    top: 8px;
    background-color: #3c58cf;
    z-index: 1; }
  .label_radio input[type="radio"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    position: absolute;
    z-index: 2;
    width: 20px;
    height: 20px;
    left: -23px;
    top: 1px;
    margin: 0px;
    box-shadow: 20px -1px #FFF; }
    .label_radio input[type="radio"]:checked {
      box-shadow: none; }
    .label_radio input[type="radio"]:focus {
      box-shadow: 20px 0px #FFF;
      opacity: 0.2; }
*/

select {
  cursor: pointer;
  border: #534741 1px solid;
  padding: 0 34px 0 8px;
  border-radius: 4px;
  line-height: 30px;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
  text-indent: .01px;
  text-overflow: "";
  height: 32px;
  font-size: 16px;
  position: relative;
  background-size: 31px auto;
  background:#f6f6f6;
}
.select_wrap{
	display: inline-block;
	position: relative;
}
.select_wrap:after{
	content:"";
	width: 5px;
	height:5px;
	border: #333 1px solid;
	border-width: 0 1px 1px 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	display:block;
	position:absolute;
	right:12px;
	top:50%;
	margin-top:-4px;
	pointer-events: none;
}

select::-ms-expand {
  display: none; }

option {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
  color: #444;
  padding: 5px 3px; }

option[selected] {
  color: #fff;
  background: rgba(60, 88, 207, 0.3); }

select:focus {
  border-color: #005e3c;
  outline: none; }

select.off {
  background: #f1f1f1;
  border-color: #ddd; }

input[type="text"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="date"]:focus, textarea:focus {
  border: #005e3c 1px solid; }


@media screen and (max-width: 767px) {
	body{
		font-size:15px;
		min-width:0;
		padding: 56px 0 0;
	}
	table,tbody,tr,th,td{
		display:block;
	}
	th{
		padding:10px 15px 8px;
		border-bottom:0;
	}
}


/* btn */

.btn_box{
}
.btns{
	text-align: center;
	margin: 50px auto;
}
.btn{
	display: block;
	background: #201410;
	color: #fff;
	font-size: 17px;
	margin: 0 auto;
	padding: 20px 0;
	border-radius: 30px;
	width: 86%;
	max-width: 320px;
}
.btn:hover{
	background: #4a3e39;
}


/* bnrs */

.bnrs{
}
.bnr{
}
.bnr a{
}


/*-------------------------------*  他  */
@media screen and (min-width: 768px) {
  .forSP {
    display: none; } }
@media screen and (max-width: 767px) {
  .forPC {
    display: none !important; } }
.dn {
  display: none; }

.hidden {
  visibility: hidden; }

@media print {
  html .no_print {
    display: none !important; } }
.clear {
  clear: both; }

.headerBnr {
  display: none; }

/*-----------------------------------------------------------------------------* container */
.container {
  overflow: hidden;
}

/*-----------------------------------------------------------------------------* ヘッダー #header */

#header {
	background:#fff;
	position: relative;
	border-bottom: 3px solid #201410;
	font-family: 'Lato', 'Noto Sans JP', sans-serif;
	z-index:1001;
}
.header_inner{
	max-width: 1440px;
	margin:0 auto;
	position:relative;
	height: 86px;
}
.header_logo {
	position: absolute;
	left:0;
	top:0;
	font-size: 22px;
	line-height:1;
	text-align: left;
	padding: 0;
	font-weight: normal;
	height: 100%;
}
.header_logo_link{
	color: #201410;
	display: block;
	padding: 19px 33px;
}

.header_logo_img {
}
.header_logo_link:hover .header_logo_t {
	opacity:0.7;
}

.header_nav {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0;
	line-height: 0;
	/* overflow:hidden; */
}
.header_nav:after{
	content:"";
	display:block;
	clear:both;
}

.header_nav_links {
	overflow: hidden;
	float:left;
	padding: 0 26px 0 0;
	margin: 0 118px 0 0;
}

.header_nav_link {
	color:#201410;
	display: block;
	float:left;
	margin:0 10px;
	padding: 0 6px;
	font-size:15px;
	text-align:center;
	position:relative;
	height:89px;
	box-sizing:border-box;
	line-height: 89px;
	letter-spacing:2px;
}
.header_nav_link:before{
	content: "";
	display: inline-block;
	background: url("../images/icon_store.png") right center no-repeat;
	width: 20px;
	height: 18px;
	background-size: auto 100%;
	margin: 0 0.6em -2px 0;
}
.header_nav_link-story:before {
	background-image:url("../images/icon_story.png");
}
.header_nav_link-brandnews:before {
	background-image:url("../images/icon_brandnews.png");
}
.header_nav_link-column:before {
	background-image:url("../images/icon_column.png");
}
.header_nav_link-kodawari:before {
	background-image:url("../images/icon_kodawari.png");
}
.header_nav_link-menu:before {
	background-image:url("../images/icon_menu.png");
}
.header_nav_link-recruit:before {
	background-image:url("../images/icon_recruit.png");
}

.header_nav_link:after{
	content:"";
	display:block;
	height:6px;
	position:absolute;
	left:0;right:0;bottom:0;
	background:#201410;
	right:100%;
	transition:0.3s;
	
}
.header_nav_link:hover {
}
.header_nav_link:hover:after {
	right:0;
}

.nav_btn{
	position:relative;
	color:#201410;
	border-left: 2px solid #201410;
	padding: 0;
	height: 89px;
	width:118px;
	background-size: 100% 100%;
	text-align: center;
	box-sizing: border-box;
	font-size:11px;
	letter-spacing:2px;
	cursor:pointer;
	position: absolute;
	top:0;
	right:0;
	z-index: 10002;
}

.nav_btn_txt{
	padding:60px 0 0;
	height:10px;
	transition:0.3s ease-out;
	overflow:hidden;
	display: block;
	transform: translateY(3px);
}
.nav_btn:before, .nav_btn:after{
	content:"";
	height:3px;
	width:27px;
	display:block;
	position:absolute;
	left:0;top:0;right:0;bottom:0;
	margin:auto;
	background:#201410;
	transition:0.3s ease-out;
}
.nav_btn:before{
	bottom:35px;
}
.nav_btn:after{
	bottom:15px;
}
.nav_btn:hover{
	color:#005e3c;
}
.nav_btn:hover:before,.nav_btn:hover:after{
	background:#005e3c;
}
.nav_btn:hover:before{
	bottom:0;
	transform:translateX(33%) translateY(-10px) rotate(135deg);
}
.nav_btn:hover:after{
	bottom:0;
	transform:translateX(-33%) translateY(-10px) rotate(225deg);
}
#header.on .nav_btn:before,#header.on .nav_btn:hover:before{
	bottom:0;
	transform:rotate(495deg);
}
#header.on .nav_btn:after,#header.on .nav_btn:hover:after{
	bottom:0;
	transform:rotate(585deg);
}
#header.on .nav_btn_txt{
	height:0;
	line-height: 1;
}

/* パンくず .bread  */
.bread {
  font-size: 12px;
  padding: 13px 0 13px 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow:ellipsis;
  max-width: 100%;
  box-sizing: border-box;
}
.bread_list_item {
  display: inline-block;
}
body.brandnews_detail .bread_list_item:last-child,body.column_detail .bread_list_item:last-child,body.menu_detail .bread_list_item:last-child{
  white-space: nowrap;
  overflow: hidden;
  text-overflow:ellipsis;
  width:400px;	
}
.bread_list_item:not(:last-child):after {
  content: "";
  display: inline-block;
  width:4px;
  height: 4px;
  border: #201410 solid;
  border-width: 1px 1px 0 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 0.4;
  margin: -2px 0.3em 0;
  vertical-align: middle;
}
.bread_list_item_link {
  color: #201410;
  opacity: 0.4;
}
.bread_list_item_link:hover {
  text-decoration: underline;
  opacity: 1;
}
@media screen and (max-width:767px) {
  #header{
  	height:56px;
  	position:fixed;
  	top: 0;
  	left:0;
  	right:0;
  	/* overflow:hidden; */
  	z-index: 1000;
  	/*box-shadow: 0 0.8px 0 rgba(0,0,0,0.3);*/
  	/* border-bottom:rgba(0, 0, 0, 0.3) 0.5px solid; */
  	border:none;
  }
  #header:after{
  	content:"";
  	position:absolute;
  	left:0;right:0;
  	bottom:-0.5px;
  	height:0.5px;
  	background:rgba(0, 0, 0, 0.2);
  }
  .header_inner{
  height: auto;
  }
  .header_logo {
	  padding: 0;
	  position: relative;
	  overflow: hidden;
	  box-sizing: border-box;
	 }
  .header_logo_link{
  	padding:13px;
  	position: relative;
  }

  .header_logo_img {
  	height:31px;
  	width:auto;
  }
  .header_logo_link:hover .header_logo_t {

  }

  .header_nav {
  	margin:0 auto;
  	padding: 0;
  	right: 0;
  }

  .header_nav .header_nav_links {
	  padding: 0;
	  border: 0;
  }

  .header_nav_link {
  	display:none;
  }
  .header_nav_link-shop {
  	display:block;
  }
  .header_nav_link-shop {
  	display:block;
  	position:absolute;
  	right: 0;
  	top:0;
  	bottom:0;
  	height: 56px;
  	line-height:56px;
  	width:56px;
  	padding: 0;
  }

  .header_nav_link-shop:before {
  	height:22px;
  	margin-bottom: -4px;
  }
  .header_nav_link_txt {
  	display:none;
  }

	.nav_btn{
		border-left:none;
		padding: 0;
		height: 56px;
		width:56px;
		right:auto;
		left:0;
		overflow: hidden;
	}
	.nav_btn:before{
		bottom:10px;		
	}
	.nav_btn:after{
		bottom:-10px;
	}
	.nav_btn:hover{
	}
	.nav_btn:hover:before,.nav_btn:hover:after{
	}
	.nav_btn:hover:before{
		bottom:10px;		
		transform:none;
	}
	.nav_btn:hover:after{
		bottom:-10px;
		transform:none;
	}
	#header.on .nav_btn:before,#header.on .nav_btn:hover:before{
		bottom:0;
		transform:rotate(135deg);
	}
	#header.on .nav_btn:after,#header.on .nav_btn:hover:after{
		bottom:0;
		transform:rotate(225deg);
	}
	#header.on .nav_btn:before,#header.on .nav_btn:hover:before{
		bottom:0;
	}
	#header.on .nav_btn:after,#header.on .nav_btn:hover:after{
		bottom:0;
	}
	
	body.brandnews_detail .bread_list_item:last-child,body.column_detail .bread_list_item:last-child,body.menu_detail .bread_list_item:last-child{
	  width:100px;	
	}

 
}

.overlay_nav{
	position:fixed;
	top: 0;
	bottom:0;
	right:0;
	left:0;
	background:rgba(249, 245, 242, 0.92);
	padding: 119px 30px 30px 30px;
	z-index: 999;
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	transform:translateY(-3%) translate3d(0,0,0);
	transition:0.3s cubic-bezier(0.48, 0.07, 0.44, 0.99);
	box-sizing:border-box;
	opacity: 0;
	pointer-events:none;
	display: none;
}
.overlay_nav_inner{
	width: 100%;
	max-width: 850px;
	margin: auto;
	position: absolute;
	left: 0;
	top: 50%;
	right: 0;
	transform: translateY(-52%);
}
html.header_open .overlay_nav{
	transform:translateY(0%) translate3d(0,0,0);
	opacity: 1;
	pointer-events:auto;
}
.overlay_nav_items{
}
.overlay_nav_item{
	color:#201410;
	font-weight:bold;
}
.overlay_nav_item:hover{
	color:#005e3c;
}
.overlay_nav_items-main{
	overflow:hidden;
}
.overlay_nav_items-main .overlay_nav_item{
	padding: 18.5% 0 0;
	float:left;
	width: 29%;
	text-align:center;
	margin: 0 6.5% 3.5% 0;
	position:relative;
	box-sizing:border-box;
	font-size:13px;
	letter-spacing:1px;
}
.overlay_nav_items-main .overlay_nav_item:nth-child(3n){
	margin-right:0;
}
.overlay_nav_items-main .overlay_nav_item:hover{
	opacity:0.7;
}
.overlay_nav_items-main .overlay_nav_item:before{
	content:"";
	display:block;
	position:absolute;
	left:0;
	right:0;
	top:0;
	margin:0 auto;
	padding: 60% 0 0;
	border-radius:4px;
	background: url(../images/header_nav_img_top.jpg) center no-repeat;
	background-size:100% auto;
}
.overlay_nav_items-main .overlay_nav_item-top:before{
	background-image:url(../images/header_nav_img_top.jpg);
}
.overlay_nav_items-main .overlay_nav_item-store:before{
	background-image:url(../images/header_nav_img_shop.jpg);
}
.overlay_nav_items-main .overlay_nav_item-menu:before{
	background-image:url(../images/header_nav_img_menu.jpg?ver=202209);
}
.overlay_nav_items-main .overlay_nav_item-story:before{
	background-image:url(../images/header_nav_img_story.jpg);
}
.overlay_nav_items-main .overlay_nav_item-kodawari:before{
	background-image:url(../images/header_nav_img_kodawari.jpg);
}
.overlay_nav_items-main .overlay_nav_item-column:before{
	background-image:url(../images/header_nav_img_column.jpg);
}
.overlay_nav_items-main .overlay_nav_item-recruit:before{
	background-image:url(../images/header_nav_img_recruit.jpg);
}

.overlay_nav_items-subs{
	border-top:#201410 1px solid;
	border-bottom:#201410 1px solid;
	overflow:hidden;
	margin: 20px auto 0;
}
.overlay_nav_items-sub{
	padding:20px;
	float:left;
	width:50%;
	margin:0;
	box-sizing:border-box;
}
.overlay_nav_items-sub .overlay_nav_item{
	display:block;padding: 8px;
	border-radius:3px;
}
.overlay_nav_item[href="/brandnews"]:after{
	content:"NEW";
	display:inline-block;
	background:rgb(253, 238, 10);
	padding:3px 8px;
	font-size:12px;
	line-height:1;
	margin-left:5px;
	font-weight:bold;
}
.overlay_nav_items-sub .overlay_nav_item:hover{
	background:rgba(0, 94, 60, 0.1);
}
@media screen and (min-width: 768px) and (max-height: 850px) {
	.overlay_nav_inner{
	}
	.overlay_nav_items-main .overlay_nav_item{
		padding-top: 13.3%;
		margin-bottom: 2.5%;
	}
	.overlay_nav_items-main .overlay_nav_item:before{
		padding-top: 43%;
	}
	.overlay_nav_items-subs{
		margin-top:1%;
		font-size: 13px;
	}
	.overlay_nav_items-sub{
		padding:15px;
	}
	.overlay_nav_items-sub .overlay_nav_item{
		padding: 6px;
	}
}
@media screen and (min-width: 768px) and (max-height: 650px) {
	.overlay_nav_inner{
		max-width:750px;
	}
}
@media screen and (min-width: 768px) and (max-height: 550px) {
	.overlay_nav_inner{
		max-width:600px;
	}
}

@media screen and (max-width: 767px) {

	.overlay_nav{
		display:none;
	}
	html.header_open .overlay_nav{
		display:block;
		margin: 56px 0 0;
		overflow-y:auto;
		padding:0;
		-webkit-overflow-scrolling: touch;
		overflow-scrolling: touch;
		/* transform: none; */
		top: 0;
	}
	.overlay_nav_inner{
		display:block;
		padding: 40px 0 50px;
		transform: none;
		top: 0;
	}
	.overlay_nav_items{
		padding: 0;
	}
	.overlay_nav_item{
	}
	.overlay_nav_items-main{
		width:90%;
		margin:0 auto;
	}
	.overlay_nav_items-main .overlay_nav_item{
		float:none;
		display:block;
		padding:0;
		text-align:left;
		width: auto;
		border-top: #201410 1px solid;
		padding: 42px 0 42px 35%;
		margin:0 auto;
		font-size:100%;
	}
	.overlay_nav_items-main .overlay_nav_item:before{
		width:30%;
		height:auto;
		bottom:0;
		border-radius:0;
		left:0;
		right:auto;
		padding: 0;
		background-size: cover;
	}
	@media screen and (max-width: 380px) {
		.overlay_nav_items-main .overlay_nav_item{
			padding-left:41%;
		}
		.overlay_nav_items-main .overlay_nav_item:before{
			width:37%
		}
	}
	.overlay_nav_item-top{
	}
	.overlay_nav_item-store{
	}
	.overlay_nav_item-menu{
	}
	.overlay_nav_item-story{
	}
	.overlay_nav_item-kodawari{
	}
	.overlay_nav_item-column{
	}
	.overlay_nav_items-subs{
		width:90%;
		margin: 0 auto;
	}
	.overlay_nav_items-sub{
		width: auto;
		float: none;
	}
	.overlay_nav_items-sub .overlay_nav_item{
		font-weight:normal;
		border-top: #20141040 0.5px solid;
		display:block;
		padding: 20px  3%;
	}

}

/*-----------------------------------------------------------------------------* フッター #header */
#footer {
	margin: 100px auto 0;
	padding:0 0 60px;
	overflow: hidden;
}
.footer_bnrs{
	text-align:center;
	max-width:900px;
	width:86%;
	margin:0 auto;
}
.footer_bnr{
	display: block;
}
/*
.footer_bnr:nth-child(odd){
	margin-right: 4.666%;
}
.footer_bnr-footer_app{
	border-radius: 28px;
	overflow: hidden;
}
*/
.footer_bnr-footer_sns{
	position:relative;
	border:#201410 solid;
	border-width:1px 0 1px 0;
}
.footer_bnr_txt{
	position:absolute;
	top:50%;
	left:47px;
	font-weight:bold;
	font-size:20px;
	text-align:left;
	line-height:1.2;
	transform:translateY(-50%);
}
.footer_bnr_txt{
	position:absolute;
	top:50%;
	left:50%;
	margin:0 0 0 -150px;
	font-weight:bold;
	font-size:20px;
	text-align:left;
	line-height:1.2;
	transform:translateY(-50%);
}

.footer_bnr_btns{
	padding: 18% 0 0;
}
.btn_icon_insta, .btn_icon_fb, .btn_icon_tw, .btn_icon_line, .btn_icon_app{
	display:inline-block;
	width:60px;
	height:60px;
	border-radius:30px;
	background-color: #000;
	background-position: center;
	background-repeat:no-repeat;
	background-size:100% auto;
	margin:0 15px;
}

.btn_icon_insta:hover, .btn_icon_fb:hover, .btn_icon_tw:hover, .btn_icon_line:hover{
	opacity:0.7;

}
.btn_icon_insta{
	background-image:url(../images/icon_insta.png);
}
.btn_icon_fb{
	background-image:url(../images/icon_fb.png);
	background-color:#4262aa;
}
.btn_icon_tw{
	background-image:url(../images/icon_tw.png);
	background-color:#0080ba;
}
.btn_icon_line{
	background-image:url(../images/icon_line.png);
	background-color:#34ad2b;
}
.btn_icon_app{
	background-image:url(../images/icon_app.png);
}


.footer_bnr_btns .btn_icon_insta, .footer_bnr_btns .btn_icon_fb, .footer_bnr_btns .btn_icon_tw, .footer_bnr_btns .btn_icon_line, .footer_bnr_btns .btn_icon{
	position:relative;
	position:absolute;
	left:50%;
	top:0;
	bottom:0;
	margin:auto 0;
	background-color:#201410;
	margin-left: 20px;
}
.footer_bnr_btns .btn_icon_tw{
	left:50%;
	margin-left: 100px;
}

.footer_nav {
	width:auto;
	max-width: 900px;
	margin:100px auto;
	position:relative;
}
.footer_nav_items_wrapper {
	width: auto;
	margin:0;
	overflow:hidden;
}

.footer_nav_items {
	width: 25%;
	float:left;
}

.footer_nav_item_t, .footer_nav_item_a {
	display:block;
	margin: 23px 0 0;
	color:#201410;
	line-height: 1.2;
	font-size: 14px;
}
.footer_nav_item_t:first-child, .footer_nav_item_a:first-child {
	margin-top:0;
}
.footer_nav_item_t:hover, .footer_nav_item_a:hover {
	text-decoration:underline;
}

.footer_nav_item_t {
	font-weight:bold;
}
.footer_nav_items-sub .footer_nav_item_t{
	font-weight:normal;
}

.footer_nav_items .footer_nav_item_a {
	margin: 15px 0 0;
}
.footer_nav_items .footer_nav_item_a:before {
	content:"- ";
}


.footer_nav_item_corp {
	border:#201410 solid;
	color:#201410;
	border-width:1.3px 0 1.3px 0;
	display:block;
	position:relative;
	margin:auto;
	/* width:270px; */
	box-sizing:border-box;
	line-height: 1.2;
	padding:20px 10px;
	font-weight: normal;
	margin:33px 0 0;
	font-size: 14px;
}

.footer_nav_item_corp:before {
	content:"";
	border:#201410 solid;
	border-width:1px 1px 0 0;
	height:4px;
	width:4px;
	display:block;
	position:absolute;
	right: 10px;
	top:50%;
	transform:rotate(45deg) translateY(-50%);
}
.footer_nav_item_corp:after{
	content:"";
	display:block;
	position:absolute;
	top:3px;
	left:0;
	right:0;
	bottom:3px;
	background:rgba(0, 94, 60, 0.1);
	border-radius:3px;
	opacity:0;
	transition: ease-out 0.3s;
}
.footer_nav_item_corp:hover:after{
	opacity:1;
}

#copyright {text-align: center;font-size: 11px; letter-spacing:1px;}


@media screen and (max-width:767px) {
	#footer {
		margin:55px auto 0;
		padding: 0 0 50px;
		position:relative;
	}
	#footer:before {
		content:"";
		border-radius:1px;
		display:block;
		height:1px;
		position:absolute;
		left:5%;right:5%;
		top:0;
		background:#000;
	}
	#footer:before{
		display: none;
	}

  .footer_bnrs{
  	max-width:429px;
  }
  .footer_bnr{
  }
  /*
  .footer_bnr:first-child{
  	margin-top: 0;
  }
  .footer_bnr:nth-child(odd){
  	margin-right: auto;
  }
  .footer_bnr-footer_app{
  border-radius: 20px;
  }
  */
  .footer_bnr-footer_sns{
  border: none;
  }
  .footer_bnr_txt{
  }
  .footer_bnr_btns{
  padding: 24% 0 0;
  }

	.footer_bnr_txt{
		margin-left:-135px;
		font-size:18px;
	}
	.footer_bnr_btns .btn_icon_insta{
		margin-left: 7px;
	}
	.footer_bnr_btns .btn_icon_tw{
		margin-left: 80px;
	}

	.footer_nav {
		width:86%;
		margin: 40px auto;
	}

	.footer_nav_items_wrapper {
		width:auto;
	}
	.footer_nav_items {
		width:auto;
		float:none;
	}

	.footer_nav_item_t {
		display:block;
		margin:0;
		padding:18px 12px;
		font-weight:normal;
		border-top:#201410 0.5px solid;
		position:relative;
	}
	.footer_nav_item_a {
		display:none;
	}

	.footer_nav_item_t:after {
		content:"";
		border:#201410 solid;
		border-width:1px 1px 0 0;
		height:4px;
		width:4px;
		display:block;
		position:absolute;
		right: 10px;
		top:50%;
		transform:rotate(45deg) translateY(-50%);
	}
	.footer_nav_items-sub{
		border-top:#201410 0.5px solid;
		padding:15px 0;

	}
	.footer_nav_items-sub .footer_nav_item_t{
		display:inline-block;
		border:none;
		padding:10px 20px 10px 10px;
	}
	.footer_nav_items a:first-child {
	}
	.footer_nav_items a:hover {
	}


	.footer_nav_item_corp {
		margin: 40px auto 0;
		position:relative;
	}

	#copyright {margin: 50px auto 0;}


}

/*-----------------------------------------------------------------------------* キャンペーンヘッダーフッター campaign */
body.header_lp #header{
	background:none;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	border: none;
}
body.header_lp .header_nav_links,body.header_lp .bread{
	display:none;
}

body.header_lp .nav_btn{
	border: none;
}
body.header_lp-white .nav_btn{
	color:#fff;
	opacity: 0.6;
}
body.header_lp-white .nav_btn:before, body.header_lp-white  .nav_btn:after{
	background-color:#fff;
}
body.header_lp-white .header_logo{
	background:url(../images/header_logo-white.png) center no-repeat;
	background-size:150px auto;
}
body.header_lp-white .header_logo_img{
	opacity:0;
}
@media screen and (max-width:767px) {
	body.header_lp{
		padding:0;
	}
	body.header_lp-white .header_logo{
		background-size:auto 31px;
		background-position:center 14px;
	}
	body.header_lp-white .header_logo{
		background-size:auto 31px;
		background-position:center 14px;
	}
	body.header_lp-white .header_nav_link-shop{
		display:none;
	}
}

/*-----------------------------------------------------------------------------* 店舗検索ヘッダーフッター shop_header shop_footer */

body.shop_header .nav_btn{
	display:none;
}
body.shop_header .header_nav_links{
	margin-right:0;
}
body.shop_footer{
	padding:0;
}
body.shop_footer .other_contents{
	margin-top:0;
}
@media screen and (max-width:767px) {
	body.shop_header .header_logo_link:before{
		content:"";
		display:block;
		width:10px;
		height:10px;
		border:#201410 2px solid;
		border-width:3px 0 0 3px;
		transform:rotate(-45deg);
		position:absolute;
		left:20px;
		top:0;
		bottom:0;
		margin:auto 0;
	}
}


/*-----------------------------------------------------------------------------* メインの要素 contents */
.contents {
	width:86%;
	max-width:850px;
	margin:0 auto;
	padding:40px 0;
}
.content_detail_main{
	width:95%;
	max-width:1074px;
	margin:20px auto 50px;
}
.content_detail_main_img{
	border-radius:6px;	
}
.contents .contents_header {
	height:200px;
	background:url(../images/fc_title_img.jpg) 0 0 no-repeat #5f453a;
	background-size:100% 100%;
	position: relative;
	background: url(../images/menu_ttl_bg_2.jpg) center repeat-x;
	background-size: auto 100%;
	width: 100%;
	height: 105px;
	margin: 0 auto;
	z-index: 1;
}
.brandnews_detail .contents .contents_header {
	height: 230px;
	background-position: left top 50px;
	background-size: auto 100%;
}

.contents .lead {
	margin:50px 0 0;
	font-weight:bold;

}

.contents h2 {
	margin:75px 0 0;
	font-weight:bold;
	border:#201410 solid;
	border-width:3px 0 3px 0;
	padding: 22px 10px;
	font-size: 22px;
}

.contents h3 {
	margin: 60px 0 0;
	font-weight:bold;
	font-size: 24px;
}

.post_entry h4 {
	margin: 50px 0 0;
	font-weight:bold;
	font-size: 16px;
}
.post_entry h4:before{
	content:"■ ";
}

.post_entry h5 {
	margin: 45px 0 0;
	font-weight:bold;
	font-size: 16px;
}

.contents>p, .post_entry p {
	margin: 45px 0 0;
	line-height: 2.3;
	font-size: 16px;
}
.contents>p, .post_entry p.min {
	font-size:80% !important;
	line-height:1.5 !important;
	color:#666;
}

.contents .content_box {
	margin:34px 0 0;
	background:#efe7e2;
}

.contents .content_box img {
	display:block;
	margin:0 auto;
}

.post_entry .alignleft {
    float: left;
    max-width: 50%;
    margin: 45px 15px 12px 0;
}
.post_entry .alignright {
    float: right;
    max-width: 50%;
    margin: 45px 0 12px 15px;
}


.contents .notes {
	font-size:13px;
	line-height:1.5;
}

.contents .content_box .notes {
	width:94%;
	margin:2.5% auto 0;
	padding:0 0 3%;
}

.contents .content_box .notes .note {
	margin:5px 0 0;
	color:#c80000;
}

.post_entry ul{
	margin:25px 0 0;
}
.post_entry li{
	padding: 6px 10px 6px 0;
	margin-left: 1.8em;
	line-height: 1.6;
	text-align:justify;
	list-style-type:square;
	font-weight: bold;
}
.post_entry table{
	width: 100%;
	box-sizing:border-box;
	border: rgba(32, 20, 16, 0.3) 1px solid;
	border-collapse: separate;
}

.post_entry>figure,.post_entry>img{
	margin:50px 0 0;
	position:relative; 
}
.post_entry>figure,.post_entry>img{
	margin:50px 0 0;
	position:relative; 
}
.wp-block-embed-youtube .wp-block-embed__wrapper{
	position:relative;
	padding:56.25% 0 0;
}
.wp-block-embed-youtube .wp-block-embed__wrapper iframe{
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	right:0;
	width:100%;
	height:100%;
	border-radius:4px;
}
.post_entry figcaption{
	margin:10px 0 0;
	opacity:0.7;
}
.post_entry img{
	border-radius:4px;
	/* width: 100%; */
	height: auto;
}
.contents blockquote{
  margin:34px 0 0;
	background:#efe7e2;
  padding: 30px;
}
.contents blockquote p{
   margin: 0;
}
.contents blockquote cite{
   text-align: right;
   margin: 10px 0 0;
   display: block;
   opacity: 0.7;
}

.contents bold{
  font-weight: bold;
}
.contents strong{
  font-weight: bold;
  background: linear-gradient(transparent 60%, #ffff66 60%);
}
.post_entry .wp-block-gallery{
	margin:43px auto;
	padding:0;
}
.post_entry .wp-block-gallery:after{
	content:"";
	clear:both;
	display:block;
	margin-bottom:-4%;
}
.post_entry .blocks-gallery-item{
	list-style:none;
	margin:0 0 4%;
	width:48%;
	padding:0;
	float:left;
}
.post_entry .blocks-gallery-item:nth-child(odd){
	margin-right:4%;
}

.post_entry .bigtxt{
	line-height: 1.3;
	font-size: 35px;
	font-weight: bold;
}

@media screen and (max-width:767px) {
	.contents {
		padding:0;
		width: 86%;
	}
	.content_detail_main{
		width:auto;
		margin:0 auto 20px;
	}
	.content_detail_main_img{
		border-radius:0;
	}

	.contents .contents_header {
		height: auto;
	}
	.brandnews_detail .contents .contents_header{
		height:150px;
	}
	.contents .lead {
		margin:50px 0 0;
		font-weight:normal;

	}

	.contents h2 {
		font-size:18px;
	}

	.contents h3 {
		margin:40px 0 0;
		font-weight:bold;
		font-size:18px;
	}

	.contents>p {
		margin:30px 0 0;
		line-height:2.1
	}

	.contents .content_box {
		margin:34px 0 0;
		background:#efe7e2;
	}

	.contents .content_box img {
		display:block;
		margin:0 auto;
	}

	.contents .notes {
		font-size:13px;
		line-height:1.5;
	}

	.contents .content_box .notes {
		width:94%;
		margin:2.5% auto 0;
		padding:0 0 3%;
	}

	.contents .content_box .notes .note {
		margin:5px 0 0;
		color:#c80000;
	}

}

#fc_contact_form {
}


#system {
}

#flow {
}

#contract {
}

#fc_contact {
}

/*-----------------------------------------------------------------------------* フォーム form */

.contact_form{
	padding:0 0 30px;
	overflow: hidden;
}

form{
  
}
.form_table{
  
}
.form_table th{
  font-size: 13px;
}
.form_table .input_area{
  
}
.input_area .note{
	font-size:80%;
	display:inline-block;
}
.form_table .req th{
  
}
.input_area input{
  
}
.input_area span{
  
}
label{
	display:inline-block;
	margin:5px 10px 5px 0;
	cursor: pointer;
}
label span{
	display:inline-block;
	margin:0 0 0 0.3em;  
}
.contact_tel{
	padding:32px 0 26px;
}
.contact_tel_num {
	text-align:center;
	font-size:40px;
	line-height:1;
	padding: 0;
}
.contact_tel_num:before {
	content:"";
	display:inline-block;
	width:32px;
	height:33px;
	background:url(../images/footer_icon_tel.png) center no-repeat;
	background-size:100% auto;
	margin:0 0.2em 0 0;
}

.contact_tel_num span {
}

.contact_tel_note {
	margin:20px 0 0;
	text-align:center;
}

.contact_box_title {text-align: center;padding: 40px 0 0;font-size: 18px;margin: 0 auto 40px;}

.contact_box_title span {
}

.input_area {background: rgba(255,255,255,0.5);}
.input_area_title {
	font-weight:bold;
	margin: 15px 0 0;
}
.input_area_title:first-child{
	margin-top:0;
}

.input_area .input_area_group {
	margin: 10px 0 0;
}
.input_area_group_title {margin: 0 0.3em 0 0;font-weight: bold;}

.content_box_line {width: 86%;margin: 30px auto 30px;background: rgba(255,255,255,0.5);padding: 1% 4% 2%;box-sizing: border-box;border-radius: 6px;}

.content_box_line .content_box_line_title {margin: 20px 0;}

.content_box_line ul {font-size: 13px;line-height: 1.6;}

.content_box_line ul li {
	margin:10px 0 0;
	text-align: justify;
}

.content_box_line ul li a {
	text-decoration:underline;
}

.privaci_radio_box{
	display:block;
	margin:25px auto 0;
	text-align:center;
	border-top:rgba(32, 20, 16, 0.3) 1px solid;
	padding:10px 0 0
}
.content_box_line p {
	
}

.btns { margin: 30px auto; }

.btn {
}

@media screen and (max-width:767px) {
	.contact_tel{
	}
	.contact_tel_num {
	font-size: 33px;
	}
	.contact_tel_num:before {
	width: 26px;
	height: 26px;
	}

	.contact_tel_num span {
	}

	.contact_tel_note {
	font-size: 13px;
	margin: 15px 0 0;
	}

	.contact_box_title {
	}

	.contact_box_title span {
	}

	.form_table{
		width:100%;
		border-radius:0;
	}
	.input_area {
	}
	.input_area_title {
	}
	.input_area_title:first-child{
	}

	.input_area .input_area_group {
	}
	.input_area_group_title {
		display:block;
	}

	.content_box_line {
		width: 90%;
		margin: 2% auto;
		padding: 0;
	}

	.content_box_line .content_box_line_title {
		padding: 15px 5% 0;
		margin: 0 0 0;
	}

	.content_box_line ul {
		padding: 0 5% 7%;
		height: 300px;
		overflow-y: scroll;
	}

	.content_box_line ul li {
	}

	.content_box_line ul li a {
	}

	.privaci_radio_box{
		margin-top:0;
		padding: 12px 0;
	}
	.content_box_line p {

	}


}



/*-----------------------------------------------------------------------------* メインの要素 contents */
.contents-single {
	width:auto;
	max-width:none;
	margin:0 auto;
	padding:0;
}
.post_entry{
	width:86%;
	max-width: 800px;
	margin:0 auto;
	padding: 0;
}

.column_detail .contents_header {
	height: 52px;
	background:none;
	width: 94%;
	margin:0 auto;
}
.contents_header_txt{
	font-family: 'Lato', 'Noto Sans JP', sans-serif;
	font-size: 59px;
	letter-spacing: 1px;
	text-align:right;
	color: #fff;
	padding-top: 55px;
	margin-right: 20px;
}
.column_detail .contents_header_txt, .brandnews_detail .contents_header_txt{
	color:#d9cbc1;
	padding-top: 0;
}
.post_img{
	background:#d9cbc1;
	height:130px;
	position:relative;
	background-size:contain;
}
.brandnews_detail .post_img{
	display: none;
}
.contents-column_detail .post_img{
	height:500px;
	background-size:cover;
	background-position:center;
}
.post_header{
	position:relative;
	width: 93%;
	max-width: 1074px;
	margin:-80px auto 0;
	min-height:120px;
	background:#fff;
	border-radius:4px;
	box-shadow:0 0 1px 1px rgba(0,0,0,0.1);
	padding: 70px 0 50px;
}
.post_header:after{
	content:"";
	display:block;
	position:absolute;
	left:-3px;
	right:-3px;
	bottom:-3px;
	height:200px;
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 80%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 80%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 80%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.contents-column_detail .post_header:before{
	content:"";
	display:block;
	width:208px;
	height:206px;
	background:url(../images/column_badge.png) center no-repeat;
	background-size:100% auto;
	position:absolute;
	left:43px;
	top: -30px;
	z-index:1;
	opacity: 0.5;
}
.brandnews_detail .post_header{
	z-index: 1;
}
.post_tags{
	position:relative;
	text-align:center;
	margin: 20px 0 0;
	z-index: 1;
}
.post_tag{
	display:inline-block;
	color:#fff;
	background:#201410;
	border-radius:7px;
	padding:7px 15px;
	margin:7px;
	font-size:17px;
	line-height:1.2;
	min-width:5em;
	z-index:1;
}
.post_title{
	position:relative;
	font-size:41px;
	text-align:center;
	z-index:1;padding: 0 20px;line-height: 1.5;
}
.post_date{
	position:relative;
	font-size:22px;
	margin: 32px 0 0;
	font-family: 'Lato', 'Noto Sans JP', sans-serif;
	letter-spacing:2px;
	text-align: center;
	z-index:1;
}
.post_sns{
	max-width:280px;
	margin: 80px auto 100px;
	font-size:22px;
	letter-spacing:1px;
}
.post_sns_title{
	font-family: 'Lato', 'Noto Sans JP', sans-serif;
	text-align:center;
}
.post_sns_btns{
	margin:20px 0 0;
	text-align:center;
}
.post_sns_btns .btn_icon_insta, .post_sns_btns .btn_icon_fb, .post_sns_btns .btn_icon_tw, .post_sns_btns .btn_icon_line{
	width:50px;
	height:50px;
}
.post_siblings{
	background: #e7d7cd;
	width:90%;
	border-radius:25px;
	max-width:800px;
	margin:75px auto 0;
	overflow:hidden;
	position:relative;
}
.post_siblings:before{
	content:"";
	width:1px;
	display:block;
	background:rgba(72, 1, 1, 0.2);
	position:absolute;
	top:20px;
	bottom:20px;
	left:0;
	right:0;
	margin:auto;
}
.post_siblings_link{
	padding: 30px 20px;
	color:#201410;
	position:relative;
	overflow:hidden;
	display:block;
	width:50%;
	box-sizing:border-box;
}
.post_siblings_link:hover{
	/*color:#005e3c;*/
	opacity:0.7;
}
.post_siblings_link-prev{
	text-align:right;
	float:left;
}
.post_siblings_link-next{
	text-align:left;
	float:right;
}
.post_siblings_s{
	font-family: 'Lato', 'Noto Sans JP', sans-serif;
	font-weight:bold;
	position:absolute;
	left:16px;
	top:50%;
	transform:translateY(-50%);
	line-height:18px;
	letter-spacing: 1px;
}
.post_siblings_link-next .post_siblings_s:after, .post_siblings_link-prev .post_siblings_s:before{
	content:"";
	display:inline-block;
	width:18px;
	height:18px;
	background:url(../images/icon_link.png);
	background-size:100% auto;
	margin:4px 0 -4px 5px;
}
.post_siblings_link-prev .post_siblings_s:before{
	margin:4px 5px -4px 0;
	transform:rotate(180deg);
}

.post_siblings_link-next .post_siblings_s{
	left:auto;
	right:16px;
}
.post_siblings_title{
	font-weight:bold;
	width: 160px;
	position:absolute;
	left: 90px;
	top:50%;
	transform:translateY(-50%);
	font-size:13px;
	line-height:1.6;
}
body.menu_detail .post_siblings_title{
	font-size:15px;
}
.post_siblings_link-next .post_siblings_title{
	left:auto;
	right: 90px;
}
.post_siblings_img{
	width:120px;
	height: auto;
	display:block;
	margin:0 0 0 auto;
	border-radius: 4px;
}
.post_siblings_link-next .post_siblings_img{
	margin:0 auto 0 0;
}

.post_bottom_btns{margin: 50px auto;}
.btn_backto_list{
	background: #e8d7ce;
	color:#201410;
	font-weight:bold;
	display:inline-block;
	margin:0 5px 10px;
	line-height:1.3;
}
.btn_backto_list:hover{
	color:#FFF;
	transition:none;
}

@media screen and (max-width:767px) {
	.contents-column_detail .post_img{
		height:0;
		padding:70% 0 0;
		background-size:cover;
	}
	.column_detail .contents_header {
		height:5px;
		position:relative;
		z-index:1;
		width: 98%;
	}
	.contents_header_txt{
		font-size: 30px;
		color:#fff;
		letter-spacing:0;
		line-height:1;
		padding-top: 0;
		height: 50px;
		line-height: 76px;
		margin-right: 0;
	}
	.column_detail .contents_header_txt{
		font-size: 30px;
		color:#d9cbc1;
		position: absolute;
		right: 0;
		margin-right: 1%;
		top: -21px;
		line-height: 1;
	}
	.post_header{
		padding: 30px 3% 0;
		box-sizing:border-box;
	}
	brandnews_detal .post_header{
		margin-top:-50px;
	}
	.post_header:after{
		content:"";
		display:block;
		position:absolute;
		left:-3px;
		right:-3px;
		bottom:-3px;
		height:80px;
		background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 80%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 80%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 80%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	}
	.contents-column_detail .post_header:before{
		content: "";
		display: block;
		width: 90px;
		height: 91px;
		background: url(../images/column_badge.png) center no-repeat;
		background-size: 100% auto;
		position: absolute;
		left: 0;
		top: 200px;
		z-index:1;
	}
	.brandnews_detail .post_header .post_title{
		/* text-align: left; */
	}
	.brandnews_detail .post_header .post_date{
		/* text-align: left; */
		padding: 0 10px;
	}
	.post_tags{
	/* text-align: left; */
	/* padding: 0 6px; */
	}
	.post_tag{
		display:inline-block;
		color:#fff;
		background:#201410;
		border-radius:7px;
		padding:5px 11px;
		margin:2px;
		font-size:12px;
		line-height:1.2;
		min-width:5em;
		text-align:center;
	}
	.post_title{
		position:relative;
		font-size:26px;
		margin: 15px 0 0;
		padding: 0 10px;
		line-height:1.5;
	}
	.column_detail .post_title{
	}
	.post_title br:not(.br_2){
		display:none;
	}
	.post_date{
		font-size:13px;
		margin: 20px 0 0;
	}


	.post_siblings_link{
		padding:25px 10px;
	}
	.post_siblings_link-prev{
		text-align:center;
	}
	.post_siblings_link-next{
		text-align:center;
	}
	.post_siblings_s, .post_siblings_link-next .post_siblings_s{
		position:relative;
		text-align:center;
		transform:none;
		display:block;
		top: 0;
		left: 0;
		margin: 0 0 8px;
	}
	.post_siblings_title{
		width:auto;
		position:static;
		transform:none;
		font-size:14px;
		line-height:1.4;
	}
	.post_siblings_img, .post_siblings_link-next .post_siblings_img{
		width:120px;
		height:auto;
		display:block;
		margin: 10px auto;
	}

	.btn_backto_list{
		display:block;
		margin:10px auto 0;
		line-height:1.3;
	}
}
/*-----------------------------------------------------------------------------* STORY */

body.story{
  margin: 0 auto;
}
body.story .bread{
  margin: 0 auto;
  position:absolute;
  transform: translate3d(0,0,0);
  z-index: 1;
  color: #fff;
}
body.story .bread_list_item_link{
  color: #fff;	
  opacity:0.7;
}
body.story .bread_list_item:not(:last-child):after{
	border-color:#fff;
}
.contents{
  margin: 0 auto 0;
  padding: 0;
  width:auto;
  max-width: none;
}
.story_content{
  background: url("../images/story_img_pc.jpg") center top;
  background-size: 1920px auto;
  background-attachment: fixed;
  transform: translate3d(0px, 0px, 0px);
  color: #fff;
  padding: 0;
}
body.iOS .story_content{
  background: url("../images/story_img_pc.jpg") center top no-repeat, url("../images/story_img_pc_2.jpg") center top repeat;
  background-attachment: scroll;
  background-size:1920px auto;
}
.story_content > *{
  transform: translate3d(0px, 0px, 0px);
}
.story_content_body{
  min-height: 80vh;
  width: 37%;
  width: 576px;
  margin: 0 0 0 12%;
  display : flex;
  justify-content:flex-start;
  align-items: center;
  /* background: rgba(0,0,0,0.3); */
  padding:200px 0;
  box-sizing:border-box;
  /*text-shadow:0 28px 48px  rgba(0,0,0,0.7);*/
}
.story_content_body:last-child{
	padding-bottom:400px;
}
.story_content_header{
	min-height:0;
	width: 80%;
}
.story_img{
	display:none;
}
.story_content_header_title{
  font-family: 'Lato', 'Noto Sans JP', sans-serif;
  font-size: 77px;
  line-height: 1;
  letter-spacing: 3px;
  padding: 0;
  margin:0;
  width: 100%;
  text-shadow:0 50px 78px  rgba(0,0,0,1),0 30px 58px  rgba(0,0,0,0.5);
}
.story_content_header_lead{
  font-weight: bold;
  font-size: 16px;
  margin: 28px 0 0;
  line-height: 2.1;
  position: relative;
  width: 100%;
  text-shadow:0 40px 78px  rgba(0,0,0,1),0 20px 48px  rgba(0,0,0,0.7);
}
.story_content_header_lead:after{
	content:"";
	display:block;
	width:155px;
	height:1px;
	background:#fff;
	margin:95px 0 0;
  	box-shadow:0 30px 10px  rgba(0,0,0,1);
}
.contents .story_content_title{
  font-weight: bold;
  font-size: 34px;
  border:0;
  padding:0;
  line-height:1.5;
  margin:0 0 38px;
  width: 100%;
  letter-spacing:1px;
  /* text-shadow:0 40px 78px  rgba(0,0,0,1),0 20px 48px  rgba(0,0,0,0.7); */
  text-shadow:0 10px 30px  rgba(0,0,0,0.8);
}
.contents .story_content_p{
  font-size: 16px;
  text-align: justify;
  word-break: break-all;
  margin: 20px 0 0;
  line-height: 2.4;
  /* text-shadow:0 40px 78px  rgba(0,0,0,1),0 30px 28px  rgba(0,0,0,1), 0 10px 58px  rgba(0,0,0,1),0 20px 58px  rgba(0,0,0,1); */
  text-shadow:0 8px 20px  rgba(0,0,0,1);
  text-indent: 1em;
}

body.noshadow .story_content_header_title, body.noshadow .story_content_header_lead, body.noshadow .story_content_header_lead:after, body.noshadow .contents .story_content_title, body.noshadow .contents .story_content_p{
  text-shadow: none;
  box-shadow: none;
}


.story_content_body-1{
}
.story_content_body-2{
}
.story_content_body-3{
}
.story_content_body-4 .zeitaku:before{
	content:"『";
	display:inline-block;
	margin:0 0.05em 0 -0.5em;
}
.story_content_body-4 .zeitaku:after{
	content:"』";
	display:inline-block;
	margin:0 -0.5em 0 0.15em;
}
@media screen and (max-width:767px) {
	.story_content, body.iOS .story_content{
		background: url(../images/story_bg_sp.jpg) center top;
		background-size:100% auto;
		padding:0 0 23%;
		background-position: center 0 !important;
		background-attachment: scroll;
	}
	.story_content_body{
	width: 86%;
	margin: 0 auto;
	height: auto;
	display: block;
	padding: 0;
	min-height: 0;
	margin: 30px auto;
	}
	.story_content_body:last-child{
		padding:0
	}
	.story_content_header{
	padding: 28.5% 0 0;
	margin: 0 auto 28px;
	width: auto;
	position:relative;
	background: url(../images/story_img_header_sp.jpg) top center no-repeat;
	background-size: 100% auto;
	}
	.story_content_body_inner{
	}
	.story_content_header_title{
		font-size:68px;
		text-align:center;
		text-shadow:none;
	}
	.story_content_header_lead{
		text-shadow:none;
		text-align:center;
		margin-top: 16px;
		line-height: 1.9;
	}
	.story_content_header_lead:after{
		margin:16% auto 0;
		width:45%;
	}
	.story_img{
		display:block;
		padding: 100% 0 0;
		background:url(../images/story_img_1_sp.png) center no-repeat;
		background-size:100% auto;
	}
	.story_img-2{
		padding-top:100%;
		background-image:url(../images/story_img_2_sp.png);
	}
	.story_img-3{
		padding-top:153%;
		background-image:url(../images/story_img_3_sp.png);
	}
	.story_img-4{
		padding-top:180%;
		background-image:url(../images/story_img_4_sp.png);
	}
	.contents .story_content_title{
		text-shadow:none;
		font-size: 28px;
		margin-bottom: 28px;
	}
	.contents .story_content_p{
		text-shadow:none;
		font-size: 16px;
		line-height: 2.2;
	}
	.story_content_body-1{
	}
	.story_content_body-2{
	}
	.story_content_body-3{
	}
	.story_content_body-4{
	}
}

/*-----------------------------------------------------------------------------* contact */
#contact{
}
#contact ul.page_link {
	margin:0 auto;
	overflow:hidden;
}

#contact .page_link a{
	width: 31%;
    float: left;
    text-align: center;
    background-color: #005e3c;
    padding: 15px 0;
    margin: 5% 1%;
    font-weight: bold;
	color:#FFF;
}

#contact th{
	width:130px;
}

#contact .day_non{
	margin-left:70px;
}

@media screen and (max-width:767px) {
	
	#contact ul.page-link li{
		padding: 13px 0;
		}
	#contact .contact_form {
		overflow: unset;
	}
}

/*-----------------------------------------------qa よくある質問*/
body.qa .contents_header_txt{
	font-size:40px;
	padding-top:65px;
}
.faq_header_h{
  background:rgba(115, 170, 209, 0.15);
  position:relative;
	border-bottom: rgba(83, 173, 251, 0.5) 1px solid;
}
.faq_header_cat{
  font-size:16px;
  line-height:1.3;
  padding:19px 2.5% 7px;
  color:#000;
}
.faq_list_nav{
	width:86%;
	margin:40px auto;
	border-top: #000 1px solid;
	overflow: hidden;
	max-width: 900px;
}
.faq_list_nav_link{
	display:block;
	color: #005e3c;
	font-size:14px;
	padding:13px  1%;
	position:relative;
	line-height:1.3;
	border-bottom: #000 1px solid;
	position:relative;
	width:49%;
	margin:0;
	box-sizing:border-box;
	float:left;
}
.faq_list_nav_link:nth-child(odd){
	margin-right:2%;
}
.faq_list_nav_link:after{
	content:"";
	display:block;
	border: #005e3c 1px solid;
	border-width:1px 0 0 1px;
	height:6px;
	width:6px;
	position:absolute;
	right:5%;
	top:50%;
	transform:translateY(-50%) translateX(-31%) rotate(-135deg);
}
.faq_cats{
	margin:30px 0;
	padding:30px;
	background:rgba(115, 170, 209, 0.15);
}
#faq_cats_top{
	margin:0;
	padding:30px;
	background:rgba(115, 170, 209, 0.15);
}
.faq_cat{
	display:block;
	margin: 17px auto;
	width: 93%;
	max-width:360px;
	padding:20px 0;
	font-size:18px;
	text-align:center;
	color:#1993FF;
	background:#fff;
	border-radius:10px;
	box-shadow:0 10px 15px rgba(25, 147, 255, 0.2);
}
#faq_cats_footer{
 	margin: 45px 0 0;
 	padding:20px;
}
#faq_cats_footer .faq_cat{
	padding:15px;
	font-size:16px;
	margin:12px auto;
	border-radius:1000px;
	box-shadow:0 2pxpx 3px rgba(25, 147, 255, 0.2);  
}


.faq_contents{
	max-width: 900px;
	margin:0 auto;
	/*border-top:#e0e0e0 1px solid;*/
	padding: 0;
	width: 86%;
	margin: 90px auto 0;
}
.faq_contents:first-of-type{
	border:0;
}
.faq_contents-pickup{
	border:0;
	padding-top:30px;
}
.faq_contents-list{
}
.contents .faq_contents_title{
	/* color:#1993FF; */
	font-size: 22px;
	width: auto;
	box-sizing:border-box;
	padding: 22px  1%;
	position:relative;
	line-height:1.3;
	/* border-bottom:#1993FF 3px solid; */
	/* border-top:#1993FF 3px solid; */
	margin:0 auto;
}
/*
.faq_contents_title{
	color:#1993FF;
	font-size:16px;
	padding:0 0 0 11px;
	position:relative;
	line-height:1.3;
}

.faq_contents_title:before{
	content:"";
	display:block;
	background:#1993FF;
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	width:2px;
}
*/
.faq_content_div_title{
	border-radius: 5px;
	width: auto;
	max-width:750px;
	margin:60px auto 0;
	font-size: 110%;
	font-weight:bold;
	background:#201410a3;
	padding:10px;
	box-sizing:border-box;
	color: #fff;
}
.faq_content{
	width: auto;
	margin: 33px auto 0;
}
.contents .faq_content_q{
	font-size: 22px;
	line-height:1.5;
	position:relative;
	/* color: #005e3c; */
	padding: 0 0 0 1.8em;
	max-width:750px;
	box-sizing:border-box;
	margin:60px auto 0;
}
.faq_content_q:before{
	font-family:lato;
	content:"Q .";
	font-size:120%;
	padding:0 0.5em 0 0;
	position:absolute;
	left:0;
	top:-2px;
}
.faq_content_a{
	font-size:15px;
	line-height:1.8;
	margin: 30px auto 0;
	text-align:justify;
	word-break:break-all;
	background:#f3f3f3;
	padding:4% 5.4%;
	border-radius:8px;
	background: #f3e9e3;
	max-width:750px;
	box-sizing:border-box;
}
.faq_content_a_btns{
	margin: 30px auto 20px;
	text-align:left;
}
.btn_qa_link{
	display:inline-block;
	margin: 5px 5px 0 0;
	font-size:16px;
	background:none;
	color:#005e3c;
	border:#005e3c 1px solid;
	padding: 12px 30px;
	min-width:0;
	width: auto;
}
.btn_qa_link:hover{
	color:#fff;
	transition:none;
	background:#005e3c;
}
.faq_content_a:before{
	content:"A .";
	font-family:lato;
	font-size:150%;
	display:inline-block;
	vertical-align:baseline;
	margin:-5px 0.3em -5px 0;

}
.faq_footer{
	margin-top: 80px;
}


@media screen and (max-width:767px) {
	body.qa .contents_header_txt{
		font-size: 26px;
		padding: 0;
	}
	.faq_contents{
		margin:60px auto 0;
	}
	.contents .faq_contents_title{
		font-size:18px;
	}

	.faq_list_nav_link{
		width:auto;
		float:none;
		margin:0;
	}
	.faq_list_nav_link:nth-child(odd){
		margin:0;
	}
	.contents .faq_content_q{
		font-size: 18px;
		line-height:1.5;
		position:relative;
		padding: 0 0 0 1.8em;
		margin: 50px auto 0;
	}
	.faq_content_a{
		font-size:14px;
	}
	.faq_content_a_btns{
		margin: 10px auto 20px;
		text-align:left;
	}

}


/*-----------------------------------------------------------------------------* post_lists */

.post_lists{
	margin: 80px auto 110px;
}
.contents .post_list_ttl{
	text-align: center;
	font-size: 33px;
	margin: 0 auto;
}
.post_list_block{
	margin: 45px auto 0;
}
.post_list{
  position: relative;
}
.post_list_item{
	display: block;
	position: relative;
	width: 86%;
	padding: 30px 40px;
	box-sizing: border-box;
	margin: 0 auto;
	border-top: 1px solid #000;
	max-width: 900px;
}
.post_list_item_inner{
	position:relative;
}
.post_list_item:last-child{
	border-bottom: 1px solid #000;
}
.post_list_item_img_wrap{
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	display: block;
	width: 250px;
	margin: auto 0;
	border-radius: 3px;
	overflow:hidden;
}
.post_list_item_img{
	position:absolute;
	left: -500px;
	top: -500px;
	bottom: -500px;
	right:-500px;
	display: block;
	width: auto;
	margin: auto;
	border-radius: 3px;
	height: 100%;
	height: auto;
}
.post_list_item_text{
	position: relative;
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	min-height: 195px;
	margin-left: 280px;
}
.post_list_item_cat{
	display: inline-block;
	background: #005e3c;
	color: #fff;
	font-weight: bold;
	padding: 5px 10px;
	box-sizing: border-box;
	border-radius:3px;
	margin: 0 0.4em 0.4em 0;
}
.post_list_item_ttl{
	font-size: 24px;
	margin-top: 3px;
	color: #000;
}
.post_list_item_date{
	font-size: 18px;
	margin-top: 10px;
	color: #000;
	letter-spacing: 1px;
}
.post_list_item-pop1{
}
.post_list_item-pop1:before{
	background: url("../images/column_popular_1.png") center no-repeat;
	background-size: 64px auto;
}
.post_list_item-pop2{
}
.post_list_item-pop2:before{
	background: url("../images/column_popular_2.png") left 0 no-repeat;
	background-size: 64px auto;
}
.post_list_item-pop3{
}
.post_list_item-pop3:before{
	background: url("../images/column_popular_3.png") left 0 no-repeat;
	background-size: 64px auto;
}
.post_list_item-poplist .post_list_item_text{
}

.column_lists-x .indicator{
	display: none;
}


@media screen and (max-width:767px) {
	.post_lists{
		margin: 40px auto 0;
	}
	.contents .post_list_ttl{
		font-size:24px;
		text-align: left;
		width: 86%;
		margin: 0 auto;
	}
	.post_list_block{
		margin-top:20px;
	}
	.post_list_item{
		width: 86%;
		padding: 3% 0;
	}
	.post_list_item_img_wrap{
		width: 40%;
		height: auto;
	}
	.post_list_item_img{
		width: auto;
		max-width:none;
		height: 100%;
	}
	.post_list_item_text{
		width: auto;
		margin-left: 40%;
		white-space: normal;
		padding: 3% 2.5% 3% 3.5%;
		min-height: 110px;
	}
	.post_list_item_cat{
		font-size: 10px;
		padding: 3px 5px;
	}
	.post_list_item_ttl{
		font-size: 14px;
		line-height: 1.5;
	}
	.post_list_item_date{
		font-size: 12px;
		margin-top: 5px;
	}
	.post_list_item_text{
	}
	.column_lists-x .indicator{
		display: block;
		padding-top: 6px;
		margin-bottom:-14px;
	}
}



/*-----------------------------------------------------------------------------* COLUMN コラム */

.contents-column{
}
.contents-column .contents_header{
	position: relative;
	background: url("../images/column_ttl_bg.jpg") left 0 no-repeat #d2c8bc;
	background-size: 350px 105px;
	width: 100%;
	height: 105px;
	margin: 0 auto;
	z-index: 1;
}
.contents-column .contents_header_txt{
	color: #fff;
	padding-top: 55px;
	margin-right: 20px;
}
.column .bread {
    position: absolute;
    top: 195px;
}

.column .post_lists{
	margin-bottom: 0;
}

.post_list_item-poplist{
}
.column_lists-pop .post_list_item{
	padding-left: 110px;
}
.column_lists-pop .post_list_item:before{
	content: "";
	position: absolute;
	width: 64px;
	height: 40px;
	left: 5px;
	top: 0;
	bottom: 0;
	margin: auto;
}


.column_lists:not(.column_lists-pop){
	position: relative;
	background: rgba(173,131,109,0.2);
	padding: 80px 0;
}
.column_lists:not(.column_lists-pop):after{
	content: "";
	position: absolute;
	top: 40px;
	left: 50%;
	margin-left: -600px;
	background: url("../images/column_badge.png") left 0 no-repeat;
	background-size: 297px auto;
	width: 297px;
	height: 294px;
}
.column_lists:not(.column_lists-pop) .post_list{
	position: relative;
	z-index: 1;
}
.column_lists:not(.column_lists-pop) .post_list_item{
	padding: 5px 15px 5px 5px;
	margin: 50px auto 0;
	background: #fff;
	border: none;
}
.column_lists:not(.column_lists-pop) .post_list_item:first-child{
	margin: 0 auto;
}
.column_lists:not(.column_lists-pop) .post_list_item_img{
}
.column_lists:not(.column_lists-pop) .post_list_item_text{
}
.column_lists:not(.column_lists-pop) .post_list_item_cat{
}
.column_lists:not(.column_lists-pop) .post_list_item_ttl{
}
.column_lists:not(.column_lists-pop) .post_list_item_date{
}

.column_btns{
	margin: 80px auto 0;
}
.column_btn{
	background: #000;
	color: #fff;
	font-weight: bold;
	display: inline-block;
	margin: 0 5px 10px;
}


@media screen and (max-width:767px) {
	
	.contents-column{
	}
	.contents-column .contents_header{
		background-size: auto 76px;
		background-position: left -40px top 0;
		width: 100%;
		height: 76px;
	}	
	.contents-column .contents_header_txt{
		padding-top: 0;
		height: 76px;
		line-height: 76px;
		margin-right: 20px;
	}
	.column .bread {
		position: static;
	}

	.column_lists-x .post_lists{
		padding: 0;
	}
	.contents .post_lists.column_lists-x .post_list{
		white-space: nowrap;
		overflow-x: scroll;
		background: #e2d6cc;
		padding: 15px 0 10px;
		margin-top: -15px;
		-webkit-overflow-scrolling: touch;
	}
	.contents .post_lists.column_lists-x .post_list_item{
		display: inline-block;
		vertical-align: top;
		margin: 0 3% 0 0;
	}
	.contents .column_lists-x .post_list_item:first-child{
		margin-left: 7%;
	}
	.contents .column_lists-x .post_list_item:last-child{
		margin-right: 7%;
	}
	.post_list_item-poplist{
	}
	.column_lists-pop .post_list_item{
	}
	.column_lists-pop .post_list_item:before{
		width: 43px;
		height: 27px;
		left: -10px;
		top: -15px;
		bottom: auto;
		z-index: 1;
		background-size: 43px auto;
	}
	.post_list_item-pop1{
	}
	.contents .column_lists{
		background: none;
		padding: 0;
	}
	.column_lists:after{
		display: none;
	}
	.contents .column_lists .post_list_block{
		background: #e5d6cc;
		margin-top: 15px;
		padding: 50px 0;
	}
	.contents .column_lists .post_list{
		margin-top: 0;
	}
	.contents .column_lists .post_list_item{
		padding: 1%;
		margin: 20px auto 0;
		background: #fff;
		border: none;
	}
	.contents .column_lists .post_list_item_img{
	}
	.contents .column_lists .post_list_item_text{
		/* left: 150px; */
		/* width: 50%; */
	}
	.contents .column_lists .post_list_item_cat{
	}
	.contents .column_lists .post_list_item_ttl{
	}
	.contents .column_lists .post_list_item_date{
	}

	.column_btns{
		margin: 30px auto 0;
	}
	.column_btn{
	}


}

@media screen and (max-width:355px) {


	.post_list_item{
	}
	.post_list_item_text{
	}
	.post_list_item_cat{
	}
	.post_list_item_ttl{
		font-size: 12px;
	}
	.contents .post_lists .post_list_item_date{
		font-size: 11px;
		margin-top: 7px;
	}

}



/*-----------------------------------------------------------------------------* CARD */

.card .content_detail_main{
	background: url("../images/card_bg.jpg") left 0 repeat;
	background-size: 536px auto;
	height: auto;
	padding-bottom: 130px;
}

.card_info{
	width: 80%;
	max-width: 880px;
	margin: 0 auto;
}

.card_info_textblock{
}
.card_info_textblock_ttl{
}
.card_info_textblock_ttl:first-child{
	margin-top: 20px;
}
.card_info_textblock_txt{
	margin-top: 8px;
}
.card_info_textblock_txtbox{
	display: block;
	margin-top: 10px;
}
.card_info_textblock_txtbox_ttl{
	display: block;
	font-weight: bold;
	font-size: 17px;
}
.card_info_textblock_txtbox_txt{
	display: block;
	margin-top: 2px;
}
.card_info_textblock_txt a{
	text-decoration: underline;
}

.card_btns{
	margin: 30px auto 0;
	text-align: left;
}
.card_btn{
	display: inline-block;
	margin-right: 15px;
	max-width: 249px;
	text-align: center;
}
.card_btn:last-child{
	margin-right: 0;
}

.card_info_textblock_addition{
	margin-top: 60px;
	padding-top: 20px;
	border-top: 1px solid #000;
}
.card_info_textblock_addition .card_info_textblock_ttl{
}
.card_info_textblock_addition .card_btns{
	margin-top: 30px;
}
.card_info_textblock_addition .card_btn{
}

@media screen and (max-width:767px) {

	.card .content_detail_main{
		padding-bottom: 80px;
	}

	.card_info{
	}

	.card_info_textblock{
	}
	.card_info_textblock_ttl{
	}
	.card_info_textblock_txt{
	}
	.card_info_textblock_txtbox{
	}
	.card_info_textblock_txtbox_ttl{
		font-size: 16px;
	}
	.card_info_textblock_txtbox_txt{
	}
	.card_info_textblock_txt a{
	}

	.card_btns{
		margin: 30px auto 0;
	}
	.card_btn{
		display: block;
		margin: 20px auto 0;
		max-width: 320px;
	}
	.card_btn:last-child{
		margin: 20px auto 0;
	}

	.card_info_textblock_addition{
		margin-top: 40px;
		padding-top: 10px;
	}
	.card_info_textblock_addition .card_info_textblock_ttl{
	}
	.card_info_textblock_addition .card_btns{
	}
	.card_info_textblock_addition .card_btn{
	}

}



/*-----------------------------------------------------------------------------* APP */

.app_main{
	position: relative;
}
.app_btn{
	position: absolute;
	display: block;
	height: auto;
	border-radius: 10px;
}
.app_btn:hover{
	background: rgba(255,255,255,0.15);
}
#app_btn_top{
	width: 18.435754%;
	padding-top: 6.052142%;
	top: 0;
	margin-top: 1.675978%;
	left: 1.8622%;
}
#google_btn_top{
	width: 18.854655%;
	padding-top: 6.052142%;
	top: 0;
	margin-top: 1.675978%;
	left: 21.639572%;
}
#app_btn_bottom{
	width: 18.854655%;
	padding-top: 6.116387%;
	bottom: 0;
	left: 32.897672%;
	margin-bottom: 19.646182%;
}
#google_btn_bottom{
	width: 18.854655%;
	padding-top: 6.116387%;
	bottom: 0;
	left: 32.897672%;
	margin-bottom: 12.383613%;
}
#app_qa_btn{
	width: 23.277467%;
	padding-top: 4.655493%;
	top: 0;
	margin-top: 118.715084%;
	left: 47.146834%;
}


@media screen and (max-width:767px) {

	.app_main{
	}
	.app_btn{
	}
	#app_btn_top{
		width: 39.46401%;
		padding-top: 12.801932%;
		margin-top: 82.350242%;
		left: 8.845169%;
	}
	#google_btn_top{
		width: 39.46401%;
		padding-top: 12.801932%;
		margin-top: 82.350242%;
		left: 51.690821%;
	}
	#app_btn_bottom{
		width: 68.754831%;
		padding-top: 22.303623%;
		margin-bottom: 57.004831%;
		left: 15.622464%;
	}
	#google_btn_bottom{
		width: 68.754831%;
		padding-top: 22.303623%;
		margin-bottom: 30.917874%;
		left: 15.622464%;
	}
	#app_qa_btn{
		width: 60.386473%;
		padding-top: 12.077295%;
		margin-top: 449.275362%;
		left: 19.806763%;
	}

}



/*-----------------------------------------------------------------------------* DELIVERY */

.delivery .content_detail_main{
	background: #efeadf;
	padding-bottom: 110px;
	border-radius: 6px;
}

.delivery_contents{
	max-width: 770px;
	margin: 90px auto 0;
}

.delivery_ttl{
	text-align: center;
}
.delivery_body{
	text-align: center;
	margin: 45px auto 85px;
}
.delivery_body_list{
	position: relative;
	display: inline-block;
	background: #fff;
	width: 240px;
	height: 140px;
	border-radius: 15px;
	vertical-align: top;
	margin-right: 25px;
	box-sizing: border-box;
}
.delivery_body_list:last-child{
	margin-right: 0;
}
.delivery_body_list_img{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.delivery_body_list_txt{
}
.delivery_body_search{
	background: none;
	border: 2px solid #000;
}
.delivery_body_search .delivery_body_list_img{
	position: static;
	margin-top: 30px;
}
.delivery_body_search .delivery_body_list_txt{
	color: #000;
	text-align: center;
	font-weight: bold;
	margin-top: 10px;
}
#delivery_demaekan{
}
#delivery_ubereats{
}

.delivery_btns{
	margin-top: 35px;
}
.delivery_btn{
	padding: 30px 0;
	border-radius: 23px;
	font-size: 18px;
	font-weight: bold;
}

@media screen and (max-width:767px) {

	.delivery .content_detail_main{
		padding-bottom: 70px;
	}

	.delivery_contents{
		width: 86%;
		margin: 0 auto;
	}

	.delivery_ttl{
	}
	.delivery_body{
		margin: 35px auto 75px;
	}
	.delivery_body_list{
		display: block;
		width: 85%;
		margin: 20px auto 0;
		height: 75px;
	}
	.delivery_body_list:last-child{
		margin: 20px auto 0;
	}
	.delivery_body_list_img{
	}
	.delivery_body_list_txt{
	}
	.delivery_body_search{
	}
	.delivery_body_search .delivery_body_list_img{
		display: inline-block;
		position: absolute;
		right: auto;
		left: 50%;
		margin: auto;
		margin-left: -100px;
		width: 18px;
		height: auto;
	}
	.delivery_body_search .delivery_body_list_txt{
		display: inline-block;
		line-height: 75px;
		margin: 0 auto;
		padding-left: 25px;
	}
	#delivery_demaekan{
	}
	#delivery_demaekan img{
		height: 40px;
		width: auto;
	}
	#delivery_ubereats{
	}
	#delivery_ubereats img{
		height: 25px;
		width: auto;
	}

	.delivery_btns{
	}
	.delivery_btn{
		font-size: 15px;
		padding: 25px 0;
		border-radius: 19px;
	}

}



/*-----------------------------------------------------------------------------* キャンペーン LP　campaign */

.lp_notes{
	background:#d8d3d3;
	padding:30px;
}
.lp_note{
	width:86%;
	margin:5px auto;
	font-size:90%;
	max-width:800px;
}
.campaign_main_content{
	overflow-x:hidden;
}
.campaign_main_img_wrapper{
	max-width:1200px;
	margin:0 auto;
}
.campaign_main_img_wrapper_inner{
	max-width:1440px;
	margin:0 -120px;
}
body.campaign_single .other_contents{
	margin-top:0;
}

.campaign_text_wrapper{
	width:90%;
	max-width:900px;
	margin:100px auto;
	text-align:center;
}
body.campaign_single .campaign_title{
	margin:0 auto 1.8em;
	line-height:1.4;
	text-align:center;
}
.campaign_text{
	font-size:17px;
	line-height:2;
	text-align:center;
}
.campaign_text_2{
	font-size:15px;
	line-height:1.4;
	text-align:
	center;
	margin: 1em 0 0;
}
.campaign_text_2 span{
	display: inline-block;
	margin: 0 0.2em;
}
.campaign_text span{
	display:inline-block;
}
@media screen and (max-width:767px) {
	.campaign_main_img_wrapper_inner{
		margin:0 auto;
	}
	.campaign_text_wrapper{
		margin:50px auto;
	}
	body.campaign_single .campaign_title{
		padding:15px 0 17px;
	}
	.campaign_text{
		font-size:15px;
	}
}


/*-----------------------------------------------------------------------------* brandnews_archive */

.archive_years{
	width: 86%;
	max-width: 850px;
	margin: 0 auto;
	padding-top: 70px;
}
.archive_years a{
	font-size: 17px;
	padding: 20px 0;
	width: 18%;
	display: inline-block;
	text-align: center;
	font-weight: bold;
	color: #000;
	margin: 0.8%;
	border-radius: 15px;
	background: #e7d7cd;
}
.archive_years a.on{
	background: #000;
	color: #fff;
}

.news_archive_content{
	width: 86%;
	max-width: 850px;
	margin: 0 auto;
	padding-top: 30px;
}
.news_archive_content .link{
	margin: 20px 0 0;
	display: block;
	color: #201410;
	line-height: 2.1;
	text-indent: 0;
	padding-left: 6.2em;
	border-top: #06040457 1px solid;
	padding-top: 25px;
	padding-bottom: 8px;
}
.news_archive_content .news_cat{
	display:inline-block;
	background:#201410;
	padding: 0.35em 0.7em;
	font-size: 90%;
	border-radius: 4px;
	color: #fff;
	line-height: 1;
	margin: 0 0.5em 0 0;
}
.news_archive_content .news_date{
	display: inline-block;
	margin: 0 0 0 -6.2em;
	padding: 0;
	width: 6.2em;
	font-weight: bold;
	font-size: 1em;
	opacity: 0.7;
}
.news_archive_content .news_txt:after{
	display: inline-block;
	content: "";
	border-right: 1px solid #201410;
	border-top: 1px solid #201410;
	position: relative;
	left: 10px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 7px;
	height: 7px;
	margin: 1px 0;
}

.contents .brandnews_archive_index_title{
	text-align: center;
}
.brandnews .archive_years{
	padding-top: 45px;
}


@media screen and (max-width:767px) {

	.archive_years{
		padding-top: 60px;
	}
	.archive_years a{
		font-size: 15px;
		width: 30%;
		margin: 1.3%;
	}
	.archive_years a.on{
	}

	.news_archive_content{
		padding-top: 15px;
	}
	.news_archive_content .link{
		padding:0;
		padding-top: 25px;
		padding-bottom: 8px;
		text-indent:0;
		line-height: 1.7;
		position:relative;
	}
	.news_archive_content .news_date{
		display: block;
		width:auto;
		margin: 0 0.5em 0 0;
		font-size: 0.9em;
		font-weight: bold;
		letter-spacing: 1px;
		opacity: 0.7;
	}
	.news_archive_content .news_cat{
		font-size: 0.8em;
	}
	.news_archive_content .news_txt{
		width:auto;
		font-size: 14px;
		line-height: 1.7;
	}
	.news_archive_content .news_txt:after{
	}

	.contents .brandnews_archive_index_title{
		margin-top: 60px;
	}
	.brandnews .archive_years{
		padding-top: 20px;
	}


}







body.shop_icon{
	min-width: 0;
	padding: 0 0 50px;
}

body.shop_icon #header,body.shop_icon #footer,body.shop_icon .bread{
	display:none;

}
body.shop_icon .contents h2{
	width:86%;
	margin: 7% auto 0;
	box-sizing: border-box;
	padding:12px 5px;
	font-size:16px;

}
body.shop_icon .contents table{
	width:86%;
	margin:0 auto 0;
}
body.shop_icon table{
	display:table;
}
body.shop_icon tbody{
	display:table-row-group;

}
body.shop_icon tr{
	display:table-row;
	
}
body.shop_icon th, body.shop_icon td{
	display:table-cell;
	border-bottom: rgba(32, 20, 16, 0.3) 1px solid;
	padding:12px;
}
body.shop_icon th{
	background:#fff;
}



/*-----------------------------------------------------------------------------* 特別注意 */
/*
body.menu_set .content_detail_main:before{
	content:"オニオンフライに関しまして 現在 一時販売を停止しております";
	background:#f14a4a;;
	display:block;
	font-weight:bold;
	text-align:center;
	color:#fff;
	padding:10px;
	line-height:1.3;
	margin:0 0 5px;
	border-radius:6px;
}
@media screen and (max-width:767px) {
	border-radius:0;
	margin:0;
}
*/

/*-----------------------------------------------------------------------------* 特別注意 */
.info_block{
	background:#005e3c;;
	display:block;
	font-weight:bold;
	text-align:center;
	color:#fff;
	padding:10px;
	line-height:1.3;
	margin:0 auto 5px;
	border-radius:6px;
	box-sizing:border-box;
	font-size:14px;
}

@media screen and (max-width:767px) {
	.info_block {
		border-radius:0;
		margin:0;
		padding:15px 5px;
	}
}