﻿
@charset 'utf-8';

/* -------------------------------------------------------- 
    デフォルトスタイル 
 -------------------------------------------------------- */

html, body, noscript, div, span, blockquote, q, form, fieldset, legend,
h1, h2, h3, h4, h5, h6, address, p, pre, menu, ul, ol, li, dl, dt, dd,
table, caption, colgroup, col, thead, tfoot, tbody, tr, th, td, hr,
em, strong, abbr, acronym, dfn, cite, code, var, kbd, samp, bdo, sup, sub,
big, small, b, i, s, u, tt, a, label, br, img, object, iframe, ins, del,
section, nav, article, aside, header, footer, details, summary, figure, figcaption,
time, mark, ruby, rt, rp, wbr, embed, video, audio, source, canvas {
	margin: 0;
	padding: 0;
	font-size: 100%;
	word-break: break-all;
	word-wrap: break-word;
	vertical-align: baseline;
	background: transparent;
	border: none;
	outline: none;
}
section, nav, article, aside, header, footer,
details, summary, figure, figcaption, menu {
	display: block;
}

html, body {
	width: 100%;
	height: 100%;
}
html {
	overflow-x: hidden;
	overflow-y: scroll;
}
body {
	height: auto !important;
	min-height: 100%;
	color: #333;
	line-height: 1.0;
	position: relative;
	-webkit-text-size-adjust: 100%;
}
body, input, textarea, select {
	font-family: 'メイリオ', Meiryo, Tahoma, Verdana, Arial, 'lucida grande', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
label, input[type='radio'], input[type='checkbox'], input[type='image'],
input[type='button'], input[type='submit'], input[type='reset'] {
	cursor: pointer;
}

ul, ol { list-style:none; }
li { list-style-position:outside; }
table { border-collapse:collapse; border-spacing:0; }

img, input { vertical-align:top; }
ins { text-decoration:none; }
del { text-decoration:line-through; }
abbr[title], dfn[title] { cursor:help; }

blockquote, q { quotes:none; }
blockquote:before, blockquote:after, q:before, q:after { content:''; content:none; }
:focus { outline:none; }

video::-webkit-media-controls-enclosure {
	overflow: hidden;
}
video::-webkit-media-controls-panel {
	width: calc(100% + 33px); /* Adjust as needed */ 
}

a:link, a:visited { text-decoration:none; }
a:hover { /* text-decoration:underline; */ }

/* clearfix */
.clear {
	vertical-align: top;
	display: inline-block;
	clear: both;
}
.clear:after {
	content: '.';
	width: auto;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	display: block;
	visibility: hidden;
	z-index: -1;
	clear: both;
}


/* -------------------------------------------------------- 
    ヘッダー 
 -------------------------------------------------------- */

header {
	width: 1200px;
	height: auto;
	margin: 0 auto;
	padding: 30px 0 15px;
	text-align: center;
	position: relative;
}
header:before {
	content: '';
	width: 150vw;
	height: 21px;
	background: rgba(255,155,0,0.5);
	position: absolute;
	z-index: 5;
	top: 0;
	left: -50vw;
}
header h1 {
	font-size: 30px;
	line-height: 1.5;
}
header a {
	width: 100%;
	height: 21px;
	color: #FFF;
	font-size: 15px;
	line-height: 21px;
	display: block;
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
}
@media (max-width:767px) {
	header {
		width: 100%;
	}
	header h1 {
		font-size: 5vw;
	}
	header img {
		width: 85%;
	}
}


/* -------------------------------------------------------- 
    フッター 
 -------------------------------------------------------- */

footer {
	width: 100%;
	height: auto;
	margin: 150px 0 0;
	padding: 30px 0;
	background: #CCC;
	position: relative;
}
footer > * {
	color: #FFF;
	font-size: 85%;
	text-align: center;
	display: block;
}
footer p {
	font-size: 100%;
	font-weight: bold;
}
footer ul {
	width: 90%;
	height: auto;
	margin: 10px auto 30px;
	letter-spacing: -0.4em;
}
footer ul li {
	margin: 5px -1px 0 0;
	padding: 0 10px;
	line-height: 1.25;
	letter-spacing: 0;
	vertical-align: top;
	border-left: 1px #FFF solid;
	border-right: 1px #FFF solid;
	display: inline-block;
}
footer ul li a {
	color: #FFF;
}
footer ul li a:hover {
	text-decoration: underline;
}
footer .to_top {
	width: 90px;
	height: 30px;
	color: #FFF;
	font-size: 100%;
	line-height: 30px;
	background: rgba(0,0,0,0.5);
	border-radius: 5px;
	display: block;
	position: absolute;
	z-index: 5;
	top: -40px;
	right: 10px;
}
@media (max-width:767px) {
	footer {
		margin-top: 75px;
	}
	footer img {
		width: 35%;
	}
}


/* -------------------------------------------------------- 
    スライダー 
 -------------------------------------------------------- */

#shopimg_slider {
	width: 100%;
	margin: 0 auto 90px;
}
#shopimg_slider_inner {
	width: 1500px;
	margin: 0 auto;
}
@media (min-width:475px) and (max-width:767px) {
	#shopimg_slider {
		width: 100%;
		height: 420px;
		margin: 0 auto;
		overflow-x: hidden;
	}
	#shopimg_slider_inner {
		width: 210%;
		margin: 0 -55%;
	}
}
@media (min-width:380px) and (max-width:475px) {
	#shopimg_slider {
		width: 100%;
		height: 350px;
		margin: 0 auto;
		overflow-x: hidden;
	}
	#shopimg_slider_inner {
		width: 240%;
		margin: 0 -70%;
	}
}
@media (max-width:380px) {
	#shopimg_slider {
		width: 100%;
		height: 310px;
		margin: 0 auto;
		overflow-x: hidden;
	}
	#shopimg_slider_inner {
		width: 250%;
		margin: 0 -75%;
	}
}

/* slick */
.slick-prev,
.slick-next {
	width: 40px;
	height: 40px;
	z-index: 5;
}
.slick-prev:before,
.slick-next:before {
	margin: 0;
	color: #000;
	font-size: 40px;
}
.slick-prev {
	left: 27.5%;
}
.slick-next {
	right: 27.5%;
}
.slick-dots {
	bottom: -40px;
}
.slick-dots li button:before {
	color: #F60;
}
.slick-dots li.slick-active button:before {
	color: #F90;
}
.center a.center_frm {
	width: 550px;
	height: 550px;
	margin: 0 auto;
	padding: 25px;
	display: block;
}
.center a.center_frm:hover {
	opacity: 0.75;
}
.center a.center_frm .center_cont {
	width: 550px;
	height: 550px;
	background-repeat: no-repeat;
	background-size: contain;
	opacity: 0.25;
}
.center a.center_frm .center_cont img {
	width: 100%;
}
.center a.center_frm .center_cont iframe {
	display: none;
}
.center .slick_center a.center_frm {
	width: 600px;
	height: 600px;
	padding: 0;
}
.center .slick-center a.center_frm .center_cont {
	width: 600px;
	height: 600px;
	margin: -25px;
	opacity: 1.0;
	position: relative;
}
.center .slick-center a.center_frm .center_cont:after {
	content: '';
	width: 590px;
	height: 590px;
	border: 5px #FFF solid;
	position: absolute;
	top: 0;
	left: 0;
}
.center .slick-center a.center_frm .center_cont iframe {
	display: block;
}
@media (min-width:767px) {
	.slick-dots li {
		width: 100px;
		height: 100px;
		background: #FFF;
	}
	.slick-dots li button {
		width: 90px;
		height: 90px;
		margin: 5px;
		background-size: cover;
		opacity: 0.75;
	}
	.slick-dots li.slick-active button {
		opacity: 1.0;
	}
	.slick-dots li button:hover,
	.slick-dots li button:focus,
	.slick-dots li button[aria-selected='true'] {
		width: 100px;
		height: 100px;
		margin: 0;
		outline: #FFF solid;
		opacity: 1.0;
	}
	.slick-dots li button:before {
		content: '';
	}
	/* Slider-Image 各ボタン画像 (件数分作成) */
	.slick-dots li button[aria-label='1 of 5']{
		background-image: url(https://image.nukinavi-toukai.com/shopdata/3031/image/sp_shop_logo.jpg);
	}
	.slick-dots li button[aria-label='2 of 5'] {
		background-image: url(https://image.nukinavi-toukai.com/shopdata/6339/image/sp_shop_logo.jpg);
	}
	.slick-dots li button[aria-label='3 of 5'] {
		background-image: url(https://image.nukinavi-toukai.com/shopdata/6850/image/sp_shop_logo.jpg);
	}
	.slick-dots li button[aria-label='4 of 5'] {
		background-image: url(https://image.nukinavi-toukai.com/shopdata/3893/image/sp_shop_logo.jpg);
	}
	.slick-dots li button[aria-label='5 of 5'] {
		background-image: url(https://image.nukinavi-toukai.com/shopdata/6895/image/sp_shop_logo.jpg);
	}
}
@media (max-width:767px) {
	.slick-prev {
		left: 31.5%;
	}
	.slick-next {
		right: 31.5%;
	}
	.slick-dotted.slick-slider {
		margin-bottom: 40px;
	}
	.slick-dots {
		bottom: -20px;
	}
	.slick-dots li {
		/* width: 5px; */
		/* height: 5px; */
		margin: 0 5px -10px; /* 0 10px */
	}
	.slick-dots li button {
		width: 5px;
		height: 5px;
		margin: 0;
	}
	.slick-dots li button:before {
		font-size: 20px;
	}
	.center a.center_frm {
		padding: 0;
	}
	.center .slick-center a.center_frm .center_cont {
		margin: 0;
	}
	.center .slick-center a.center_frm .center_cont iframe {
		display: none;
	}
}
@media (min-width:475px) and (max-width:767px) {
	.center a.center_frm,
	.center a.center_frm .center_cont,
	.center .slick_center a.center_frm,
	.center .slick-center a.center_frm .center_cont {
		width: 360px;
		height: 360px;
	}
	.center .slick-center a.center_frm .center_cont:after {
		width: 350px;
		height: 350px;
	}
}
@media (min-width:380px) and (max-width:475px) {
	.center a.center_frm,
	.center a.center_frm .center_cont,
	.center .slick_center a.center_frm,
	.center .slick-center a.center_frm .center_cont {
		width: 290px;
		height: 290px;
	}
	.center .slick-center a.center_frm .center_cont:after {
		width: 280px;
		height: 280px;
	}
}
@media (max-width:380px) {
	.center a.center_frm,
	.center a.center_frm .center_cont,
	.center .slick_center a.center_frm,
	.center .slick-center a.center_frm .center_cont {
		width: 250px;
		height: 250px;
	}
	.center .slick-center a.center_frm .center_cont:after {
		width: 240px;
		height: 240px;
	}
}


/* -------------------------------------------------------- 
    コンテンツ・スクロールフェードイン 
 -------------------------------------------------------- */

#contents { margin-top:-50px; padding-top:50px; }
.conts { margin-top:50px; margin-bottom:100px; }
.conts .container { margin:0 auto; padding:0 0 20px; }
.conts .container.last { border-bottom:none; }
.g_m .photo { margin:-10px 10px 10px; }
.g_m .photo a { border-radius:5px; display:block; position:relative; }
.g_m .photo a img, .g_m .photo a video { width:100%; border-radius:5px; }
.g_m .text { padding:20px; text-align:justify; text-justify:inter-ideograph; }
.g_m .h2 { margin-top:0; margin-bottom:10px; font-size:20px; font-size:4.75vw; font-weight:bold; }
.g_m ul { margin:0 0 15px; display:block; }
.g_m .g_m_name, .g_m .g_m_shop { line-height:1.75; }
.g_m .g_m_name a { color:#F09; font-size:18px; font-size:5vw; font-weight:bold; }
.g_m .g_m_shop a { color:#333; font-size:16px; }
.g_m .g_m_area { font-size:12px; line-height:1.75; }
.g_m p.ttl { margin-bottom:5px; color:#F09; font-size:16px; }
.g_m p.sentence { margin-top:0; margin-bottom:0; font-size:14px; line-height:1.75; opacity:0.75; }
.g_m a.btn { width:95%; margin-top:20px; padding:15px 2.5%; color:#FFF; font-size:14px; letter-spacing:0.15em; text-align:center; text-decoration:none; background-color:rgba(255,85,195,0.5); border-radius:5px; display:inline-block; }
.g_m a.btn:hover { background-color:rgba(255,85,195,0.5); }
@media (min-width:768px) {
	.conts { margin-top:0; margin-bottom:50px; }
	.conts .container { width:1000px; padding:50px 0; display:flex; }
	.g_m .photo { margin:0; flex:3; }
	.g_m .photo a:after { content:''; width:100%; height:100%; background:transparent; border:0 rgba(255,255,255,0) solid; border-radius:5px; box-sizing:border-box; display:block; position:absolute; z-index:5; top:0; left:0; -webkit-transition:all 0.5s cubic-bezier(0,1,0.5,1); transition:all 0.5s cubic-bezier(0,1,0.5,1); }
	.g_m .photo a:hover:after { border:12px rgba(255,255,255,0.75) solid; }
	.g_m .text { padding:0 0 50px 50px; flex:2; }
	.g_m .h2 { font-size:20px; }
	.g_m .g_m_name a { font-size:20px; text-decoration:underline; }
	.g_m a.btn { width:auto; padding:15px 30px; }
}

.effect_cont {
	width: 100%;
	opacity: 0;
}
@-webkit-keyframes fadein_cont {
	from { opacity:0 }
	to { opacity:1 }
}
@keyframes fadein_cont {
	from { opacity:0 }
	to { opacity:1 }
}


/* -------------------------------------------------------- 
    グループ説明 
 -------------------------------------------------------- */

.about {
	width: 85%;
	height: auto;
	margin: -15px auto 90px;
	font-size: 97.5%;
	line-height: 1.5;
	text-align: center;
}
.about strong {
	margin: 0 auto 7.5px;
	font-size: 105%;
	line-height: 1.25;
	display: block;
}
.lead {
	text-align: center;
	position: relative;
}
.lead .btn_moving {
	width: 75px;
	height: 75px;
	margin: 0 auto 75px;
	color: #FFF;
	font-size: 30px;
	line-height: 75px;
	background: rgba(255,155,0,0.5);
	border-radius: 5px;
	display: block;
	animation: fluffy 1.25s ease infinite;
}
.lead .guide {
	width: 50%;
	height: 24px;
	padding: 0;
	color: #FFF;
	font-size: 12px;
	line-height: 24px;
	letter-spacing: 0.15em;
	background: rgba(0,0,0,0.75);
	position: absolute;
	top: 17.5px;
	left: 25%;
	animation: fadein 5.0s ease infinite;
}
@media (max-width:767px) {
	.about {
		margin: 0 auto 45px;
	}
	.about span {
		display: none;
	}
	.lead .btn_moving {
		margin: 0 auto 30px;
	}
}
@-webkit-keyframes fluffy {
	0% { transform:translateY(0); }
	50% { transform:translateY(-15px); }
	100% { transform:translateY(0); }
}
@keyframes fluffy {
	0% { transform:translateY(0); }
	50% { transform:translateY(-15px); }
	100% { transform:translateY(0); }
}
@-webkit-keyframes fadein {
	0% { opacity:0; }
	20% { opacity:0; }
	50% { opacity:1.0; }
	80% { opacity:0; }
	100% { opacity:0; }
}
@keyframes fadein {
	0% { opacity:0; }
	20% { opacity:0; }
	50% { opacity:1.0; }
	80% { opacity:0; }
	100% { opacity:0; }
}


/* -------------------------------------------------------- 
    グループ店舗一覧 
 -------------------------------------------------------- */

ul#shoplist {
	width: 1050px;
	height: auto;
	margin: 0 auto;
}
@media (max-width:767px) {
	ul#shoplist {
		width: 100%;
		padding-top: 30px;
		overflow: hidden;
	}
	ul#shoplist img {
		width: 100%;
	}
}

/* 各店舗枠：メイン */
ul#shoplist li {
	margin-bottom: 60px;
}
ul#shoplist li .bg_img {
	padding-top: 30px;
	background-repeat: no-repeat;
	background-size: 250px auto;
}
ul#shoplist li:nth-child(2n-1) .bg_img {
	background-position: top right;
}
ul#shoplist li:nth-child(2n) .bg_img {
	background-position: top left;
}
ul#shoplist li .shop_header {
	width: 100%;
	margin-bottom: 30px;
	text-align: center;
}
ul#shoplist li:nth-child(2n-1) .shop_header {
	/* text-align: left; */
}
ul#shoplist li:nth-child(2n) .shop_header {
	/* text-align: right; */
}
ul#shoplist li .shop_header * {
	color: #FFF;
	font-style: normal;
	display: block;
}
ul#shoplist li .shop_header a {
	padding: 15px;
	font-size: 80%;
	background: #F90;
}
ul#shoplist li .shop_header strong {
	font-size: 150%;
}
ul#shoplist li .shop_header em {
	margin-top: 7.5px;
}
ul#shoplist li .shop_header img {
	display: inline-block;
}
ul#shoplist li .shop_header:hover img {
	opacity: 0.5;
}
ul#shoplist li .shop_frm {
	width: 100%;
}
@media (max-width:767px) {
	ul#shoplist li {
		margin-top: -30px;
		padding-top: 5px;
		background-color: rgba(255,255,255,0.5);
	}
	ul#shoplist li .bg_img {
		background-image: none !important;
	}
	ul#shoplist li .shop_header {
		margin: 0 0 20px;
	}
}

/* 各店舗枠：お店情報 */
ul#shoplist li .shop_frm .shop_info {
	width: 32%;
	padding-right: 4%;
	color: #333;
	display: block;
}
ul#shoplist li:nth-child(2n-1) .shop_frm .shop_info {
	float: left;
}
ul#shoplist li:nth-child(2n) .shop_frm .shop_info {
	float: right;
}
ul#shoplist li .shop_frm .shop_info .name {
	margin: 0 0 10px;
	padding: 2.5px 0;
	color: #F90;
	font-size: 21px;
	line-height: 1.25;
	letter-spacing: 0.15em;
	text-decoration: underline;
	background: rgba(255,255,255,0.75);
}
ul#shoplist li .shop_frm .shop_info .a_g {
	margin: 0 0 20px;
	font-size: 12px;
}
ul#shoplist li .shop_frm .shop_info .message .title {
	color: #F90;
	font-size: 105%;
}
ul#shoplist li .shop_frm .shop_info .message dt {
	margin: 10px 0 5px;
	font-size: 105%;
	font-weight: bold;
	line-height: 1.25;
}
ul#shoplist li .shop_frm .shop_info .message dd {
	font-size: 87.5%;
	line-height: 1.5;
	text-align: justify;
	text-justify: inter-ideograph;
}
ul#shoplist li .shop_frm .shop_info .message dd span {
	color: #F90;
	text-decoration: underline;
}
@media (max-width:767px) {
	ul#shoplist li .shop_frm .shop_info {
		width: 92.5%;
		height: auto;
		margin: 0 0 20px;
		padding: 0 3.75%;
	}
	ul#shoplist li .shop_frm .shop_info .name {
		margin: 0 -2.5% 10px;
		padding: 0 2.5%;
		text-align: center;
		text-decoration: none;
	}
	ul#shoplist li .shop_frm .shop_info .a_g {
		margin: -0.5px 0 20px;
		text-align: center;
	}
	ul#shoplist li .shop_frm .shop_info .message .title {
		display: none;
	}
	ul#shoplist li .shop_frm .shop_info .message dt {
		margin-top: 0;
	}
	ul#shoplist li .shop_frm .shop_info .message dd {
		margin-bottom: 5px;
	}
	ul#shoplist li .shop_frm .shop_info .message dd span {
		text-decoration: none;
	}
}

/* 各店舗枠：ブログ・今すぐ */
ul#shoplist li .shop_frm .shop_cont {
	width: 64%;
	letter-spacing: -0.4em;
}
ul#shoplist li:nth-child(2n-1) .shop_frm .shop_cont {
	float: left;
}
ul#shoplist li:nth-child(2n) .shop_frm .shop_cont {
	float: right;
}
ul#shoplist .shop_frm .shop_cont .cont {
	width: 45%;
	margin-right: 5%;
	letter-spacing: 0;
	display: inline-block;
}
ul#shoplist .shop_frm .shop_cont .cont .cont_ttl {
	color: #F09;
	font-size: 97.5%;
}
ul#shoplist .shop_frm .shop_cont .cont .cont_ifrm {
	width: 100%;
	height: auto;
	margin-top: 12.5px;
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
}
ul#shoplist .shop_frm .shop_cont .cont .cont_ifrm iframe {
	width: 1180px;
	height: 120px;
}
ul#shoplist li .shop_frm .shop_cont .link_frm {
	width: 95%;
	margin-top: 12.5px;
	line-height: 1.5;
	letter-spacing: -0.4em;
}
ul#shoplist li .shop_frm .shop_cont .link_frm .link {
	width: 47.5%;
	padding: 15px 0;
	color: #FFF;
	font-size: 90%;
	letter-spacing: 0.15em;
	text-align: center;
	border-radius: 5px;
	display: inline-block;
}
ul#shoplist li .shop_frm .shop_cont .link_frm .link:hover {
	opacity: 0.75;
}
ul#shoplist li .shop_frm .shop_cont .link_frm .link.to_shop {
	margin-right: 5%;
	background-color: rgba(25,175,45,0.5);
}
ul#shoplist li .shop_frm .shop_cont .link_frm .link.to_15 {
	margin-right: 0;
	background-color: rgba(255,85,195,0.5);
}
ul#shoplist li .shop_frm .shop_cont .link_frm .link.to_15 .ls_0 {
	letter-spacing: 0;
}
@media (max-width:767px) {
	ul#shoplist li .shop_frm .shop_cont {
		width: 100%;
	}
	ul#shoplist .shop_frm .shop_cont .cont {
		width: 93%;
		margin: 0 3.5% 20px;
	}
	ul#shoplist li .shop_frm .shop_cont .link_frm .link {
		width: 95%;
		margin: 10px 5%;
		display: block;
	}
}

/* 各店舗枠：スクロールフェードイン */
.effect {
	width: 100%;
	opacity: 0;
}
@-webkit-keyframes scrollin_left {
	from { margin-left:-100%; }
	to { margin-left:0; }
}
@keyframes scrollin_left {
	from { margin-left:-100%; }
	to { margin-left:0; }
}
@-webkit-keyframes scrollin_right {
	from { margin-left:100%; }
	to { margin-left:0; }
}
@keyframes scrollin_right {
	from { margin-left:100%; }
	to { margin-left:0; }
}


