@charset "utf-8";

/*
Theme LASQ
Version: 9999
*/

/****************
Font-Size

Pixels	%
10px	62.5%
11px	68.8%
12px	75.0%
13px	81.3%
14px	87.5%
15px	93.8%
16px	100.0%
17px	106.3%
18px	112.5%
19px	118.8%
20px	125.0%
21px	131.3%
22px	137.5%
23px	143.8%
24px	150.0%
26px	162.5%
28px	175.0%
****************/

* {
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust:100%;
}

body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	border: 0 none;
	margin: 0;
	padding: 0;
	/*vertical-align: baseline;*/
	/*font: inherit;*/
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
/*--[Win Firefox]ロールオーバー時に、ボタン左に点線枠（focus）が入る現象についての対策--*/
:focus
{?moz-outline-style:none;}

/*--[Mac Firefox]ロールオーバー時に、ボタン左に点線枠（focus）が入る現象についての対策--*/
a { outline:none;}
a{
	text-decoration:none;
	color: #111;
}
a:hover{
	text-decoration:underline;
}
hr {
	clear: both;
	border: solid 1px #fff;
	margin: 15px 0;
}
img {
	border: none;
	vertical-align: bottom;
	/*max-width: 100%;*/
}

br {
	letter-spacing: 0;
}

li img {
	vertical-align: top;
}
.clearfix:after {
	content: "."; /* 新しい要素を作る */
	display: block; /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
	overflow:hidden;
	font-size:0.1em;
	line-height:0;
}

body,html{
	width: 100%;
}


/*Flex Box*/
.flex {
	clear: both;
	display: flex;
	flex-wrap: wrap;/*親の横幅以上は折り返す*/
}
.flex-item-center {
	align-items: center;/*縦中央揃え*/
}
.justify-content-space-between {
	justify-content: space-between;
}

.flex-item {
}
.flex-item img {
	max-width: 100%;
	height: auto;
}
.flex-2 .flex-item {
	width: 48%;
	margin-right: 4%;
}
.flex-2 .flex-item:nth-of-type(even) {
	margin-right: 0;
}
.flex-2 .flex-item:nth-last-of-type(-n+2) {
}
.flex-3 .flex-item {
	width: 30%;
	margin-right: 5%;
}
.flex-3 .flex-item:nth-of-type(3n) {
	margin-right: 0 !important;
}
.flex-3 .flex-item:nth-last-of-type(-n+3) {
}

.flex-4 .flex-item {
	width: 22.0%;
	margin-right: 4%;
}
.flex-4 .flex-item:nth-of-type(4n) {
	margin-right: 0;
}
.flex-4 .flex-item:nth-last-of-type(-n+4) {
}

.flex-5 .flex-item {
	width: 18.4%;
	margin-right: 2%;
}
.flex-5 .flex-item:nth-of-type(5n) {
	margin-right: 0;
}
.flex-5 .flex-item:nth-last-of-type(-n+5) {
}
.pc-order-1{
	order: 1;
}
.pc-order-2{
	order: 2;
}
.pc-order-3{
	order: 3;
}
.pc-order-4{
	order: 4;
}
.pc-order-5{
	order: 5;
}
.pc-order-6{
	order: 6;
}
.pc-order-7{
	order: 7;
}
.pc-order-8{
	order: 8;
}
.pc-order-9{
	order: 9;
}
.pc-order-10{
	order: 10;
}

 /*inview.js*/
.inview-fade {
	opacity: 0;
	transition: 2.5s;/*スクロールインでフェードする時間*/
}
.inview-show{
	opacity: 1.0;
}

/*囲み用ボックス*/
.pickup_box{
	background-color: #f1f1f1;
	padding: 2%;
}
.important_box{
	border: solid 1px #cd1110;
	padding: 2%;
}

.border_box{
	border: solid 1px #998675;
	padding: 2%;
}
.left_border_box{
	background-color: #f8f5ef;
	border-left: solid 4px #998675;
	padding: 2%;
}


.none {
	display: none;
}
.radius {
	background-color: #EBEFFB\9;
	border-radius : 6px;
}
.radius_s {
	background-color: #EBEFFB\9;
	border-radius : 3px;
}
.shadow {
	box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
}

.pdf {
	background: url(images/pdf.gif) right 50% no-repeat;
	padding-right: 32px;
}


/*テキスト*/
.txtBold {
	font-weight: bold;
}
.txtLarge {
	font-size: 125%;
}
.txtSmall {
	font-size: 87.5%;
	line-height: 1.5;
}
.txtMid {
	font-size: 100%;
}
.txtXSmall {
	font-size: 75%;
	line-height: 1.35;
}
.txtGray {
	color: #bbb;
}
.txtGreen {
	color: #439B08;
}
.txtOrange{
	color:#f05328;
}
.txtBlue {
	color: #005ea9;
}
.txtPink {
	color: #fed7c4;
}
.txtRed {
	color: #ff1110;
}
.txtGold{
	color: #998675;
}
.txtYellow{
	color: #e1b900;
}


.txtMincho {
	font-family: 'Sawarabi Mincho', sans-serif;
}


/*リストスタイル*/
.list {
	margin-left: 1.5em;
}
.list li {
	margin-bottom: 10px;
}
.list li:last-child {
	margin-bottom: 0;
}
.lstDisc {
	/*黒丸*/
	list-style-type: disc;
}
.lstNum {
	/*数字*/
	list-style-type: decimal;
}
.lstDecimal {
	/*数字*/
	list-style-type: decimal;
}
.lstCircle {
	/*白丸*/
	list-style-type: circle;
}
.lstSquare {
	/*黒四角*/
	list-style-type: square;
}
.lstAlp_L {
	/*大文字アルファベット*/
	list-style-type: upper-latin;
}
.lstNon {
	list-style-type: none !important;
}
.lstUpperRoman {
	/*大文字のローマ数字*/
	list-style-type: upper-roman;
}

.indent {
	margin-left: 2em;
}



/*左右中央寄せ（1）*/
.alignnone {
	display: block;
	margin: 0 0 20px;
}

.imgCenter,
.aligncenter {
	display: block;
	margin: 20px auto;
}
.imgLeft,
.alignleft {
	float: left;
	margin: 15px 20px 15px 0;
}
.imgRight,
.alignright {
	float: right;
	margin: 15px 0 15px 20px;
}

/*左右中央寄せ（2）*/
.center {
	text-align: center;
}
.left,
.left th {
	text-align: left;
}
.right {
	text-align: right;
}



/*マージンリセット*/
.mRight0 {
	margin-right: 0 !important;
}
.mBottom0 {
	margin-bottom: 0 !important;
}

/*縦揃え*/
.valignTop {
	vertical-align: top;
}
.valignMid {
	vertical-align: middle !important;
}



/*テーブル*/
table {
	border-collapse: collapse;
	border: none;
	margin-bottom: 2em;
	line-height: 1.7;
}

.table {
	border-collapse: collapse;
	font-size: 14px;
}
table th,
table td {
	text-align: left;
	padding: 8px 10px;
}
table th {
	text-align: left;
	background-color: #fff;
	/*padding-right: 40px;*/
	font-weight: normal;
}
table td {
}
table td:nth-of-type(even){
}
table tr:last-of-type th,
table tr:last-of-type td {
	/*border-bottom: none;
	padding-bottom: 0;*/
}
table tr:nth-of-type(even) th {
}
table tr:nth-of-type(even) td:nth-of-type(even) {
}


/*全幅*/
.fullWidth {
	width: 100%;
}

/*改行しない*/
.nowrapTable th,
.nowrap {
	white-space: nowrap;
}



/*サイト構成*/
html {
	/* height: 100%; */
}
body{
	position: relative;
	font-family: 'Noto Sans JP', sans-serif;
	color: #111;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 0.05em;
	font-weight: 400;
}

.contents{
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
.contents img{
	max-width: 100%;
	height: auto;
}
.contents p,
.contents .txt {
	margin: 0 0 1.5em;
	line-height: 1.8;
}
.contents .txtBtm {
	margin-bottom: 8em;
}
.contents .mt10{
	margin-top: 10px;
}
.contents .mt20{
	margin-top: 20px;
}
.contents .mt30{
	margin-top: 30px;
}
.contents .mt40{
	margin-top: 40px;
}
.contents .mt50{
	margin-top: 50px;
}
.contents .mt60{
	margin-top: 60px;
}
.contents .mt70{
	margin-top: 70px;
}
.contents .mt80{
	margin-top: 80px;
}
.contents .mt90{
	margin-top: 90px;
}
.contents .mt100{
	margin-top: 100px;
}
.contents .mb10{
	margin-bottom: 10px;
}
.contents .mb20{
	margin-bottom: 20px;
}
.contents .mb30{
	margin-bottom: 30px;
}
.contents .mb40{
	margin-bottom: 40px;
}
.contents .mb50{
	margin-bottom: 50px;
}
.contents .mb60{
	margin-bottom: 60px;
}
.contents .mb70{
	margin-bottom: 70px;
}
.contents .mb80{
	margin-bottom: 80px;
}
.contents .mb90{
	margin-bottom: 90px;
}
.contents .mb100{
	margin-bottom: 100px;
}


/*スライドショー*/
.bx-wrapper {
	position: relative !important;
	border: none !important;
	box-shadow: none !important;
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
}

.bx-pager {
	bottom: 20px !important;
	padding: 0 !important;
}
.bx-pager-item {
	display: inline-block !important;
	width: 100px;
	height: 4px;
	margin: 0 0 0 22px !important;
}
.bx-pager-item a {
	display: block;
	width: 100% !important;
	height: 100% !important;
	text-indent: -100%;
	overflow: hidden;
}
.bx-pager-item .active {
	background-color: #c69c6d !important;
}
.bx-pager-link {
	background-color: #e6e6e6 !important;
}
.bx-pager-link:hover {
	background-color: #e6e6e6 !important;
}



/*フォーム*/
.form {
	width: 70%;
	margin: 0 auto;
}
.form input,
.form select,
.form textarea{
	padding: 5px 3px;
	margin: 3px;
	vertical-align: middle;
}
.form .break .wpcf7-list-item{
	display: block;
}
.form .cBox .wpcf7-list-item {
	display: inline-block;
	width: 48%;
	margin-bottom: 5px;
}
span.wpcf7-list-item {
	margin-left: 0 !important;
}
.submit {
	text-align: center;
}
.submit input {
	background-color: #a0ccd4;
	border: none;
	color: #fff;
	width: 45%;
	margin: 0 10px;
	padding: 14px 80px;
	text-align: center;
	-webkit-appearance: none;
}
.submit input:hover {
	background-color: #bfdce1;
}
.submit input:disabled {
	background-color: #999;
}
.wpcf7-radio label {
	margin-right: 1em;
}
.wpcf7c-conf {
	background-color: transparent !important;
	border: none !important;
}
div.wpcf7-validation-errors {
	border: none !important;
	color: #ff1110 !important;
	padding: 20px 0 !important;
}
.required {
	background-color: #ffff00;
	border-radius: 3px;
	border: solid 1px #bdccd4;
	padding: 0 4px;
	margin: 0 0 0 4px;
	font-size: 625%;
	color: #bdccd4;
}
.formReq,
.formAny {
	border-radius: 2px;
	color: #fff;
	display: inline-block;
	font-size: 10px;
	height: 18px;
	line-height: 18px;
	margin: 0 5px;
	padding: 0 10px;
	text-align: center;
}
.formReq {
	background-color: #f7931e;
}
.formAny {
	background-color: #111;
}


/*共通 GoogleMapレスポンシブ対応*/
.youtube {
	clear: both;
	position: relative;
	padding-bottom: 56.25%;
	/* padding-bottom: 30%; */
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.gmap {
	clear: both;
	position: relative;
	padding-bottom: 37.51%;
	/* padding-bottom: 30%; */
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.gmap iframe,
.gmap object,
.gmap embed,
.youtube iframe,
.youtube object,
.youtube embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 896px) {
/*SP GoogleMapレスポンシブ対応*/
.gmap {
	clear: both;
	position: relative;
	/* padding-bottom: 124%; */
	padding-bottom: 80%;
	padding-top: 0;
	height: 0;
	overflow: hidden;
}
.youtube {
	clear: both;
	position: relative;
	/* padding-bottom: 124%; */
	padding-bottom: 100%;
	padding-top: 50px;
	height: 0;
	overflow: hidden;
}

}


/*共通 ヘッダー*/
.blogTitle {
	position: relative;
	padding: 0;
	margin: 30px 0 0 130px;
	z-index: 9997;
}
.blogTitle .logo{
	width: 80px;
	height: 26px;
}
.blogTitle .logo img {
	width: 100%;
	height: auto;
	padding: 0;
	vertical-align: top;
}
.head_slide_body{
	position: absolute;
	bottom: 0px;
	top: 0px;
	left: 50%;
	transform: translate(-50%, 0);
	margin: auto;
	width: 1920px;
	/* min-width: 1200px; */
	height: 700px;
	margin: 0 auto;
	z-index: 0;
}
#head_slide{
	width: 1920px;
	height: 700px;
	margin: 0 auto;
	z-index: 0;
	visibility: hidden;
}
#head_slide img{
	width: 100%;
	height: auto;
}

.top_header{
	position: relative;
	width: 100%;
	height: 700px;
	margin: 0 auto;
	z-index: 2;
}

header.header{
	position: relative;
	width: 100%;
	height: 200px;
}
.header_wrap{
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	height: 100%;
	padding: 50px 40px 0;
	margin: 0 auto;
}
.top_header_ico{
	margin-top: -76px;
}
.slide_txt{
	float: right;
}
.head_sns_icon{
	float: left;
	justify-content: space-between;
	width: 240px;
	margin: 114px 0 0;
}

.sns_icon li{
	width: 30px;
	height: 30px;
	margin: 0;
	list-style-type: none;
}
.sns_icon li img{
	width: 100%;
	height: auto;
}
li.sns_icon_rakuten{
	width: 74px;
}


/*w1280 ヘッダー*/
@media screen and (max-width: 1280px) {
}
/*SP ヘッダー*/
@media screen and (max-width: 896px) {
.blogTitle {
	position: relative;
	width: auto;
	padding: 11px 0 0 60px;
	margin: 0;
	z-index: 0;
}
.blogTitle .logo{
	width: 76px;
	height: auto;
}

.headMenu{
	position: absolute;
	top: 0;
	right: 0;
	width: 34px;
	height: 34px;
	padding: 13px;
}
.head_slide_body{
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	transform: translate(0, 0);
	margin: auto;
	width: 100%;
	max-width: 100%;
	height: 133.335vw;
	margin: 0 auto;
	z-index: 0;
}
.head_slide_body_wrap{
	width: 100%;
}
#head_slide{
	width: 100%;
	height: 133.335vw;
	margin: 0 auto;
	z-index: 0;
}
/* .top_slide_pager{
	text-align: center;
	margin-top: 0;
}
.bx-pager-item {
	width: 14vw;
	height: 2px;
	margin: 0 5px !important;
} */
.top_header{
	position: relative;
	width: 100%;
	height: 133.335vw;
	margin-top: 0;
}

header.header{
	position: relative;
	height: 76px;
}
.header_wrap{
	position: absolute;
	top: 0;
	left: 0;
	width: 88%;
	height: auto;
	margin: 0 auto;
	padding: 20px;
}
.top_header_ico{
	position: relative;
	box-sizing: border-box;
	width: 100%;
	height: 133.335vw;
	margin: 0;
	padding: 0 !important;
}
.head_sns_icon{
	float: none;
	position: absolute;
	top: 26px;
	right: 20px;
	/* width: 130px; */
	width: 165px;
	margin: 0;
}
.sns_icon li{
	width: 24px;
	height: 24px;
	margin: 0;
	list-style-type: none;
}
.sns_icon li.sns_icon_rakuten{
	width: 59px;
}
.slide_txt{
	float: none;
	position: absolute;
	bottom: -15vw;
	left: 30px;
	width: 54vw;
	padding: 0;
}
.slide_txt img{
	width: 100%;
	height: auto;
}
}


/*共通 スクロールヘッダー*/
.scroll_nav {
	background-color: #fff;
	position: fixed;
	top: -10px;
	left: 0;
	z-index: 9500;
	width: 100%;
	transition: .3s;
	transform: translateY(-100%);
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
	z-index: 9997;
}
.scroll_nav_wrap{
	position: relative;
	box-sizing: border-box;
	width: 1300px;
	max-width: 100%;
	min-width: 1200px;
	padding: 0;
	margin: 0 auto;
	z-index: 1;
}
.is-show {
	top: 0;
	transform: translateY(0);
}
#header_s{
	position: relative;
	box-sizing: border-box;
	width: 1280px;
	max-width: 100%;
	height: 206px;
	padding: 20px 10px 0;
	margin: 0 auto;
}

.main_menu{
	position: absolute;
	top: 30px;
	right: 10px;
	height: 150px;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
.main_menu li{
	margin: 0 0 0 22px;
	list-style-type: none;
	font-size: 18px;
}
.main_menu li a{
	border-top: solid 1px #fff;
	padding: 10px 0 0;
	font-size: 18px;
}
.main_menu li:hover a{
	border-top: solid 1px #111;
	color: #c69c6d;
	text-decoration: none;
}

.scroll_nav #header_s{
	height: 140px;
	padding-top: 10px;
}
.scroll_nav .blogTitle{
	padding-top: 27px;
}
.scroll_nav .blogTitle a{
	width: 110px;
	height: auto;
}
.scroll_nav .blogTitle p{
	font-size: 12px;
}
.scroll_nav .main_menu{
	top: 5px;
	height: auto;
}
.scroll_nav .main_menu li a{
	font-size: 14px;
}

@media screen and (max-width: 896px) {
/*SP スクロールヘッダー*/
.scroll_nav {
	height: 60px;
}
.scroll_nav #header_s{
	height: auto;
}
.scroll_nav_wrap{
	position: relative;
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	min-width: 100%;
	height: 100%;
	min-width: inherit;
}
#header_s{
	position: relative;
	box-sizing: border-box;
	width: 100%;
	height: 60px;
	padding: 10px 10px 0;
	margin: 0 auto;
	line-height: 1.3;
}
#header_s h1,
#header_s p{
	display: inline-block;
	text-align: center;
	width: 280px;
	font-size: 12px;
	font-weight: normal;
}
.sp_header a{
	box-sizing: border-box;
}
.sp_header a:hover{
	text-decoration: none;
}
}


/*共通 フッター*/
footer {
	position: relative;
	background-color: #333;
	padding: 90px 0 50px;
	width: 100%;
	color: #fff;
}
footer a{
	color: #fff;
}
footer .inner{
	box-sizing: border-box;
	width: 100%;
	padding: 0 60px;
}
.footer_top{
	width: 100%;
	margin-bottom: 75px;
}
.footer_logo{
	width: 50%;
}
.footer_sns_icon{
	width: 50%;
	padding-top: 70px;
}
footer .sns_icon{
	justify-content: space-between;
	width: 240px;
	margin-left: calc(100% - 240px);
}
footer .sns_icon .desvg path{
	/*jsでsvgをインライン化してカラー変更などを可能にする。svgに.desvgを付与。*/
	fill: #fff;/*カラー変更*/
}
.footer_btm{
	width: 100%;
}
.footer_menu{
	text-align: right;
	width: 70%;
	min-width: 780px;
}
.footer_menu li{
	display: inline-block;
	margin: 0 0 12px 22px;
	list-style-type: none;
	letter-spacing: 0.1em;
	list-style: none;
}
.footer_menu li a{
	font-size: 14px;
	color: #fff;
}
.copy {
	width: 30%;
	min-width: 254px;
}

.pagetop {
	position: fixed;
	bottom: 260px;
	right: 60px;
	z-index: 99;
}

@media screen and (max-width: 896px) {
/*sp フッター*/
footer {
	width: 100%;
	height: inherit;
	padding: 45px 0 30px;
}
footer .inner{
	width: 94%;
	padding: 0;
	margin: 0 auto;
}
.footer_top{
	display: block;
	margin-bottom: 0;
}
.footer_logo{
	width: 28%;
	margin: 0 auto 45px;
}
.footer_sns_icon{
	width: 55%;
	margin: 0 auto 45px;
	padding-top: 0;
}
.footer_sns_icon .sns_icon{
	width: 100%;
	margin: 0;
}
.footer_sns_icon .sns_icon li{
	width: 24px;
}
.footer_sns_icon .sns_icon li.sns_icon_rakuten{
	width: 59px;
}
.footer_sns_icon .sns_icon img{
	width: 100%;
	height: auto;
}

.footer_btm{
	width: 100%;
}

.footer_menu{
	text-align: center;
	width: 100%;
	min-width: inherit;
	margin: 0 auto 40px;
	order: 1;
}
.footer_menu ul{
	width: 50%;
	margin: 0 auto;
}
.footer_menu li{
	display: block;
	margin: 0 0 14px;
}
.footer_menu li a{
	font-size: 12px;
}

.copy {
	text-align: center;
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 10px;
	order: 2;
}

.pagetop {
	position: fixed;
	bottom: 20px;
	left: inherit;
	right: 2%;
	margin: 0 auto;
	z-index: 99;
}
.pagetop img{
	width: 44px;
	height: auto;
}
}


/*共通 コンテンツ*/
.title {
	margin-bottom: 1.5em;
	font-size: 24px;
	font-weight: normal;
	font-feature-settings: "palt";
	letter-spacing: 0.08em;
}
.title a {
	font-size: 24px;
}
.ttl {
	border-bottom: solid 1px #111;
	margin: 0 0 1em;
	padding-bottom: 0.6em;
	font-size: 20px;
	font-weight: normal;
	font-feature-settings: "palt";
	letter-spacing: 0.08em;
}
.sttl {
	border-bottom: solid 1px #111;
	margin: 0 0 1em;
	padding-bottom: 1em;
	font-size: 18px;
	font-weight: normal;
	font-feature-settings: "palt";
	letter-spacing: 0.08em;
}
h4 {
	margin-bottom: 0.5em;
	font-size: 16px;
}
@media screen and (max-width: 896px) {
/*SP コンテンツ*/
.title {
	font-size: 20px;
}
.title a {
	font-size: 20px;
}
.ttl {
	border-bottom: solid 1px #111;
	margin: 0 0 1em;
	padding-bottom: 0.6em;
	font-size: 18px;
	font-weight: normal;
	font-feature-settings: "palt";
	letter-spacing: 0.08em;
}
.sttl {
	border-bottom: solid 1px #111;
	margin: 0 0 0.6em;
	padding-bottom: 0.6em;
	font-size: 16px;
	font-weight: normal;
	font-feature-settings: "palt";
	letter-spacing: 0.08em;
}
h4 {
	margin-bottom: 0.5em;
	font-size: 14px;
}


}

/*共通 MOREボタン*/
.more_btn{
	display: block;
	text-align: center;
	position: relative;
	height: 40px;
}
.more_btn a{
	position: relative;
	display: inline-block;
	text-align: center;
	box-sizing: border-box;
	width: 320px;
	height: 100%;
	padding: 9px 0 0;
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	z-index: 1;
}
.more_btn a:hover{
	text-decoration: none;
}
.more_btn a::after{
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	background-color: #000;
	transform: scaleY(1.1) perspective(.7em) rotateX(1deg);
	transform-origin: bottom left;
}
.more_btn a:hover::after{
	background-color: #222;
}

@media screen and (max-width: 896px) {
/*SP MOREボタン*/
.more_btn{
	width: 100%;
	margin: 0 auto;
}
.more_btn a{
	display: block;
	width: 100%;
	padding: 12px 0;
	margin: 0;
	font-size: 13px;
}
}



/*共通 トップページ NEWS*/
.top_title{
	font-size: 55px;
	font-weight: normal;
	letter-spacing: 0.1em;
}
.top_title span{
	display: block;
	margin: 5px 0 0 5px;
	font-size: 14px;
	letter-spacing: 0.1em;
}
.top_title_R{
	text-align: right;
}

#top_news{
	position: relative;
	margin: 180px auto 98px;
}
#top_news h2{
	background: url(images/ico_hangar.svg) right 32px no-repeat;
	background-size: 90px 44px;
	margin-bottom: 85px;
}
#top_news ul{
	margin: 0 auto 110px;
}
#top_news li{
	background: url(images/ico_arrow.svg) right 95% no-repeat;
	background-size: 33px;
	width: 31.5%;
	margin-right: 2.75%;
	margin-bottom: 0;
	list-style-type: none;
}
#top_news li:nth-of-type(3n){
	margin-right: 0;
}
#top_news li a{
	font-size: 14px;
}
#top_news .more{
	margin-top: 70px;
}

.news li img{
	width: 100%;
	height: auto;
}
.news li .date{
	margin: 5px 0 0;
}
.news li h3{
	margin-top: 20px;
	line-height: 1.4;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.2;
}
@media screen and (max-width: 896px) {
/*SP トップページ NEWS*/
.top_title{
	text-align: center;
	font-size: 35px;
}
.top_title span{
	margin: 0;
}
.top_title_R{
	float: right;
}


#top_news{
	position: relative;
	margin: 100px auto 30px;
}
#top_news .inner{
	width: 94%;
	margin: 0 auto;
}
#top_news h2{
	background: url(images/ico_hangar.svg) right 0 no-repeat;
	background-size: 80px auto;
	width: 100%;
	margin: 0 auto 60px;
	padding: 70px 0 0;
}
#top_news ul{
	width: 100%;
	margin: 0 auto 20px;
}
#top_news li{
	background-position: right 98%;
	width: 100%;
	margin-bottom: 40px;
	margin-right: 0;
	list-style-type: none;
}
#top_news li h3{
	margin: 10px 40px 0 0;
	font-size: 14px;
	line-height: 1.4;
}
#top_news li .date{
	margin: 2px 0 0;
	font-size: 12px;
}


/*共通 トップページ イメージ画像*/
.top_img{
	position: relative;
	width: 100%;
	max-width: 1920px;
	height: 958px;
	margin-left: auto;
	margin-right: auto;
	z-index: 0;
}
.top_img img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 0;
}
}
@media screen and (max-width: 896px) {
/*SP トップページ イメージ画像*/
.top_img{
	width: 100%;
	max-width: 100%;
	height: 360px;
	overflow: hidden;
}
.top_img img{
    width: auto;
	height: 100%;
}
}

/*共通 トップページ ABOUT*/
#top_about{
	position: relative;
	margin: -94px auto 205px;
	z-index: 1;
}
#top_about .inner{}
#top_about h2{
	margin-bottom: 100px;
}
.top_about_wrap{
	justify-content: space-between;
}
.top_about_L{
	width: 530px;
}
.top_about_L ul{}
.top_about_L li{
	font-size: 50px;
	font-family: 'Century Gothic', SomeFont, sans-serif;
	font-style: italic;
	list-style: none;
	letter-spacing: 0.12em;
}
.top_about_L li:first-letter{
	color: #c69c6d;
}
.top_about_L li span{
	display: inline-block;
	padding: 0 0 0 50px;
	font-size: 14px;
}
.top_about_R{
	width: 42%;
	max-width: 430px;
}
.top_about_R p{
	padding-top: 24px;
	line-height: 1.9;
	word-break:break-all;

}
.top_about_jigyou{
	align-items: center;
	margin-top: 90px;
}
.top_about_jigyou dt{
	position: relative;
	display: inline-block;
	text-align: center;
	box-sizing: border-box;
	width: 195px;
	height: 40px;
	padding: 9px 0 0;
	font-weight: normal;
	color: #fff;
	font-size: 14px;
}
.top_about_jigyou dt::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	background-color: #000;
	transform: scaleY(1.1) perspective(.7em) rotateX(1deg);
	transform-origin: bottom left;
}
.top_about_jigyou dd{
	box-sizing: border-box;
	width: calc(100% - 195px);
	padding-left: 4%;
	line-height: 1.4;
	font-size: 16px;
	letter-spacing: 0.01em;
}

@media screen and (max-width: 896px) {
/*SP トップページ ABOUT*/
#top_about{
	margin: -40px auto 60px;
	padding-top: 0;
}
#top_about .inner{
	width: 94%;
	margin: 0 auto;
	padding-left: 0;
}
#top_about h2{
	margin-bottom: 30px;
}
.top_about_L{
	width: 100%;
	margin-bottom: 20px;
	order: 1;
}
.top_about_L li{
	font-size: 32px;
}
.top_about_L li span{
	padding: 0 0 0 30px;
	font-size: 12px;
}
.top_about_R{
	width: 100%;
	margin: 0 auto;
	order: 2;
}

.top_about_jigyou{
	text-align: center;
	width: 88%;
	margin: 50px auto 0;
}
.top_about_jigyou dt{
	width: 230px;
	height: 40px;
	margin: 0 auto 40px;
	padding: 9px 0 0;
	font-size: 13px;
}
.top_about_jigyou dd{
	width: 100%;
	padding: 0;
	font-size: 13px;
	line-height: 1.6;
}
}

/*共通 トップページ SHOP LIST*/
#top_shoplist{
	background-color: #f1f1f1;
	padding: 100px 0 50px;
}
#top_shoplist .inner{
	position: relative;
}
#top_shoplist h2{
	margin-bottom: 105px;
}
#top_shoplist .more_btn{
	position: absolute;
	top: 25px;
	right: 0;
}
.shop_list{
	position: relative;
	padding-left: 290px;
	margin-bottom: 90px;
}
.shop_list_logo{
	float: left;
	width: 182px;
}
.shop_list ul{
	position: relative;
	box-sizing: border-box;
	float: right;
	width: 500px;
	padding: 16px 0 0 340px;
}
.shop_list ul.shop_list_antomside::before{
	background-color: #000;
	position: absolute;
	top: 26px;
	left: 84px;
	width: 1px;
	height: 238px;
	margin: 0;
	content: "";
}
.shop_list ul.shop_list_onlinestore::before{
	background-color: #000;
	position: absolute;
	top: 26px;
	left: 84px;
	width: 1px;
	height: 80px;
	margin: 0;
	content: "";
}
.shop_list li{
	position: relative;
	width: 150px;
	margin: 58px 0 0 0;
	font-size: 14px;
	list-style: none;
}
.shop_list li::before{
	background-color: #000;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -255px;
	width: 245px;
	height: 1px;
	margin: auto 0;
	content: "";
}
.shop_list li:first-of-type{
	margin-top: 0;
}
.shop_list li:first-of-type::before{
	left: -335px;
	width: 325px;
}
.shop_list ul.shop_list_antomside li img{
	position: absolute;
	top: 0;
	bottom: 0;
	right: -20px;
	margin: auto 0;
}
.shop_list ul.shop_list_onlinestore li img{
	position: absolute;
	top: 0;
	bottom: 0;
	right: -25px;
	margin: auto 0;
}
@media screen and (max-width: 896px) {
/*SP トップページ SHOP LIST*/
#top_shoplist{
	padding: 60px 0 60px;
}
#top_shoplist .inner{
	width: 94%;
	margin: 0 auto;
}
#top_shoplist h2{
	margin-bottom: 40px;
}
#top_shoplist .more_btn{
	position: relative;
	top: inherit;
	right: inherit;
	margin-top: 40px;
}
.shop_list{
	padding-left: 0;
	margin-bottom: 100px;
}
.shop_list_logo{
	float: none;
	display: block;
	width: 150px;
	margin: 0 auto 20px;
}
.shop_list ul{
	float: none;
	text-align: center;
	width: 260px;
	margin: 110px auto 0;
	padding: 0;
}

.shop_list li{
	width: auto;
	margin: 0 0 0 60px !important;
}
.shop_list li:last-of-type{
	margin-left: 0 !important;
}

.shop_list li::before{
	position: absolute;
	top: -135px;
	bottom: 0;
	left: 130px !important;
	width: 1px !important;
	height: 70px;
	margin: auto;
	content: "";
}

.shop_list ul.shop_list_antomside{
	text-align: left;
	margin: 180px auto 0;
	padding-bottom: 50px;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
.shop_list ul.shop_list_antomside::before{
	position: absolute;
	top: -145px;
	left: 6px;
	width: 243px;
	height: 1px;
}
.shop_list ul.shop_list_antomside li::before{
	position: absolute;
	top: -247px;
	bottom: 0;
	left: 10px !important;
	width: 1px !important;
	height: 130px;
	margin: auto;
	content: "";
}
.shop_list ul.shop_list_antomside li:first-of-type::before{
	top: -347px;
	height: 230px;
}
.shop_list ul.shop_list_antomside li img{
	position: absolute;
	top: inherit;
	bottom: -50px;
	left: 3px;
	right: 0;
	margin: auto;
}

.shop_list ul.shop_list_onlinestore{
	text-align: left;
	width: 160px;
	margin: 180px auto 0;
	padding: 0 26px 50px 0;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
.shop_list ul.shop_list_onlinestore::before{
	position: absolute;
	top: -84px;
	left: 43px;
	width: 81px;
	height: 1px;
}
.shop_list ul.shop_list_onlinestore li::before{
	position: absolute;
	top: calc(-247px + 64px);
	bottom: 0;
	left: 10px !important;
	width: 1px !important;
	/* height: 130px; */
	height: calc(130px - 64px);
	margin: auto;
	content: "";
}
.shop_list ul.shop_list_onlinestore li:first-of-type::before{
	top: -247px;
	height: 130px;
}
.shop_list ul.shop_list_onlinestore li img{
	position: absolute;
	top: inherit;
	bottom: -50px;
	left: 3px;
	right: 0;
	margin: auto;
}

}

/*共通 トップページ RECRUIT*/
#top_recruit{
	padding: 130px 0 150px;
}
#top_recruit h2{
	margin-bottom: 80px;
}
#top_recruit p{
	margin-bottom: 96px;
	padding-left: 176px;
	font-size: 20px;
	line-height: 1.8;
	letter-spacing: 0.1em;
}
#top_recruit .more_btn{
	text-align: left;
	padding-left: 176px;
}
@media screen and (max-width: 896px) {
/*SP トップページ RECRUIT*/
#top_recruit{
	width: 94%;
	margin: 0 auto;
	padding: 40px 0 60px;
}
#top_recruit h2{
	margin-bottom: 40px;
}
#top_recruit p{
	margin-bottom: 50px;
	padding-left: 0;
	font-size: 14px;
}
#top_recruit .more_btn{
	text-align: center;
	padding-left: 0;
}

}

/*共通 トップページ ONLINE STORE*/
#top_online_store{
	position: relative;
	margin: -105px auto 200px;
	z-index: 1;
}
#top_online_store h2{
	background: url(images/ico_shop.svg) 95.5% 140px no-repeat;
	background-size: 30px;
	padding-bottom: 105px;
}
.top_store_slide{
	width: 1320px;
	margin: 0 auto;
}
.top_store_slide .slick_item{
	width: 320px;
	margin-right: 13.333px;
	margin-bottom: 10px;
}
#top_online_store .slick_item:nth-of-type(4n){
	margin-right: 0;
}
#top_online_store .more_btn{
	margin-top: 95px;
}
#top_online_store .more_btn a{
	background: url(images/ico_other.svg) calc(100% / 2 + 74px) 8px no-repeat;
	background-size: 10px 8px;
}
@media screen and (max-width: 896px) {
/*SP トップページ ONLINE STORE*/
#top_online_store{
	width: 94%;
	margin: 0 auto 80px;
}
#top_online_store h2{
	background: url(images/ico_shop.svg) right 100px no-repeat;
	background-size: 26px;
	padding-bottom: 105px;
}
.top_store_slide{
	display: block;
	width: 320px;
	height: 480px;
	margin: 0 auto 0;
	overflow: hidden;
}
.top_store_slide .slick_item{
	width: 320px;
	margin: 0 auto;
}
#top_online_store .slick_item:nth-of-type(4n){
	margin-right: auto;
}
#top_online_store .more_btn{
	margin-top: 40px;
}

}

/*共通 トップページ 住所*/
#top_address{
	background-color: #f1f1f1;
	padding: 70px 0;
}
#top_address .flex{
	background-color: #fff;
	align-items: center;
	justify-content: space-between;
	padding: 35px;
}
#top_address .i{
	position: relative;
	width: 370px;
	height: 150px;
	overflow: hidden;
}
#top_address .i img{
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
#top_address .t{
	width: 500px;
}
#top_address .t img{
	margin-right: 10px;
	vertical-align: -15px;
}
@media screen and (max-width: 896px) {
/*SP トップページ 住所*/
#top_address{
	padding: 30px 0;
}
#top_address .flex{
	display: block;
	padding: 0;
}
#top_address .i{
	border: solid 15px #fff;
	width: calc(100% - 30px);
	height: 150px;
}
#top_address .t{
	text-align: center;
	background-color: #f1f1f1;
	width: 100%;
	padding: 40px 0 0;
	font-size: 14px;
}
#top_address .t img{
	display: block;
	width: 20px;
	height: auto;
	margin: 0 auto 15px;
	vertical-align: middle;
}


}

/*共通 トップページ BRAND*/
#top_brand {
	padding: 60px 0;
}
#top_brand img{
	width: 1000px;
	max-width: 100%;
	height: auto;
}

@media screen and (max-width: 896px) {
/*SP トップページ BRAND*/
#top_brand img{
	width: 100%;
	height: auto;
}
}

/*共通 トップページ コンタクト*/
#footer_contact{
	padding: 0;
	margin-top: 150px;
}
#footer_contact h2{
	text-align: left;
	background-color: #534741;
	padding: 70px 20px;
	margin-bottom: 75px;
}
.contact_form{
	position: relative;
	margin: 0 auto;
}
.contact_form table{
	width: 100%;
}
.contact_form th,
.contact_form td{
	border-top: solid 42px #fff;
	background-color: #f1f1f1;
}
.contact_form th{
	box-sizing: border-box;
	width: 180px;
	padding: 10px 15px 0;
	font-size: 16px;
	line-height: 1;
	vertical-align: top;
}
.contact_form td{
	border-left: solid 20px #fff;
	padding: 4px 20px;
	vertical-align: middle;
}
.contact_form td input,
.contact_form td textarea{
	border: none;
	background-color: transparent;
	box-sizing: border-box;
	width: 100%;
	padding: 5px 0;
	font-size: 16px;
	outline: none;
	line-height: 1.4;
}
.contact_form td textarea{
	height: 170px;
}
.contact_form td input::placeholder,
.contact_form td textarea::placeholder{
	color: #ccc;
}
.contact_form p.sub{
	margin: 20px 0 80px 190px;
}
.contact_form .privacy_link{
	margin: 55px 0 0;
}
.contact_form .submit_btn {
	margin: 80px 0 0;
}
.contact_form .submit_btn input{
	position: relative;
	border: none;
	width: 309px;
	height: 50px;
	margin: 0 20px 0 0;
	outline: none;
}

.contact_form .submit_btn .submit{
	background: url(images/submit_btn_submit.svg) 0 0 no-repeat;
	background-size: 309px 50px;
}
.contact_form .submit_btn .confirm{
	background: url(images/submit_btn_confirm.svg) 0 0 no-repeat;
	background-size: 309px 50px;
}
.contact_form .submit_btn .back{
	background: url(images/submit_btn_back.svg) 0 0 no-repeat;
	background-size: 309px 50px;
}

.contact_form .submit_btn input:hover{
	/* background-color: #f5bdb8;
	color: #111; */
	opacity: 0.7;
}
.contact_form .submit_btn .ajax-loader{
	display: none;
}

@media screen and (max-width: 896px) {
/*SP トップページ コンタクト*/
#footer_contact{
	/* margin-top: 80px; VOICEを表示したらこちらを使用*/
	margin-top: 0;
}
#footer_contact h2{
	text-align: center;
	padding: 32px 0;
	margin-bottom: 50px;
}
#footer_contact h2 img{
	width: auto;
	height: 25px;
}
.contact_form{
	width: 94%;
	max-width: 100% !important;
	margin: 0 auto;
}
.contact_form table{
	width: 100%;
	margin: 0 auto;
}
.contact_form th,
.contact_form td{
	border: none;
	background-color: transparent;
	width: 100%;
	font-size: 13px;
}

.contact_form th{
	text-align: center;
	padding: 0;
	margin-bottom: 8px;
	font-size: 13px;
	width: 100%;
	vertical-align: bottom;
}
.contact_form td{
	background-color: #f1f1f1;
	padding: 0;
	margin-bottom: 14px;
	font-size: 13px;
}
.contact_form td input,
.contact_form td textarea{
	box-sizing: border-box;
	width: 100%;
	padding: 18px;
	outline: 0;
}
.contact_form .sub{
	margin: 5px 0 60px !important;
	font-size: 13px;
}
.contact_form .privacy_link{
	text-align: center;
	width: 100%;
	margin: 20px auto 0;
	font-size: 13px;
}
.contact_form .submit_btn p{
	text-align: center;
	margin-bottom: 0;
}
.contact_form .submit_btn input{
	position: relative;
	border: none;
	width: 232px;
	height: 38px;
	margin: 0 auto 10px;
}
.contact_form .submit_btn .submit{
	background: url(images/submit_btn_submit.svg) 0 0 no-repeat;
	background-size: 232px 38px;
}
.contact_form .submit_btn .confirm{
	background: url(images/submit_btn_confirm.svg) 0 0 no-repeat;
	background-size: 232px 38px;
}
.contact_form .submit_btn .back{
	background: url(images/submit_btn_back.svg) 0 0 no-repeat;
	background-size: 232px 38px;
}
.contact_form .submit_btn {
	margin: 0;
}
.contact_form .submit_btn input{
	-webkit-appearance: none;
	border-radius: 0;
}
}


/*共通 コンテンツ*/
.page_title{
	background-color: #333;
	text-align: center;
	width: 100%;
	margin: 0 auto 10px;
	padding: 0;
	color: #fff;
}
.page_title h1{
	padding: 50px 0;
	margin: 0 auto;
	font-weight: normal;
}
.page_title h1 span{
	display: block;
	font-size: 16px;
}
@media screen and (max-width: 896px) {
/*SP コンテンツ*/
.page_title{
	border: none;
	margin: 0 auto 40px;
}
.page_title h1{
	padding: 15px 0;
	margin: 0 auto;
	font-size: 22px;
}

}


/*共通 パンくずリスト*/
.breadcrumb_body {
	text-align: left;
	width: 1200px;
	max-width: 100%;
	margin: 0 auto 60px;
	padding: 0;
}
.breadcrumb {
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin: 0 auto;
	font-size: 12px;
}
.breadcrumb li {
	display: inline;
	position: relative;
	margin-right: 0.5em;
	list-style-type: none;
}
.breadcrumb li::after{
	display: inline;
	content: "＞";
}
.breadcrumb li:last-of-type::after{
	display: none;
}
@media screen and (max-width: 896px) {
/*SP パンくずリスト*/
.breadcrumb_body{
	width: 94%;
	margin: 20px auto 40px;
	padding: 0;
}
.breadcrumb li::after{
	display: inline;
	padding-left: 6px;
	content: "＞";
	font-size: 10px;
}

}

/*共通 NEWS*/
.news_main {
	float: left;
	width: 800px !important;
}
.news_list li{
	width: 252px;
	margin-right: 22px;
	margin-bottom: 80px;
	list-style-type: none;
}
.news_list li:nth-of-type(3n){
	margin-right: 0;
}

.news_side{
	float: right;
	width: 320px;
}
.side_widget{
	margin-bottom: 50px;
}
.side_widget h3{
	position: relative;
	margin: 0 0 14px;
	padding-left: 26px;
	font-weight: normal;
	letter-spacing: 0;
}
.side_widget h3:after {
	display: block;
	border: solid 3px #333;
	content: '';
	position: absolute;
	top: 3px;
	left: 0;
	width: 12px;
	height: 12px;
	border-radius: 100%;
}
.side_widget ul{
	margin-left: 26px;
}
.side_widget li {
	margin-bottom: 14px;
	font-size: 14px;
	list-style-type: none;
}
.side_widget .post-date {
	display: block;
	padding-top: 5px;
	font-size: 12px;
}

.wp-pagenavi,
.nav-below {
	clear: both;
	text-align: center;
	margin: 40px auto;
}
.wp-pagenavi a,
.wp-pagenavi span {
	display: inline-block;
	border: none !important;
	background-color: #eee;
	text-decoration: none !important;
	width: 40px;
	height: 40px;
	padding: 0;
	margin: 0 12px !important;
	font-size: 12px;
	line-height: 40px;
	color: #111;
	text-decoration: none;
}

.wp-pagenavi span.current {
	background-color: #111 !important;
	font-weight: normal !important;
	color: #fff !important;
}
.wp-pagenavi .pages {
	width: 80px;
}
.nav-previous,
.nav-next {
	display: block;
	text-decoration: none;
	width: 10%;
	height: 40px;
	padding: 0;
	margin: 0 5px;
	font-size: 12px;
	line-height: 40px;
}
.nav-previous a,
.nav-next a{
	display: block;
	background-color: #eee;
	text-decoration: none !important;
	width: 100%;
	height: 100%;
	color: #111;
}
.wp-pagenavi a:hover,
.nav-previous a:hover,
.nav-next a:hover {
	background-color: #ccc;
}
.nav-previous {
	float: left;
}
.nav-next {
	float: right;
}

.newsInfo{
	position: relative;
	margin-bottom: 60px;
}

@media screen and (max-width: 896px) {
/*SP NEWS*/
.news_main {
	float: none;
	width: 100% !important;
	margin-bottom: 80px;
}
.news_list {
	width: 100%;
	margin: 0 auto;
}
.news_list li {
	width: 100%;
	margin: 0 auto 40px;
}
.news_list li img{
	width: 100%;
	height: auto;
}
.news_list .date{
	font-size: 12px;
}
.news_side{
	float: none;
	text-align: center;
	width: 100%;
}
.side_widget {
	width: 100%;
	margin: 0 auto 4em;
}
.side_widget h3{
	display: inline-block;
	padding-left: 40px;
	margin-bottom: 20px;
	font-size: 24px;
}
.side_widget h3:after {
	display: block;
	border: solid 4px #111;
	content: '';
	position: absolute;
	top: 5px;
	left: 0;
	width: 18px;
	height: 18px;
	border-radius: 100%;
}
.side_widget ul{
	margin-left: 0;
}

.newsTxt h2{
	border-bottom: 1px solid #111;
	margin-bottom: 10px;
	padding-bottom: 10px;
	font-size: 15px;
	font-weight: normal;
}
.newsTxt .newsInfo{
	margin-bottom: 20px;
	font-size: 12px;
}

.nav-previous,
.nav-next {
	width: 22%;
}
.nav-previous a,
.nav-next a{
	font-weight: bold;
}

}

/*共通アーカイブ*/
.archive_title{
	margin-bottom: 4em;
	font-size: 20px;
	font-weight: normal;
}
#archive_list.news_list {
	width: 100%;
	margin: 0 auto;
}
.item_list{
	/* justify-content: space-between; */
}
.item_list li{
	width: 31.39% !important;
	margin: 0 2.918% 40px 0 !important;
	list-style-type: none;
}
.item_list li img{
	margin-bottom: 10px;
}
.item_list li h3{
	margin: 0;
}
.item_list li p{
	margin-bottom: 0;
}
.item_list li .date{
	margin: 5px 0 0;
	font-size: 12px;
}
@media screen and (max-width: 896px) {
.archive_title{
	margin-bottom: 2em;
}

}




/*共通 お問い合わせ*/
div.wpcf7-mail-sent-ok {
	border: none !important;
}
.form input,
.form select,
.form textarea {
	padding: 15px;
	font-size: 18px;
}
.form table th,
.form table td {
	padding: 18px 10px;
}

.wpcf7-mail-sent-ok{
	padding-left: 0 !important;
	margin-left: 0 !important;
}




/*@media screen and (min-width: 1281px) {*/
@media screen and (min-width: 897px) {
/*画面幅が897px以上（PC）*/
/*.pc_only {
	display: block;
}*/
.sp_only {
	/*スマホでは非表示*/
	display: none !important;
}

body {
	position: relative;
	max-width: 100%;
}
#body_inner{
	position: relative;
	overflow: hidden;
}
/*fixヘッダーでのスムーズスクロールのズレ対策*/
/* body:not(.home) #body_inner {
	padding-top: 32px;
	margin-top: -32px;
} */
#wrapper{
	clear: both;
	box-sizing: border-box;
	max-width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.w1320{
	width: 1320px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.w1200{
	width: 1200px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.w1000{
	width: 1000px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.w900{
	width: 900px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.w800{
	width: 800px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.w780{
	width: 780px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}



/*サイドバー*/
#sidebar {
	float: right;
	border: solid 5px #f1f1f1;
	width: 290px;
	padding: 5px;
}
#sidebar li {
	list-style-type: none;
}

/*お問い合わせ*/
.contact_fotm .table th {
	padding-top: 14px;
	vertical-align: top;
}
.contact_fotm .table textarea {
	box-sizing: border-box;
	width: 100%;
}

}/*PC End*/





@media screen and (max-width: 896px) {
/*画面幅が896px以下（スマホ専用スタイル）*/
.pc_only {
	/*PC以外は非表示*/
	display: none !important;
}
.sp_only {
	display: block;
}

/*Flex Box*/
.mb-flex-1 .flex-item {
	width: 100% !important;
}
.mb-flex-1 .flex-item:last-of-type {
}
.mb-flex-2 .flex-item {
	width: 46% !important;
	margin-right: 7% !important;
}
.mb-flex-2 .flex-item:nth-of-type(even) {
	margin-right: 0 !important;
}
.mb-flex-3 .flex-item {
	width: 30%;
	margin-right: 5%;
}
.mb-flex-3 .flex-item:nth-of-type(3n) {
	margin-right: 0;
}
.mb-flex-3 .flex-item:nth-last-of-type(-n+3) {
}
.mb-flex-4 .flex-item {
	width: 23.5%;
	margin-right: 2%;
}
.mb-flex-4 .flex-item:nth-of-type(4n) {
	margin-right: 0;
}
.mb-flex-4 .flex-item:nth-last-of-type(-n+4) {
}
.mb-order-1{
	order: 1;
}
.mb-order-2{
	order: 2;
}
.mb-order-3{
	order: 3;
}
.mb-order-4{
	order: 4;
}
.mb-order-5{
	order: 5;
}
.mb-order-6{
	order: 6;
}
.mb-order-7{
	order: 7;
}
.mb-order-8{
	order: 8;
}
.mb-order-9{
	order: 9;
}
.mb-order-10{
	order: 10;
}

body{
	position: relative;
	width: 100%;
	font-size: 14px;
}
#body_inner {
	overflow: hidden;
	z-index: 9990;
}
#wrapper {
	padding-top: 0;
}
.contents{
	width: 94%;
	margin-left: auto;
	margin-right: auto;
}
/* .page-about .contents{
	width: 100%;
} */
.sp_width{
	width: 94%;
	margin-left: auto;
	margin-right: auto;
}

.w1320,
.w1200,
.w1000,
.w900,
.w780{
	max-width: 100%;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
}
.contents .sp_mt10{
	margin-top: 10px;
}
.contents .sp_mt20{
	margin-top: 20px;
}
.contents .sp_mt30{
	margin-top: 30px;
}
.contents .sp_mt40{
	margin-top: 40px;
}
.contents .sp_mt50{
	margin-top: 50px;
}
.contents .sp_mt60{
	margin-top: 60px;
}
.contents .sp_mt70{
	margin-top: 70px;
}
.contents .sp_mt80{
	margin-top: 80px;
}
.contents .sp_mt90{
	margin-top: 90px;
}
.contents .sp_mt100{
	margin-top: 100px;
}
.contents .sp_mb10{
	margin-bottom: 10px;
}
.contents .sp_mb20{
	margin-bottom: 20px;
}
.contents .sp_mb30{
	margin-bottom: 30px;
}
.contents .sp_mb40{
	margin-bottom: 40px;
}
.contents .sp_mb50{
	margin-bottom: 50px;
}
.contents .sp_mb60{
	margin-bottom: 60px;
}
.contents .sp_mb70{
	margin-bottom: 70px;
}
.contents .sp_mb80{
	margin-bottom: 80px;
}
.contents .sp_mb90{
	margin-bottom: 90px;
}
.contents .sp_mb100{
	margin-bottom: 100px;
}



a {
	-webkit-tap-highlight-color: rgba(255, 255, 255,0.2);
	cursor: pointer;
}
.blur {
	-webkit-filter: blur(8px);
	-moz-filter: blur(8px);
	-ms-filter: blur(8px);
	filter: blur(8px);
}

.imgLeft,
.imgRight,
.imgCenter,
.aligncenter,
.alignleft,
.alignright {
	clear: both;
	display: block;
	width: 100%;
	height: auto;
	margin: 0 0 10px;
}

.pdf {
	background-size: 10px 12px;
	padding-right: 14px;
}

.table {
	font-size: 12px;
}
/*スライドテーブル*/
.mobileSlideBlock {
	overflow-x: auto;
	position: relative;
	width: 100%;
}
.mobileSlideBlock table {
	min-width: 600px;
}

.blockTable,
.blockTable tbody,
.blockTable tr,
.blockTable th,
.blockTable td {
	display: block;
}

/*フォーム*/
.form {
	width: 100%;
}
.form th {
	padding: 10px 0 !important;
}
.form td {
	padding: 0 0 10px !important;
}
.form input,
.form select,
.form textarea{
	box-sizing: border-box;
	max-width: 100%;
	margin: 0 0 5px !important;
	padding: 5px;
	-webkit-appearance: none;
	font-size: 16px;
}
.form .submit input {
	display: block;
	width: 80%;
	padding: 16px 0;
	margin: 0 auto !important;
}

/*SP トップスライドショー*/
.head_slide_body_sp{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	margin: 0 auto;
}
#head_slide_sp{
	width: 100%;
	height: auto;
	margin: 0 auto;
	visibility: hidden;
}
#head_slide_sp img{
	width: 100%;
	height: auto;
}

/*SPコンテンツ*/
h4 {
	margin-bottom: 0.5em;
	font-size: 16px;
}
.contents p,
.contents .txt {
	margin: 0 0 1em;
}
.contents .txtBtm {
	margin-bottom: 3em;
}

/*SPパンくずリスト*/
.breadcrumbs_sp{
	position: absolute;
	top: 60px;
	left: 0;
	width: 100%;
}
.breadcrumbs_sp .breadcrumb {
	width: 88%;
	margin: 0 auto;
	padding: 0;
	font-size: 10px;
}

/*ページ*/
.page_post{
	width: 100%;
	margin: 0 auto 40px;
}


}/*スマホ End*/


/*PCメニュー*/
.menu_bg{
	display: none;
}
.pc_menu {
	display: block;
	box-sizing: border-box;
	background-color: rgba(255,255,255,1);
	position: fixed;
	top: 0;
	left: 0;
	width: 550px;
	height: 100vh;
	padding: 180px 0 0;
	z-index: 9998;
	overflow-y: auto;
	box-shadow: 0 0 4px rgba(0,0,0,0.2);
	color: #000;

	-webkit-transform: translateX(-550px);
	transform: translateX(-550px);/*中身を表示*/
	transition: .5s ease-in-out;/*滑らかに表示*/
	opacity: 0;
}
/*w1280 PCメニュー*/
@media screen and (max-width: 1280px) {

}
.pc_menu.active {
	/*display: block;*/
	-webkit-transform: translateX(0px);
	transform: translateX(0px);/*中身を表示*/
	opacity: 1;
}

.pc_menu ul.menu{
	box-sizing: border-box;
	width: 100%;
	padding: 0 10px 0 38px;
	margin: 0 auto;
	letter-spacing: 0.3em;
}
.pc_menu ul.menu.menu_bottom{
	padding-top: 56px;
}
.pc_menu ul.menu li{
	position: relative;
	box-sizing: border-box;
	list-style-type: none;
	margin-bottom: 20px;
}

.pc_menu ul.menu li a{
	position: relative;
	display: inline-block;
	padding: 10px 20px;
	font-size: 22px;
	color: #000;
	letter-spacing: 0.1em;
	/* font-family: 'Century Gothic', SomeFont, sans-serif; */
	font-style: italic;
	font-weight: bold;
}
.pc_menu ul.menu li a:hover{
	background-color: rgba(0,0,0,0.05);
	border-radius: 10px;
	text-decoration: none;
}
.pc_menu ul.menu li a:first-letter{
	color: #c69c6d;
}
.pc_menu ul.menu li a span{
	position: relative;
	text-align: center;
	display: inline-block;
	padding: 3px 0;
	margin: 0 0 0 70px;
	color: #999;
	font-size: 14px;
	letter-spacing: 0.1em;
	font-weight: normal;
	box-sizing: border-box;
}
.pc_menu ul.menu li a span::before{
	content: "";
	position: absolute;
	background-color: #ccc;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 44px;
	height: 1px;
	margin: auto 0 auto -58px;
	/* transform: rotateZ(5deg); */
}
/* .pc_menu ul.menu li a span::before{
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	background-color: #c69c6d;
	transform: scaleY(1.1) perspective(.7em) rotateX(2.5deg);
	transform-origin: bottom left;
} */
.menu_sns_icon{
	box-sizing: border-box;
	text-align: right;
	width: 260px;
	margin: 120px auto 0;
}
.menu_sns_icon ul{
	justify-content: space-between;
	width: 100%;
	margin: 0;
}


/*PC ハンバーガーアイコン*/
#spMenu_btn {
	display: inline-block;
	position: fixed;
	top: 50px;
	left: 60px;
	height: 80px;
	margin: 0;
	z-index: 9999;
}
/*w1280 ハンバーガーアイコン*/
@media screen and (max-width: 1280px) {

}
#spMenu_btn a {
	display: block;
	background-color: #fff;
	border-radius: 50%;
	height: 80px;
	width: 80px;
	text-decoration: none;
	transition: all 0.3s ease 0s;
}
#spMenu_btn .t {
	display: block;
	text-align: center;
	padding: 6px 0 0;
	color: #fff;
	font-size: 12px;
	font-weight: 300;
}
/*ハンバーガーアイコンを回転させる用*/
/*#spMenu_btn a.close{
	transform: rotateZ(90deg);
}
 #headMenuIcon {
	background-color: #000;
	display: block;
	height: 2px;
	left: 17px;
	margin: 0;
	position: absolute;
	top: 32px;
	transition: all 0.2s ease 0s;
	width: 30px;
}

#headMenuIcon::before,
#headMenuIcon::after {
	background-color: #000;
	content: "";
	display: block;
	height: 2px;
	left: 0;
	position: absolute;
	top: 1px;
	width: 30px;
}
#headMenuIcon::before {
	margin-top: -10px;
}
#headMenuIcon::after {
	margin-top: 8px;
} */

/*ハンバーガーアイコンをばつ印にする用*/
#spMenu_btn a.close{
	background-color: #eee;
	transform: rotateZ(90deg);
}
#spMenu_btn a.close #headMenuIcon{
	top: 38px;
	left: 24px;
}
#headMenuIcon {
	background-color: #000;
	display: block;
	height: 2px;
	left: 22px;
	margin: 0;
	position: absolute;
	top: 40px;
	transition: all 0.2s ease 0s;
	width: 40px;
}
#headMenuIcon::before,
#headMenuIcon::after {
	background-color: #111;
	content: "";
	display: block;
	height: 2px;
	left: 0;
	position: absolute;
	top: 50%;
	transition: all 0.3s ease 0s;
	width: 32px;
}
#headMenuIcon::before {
	margin-top: -10px;
}
#headMenuIcon::after {
	margin-top: 8px;
}
#spMenu_btn .close #headMenuIcon {
	background: transparent none repeat scroll 0 0;
}
#spMenu_btn .close #headMenuIcon::before,
#spMenu_btn .close #headMenuIcon::after {
	margin-top: -1px;
}
#spMenu_btn .close #headMenuIcon::before {
	transform: rotate(-45deg);
}
#spMenu_btn .close #headMenuIcon::after {
	transform: rotate(-135deg);
}



@media screen and (max-width: 896px) {
/*画面幅が896px以下（スマホ専用スタイル）*/
/*SPメニュー*/
.sp_menu {
	display: block;
	background-color: rgba(255,255,255,1);
	box-sizing: border-box;
	position: fixed;
	top: 0;
	right: -260px;
	width: 260px;
	height: 100vh;
	padding: 0;
	overflow-y: auto;
	color: #000;
	z-index: 9998;

	transition: .3s ease-in-out;/*滑らかに表示*/
	opacity: 0;
}
.sp_menu.active {
	/*display: block;*/
	right: 0;
	opacity: 1;
}
.menu_bg {
	display: none;
	content: "";
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.4);
	width: 100%;
	height: 100%;
	z-index: 9997;
	overflow: hidden;
	cursor: pointer;
}
.sp_menu ul.menu{
	box-sizing: border-box;
	text-align: left;
	padding: 10px 0 0 30px;
	margin: 0;
}
.sp_menu ul.menu li{
	position: relative;
	box-sizing: border-box;
	list-style-type: none;
	margin-top: 10px;
	padding-top: 0;
	list-style-type: none;
}

.sp_menu ul.menu li a{
	position: relative;
	display: inline-block;
	padding: 10px 0;
	font-size: 18px;
	color: #000;
	letter-spacing: 0.1em;
	/* font-family: 'Century Gothic', SomeFont, sans-serif; */
	font-style: italic;
	font-weight: bold;
}
.sp_menu ul.menu li a:first-letter{
	color: #c69c6d;
}
.sp_menu ul.menu li a:hover{
	text-decoration: none;
}
.sp_menu ul.menu li a span{
	position: relative;
	text-align: center;
	display: block;
	padding: 3px 0 0;
	margin: 0 0 0 2em;
	color: #999;
	font-size: 12px;
	letter-spacing: 0.1em;
	font-weight: normal;
	box-sizing: border-box;
}
.sp_menu .menu_sns_icon{
	width: 80%;
	margin: 50px auto 0;
	padding: 0;
}


/*SP ハンバーガーアイコン*/
#spMenu_btn{
	top: 14px;
	left: 14px;
}
#spMenu_btn a {
	display: block;
	background-color: #fff;
	border-radius: 50%;
	height: 48px;
	width: 48px;
	text-decoration: none;
	transition: all 0.3s ease 0s;
}
#spMenu_btn .t {
	display: block;
	text-align: center;
	padding: 6px 0 0;
	color: #fff;
	font-size: 12px;
	font-weight: 300;
}
/*ハンバーガーアイコンをばつ印にする用*/
#spMenu_btn a.close{
	background-color: #eee;
	transform: rotateZ(0);
}

#headMenuIcon {
	background-color: #000;
	display: block;
	position: absolute;
	top: 24px;
	left: 13px;
	width: 24px;
	height: 2px;
	margin: 0;
	transition: all 0.2s ease 0s;
}
#headMenuIcon::before,
#headMenuIcon::after {
	background-color: #111;
	content: "";
	display: block;
	height: 2px;
	left: 0;
	position: absolute;
	top: 50%;
	transition: all 0.3s ease 0s;
	width: 18px;
}
#headMenuIcon::before {
	margin-top: -8px;
}
#headMenuIcon::after {
	margin-top: 6px;
}
#spMenu_btn a.close #headMenuIcon {
	background: transparent none repeat scroll 0 0;
	top: 24px;
	left: 13px;
}
#spMenu_btn .close #headMenuIcon::before,
#spMenu_btn .close #headMenuIcon::after {
	margin: -2px 0 0 2px;
}
#spMenu_btn .close #headMenuIcon::before {
	transform: rotate(-45deg);
}
#spMenu_btn .close #headMenuIcon::after {
	transform: rotate(-135deg);
}
}


/*共通 VenoBox Lightbox Pluginのアイコン位置調整*/
.vbox-close{
	top: 2% !important;
	right: 2% !important;
}
.vbox-prev{
	left: 2% !important;
}
.vbox-next{
	right: 2% !important;
}


/*共通 SHOP*/
.shop_list_box{
	width: 100%;
}
.shop_img{
	width: 100%;
	margin: 0 auto 25px;
}
.shop_img_main{
	float: left;
	width: 80%;
}
.shop_img_sub{
	float: right;
	width: 19.17%;
}
.shop_img_sub img{
	margin: 0 0 3.8%;
}
.shop_img img{
	width: 100%;
	height: auto;
	vertical-align: top;
}

.shop_info {
	width: 100%;
	margin: 0 auto 160px;
}
.shop_info h2{
	margin: 0 0 20px;
	font-size: 20px;
}
.shop_info p {
	margin: 0 0 50px;
	font-size: 14px;
}
.shop_info .info{
	background-size: 24px 24px !important;
	margin: 0 0 5px;
	padding: 5px 0 5px 30px;
	font-size: 14px;
}
.shop_info .address{
	background: url(images/shop_ico_map.png) 0 50% no-repeat;
}
.shop_info .address a{
	color: #cc5a5e;
}
.shop_info .time{
	background: url(images/shop_ico_time.png) 0 50% no-repeat;
}
.shop_info .tel{
	background: url(images/shop_ico_tel.png) 0 50% no-repeat;
}
@media screen and (max-width: 896px) {
/*SP SHOP*/
.shop_img{
	width: 100%;
	margin: 0 auto 40px;
}
.shop_img_main{
	float: none;
	width: 100%;
	margin-bottom: 1.3%;
}
.shop_img_sub{
	float: none;
	width: 100%;
}
.shop_img_sub img{
	display: block;
	float: left;
	width: 24%;
	margin: 0 1.3% 0 0;
}
.shop_img_sub img:last-of-type{
	margin-right: 0;
}

.shop_info {
	width: 100%;
	margin: 0 auto 80px;
}
.shop_info h2{
	margin: 0 0 20px;
	font-size: 18px;
}
.shop_info p {
	margin: 0 0 25px;
	font-size: 14px;
}
.shop_info .info{
	background-position: 0 5px;
	background-size: 20px 20px !important;
	margin: 0 0 2px;
	padding: 5px 0 5px 25px;
	font-size: 12px;
}


}
