@charset "utf-8";
/* CSS Document */

/* ----------------------------------------
reset
---------------------------------------- */
html {
	font-size: 62.5%;
    scroll-behavior: smooth;
}
html,body {
	width: 100%;
}
html, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	vertical-align: baseline;
	box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	word-wrap: break-word;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"],
input[type="text"],
textarea{
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration,
input[type="text"]::-webkit-search-decoration,
textarea::-webkit-search-decoration{
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus,
input[type="text"]::focus,
textarea::focus{
  outline-offset: -2px;
}

/* ----------------------------------------
base
---------------------------------------- */
body {
	font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 游ゴシック体, 'Yu Gothic', YuGothic, メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	background: #fff;
	color: #000;
	font-size: 1.6rem;
}
.inner {
	max-width: 1200px;
	margin: auto;
	padding: 0 20px;
}
.bg-glay {
    background: #F2F2F2;
    padding: 50px 0;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@media screen and (max-width: 767px){
	.spView {
		display: block!important;
	}
	.pcView {
		display: none!important;
	}
}
@media screen and (min-width: 768px){
	.spView {
		display: none!important;
	}
	.pcView {
		display: block!important;
	}
}

/* ----------------------------------------
font
---------------------------------------- */
a {
	text-decoration: underline;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
a:hover {
	color: #000;
}
b {
	font-weight: bold;
}
nav a:hover {
	color: #000;
}
p {
	line-height: 1.5;
}
h2,h3,h4 {
	font-weight: normal;
}
button, input, select, textarea {
  font-family : inherit;
  font-size   : 100%;
}

/* ----------------------------------------
header
---------------------------------------- */
header {
    position: fixed;
    top: 0;
    width: 100%;
    height: 255px;
    z-index: 999;
    background: #fff;
}
header .h_box {
    background: #245352;
	padding: 20px 0;
	display: flex;
	flex-direction: row;
}
header .h_inner {
	max-width: 1200px;
	width: 100%;
	margin: auto;
	padding: 0 20px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
header.under {
    height: auto;
    background: none;
}
h1 {
	width: 20%;
    margin: auto;
}
header .h_sns ul {
	display: flex;
	justify-content: flex-end;
	flex-direction: row;
	margin-bottom: 14px;
}
header .h_sns ul li {
	padding-left: 10px;
}
header .h_mailmag {
	text-align: right;
}

@media screen and (max-width: 767px){
    h1 {
        width: auto;
    }
	h1 img {
		height: 40px;
	}
	.h_sns {
		width: 50%;
	}
    header {
        height: 165px;
    }
    header .h_box {
        padding: 0;
    }
    header .h_inner {
        margin: 10px auto;
    }
}

/* ----------------------------------------
shop list
---------------------------------------- */
h2 {
	margin: 30px auto 20px auto;
	text-align: center;
}
h2 img {
	max-width: 100%;
}
h2.shop-name {
    margin: 0 auto 60px auto;
    padding: 0;
    font-size: 3.4rem;
	width: auto;
}
h3.shop-access {
    margin: 0 auto 40px auto;
    text-align: center;
}
@media screen and (max-width: 767px){
    h2 {
        margin: 10px auto 5px auto;
    }
    h2 img {
        width: 180px;
    }
    h2.shop-name {
        font-size: 3.0rem;
        margin-bottom: 40px;
    }
}

/* ----------------------------------------
footer
---------------------------------------- */
footer {
	color: #245352;
}
footer.under {
    background: #245352;
}
footer .f_info {
	background: #245352;
	margin: 20px 0;
	padding: 20px 0;
	color: #fff;
}
footer .f_info a {
	color: #fff;
}
footer .f_address {
	margin-bottom: 20px;
}
footer .f_nav ul {
	display: flex;
	flex-wrap: wrap;
	/*justify-content: space-between;*/
	margin-bottom: 20px;
}
footer .f_nav ul li {
	border: 1px solid #245352;
	overflow: hidden;
}
footer .f_nav ul li a {
	color: #245352;
	font-size: 1.4rem;
	font-weight: bold;
	display: block;
	padding: 15px 0;
	position: relative;
	z-index: 100;
    text-align:center;
	text-decoration:none;
}
footer .f_nav ul li a:after {
	display: block;
    content: "";
    position: absolute;
    top: 35%;
    right: 10px;
	width: 7px;
	height: 15px;
	background: url("../img/icon_arrow.png") no-repeat center center;
	background-size: 7px 15px;
}
footer .f_sns ul {
	display: flex;
	flex-direction: row;
	margin-bottom: 20px;
}
footer .f_sns.under ul {
	justify-content: center;
	padding-top: 10px;
	margin-bottom: 0;
}
footer .f_sns ul li {
	padding-right: 10px;
}
footer .f_sns a {
	color: #245352;
}
footer .f_copy {
	font-size: 1.2rem;
	margin: 20px 0;
	text-align: center;
}
footer .f_copy_w {
	font-size: 1.2rem;
	padding: 10px 0;
	text-align: center;
	color: #fff;
}

@media screen and (max-width: 767px){
	footer .f_nav ul li {
		width: 100%;
		margin-bottom: 10px;
	}
}

@media screen and (min-width: 768px){
	footer .f_nav ul li {
		width: 32%;
		margin-right: 20px;
	}
}


/* ----------------------------------------
shop list
---------------------------------------- */
main {
    padding-top: 195px;
}
main.under {
    padding-top: 186px;
}
#shop-area01,
#shop-area02,
#shop-area03,
#shop-area04,
#shop-area05,
#shop-area06,
#shop-area07,
#shop-area08,
#shop-area09,
#shop-area10 {
    padding-top: 235px;
    margin-top: -235px;
}
.list-container {
	margin: 40px auto 30px auto;
	max-width: 1200px;
	position: relative;
}
.swiper-container {
	margin: 0 auto 30px;
	max-width: 1000px;
}
.tab-menu .swiper-slide {
	margin: 0!important;
	text-align: center;
	cursor: pointer;
	cursor: hand;
	font-size: 1.4rem;
    padding: 0;
}
.tab-menu div {
	max-width: 1000px;
	display: flex;
    flex-wrap: wrap;
	margin: auto;
    justify-content: center;
}
.tab-menu a {
    color: #000;
    text-decoration: none;
}
.tab-menu a:hover {
    color: #245352;
    text-decoration: underline;
}
.tab-contents .swiper-wrapper .swiper-slide {
	text-align: left;
}
.tab-contents .swiper-wrapper {
	margin: auto;
}
.swiper-slide-thumb-active {
	color: #245352;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: 1px solid #245352;
}
.shop-box {
	display: flex;
	display:-webkit-box;
  	display:-ms-flexbox;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	justify-content: space-between;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	padding: 0 0 20px 0;
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
}
.list-container h3 {
	background: #245352;
	padding: 10px;
	margin: 40px 0 20px 0;
	color: #FFFFFF;
	font-weight: bold;
}
.swiper-button-next, .swiper-button-prev {
	background-image: none!important;
}
.swiper-button-next {
	position: absolute;
    top: 50%;
	right: 12px!important;
    width: 20px!important;
    height: 20px!important;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
	border-top: solid 3px #245352;
	border-right: solid 3px #245352;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.swiper-button-prev {
	position: absolute;
    top: 50%;
	left: 12px!important;
    width: 20px!important;
    height: 20px!important;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
	border-top: solid 3px #245352;
	border-right: solid 3px #245352;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
.shop-name {
	font-weight: bold;
}
.shop-name a {
	text-decoration: none;
	color: #000;
	font-weight: bold;
}
.shop-name a:hover {
	color: #245352;
}
.shop-address, .shop-tel {
	color: #666;
	font-size: 1.4rem;
}
.shop-map a {
	display: block;
	background: #245352;
	color: #fff;
	font-size: 1.4rem;
	padding: 5px 10px;
	text-decoration: none;
	border: 1px solid #245352;
}
.shop-map a:hover {
	background: #fff;
	color: #245352;
}
@media screen and (max-width: 767px){
    main {
        padding-top: 115px;
    }
    main.under {
        padding-top: 104px;
    }
    #shop-area01,
    #shop-area02,
    #shop-area03,
    #shop-area04,
    #shop-area05,
    #shop-area06,
    #shop-area07,
    #shop-area08,
    #shop-area09,
    #shop-area10 {
        padding-top: 125px;
        margin-top: -125px;
    }
    .list-container {
        margin: 5px auto 20px auto;
    }
	.tab-menu .swiper-slide {
		width: 20%;
		margin-top: 10px!important;
	}
	.tab-menu .swiper-wrapper {
		flex-wrap: wrap;
		-ms-flex-wrap: wrap;
	}
	.tab-contents .swiper-wrapper {
		flex-wrap: nowrap;
	}
	.shop-name,
	.shop-address,
	.shop-tel {
		width: 100%;
		padding-right: 20%;
	}
	.shop-name {
		display: flex;
		display:-webkit-box;
		display:-ms-flexbox;
		flex-direction: column;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
	}
	.shop-name .store {
		margin: 8px 0;
		display: block;
	}
	.shop-map {
	position: absolute;
	right: 0;
	top: 0;
	}
}
@media screen and (min-width: 768px){
	.tab-menu .swiper-slide {
		width: 10%;
	}
	.shop-name {
		width: 40%;
		display: flex;
		justify-content: space-between;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
	}
	.shop-name .store {
		margin-left: 15px;
	}
	.shop-address {
		width: 35%;
		color: #666;
	}
	.shop-tel {
		width: 15%;
		text-align: right;
		color: #666;
	}
	.shop-map {
		position: absolute;
		right: 0;
		top: -5px;
	}
}
@media screen and (max-width: 1099px){
	.swiper-button-next,
	.swiper-button-prev {
		display: none;
	}
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 5%, 0);
    transform: translate3d(0, 5%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 5%, 0);
    transform: translate3d(0, 5%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* ----------------------------------------
shop list - detail
---------------------------------------- */
#map {
		width: 100%;
		height: 400px;
}
#map img[src$='../img/icon_map.png'] {
		width: 60%!important;
		height: auto!important;
		top: auto!important;
		bottom: 0!important;
		right: 0!important;
		margin: auto!important;
}
.shop-txt {
    font-size: 1.7rem;
    margin-bottom: 40px;
}
.detail-map {
    margin-bottom: 40px;
}
dl.shop-access {
    display: flex;
  	display:-ms-flexbox;
    flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap; 
    align-items: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
    margin: auto;
    max-width: 600px;
}
dl.shop-access dt {
    width: 20%;
    max-width: 120px;
    background: #245352;
    color: #fff;
    font-weigt: bold;
    padding: 10px 5px;
    margin: 0 0 20px 0;
    text-align: center;
}
dl.shop-access dd {
    width: 80%;
	padding-top: 5px;
    padding-left: 20px;
    margin-bottom: 20px;
    line-height: 1.5;
}
dl.shop-access a {
    color: #000;
}
.access-button,
.back-button {
    text-align: center;
}
.back-button {
    margin: 10px auto 30px auto;
}
.access-button a,
.back-button a{
    display: inline-block;
    text-decoration: none;
    padding: 15px 35px;
    margin: 20px auto 0 auto;
    color: #245352;
    font-weight: bold;
    font-size: 1.7rem;
    text-align: center;
    background: #fff;
    border: 1px solid #245352;
}
@media screen and (min-width: 768px){
    dl.shop-access {
        max-width: auto;
    }
	a[href^="tel:"]{
		pointer-events: none;
		text-decoration: none;
	}
}