@charset "UTF-8";

/*================================================
 *  一般・共通設定
 ================================================*/
/* @font-face {
	font-family: "Noto Sans JP";
	font-style: normal;
	font-weight: 400;
	src: url("font/NotoSansJP-Regular.woff") format("woff");
	font-display: swap;
}
@font-face {
	font-family: "Noto Sans JP";
	font-style: normal;
	font-weight: 500;
	src: url("font/NotoSansJP-Medium.woff") format("woff");
	font-display: swap;
}
@font-face {
	font-family: "Noto Sans JP";
	font-style: normal;
	font-weight: 600;
	src: url("font/NotoSansJP-SemiBold.woff") format("woff");
	font-display: swap;
} */

html {
	font-size: 62.5%; /*10px*/
	scroll-behavior: smooth;
}

body {
	min-width:1170px;
	margin:0 auto;
	/* 「Noto Sans JP」Windows指定 */
 	font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans","Noto Sans JP",Meiryo,sans-serif; 
	font-weight: 400;
	font-size:1.6em;
	line-height:1.8em;
	color:#444;
	background-color: #fff;
	-webkit-text-size-adjust: none;
}
#wrapper {
	width:100%;
	clear:both;
	background-color: #F9F8F4;
}
#wrapper_shop {
	width:100%;
	clear:both;
	background-color: #F9F8F4;
}
#contents,
#contents_shop{
	max-width: 1170px;	/*サイトの最大幅*/
	margin:0 auto 2.5em;
}
#contents:after,
#contents_shop:after{
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  line-height: 0;
}
@media screen and (max-width: 767px) {
body {
	min-width:100%;
	margin:0 auto;
	/* 「Noto Sans JP」Windows指定 */
 	font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans","Noto Sans JP",Meiryo,sans-serif; 
	font-size:1.6em;
	line-height:1.8em;
	color:#444;
	background-color: #fff;
	border-top: none;
	-webkit-text-size-adjust: none;
	}
#wrapper {
	width:100%;
	clear:both;
	}
#contents,
#contents_shop{
	max-width: 88%;	/*サイトの最大幅*/
	margin: 0 6% 2.5em;
	}			
}


.ti_gof{
	font-family: 'Montserrat', sans-serif;
}




/*================================================
 *  ヘッダー
 ================================================*/
header #site-header{
    width: 100%;
	top: 0;
	z-index: 10000;
}
header #site-header:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  line-height: 0;
}
header #head_in {
	max-width:100%;	/*サイトの最大幅*/
	height:auto;
	margin:0px auto;
	position:relative;
	background-color: #F9F8F4;
}
header #head_in:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  line-height: 0;
}
#head_in #head_m{
	max-width: 1170px;	/*サイトの最大幅*/
	height:130px;
	margin:0px auto;
	position:relative;
}

header #head_m:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  line-height: 0;
}

/*header-l*/
#head_in #head_l {
	float: left;
	width: 430px;
	margin-top: 10px;
}
#head_in #head_l h1{
	font-size: 1.5rem;
	color: #1D2088;
	font-weight: normal;
}
#head_in #head_l h2{
	font-size: 1.1rem;
	color: #666;
	font-weight: normal;
	line-height: 1.5em;
	font-family: '游明朝 Medium', serif;
}
/*header_c*/
#head_in #head_c {
	float: left;
	width: 310px;
	text-align: center;
	margin-top: 25px;
}
#head_in #head_c img{
	width: 100%;
}
/*header_r*/
#head_in #head_r {
	float: left;
	width: 430px;
	text-align: right;
	font-size: 1.1rem;
	margin-top: 10px;	
}
#head_in #head_r:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  line-height: 0;
}
/* ボタン ヘッダー */
.btn_head {
	display: flex;
	justify-content: flex-end;
}
a.btn_h_1 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 9em;
	margin-left: 15px;
	padding: 0.3em 0.8em;
	font-size: 12px;
	font-weight: bold;
	color: #27acd9;
	border-bottom: 2px solid #27acd9;
	border-radius: 15px;
	box-shadow: 0 1px 5px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, .2);
	transition: 0.5s;
}
a.btn_h_1:hover {
	color: #fff;
	background: #27acd9;
	border-bottom: 2px solid #fff;
	transform: translateY(3px);
}
/* sns ヘッダー */
#head_r ul{
	display: flex;
	justify-content: flex-end;	
	margin: 20px 10px 0px;
}
#head_r ul li{
	width: 25px;
	margin-left: 20px;
}
#head_r ul li img{
	width: 100%;
}
@media screen and (max-width: 767px) {
header {
	}
header #site-header{
    width: 100%;
	height: auto;
	z-index: 10000;
	padding-bottom: 0px;
	}	
header #head_in {
	width:100%;	/*サイトの最大幅*/
	height: 60px;
	margin:0px auto 0;
	position:relative;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 9999;  /*どの要素よりも上にくるように*/
	}
#head_in #head_m{
	max-width:100%;	/*サイトの最大幅*/
	height: auto;
	margin:0px auto;
	position:relative;
	padding-top: 3px;
	padding-right: 25px;
	border-bottom: solid 1px #ccc;
	background-color: #fff;
	}
/*header-l*/
#head_in #head_l {
	float: none;
	width: 100%;
	margin-top: 1px;
	text-align: center;
	}
#head_in #head_l h1{
	font-size: 1.1rem;
	color: #1D2088;
	line-height: 1.8em;
	padding-left: 0;
	}
/*header_c*/
#head_in #head_c {
	float: none;
	width: 100%;
	height: auto;
	text-align: center;
	margin-top: 0px;
	}
#head_in #head_c img{
	width: 60%;
	padding: 0px 0 15px;
	margin: 0 auto;
	}	
/*header_r*/
#head_in #head_r {
	display: none;
	}	
/* ボタン ヘッダー */
.btn_head {
	display: none;
	}
}/*@media*/
	
@media screen and (max-width: 767px) {
/*----ここから"mmenuの設定-----*/
/*nav:not(.mm-menu) {
 display: none;
	}*/
header #head_in {
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 width:;
 height:;
 padding: 0 0px;
	}
header #head_in.fixed {
 position: fixed;
 top: 0;
 left: 0;
	}
.footer.fixed {
 position: fixed;
 bottom: 0;
 left: 0;
	}
header #head_in a.sp_menu {
 background: center center no-repeat transparent;
 background-image: url('//www.nakamachi-oizumi.net/web-new/images/base/btn-menu.gif');
 display: block;
 width: 40px;
 height: 40px;
 position: absolute;
 top: 8px;
 right: 10px;
	}
#menu ul {
	font-size:1.7rem;
	}
	/*ここまで"mmenuの設定*/	
}/*@media*/


/*================================================
 *  グローバルナビゲーション
 ================================================*/
nav {
	clear: both;
}
.nav_bb{
	width:100%;
	background: repeating-linear-gradient(-45deg, #008CD6, #008CD6 5px, #1997da 5px, #1997da 10px);
	border-bottom: solid 5px #1D2088;
	-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
	box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
}
.nav_bb {
  zoom: 1;
}
.nav_bb:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	line-height: 0;
}	
/* -- .h_nav_1 -- */
.h_nav{
	width:1170px;
	margin:0 auto;
	text-align: center;
}
ul.h_nav_1 {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}
ul.h_nav_1 li {
	display:inline;
	font-size:1.6rem;
	font-family: "BIZ UDPGothic", sans-serif;
	font-weight: 400;
	font-style: normal;
	list-style:none;
	line-height: 1.8;
	margin-left: 2.5em;
	text-align: center;
	padding-left: 1.8em;
}
ul.h_nav_1 li img{
	width: 24px;
	padding-left: 3px;
}
ul.h_nav_1 li a{
	color:#fff;
}
ul.h_nav_1 li a:hover{
	color:#ccc;
	text-decoration: none;
}
ul.h_nav_1 li a:active{
	color:#ccc;
	text-decoration: none;
}
/* li前画像 */
.h_nav_1 li:nth-child(1) {
  content: "";
  display: inline-block;
  width: auto; /* 幅 */
  height: 1.5em; /* 高さ */
  background: url('//www.nakamachi-oizumi.net/web-new/images/head/co_1.svg') no-repeat;
  background-size: contain;
  margin-right: 3px;
}
.h_nav_1 li:nth-child(2) {
  content: "";
  display: inline-block;
  width: auto; /* 幅 */
  height: 1.5em; /* 高さ */
  background: url('//www.nakamachi-oizumi.net/web-new/images/head/co_2.svg') no-repeat;
  background-size: contain;
  margin-right: 3px;
}
.h_nav_1 li:nth-child(3) {
  content: "";
  display: inline-block;
  width: auto; /* 幅 */
  height: 1.5em; /* 高さ */
  background: url('//www.nakamachi-oizumi.net/web-new/images/head/co_3.svg') no-repeat;
  background-size: contain;
  margin-right: 3px;
}
.h_nav_1 li:nth-child(4) {
  content: "";
  display: inline-block;
  width: auto; /* 幅 */
  height: 1.5em; /* 高さ */
  background: url('//www.nakamachi-oizumi.net/web-new/images/head/co_4.svg') no-repeat;
  background-size: contain;
  margin-right: 3px;
}
.h_nav_1 li:nth-child(5) {
	display:inline;
	margin-left: 0.8em;
	text-align: left;
	padding-left: 0em;
}
.h_nav_1 li:nth-child(6) {
	display:inline;
	margin-left: 0.8em;
	text-align: left;
	padding-left: 0em;
}

@media screen and (max-width: 767px) {
.nav_bb{
	border-top: 1px solid #019BD9;
	}
.h_nav{
	display:none;
	}
}

/* ヘッダーメニュー　スクロール固定 
	footer.htmlにメニュー記述 */
.nav_2{
	width: 100%;
	height: 100px;
}
.header-change{
    background-color:#008CD6;
    display: flex;
    justify-content: space-between;
    position: fixed;
    top: -63px;
    transition: .5s;
    width: 100%;
}
.header-change.show{
    top: 0;
}
.nav_bb2{
	min-width :1170px;
	margin: 0 auto;
	border-bottom: solid 1px #008CD6;
	}
.nav_bb2 {
  zoom: 1;
}
.nav_bb2:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  line-height: 0;
}
#g_nav2_logo{
	float: left;
	width: 180px;
}
#g_nav2_logo img{
	width: 95%;
	margin-top: 10px;
}
#g_nav2{
	position: relative;
	float: right;
}
#g_nav2 li{
	position: relative;
	float: left;
	width:165px;
	border-left:solid 1px #A3BCE2;
	color: #fff;
}
#g_nav2 li:last-child {
  /* 最後のli要素の右側にのみ線を引く */
  border-right:solid 1px #A3BCE2;
}
#g_nav2 li a {
	position: relative;
    display: block;
    padding: 8px 2px;
    text-align: center;
    text-decoration: none;
    color:#fff;
	font-size:1.2rem;
	font-family: Folk Medium;
	box-sizing: border-box;
}
#g_nav2 li a:hover {
	background-color:#A3BCE2;
	color:#fff;
	box-sizing: border-box;
}
#g_nav2 li a.active {
	background-color:#A3BCE2;
	color:#fff;
	box-sizing: border-box;
}
@media screen and (max-width: 767px) {
.nav_bb{
	border-top: none;
	}
#g_nav{
	display:none;
	}
.nav_2{
	width: 100%;
	height:auto;
	}
.header-change{
	display: none;
	}	
}

/*================================================
 *  パンくずナビ
 ================================================*/
/* ----- パンくずナビ ----- */
.nav_breadcrumb_1 {
	background-color: #27acd9;
	padding:5px;
}
.breadcrumb_1 {
	width:1170px;
	margin:0 auto;
}
.breadcrumb_1 ul {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin: 0;
	padding: 0;
	font-size:1.2rem;
	color: #fff;
}
.breadcrumb_1 ul li a{
	color: #fff;
}
.breadcrumb_1 li:not(:last-child)::after {
	display: inline-block;
	margin: 0 .25rem;
	content: " > ";
}

/* ----- 加盟店紹介　パンくずナビ ----- */
.nav_breadcrumb {
	background-color: #f6ab00;
	padding:5px;
}
.breadcrumb {
	width:1170px;
	margin:0 auto;
}
.breadcrumb ul {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin: 0;
	padding: 0;
	font-size:1.2rem;
	color: #fff;
}
.breadcrumb ul li a{
	color: #fff;
}
.breadcrumb li:not(:last-child)::after {
	display: inline-block;
	margin: 0 .25rem;
	content: " > ";
}
@media screen and (max-width: 767px) {
/* ----- 加盟店紹介　パンくずナビ ----- */
.nav_breadcrumb {
	background-color: #f6ab00;
	padding:5px;
	}
.breadcrumb {
	width:96%;
	margin:0 auto;
	}
.breadcrumb ul {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin: 0;
	padding: 0;
	font-size:1.2rem;
	color: #fff;
	}
.breadcrumb ul li{
	height: 1.5rem;
	line-height: 1.5rem;
	}	
.breadcrumb ul li a{
	color: #fff;
	}
.breadcrumb li:not(:last-child)::after {
	display: inline-block;
	margin: 0 .25rem;
	content: " > ";
	}	
}


/*================================================
 *  共通  h
 ================================================*/
.ti_h1_box{
	width: 100%;
	height: 120px;
	border-bottom: solid 1px #0868AA;
	margin-top: 40px;
	background: linear-gradient(to bottom right, #B2E5EE, #5295C3);      
}
.ti_h1_box h1{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 120px;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.4em;
	color: #fff;	
	font-family: 'Kosugi Maru', sans-serif;
	padding-bottom:20px;
	background-image: url("//www.nakamachi-oizumi.net/images/base/ti_img.png");
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size:60%;        
}
.ti_w_h1{
	max-width: 1170px;	
    position: relative;
    padding: 0.5rem 0 0.5rem;
	margin:2em auto 2.5em;
	font-size: 3rem;
    font-weight: bold;
    font-family: "BIZ UDPGothic", sans-serif;
	font-weight: 400;
	font-style: normal;
    text-align: center;
    color: #1D2088;
}
#contents h1{
    position: relative;
    padding: 0.5rem 0 0.5rem;
    margin-bottom: 2.5rem;
	margin-top: 2em;
	font-size: 3rem;
    font-weight: bold;
    font-family: "BIZ UDPGothic", sans-serif;
	font-weight: 400;
	font-style: normal;
    text-align: center;
    color: #1D2088;
}
#contents h1,
.ti_w_h1::before,
.ti_w_2_h1::before{
    position: absolute;
    content: "・・・・・";
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 150px;
	font-size: 4.5rem;
	color: #008CD6;
}
#contents h2{
	color: #333;
	font-size: 2.4rem;
	line-height: 1.2em;
	text-align: left;
	margin-bottom: 30px;
	margin-top: 2em;	
	padding: 10px 0 0 35px;
	background-image: url("../images/base/ti_h1.png");
	background-repeat: no-repeat;
	background-position: 0 5px;
	background-size: 22px 30px;
	font-family: "BIZ UDPGothic", sans-serif;
	font-weight: 400;
	font-style: normal;
}



/* ボタン */
.box_bu_ya,
a.box_bu_ya{
  display: inline-block;
  padding: 1px 25px 1px 20px;
  text-decoration: none;
  background: #008CD6;
  color: #FFF;
  border-radius: 4px;
  box-shadow: 0px 0px 0px 3px #B2E5EE;
  border: solid 1px #FFF;
	text-decoration: none;
	opacity: 0.8;
	margin-left: 30px;
	margin-top: 20px;
}
.box_bu_ya:hover {
	background: #0868AA;
}

@media screen and (max-width: 767px) {
.ti_h1_box{
	width: 100%;
	height: 120px;
	border-bottom: solid 1px #0868AA;
	margin-top: 0px;
	background: linear-gradient(to bottom right, #B2E5EE, #5295C3);     
	}
.ti_h1_box h1{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 120px;
	font-size: 2.6rem;
	font-weight: bold;
	line-height: 1.4em;
	color: #fff;	
	font-family: 'Kosugi Maru', sans-serif;
	padding-bottom:20px;
	background-image: url("//www.nakamachi-oizumi.net/images/base/ti_img.png");
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size:80%;        
	}	
#contents h1{
	color: #333;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.4em;
	text-align: left;
	font-family: 'Kosugi Maru', sans-serif;
	width: 100%;
	display: block;
	border-bottom: solid 8px #0868AA;
	padding-bottom: 5px;
	margin-bottom: 40px;
	}
#contents h2{
	color: #333;
	font-size: 2rem;
	line-height: 1.2em;
	text-align: left;
	margin-bottom: 20px;
	margin-top: 2em;	
	padding: 10px 0 0 35px;
	background-image: url("../images/base/ti_h1.png");
	background-repeat: no-repeat;
	background-position: 0 5px;
	background-size: 18px 25px;
	font-family: "BIZ UDPGothic", sans-serif;
	font-weight: 400;
	font-style: normal;
	}		
.ti_w_h1{
    position: relative;
    padding: 0.5rem 0 0rem;
	margin:0.8em auto 1.8em;
	font-size: 2.4rem;
    font-weight: bold;
    font-family: "BIZ UDPGothic", sans-serif;
	font-weight: 400;
	font-style: normal;
    text-align: center;
    color: #1D2088;
	}
#contents h1,
.ti_w_h1::before {
    position: absolute;
    content: "・・・・・";
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 150px;
	font-size: 3rem;
	color: #008CD6;
	}
	
/* ボタン */
.box_bu_ya,
a.box_bu_ya{
	display: inline-block;
	padding: 1px 15px 1px 10px;
	text-decoration: none;
	background: #008CD6;
	color: #FFF;
	border-radius: 4px;
	box-shadow: 0px 0px 0px 3px #999;
	border: dashed 1px #FFF;
	text-decoration: none;
	opacity: 0.8;
	margin-left: 0;
	margin-top: 20px;
	}
.box_bu_ya:hover {
	border: dotted 1px #FFF;
	color: #FFF;
	opacity: 1;
	}
}

/*================================================
 *  table
 ================================================*/
table {
	width:100%;
	margin-bottom:1em;
	border-collapse:collapse;
	border:1px solid #ddd;
	box-sizing:border-box;
}
th {
	padding:10px;
	text-align:center;
	vertical-align:middle;
	border:1px solid #ddd;
	background:#f5f5f5;
}
td {
	padding:10px;
	text-align:left;
	border:1px solid #ddd;
	background-color: #fff;
}


/*================================================
 *  2カラム
 ================================================*/

/*.column_l{
	float: left;
	width: 850px;
	height: auto;
	border-radius: 10px;
	box-sizing: border-box;
	margin-top: 20px;
}
.column_r{
	float: right;
	width: 280px;
	padding-top: 30px;
}
@media screen and (max-width: 767px) {
.column_l{
	float: none;
	width: 98%;
	height: auto;
	background-color: #fff;
	padding: 30px 10px;
	border-radius: 10px;
	box-sizing: border-box;
	margin: 0 auto;
	}	
.column_l:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  line-height: 0;
	}		
.column_r{
	float: none;
	width: 100%;
	margin-top: 40px;
	}	
}*/

/*================================================
 *  トップページ slide
 ================================================*/
#top_slide{
	clear:both;
	text-align: center;
	position: relative;
	margin-top:84px;
	box-shadow: 0px 5px 5px -4px rgba(0,0,0,0.1);
	background-color: #a6ddee;
}
.slider ul{
	margin:0;
	padding:0;
	box-sizing: border-box; 
	-webkit-box-sizing: border-box;
}
.slider li{
	position: relative;
	text-align: center;
	box-sizing: border-box; 
	-webkit-box-sizing: border-box;
}
/*sliderの上に文字*/	
.slider li div{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	display: flex;
	flex-direction: column;
	justify-content: center; 
    align-items: center; 
}
.slider img{
	max-width: 100%;
	height: auto;
	display: block;
	margin: auto;
}
@media screen and (max-width: 767px) {
#top_slide{
	margin-top:60px;
	width:100%;
	overflow:hidden;
	}
}
/*================================================
 *  トップページ  top_copy
 ================================================*/
 .top_copy {
	background-color: #fff;
	width: 100%;
	text-align: center;
	padding-top: 2em;
}
 .top_copy h1{
	font-size: 2.4rem;
	color: #1D2088;
	font-weight: bold;
	padding: 1em;
}
 .top_copy h2{
	font-size: 1.6rem;
}
 .top_copy img{
	width: 800px;
}
@media screen and (max-width: 767px) {
 .top_copy {
	background-color: #fff;
	width: 100%;
	text-align: center;
	 padding: 1em 2em 0;
	 height: auto;
	}
 .top_copy h1{
	font-size: 2rem;
	color: #1D2088;
	font-weight: bold;
	padding: 1em;
	}
 .top_copy h2{
	font-size: 1.4rem;
	 text-align:left;
	}
 .top_copy img{
	width: 100%;
	}
}

/*===============================================
 *  トップページ  top_box1 　
 ================================================*/
.top_box1 {
	background: repeating-linear-gradient(-45deg, #66BAE6, #66BAE6 5px, #85C8EB 5px, #85C8EB 10px); /* ストライプ */
	background-repeat:repeat-x;
	background-position: top;
	width: 100%;
	height: 10px;
}
.top_box1-1,
.top_box1-2,
.top_box3-1 {
	background-image: url("../images/top/top_bk1.svg"); /* 背景画像を指定 */
    background-position: bottom; /* 下段に配置 */
    background-repeat: no-repeat; /* 画像の繰り返しを無効化 */
    background-size: contain; /* 枠内に画像が収まるようにサイズ調整。*/
    width: 100%; /* 例：幅 */
    height: auto; 
	background-color: #F9F8F4;
	padding-bottom: 60px;
	margin-bottom: 50px;
}
.top_box2 {
	background: repeating-linear-gradient(-45deg, #F9C44C, #F9C44C 5px, #FAD070 5px, #FAD070 10px); /* ストライプ */
	background-repeat:repeat-x;
	background-position: top;
	width: 100%;
	height: 10px;
}
.top_box2-1 {
	background: url("../images/top/top_bk2.svg") no-repeat center center/contain;/*画像を背景に*/
    background-position: bottom; /* 下段に配置 */
    background-repeat: no-repeat; /* 画像の繰り返しを無効化 */
    background-size: contain; /* 枠内に画像が収まるようにサイズ調整。*/
    width: 100%; /* 例：幅 */
    height: auto; 
	background-color: #F9F8F4;
	padding-bottom: 60px;
	margin-bottom: 50px;
}
.top_box2-2 {
	background: url("../images/top/top_bk2.svg") no-repeat center center/contain;/*画像を背景に*/
    background-position: bottom; /* 下段に配置 */
    background-repeat: no-repeat; /* 画像の繰り返しを無効化 */
    background-size: contain; /* 枠内に画像が収まるようにサイズ調整。*/
    width: 100%; /* 例：幅 */
    height: auto; 
	background-color: #F9F8F4;
	padding-bottom: 20px;
	margin-bottom: 50px;
}
/*.top_box1-1 div, whatsnew.css*/
.top_box2-1 div,
.top_box2-2 div,
.top_box3-1 div{
	margin: 0 auto;
	width: 1170px;
	height: auto;
}
.top_box_copy {
	text-align: center;
	line-height: 1.6em;
	padding-bottom: 1em;
}	
@media screen and (max-width: 768px){
.top_box1-1,
.top_box1-2,
.top_box3-1{
	background-image: url("../images/top/top_bk1.svg"); /* 背景画像を指定 */
    background-position: bottom; /* 下段に配置 */
    background-repeat: no-repeat; /* 画像の繰り返しを無効化 */
    background-size: contain; /* 枠内に画像が収まるようにサイズ調整。*/
    width: 100%; /* 例：幅 */
    height: auto; 
	background-color: #F9F8F4;
	padding-bottom: 40px;
	margin-bottom: 30px;
	}
.top_box2-1 {
	background: url("../images/top/top_bk2.svg") no-repeat center center/contain;/*画像を背景に*/
    background-position: bottom; /* 下段に配置 */
    background-repeat: no-repeat; /* 画像の繰り返しを無効化 */
    background-size: contain; /* 枠内に画像が収まるようにサイズ調整。*/
    width: 100%; /* 例：幅 */
    height: auto; 
	background-color: #F9F8F4;
	padding-bottom: 40px;
	margin-bottom: 30px;
	}
.top_box2-2 {
	background: url("../images/top/top_bk2.svg") no-repeat center center/contain;/*画像を背景に*/
    background-position: bottom; /* 下段に配置 */
    background-repeat: no-repeat; /* 画像の繰り返しを無効化 */
    background-size: contain; /* 枠内に画像が収まるようにサイズ調整。*/
    width: 100%; /* 例：幅 */
    height: auto; 
	background-color: #F9F8F4;
	padding-bottom: 20px;
	margin-bottom: 30px;
	}	
.top_box1-1 div,	
.top_box2-1 div,
.top_box2-2 div,
.top_box3-1 div {
	margin: 0 auto;
	width: 94%;
	height: auto;
	}	
.top_box_copy {
	text-align: center;
	line-height: 1.5em;
	padding-bottom: 1em;
	}		
}

/* ------- top_title ------- */
.top_title{
	text-align: center;
	padding-top: 40px;
	padding-bottom: 20px;
}
.top_title img{
	height: 30px;
	width: auto;
}
.top_title span{
	margin:0 auto;
	display: block;
	font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
.top_title{
	text-align: center;
	padding-top: 20px;
	padding-bottom: 0px;
	}
.top_title img{
	height: 30px;
	width: auto;
	}
.top_title span{
	margin:0 auto;
	display: block;
	font-size: 1.2rem;
	}	
}

/* ------- top_info ------- */
.top_info{
	padding-left: 250px;
	padding-right: 250px;
}

/* ------- Shop Category ------- */
.top_shop_nav {
	width: 100%;
	padding: 20px 40px;
}
.top_shop_nav ul{
	width: 95%;
	margin: 0 auto;
}
.top_shop_nav:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  line-height: 0;
}
.top_shop_nav ul a li {
	width: 15%;
	height: auto;
	margin: 0 auto;
	margin-bottom: 15px;
	text-align: center;
}
.top_shop_nav ul a li img{
	width: 80%;
}
.top_shop_nav ul a li span{
	width: 100%;
	height: auto;
	text-align: center;
	font-size: 1.4rem;
	display: block;
	padding-top: 0.5em;
	padding-bottom: 2em;
	padding-left: 2em;
}
/* Shop Category hover */
.top_shop_nav ul a li img:hover{
	transform: scale(1.1);
}
.top_shop_nav ul a li img:hover{
  animation: pulsation .7s alternate infinite;
}
@keyframes pulsation {
  0% { transform: scale(1); }
  50% { transform: scale(0.9); }
  100% { transform: scale(1.1); }
}
/* Shop Category 下画像 */
.top_shop_photo{
	width: 85%;
	margin: 0 auto;
}
.top_shop_photo img{
	width: 100%;
}
@media screen and (max-width: 767px) {
/* ------- top_info ------- */
.top_info{
	padding-left: 0;
	padding-right: 0;
}	
/* Shop Category */
.top_shop_nav {
	width: 100%;
	padding: 20px 0px;
	}
.top_shop_nav ul{
	width: 100%;
	margin: 0 auto;
	}
.top_shop_nav:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  line-height: 0;
	}
.top_shop_nav ul a li {
	width: 32%;
	height: auto;
	margin: 0 auto;
	margin-bottom: 10px;
	text-align: center;
	}
.top_shop_nav ul a li img{
	width: 90%;
	}
.top_shop_nav ul a li span{
	width: 100%;
	height: auto;
	text-align: center;
	font-size: 1.2rem;
	display: block;
	padding-top: 0.2em;
	padding-bottom: 1em;
	padding-left: 0.7em;
	}
}

/* ------- top_about ------- */
ul .top_about {
	max-width: 1170px;
	margin: 0 auto;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.top_about li{
	width: 22%;
	margin: 1em 1% 1em;
	box-shadow: 0px 5px 5px -5px rgba(0, 0, 0, 0.3)	/*影*/
} 
.top_about li img {
   filter: drop-shadow(2px 2px 4px rgba(0,0,0,0.4));
}
.top_about li img:hover{
  opacity: 0.6;
  transition-duration: 0.3s;
}
@media screen and (max-width: 767px) {
ul .top_about{
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	}
.top_about li{
	margin: 1em 2% 1em;
	width: 45%;
	}
.top_about li img{
	width: 100%;
	}
.top_about li:hover img {
   filter: grayscale(100%) drop-shadow(2px 2px 4px rgba(0,0,0,0.4));
	}	
}

/* ------- top_map ------- */
.top_map {
	flex-basis: 100%;
	border: solid 1px #ccc;
	margin-top: 3rem;
}
.top_map iframe {
  vertical-align: bottom;
}
@media screen and (max-width: 767px) {
.top_map {
	flex-basis: 100%;
	border: solid 1px #ccc;
	margin-top: 1.5rem;
	}
.top_map iframe {
  vertical-align: bottom;
	}
}






/* ------- shop ------- */

/* 図形と文字全体を囲うタグ */
.shape-wrapper{
  width: 300px;
  height: 300px;
  position: relative;
}
/*文字のスタイル */
.shape-text{
  position:absolute;
  width: 100%;
  height: 100%;
  font-size: 1.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1; /*図形より上のレイヤーになるように設定 */
}
.shape-text img{
  width: 100%;
	height:auto;
}

/*不定形図形 */
.shape-1{
  width: 300px;
  height: 300px;
  background-color: rgba(240, 230, 140);
  border-radius:62% 38% 63% 37% / 40% 60% 40% 60%;
  
  /* 回転アニメーション設定 */
  animation: 10s linear infinite rotation1;
}

/* 回転アニメーション設定 */
@keyframes rotation1{
  0%{ transform:rotate(0);}
  100%{ transform:rotate(360deg); }
}












/* information */
#info dl,
#info_p dl{
	width:100%;
	border-bottom:dotted 1px #999;
	padding:12px 10px;
	box-sizing:border-box;
	-webkit-box-sizing: border-box;	
}
#info dl:after,
#info_p dl:after{
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  line-height: 0;
}
#info dt,
#info_p dt{
	width:100%; 
	color:#0868AA;
}
#info dd,
#info_p dd{
	font-size: 1.4rem;
	line-height: 1.7em;
}

#info dt .label_info,
#info_p dt .label_info{
	display:inline;
	padding:1px 5px;
	color:#fff;
	text-align:center;
	font-size: 1.2rem;
	line-height:1em;
	white-space:nowrap;
	vertical-align:baseline;
	border-radius:3px;
	background-color: #008CD6;
	border: solid 1px #008CD6;
	margin-left:1em;
}
#info dt .label_1,
#info_p dt .label_1{
	display:inline;
	padding:1px 5px;
	color:#0097d9;
	text-align:center;
	font-size: 1.2rem;
	line-height:1em;
	white-space:nowrap;
	vertical-align:baseline;
	border-radius:3px;
	background-color:#fff;
	border: solid 1px #0097d9;
	margin-left:1em;
}
#info a:link dd,
#info a:hover dd,
#info a.active dd,
#info a:visited dd,
#info_p a:link dd,
#info_p a:hover dd,
#info_p a.active dd,
#info_p a:visited dd{
	color:#444;
	text-decoration:none;
}
#info a:hover,
#info_p a:hover{
	text-decoration: none;
}
#info dl:hover,
#info_p dl:hover{
	background-color:#F0F0F0;
}
#info dd img{
	width: 25%;
}
#info_p dd img{
	width: 90%;
	padding: 4%;
}
@media screen and (max-width: 767px) {
/* information */
#info dl{
	width:100%;
	border-bottom:dotted 1px #999;
	padding:12px 10px;
	box-sizing:border-box;
	-webkit-box-sizing: border-box;	
	}
#info dl:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  line-height: 0;
	}
#info dt{
	width:100%; 
	color:#0868AA;
	}
#info dd{
	font-size: 1.4rem;
	line-height: 1.7em;
	}

#info dt .label_info{
	display:inline;
	padding:1px 5px;
	color:#fff;
	text-align:center;
	font-size: 1.2rem;
	line-height:1em;
	white-space:nowrap;
	vertical-align:baseline;
	border-radius:3px;
	background-color: #008CD6;
	border: solid 1px #008CD6;
	margin-left:1em;
	}
#info dt .label_1{
	display:inline;
	padding:1px 5px;
	color:#0097d9;
	text-align:center;
	font-size: 1.2rem;
	line-height:1em;
	white-space:nowrap;
	vertical-align:baseline;
	border-radius:3px;
	background-color:#fff;
	border: solid 1px #0097d9;
	margin-left:1em;
	}
#info a:link dd,
#info a:hover dd,
#info a.active dd,
#info a:visited dd{
	color:#444;
	text-decoration:none;
	}
#info a:hover {
	text-decoration: none;
	}
#info dl:hover{
	background-color:#F0F0F0;
	}
}/*@media*/	


















/* 動画・他 */
/* 変更・・・ */
.you_tube {
position: relative;
height: 0;
padding-bottom: 56.25%;
overflow:hidden;
border: solid 3px #ccc;	
}
.you_tube iframe {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
}









/*=================================================================
 *  column_r 　各ページ共通
 =================================================================
.s_list{
	width:100%;
	text-align: center;
}
.s_list_box{
	width:280px;
	border: dotted 2px #008CD6;
	box-sizing: border-box;
	background-color: #D9F2F6;
	border-radius:5px;
	padding-top: 20px;
}
.s_list_box p img{
	width:65%;
}*/
/* s_list_nav
.s_list_nav{
	width:100%;
	padding: 10px;
	margin-bottom: 1.5em;
}
.s_list_nav ul li{
	width: 100%;
	position: relative;	
	padding: 12px 2px 12px 12px;
	margin-bottom: 10px;	
	text-align:left;
	font-size: 1.8rem;
	font-weight: 500;
	font-family: 'Kosugi Maru', sans-serif;
	border: solid 1px #008CD6;
	background-color: #fff;	
	border-radius:5px;
	box-shadow: 4px 4px 4px -4px rgba(0,0,0,0.1);
}
.s_list_nav ul li:after {
	content:"\f105";
	position: absolute;	
	font-family:"Font Awesome 5 Free";
	right: 15px;
	color: #008CD6;
	font-weight:600;
	padding-left:15px;
}
.s_list_nav ul a li {
	text-decoration: none;
    height: 100%;
    width: 100%
}
.s_list_nav ul li:hover {
	background-color:#B2E5EE;
	color:#333;
}
@media screen and (max-width: 767px) {
.s_list{
	width:100%;
	text-align: center;
	}
.s_list_box{
	width:90%;
	border: dotted 2px #008CD6;
	box-sizing: border-box;
	background-color: #D9F2F6;
	border-radius:5px;
	margin: 0 auto;
	}
}	
*/


/*=================================================================
 *  フッター
 =================================================================*/
#footer {
	clear: both;
	width: 100%;
	background-color:#F9F8F4;
	margin-top: 2em;
}
/* フッター　コンテンツ */
#footer .f_nav {
	margin-bottom:20px;
	padding-top: 15px;
	text-align: center;
	border-top: solid 1px #008CD6;
	width: 100%;
}
#footer .f_nav ul{
}
#footer .f_nav ul li {
	display:inline;
	font-size: 1.3rem;
	list-style:none;
	text-align:left;
	line-height: 2em;
	margin-right: 1em;
	}
#footer .f_nav ul li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  color: #008CD6;; /*アイコン色*/
  font-weight: 800;
  font-size: 120%;
  line-height:1.5em;
  padding-right:6px;
}
#footer .f_nav ul li a{
	color:#555;
}
#footer .f_nav ul li a:hover{
	color:#008CD6;
	text-decoration: none;
}

/* フッター　 */
#footer .f_name{
	margin-top: 30px;
	margin-bottom: 40px;
	text-align:center;
}
#footer .f_name span{
	font-size: 1.2rem;
	color: #444;
}
#footer .f_name p{
	width: 260px;
	margin: 10px auto 0;
}
#footer .f_name img{
	width: 100%;
}

#footer .copy {
	clear:both;
	height: 50px;
	padding-top:1em;
	font-size: 1.1rem;
	text-align:center;
	color: #fff;
	background-color:#0868AA;
}
/*--- sns　ロゴ ---*/
.f_nav_sns {
	width: 100%;
	margin:10px auto;
	text-align: center;
}
.f_nav_sns ul {
}
.f_nav_sns li {
	width:30px;
	display:inline-block;
	line-height: 1.5;
	margin: 3px;
}
.f_nav_sns li img{
	width:90%;
}
@media screen and (max-width: 767px) {
#footer {
	clear: both;
	width: 100%;
	background-color:#F9F8F4;
	margin-top: 0em;
	}			
/* フッター　商店会名 */
#footer .f_name{
	margin-top: 20px;
	margin-bottom: 15px;
	text-align:center;
	}
#footer .f_name span{
	display: inline-block;
	font-size: 1.2rem;
	line-height: 1.8rem;
	}
#footer .f_name p{
	margin-top: 20px;
	width: 260px;
	margin: 10px auto 0;
	}
#footer .f_name img{
	width: 80%;
	}	
#footer .copy {
	clear:both;
	height: 70px;
	padding-top:1em;
	font-size: 1rem;
	text-align:center;
	color: #fff;
	background-color:#0868AA;
	line-height: 1.4em;
	}
/*--- sns　ロゴ ---*/
.f_nav_sns {
	width: 100%;
	margin:10px auto;
	text-align: center;
	padding-top: 20px;
	}
.f_nav_sns ul {
	}
.f_nav_sns li {
	width:30px;
	display:inline-block;
	line-height: 1.5;
	margin: 3px;
	}
.f_nav_sns li img{
	width:90%;
	}	
}/*@media*/	

/*================================================
 *  ページトップへの戻り
 ================================================*/

#pageTop {
  position: fixed;
  bottom: 12px;
  right: 12px;
}
#pageTop a {
  display: block;
  z-index: 999;
  padding: 0px 0 0 0px;
  border-radius: 30px;
  width: 55px;
  height: 55px;
  background-color: #008CD6;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  font-size: 0.9rem;
  line-height:2em;
  }
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}

/*================================================
 *  inview.js スクロール
 ================================================*/
/* 下から上*/
.fadeIn_up {
  opacity: 0;
  transform: translate(0, 20%);
  transition: 1.5s;
}
.fadeIn_up.is-show {
  transform: translate(0, 0);
  opacity: 1;
}
/* 左からフェードイン*/
.fadeIn_left {
  opacity: 0;
  transform: translate(-50%, 0);
  transition: 2s;
}
.fadeIn_left.is-show {
  transform: translate(0, 0);
  opacity: 1;
}
/* 右からフェードイン*/
.fadeIn_right {
  opacity: 0;
  transform: translate(50%, 0);
  transition: 2s;
}
.fadeIn_right.is-show {
  transform: translate(0, 0);
  opacity: 1;
}
@media screen and (max-width: 767px) {
/* 下から上*/
.fadeIn_up {
  opacity: 1;
  transform: none;
  transition: 1.5s;
	}
.fadeIn_up.is-show {
  transform:none;
  opacity: 1;
	}
/* 左からフェードイン*/
.fadeIn_left {
  opacity: 0;
  transform: none;
  transition: 2s;
	}
.fadeIn_left.is-show {
  transform: none;
	}
/* 右からフェードイン*/
.fadeIn_right {
  opacity: 0;
  transform: none;
  transition: 2s;
	}
.fadeIn_right.is-show {
  transform: none;
  opacity: 1;
	}	
}/*@media*/	


/*=================================================================
 *  ページ本文
 =================================================================*/

/* -------------------------------------------------
 about
---------------------------------------------------- */	
/* ----- about ----- */	
.about_h{
	position: relative;
	text-align: center;
	margin-top: 82px;
}
.about_h img{
    width: 100%;
    height: auto;
}
.about_h .ab_ti_1{
	position: absolute;
	color: #fff;
	font-size: 1.6rem;
	letter-spacing: 0.1em;
	top:30%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-shadow: 0 0 10px #333,
	             0 0 10px #333;	
}
.about_h .ab_ti_1 img{
	height: 35px;
	width: 100%;
	display: block;
	margin-bottom: 6px;
	filter: drop-shadow(0px 0px 10px rgba(0,0,0,0.8));/* 画像影 */
}
.about_h .ab_ti_2{
	position: absolute;
	width: 1200px;
	height: 75px;
    bottom: 0;
    left: 50%;
	transform: translateX(-50%);/* 中央 */
    -webkit-transform: translateX(-50%);
	background-image: url("../about/img/about_blue.png");
	background-size: cover;
	background-position: bottom center;
}
.about_h .ab_ti_2 p{
	color: #fff;
	font-size: 2rem;
	letter-spacing: 1.6rem;
	padding-top: 30px;
}
.about_h .ab_line{
	position: absolute;
	background: repeating-linear-gradient(-45deg, #66BAE6, #66BAE6 5px, #85C8EB 5px, #85C8EB 10px); /* ストライプ */
	background-repeat:repeat-x;
	background-position: top;
	width: 100%;
	height: 10px;
    bottom: 0;
    left: 0;
}
.about_h:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	line-height: 0;
}
/* ----- 4メニュー ----- */	
.nav_about {
	list-style: none;
	display: flex;
	justify-content: center;
	border: solid 1px #4caee2;
}
.nav_about li {
	width: 200px;
	text-align: center;
	height: 50px;
	line-height: 50px;
	margin-right: 2px;
}
.nav_about li a {
  text-decoration: none;
  color: #4caee2;
  font-weight: bold;
  padding: 20px;
}
.nav_about li a:hover {
  text-decoration: none;
  color: #999;
  font-weight: bold;
  padding: 20px;
}

/* --  inview左右 -- */
.fade_wrap,
.fade_wrap_2{
	margin-top: 0px;
	display: -webkit-box; /*Android4.3*/
	display: -moz-box;    /*Firefox21*/
	display: -ms-flexbox; /*IE10*/
	display: -webkit-flex; /*PC-Safari,iOS8.4*/
	display: flex;
	padding-top: 20px;
	margin-bottom: 3em;
}
.fade_box,
.fade_box_l_w,
.fade_box_r_w{
	width: 50%;
	margin: 0%;
	position: relative;
}
.fade_box_l_w{
	padding: 2.5em 3em 2.5em 0;
	background-color: #fff; 
}
.fade_box_r_w{
	padding: 2.5em 0 2.5em 3em;
	background-color: #fff; 
}
.fade_l,
.fade_r{
	width:100%;
}
.fade_l_txt{
	width:535px;
	margin-left: auto;
}
.fade_r_txt{
	width:535px;
	margin-right: auto;
}
.fade_l_pa{
	width:96%;
	padding-right: 4%;
}
.fade_r_pa{
	width:96%;
	padding-left: 4%;
}
.fade_c_pa{
	width:80%;
	margin: 0 auto;
}
.fade_l img,
.fade_r img,
.fade_l_pa img,
.fade_r_pa img{
	width:100%;
}
.fade_box span{
	font-size: 1.3rem;
	padding-top: 8px;
}

/* ----- list ----- */	
.list_1 li {
	margin-left: 1em;
	list-style: disc;
	display: list-item;
	padding-bottom: 0.5em;
}
.list_2 li {
	margin-left: 2em;
	list-style: disc;
	display: list-item;
	padding-bottom: 0.5em;
}
/* ----- waku ----- */
.waku_d_1{
	border: dotted 2px #008CD6;
	background-color: #fff;
	padding: 1.5em 2em;
	border-radius: 5px;
}

/* ----- saiji ----- */	
.saiji_wrap{
	display: flex;
	flex-wrap: wrap;
}
.saiji_wrap ul{
	width:23.5%;
	margin: 10px 0.75%;
	padding: 13px;
	background-color: #fff;
	display: inline-block; /* インラインブロック化 */
    vertical-align: top;   /* 上端を揃える */
	box-sizing:border-box;
	border-radius: 6px;
}
 /* 行事名 */
.saiji_wrap ul li:nth-of-type(2) {
	font-size: 1.6rem;
	font-weight: 600;
	padding: 7px 0;
	line-height: 1.3em;	
}
 /* テキスト */
.saiji_wrap ul li:nth-of-type(3) {
	font-size: 1.4rem;
	line-height: 1.4em;
}
.saiji_wrap li img{
	width:100%;
}
/* ----- 北野神社 ----- */	
.kitano_wrap{
}
.kitano_wrap ul{
	display: flex;
	flex-wrap:wrap;
}
.kitano_wrap li{
	width: 27%;
	margin: 0 3% 2em 3%;
	font-size: 1.4rem;
}

.kitano_wrap li img{
	width: 100%;
	padding-bottom: 5px;
}
.kitano_tb_w{
	width: 60%;
}
@media screen and (max-width: 767px) {
/* ----- about ----- */	
.about_h{
	position: relative;
	text-align: center;
	margin-top: 60px;
	}
.about_h img{
    width: 100%;
    height: auto;
	}
.about_h .ab_ti_1{
	position: absolute;
	color: #fff;
	font-size: 1.5rem;
	letter-spacing: 0.1rem;
	top:50%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-shadow: 0 0 10px #333,
	             0 0 10px #333;	
	}
.about_h .ab_ti_1 img{
	height: 26px;
	width: 100%;
	display: block;
	margin-bottom: 0;
	filter: drop-shadow(0px 0px 10px rgba(0,0,0,0.8));/* 画像影 */
	}
.about_h .ab_ti_2{
	display: none;
	}
.about_h .ab_ti_2 p{
	display: none;
	}
.about_h .ab_line{
	position: absolute;
	background: repeating-linear-gradient(-45deg, #66BAE6, #66BAE6 5px, #85C8EB 5px, #85C8EB 10px); /* ストライプ */
	background-repeat:repeat-x;
	background-position: top;
	width: 100%;
	height: 10px;
    bottom: 0;
    left: 0;
	}
.about_h:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	line-height: 0;
	}
/* ----- 4メニュー ----- */	
.nav_about {
	display: none;
	}
/* --  inview左右 -- */
.fade_wrap{
	margin-top: 0px;
	display: -webkit-box; /*Android4.3*/
	display: -moz-box;    /*Firefox21*/
	display: -ms-flexbox; /*IE10*/
	display: -webkit-flex; /*PC-Safari,iOS8.4*/
	display: flex;
	padding-top: 10px;
	margin-bottom: 1em;
	flex-direction: column;
	}
.fade_wrap_2{
	margin-top: 0px;
	display: -webkit-box; /*Android4.3*/
	display: -moz-box;    /*Firefox21*/
	display: -ms-flexbox; /*IE10*/
	display: -webkit-flex; /*PC-Safari,iOS8.4*/
	display: flex;
	padding-top: 10px;
	margin-bottom: 1em;
	flex-direction: column-reverse; /*逆順*/
	}	
.fade_box,
.fade_box_l_w,
.fade_box_r_w{
	width: 100%;
	margin: 0%;
	position: relative;
	}
.fade_box_l_w{
	padding: 1.5em 1.5em 1em 1.5em;
	background-color: #fff; 
	}
.fade_box_r_w{
	padding: 1.5em 1.5em 1em 1.5em;
	background-color: #fff; 
	}
.fade_l,
.fade_r{
	width:100%;
	}
.fade_l_txt{
	width:100%;
	margin-left: auto;
	}
.fade_r_txt{
	width:100%;
	margin-right: auto;
	}
.fade_l_pa{
	width:100%;
	padding-right: 0;
	padding-bottom: 1em;
	}
.fade_r_pa{
	width:100%;
	padding-left: 0;
	}
.fade_c_pa{
	width:100%;
	margin: 0 auto;
	}
.fade_l img,
.fade_r img,
.fade_l_pa img,
.fade_r_pa img{
	width:100%;
	}
.fade_box span{
	font-size: 1.3rem;
	padding-top: 8px;
	}
/* ----- waku ----- */
.waku_d_1{
	border: dotted 2px #008CD6;
	background-color: #fff;
	padding: 1.5em 1.5em;
	border-radius: 5px;
	}
/* ----- list ----- */	
.list_1 li {
	margin-left: 1em;
	list-style: disc;
	display: list-item;
	padding-bottom: 0.5em;
	line-height: 1.6em;
	}
.list_2 li {
	margin-left: 2em;
	list-style: disc;
	display: list-item;
	padding-bottom: 0.5em;
	}	
/* saiji box */
.saiji_wrap{
	display: flex;
	flex-wrap: wrap;
	}
.saiji_wrap ul{
	width:49%;
	margin: 10px 0.5%;
	padding: 5px;
	background-color: #fff;
	display: inline-block; /* インラインブロック化 */
    vertical-align: top;   /* 上端を揃える */
	box-sizing:border-box;
	border-radius: 6px;
	}
/* 行事名 */
.saiji_wrap ul li:nth-of-type(2) {
	font-size: 1.6rem;
	font-weight: 600;
	padding: 7px 0;
	line-height: 1.3em;	
	}
 /* テキスト */
.saiji_wrap ul li:nth-of-type(3) {
	font-size: 1.4rem;
	line-height: 1.4em;
	}
.saiji_wrap li img{
	width:100%;
	}
/* ----- 北野神社 ----- */	
.kitano_wrap{
	}
.kitano_wrap ul{
	display: flex;
	flex-wrap:wrap;
	}
.kitano_wrap li{
	width: 44%;
	margin: 0 3% 1em 3%;
	font-size: 1.4rem;
	}
.kitano_wrap li img{
	width: 100%;
	padding-bottom: 2px;
	}
.kitano_tb_w{
	width: 100%;
	}
}/*@media*/	


/* -------------------------------------------------
 privacy / contact /privacy /shop /map
---------------------------------------------------- */	
/* ----- head ----- */	
.page_h{
	position: relative;
	text-align: center;
	margin-top: 82px;
	max-width: 100%;
	height:140px;
	background-color: #4caee2;
}
.page_h_y{
	position: relative;
	text-align: center;
	margin-top: 82px;
	max-width: 100%;
	height:140px;
	background-color: #fbbc2b;
}
.ab_ti_1{
	position: absolute;
	color: #fff;
	font-size: 1.6rem;
	letter-spacing: 0.1rem;
	top:50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.ab_ti_1 img{
	height: 35px;
	width: 100%;
	display: block;
	margin-bottom: 4px;
	filter: drop-shadow(0px 0px 2px rgba(0,0,0,0.4));/* 画像影 */
}
.ab_line{
	position: absolute;
	background: repeating-linear-gradient(-45deg, #66BAE6, #66BAE6 5px, #85C8EB 5px, #85C8EB 10px); /* ストライプ */
	background-repeat:repeat-x;
	background-position: top;
	width: 100%;
	height: 10px;
    bottom: 0;
    left: 0;
}
.ab_line_y {
	position: absolute;
	background: repeating-linear-gradient(-45deg, #F9C44C, #F9C44C 5px, #FAD070 5px, #FAD070 10px); /* ストライプ */
	background-repeat:repeat-x;
	background-position: top;
	width: 100%;
	height: 10px;
    bottom: 0;
    left: 0;
}
.page_h:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	line-height: 0;
}
@media screen and (max-width: 767px) {
/* ----- head ----- */	
.page_h{
	position: relative;
	text-align: center;
	margin-top: 60px;
	max-width: 100%;
	height:100px;
	background-color: #4caee2;
	}
.page_h_y{
	position: relative;
	text-align: center;
	margin-top: 60px;
	max-width: 100%;
	height:100px;
	background-color: #fbbc2b;
	}	
.ab_ti_1{
	position: absolute;
	width: 90%;
	color: #fff;
	font-size: 1.6rem;
	letter-spacing: 0.1rem;
	top:50%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-shadow: 0 0 5px #666;	
	}
.ab_ti_1 img{
	height: 30px;
	width: 100%;
	display: block;
	margin-bottom: 4px;
	filter: drop-shadow(0px 0px 3px rgba(0,0,0,0.6));/* 画像影 */
	}
.ab_line{
	position: absolute;
	background: repeating-linear-gradient(-45deg, #66BAE6, #66BAE6 5px, #85C8EB 5px, #85C8EB 10px); /* ストライプ */
	background-repeat:repeat-x;
	background-position: top;
	width: 100%;
	height: 10px;
    bottom: 0;
    left: 0;
	}
.ab_line_y {
	position: absolute;
	background: repeating-linear-gradient(-45deg, #F9C44C, #F9C44C 5px, #FAD070 5px, #FAD070 10px); /* ストライプ */
	background-repeat:repeat-x;
	background-position: top;
	width: 100%;
	height: 10px;
    bottom: 0;
    left: 0;
	}	
.page_h:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	line-height: 0;
	}	
}/*@media*/	
	
/* -------------------------------------------------
 shop
---------------------------------------------------- */	
/* ----- shop_top イラスト/アイコンボタン----- */	
.shop_top_wrap{
	width: 100%;
}
.shop_top_wrap ul {
    display: flex;
    justify-content: flex-start;
}
.shop_top_wrap ul li:nth-of-type(1) {
	width: 22%;
}
.shop_top_wrap ul li:nth-of-type(2) {
    width: 56%;
}
.shop_top_wrap ul li:nth-of-type(3) {
    width: 22%;
}
.shop_top_wrap ul li div {
    display: flex;
    justify-content: flex-start;
	height: 150px;
	padding: 0 2em;
}
.shop_top_wrap ul li div p{
	width: 16.6%;
	text-align: center;
}
.shop_top_wrap ul li div p img{
	width: 100%;
	vertical-align: bottom;
}
.shop_top_wrap ul li div p span{
	display: block;
	font-size: 1.2rem;
	padding-left: 1em;
}
.shop_top_wrap ul li div p:hover{
	width: 18.5%;
	text-align: center;
}
.shop_top_wrap .shop_copy{
	font-size: 1.6rem;
	padding: 2rem 4rem 0;
	margin-bottom: 0;
}
@media screen and (max-width: 767px) {
/* ----- shop_top イラスト/アイコンボタン----- */	
.shop_top_wrap{
	width: 100%;
	}
.shop_top_wrap ul {
    display: flex;
    justify-content: flex-start;
	}
.shop_top_wrap ul li:nth-of-type(1) {
	width: 0%;
	display: none;
	}
.shop_top_wrap ul li:nth-of-type(2) {
    width: 100%;
	}
.shop_top_wrap ul li:nth-of-type(3) {
    width: 0%;
	display: none;
	}
.shop_top_wrap ul li div {
    display: flex;
    flex-wrap: wrap;
	height: auto;
	padding: 0 0em;
	}
.shop_top_wrap ul li div p{
	width: 33%;
	text-align: center;
	}
.shop_top_wrap ul li div p img{
	width: 90%;
	vertical-align: bottom;
	}
.shop_top_wrap ul li div p span{
	display: block;
	font-size: 1.2rem;
	padding-left: 0.5em;
	}
.shop_top_wrap ul li div p:hover{
	width:33%;
	text-align: center;
	}
.shop_top_wrap .shop_copy{
	font-size: 1.4rem;
	padding: 2rem 1rem 0;
	margin-bottom: 0;
	line-height: 1.5em;
	}	
}/*@media*/	

/* -------- 店舗一覧 枠/hover -------- */
/* カテゴリータイトル */
.shop_box_ti{
	position: relative;
	display: inline-block;
	padding: 0 55px;
	left:50%;
	transform: translate(-50%,-50%);/*中央寄せ（調整）*/
	margin-top: 3em;
	margin-bottom: 0.5em;
	font-size: 3rem;
	color: #555;
}
.shop_box_ti:before,
.shop_box_ti:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 40px;
  height: 1.5px;
  background-color: #888;
}
.shop_box_ti:before {
  left:0;
}
.shop_box_ti:after {
  right: 0;
}
/* shop一覧枠 */
.shop_box{
    display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
	width: 90%;
	margin: 0 auto;
}
.shop_box a{
	display: block;
	width: 48%; /* shop_li_wrap 幅を指定 */
	text-decoration: none;
	color: #444;
}
.shop_li_wrap {
    position: relative;
    margin: 1em 0;
    padding: 25px 10px 7px;
    border: solid 1px #888;
	background-color: #fff;
	border-radius: 5px;
}
.shop_li_wrap:hover {
	color: #00A8C6;
	box-shadow: 5px 5px 5px #e9e8e5;/*影*/
}
/* カテゴリー枠 */
.cat_ti_1,
.cat_ti_2,
.cat_ti_3,
.cat_ti_4,
.cat_ti_5,
.cat_ti_6{
    position: absolute;
    display: inline-block;
    top: -10px;
    left: 10px;
	width: 9em;
    padding: 0 1.5em;
    height: 30px;
    line-height: 30px;
    font-size: 1.6rem;
	text-align: center;
    color: #ffffff;
	border-radius: 4px;
}
.cat_ti_1{
	background: #ff8166;
}
.cat_ti_2{
	background: #ffc554;
}
.cat_ti_3{
	background: #4bb9e3;
}
.cat_ti_4{
	background: #fc94a4;
}
.cat_ti_5{
	background: #35d2af;
}
.cat_ti_6{
	background: #c68066;
}
/* ジャンル枠 */
.cat_ti_genre {
    position: absolute;
    display: inline-block;
    top: -1px;
    right: -1px;
    padding: 0 1.5em;
    height: 25px;
    line-height: 25px;
    font-size: 1.4rem;
    background: #cca57e;
    color: #ffffff;
}
.shop_li{
    display: flex;
    justify-content: flex-start;
}
.shop_li div:nth-of-type(1) {
    flex-basis: 120px;
	padding: 8px 8px;
}
.shop_li div:nth-of-type(2) {
    flex-grow: 1;
	margin-top: 8px;
	margin-left: 8px;
}
.shop_li div p:nth-of-type(1) {
	font-size: 20px;
	padding-bottom: 8px;
	border-bottom: solid 1px #888;
	margin-bottom: 5px;
}
.shop_li div p:nth-of-type(2) {
	font-size: 1.4rem;
	margin-bottom: 5px;
}
.shop_li div img{
	width: 100%;
	height: 76px;
	object-fit: cover;
}
/* 矢印　背景（::after） */
.shop_li_wrap::after {
	content: "";
 	position: absolute;
	right: 0;
	bottom: 0;
	width: 35px;
	height: 35px;
	background-color: #777; /* 背景色 */
	z-index: 1; /* 背景の重なり順を調整 */
	border-radius: 100% 0% 5px 0%;
}	
/* 矢印（::before） */
.shop_li_wrap::before {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 23px;
	height: 23px;
	background: url(../shop/images/arrow.svg);
	background-position: -3px 2px; 
	background-repeat: no-repeat;
	z-index: 2; /* 矢印を背景より前面に表示 */
}	
/*アンカー位置調整*/
#food,
#eat,
#life,
#beauty,
#medical,
#others{
  padding-top:100px;
  margin-top:-100px;
}
@media screen and (max-width: 767px) {
/* カテゴリータイトル */
.shop_box_ti{
	position: relative;
	display: inline-block;
	padding: 0 55px;
	left:50%;
	transform: translate(-50%,-50%);/*中央寄せ（調整）*/
	margin-top: 2em;
	margin-bottom: 0em;
	font-size: 2rem;
	color: #555;
	}
.shop_box_ti:before,
.shop_box_ti:after {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 35px;
	height: 1.5px;
	background-color: #888;
	}
.shop_box_ti:before {
  left:0;
	}
.shop_box_ti:after {
  right: 0;
	}
/* shop一覧枠 */
.shop_box{
    display: flex;
    flex-wrap: wrap;
	justify-content: flex-start;
	width: 100%;
	margin: 0 auto;
	}
.shop_box a{
	display: block;
	width: 100%; /* shop_li_wrap 幅を指定 */
	text-decoration: none;
	color: #444;
	}
.shop_li_wrap {
    position: relative;
    margin: 0.5em 0;
    padding: 25px 10px 7px;
    border: solid 1px #888;
	background-color: #fff;
	border-radius: 5px;
	}
.shop_li_wrap:hover {
	color: #00A8C6;
	box-shadow: 5px 5px 5px #e9e8e5;/*影*/
	}
/* カテゴリー枠 */
.cat_ti_1,
.cat_ti_2,
.cat_ti_3,
.cat_ti_4,
.cat_ti_5,
.cat_ti_6{
    position: absolute;
    display: inline-block;
    top: -6px;
    left: 8px;
	width: 8em;
    padding: 0 1.5em;
    height: 24px;
    line-height: 24px;
    font-size: 1.4rem;
	text-align: center;
    color: #ffffff;
	border-radius: 4px;
	}
.cat_ti_1{
	background: #ff8166;
	}
.cat_ti_2{
	background: #ffc554;
	}
.cat_ti_3{
	background: #4bb9e3;
	}
.cat_ti_4{
	background: #fc94a4;
	}
.cat_ti_5{
	background: #35d2af;
	}
.cat_ti_6{
	background: #c68066;
	}
/* ジャンル枠 */
.cat_ti_genre {
    position: absolute;
    display: inline-block;
    top: -1px;
    right: -1px;
    padding: 0 1em;
    height: 24px;
    line-height: 24px;
    font-size: 1.2rem;
    background: #cca57e;
    color: #ffffff;
	}
/* 店舗データ */	
.shop_li{
    display: flex;
    justify-content: flex-start;
	}
.shop_li div:nth-of-type(1) { /*画像*/
    flex-basis: 22%;
	padding: 8px 10px 5px 0px;
	box-sizing: border-box;
	}
.shop_li div:nth-of-type(2) { /*店名/住所*/
    flex-basis: 78%;
	margin-top: 4px;
	margin-left: 0;
	}
.shop_li div p:nth-of-type(1) { /*店名*/
	font-size: 1.6rem;
	line-height: 1.4em;
	padding-bottom: 8px;
	border-bottom: solid 1px #888;
	margin-bottom: 4px;
	box-sizing: border-box;
	}
.shop_li div p:nth-of-type(2) { /*住所*/
	font-size: 1.2rem;
	margin-bottom: 5px;
	line-height: 1.4em;
	}
.shop_li div img{
	width: 100%;
	height: 50px;
	object-fit: cover;
	}	
/* 矢印　背景（::after） */
.shop_li_wrap::after {
	content: "";
 	position: absolute;
	right: 0;
	bottom: 0;
	width: 25px;
	height: 25px;
	background-color: #777; /* 背景色 */
	z-index: 1; /* 背景の重なり順を調整 */
	border-radius: 100% 0% 5px 0%;
	}	
/* 矢印（::before） */
.shop_li_wrap::before {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 18px;
	height: 18px;
	background: url(../shop/images/arrow.svg);
	background-position: -3px 2px; 
	background-repeat: no-repeat;
	z-index: 2; /* 矢印を背景より前面に表示 */
	}	
/*アンカー位置調整*/
#food,
#eat,
#life,
#beauty,
#medical,
#others{
	padding-top:100px;
	margin-top:-100px;
	}	
}/*@media*/

/* -------- shop_head 各店舗ページ-------- */	
#shop_head_in {
	position: relative;
	max-width:100%;	/*サイトの最大幅*/
	height:auto;
	margin:0px auto;
	margin-top: 84px;
	background: repeating-linear-gradient(-45deg, #eaf6fd, #eaf6fd 3px, #fff 3px, #fff 8px);
}
#shop_head_in {
  zoom: 1;
}
#shop_head_in:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  line-height: 0;
}
#shop_head_m{
	max-width: 1170px;	/*サイトの最大幅*/
	height:120px;
	margin:0px auto;
	position:relative;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
	align-items: flex-end;
}
#shop_head_m div:last-of-type {
    margin-left: auto;
}　
#shop_head_m:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  line-height: 0;
}

#shop_head_m .shop_ti_img {
	width: 200px;
	padding-right: 2em;
	padding-bottom: 30px;
}
#shop_head_m .shop_ca {
	font-family: "BIZ UDPGothic", sans-serif;
	font-weight: 400;
	font-size: 2em;
	padding-bottom: 30px;
}
#shop_head_m .shop_ca_icon {
	display: flex;
}
#shop_head_m .shop_ca_icon img {
	width: 80px;
	padding-left: 10px;
	padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
/* -------- shop_head 各店舗ページ-------- */	
#shop_head_in {
	position: relative;
	max-width:100%;	/*サイトの最大幅*/
	height:auto;
	margin:0px auto;
	margin-top: 60px;
	background: repeating-linear-gradient(-45deg, #eaf6fd, #eaf6fd 3px, #fff 3px, #fff 8px);
	}
#shop_head_in {
  zoom: 1;
	}
#shop_head_in:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  line-height: 0;
	}
#shop_head_m{
	max-width: 100%; /*サイトの最大幅*/
	height:150px;
	margin:0px auto;
	position:relative;
    display: flex;
    justify-content: center;
	flex-direction: column;
	align-items: flex-end;
	padding: 0 10px;
	}
#shop_head_m div:last-of-type {
    margin-left: auto;
	margin-right: auto;
	}　
#shop_head_m:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  line-height: 0;
	}
#shop_head_m .shop_ti_img {
	width: 200px;
	padding-right: 0em;
	padding-bottom: 5px;
	margin: 0 auto;
	}
#shop_head_m .shop_ca {
	font-family: "BIZ UDPGothic", sans-serif;
	font-weight: 400;
	font-size: 1em;
	padding-bottom: 5px;
	display: block;
	margin: 0 auto;
	}
#shop_head_m .shop_ca_icon {
	display: flex;
	}
#shop_head_m .shop_ca_icon img {
	width: 95px;
	padding-left: 0px;
	padding-bottom: 0px;
	}	
}/*@media*/	
	
/* -------- shop_ca_2 h1 h2 -------- */	
.shop_ca_2{
	width: 100%;
	padding: 25px 0 10px;
	background-color: #fdeecc;
	text-align: center;
	font-size: 2rem;
	color: #f6ab00;
}
.shop_ca_2_1{
	width: 100%;
}
.shop_ca_2_1 img{
	width: 100%;
	display: block;
}
#contents_shop h1{
	font-size: 3rem;
	line-height: 1.4em;
	text-align: center;
	font-family: "BIZ UDPGothic", sans-serif;
	font-weight: 400;
	width: 100%;
	display: block;
	border-bottom: solid 1px #f6ab00;
	padding-bottom: 5px;
	margin-bottom: 40px;
}
#contents_shop h2{
	font-size: 1.8rem;
	line-height: 2em;
	width: 700px;
	margin: 0 auto 50px;
}
#contents_shop h3{
	font-size: 1.8rem;
	line-height: 2em;
	width: 700px;
	margin: 0 auto 50px;
	text-align: center;
	color: #f6ab00;
}
/* ----- shop_img ----- */	
.shop_img ul {
	width: 800px;
	margin: 0 auto 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.shop_img ul li{
	width: 390px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}
.shop_img ul li img{
	width: 100%;
	border-radius: 5px;
}
/* ----- shop_data ----- */	
.shop_data{
	width: 800px;
	background-color: #fff;
	margin: 0 auto;
	font-size: 1.5rem;
	line-height: 1.6em;
}
.shop_data th{
	color: #f6ab00;
	font-weight: normal;
	background-color: #fff;
	text-align: left;
}
.shop_data td,
.shop_data th {
	padding-left: 1.5em;
	border-right: none !important;
    border-left: none !important;
	padding-top: 15px;
	padding-bottom: 15px;
}
.shop_data tbody tr:first-child td {
	background-color: #f6ab00;
	text-align: center;
	font-weight: bold;
	color: #fff;
	font-size: 1.8rem;
}
.shop_data tbody tr:nth-child(2) td {
	font-size: 1.8rem;
	font-weight: bold;
	padding: 20px 20px;
}
/* ----- shop_map ----- */	
.shop_map_i{
	margin: 0 auto;
	text-align: center;
	margin-top: 60px;
}
.shop_map_i img{
	width: 130px;
}

@media screen and (max-width: 767px) {	
/* -------- shop_ca_2 h1 h2 -------- */	
.shop_ca_2{
	width: 100%;
	padding: 15px 0 5px;
	background-color: #fdeecc;
	text-align: center;
	font-size: 1.4rem;
	color: #f6ab00;
	}
.shop_ca_2_1{
	width: 100%;
	}
.shop_ca_2_1 img{
	width: 100%;
	display: block;
	}	
#contents_shop h1{
	font-size: 2rem;
	line-height: 1.4em;
	text-align: center;
	font-family: "BIZ UDPGothic", sans-serif;
	font-weight: 400;
	width: 100%;
	display: block;
	border-bottom: solid 1px #f6ab00;
	padding-bottom: 5px;
	margin-bottom: 20px;
	padding-top: 10px;
	}
#contents_shop h2{
	font-size: 1.6rem;
	line-height: 1.6em;
	width: 100%;
	margin: 0 auto 30px;
	}
#contents_shop h3{
	font-size: 1.6rem;
	line-height: 1.5em;
	width: 100%;
	margin: 0 auto 50px;
	text-align: center;
	color: #f6ab00;
	}	
/* ----- shop_img ----- */	
.shop_img ul {
	width: 100%;
	margin: 0 auto 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}
.shop_img ul li{
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
	}
.shop_img ul li img{
	width: 100%;
	border-radius: 5px;
	}
/* ----- shop_data ----- */	
.shop_data{
	width: 100%;
	background-color: #fff;
	margin: 0 auto;
	font-size: 1.4rem;
	line-height: 1.6em;
	}
.shop_data th{
	color: #f6ab00;
	font-weight: normal;
	background-color: #fff;
	text-align: left;
	}
.shop_data td,
.shop_data th {
	padding-left: 1.5em;
	border-right: none !important;
    border-left: none !important;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 100%;
	display: block;
	}
.shop_data tbody tr:first-child td {
	background-color: #f6ab00;
	text-align: center;
	font-weight: bold;
	color: #fff;
	font-size: 1.6rem;
	}
.shop_data tbody tr:nth-child(2) td {
	font-size: 1.8rem;
	font-weight: bold;
	padding: 20px 20px;
	}
/* ----- shop_map ----- */	
.shop_map_i{
	margin: 0 auto;
	text-align: center;
	margin-top: 20px;
	}
.shop_map_i img{
	width: 100px;
	}	
}

/* -------------------------------------------------
 .map_illust 商店街マップ
---------------------------------------------------- */	
/* ----- map_illust----- */	
.map_illust_wrap{
	width: 100%;
    display: flex;
	flex-wrap: wrap;
	justify-content: center;
	background-color: #fff8c9;
	padding: 40px 20px;
}
.map_ill_w {
    flex-basis: 100%;
	text-align: center;
}
.map_ill_w span{
	display: block;
	font-weight: bold;
	padding-bottom: 0.6em;
}
.map_ill_img_1 {
	width: 40%;
	padding-bottom: 2em;
	margin: 0 auto;
}
/* ----- map_ol----- */	
.map_ol {
	width: 96%;
	padding: 20px;
	margin: 1.5em auto;
	box-sizing: border-box;
}
.map_ol ol{
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.map_ol li {
	width: 21%;
	margin-top: 0.8em;
	margin-bottom: 0.8em;
	margin-left: 50px;
	box-sizing: border-box;
	display: block;
	position: relative;
	border-bottom: dotted 1px #999;
}
.map_ol li span{
	list-style: none;
	display: inline-block;
	width: 35px;
	height: 35px;
	margin: 5px 10px 0 0;
	padding-top: 3px;
	text-align: center;
	color: #fff;
	border-radius: 50% 50% 0 50%;
	box-sizing: border-box;
	position: absolute;
	top: -8px;
	left: -42px;
}
.map_c_1 span {
	background-color: #ff8166;
}
.map_c_2 span {
	background-color: #ffc554;
}
.map_c_3 span {
	background-color: #4bb9e3;
}
.map_c_4 span {
	background-color: #fc94a4;
}
.map_c_5 span {
	background-color: #35d2af;
}
.map_c_6 span {
	background-color: #c68066;
}
.map_ol li a{
	color: #444;
}
.map_ol li a:hover{
	color: #00A8C6;
}
@media screen and (max-width: 767px) {
/* ----- map_illust----- */
.map_illust_wrap{
	width: 100%;
    display: flex;
	flex-wrap: wrap;
	justify-content: center;
	background-color: #fff8c9;
	padding: 40px 0px;
	}
.map_ill_w {
    flex-basis: 100%;
	text-align: center;
	line-height: 1.6em;
	}
.map_ill_w span{
	display: block;
	font-weight: bold;
	padding-bottom: 0.6em;
	}
.map_ill_img_1 {
	width: 90%;
	padding-bottom: 2em;
	margin: 0 auto;
	}	
/* ----- map_ol----- */	
.map_ol {
	width: 96%;
	padding: 0;
	margin: 1em auto;
	box-sizing: border-box;
	}
.map_ol ol{
    display: flex;
	flex-wrap: wrap;
	}
.map_ol li {
	width: 100%;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	margin-left: 50px;
	box-sizing: border-box;
	display: block;
	position: relative;
	border-bottom: dotted 1px #999;
	}
.map_ol li span{
	list-style: none;
	display: inline-block;
	width: 30px;
	height: 30px;
	margin: 5px 10px 0 0;
	padding-top: 3px;
	text-align: center;
	color: #fff;
	border-radius: 50% 50% 0 50%;
	box-sizing: border-box;
	position: absolute;
	top: -8px;
	left: -42px;
	font-size: 14px;
	}
}

















/* -------------------------
 about
---------------------------- 
.column_l .txt_bk{
	width: 100%;
	padding: 1.8em ;
	margin: 1.5em 0 0.5em;
	background-color: rgba(255,255,255,0.5);
}
.fs_16_lh {
	font-size:16px;
	line-height: 2em;
}
.marker_1{
background: -webkit-linear-gradient(transparent 70%, #c8ffff 70%);
background: -o-linear-gradient(transparent 70%, #c8ffff 70%);
background: linear-gradient(transparent 70%, #c8ffff 70%);
}
.about_sns {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 2.5em;
}
.about_sns li {
	font-weight: bold;
	padding: 5px 20px;
}
.about_sns span {
	font-size: 1.2rem;
	font-weight: normal;
}
.about_sns img{
	width: 120px;
	height: auto;
}





.about_3p{
	clear:both;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 40px;
}
.about_3p ul{
	box-sizing: border-box;
}
.about_3p li{
	box-sizing: border-box;
	width:32%;
	display: inline-block;
}
.about_3p li img{
	width:100%;
}
.ma_lr2{
	margin-left: 1%;
	margin-right: 1%;
}
@media screen and (max-width: 767px) {
#contents .aboutus h2{
    padding: 0.2em 0.5em;
    margin-bottom: 1.5em;
    color: #0868AA;
	font-size: 2.2rem;
	line-height: 1em;
    border-left: solid 10px #0868AA;
}	
.about_3p{
	clear:both;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 40px;
	}
.about_3p ul{
	box-sizing: border-box;
	}
.about_3p li{
	box-sizing: border-box;
	width:80%;
	display: block;
	padding: 5px;
	margin: 0 auto;
	}
.about_3p li img{
	width:100%;
	}
}
*/	



/*================================================
 *  contact
 ================================================*/
.contact_st{
	font-size: 1.2rem;
	padding-top: 10px;
}
.contact_f{
	width:90%;
	margin:0 auto;
}
.contact_f table {
	border-collapse: collapse;
	margin:20px 0;
	width:100%;
}
.contact_f th{
	padding: 6px 15px;
	text-align: left;
	vertical-align: top;
	font-weight:normal;
	background-color: #FBFBFB;
	border: 1px solid #CCC;
	font-size: 1.4rem;
	width:230px;
	line-height:20px;
	box-sizing:border-box;
	-webkit-box-sizing: border-box;	
}
.contact_f td{
	padding: 8px 25px 8px 15px;
	background-color: #fff;
	border: 1px solid #CCC;
	box-sizing:border-box;
	-webkit-box-sizing: border-box;	
}
form textarea[cols="50"],input[size="60"] {
    width:100%;
}
.add_pc{
	display: block;
	float: left;
	width:11em;
	font-size: 1.2rem;
}
form input,
form textarea{
	border: solid 1px #E9E9E9;
	padding:5px;
	border:solid 1px #ccc;
	-moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
	box-shadow: inner 0 0 3px rgba(0, 0, 0, 0.2);
	box-sizing:border-box;
	-webkit-box-sizing: border-box;	
}
form textarea{
	padding:5px;
	border:solid 1px #ccc;
	font-size: 1.4rem;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
	box-sizing:border-box;
	-webkit-box-sizing: border-box;	
}
form .label_2{
	display:inline;
	padding:0px 3px;
	color:#fff;
	text-align:center;
	font-size: 1rem;
	line-height:0.8em;
	white-space:nowrap;
	vertical-align:baseline;
	border-radius:3px;
	background-color: #f6ab00;
	margin-right:0.7em;
}
form .label_3{
	display:inline;
	padding:0px 3px;
	color:#fff;
	text-align:center;
	font-size: 1rem;
	line-height:0.8em;
	white-space:nowrap;
	vertical-align:baseline;
	border-radius:3px;
	background-color: #999;
	margin-right:0.7em;
}

/*送信ボタン*/
.form_bu {
	display: block;
	width: 22rem;
	margin: 0 auto;
	padding: 3px;
	text-align: center;
	text-decoration: none;
	font-size: 1.6rem;
	line-height: 50px;
	outline: none;
	color: #FFFFFF;
	background-color: #4caee2;
	border-radius: 8px;
	-webkit-transition: all .3s;
	transition: all .3s;
	cursor:pointer;
}
.form_bu:hover {
	color: #FFFFFF;
	background-color: #4caee2;
	opacity: 0.7;
}
/*戻るボタン*/
a.form_bu_bk {
	display: block;
	width: 22rem;
	padding: 3px;
	text-align: center;
	text-decoration: none;
	font-size: 1.4rem;
	line-height: 2.5em;
	outline: none;
	color: #FFFFFF;
	background-color: #A3A3A3;
	border-radius: 8px;	
	-webkit-transition: all .3s;
	transition: all .3s;
	cursor:pointer;
}
a.form_bu_bk:hover {
	color: #FFFFFF;
	background-color: #A3A3A3;
	opacity: 0.6;
}








/*.form_bu{
	border:solid 1px #ccc;
	padding:10px 40px;
	margin:0 10px 20px;
	font-size: 1.8rem;
	font-weight: 600;
	text-transform:uppercase;
	color:#fff;
	cursor:pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 15px;
	background-color: #008CD6;
}*/

/*.form_bu2 a{
	border:solid 1px #ccc;
	padding:10px 20px;
	margin:0 0 20px;
	font-size: 1.6rem;
	text-transform:uppercase;
	color:#fff;
	cursor:pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius:10px;
	background-color: #ef8ba9;
}
.form_bu2 a:hover{
  text-decoration: none;
  opacity: 0.7;
}*/

.contact_tel table {
	width:80%;
	margin-bottom:1em;
	border-collapse:collapse;
	border: none;
	margin: 0 auto;
}
.contact_tel th {
	padding:10px;
	text-align:center;
	vertical-align:middle;
	border: none;
	background-color:transparent;
	width: 50%;
	padding-left: 30px;
}
.contact_tel td {
	padding:10px 10px 10px 50px;
	text-align:left;
	border: none;
	width: 50%;
	border-left: solid 1px #fff;
}
.form_nav{
	margin-top: 2em;
	font-size: 1.8rem;
}

@media screen and (max-width: 767px) {	
.contact_st{
	font-size: 1.3rem;
	text-align:left;
	line-height:1.3em;
	}	
#form-tbl th,
#form-tbl td {
	display: block;
	}
.contact_f{
	width:100%;
	}
.contact_f table {
	border-collapse: collapse;
	margin:10px 0;
	width:100%;
	}
.contact_f th{
	padding: 6px 10px;
	text-align: left;
	vertical-align: top;
	font-weight:bold;
	background-color: #eee;
	border: 1px solid #eee;
	font-size: 1.6rem;
	width:100%;
	display: block;
	box-sizing:border-box;
	overflow:hidden;
	}
.contact_f td{
	padding: 8px 10px 8px 10px;
	background-color: #fff;
	border: 1px solid #eee;
	width:100%;
	display: block;
	box-sizing:border-box;
	overflow:hidden;
	}
form textarea[cols="50"],input[size="60"],input[size="45"] {
    width:99%;
	}
form select {
	height:28px;
	font-size: 1.4rem;
	margin:3px 0;
	width:90%;
	}
form input[type=text]{
	font-size: 1.6rem;
	}
form textarea{
	font-size: 1.6rem;
	}
input#submit_bu,
input#reset_bu {
    /*// 送信ボタン*/
    height:40px;
	font-size: 1.6rem;
	}
.add_pc{
	display: block;
	float: none;
	width:11em;
	font-size: 1.4rem;
	}
.form_box1{
	width:100%;
	border-top:2px solid #165da3;
	margin-bottom:10px;
	padding:10px 0.5em;
	background-image:url(../products/img/box_bk1.jpg);
	background-repeat:repeat-x;
	text-align:left;
	line-height:1.5em;
	box-sizing:border-box;
	-webkit-box-sizing: border-box;	
	}
form .label_2{
	padding:3px 5px;
	font-size: 1.2rem;
	}
form .label_3{
	padding:3px 5px;
	font-size: 1.2rem;
	}
.w_tel_r2{
	padding: 10px 5px;
	background-color: #ECF5F7;
	border: 2px solid #004396;
	border-radius: 7px;
	text-align:center;
	font-size: 1.8rem;
	color:#004396;
	width:90%;
	margin-top:2em;
	margin-right: auto;
	margin-left: auto;
	}
/*送信ボタン*/
.form_bu {
	display: block;
	width: 80%;
	margin: 0 auto;
	padding: 3px;
	text-align: center;
	text-decoration: none;
	font-size: 1.6rem;
	line-height: 50px;
	outline: none;
	color: #FFFFFF;
	background-color: #4caee2;
	border-radius: 8px;
	-webkit-transition: all .3s;
	transition: all .3s;
	cursor:pointer;
	}
.form_bu:hover {
	color: #FFFFFF;
	background-color: #4caee2;
	opacity: 0.7;
	}
/*戻るボタン*/
a.form_bu_bk {
	display: block;
	width: 80%;
	margin: 0 auto;
	padding: 3px;
	text-align: center;
	text-decoration: none;
	font-size: 1.4rem;
	line-height: 2.5em;
	outline: none;
	color: #FFFFFF;
	background-color: #A3A3A3;
	border-radius: 8px;	
	-webkit-transition: all .3s;
	transition: all .3s;
	cursor:pointer;
	}
a.form_bu_bk:hover {
	color: #FFFFFF;
	background-color: #A3A3A3;
	opacity: 0.6;
	}	
}

/*================================================
 *  cgi 確認・エラーページ（お問合せ）
 ================================================*/
/* for table */
#form th {
	text-align:left;
}
 
/* for message */
p.msg {
	color: #f29600;
	margin: 2em;
}
span.msg {
	color: #f29600;
}





/*================================================
 *  クラス
 ================================================*/
strong {
	font-weight:bold;
}

figure {/*キャプション*/
  text-align: center;
}
figcaption {
  font-size: 80%;
  color:#14a53f;
}
.ma_tb_pc{
	margin:2em 0;
}

@media screen and (max-width: 767px) {
img{
	max-width: 100%;
	height: auto;
	width /***/:auto;
	}	
.ma_tb_pc{
	margin:0em 0;
	}
}


/*
.nav {
	margin: 25px auto;
	&.default {
		line-height: 35px;
		height: 35px;
	}
	&.twiceBorder, &.underline, &.overline {
		line-height: 30px;
		height: 30px;
	}
	a {
		padding: 0 10px;
	}
}*/

