@charset "UTF-8";
@import url('https://fonts.googleapis.com/earlyaccess/roundedmplus1c.css');
/* ------------------------------------------------------------
	全体設定	
------------------------------------------------------------ */
html, body {
	width: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
/*background: url(../img/main-.jpg) center top no-repeat;*/ }
.wrapper {
	width: 100%;
	min-width: 1000px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: url(../img/main.jpg) center 0 no-repeat;
}
.wrapper2 {
	width: 100%;
	min-width: 1000px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
/*a:hover img{ opacity:0.7;filter: alpha(opacity=70);-ms-filter: "alpha(opacity=70)";-moz-opacity:0.7;-khtml-opacity: 0.7;-o-opacity: 0.7;zoom:1;}*/

/* ------------------------------------------------------------
	22周年記念
------------------------------------------------------------ */
/*.wrapper { background-position: center 80px; }
.pc_22th { background: #D6E9F0 url(../img/22th_pc.jpg) center top no-repeat; height:80px; width: 100%; }
*/
/* ------------------------------------------------------------
	header
------------------------------------------------------------ */
.header {
	background: #f46670;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
}
.header_in {
	width: 1000px;
	height: 43px;
	margin: 0 auto;
}
.header h1 {
	font-size: 12px;
	margin-top: 16px;
	float: left;
}
/*	top_menu
------------------------------------------------------------ */
ul.top_menu {
	margin-right: -5px;
	float: right;
}
ul.top_menu li {
	float: left;
	margin-top: 10px;
}
ul.top_menu li a {
	color: #FFF;
	display: block;
}
a.line_r {
	border-right: 1px solid #FFF;
}
ul.top_menu li.list a {
	margin-top: 6px;
	padding: 0px 13px;
}
ul.top_menu li.list a:hover {
	text-decoration: underline;
}
ul.top_menu li.man a {
	background: #00a3d9;
	margin-top: 3px;
	margin-left: 5px;
	padding: 3px 29px;
}
ul.top_menu li.man a:hover {
	background: #FFF;
	color: #00a3d9;
	box-shadow: 0 0 0 1px #00a3d9 inset;
}
/* ------------------------------------------------------------
	top
------------------------------------------------------------ */
.top_in {
	width: 1030px;
	height: 89px;
	margin: 0 auto;
}
.top_in_l {
	float: left;
	width: 367px;
	margin-left: 5px;
}
.top_in_l a {
	color: #111;
}
.top_in_l h2 {
	font-size: 24px;
	margin-top: 17px;
	margin-bottom: 0;
	padding-bottom: 0;
	line-height: 1.4;
}
.top_in_l img {
	float: left;
	margin-top: 16px;
	margin-left: 2px;
}
.top_in_l p {
	font-size: 11px;
	color: #FFF;
	letter-spacing: 1.2pt;
	background: #ed8b9f;
	width: 240px;
	margin: 0 auto;
	text-align: center;
	border-radius: 10px; /* CSS3草案 */
	-webkit-border-radius: 10px; /* Safari,Google Chrome用 */
	-moz-border-radius: 10px; /* Firefox用 */
}
.top_in_r {
	float: right;
	width: 658px;
	letter-spacing: 0.6pt;
	padding-top: 20px;
	margin-right: 0px
}
.top_in_r p {
	font-size: 0.73em;
	color: #9f9a94;
	letter-spacing: 0.15pt;
}
.b_sha {
	box-shadow: 0 4px 5px #DDD8D2
}
/* ------------------------------------------------------------
	container
------------------------------------------------------------ */
.container {
	padding-top: 600px;
	clear: both;
}
/*	ｴﾘｱﾘｽﾄ
------------------------------------------------------------ */
.area_list {
	width: 1140px;
	margin: 0 auto;
	display: block;
}
.area_list li {
	float: left;
	width: 120px;
	text-align: center;
	padding: 0 0.6rem;
}
.area_list li a p {
	position: relative;
	display: block;
	width: 106px;
	height: 106px;
	margin: 0 auto .3rem;
	text-align: center;
	border-radius: 50%;
	box-sizing: border-box;
}
.area_list li a p span {
	font-size: 25px;
	color: rgba(255, 255, 255, 0.9);
	letter-spacing: 3px;
	font-weight: 400;
	padding-top: 30%;
	display: inline-block;
	font-family: 'Rounded Mplus 1c';
}
.area_list li a p.sapporo_c {
	background: #f86e6c;
}
.area_list li a p.mito_c {
	background: #fab335;
}
.area_list li a p.tsuchiura_c {
	background: #a5d531;
}
.area_list li a p.yokohama_c {
	background: #24c961;
}
.area_list li a p.matsuyama_c {
	background: #3cc9d2;
}
.area_list li a p.hukuoka_c {
	background: #7785e6;
}
.area_list li a p.kumamoto_c {
	background: #8a61db;
}
.area_list li a p.naha_c {
	background: #e765d1;
}
.area_list .new_icon {
	font-size: 16px;
	color: #EDE618;
	font-weight: 500;
	position: absolute;
	top: -20px;
	left: 30px;
	z-index: 100;
	letter-spacing: 1px;
}
/*	ｼｮｯﾌﾟﾘｽﾄ
------------------------------------------------------------ */
.shop_list {
	width: 1140px;
	margin: 0 auto;
	height: 380px;
	font-size: 11px;
	color: #757165;
}
.shop_list ul {
	margin-top: 67px;
	margin-left: 12px;
	float: left;
	width: 128px;
}
li h4 {
	font-size: 15px;
	line-height: 1.3;
}
li.Address {
	font-size: 10.5px;
	margin-bottom: 6px;
	padding-bottom: 5px;
	border-bottom: 1.5px dashed #757165;
	color: #95948f;
}
.shop_list li a {
	display: block;
	font-size: 11px;
	padding: 0 0 0 1px;
	color: #888479;
	line-height: 1.44;
	letter-spacing:/* 0.15pt*/0.45pt;
	font-weight: bold;
}
.box_a a:hover {
	color: #f86e6c;
	text-decoration: underline;
}
.box_b a:hover {
	color: #fab335;
	text-decoration: underline;
}
.box_c a:hover {
	color: #a5d531;
	text-decoration: underline;
}
.box_d a:hover {
	color: #24c961;
	text-decoration: underline;
}
.box_e a:hover {
	color: #3cc9d2;
	text-decoration: underline;
}
.box_f a:hover {
	color: #7785e6;
	text-decoration: underline;
}
.box_g a:hover {
	color: #e765d1;
	text-decoration: underline;
}
.box_h a:hover {
	color: #8a61db;
	text-decoration: underline;
}
/*	相互ﾘﾝｸ
------------------------------------------------------------ */
.sougo_link {
	width: 964px;
	margin: 0 auto 68px;
}
.sougo_link a {
	width: 898px;
	height: 48px;
	color: #ff8599;
	line-height: 2.9;
	letter-spacing: 0.45pt;
	position: relative;
	display: inline-block;
	padding: 0 0 0 61px;
	vertical-align: middle;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	border: 3px solid #ff8599;
	color: #ff8599;
	background: #FFF;
}
.sougo_link a::before, .sougo_link a:after {
	position: absolute;
	top: 1px;
	bottom: 0;
	left: 22px;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.sougo_link a::before {
	box-sizing: border-box;
	width: 21px;
	height: 21px;
	border: 1px solid #ff8599;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.sougo_link a::after {
	left: 30px;
	box-sizing: border-box;
	width: 6px;
	height: 8px;
	border: 6px solid transparent;
	border-left: 8px solid #ff8599;
}
.sougo_link a:hover {
	background: #ff859a;
	color: #FFF;
}
.sougo_link a:hover::before {
	border: 1px solid #FFF;
}
.sougo_link a:hover::after {
	border-left: 8px solid #FFF;
}
/* ------------------------------------------------------------
	footer
------------------------------------------------------------ */
.footer {
	background: #f8f7f2;
	width: 100%;
	height: 200px;
	margin: 0 auto;
	padding-top: 32px;
	color: #737164;
	font-size: 0.73em;
	text-align: center;
	line-height: 4.1;
	letter-spacing: 0.8pt;
}
/* ------------------------------------------------------------
	content
------------------------------------------------------------ */
#wrap {
	width: 650px;
	height: 100%;
	margin: 0;
	text-align: left;
}
#inner {
	margin: 10px;
}
.box_1 {
	border: 3px solid #DFDCD7;
	margin-bottom: 20px;
	padding: 20px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	background: url(../img/common/bg_d.jpg);
	font-size: 14px;
	color: #6d6d6d;
	line-height: 1.8;
}
#wrap h1 {
	text-align: center;
	padding: 3px;
	font-size: 18px;
	color: #FFF;
	letter-spacing: 0.8pt;
	background: #ed8b9f;
	margin-bottom: 15px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
#wrap h2 {
	font-size: 14px;
	color: #ed8b9f;
	margin-bottom: 10px;
}
.close_btn {
	text-align: right;
	margin: 0 0 5px 0;
}
/*    〓〓〓 リンクエリア
------------------------------ */

.link {
	width: 968px;
	height: 35px;
	font-size: 13px;
	margin: 0 auto;
	padding: 0 0 0 10px;
	line-height: 35px;
	color: #FFFFFF;
	background-color: #CBB8A1;
	font-weight: bolder;
}
.link_erea {
	width: 976px;
	border: solid 1px #CBB8A1;
	margin: 0 auto;
	font-size: 13px;
}
.link_erea02 {
	width: 976px;
	border: solid 1px #CBB8A1;
	margin: 0 auto 25px auto;
}
.link_inn {
	width: 976px;
	height: 100%;
	margin-bottom: 11px;
	margin: 0 auto;
}
.link_inner {
	width: 925px;
	margin: 10px auto;
	font-size: 13px;
}
.table_modoki {
	font-size: 12px;
	width: 925px;
　
}
.table_modoki ul {
	list-style-type: none;
	width: 930px;
	margin-right: -5px;
}
.table_modoki ul li {
	width: 88px;
	text-align: center;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

/* 2020.10.7 追加テキスト*/
.authentication_text {
	max-width: 1140px;
	border: 1px solid #e1e0d8;
	margin: 0 auto 20px;
	padding: 15px 20px 5px;
	color: #737164;
 font-size: 0.73em;
 line-height: 1.6;
 box-sizing: border-box;
 border-radius: 8px;
	 }
	 .authentication_text p {
		 margin-bottom: 10px;
	 }