@charset "utf-8";
/* CSS Document */

/*--------------------------------------------
  BASE
---------------------------------------------*/

/*==========* デフォルト指定の初期化 *============= */
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, ins, kbd, q, s, samp, small, strike, 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, footer {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
	list-style: none;
	font-weight: normal;
	font-style: normal;
}
img{
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	list-style: none;
	font-weight: normal;
	font-style: normal;
}

table,
dl, dt, dd{
	border-collapse: collapse;
	border-spacing: 0; }
	
em { font-style: italic; }
strong{
	font-weight:bold;
}

/*==========* 基本設定 *============= */
	
body {
	font-family:yugothic,'游ゴシック','ヒラギノ角ゴ pro w3','hiragino kaku gothic pro','メイリオ', meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size:15px;
	background:#fff;
	color:#000;
	line-height:1.4;
}

/*==========* clearfix *==========*/
.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

.clearfix { display: inline-table; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

/*.ie7_clear{clear:both; font-size:0;}*/
.clear7{font-size:0; clear:both;}
.clear{clear:both;}

/*==========* font text *============= */
a:link{ 
	color:#000;
	text-decoration:none;
    transition:0.8s;
}
a:hover{ color:#000; text-decoration:none;}
a:visited { color:#000; text-decoration:none;}
a:active {color:#000; text-decoration:none;}

a:hover img{
	opacity:0.8;
}

a.link{
	background:#f2f2f2 url(../images/arrow.gif) no-repeat right center;
	background-size: 16px auto;
	-moz-background-size: 16px auto;
	display:block;
	width:100%;
	padding:12px 0;
	text-align:center;
	border-radius:4px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
	border-bottom:2px solid #dbdbdb;
}
a.link:hover{
	background:#ddd url(../images/arrow.gif) no-repeat right center;
	background-size: 16px auto;
	-moz-background-size: 16px auto;
	border-bottom:2px solid #bebebe;
}

.btn1 { display: block; width: 260px; margin: 0 auto; }
.btn1 a { display: block; width: 100%; height: 60px; line-height: 60px; border-radius: 50vh; background: #fc6f79; color: #fff !important; font-size: 118%; font-weight: bold; }
.btn1 a:hover { background: #c92144; }
footer .btn1 { margin: 0 auto 20px; }

.blink {
	-webkit-animation: blink 1s ease infinite;
	animation: blink 1s ease infinite;
	cursor: pointer;
}
@-webkit-keyframes blink {
	0% {opacity: 0;}
	100% {opacity: 1;}
}
@keyframes blink {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

/* screens laeger than 980
***************************************************************************/
.sp{display:none;}
.br_sp { display: none; }

/*--------------------------------------------
  Header
---------------------------------------------*/
header{
	width:100%;
}
header h1{
	width:960px;
	margin:0 auto;
	padding:10px 0;
	text-align:right;
}

#h2{
	width:100%;
	height:350px;
	display:block;
	background:url(../images/header1.jpg) no-repeat center;
	background-size:cover;
}
h2{
	background:url(../images/header2.png) no-repeat center;
	width:960px;
	height:0;
	padding-top:350px;
	overflow:hidden;
	display:block;
	margin:0 auto;
}

/*--------------------------------------------
  container 共通
---------------------------------------------*/
#container{
	width:960px;
	margin:0 auto;
}

section{
	display:block;
	width:100%;
	overflow:hidden;
	zoom:1;
}

h3 {
	text-align:center;
	font-family:YuMincho, Yu Mincho, '游明朝', 'Hiragino Mincho Pro', serif;
	font-size:26px;
	margin:60px 0 50px;
}
h3 span{
	display:block;
	font-family:Century Gothic, Arial, Helvetica, sans-serif;
	color:#898989;
	font-size:14px;
	margin:10px 0 0;
}

/*--------------------------------------------
  sns
---------------------------------------------*/
.btn_sns{
	margin:15px 0 -15px 0;
	display: flex;
	flex-wrap: no-wrap; justify-content: right;
}
.btn_sns.btn_sns_footer {
	margin: 50px auto;
	justify-content: center;
 }
.btn_sns_list {
	padding:0 10px;
}


/*--------------------------------------------
  大広告
---------------------------------------------*/
section ul{
	width:100%;
	display: flex; flex-wrap: wrap; justify-content: space-between;
}
section li { width: 47%; margin-bottom:80px;  }

.shop_name1{
	background:#abcd03 url(../images/bg_tit.png) repeat;
	height:70px;
	width:100%;
	margin:0;
	display:table;
}
.shop_name1 h4{
	display:table-cell;
	vertical-align:middle;
	padding:0 3%;
}
.shop_name1 a{
	color:#fff;
	font-size:22px;
	font-weight:bold;
}
.shop_name1 a span{
	font-size:14px;
	font-weight:bold;
	display:block;
}

.shop_photo img{width:100%;}
section .shop_photo li.slick-slide { width: 100%; margin: 0; }
.shop_photo:has(> ul) { margin: 0 0 20px; } 

.shop1 dl{
	margin:15px 0 20px;
	width:100%;
}
.shop1 dt{
	font-size:23px;
	font-weight: bold;
	padding: 10px 0 10px 20px;
	border-left: 6px solid #abcd03;
}
.shop1 dt span{
	font-size:23px;
	color:#ff3600;
	font-weight: bold;
	display: inline;
}
.shop1 dd{
	margin:10px 0 0;
	padding:35px 0 0;
	overflow-wrap: break-word;
}

.shop_txt1 dd span{
	font-weight: bold;
}

section.shop1 a ul.interview{
	width:100%;
	margin:15px 0 0;
	display:flex;
	background:#e7eb4e;
    transition:0.8s;
	align-items: center;
	justify-content: center;
}
section.shop1 a:hover ul.interview{
	background:#ef880f;
}
section.shop1 li a ul.interview li {
	margin: 0;
	box-sizing: border-box;
}
section.shop1 li a ul.interview li:nth-child(1){
	width: 124px;
	padding: 14px 16px;
	display:flex;
	align-items: center;
	justify-content: center;
	
}
section.shop1 li a ul.interview li:nth-child(2){
	width: calc( 100% - 124px );
	padding: 14px 24px 14px 0;
	font-weight: bold;
	font-size: 17px;
	line-height: 1.2;
	
}
section.shop1 li a ul.interview li:nth-child(2) p {
	width: 100%;
	text-align: right;
	border-top: 1px solid #bbc014;
	margin: 15px 0 0;
	padding: 12px 54px 0 0;
	font-size: 16px;
	font-weight: bold;
	position: relative;
	box-sizing: border-box;
}
section.shop1 li a ul.interview li:nth-child(2) p:before {
	content: "";
	background: #ef880f;
	border: 1px solid #ef880f;
	border-radius: 6px;
	width: 42px;
	height: 24px;
	position: absolute;
	top: 6px;
	right: 0;
}
section.shop1 li a ul.interview li:nth-child(2) p:after {
	content: "";
	background: url(../images/arrow1.png) no-repeat 0 0;
	background-size: contain;
	width: 14px;
	height: 13px;
	display: inline-block;
	position: absolute;
	top: 12px;
	right: 14px;
}

section.shop1 li a:hover ul.interview li:nth-child(2) p {
	border-top: 1px solid #fcb664;
}
section.shop1 li a:hover ul.interview li:nth-child(2) p:before {
	border: 1px solid #fff;
}
.shop1 a ul.interview li:first-child img{
	width:88px;
	border-radius:10px;
}
.shop1 a:hover ul.interview li:first-child img{
	opacity: 1;
}

.shop1 .tel1{
	line-height:1.2;
	padding:0;
	word-break: break-all;
}
.shop1 .tel1 span{
	color:#b21437;
	font-weight:bold;
	font-size:18px;
}
.more_area_inner { padding: 20px 0 0; }
.more_area {
  animation: 2s ease;
  animation-name: animation;
}
@keyframes animation {
  0% {
    opacity: 0; 
    transform: translateY(-10px); 
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.c-accordion__open-heading {
  display: none;
  
}
.c-accordion__close-heading {
  display: block;
  animation: blink 1s ease infinite;
  cursor: pointer;
}
details[ open ] .c-accordion__close-heading {
  display: none;
}
details[ open ] .c-accordion__open-heading {
  display: block;
  cursor: pointer;
  background: #dfdfdf; border-radius: 50vh; width: 5em; height: 24px; line-height: 24px; text-align: center;
}
.shop1 .shop_info { border-top: 1px dashed #ccc; padding: 15px 0 0; }


/*--------------------------------------------
  ミニプラン
---------------------------------------------*/
section.shop4 { width: 100%; display: flex; flex-wrap:wrap; justify-content: space-between; }
.shop4_list { width: 32%; background: #f5f5ed; border-radius: 6px; overflow: hidden; margin: 0 0 50px; position: relative; }
section.shop4::after { display: block; content:""; width: 32%; }
.shop4_list:before { content: ""; background: #abcd03; border-radius: 0 0 20px 0; height: 140px; position: absolute; top: 0; left: 0; width: 100%; z-index:1;}
.shop4_list_tit { width: 100%; box-sizing: border-box; padding: 16px 7.5% 60px; position: relative; z-index:10; }
.shop4_list_tit h4 { display: flex; width: 100%; align-items: center; font-size: 24px; font-weight: bold; color: #fff; min-height: 3em; }
.shop4_photo { width: 100%; box-sizing: border-box; padding: 0 7.5%; margin: 0 auto -30px; position: relative; top: -50px; z-index:10; }
section.shop4 .shop4_photo li { aspect-ratio: 4 / 3; overflow: hidden; width: 100%; margin: 0; background: #fff; }
section.shop4 .shop4_photo li img { width: 100%; height: 100%; object-fit: cover; }
.shop4_list dl { width: 100%; box-sizing: border-box; padding: 0 7.5%; }
.shop4_list dt { font-weight: bold; font-size: 20px; margin: 0 0 20px; }
.shop4_list dt span { color: #ff3600; font-weight: bold; }
.shop4_btn { margin: 20px auto 10px; width: 85%; }
.shop4_btn a span { display: block; width: 100%; background: #fff; border: 1px solid #ff6759; padding: 6px 12px 4px; box-sizing: border-box; border-radius: 50vh; margin: 5px auto 0; font-weight: bold; color: #ff6759; font-size: 14px; transition:0.8s; text-align: center;  }
.shop4_btn a:hover span { background: #ff6759; color: #fff; }
.shop4_btn a span:after { content: ""; background: url(../images/arrow2.png) no-repeat 0 0; background-size: contain; width: 13px; height: 12px; display: inline-block; position: relative; left: 10px; }
.shop4_btn a:hover span:after { content: ""; background: url(../images/arrow1.png) no-repeat 0 0; background-size: contain; width: 13px; height: 12px; display: inline-block; position: relative; left: 10px; }
.shop4_list .tel2 { width: 100%; box-sizing: border-box; padding: 15px 7.5% 0; text-align: center; margin: 10px auto 20px; border-top: 1px dashed #ccc; }
.shop4_list .tel2 span { font-weight: bold; display: block; }



/*--------------------------------------------
  Footer
---------------------------------------------*/
footer{
	width:100%;
	background:#fffde5;
	padding:35px 0 40px;
	margin:0;
}

footer h3 {
	font-size:20px;
	margin:0 auto 40px;
}
footer h3 span{
	display:block;
	font-family:Century Gothic, Arial, Helvetica, sans-serif;
	color:#bdaf05;
	font-size:14px;
	margin:10px 0 0;
}

footer dl{
	width:960px;
	margin:0 auto;
	text-align:center;
}
footer dt{
	margin-bottom:15px;
}

footer a:link,
footer a:visited{
	color:#2e7bb8;
}
footer a:hover
footer a:active{
	color:#2e7bb8;
	text-decoration:underline;
}

/*--------------------------------------------
  広告用リンク
---------------------------------------------*/
#menu_shoplist {
	width: 100%;
	box-sizing: border-box;
	padding: 30px 40px 25px;
	background: url(../images/bg.jpg) repeat;
	margin: 0 0 70px;
}
#menu_shoplist .tit_shoplist_pc {
	text-align:center;
	font-family:YuMincho, Yu Mincho, '游明朝', 'Hiragino Mincho Pro', serif;
	font-size:18px;
}
#menu_shoplist .tit_shoplist_pc:after {
	content:"";
	background: #bd031b;
	background: -moz-linear-gradient(left, #f4a89b 0%, #bd031b 100%);
	background: -webkit-gradient(linear, left center, right center, from(#f4a89b), to(#bd031b));
	background: -webkit-linear-gradient(left, #f4a89b 0%, #bd031b 100%);
	background: -ms-linear-gradient(left, #f4a89b 0%, #bd031b 100%);
	background: linear-gradient(to right, #f4a89b 0%, #bd031b 100%);
	width: 80px;
	height: 3px;
	display: block;
	margin: 13px auto 5px;
}
#menu_shoplist .tit_shoplist_sp {
	display: none;
}

.shop1 #menu_shoplist dl {
	margin: 0;
	display: table;
	table-layout: fixed;
	border-bottom: 1px solid #eddbab;
}
.shop1 #menu_shoplist dt {
	display: table-cell;
	vertical-align: middle;
	padding: 20px 0 8px 20px;
	font-weight: bold;
	width: 9em;
	font-size: 16px;
}
.shop1 #menu_shoplist dd {
	background: none;
	display: table-cell;
	vertical-align: middle;
	padding: 20px 14px 8px 10px;
}
section.shop1 #menu_shoplist ul {
	display: flex;
	flex-wrap: wrap; 
	justify-content: flex-start;
}
section.shop1 #menu_shoplist ul li {
	width: auto; 
	margin: 0;
	display: inline-block;
	margin: 0 8px 10px 0;
	min-width: 110px;
}
section.shop1 #menu_shoplist ul li a {
	display: block;
	line-height: 24px;
	height: 24px;
	border-radius: 20px;
	width: 100%;
	padding: 0 20px;
	background: #fff;
	border: 1px solid #eddbab;
	font-size: 14px;
	text-align: center;
	box-sizing: border-box;
}
section.shop1 #menu_shoplist ul li a:hover {
	background: #e38c10;
	border: 1px solid #e38c10;
	color: #fff;
}
section.shop1 #menu_shoplist ul li:nth-child(1),
section.shop1 #menu_shoplist ul li:nth-child(2) {
	float: none;
}

/*--------------------------------------------
  pagetop
---------------------------------------------*/
#pagetop{
	position:fixed;
	right:20px;
	bottom:20px;
	z-index: 1000;
}
#pagetop a {
	background:url(../images/pagetop1.png) no-repeat center bottom;
	background-size: 40px auto;
	width: 40px;
	padding-top:57px;
	height:0;
	display:block;
	overflow:hidden;
}
#pagetop a:hover{
	background:url(../images/pagetop2.png) no-repeat center bottom;
	background-size: 40px auto;
}

/*--------------------------------------------
  お店検索
---------------------------------------------*/
.shop_search {
	position:fixed;
	bottom: 0;
	z-index: 2000;
	display: none;
}





/* screens smaller than 959
***************************************************************************/
@media only screen and (max-width:959px) {
	
header h1{
	width:97%;
	padding:10px 0;
}

#h2{
	height:280px;
}
h2{
	background:url(../images/header2.png) no-repeat center;
	background-size: auto 280px;
	width:100%;
	padding-top:280px;
}	
	
/*--------------------------------------------
  container 共通
---------------------------------------------*/
#container{
	width:97%;
	margin:0 auto;
}
h3 {
	font-size:24px;
	margin:40px 0 25px;
}

/*--------------------------------------------

  sns
---------------------------------------------*/
.btn_sns{
	position:relative;
	width:98%;	
}

/*--------------------------------------------
  大広告
---------------------------------------------*/
section.shop1 ul li{
	width:48%;
	margin-bottom: 50px;
}
.shop_name1{
	height:4em;
}

section.shop1 ul.slick-dots li{
	width: 20px;
	margin: 0 5px;
}

.shop_photo:has(> ul) { margin: 0 0 20px; } 
.shop1 dl{
	margin:10px 0 20px;
}
.shop1 dt{
	font-size:18px;
	padding: 6px 0 6px 12px;
    border-left: 4px solid #abcd03;
}
.shop1 dt span{
	font-size:18px;
}
.shop1 dd{
	margin: 0;
	padding:20px 0 0;
}

.shop1 a ul.interview{
	margin:0 0 10px;
}
.shop1 a ul.interview li{
	padding:7px 7px 5px;
}
.shop1 .tel1 span{
	font-size:16px;
}
section.shop1 a ul.interview{
	margin:0 0 10px;
}
section.shop1 li a ul.interview li:nth-child(1){
	width: 80px;
	padding: 10px;
	
}
section.shop1 li a ul.interview li:nth-child(2){
	width: calc( 100% - 90px );
	padding: 10px 10px 10px 0;
	font-size: 16px;	
}
section.shop1 li a ul.interview li:nth-child(2) p {
	margin: 8px 0 0;
	padding: 12px 48px 0 0;
	font-size: 14px;
	font-weight: bold;
	position: relative;
	box-sizing: border-box;
}
section.shop1 li a ul.interview li:nth-child(2) p:before {
	width: 32px;
	top: 6px;
	right: 3px;
}
section.shop1 li a ul.interview li:nth-child(2) p:after {
	width: 14px;
	height: 13px;
	top: 12px;
	right: 14px;
}

section.shop1 li a:hover ul.interview li:nth-child(2) p {
	border-top: 1px solid #fcb664;
}
section.shop1 li a:hover ul.interview li:nth-child(2) p:before {
	border: 1px solid #fff;
}
.shop1 a ul.interview li:first-child img{
	width:60px;
}


/*--------------------------------------------
  ミニプラン
---------------------------------------------*/
.shop4_list { margin: 0 0 40px; }
.shop4_list_tit { padding: 14px 6% 60px; min-height: 140px; }
.shop4_list_tit h4 { font-size: 20px; }
.shop4_photo { padding: 0 6%; margin: 0 auto -30px; position: relative; top: -50px; }
.shop4_list dl { width: 100%; box-sizing: border-box; padding: 0 6%; }
.shop4_list dt { font-size: 18px; margin: 0 0 10px; }


/*--------------------------------------------
  Footer
---------------------------------------------*/
footer{
	padding:20px 0 30px;
}

footer h3 {
	font-size:18px;
	margin:0 auto 25px;
}
footer h3 span{
	margin:8px 0 0;
}

footer dl{
	width:97%;
}
footer dt{
	margin-bottom:15px;
}

}

/* screens smaller than 639
***************************************************************************/
@media only screen and (max-width:639px) {
	
.btn1 { width: 200px; }
.btn1 a { height: 48px; line-height: 48px; border-radius: 50vh; background: #fc6f79; }
.btn1 a:hover { background: #c92144; }

.br_sp { display: inline; }

#h2{
	background: url(../images/header3.jpg) no-repeat center;
	background-size: cover;
	height:200px;
}
h2{
	background: url(../images/header4.png) no-repeat center;
	background-size: auto 200px;
	width:100%;
	padding-top:200px;
}

#menu_shoplist {
	padding: 20px 18px 15px;
	margin: 0 0 40px;
}
#menu_shoplist .tit_shoplist_pc {
	display: none;
}
#menu_shoplist .tit_shoplist_sp {
	display: block;
	text-align:center;
	font-family:YuMincho, Yu Mincho, '游明朝', 'Hiragino Mincho Pro', serif;
	font-size:18px;
	background: url(../images/arrow3.png) no-repeat right center;
	background-size: auto 13px;
}

#menu_shoplist .contents_shoplist {
	display: none;
}
.shop1 #menu_shoplist dl {
	margin: 0;
	display: block;
}
.shop1 #menu_shoplist dt {
	display: block;
	padding: 10px 0 3px;
	width: 100%;
	box-sizing: border-box;
}
.shop1 #menu_shoplist dd {
	display: block;
	padding: 0 0 8px;
	width: 100%;
	box-sizing: border-box;
}
section.shop1 #menu_shoplist ul {
	width: 100%;  
	display:flex;  
	flex-wrap:wrap; 
	justify-content:space-between;
}
section.shop1 #menu_shoplist ul li {
	display: block;
	margin: 0 0 10px;
	width: 48%;
	min-height: 24px;
	border: 1px solid #eddbab;
	background: #fff;
	border-radius: 20px;
}
section.shop1 #menu_shoplist ul::after{ content:""; display: block; width: 48%;}
section.shop1 #menu_shoplist ul::before{ content:""; display: block; width: 48%; order:1;}

section.shop1 #menu_shoplist ul li a {
	display: table;
	line-height: 1.4;
	height: 100%;
	border-radius: 0;
	width: 100%;
	background: none;
	border: none;
	font-size: 13px;
	box-sizing: border-box;
	padding: 0;
}
section.shop1 #menu_shoplist ul li a span {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	padding: 5px 8px 3px;
}
section.shop1 #menu_shoplist ul li a:hover {
	color: #000;
	border: none;
	background: none;
}

/*--------------------------------------------
  Footer
---------------------------------------------*/
footer{
	padding:20px 0 60px;
}


/*--------------------------------------------
  pagetop
---------------------------------------------*/
#pagetop{
	right:0;
	bottom:50px;
}
#pagetop a {
	background:url(../images/pagetop1.png) no-repeat center;
	background-size: 40px auto;
	width: 60px;
	padding-top:70px;
	height:0;
	display:block;
	overflow:hidden;
}
#pagetop a:hover{
	background:url(../images/pagetop2.png) no-repeat center;
	background-size: 40px auto;
}

/*--------------------------------------------
  お店検索
---------------------------------------------*/
.shop_search { display: block; width: 100%; height: 44px; background: #fc6f79; border-radius: 20px 20px 0 0; }
.shop_search ul { display: flex; flex-wrap: no-wrap; justify-content: center; align-items: center; height: 44px }
.shop_search select {
	margin: 0 2px;
    width: 84px;
    height: 2.4em;
    padding: .2em .1em;
    border: 1px solid #d0d0d0;
    border-radius: 3px;
    background-color: #fff;
    color: #333;
    font-size: .88em;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
.shop_search select.shop_search03 { width: 100px; }
.btn_clear a { display: block; width: 4.8em; height: 2.4em; line-height: 2.4em; background: #6b2f10; color: #fff; border-radius: 8px; font-size: .88em; text-align: center; margin: 0 0 0 8px; font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

}

/* screens smaller than 599
***************************************************************************/
@media only screen and (max-width:599px) {
.sp{
	display:inline;
}
.tab{
	display:none;
}

header h1{
	display:none;
	padding:7px 0;
}

h2{
	background: url(../images/header4.png) no-repeat center;
	background-size: auto 200px;
	width:100%;
	padding-top:200px;
}
	
/*--------------------------------------------
  container 共通
---------------------------------------------*/
h3 {
	font-size:22px;
	margin:30px 0 20px;
}
h3 span{
	display:block;
	font-family:Century Gothic, Arial, Helvetica, sans-serif;
	color:#898989;
	font-size:13px;
	margin:7px 0 0;
}

/*--------------------------------------------
  sns
---------------------------------------------*/
.btn_sns{
	 justify-content: center;
	 flex-wrap: wrap;
}
.btn_sns_list {
	padding:0 4px;
}



/*--------------------------------------------
  大広告
---------------------------------------------*/
section.shop1 ul li{
	width:94%;
	margin:0 auto 40px;
}
.shop_name1 a{
	font-size:18px;
}
.shop_photo img{width:100%;}

.shop1 dl{
	margin:5px 0 15px;
}
.shop1 dt{
	font-size:18px;
}
.shop1 dt span{
	font-size:18px;
	color:#e14e58;
}
.shop1 dd{
	background:url(../images/border.png) no-repeat center 0;
	background-size:auto 11px;
	margin:3px 0 0;
	padding:20px 0 0;
}

.shop1 a ul.interview{
	margin:0 0 10px;
}
section.shop1 a:hover ul.interview{
	background:#e7eb4e;
}

section.shop1 li a ul.interview li:nth-child(1){
	width: 80px;
	padding: 8px;
	display: flex;
	align-items: center;
    justify-content: center;
	
}
section.shop1 li a ul.interview li:nth-child(2){
	width: calc( 100% - 80px );
	padding: 8px 8px 8px 0;
	font-size: 14px;	
}
section.shop1 li a ul.interview li:nth-child(2) p {
	margin: 6px 0 0;
	padding: 8px 48px 0 0;
	font-size: 13px;
}
section.shop1 li a ul.interview li:nth-child(2) p:before {
	width: 32px;
	height: 20px;
	top: 4px;
	right: 3px;
}
section.shop1 li a ul.interview li:nth-child(2) p:after {
	width: 14px;
	height: 13px;
	top: 9px;
	right: 14px;
}

section.shop1 li a:hover ul.interview li:nth-child(2) p {
	border-top: 1px solid #bbc014;
}
section.shop1 li a:hover ul.interview li:nth-child(2) p:before {
	border: 1px solid #ef880f;
}

/*--------------------------------------------
  ミニプラン
---------------------------------------------*/
section.shop4 { width: 94%; margin: 0 auto;}
.shop4_list { width: 100%; margin: 0 3%; margin: 0 0 20px; font-size: 14px; }
section.shop4::after { width: 100%; }
.shop4_list_tit { padding: 16px 5% 14px; border-radius: 0 0 20px 0; min-height: 1em; display: block; }
.shop4_list_tit h4 { display: block; font-size: 20px; min-height: 1em; }
.shop4_photo { width: 90%; padding: 0 5%; margin: 0 auto 20px; top: 0; }
.shop4_list dl { padding: 0 5%; }
.shop4_list dt { font-size: 18px; margin: 0 0 14px; }
.shop4_list .tel2 { padding: 15px 3% 0; margin: 10px auto; }

.shop4_btn a:hover span { background: #fff; color: #ff6759; }
.shop4_btn a:hover span:after { content: ""; background: url(../images/arrow2.png) no-repeat 0 0; background-size: contain; width: 13px; height: 12px; }


}

/* screens smaller than 374
***************************************************************************/
@media only screen and (max-width:374px) {


header h1{
	padding:4px 0;
}

h2{
	background: url(../images/header4.png) no-repeat center;
	background-size: auto 171px;
}
	

}