@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;
}

.spmenu{
	display:none;
}
.br-pc { 
  display:none;
}




.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;
}

.kadomaru{
border-radius: 8px;        /* CSS3草案 */  
    -webkit-border-radius: 8px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 8px;   /* Firefox用 */ 
}
.container{
	max-width: 1280px;
	margin: 0 auto;
	padding: 0;
  overflow: hidden;
}

.gray_back{
	background-color: #f7f7f7;
	width:100%;
	margin-top: 60px;
	padding-top:60px;
	padding-bottom: 70px;
}

h2.common_ttl{
	font-weight: 700;
	font-size: 32px;
	color:#000000;
	text-align: center;
}
h2.common_ttl_l{
	font-weight: 700;
	font-size: 32px;
	color:#000000;
	text-align: left;
}

.smallttl{
	font-weight: 500;
	display: block;
	font-size: 20px;
	padding-top: 5px;
}

h3.common_ttl02{
	font-weight: 700;
	font-size: 24px;
	color:#000000;
	line-height: 1.2;
}



/* ヘッダー */

.head {
  display: none;
}

/* ヘッダーロゴ */

h1.header_logo {
max-width: 1280px;
	margin: 0 auto 47px;
	padding: 0;
	display:block;
	text-align: center;
	margin-bottom: 10px;
}




/* ナビゲーション */


#menu {
	width: 20%;
	max-width: 256px;
	margin-left:auto;
	padding: 0;
	display:block;
}
#menu li{

	font-size: 13px;
	font-weight: 700;
	display: block;
	float: left;
	width: 50%;
	margin: 0px;
	padding: 2% 1%;
}

#menu li a {
	font-weight: 700;
	display: block;
	padding: 5px 0 7px;
	background-color: #ffffff;
	color: #000000;
	text-align: center;
	text-decoration: 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: #000000;
	color:#fff;
}



/* 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: 400px;
	margin-top: 30px;
}
.top_sec01_wrap{
	margin-left: 60.5%;
	display: block;
	padding-top: 10%;
}

p.top_sec01_ttl{
}




/* top_sec02 */
.top_sec02{
	max-width:100%;
  padding-top: 40px;
	margin: 0 auto;
}
.top_sec02_wrap{
	width:70%;
	margin: 0 auto;
	display: block;
}
.top_sec02_rogo{
	max-width:100%;
	margin: 0 auto;
	text-align: center;
}
.top_sec02_ttl{
	font-size: 25px;
	color:#ff6559;
	text-align: center;
	padding-bottom: 60px;

}

p.top_sec02_txt{
	font-weight: 500;
	font-size: 14px;
	padding-top: 14px;
	color:#000000;
	line-height: 2.2;
}

/* top_sec03 */


.top_sec03{
	max-width:100%;
	margin: 0 auto;
}
.top_sec03_wrap{
	width:70%;
	margin: 0 auto;
}
.top_sec03_left{	
	float:left;
	width:50%;
	padding-right: 30px;
}
.top_sec03_left img{
	padding-top: 60px;
}
.top_sec03_right{
	float:right;
	width:50%;
	padding-left: 30px;

}

p.top_sec03_txt{
	font-weight: 500;
	font-size: 14px;
	padding-top: 4px;
	color:#000000;
	line-height: 2.2;
}
.top_sec03_logo{
	text-align: center;
	margin-top: 0px;
}
.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%;
	margin: 0 auto;
  padding-top: 60px;

}
.top_sec04_wrap{
	width:70%;
	margin: 0 auto;
	display: block;
}

.top_sec04_left{	
	float:left;
	width:50%;
	padding-right: 30px;	
}
table.top_sec04_gaiyo{
	margin-top:14px;
	width:100%;
}
td.tom{
	font-weight: 500;
	width:40%;
	padding: 20px;
	border-top:solid 1px #000000;
	border-bottom:solid 1px #000000;
	background-color: #eaf2f2;
	vertical-align: middle;

}
td.sam{
	font-weight: 500;
	width:60%;
	padding: 20px;
	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: 20px;
	border-top:solid 1px #000000;
	border-bottom:solid 1px #000000;
	vertical-align: middle;

}
td.sam_w{
	font-weight: 500;
	width:60%;
	padding: 20px;
	border-top:solid 1px #000000;
	border-bottom:solid 1px #000000;
	vertical-align: middle;
}

td.tom_w01{
	font-weight: 500;
	width:25%;
	padding-top: 16px;
	border-top:solid 1px #000000;
	vertical-align: top;
text-align: right;
}
td.sam_w01{
	font-weight: 500;
	width:75%;
	padding-top: 16px;
	padding-left: 16px;
	border-top:solid 1px #000000;
	vertical-align: top;
}
td.tom_w02{
	font-weight: 500;
	width:25%;
	padding-top: 16px;
	vertical-align: top;
	text-align: right;

}
td.sam_w02{
	font-weight: 500;
	width:75%;
	padding-top: 16px;
padding-left: 16px;
	vertical-align: top;
}
td.tom_w03{
	font-weight: 500;
	width:25%;
	padding-top: 16px;
	padding-bottom: 16px;
	border-bottom:solid 1px #000000;
	vertical-align: top;
	text-align: right;
}
td.sam_w03{
	font-weight: 500;
	width:75%;
	padding-top: 16px;
padding-left: 16px;
	padding-bottom: 16px;
	border-bottom:solid 1px #000000;
	vertical-align: top;
}

.top_sec04_right{
	float:right;
	width:50%;
	padding-left: 30px;

}

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;
}
.top_sec05_wrap{
	width:70%;
	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:50% 50%;
	position: relative;
	height: 400px;
	margin-top: 10px;
}
.shop_sec01_wrap{
	max-width: 100%;
	text-align: center;
	margin: 0 auto;
	display: block;
	padding-top: 76px;
	padding-left: 58.65%;
}
h1.shop_sec01_ttl{
	font-weight: 700;
	font-size: 40px;
	color:#000;
	padding-top: 45px;
}

/* shop_sec02 */

.shop_sec02{
	max-width:100%;
	margin: 0 auto;
  padding-top: 60px;

}
.shop_sec02_wrap{
	width:70%;
	margin: 0 auto;
	display: block;
}


table.shop_sec02_gaiyo{
	margin-top:14px;
	width:100%;
}
th.tom_s{
	font-weight: 500;
	width:45%;
	padding: 20px;
	border-top:solid 1px #000000;
	border-bottom:solid 1px #000000;
	background-color: #eaf2f2;
	vertical-align: middle;

}
td.sam_s{
	font-weight: 500;
	width:55%;
	padding: 20px;
	border-top:solid 1px #000000;
	border-bottom:solid 1px #000000;
	background-color: #f7f7f7;
	vertical-align: middle;

}
th.tom_w_s{
	font-weight: 500;
	width:45%;
	padding: 20px;
	border-top:solid 1px #000000;
	border-bottom:solid 1px #000000;
	vertical-align: middle;

}
td.sam_w_s{
	font-weight: 500;
	width:55%;
	padding: 20px;
	border-top:solid 1px #000000;
	border-bottom:solid 1px #000000;
	vertical-align: middle;
}
.shop_sec02_map01{
	text-align: center;
	margin-top: 50px;
}
.shop_sec02_map01 img,.shop_sec02_map02 img{
		max-width:100%;

}
.shop_sec02_map02{
	text-align: center;
}

/* shop_sec03 */
.shop_sec03{
	max-width:100%;
	margin: 0 auto;
}

.shop_sec03_01{	
	max-width:70%;
	margin: 0 auto;
}
.shop_sec03_01 img{
	max-width:100%;
}

.shop_sec03_02{
	max-width:70%;
	margin: 0 auto;
padding-top: 30px;

}
p.shop_sec03_txt{
	font-weight: 500;
	font-size: 14px;
	padding-shop: 14px;
	color:#000000;
	line-height: 2.2;
}




/* 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;
}

.foot_navi{
	margin-top: 40px;
}

/* footer */
.foot_wrap{
	max-width: 1280px;
	margin: 5px auto 0;
	border-top: 4px solid #000000;
}
.foot_logo img{
	width:17%;
	padding: 30px 35px 0;
	float:left;	
}
.foot_txt{
	width:80%;
	padding: 45px 0px 0;
	float:left;	
	text-align: left;
}

.foot_wrap small{
	font-size: 13px;
	font-weight: 500;
}

.foot_copy02{
	font-size: 13px;
	font-weight: 500;
	text-align: center;
	padding: 20px 0 30px;
}





