@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/* Reset css */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, figure {
	margin: 0;
	padding: 0;
	letter-spacing: 0;
}
html {
	overflow-y: scroll;

}
* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
a {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
dt, h1, h2, h3, h4, h5, h6, th {
	font-weight: 700
}
aside, figure, footer, header, main, nav, section {
	display: block
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal
}
table {
	border-collapse: collapse
}
caption, th {
	text-align: left
}
q:after, q:before {
	content: ''
}
embed, object {
	vertical-align: top
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 700
}
abbr, acronym, fieldset, img {
	border: 0
}
li {
	list-style-type: none;
	list-style: none
}
.edge li {
	white-space: nowrap
}
img {
	vertical-align: bottom;
	max-width: 100%;
	height: auto
}
img.w100 {
	width: 100%;
}
hr {
	clear: both;
	border: none;
	background-color: #FFFFFF
}
body {
	font-weight: 400;
	line-height: 1.8em;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}

a:hover img{
	opacity: 0.7;
}
a:active {
	text-decoration: none;
}
a {
	color:var(--black)
}
a[href^="tel:"] {
	cursor: default
}
figure {
	display: block;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0
}
em {
	font-weight: 700
}
svg {
	overflow: visible
}
body {
	position: relative;
	font-family:'Noto Sans JP',"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 20px;
	font-weight: 700;
	color: var(--dark);
	-webkit-text-size-adjust: 100%;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt"
}
.mincyou {
	font-family:'Noto Serif JP',"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
main{
  padding-top:180px ;
}
main.bg {
	background: var(--gray_thin);
}
:root{
  --black: #231815;
  --key: #e60012;
  --accent: #00005a;
  --dark: #3e3a39;
	--dark_thin:#595757;
	--gray:#c9caca;
	--gray_thin:#efefef;
  --size_2s:0.75rem;
  --size_1s:0.875rem;
  --size_m:1rem;
  --size_1l:1.125rem;
  --size_2l:1.25rem;
  --size_3l:1.38rem;
  --size_4l:1.6rem;
  --size_5l:1.8rem;
  --size_6l:2.2rem;
	--shop_all:#e60012;
	--shop_ya:#336633;
	--shop_to:#dc9900;
	--shop_ko:#3e3a99;
}

/*店舗カラー start*/
.bg_shop_all{
	background-color: var(--shop_all);
	}
	.bg_shop_ya{
		background-color: var(--shop_ya);
	}
	.bg_shop_to{
		background-color: var(--shop_to);
	}
	.bg_shop_ko{
		background-color: var(--shop_ko);
	}
	.border_shop_all{
		border-color: var(--shop_all);
	}
	.border_shop_ya{
		border-color: var(--shop_ya);
	}
	.border_shop_to{
		border-color: var(--shop_to);
	}
	.border_shop_ko{
		border-color: var(--shop_ko);
	}
	/*店舗カラーend*/
.mt_0{
  margin-top: 0;
}
.mr_0{
  margin-right: 0;
}
.ml_0{
  margin-left: 0;
}
.mb_0{
  margin-bottom: 0;
}
.mt_05{
  margin-top: 0.5rem;
}
.mr_05{
  margin-right: 0.5rem;
}
.ml_05{
  margin-left: 0.5rem;
}
.mb_05{
  margin-bottom: 0.5rem;
}
.mt_10{
margin-top: 1rem;
}
.mr_10{
  margin-right: 1rem;
}
.ml_10{
  margin-left: 1rem;
  }
.mb_10{
  margin-bottom: 1rem;
}
.mt_20{
  margin-top: 2rem;
}
.mr_20{
  margin-right: 2rem;
}
.ml_20{
  margin-left: 2rem;
}
.mb_20{
  margin-bottom: 2rem;
}
.mt_30{
  margin-top: 3rem;
}
.mr_30{
  margin-right: 3rem;
}
.ml_30{
  margin-left: 3rem;
}
.mb_30{
  margin-bottom:3rem;
}
.mt_40{
  margin-top: 4rem;
}
.mr_40{
  margin-right: 4rem;
}
.ml_40{
  margin-left: 4rem;
}
.mb_40{
  margin-bottom:4rem;
}

.anchor {
	padding-top: 140px;
	margin-top: -140px;
}

.second_item:not(:last-child){
	margin-bottom: 5rem;
}

.third_item:not(:last-child){
	margin-bottom: 4rem;
}
.fourth_item:not(:last-child){
	margin-bottom: 3rem;
}
.flex_box {
	display: flex;
	justify-content: space-between;
}
.flex_box.wrap{
flex-flow: wrap;
}

.flex_box.wrap div{
	margin-bottom: 25px;
	}
.flex_box.two_to_one div {
	width: calc((100% - 100px) / 2);
}
.flex_box.three_to_one div {
	width: calc((100% - 200px) / 3);
	flex-wrap: wrap;
}
.flex_box.four_to_one div {
	width: calc((100% - 60px) / 4);
	flex-wrap: wrap;
}
.col_3{
	width: calc((100% - 100px) * 0.25);
}
.col_3wide{
	width: calc((100% - 50px) * 0.25);
}
.col_4{
	width: calc((100% - 100px) * 0.33);
}
.col_5{
	width: calc((100% - 100px) * 0.41);
}
.col_6{
	width: calc((100% - 100px) * 0.5);
}
.col_7{
	width: calc((100% - 100px) * 0.58);
}
.col_8{
	width: calc((100% - 100px) * 0.66);
}
.col_9{
	width: calc((100% - 100px) * 0.75);
}
.col_9wide{
	width: calc((100% - 50px) * 0.75);
}
.textcenter_PC{
	text-align: center;
}
.textright{
	text-align: right;
}
/* form
---------------------------------------- */
input , select , textarea , button{
  font-family: inherit;
  font-size: 1rem;
  }
input::-ms-clear {
 display: none;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
 margin: 0;
 -webkit-appearance: none;
}
input, textarea, label {
	display: inline-block;
	vertical-align: middle;
}
input, textarea, select {
	border: 1px solid #b2b2b2;
	padding: 15px;
	xline-height: 1;
}
select {
/*-webkit-appearance: none;*/
	/*border-radius: 0;*/
	/*background-color: #FFF;*/
}
::-webkit-input-placeholder, :-ms-input-placeholder, ::-moz-placeholder {
 color: #ccc !important;
}
input:focus, textarea:focus, select:focus {
	outline: none;
	border: 1px solid #808080;
}
label {
	xline-height: 1;
	padding: 10px 0;
	margin-right: 20px;
}
textarea {
	width: 100%;
	height: 175px;
	resize: vertical;
	box-sizing: border-box;
}
input[type="text"], input[type="email"] {
	width: 350px;
}
input#zip, input#dest-zip {
	width: 200px;
}
input#address, input#dest-address {
	width: 100%;
}
input#zip, input#dest-zip, select#city, input#etc1-text, input#etc2-text, input#etc3-text {
	margin-left: 10px;
}
input[type=checkbox], input[type=radio] {
	margin-right: 5px;
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	vertical-align: middle;
}
input[type="reset"].wpcf7c-conf, #reset.wpcf7c-conf {
	display: none;
}
input[type="reset"], input[type="button"], input[type="submit"] {
	xwidth: 300px;
	padding: 0;
	xline-height: 65px;
	xfont-weight: 700;
	xletter-spacing: 0.2rem;
	x-webkit-appearance: none !important;
	xmargin: 20px;
}
input[type="reset"], input[type="button"] {
	xbackground-color: #fff;
	xborder: 2px solidvar(--key);
	xmargin-right: 20px;
}
input[type="submit"] {
	xbackground-color: #808080;
	xborder: 2px solid #808080;
	xcolor: #fff;
}
input[type="submit"][disabled] {
	opacity: 0.7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
form hr {
	border-top: 1px solid #B2B2B2;
	margin: 50px auto;
	width: 960px;
}

input.zip_search {
	padding: 5px 10px;
	margin-top: 10px;
	cursor: pointer;
}
input.zip_search:hover {
opacity: 0.8;
}
/*====================
お問合わせフォーム
 ====================*/

p.end {
	padding-top: 5px;
}
h1.contact-h1 {
	background-color: #dcdddd;
	padding: 50px 0px;
}
main#contact p.txt-area {
	padding: 30px 0px;
}
ul.contact_btn {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	padding-top: 30px;
}
ul.contact_btn li {
	margin: 10px;
	text-align: center;
}
.privacypolicy {
  overflow-y: scroll;
  width: 100%;
  height: 300px;
  margin-bottom: 20px;
  padding: 20px;
  box-sizing: border-box;
  border: 1px solid #ccc;
}
 main.contact form .privacypolicy dl dt{
  width: 100%;
  line-height: 1.2em;
}
main.contact form .privacypolicy dl dd {
  width: 100%;
  font-size: var(--size_s);
  margin-bottom: 1rem;
}
.privacypolicy .pages_title_box h3 {
  font-size: 1rem;
  margin-bottom: 6px;
  padding-bottom: 6px;
}

/* sp
---------------------------------------- */
.forSP {
	display: none;
}
/* common
---------------------------------------- */
.layout-contents {
	width: 100%;
	margin: 0 auto;
	position: relative;
	line-break: strict;
}
.copy {
	padding-top: 200px;
	width: 700px;
	margin: 0 auto;
}

.inner {
	width: 1240px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
  padding-left: 20px;
}
.header {
	padding: 0;
	text-align: center;
}
.ttl_box{
position: relative;
}
.ttl_box ul.top_info_btn {
	position: absolute;
	right: 0;
	bottom: 16px;
}
ul.top_info_btn li:not(:last-child){
margin-right: 10px;
}
ul.top_info_btn{
	display: flex;
	justify-content: space-evenly;
}
ul.top_info_btn li a {
	color: #fff;
	width: 100px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 6px;
}
ul.top_info_btn li a:hover{
	opacity: 0.8;
}
.info-box{
	margin-bottom: 40px;
}
.ttl_box h2{
	font-size: var(--size_6l);
	border-bottom: 2px solid var(--key);
	padding-bottom: 12px;
	margin-bottom: 40px;
}
.mein_title .ttl_box h2{
    margin-bottom: 0;
}
.ttl_box h2.white{
	font-size: var(--size_6l);
	color: #fff;
	}
.ttl_box h2 span.sub-ttl{
	font-size: var(--size_2l);
	padding-left: 10px;
	}
.ttl_box h2:before{
	content:"■";
	color: var(--key);
}
.ttl_box h3 {
	background: var(--dark);
	color: #fff;
	padding: 11px;
	font-size: var(--size_4l);
	margin-bottom: 20px;
}
.privacy_ttl_box.ttl_box h3 {
	background: var(--gray_thin);
	color: var(--black);
}

.company_ttl_box h3 {
	font-size: var(--size_4l);
	border-bottom: 2px solid var(--black);
	padding-bottom: 10px;
	margin-bottom: 40px;
	text-align: center;
}
.company_ttl_box h3:before{
	content: "■■■";
	color: var(--key);
	font-size: 60%;
	letter-spacing: 6px;
	vertical-align: top;
}
.company_ttl_box h3::after{
	content: "■■■";
	color: var(--key);
	font-size: 60%;
	letter-spacing: 6px;
	vertical-align: top;
}
.ttl_box h4{
	font-size: var(--size_4l);
	color: var(--accent);
	margin-bottom: 10px;
}
.ttl_box h4.under_line{
	border-bottom:5px solid var(--accent);
	padding-bottom:8px ;
}
.ttl_box h5 {
	background: var(--accent);
	color: #fff;
	padding: 11px;
	font-size: var(--size_2l);
	margin-bottom: 20px;
}
.ttl_box h5.round{
	border-radius: 25px;
	padding: 6px 20px;
}

.ttl_box h6 {
	color: var(--black);
	border-left:10px solid #727171;
padding-left: 6px;
	font-size: var(--size_2l);
	margin-bottom:1em;
}
.ttl_box h4::before{
	content: "■";
}
/* header
---------------------------------------- */
.head_top {
	background-image: url(../img/header_bg.jpg);
	width: 100%;
	height: 120px;
	display: flex;
	justify-content: space-between;
	padding: 20px 30px;
	min-width: 1200px;
}
.head_logo {
	display: flex;
	align-items: center;
	color: #fff;
}
.head_logo h1 {
	width: 343px;
	margin-right: 1rem;
}
.head_logo p{
	font-size: var(--size_1l);
}
.head_contact {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	flex-flow: column;
	font-size: var(--size_m);
	color: #fff;
	line-height: 1;
}
header:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	clear: both;
}
header .inner {
	position: relative;
}
.header_box {
	display: flex;
	align-items: center;
	flex-flow: column;
	position: fixed;
	z-index: 2;
	background: #fff;
	width: 100%;
	height: 180px;
}
header .head-logo {
	padding: 1rem;
}

header .head-logo .logo {
  display: inline-block;
  position: relative;
  width: 240px;
  overflow: hidden;
}
.menu-area {
	background-color: var(--dark);
	width: 100%;
}
.menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
	min-width: 1200px;
}
.menu > li {
}
.menu > li:first-child {
}
.menu > li > a ,
.menu > li > span{
	display: block;
	color: #fff;
	width: 135px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.menu > li.wide > a ,
.menu > li.wide > span{
	width: 180px;
}
.menu > li > a:hover,
.menu > li > span:hover{
background-color: var(--dark_thin);
}
ul.menu__second-level {
	visibility: hidden;
	opacity: 0;
	z-index: 1;
}
.menu > li:hover {
}
.menu__second-level li {
	border-top: 1px solid #111;
}
.menu__second-level li a:hover {
	background: #7a6a5691;
}
/* floatクリア */
.menu:before, .menu:after {
	content: " ";
	display: table;
}
.menu:after {
	clear: both;
}
.menu {
 *zoom: 1;
}
.menu > li.menu__single {
	position: relative;
}
li.menu__single ul.menu__second-level {
	position: absolute;
	top: 40px;
	width: 100%;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}
li.menu__single:hover ul.menu__second-level {
	top: 30px;
	visibility: visible;
	opacity: 1;
}
.menu__second-level li a {
	padding: 10px 0px;
	background-color: #fff;
}
.fixed {
	position: fixed !important;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
	z-index: 999;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	box-shadow: 0px 3px 3px -3px rgba(0,0,0,0.13);
	-webkit-box-shadow: 0px 3px 3px -3px rgba(0, 0, 0, 0.13);
	-moz-box-shadow: 0px 3px 3px -3px rgba(0,0,0,0.13);
	z-index: 999999;
}
.fixed h2 {
	display: none !important;
}
#mobile-menu {
	display: none
}
/* footer
---------------------------------------- */
ul.footer-menu.forPC {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	padding-bottom: 30px;
}
ul.footer-menu.forPC li {
}
ul.footer-menu.forPC li a {
	border-right: 1px solid #7a6a56;
	letter-spacing: 0.2em;
	padding: 1px 20px;
	vertical-align: bottom;
	color: #ffffff;
}
ul.footer-menu.forPC li a:hover {
	text-decoration: underline
}
ul.footer-menu.forPC li:last-child a {
	border: none
}
footer span.adress {
	padding-right: 10px;
}
footer span.fax {
	padding: 0pc 10px;
}
footer {
	background-color:var(--key);
	background-image: url(../img/header_bg.jpg);
	color: #ffffff;
}
footer .inner {
	position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
}
footer .wrapper {
	overflow: hidden;
}

footer .footer-logo .logo {
	display: inline-block;
	position: relative;
	width: 270px;
	height: 115px;
	overflow: hidden;
}
p.footer-logo {
	margin: 0 auto;
}
footer .column {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	padding-bottom: 20px;
}
footer .column div {
	margin: 20px 50px;
}
footer .column a {
	color: #fff;
}
footer .foot-logo img {
	width: 292px;
	height: auto;

}
footer .column:last-child {
	margin-right: 0;
}
footer .column li {
}
footer .column li:last-child {
	margin-bottom: 0;
}
footer .column li a {
	display: block;
	padding: 5px;
}
footer .column li a:hover {
	text-decoration: underline;
}
footer .column li ul {
	margin-left: 15px;
	color: #808080;
}
footer .column li li {
	font-weight: 400;
	margin-bottom: 1px;
}
footer .foot-address {
	text-align: left;
  font-size: var(--size_1s);
}
footer .column:last-child ul {
	margin-bottom: 25px;
}
footer .column:last-child ul ul {
	margin-bottom: 0;
}
.footer_box {
  display: flex;
	justify-content: space-between;
align-items: center;
}
.footer_menu_box {
	border-bottom: 4px solid var(--black);
	padding-bottom: 30px;
	margin-bottom: 30px;
}
ul.footer-menu {
  display: flex;
	justify-content: center;
}
ul.footer-menu > li{
	margin-right: 0.5rem;
	padding-right: 0.5rem;
}
ul.footer-menu > li:not(:last-child){
	border-right: 1px solid rgb(255 255 255 / 50%);
}
ul.footer-menu > li a,
ul.footer-menu > li span{
  color: #fff;
  font-size: var(--size_1s);
	display: flex;
	align-items: center;
	line-height: 1.6;
	-webkit-text-size-adjust: 100%;
}

ul.footer-menu li a:hover{
	opacity: 0.7;
}
ul.footer-menu li a:before{
content: "▶";
font-size: 50%;
margin-right: 2px;
color: rgb(255 255 255 / 50%);
}
ul.footer-menu > li > ul li{
	line-height: 1.6;
}
ul.footer-menu > li > ul li a {
	font-size: var(--size_2s);
}
.footer_shop_box {
	width: 100%;
	justify-content: center;
	display: flex;
}
.footer_shop_box ul {
	display: flex;
}
.footer_shop_box ul li {
	width: 249px;
}
.footer_shop_box ul li:not(:last-child){
	margin-right: 56px;
}
p.contact_btn a {
	background-color: #fff;
	padding: 5px 30px;
	border: 1px solid #000;
	font-weight: 700;
}
p.contact_btn a:hover {
	background-color: #9f9080
}
footer .column p.contact_btn {
	margin-left: auto;
}
footer span.tel {
	padding-left: 10px;
}
.copyright {
	text-align: center;
	padding: 1em 0;
	letter-spacing: 0.1em;
	background-color:var(--black);
	color: #fff;
  font-size: var(--size_2s);
	margin-bottom: 0;
}
/*====================
コンテンツスタイル
====================*/

.box_bg_photo {
	xposition: relative;
	height: 100vh;
	xheight: 710px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-direction: column;
 -ms-flex-direction: column flex-direction: column
}
/* index
---------------------------------------- */

.swiper-slide a {
	display: block;
	height: 100%;
	width: 100%;
}
.swiper-wrapper .swiper-slide:hover{
	opacity: 0.8;
}
.swiper-wrapper .swiper-slide.blank:hover{
	opacity: initial;
}

.swiper-wrapper .swiper-slide.blank a{
	pointer-events: none;
}
.swiper-wrapper a:hover img{
	opacity: 1;
}
main.index section:nth-child(n + 3):nth-child(odd) {
	background:var(--dark_thin);
}
main.index section.contents.top_ban{
	background-color: var(--gray);
}
main.under section:nth-child(n + 4):nth-child(even) {
	background:var(--dark_thin);
}

.sub-ttl {
}
/*お知らせ*/
.category {
  color: #fff;
  margin-bottom: 0;
}
.category span{
	padding: 0 8px;
  display: inline-block;
  margin-right: 0.5rem;
  font-size: 0.9em;
	font-weight: 700;
	min-width: 70px;
	text-align: center;
}
.categories {
  min-width: 100px;
  text-align: center;
}
.times{
  color: #666;
	font-size: var(--size_2l);
  margin-bottom: 0;
  display: block;
}
li.info-items .category {
  display: inline-block;
  margin-right: 0.5rem;
}
li.info-items span.times{
  display: inline-block;
  margin-right: 0.5rem;
}
li.info-items p{
  display: inline-block;
}
li.info-items dl {
  display: flex;
	align-items: center;
}
li.info-items dl dt {
    width: 218px;
}
li.info-items dl dd {
  font-size: var(--size_2l);
  font-weight: 700;

  width: calc(100% - 218px);
}
li.info-items a {
  display: block;
  border-bottom: 1px solid var(--black);
  padding: 1rem 0 1rem;
}
li.info-items a:hover{
  border-bottom: 1px solid var(--shop_all);
  background: rgb(255 255 255 / 50%);
}

/*サービス案内*/
a.top_service_item {
	background: var(--black);
	display: block;
	padding: 3px;
	color: #fff;
	cursor: pointer;
}
a.top_service_item img {
	margin: 0 auto;
	display: block;
}
a.top_service_item:hover img{
	opacity: 0.7;
}

a.top_service_item p {
	height: 50px;
	font-size: var(--size_3l);
	display: flex;
	align-items: center;
	padding: 0 1rem;
	margin-bottom: 0;
}
.top_shopinfo_item img {
	margin: 0 auto;
	display: block;
}
ul.jibaiseki_img li {
	margin: 0 auto;
	margin-bottom: 60px;
}
ul.jibaiseki_img li.jibaiseki01 {
	max-width: 800px;
}
ul.jibaiseki_img li.jibaiseki02 {
	max-width: 1000px;
}

/*各店情報*/
.top_shopinfo_item_box {
	display: flex;
	justify-content: space-around;
}
.top_shopinfo_item {
	width: 33%;
}
.top_shopinfo_item:not(:last-child){
}
.top_shopinfo_item a {
	display: block;
}
.top_shopinfo_item a:not(:last-child) {
	margin-bottom: 20px;
}
.top_ban_ext .flex_box.wrap div:nth-child(3n),
.top_ban_ext .flex_box.wrap div:nth-child(4n){
margin-bottom:0;
}
/* #shop
---------------------------------------- */
.shop_img_main {
	margin-bottom: 10px;
}
.shop_img_sub {
	display: flex;
}
.shop_img_sub a{
	width: calc((100% - 10px) / 2);
}
.shop_img_sub a:not(:last-child){
margin-right: 10px;
}
.shop_img_member > div {
	margin-bottom: 100px;
}
.shop_member_profile {
	display: flex;
	align-items: flex-start;
	margin-bottom: 30px;
}
.shop_member_img {
	width: 170px;
}
.shop_member_introduction {
	padding-left: 30px;
	min-height: 200px;
	display: flex;
	flex-flow: column;
	justify-content: space-between;
	margin-bottom: 0;
}
.shop_member_name {
	display: flex;
	flex-flow: column;
	font-size: var(--size_5l);
	margin-bottom: 0!important;
}
.shop_member_name span.post{
	font-size: var(--size_2l);
}
.shop_access iframe {
	width: 100%;
	height: 450px;
}
ul.license {
	font-size: var(--size_1s);
	line-height: 1.3;
	margin-bottom: 1rem;
	font-weight: 400;
}
ul.license li{
	margin-bottom: 2px;
}
/* #contact
---------------------------------------- */
main.contact form {
	width: 100%;
}
main.contact form dl dt {
	padding: 0;
	width: 180px;
}
main.contact form dl dd {
	width: 750px;
}
main.contact form .description {
	color: #EC1C24;
}
main.contact form .attention {
	margin-top: 15px;
}
main.contact form #privacy {
	overflow: auto;
	box-sizing: border-box;
	padding: 30px;
	height: 173px;
	border: 1px solid #B2B2B2;
}
main.contact .wpcf7-response-output {
	box-sizing: border-box;
	border-radius: 4px;
	margin: 50px auto 0 auto;
	padding: 10px 15px;
	width: 960px;
	color: #F16B3A;
	font-weight: 400;
	text-align: center;
}
main.contact .wpcf7c-conf:not(#reset) {
	background-color: #FFEF32;
}
.contactArea p.text {
	padding-bottom: 50px;
}
main.contact .cont {
	padding-bottom: 100px;
}
p.error_messe {
	color: #f51414;
}

/*====================
ページ先頭ボタン
 ====================*/
#page-top {
	width: 60px;
	height: 60px;
	position: fixed;
	right: 10px;
	bottom: -80px;
	background: #000;
	opacity: 0.6;
	z-index: 99;
}
#page-top a {
	position: relative;
	display: block;
	width: 60px;
	height: 60px;
	text-decoration: none;
}
#page-top a::before {
	font-family: FontAwesome;
	content: '\f077';
	color: #fff;
	position: absolute;
	top: 12px;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
	font-size: 1.6em;
}
/*====================
ぱんくず
 ====================*/
.breadcrumb {
	text-align: left;
  padding: 1rem 0px;
  font-size: var(--size_1s);
}
.breadcrumb li {
	display: inline;/*横に並ぶように*/
	list-style: none;
}
.breadcrumb li:after {/* >を表示*/
	content: '>';
	padding: 0 3px;
  color: var(--dark);
}
.breadcrumb li:last-child:after {
	content: '';
}
.breadcrumb li a {
	text-decoration: none;
  color: var(--dark);
}
.breadcrumb li a:hover {
	text-decoration: underline;
}
/*====================
下層
 ====================*/
.pages-header {
	padding: 0;
	margin-bottom: 40px;
}

main p{
	margin-bottom: 1rem;
}
p.catch {
  font-size: var(--size_1l);

}
p.read {
  font-size: var(--size_r);

}
p.detail {
  font-size: var(--size_m);
	font-weight: 400;
}

table.office-table {
	margin: 20px auto;
	width: 100%;
	line-height: 1.6em;
}
.office-table caption{
	background-color: var(--dark);
	color: #fff;
	padding: 10px 20px;
	font-weight: 700;
}
.office-table th {
	background-color: var(--gray);
	border: solid 1px var(--black);
	padding: 0.5em;
	vertical-align: top;
}
.office-table th.summary{
	background-color: #898989;
	color: #fff;
	text-align: center;
	vertical-align: middle;
}
.office-table th.detail{
	background-color: var(--gray_thin);
}
.office-table td {
	border: solid 1px var(--black);
	padding: 0.5em;
	vertical-align: top;
	background-color: #fff;
}

.office-table.simple th {
	background-color: #727171;
	color: #fff;
	vertical-align: middle;
	}
	.office-table.simple td {
	vertical-align: middle;
	}
section.contents {
	padding: 80px 0px;
}

/*====================
business
 ====================*/
article.business_box {
	display: -webkit-flex;
	display: flex;
	margin-bottom: 30px;
}
.business_box_right {
	padding-left: 10px;
}
.business_box_left {
	padding-right: 10px;
}
p.business_img_box {
	width: 250px;
	height: auto;
}
.business_box h3 {
	background-color:var(--key);
	text-align: left;
	color: #fff;
	padding: 10px;
}
p.comment {
	text-align: left;
	padding: 10px;
}

/*====================
asobimasenka
 ====================*/
 .asobimasenka_list dl {
	display: flex;
}
 .asobimasenka_list dl dt {
	background: var(--dark_thin);
	color: #fff;
	height: 70px;
	width: 200px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: var(--size_5l);
	margin-bottom: 2px;
	margin-right: 2px;
}
.asobimasenka_list dl dd {
	color: #fff;
	height: 70px;
	width: calc(100% - 200px);
	font-size: var(--size_3l);
	margin-bottom: 2px;
}
.asobimasenka_list dl dd ul {
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: space-between;
}
.asobimasenka_list dl dd ul li {
	width: calc((100% - 6px) / 4);
	background: var(--gray);
}
.asobimasenka_list dl dd ul li a{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.asobimasenka_list dl dd ul li.blank a{
pointer-events: none;
}

.asobimasenka_list dl dd ul li.blank:hover{
	background-color: initial;
	}
.asobimasenka_list dl dd ul li:hover{
	background:rgb(255 255 255 / 50%);
}
.asobimasenka_list dl:nth-child(2n)  dt li {
background-color: #727171;
}
.asobimasenka_list dl:nth-child(2n)  dd li{
background-color: #dcdddd;
}

/*====================
company
 ====================*/
 span.greeting_name {
	font-size: var(--size_4l);
	padding-left: 16px;
}
.greeting_img{
	text-align: center;
}
ul.business_list li {
	text-indent: -0.5em;
	padding-left: 0.5em;
}
/*	お知らせ
------------------------------------------------------------*/

 ul.info_btn {
	display: flex;
	justify-content: space-evenly;
}
ul.info_btn li{
}
ul.info_btn li a {
	color: #fff;
	width: 200px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 40px;
}

ul.info_btn li a:hover{
opacity: 0.7;
}
/*
main.info.shop_all a.bg_shop_all.shop_all {
	background: var(--dark_thin);
}
main.info.shop_ko a.bg_shop_ko.shop_ko {
	background: var(--dark_thin);
}
main.info.shop_ya a.bg_shop_ya.shop_ya {
	background: var(--dark_thin);
}
main.info.shop_to a.bg_shop_to.shop_to {
	background: var(--dark_thin);
}
	*/
.topics_head {
	display: flex;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	margin-bottom: 10px;
}
.info p.day {
  font-size: 0.9rem;
  font-weight: 700;
	margin-bottom: 0;
}
.info p.ttl {
  font-size: var(--size_4l);
  font-weight: 700;
  padding-bottom: 10px;
}
.info .topicsText {
  margin-bottom: 2em;
}
.info .topicsText a {
	word-break: break-all;
}
.info p.item-image {
  text-align: center;
}

.info p.item-image img {
  width: 600px;
  height: 350px;
  object-fit: contain;
}

.info .news_area {
  padding: 50px;
  margin-bottom: 50px;
  /* border: 3px solid #ccc; */
  /* border-bottom: 2px solid #ccc; */
  /* border-top: 2px solid #ccc; */
  width: 100%;
  margin: 30px auto;
  background-color: #f6f6f6;
}
.info .topics{
  margin-bottom: 1em;
}
ul.news-ph-area {
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
	text-align: center;
}
ul.news-ph-area li{
width:31%;
margin-left: 1%;
margin-right: 1%;
}
.pdf li {
  margin-bottom: 10px;
  height: 40px;
  border: 1px solid #808080;
  background: #fff;
  zoom: 1;
  overflow: hidden;
  text-align: left;position: relative;
}
.pdf li span {
  line-height: 2.5rem;
  font-size: 0.8rem;
  padding: 0px 10px;
  display: inline-block;
  vertical-align: top;
}
.pdf li img{
position: absolute;
  right: 0;
}
/*	pager
------------------------------------------------------------*/
.pageArea-item {
  padding-top: 30px;
}
ul.pageArea-navi-number {
  display:-webkit-box;
  display:-moz-box;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:-moz-flex;
  display:flex;
  -webkit-box-lines:multiple;
  -moz-box-lines:multiple;
  -webkit-flex-wrap:wrap;
  -moz-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;    width: 50%;
  margin: 0 auto;
}
.pageArea-item {
  text-align: center;
  margin: 10px 0px;
}

ul.pageArea-navi-number li {
    margin-right: 10px;
list-style: none;
}
ul.pageArea-navi-number li a{
text-decoration: none
}
ul.pageArea-navi-number li a:hover{
background-color: #f9e33e;
}
span.pager_index {
 background-color: #f8f8f8; border: 1px solid #ccc;
  padding: 5px 10px;color: #333;display: block;
  margin-top: 5px;
}
span.pager_index.nowpage {
  background-color: #f8f8f8;
 border: 1px solid #C7383A;
  padding: 5px 10px;
  color: #333;
}
.pageArea-navi {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
