@charset "UTF-8";
/*
 Theme Name:   金沢まいもん寿司
 Theme URI:	http://www.maimon-susi.com/
 Author:       株式会社クレセント
 Author URI:   https://crescents.jp/
*/

html {
	height: 100%;
	min-height: 100%;
	margin: 0;
	padding: 0;
}

body {
	font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: center;
}

img {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	height: auto;
	max-width: 100%;
	width: auto;
}

.svg-inline--fa {
	margin: 0 5px;
}

input[type="email"], input[type="tel"], input[type="text"], input[type="url"], select, textarea {
	-webkit-appearance: none;
	border: 1px solid #3e3a39;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
	padding: 10px;
	width: 100%;
}

@media only screen and (max-width: 767px) {
	input[type="email"], input[type="tel"], input[type="text"], input[type="url"], select, textarea {
		font-size: 16px;
	}
}

input[type="email"]:active, input[type="email"]:focus, input[type="tel"]:active, input[type="tel"]:focus, input[type="text"]:active, input[type="text"]:focus, input[type="url"]:active, input[type="url"]:focus, select:active, select:focus, textarea:active, textarea:focus {
	border: 1px solid #a10000;
	outline: none;
}

input[type="submit"] {
	font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

input[type="submit"]:first-of-type {
	-webkit-appearance: none;
	background: #3e3a39;
	border: 1px solid #3e3a39;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	cursor: pointer;
	padding: 10px;
	width: 300px;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 767px) {
	input[type="submit"]:first-of-type {
		font-size: 16px;
	}
}

input[type="submit"]:first-of-type:hover {
	background: #090808;
}

input[type="submit"]:last-of-type {
	-webkit-appearance: none;
	background: #a10000;
	border: 1px solid #a10000;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	cursor: pointer;
	padding: 10px;
	width: 300px;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 767px) {
	input[type="submit"]:last-of-type {
		font-size: 16px;
	}
}

input[type="submit"]:last-of-type:hover {
	background: #3b0000;
}

input[type="submit"]:active, input[type="submit"]:focus {
	border: 1px solid #a10000;
	outline: none;
}

/*----------------------------------------
	ページャー
----------------------------------------*/

.nav_pager {
	font-size: 15px;
	line-height: 2.5;
	margin: 20px auto;
}

@media only screen and (max-width: 767px) {
	.nav_pager {
		font-size: 12px;
	}
}

.nav_pager a {
	background: #3e3a39;
	padding: 8px 10px 5px 10px;
	border-radius: 5px;
	margin: 5px;
	color: #fff;
}

.nav_pager a:hover {
	background: #a10000;
	color: #fff;
}

.nav_pager span {
	padding: 8px 10px 5px 10px;
	border-radius: 5px;
	margin: 5px;
	font-weight: bold;
}

.nav_pager span.current {
	background: #a10000;
	color: #fff;
}

#wrap.home {
	background: #000;
	display: none;
}

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

input#zip {
	width: 100px !important;
	margin-bottom: 10px;
}

input#zip1 {
	width: 100px !important;
	margin-bottom: 10px;
}

input#pref {
	width: 100px !important;
}

input#addr {
	width: calc(100% - 105px) !important;
}

#autozip {
	background: #7a9840 !important;
}

#movable_zipaddr a:last-child {
	display: none;
}

.header.kokoro {
	background-size: cover;
	height: 100vh;
	position: relative;
	width: 100%;
}

.header.about {
	height: initial;
}

@media only screen and (max-width: 767px) {
	#global-nav {
		z-index: 1000;
	}

	#top-head.fixed #global-nav ul li:last-child a {
		padding: 18px 0;
	}
}

@media only screen and (max-width: 767px) {
	.contents_07 {
		height: auto;
		min-height: 329px;
	}
}

.contents_07 .inner_07 ul {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: space-between;
}

@media only screen and (max-width: 767px) {
	.sidebar {
		margin: 40px auto 0 auto;
	}

	.contents_07 .inner_07 ul {
		justify-content: center;
	}
}

/* .p-index_bnr */

.p-index_bnr {
	position: fixed;
	bottom: 6%;
	right: 2%;
	z-index: 99;
	transition: opacity 0.5s;
	opacity: 0;
}
.is-load_end .p-index_bnr{
	opacity: 1;
}

@media (max-width: 768px) {
	.p-index_bnr {
		bottom: 2%;
		right: 0;
		width: 100%;
	}
}

@media (max-width: 540px) {
	.p-index_bnr {
		bottom: 0;
	}
}
.p-index_bnr__inner {
	display: none;
}

.p-index_bnr__inner a {
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 0;
	transition: opacity 0.25s;
	width: 100%;
}

.p-index_bnr__inner a:hover {
	opacity: 0.7;
}

.p-index_bnr__inner a .__img {}

.p-index_bnr__inner a .__img source {}

.p-index_bnr__inner a .__img img {}

@media (max-width: 768px) {
	.p-index_bnr__inner a .__img img {
		width: 100%;
	}
}


/* .sidebar */
.sidebar .side__search form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}

.sidebar .side__search form input[type="text"] {
	width: 80%;
}

.sidebar .side__search form button[type="submit"] {
	background: #000;
	border: none;
	color: #fff;
	font-size: 20px;
	width: 20%;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}

.sidebar .side__search form button[type="submit"]:hover {
	background: #a10000;
}

.sidebar h3 {
	border-bottom: 2px solid #000;
	font-size: 17px;
	margin: 40px auto 20px auto;
	padding-bottom: 5px;
	text-align: left;
}

.sidebar ul {
	font-size: 17px;
	text-align: left;
}

.sidebar ul li {
	line-height: 1.5;
	margin-bottom: 15px;
}

.sidebar ul li a {
	color: #000;
}

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

/*------------------------------
	お知らせ
------------------------------*/

.header_news dl dd {
	margin-left: 0;
}

.contents_05 {
	padding: 80px 0 120px 0;
}

.contents_05 h2 span {
	border-bottom: 1px solid #3e3a39;
	display: block;
	font-size: 21px;
	margin: 0 auto;
	padding-bottom: 10px;
	width: 376px;
}

@media only screen and (max-width: 767px) {
	.contents_05 h2 span {
		margin-bottom: 20px;
		width: 100%;
	}
}

.contents_05 .bx-wrapper {
	background: none;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin: 80px auto 60px auto;
	position: relative;
	width: 925px;
}

@media only screen and (max-width: 767px) {
	.contents_05 .bx-wrapper {
		width: 70%;
	}
}

.contents_05 .bx-wrapper .bx-viewport {
	min-height: 400px;
}

@media only screen and (max-width: 767px) {
	.contents_05 .bx-wrapper .bx-viewport {
		min-height: 315px;
	}
}

.contents_05 .bx-wrapper .bx-controls-direction a {
	font-size: 0;
	display: block;
	position: absolute;
	top: 40%;
}

.contents_05 .bx-wrapper .bx-controls-direction a.bx-prev {
	background: url(/cms/wp/wp-content/uploads/2018/02/prev.png) no-repeat center center;
	height: 47px;
	left: -40px;
	text-indent: 0;
	width: 26px;
}

.contents_05 .bx-wrapper .bx-controls-direction a.bx-next {
	background: url(/cms/wp/wp-content/uploads/2018/02/next.png) no-repeat center center;
	height: 47px;
	right: -40px;
	text-indent: 0;
	width: 26px;
}

@media only screen and (max-width: 767px) {
	.contents_05 .news__list {
		width: 96%;
	}
}

.contents_05 .news__list dl {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 20px !important;
	padding: 0 5px;
	width: 300px !important;
}

@media only screen and (max-width: 767px) {
	.contents_05 .news__list dl {
		margin: 0 10px 0 0 !important;
		width: 230px !important;
	}
}

.contents_05 .news__list dt figure {
	background: #000;
	border-radius: 8px;
}

.contents_05 .news__list dt img {
	border-radius: 8px;
	display: block;
	margin: 0 auto 10px auto;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}

.contents_05 .news__list dt img:hover {
	opacity: 0.8;
}

.contents_05 .news__list dd {
	padding-bottom: 40px;
	position: relative;
}

.contents_05 .news__list dd p {
	font-family: "Yu Gothic Medium", "Yu Gothic", "YuGothic", "メイリオ", sans-serif;
	font-size: 13px;
	line-height: 1.2;
	text-align: left;
}

.contents_05 .news__list dd a {
	border-bottom: 1px solid #3e3a39;
	bottom: 0;
	color: #3e3a39;
	display: block;
	font-size: 17px;
	padding: 0 0 5px 0;
	position: absolute;
	width: 100%;
}

.contents_05 .news__list dd a span:after {
	font-family: "Font Awesome 5 Solid", FontAwesome;
	display: none;
	content: "\f105";
}

.contents_05 .news__list dd a:hover {
	color: #a10000;
}

.contents_05 .news__list h3 {
	font-size: 17px;
	font-weight: normal;
	line-height: 22px;
	margin: 5px auto;
	text-align: left;
}

.contents_05 .news__list h3 a {
	color: #3e3a39;
}

.contents_05 .news__list h3 a:hover {
	color: #a10000;
}

.contents_05 .news__list ul {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
}

.contents_05 .news__list ul .news__category {
	border: 1px solid #3e3a39;
	font-size: 13px;
	padding: 5px 20px;
}

@media only screen and (max-width: 767px) {
	.contents_05 .news__list ul .news__category {
		padding: 5px;
	}
}

.contents_05 .news__list ul .news__date {
	font-size: 15px;
	margin-left: 10px;
}

.contents_05 .btn {
	border: 1px solid #3e3a39;
	color: #3e3a39;
	font-size: 21px;
	letter-spacing: 0.15em;
	padding: 5px 30px;
	position: relative;
}

.contents_05 .btn:after {
	font-family: "Font Awesome 5 Solid", FontAwesome;
	display: none;
	content: "\f105";
	position: absolute;
	right: 10px;
	top: 9px;
}

.contents_05 .btn:hover {
	background: #3e3a39;
	color: #fff;
}

.layer_board_bg, .layer_board {
	position: absolute;
}

.layer_board_bg {
	position: fixed;
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;
	display: none;
	cursor: pointer;
	background: #000;
	opacity: 1 !important;
	z-index: 10000;
}

.layer_board {
	bottom: 0;
	display: none;
	position: fixed;
	left: 0;
	margin: auto;
	right: 0;
	text-align: center;
	top: 0;
	z-index: 10001;
}

.layer_board #intromovie {
	height: auto;
	margin-top: -50px;
	width: 100%;
}

@media only screen and (max-width: 767px) {
	.layer_board #intromovie {
		height: auto;
		margin-left: -97%;
		width: 300%;
	}
}

.layer_board p {
	bottom: 10%;
	position: fixed;
	right: 10%;
	z-index: 10002;
}

#loader-bg {
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	background: #000;
	z-index: 1;
}

#loader {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 200px;
	height: 200px;
	margin-top: -100px;
	margin-left: -100px;
	text-align: center;
	color: #000;
	z-index: 2;
}

/*--------------------------------------------
	オンラインショップ
--------------------------------------------*/

.header.onlineshop {
	background: #000;
	height: 480px;
	position: static;
}

.header.onlineshop #top-head {
	margin: 0;
	position: static;
}

.header.onlineshop #top-head.fixed {
	position: fixed;
}

.header.onlineshop .onS_mainView {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #000;
	border-top: 5px solid #f7e199;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	width: 100%;
}

.header.onlineshop .onS_mainView:after {
	border-bottom: 5px solid #f7e199;
	bottom: 5px;
	content: " ";
	left: 0;
	position: absolute;
	width: 100%;
}

.header.onlineshop img {
	margin: auto;
	width: 430px;
}

@media only screen and (max-width: 767px) {
	.header.onlineshop img {
		margin: auto;
		width: 96%;
	}
}

.onS_container {
	background: url(/cms/wp/wp-content/uploads/2018/02/onS_cont_bg.jpg) repeat-y;
	background-size: 100% auto;
	margin-top: 30px;
	padding: 60px 0;
}

.onS_container h2 {
	font-size: 35px;
}

@media only screen and (max-width: 767px) {
	.onS_container h2 {
		font-size: 21px;
		line-height: 1.5;
		padding: 0 2% 5px 2%;
	}
}

.onS_container h2 span {
	border-bottom: 7px solid #000;
	display: inline-block;
	padding-bottom: 5px;
}

.onS_container .intro {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 40px auto;
	max-width: 870px;
}

@media only screen and (max-width: 767px) {
	.onS_container .intro {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		width: 96%;
	}
}

.onS_container .intro figure {
	width: 556px;
}

@media only screen and (max-width: 767px) {
	.onS_container .intro figure {
		margin: auto;
		width: 100%;
	}

	.onS_container .intro figure:first-of-type {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		margin-top: 20px;
	}

	.onS_container .intro figure img {
		display: block;
		margin: 0 auto;
	}
}

.onS_container .intro p {
	writing-mode: vertical-rl;
	writing-mode: tb-rl;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	color: #a10000;
	font-size: 24px;
	line-height: 2;
	margin: 0 auto;
	text-align: left;
	width: calc(100% - 570px);
}

@media only screen and (max-width: 767px) {
	.onS_container .intro p {
		width: initial;
	}
}

.onS_container .intro+p {
	color: #3e3a39;
	font-size: 20px;
	line-height: 2;
	margin: 0 auto;
	text-align: left;
	max-width: 870px;
}

@media only screen and (max-width: 767px) {
	.onS_container .intro+p {
		font-size: 17px;
		width: 96%;
	}
}

.onS_container h3 {
	background: #000;
	color: #f7e199;
	display: inline-block;
	font-size: 22px;
	margin: 80px auto 30px auto;
	padding: 10px 20px;
}

.onS_container h3+p {
	color: #3e3a39;
	font-size: 20px;
	line-height: 2;
	text-align: center;
}

@media only screen and (max-width: 767px) {
	.onS_container h3+p {
		font-size: 17px;
		margin: 10px auto;
		text-align: left;
		width: 96%;
	}
}

/* onS_online　20250304 */
.onS_online .onS_online__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 925px;
	max-width: 96%;
	margin: 40px auto;
}

@media only screen and (max-width: 767px) {
	.onS_online .onS_online__content {
		display: block;
		margin: 40px auto;
	}
}

.onS_online .onS_online__slide {
	width: 43.67%;
}

@media only screen and (max-width: 767px) {
	.onS_online .onS_online__slide {
		width: 100%;
		max-width: 560px;
		margin: 0 auto;
	}
}

.onS_online .onS_online__slide .onS_online__slide__main {
	padding: 0 3px;
}

.onS_online .onS_online__slide .onS_online__slide__sub {
	margin-top: 6px;
}

.onS_online .onS_online__slide .onS_online__slide__sub .__item {
	margin: 0 3px;
}

.onS_online .onS_online__info {
	width: 50%;
	background-image: url("./image/onlineshop/maimon_logo.png");
	background-repeat: no-repeat;
	background-position: center 40%;
	background-size: 38.96%;
}

@media only screen and (max-width: 767px) {
	.onS_online .onS_online__info {
		width: 100%;
		margin-top: 40px;
		background-position: center top;
		background-size: 180px;
	}
}

@media only screen and (max-width: 540px) {
	.onS_online .onS_online__info {
		background-position: center calc(50% - 20px);
	}
}

.onS_online .onS_online__info .onS_online__info__title {
	display: block;
	color: #958141;
	font-size: 24px;
	font-weight: 400;
	line-height: 2;
	text-align: left;
	margin-top: 20px;
}

.onS_online .onS_online__info .onS_online__info__text {
	color: #3e3a39;
	font-size: 16px;
	line-height: 2;
	letter-spacing: 2px;
	text-align: left;
	margin-top: 20px;
}

.onS_online .onS_online__info .onS_online__info__link {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	max-width: 231px;
	color: #3e3a39;
	font-size: 20px;
	margin-left: auto;
	margin-top: 40px;
	padding: 12px 20px 12px 30px;
	background-color: #FFFFFF;
	border: solid 1px #3e3a39;
	box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
	.onS_online .onS_online__info .onS_online__info__link {
		margin-right: auto;
	}
}

.onS_online .onS_online__info .onS_online__info__link:hover {
	opacity: 0.5;
}

.onS_online .onS_online__info .onS_online__info__link .__icon {
	display: inline-block;
	width: 22px;
	margin-left: 10px;
}

/* onS_online ここまで */

.onS_list ul {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 40px auto;
	max-width: 925px;
}

@media only screen and (max-width: 767px) {
	.onS_list ul {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-bottom: 0;
		width: 96%;
	}
}

.onS_list ul li {
	background: #000;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #f7e199;
	padding: 20px;
	width: 24%;
}

@media only screen and (max-width: 767px) {
	.onS_list ul li {
		margin-bottom: 15px;
		width: 49%;
	}
}

.onS_list ul li span {
	display: block;
	font-size: 22px;
	margin: 20px auto 40px auto;
}

@media only screen and (max-width: 767px) {
	.onS_list ul li span {
		font-size: 16px;
	}
}

.onS_list ul li a {
	border-top: 6px solid #f7e199;
	color: #fff;
	display: block;
	font-size: 20px;
	padding-top: 20px;
}

.onS_list ul li a:after {
	font-family: "Font Awesome 5 Solid", FontAwesome;
	display: none;
	content: "\f35d";
}

.onS_list ul li a:hover {
	color: #f7e199;
}

.onS_list ul img {
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}

.onS_list ul img:hover {
	opacity: 0.8;
}

.onS_items {
	margin: 0 auto 80px auto;
	max-width: 925px;
}

@media only screen and (max-width: 767px) {
	.onS_items {
		width: 96%;
	}
}

.onS_items p {
	color: #3e3a39;
	font-size: 20px;
	line-height: 2;
	text-align: center;
}

@media only screen and (max-width: 767px) {
	.onS_items p {
		font-size: 17px;
		margin: 10px auto;
		text-align: left;
		width: 96%;
	}
}

.onS_items .onS_items_info {
	color: #000;
	font-size: 24px;
	margin: 40px auto;
	text-align: left;
}

.onS_items .onS_items_info span {
	text-decoration: underline;
}

/*--------------------------------------------
	会社概要
--------------------------------------------*/

.company-content {
	background: url(/cms/wp/wp-content/uploads/2018/02/onS_cont_bg.jpg) repeat-y;
	background-size: 100% auto;
}

.company-content .container {
	margin: 0 auto;
	padding: 160px 0 80px 0;
	position: relative;
	width: 1000px;
}

@media only screen and (max-width: 767px) {
	.company-content .container {
		padding-top: 80px;
		width: 100%;
	}
}

.company-content h1, .company-content h2 {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: url(/cms/wp/wp-content/uploads/2018/02/kokoro_p_bg.png) no-repeat center center;
	background-size: auto 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 24px;
	font-weight: normal;
	height: 150px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 2;
	text-align: center;
}

.company-content dl {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 20px;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	line-height: 1.5;
	margin: 40px auto;
	text-align: left;
}

@media only screen and (max-width: 767px) {
	.company-content dl {
		font-size: 10px;
		width: 96%;
	}
}

.company-content dl dt {
	margin-bottom: 30px;
	width: 25%;
}

@media only screen and (max-width: 767px) {
	.company-content dl dt {
		margin-right: 4%;
		width: 26%;
	}
}

.company-content dl dd {
	margin-bottom: 30px;
	width: 75%;
}

@media only screen and (max-width: 767px) {
	.company-content dl dd {
		width: 70%;
	}
}

.company-content .map {
	height: 500px;
	margin: 40px auto 30px auto;
	width: 100%;
}

@media only screen and (max-width: 767px) {
	.company-content .map {
		height: 400px;
	}
}

.company-content .history__ttl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 26px;
	font-weight: normal;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 80px auto;
	position: relative;
	text-align: center;
}

.company-content .history__ttl:before {
	content: "";
	display: block;
	border-top: solid 1px #f7e199;
	width: 100%;
	height: 1px;
	position: absolute;
	top: 50%;
	margin: auto;
	z-index: 1;
}

.company-content .history__ttl span {
	background: url(/cms/wp/wp-content/uploads/2018/02/onS_cont_bg.jpg);
	letter-spacing: 0.3em;
	padding: 0 20px;
	position: absolute;
	right: 15%;
	top: -12px;
	z-index: 5;
}

.company-content .history__ttl span:before {
	content: "●";
}

.company-content .history__ttl+h2 {
	margin: 40px auto;
}

.company-content .history__ttl+h2+.container {
	padding-top: 40px;
}

.kokoro .header_text h2 {
	height: 300px;
}

.kokoro .header_text h2 img {
	max-height: 100%;
}

.contents_kokoro .kodawari_02 h3, .contents_kokoro .kodawari_04 h3, .contents_kokoro .kodawari_05 h3 {
	writing-mode: vertical-rl;
	writing-mode: tb-rl;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: url(/cms/wp/wp-content/uploads/2018/02/kokoro_p_bg.png) no-repeat center center;
	background-size: auto 150px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 24px;
	font-weight: normal;
	height: 250px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0;
	text-align: center;
	width: 100%;
}

.contents_kokoro .kodawari_02 h3 span, .contents_kokoro .kodawari_04 h3 span, .contents_kokoro .kodawari_05 h3 span {
	width: 40px;
}

.contents_kokoro .kodawari_02 .bottom_c p.right {
	font-size: 12px;
}

.contents_kokoro .kodawari_01 .bottom_l {
	width: 45%;
}

@media only screen and (max-width: 767px) {
	.contents_kokoro .kodawari_01 .bottom_l {
		width: 100%;
	}
}

.contents_kokoro .kodawari_02 h3 {
	writing-mode: vertical-rl;
	writing-mode: tb-rl;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
}

.contents_kokoro .kodawari_03 h3 {
	font-size: 30px;
}

@media only screen and (max-width: 767px) {
	.contents_kokoro .kodawari_04 {
		padding-bottom: 0;
	}

	.contents_kokoro .kodawari_05 .top_text {
		font-size: 20px;
		width: 96%;
	}

	.contents_kokoro .kodawari_05 {
		padding-bottom: 0;
	}

	.contents_kokoro .kodawari_05 .gallery_box1, .contents_kokoro .kodawari_05 .gallery_box2 {
		width: 96%;
	}

	.contents_kokoro .kodawari_05 .gallery_box1 h4, .contents_kokoro .kodawari_05 .gallery_box2 h4 {
		font-size: 20px;
	}
}

.contents_kokoro .kodawari_05 .mid_text {
	font-size: 20px;
	line-height: 2.5;
	width: initial;
}

@media all and (-ms-high-contrast: none) {
	.contents_kokoro .kodawari_05 .mid_text {
		margin-right: 120px !important;
	}
}

@-moz-document url-prefix() {
	.contents_kokoro .kodawari_05 .mid_text {
		margin-right: 120px !important;
	}
}

.align--center {
	/*align-items: center;
	display: flex;
	justify-content: center;*/
}

@media all and (-ms-high-contrast: none) {
	.align--center h3 {
		margin-left: 95% !important;
	}
}

@supports (-ms-ime-align: auto) {
	.align--center h3 {
		margin-left: 95% !important;
	}
}

@-moz-document url-prefix() {
	.align--center h3 {
		margin-left: 45% !important;
	}
}

.page-template-page-other {
	background: url(/cms/wp/wp-content/uploads/2018/02/onS_cont_bg.jpg) repeat-y;
	background-size: 100% auto;
}

.page-template-page-other form {
	padding: 40px 0;
}

.page-template-page-other form dl {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 17px;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	text-align: left;
}

.page-template-page-other form dl dt {
	margin: 0 30px 30px 0;
	position: relative;
	width: 25%;
}

@media only screen and (max-width: 767px) {
	.page-template-page-other form dl dt {
		margin: 0 auto 10px auto;
		width: 100%;
	}
}

.page-template-page-other form dl dt span {
	color: #a10000;
	font-size: 13px;
	position: absolute;
	right: 0;
	top: 5px;
}

.page-template-page-other form dl dd {
	margin-bottom: 30px;
	width: 70%;
}

@media only screen and (max-width: 767px) {
	.page-template-page-other form dl dd {
		margin: 0 auto 30px auto;
		width: 100%;
	}
}

.page-template-page-other form a {
	color: #000;
}

.page-template-page-other form a:hover {
	color: #a10000;
}

.page-template-page-other .agree {
	margin: 40px auto;
}

.page-template-page-other .mw_wp_form_confirm p {
	display: none;
}

.page-template-page-other .contactform__text {
	margin: 40px auto;
}

.page-template-page-other .header {
	height: initial;
}

.other__content {
	padding: 280px 0 80px 0;
	position: relative;
}

.other__content h1 {
	writing-mode: vertical-rl;
	writing-mode: tb-rl;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: url(/cms/wp/wp-content/uploads/2018/02/kokoro_p_bg.png) no-repeat center center;
	background-size: auto 100%;
	top: 120px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 24px;
	font-weight: normal;
	height: 150px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	left: 0;
	line-height: 2;
	margin: auto;
	position: absolute;
	right: 0;
	text-align: center;
}

.other__content h1 span {
	width: 50px;
}

.other__content .container {
	margin: 40px auto;
	position: relative;
	width: 1030px;
}

@media only screen and (max-width: 767px) {
	.other__content .container {
		width: 96%;
	}
}

.privacy-content, .sitemap-content {
	text-align: left;
}

.privacy-content h2, .sitemap-content h2 {
	border-bottom: 2px solid #000;
	font-size: 20px;
	margin: 30px auto 30px auto;
	padding: 5px;
}

.privacy-content h2 a, .sitemap-content h2 a {
	color: #000;
}

.privacy-content h2 a:hover, .sitemap-content h2 a:hover {
	text-decoration: underline;
}

.privacy-content p, .sitemap-content p {
	font-size: 17px;
	margin: 0 auto 20px auto;
}

.privacy-content ul, .sitemap-content ul {
	margin: 10px auto 20px auto;
	padding: 0 20px;
}

.privacy-content ul li, .sitemap-content ul li {
	font-size: 17px;
	line-height: 1.6;
	list-style: disc;
	margin-bottom: 10px;
}

.privacy-content ul li a, .sitemap-content ul li a {
	color: #000;
}

.privacy-content ul li a:hover, .sitemap-content ul li a:hover {
	text-decoration: underline;
}

.archive {
	background: url(/cms/wp/wp-content/uploads/2018/02/onS_cont_bg.jpg) repeat-y;
	background-size: 100% auto;
}

.archive .header {
	background: url(/cms/wp/wp-content/uploads/2018/02/shoplist_bg.jpg) no-repeat center center;
	background-size: cover;
	height: 460px;
}

.search {
	background: url(/cms/wp/wp-content/uploads/2018/02/onS_cont_bg.jpg) repeat-y;
	background-size: 100% auto;
}

.shop-list__ttl {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.shop-list__ttl h1 {
	writing-mode: vertical-rl;
	writing-mode: tb-rl;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	font-size: 35px;
	height: 460px;
	letter-spacing: 0.2em;
	padding-top: 80px;
	width: 50px;
}

.shop-list__navi {
	margin: 20px auto;
}

@media only screen and (max-width: 767px) {
	.shop-list__navi {
		width: 96%;
	}
}

.shop-list__navi dl {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 13px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media only screen and (max-width: 767px) {
	.shop-list__navi dl {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

.shop-list__navi dt {
	color: #3e3a39;
	margin-right: 20px;
}

@media only screen and (max-width: 767px) {
	.shop-list__navi dt {
		margin: 0 auto;
		padding-bottom: 10px;
		width: 100%;
	}
}

.shop-list__navi dd a {
	color: #000;
	margin-right: 10px;
	text-decoration: underline;
}

.shop-list__navi dd a:hover {
	color: #a10000;
}

.shop-list__navi dd a {
	border-left: 1px solid #3e3a39;
	padding-left: 10px;
}

.shop-list__navi dd a:first-of-type {
	border-left: none;
}

.shop-list__navi dd a:last-of-type {
	margin-right: 0;
}

.shop-list__navi dd+dt {
	margin-left: 30px;
}

@media only screen and (max-width: 767px) {
	.shop-list__navi dd+dt {
		margin: 20px auto 0 auto;
	}
}

.shop-list__navi dd br {
	display: none;
}

@media only screen and (max-width: 400px) {
	.shop-list__navi dd br {
		display: block;
	}

	.shop-list__navi dd [href="#tokai"], .shop-list__navi dd [href="#kansai"] {
		display: inline-block;
		margin-top: .5em;
	}

	.shop-list__navi dd [href="#tokai"] {
		border-left: none;
		padding-left: 3px;
	}
}

.shop-list__intro .container {
	background: url(/cms/wp/wp-content/uploads/2018/02/shoplist_intro.png) no-repeat right top 80px;
	height: 800px;
	margin: 0 auto;
	padding: 80px 0;
	position: relative;
	width: 1100px;
}

@media only screen and (max-width: 767px) {
	.shop-list__intro .container {
		background: none;
		height: 100px;
		width: 100%;
	}
}

.shop-list__intro .container h2 {
	font-size: 35px;
	font-weight: normal;
	text-align: left;
}

@media only screen and (max-width: 767px) {
	.shop-list__intro .container h2 {
		display: none;
	}
}

.shop-list__intro .container h3 {
	writing-mode: vertical-rl;
	writing-mode: tb-rl;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: url(/cms/wp/wp-content/uploads/2018/02/kokoro_p_bg.png) no-repeat center center;
	background-size: auto 100%;
	bottom: 80px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 24px;
	font-weight: normal;
	height: 150px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	left: 0;
	line-height: 2;
	margin: auto;
	position: absolute;
	right: 0;
	text-align: center;
}

.shop-list__intro .container h3 span {
	width: 50px;
}

.shop-list__intro .container p {
	font-size: 22px;
	line-height: 1.8;
	margin: 30px auto 0 auto;
	text-align: left;
}

@media only screen and (max-width: 767px) {
	.shop-list__intro .container p {
		display: none;
	}
}

.shop-list__intro .container img {
	margin: auto;
	position: absolute;
}

@media only screen and (max-width: 767px) {
	.shop-list__intro .container img {
		display: none;
	}
}

.shop-list__intro .container img:first-of-type {
	left: 150px;
	top: 400px;
}

@media only screen and (max-width: 767px) {
	.shop-list__intro .container img:first-of-type {
		bottom: 400px;
		left: 2%;
		top: initial;
		zoom: 0.7;
	}
}

.shop-list__intro .container img:last-of-type {
	right: 150px;
	top: 550px;
}

@media only screen and (max-width: 767px) {
	.shop-list__intro .container img:last-of-type {
		bottom: 400px;
		right: 2%;
		top: initial;
		zoom: 0.7;
	}
}

.shop-list__container h4 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 20px;
	font-weight: normal;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 auto;
	padding: 80px 0 40px 0;
	text-align: center;
	position: relative;
	width: 100%;
}

.shop-list__container h4:before {
	content: "";
	display: block;
	border-top: solid 1px #f7e199;
	height: 1px;
	left: 0;
	position: absolute;
	top: 0;
	margin: auto;
	width: 100%;
	z-index: 1;
}

.shop-list__container h4 span {
	background: url(/cms/wp/wp-content/uploads/2018/02/onS_cont_bg.jpg);
	display: inline-block;
	letter-spacing: 0.3em;
	padding: 0 20px;
	position: absolute;
	right: 15%;
	top: -10px;
	z-index: 5;
}

@media only screen and (max-width: 767px) {
	.shop-list__container h4 span {
		background-size: 100% auto;
		left: 0;
		margin: auto;
		padding: 0 5px;
		right: 0;
		width: 60%;
	}
}

.shop-list__container h4 span:before {
	content: "●";
}

.shop-list__wrap {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 auto 80px auto;
	width: 740px;
}

@media only screen and (max-width: 767px) {
	.shop-list__wrap {
		width: 96%;
	}
}

.shop-list__box {
	margin: 0 2% 20px 0;
	width: 32%;
}

@media only screen and (min-width: 768px) {
	.shop-list__box:nth-of-type(3n), .shop-list__box:last-of-type {
		margin-right: 0;
	}
}

@media only screen and (max-width: 767px) {
	.shop-list__box {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		width: 48%;
	}
}

.shop-list__box figure {
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 767px) {
	.shop-list__box figure {
		width: 100%;
	}
}

.shop-list__box figure:hover {
	opacity: 0.8;
}

.shop-list__box .shop-list__inner {
	padding-bottom: 40px;
	position: relative;
	text-align: center;
	width: 100%;
}

@media only screen and (max-width: 767px) {
	.shop-list__box .shop-list__inner {
		margin-bottom: 40px;
		padding-bottom: 60px;
		width: 100%;
	}
}

.shop-list__box .shop-list__inner h5 {
	font-size: 16px;
	height: 60px;
	line-height: 1.8;
	margin: 10px auto;
}

@media only screen and (max-width: 767px) {
	.shop-list__box .shop-list__inner h5 {
		height: 60px;
		margin-bottom: 5px;
	}
}

.shop-list__box .shop-list__inner a {
	color: #000;
}

.shop-list__box .shop-list__inner a.btn {
	background: #000;
	bottom: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	font-size: 17px;
	left: 0;
	margin: auto;
	padding: 8px 10px;
	position: absolute;
	right: 0;
	text-align: center;
	width: 70%;
}

.shop-list__box .shop-list__inner a.btn:after {
	content: "→";
}

.shop-list__box .shop-list__inner a.btn:hover {
	background: #a10000;
}

@media only screen and (max-width: 767px) {
	.shop-list__box .shop-list__inner a.btn {
		left: 0;
		margin: auto;
		padding: 10px 0;
	}
}

.category-news .header, .archive.category .header {
	background: none;
	height: initial;
}

.news-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 40px auto;
	position: relative;
	width: 1030px;
}

@media only screen and (max-width: 767px) {
	.news-container {
		width: 96%;
	}
}

.news-container .primary {
	width: 700px;
}

@media only screen and (max-width: 767px) {
	.news-container .primary {
		width: 100%;
	}
}

.news-container .sidebar {
	width: 280px;
}

@media only screen and (max-width: 767px) {
	.news-container .sidebar {
		width: 100%;
	}
}

.news-container .return__btn {
	top: -200px;
}

@media only screen and (max-width: 767px) {
	.news-container .return__btn {
		top: -240px;
	}
}

.news__content {
	padding: 280px 0 80px 0;
	position: relative;
}

.news__content .container {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media only screen and (max-width: 767px) {
	.news__content .container {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

.news__content h1 {
	writing-mode: vertical-rl;
	writing-mode: tb-rl;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: url(/cms/wp/wp-content/uploads/2018/02/kokoro_p_bg.png) no-repeat center center;
	background-size: auto 100%;
	top: 120px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 24px;
	font-weight: normal;
	height: 150px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	left: 0;
	line-height: 2;
	margin: auto;
	position: absolute;
	right: 0;
	text-align: center;
}

.news__content h1 span {
	width: 50px;
}

.newscat__box {
	border-bottom: 4px solid #000;
	margin-bottom: 40px;
	padding-bottom: 40px;
	text-align: left;
}

.newscat__box ul {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 20px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
}

@media only screen and (max-width: 767px) {
	.newscat__box ul {
		font-size: 15px;
	}
}

.newscat__box ul li:first-of-type {
	background: #000;
	color: #fff;
	padding: 10px;
}

.newscat__box ul li:last-of-type {
	color: #3e3a39;
}

.newscat__box h2 {
	font-size: 20px;
	margin: 30px auto 20px auto;
}

.newscat__box h2 a {
	color: #000;
}

.newscat__box h2 a:hover {
	text-decoration: underline;
}

.newscat__box .newscat__inner {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

@media only screen and (max-width: 767px) {
	.newscat__box .newscat__inner {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

.newscat__box .newscat__inner figure {
	margin-right: 40px;
	width: 200px;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 767px) {
	.newscat__box .newscat__inner figure {
		margin: 0 auto 10px auto;
		width: 100%;
	}
}

.newscat__box .newscat__inner figure:hover {
	opacity: 0.7;
}

.newscat__box .newscat__inner p {
	font-size: 20px;
	width: calc(100% - 240px);
}

@media only screen and (max-width: 767px) {
	.newscat__box .newscat__inner p {
		font-size: 15px;
		width: 100%;
	}
}

.header.shop-detail {
	background: none;
	height: initial;
	position: static;
}

.header.shop-detail #top-head {
	position: static;
}

.header.shop-detail #top-head.fixed {
	position: fixed;
}

.shop-detail__content {
	/* background: url(/common/img/top5_bg.jpg) repeat; */
	padding: 80px 0;
}

@media only screen and (max-width: 767px) {
	.shop-detail__content {
		padding-top: 40px;
	}
}

.shop-detail__content .container {
	margin: 80px auto 0 auto;
	position: relative;
	width: 1000px;
}

@media only screen and (max-width: 767px) {
	.shop-detail__content .container {
		width: 100%;
	}
}

.shop-detail__content .map {
	height: 600px;
}

@media only screen and (max-width: 767px) {
	.shop-detail__content .map {
		height: 400px;
	}
}

.return__btn {
	background: #000;
	color: #fff;
	font-size: 20px;
	padding: 10px;
	position: absolute;
	right: 0;
	top: -80px;
}

@media only screen and (max-width: 767px) {
	.return__btn {
		font-size: 17px;
		right: 5px;
		top: -60px;
	}
}

.return__btn:hover {
	background: gray;
}

.shop-detail__wrap {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 120px auto 20px auto;
	width: 780px;
}

@media only screen and (max-width: 767px) {
	.shop-detail__wrap {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		width: 100%;
	}
}

.shop-detail__wrap .shop-detail__images {
	width: 49%;
}

@media only screen and (max-width: 767px) {
	.shop-detail__wrap .shop-detail__images {
		width: 100%;
	}
}

.shop-detail__wrap .shop-detail__inner {
	text-align: left;
	width: 49%;
}

@media only screen and (max-width: 767px) {
	.shop-detail__wrap .shop-detail__inner {
		margin: 20px auto 0 auto;
		width: 96%;
	}
}

.shop-detail__wrap .shop-detail__inner h1 {
	font-size: 27px;
	line-height: 1.5;
	margin: 0 auto 30px auto;
}

.shop-detail__wrap .shop-detail__inner ul {
	font-size: 20px;
}

.shop-detail__wrap .shop-detail__inner ul li {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	line-height: 1.4;
	margin-bottom: 5px;
	font-size: 15px;
}

.shop-detail__address {
	display: block;
	font-size: 17px;
}

.shop-detail__inner .map__btn {
	color: white !important;
	display: block;
	margin: 10px 0; //width: 200px;
}

@media only screen and (max-width: 767px) {
	.shop-detail__inner .map__btn {
		margin: 10px auto;
	}
}

.shop-detail__wrap .shop-detail__inner ul li em {
	font-style: normal;
}

.shop-detail__wrap .shop-detail__inner ul li a {
	color: #000;
}

.shop-detail__sns {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 10px auto;
	padding: 5px 0;
	width: 100%;
}

@media only screen and (max-width: 767px) {
	.shop-detail__sns {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
}

.shop-detail__sns a {
	margin: 0 10px;
}

.shop-detail__sns--facebook {
	color: #315096;
}

.shop-detail__sns--twitter {
	color: #55acee;
}

.shop-detail__sns--line {
	color: #00c300;
}

.shop-detail__newsh {
	font-size: 15px;
}

.shop-detail__news {
	font-size: 15px;
	line-height: 1.5;
	margin: 30px auto;
	text-align: left;
	width: 100%;
	overflow: hidden;
}

@media only screen and (max-width: 767px) {
	.shop-detail__news {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		width: 96%;
	}
}

.shop-detail__news li {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-bottom: 10px;
}

.shop-detail__news li span {
	margin: 0 10px;
	width: 60px;
	font-size: 12px;
}

.shop-detail__news li a {
	color: #000;
	text-decoration: underline;
	width: calc(100% - 140px);
}

.shop-detail__news li a:hover {
	text-decoration: none;
}

.gnavi {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 18px;
	margin: 0 auto 30px auto;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 780px;
}

@media only screen and (max-width: 767px) {
	.gnavi {
		display: block;
		width: 96%;
	}
}

.gnavi span {
	border-bottom: 1px solid #000;
	padding-bottom: 3px;
}

@media only screen and (max-width: 767px) {
	.gnavi span {
		border: none;
		display: block;
		margin-bottom: 10px;
		padding: 10px 0;
		text-align: left;
		text-decoration: underline;
	}
}

.gnavi a {
	background: #000;
	color: #fff;
	padding: 5px 10px;
}

@media only screen and (max-width: 767px) {
	.gnavi a {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
}

.gnavi a:hover {
	opacity: 0.8;
}

.shop-detail__menus {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 20px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 30px auto;
	-webkit-box-pack: space-between;
	-ms-flex-pack: space-between;
	justify-content: space-between;
	width: 780px;
}

@media only screen and (max-width: 767px) {
	.shop-detail__menus {
		font-size: 17px;
		width: 96%;
	}
}

.shop-detail__menus li {
	margin: 10px 0;
	width: 48%;
}

@media only screen and (max-width: 767px) {
	.shop-detail__menus li {
		margin: 5px auto;
		width: 100%;
	}
}

.shop-detail__menus li a {
	background: #000;
	color: #fff;
	display: block;
	padding: 20px;
	position: relative;
	text-align: left;
	/*
			&:before {
				@include FA;
				content: "\f1c1";
			}*/
}

.shop-detail__menus li a:hover {
	background: #a10000;
}

.shop-detail__menus li a .fa-file-pdf {
	margin-right: 10px;
}

.shop-detail__menus li a:after {
	font-family: "Font Awesome 5 Solid", FontAwesome;
	display: none;
	content: "\f054";
}

.shop-detail__menus li a .fa-chevron-right {
	position: absolute;
	right: 10px;
	top: 0;
	bottom: 0;
	margin: auto;
}

.shop-detail__menus li a .moreLong {
	padding-right: 2%;
	line-height: 1.4;
}

.shop-detail__bnr {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: space-between;
	-ms-flex-pack: space-between;
	justify-content: space-between;
	margin: 0 auto 40px auto;
	width: 780px;
}

@media only screen and (max-width: 767px) {
	.shop-detail__bnr {
		display: block;
		width: 96%;
	}
}

.shop-detail__bnr li {
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	margin: 10px 0;
	width: 48%;
}

@media only screen and (max-width: 767px) {
	.shop-detail__bnr li {
		width: 100%;
	}
}

.shop-detail__bnr li:hover {
	opacity: 0.8;
}

.map__btn {
	background: #000;
	color: #fff;
	display: inline-block;
	font-size: 20px;
	margin: 30px auto 0 auto;
	padding: 10px;
}

.map__btn:hover {
	opacity: 0.8;
}

.single {
	background: url(/cms/wp/wp-content/uploads/2018/02/onS_cont_bg.jpg) repeat-y;
	background-size: 100% auto;
}

.single .header {
	height: initial;
}

.news__detail .news__date {
	display: block;
	font-size: 17px;
	margin: 0 auto 10px auto;
	text-align: left;
}

.news__detail h2 {
	border-bottom: 3px solid #000;
	font-size: 25px;
	margin: 0 auto 30px auto;
	padding-bottom: 5px;
	text-align: left;
}

.news__detail .news__inner {
	font-size: 20px;
	line-height: 1.6;
	text-align: left;
}

.sp {
	display: none !important;
}

@media only screen and (max-width: 767px) {
	.pc {
		display: none !important;
	}

	.sp {
		display: inline !important;
	}
}