@charset "utf-8";
/* 基本要素 */

/* フォント指定

Ralewayの指定
h1{

font-family: 'Roboto', sans-serif;
}

notosansJPの指定
.noto100 {font-weight:100;}
.noto300 {font-weight:300;}
.noto400 {font-weight:400;}
.noto500 {font-weight:500;}
.noto700 {font-weight:700;}
.noto900 {font-weight:900;}
*/
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body {
	font-family:'Noto Sans jp',sans-serif;
	font-weight:500 !important;
	font-size: 14px; 
	color:#000000;
	line-height: normal;
	letter-spacing: 1px;
}

a{
	color: #06b1f4;
  text-decoration: none;
 }
a:hover {
  color: #06b1f4;
  text-decoration: underline;

}
a img { 
	transition: opacity 0.2s linear; 
}
a:hover img { 
	opacity: 0.8;
}

img{
	vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

.br-sp { 
  display:none;
}
.br-pc { 
  display:inherit;
}

.pcmenu{
	display:none!important;
}
.spmenu{
	display:inherit!important;
}



.bold{
font-family:'Noto Sans jp',sans-serif;
	font-weight:600 !important;

}

.mb5 {
	margin-bottom:5px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb15 {
	margin-bottom: 15px !important;
}
.mb20 {
	margin-bottom:20px !important;
}
.mb30 {
	margin-bottom:30px !important;
}
.mb40 {
	margin-bottom: 40px !important;
}
.mt5 {
	margin-top:5px !important;
}
.mt10 {
	margin-top:10px !important;
}
.mt20 {
	margin-top:20px !important;
}
.mt30 {
	margin-top:30px !important;
}
.mt40 {
	margin-top:40px !important;
}
.mt50 {
	margin-top:50px !important;
}
.mt60 {
	margin-top:60px !important;
}
.mt70 {
	margin-top:70px !important;
}

.center {
	display: block;
	text-align: center;
	margin: 0 auto;
}


.container{
	max-width: 100%;
	margin: 0 auto;
	padding: 0 ;
  overflow: hidden;
}

.gray_back{
	background-color: #f7f7f7;
	width:100%;
	margin-top: 35px;
	padding-top:30px;
	padding-bottom: 60px;
}

h2.common_ttl{
	font-weight: 700;
	font-size: 26px;
	color:#000000;
	line-height: 1.3;
	text-align: center;

}
h2.common_ttl_l{
	font-weight: 700;
	font-size: 26px;
	color:#000000;
	text-align: center;
}
.smallttl{
	font-weight: 500;
	display: block;
	font-size: 20px;
}

h3.common_ttl02{
	font-weight: 700;
	font-size: 20px;
	color:#000000;
	line-height: 1.2;
}


/* ヘッダー */

.head {
	width:100%;
  padding:10px 15px;
	
}
h1.header_logo {
	display: none;
}


h1.header_logo_sp {
	float:none;
	float:left;
	width:62%;
}

#toggle{
		float:right;
		vertical-align: middle;
		width: 10%;
		margin: 10px;
 }


/* ナビゲーション */
#menu{
  display: none;
}
#menu li{
  width: 100%;
	display: block;
	vertical-align:middle!important;
}
#menu li a{
	font-size: 15px;
	font-weight: 500;

	display: block;
	background-color: #000000;
	color: #fff;
	text-align: center;
	text-decoration: none;
	margin: 10px;
	padding: 10px;	
	float:none;
	-webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all  0.3s ease;
}
#menu li a:hover{
	background-color: #4d4d4d;
}




/* top_sec01 */

.top_sec01{
	max-width:100%;
  background-image: url("../img/top_main.png");
	background-repeat: no-repeat;
   -webkit-background-size: cover;
   background-size: cover;
	 background-position:50% 50%;
	position: relative;
	height: 192px;
}

.top_sec01_wrap{
	text-align: center;
	margin: 0 auto;
	display: block;
	padding-top: 40%;
}
h1.top_sec01_rogo img{
	width:90%;
	text-align: center;
}
p.top_sec01_ttl{
	font-size: 18px;
	padding-top: 10px;
	letter-spacing: 0px;
}

/* top_sec02 */

.top_sec02{
	max-width:100%;
  padding-top: 15px;
	margin: 0 auto;
}
.top_sec02_wrap{
	width:90%;
	margin: 0 auto;
	display: block;
}
.top_sec02_rogo{
	max-width:100%;
	margin: 0 auto;
	text-align: center;
}
.top_sec02_ttl{
	font-size: 18px;
	color:#ff6559;
	text-align: center;
	padding-bottom: 30px;

}

p.top_sec02_txt{
	font-weight: 500;
	font-size: 14px;
	padding-top: 14px;
	color:#000000;
	line-height: 1.8;
}



/* top_sec03 */

.top_sec03{	
	max-width:100%;
	margin: 0 auto;
	display: block;
}
.top_sec03_wrap{
	width:90%;
	margin: 0 auto;
	display: block;
}
.top_sec03_left{	
	float:none;
	width:100%;
	text-align: center;
	
}
.top_sec03_left img{
	padding-top: 30px;
	
}
.top_sec03_right{
	float:none;
	width:100%;
text-align: left;

}

p.top_sec03_txt{
	font-weight: 500;
	color:#000000;
	padding-top: 10px;	
}
.top_sec03_logo{
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
}
.btn{
 text-align: center;
}
.btn a {	
 font-size: 16px !important; /* 文字のサイズ */
 line-height: 1em;
 background: #c98bbd; /* 背景色 */
 color: #fff; /* 文字色 */
 display: inline-block;
 white-space: nowrap;
 padding: 16px 45px; /* 文字周りの余白 */
 margin-top: 10px; /* タグ同士の余白 */
 border-radius: 0px; /* 角を少し丸く */
 text-decoration: none;
}
.btn a:hover {
 background: #f9d635; /* マウスホバー時の背景色 */
 color: #fff; /* マウスホバー時の文字色*/
}

.btn a:before {
 font-family: "FontAwesome";
 content: "\f0da"; /* 絵文字のコード */
 padding-right: 10px;
}




/* top_sec04 */

.top_sec04{
	max-width:100%;
  padding-top: 35px;
	margin: 0 auto;
}
.top_sec04_wrap{
	width:90%;
	margin: 0 auto;
	display: block;
}
.top_sec04_left{	
	float:none;
	width:100%;	
}
table.top_sec04_gaiyo{
	margin-top:14px;
	width:100%;
}
td.tom{
	font-weight: 500;
	width:40%;
	padding: 15px;
	border-top:solid 1px #000000;
	border-bottom:solid 1px #000000;
	background-color: #eaf2f2;
	vertical-align: middle;

}
td.sam{
	font-weight: 500;
	width:60%;
	padding: 15px;
	border-top:solid 1px #000000;
	border-bottom:solid 1px #000000;
	background-color: #f7f7f7;
	vertical-align: middle;

}
td.tom_w{
	font-weight: 500;
	width:40%;
	padding: 15px;
	border-top:solid 1px #000000;
	border-bottom:solid 1px #000000;
	vertical-align: middle;

}
td.sam_w{
	font-weight: 500;
	width:60%;
	padding: 15px;
	border-top:solid 1px #000000;
	border-bottom:solid 1px #000000;
	vertical-align: middle;
}

td.tom_w01{
	font-weight: 500;
	width:30%;
	padding-top: 16px;
	border-top:solid 1px #000000;
	vertical-align: top;
text-align: right;
}
td.sam_w01{
	font-weight: 500;
	width:70%;
	padding-top: 16px;
	padding-left: 16px;
	border-top:solid 1px #000000;
	vertical-align: top;
}
td.tom_w02{
	font-weight: 500;
	width:30%;
	padding-top: 16px;
	vertical-align: top;
	text-align: right;

}
td.sam_w02{
	font-weight: 500;
	width:70%;
	padding-top: 16px;
padding-left: 16px;
	vertical-align: top;
}
td.tom_w03{
	font-weight: 500;
	width:30%;
	padding-top: 16px;
	padding-bottom: 16px;
	border-bottom:solid 1px #000000;
	vertical-align: top;
	text-align: right;
}
td.sam_w03{
	font-weight: 500;
	width:70%;
	padding-top: 16px;
padding-left: 16px;
	padding-bottom: 16px;
	border-bottom:solid 1px #000000;
	vertical-align: top;
}
.top_sec04_right{
	margin-top: 40px;
	margin-bottom: 40px;
	float:none;
	width:100%;
	
}
p.top_sec04_txt{
	font-weight: 500;
	margin-top: 14px;
	padding: 14px 8px;
	border-top:solid 1px #000000;
	border-bottom:solid 1px #000000;
	line-height: 1.4;

}
.space02{
	margin-top: 10px;
}

/* top_sec05 */

.top_sec05{
	max-width:100%;
	margin: 0 auto;
	display: block;
}
.top_sec05_wrap{
	width:90%;
	margin: 0 auto;
	display: block;
}


p.top_sec05_txt{
	font-weight: 500;
	font-size: 14px;
	padding-top: 14px;
	color:#000000;
	line-height: 2.2;
}
.top_sec05_sign{
	font-weight: 500;
	font-size: 17px;
	vertical-align: baseline;
	text-align: right;
	display: block;
	padding-top: 10px;
	
}

/* shop_sec01 */


.shop_sec01{
	max-width:100%;
  background-image: url("../img/shop_main.png");
	background-repeat: no-repeat;
   -webkit-background-size: cover;
   background-size: cover;
	 background-position:25% 50%;
	position: relative;
	height: 280px;
}
.shop_sec01_wrap{
	text-align: center;
	margin: 0 auto;
	display: block;
	padding-top: 14%;
}
.shop_sec01_rogo img{
	width:26%;
}
h1.shop_sec01_ttl{
	font-weight: 700;
	font-size: 29.5px;
	color:#fff;
	padding-top: 14px;
}


/* shop_sec02 */

.shop_sec02{
	max-width:100%;
  padding-top: 35px;
	margin: 0 auto;
}
.shop_sec02_wrap{
	width:90%;
	margin: 0 auto;
	display: block;
}
table.shop_sec02_gaiyo{
	margin-top:14px;
	width:100%;
}
th.tom_s{
	font-weight: 500;
	font-size: 12.5px;
	letter-spacing: 0;

	width:100%;
	display: block;
	padding: 10px;
	border-top:solid 1px #000000;
	background-color: #eaf2f2;
	vertical-align: middle;

}
td.sam_s{
	font-weight: 500;
	font-size: 12.5px;
	letter-spacing: 0;


	width:100%;
	display: block;
	padding: 10px;
	border-top:solid 1px #000000;
	background-color: #f7f7f7;
	vertical-align: middle;

}
th.tom_w_s{
	font-weight: 500;
font-size: 12.5px;
	letter-spacing: 0;
	width:100%;
	display: block;
	padding: 10px;
	border-top:solid 1px #000000;
	background-color: #eaf2f2;
	vertical-align: middle;
}
td.sam_w_s{
	font-weight: 500;
font-size: 12.5px;
	letter-spacing: 0;
	width:100%;
	display: block;
	padding: 10px;
	border-top:solid 1px #000000;
	background-color: #f7f7f7;
	vertical-align: middle;
}
table.shop_sec02_gaiyo tr:last-child td{
	border-bottom:solid 1px #000000;
}
.shop_sec02_map01{
	text-align: center;
	margin-top: 35px;
}
.shop_sec02_map02{
	text-align: center;
	border:solid 1px #000;
	margin-top: 35px;
	margin-bottom: 30px;
}

/* shop_sec03 */
.shop_sec03{
	max-width:100%;
	margin: 0 auto;
}

.shop_sec03_01{	
	max-width:90%;
	margin: 0 auto;
}

.shop_sec03_02{
	max-width:90%;
	margin: 0 auto;
padding-top: 30px;

}
p.shop_sec03_txt{
	font-weight: 500;
	padding-shop: 14px;
	color:#000000;
	padding-top: 14px;

}






/* pagetop */
#pageTop {
	position: fixed;
  bottom: 20px;
  right: 20px;
}
#pageTop a {
  display: block;
  z-index: 999;
	padding-top:15px;
  border-radius: 8px;
  width: 100px;
  height: 65px;
  background-color: #666666;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
	font-size: 16px;
	opacity: 0.7;
}
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.5;
}

/* footer */
.foot_wrap{
	max-width: 100%;
	margin: 40px auto 0;
	border-top: 4px solid #000000;
	padding: 15px;
	text-align: center;
}
.foot_logo img{
	width:15%;
	padding: 20px 40px 0;
	float:none;
	display: none;	
}
.foot_txt{
	width:100%;
	padding: 0;
	float:none;	
	text-align: left;
line-height: 1.2;
letter-spacing: 0;
}

.foot_wrap small{
	font-size: 12px;
	font-weight: 500;
}

.foot_copy02{
	font-size: 15px;
	font-weight: 500;
	color:#fff;
	text-align: center;
	background-color: #000000;
	padding: 5px;
}





