@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline; 
}

html {
	line-height: 1; 
}

ol, ul {
	list-style: none; 
}

table {
	border-collapse: collapse;
	border-spacing: 0; 
}

caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle; 
}

q, blockquote {
	quotes: none; 
}
q:before, q:after, blockquote:before, blockquote:after {
	content: "";
	content: none; 
}

a img {
	border: none; 
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block; 
}
@media print, screen and (min-width: 651px) {
  .tab_only {
    display: none; }

  .sp_only {
    display: none; } }
@media only screen and (max-width: 650px) {
  .pc_only {
    display: none; }

  .tab_only {
    display: none; }

  img {
    max-width: 100%;
    height: auto; } }

body {
	font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 18px;
	color: #000;
	line-height: 22px;
	-webkit-text-size-adjust: 100%;
	width: 100%;
	min-width: 1194px; 
}
@media only screen and (max-width: 650px) {
  body {
		min-width: auto;
		min-width: initial; 
} }

a:link {
	color: #000;
	text-decoration: none; 
}

a:visited {
	color: #000; 
}

a:hover {
	color: #ff3300; 
}

a:active {
	color: #ff3300; 
}

a:hover img {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 0.7; 
}

a {
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease; 
}

a img {
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease; 
}
.pagetop {
    position: fixed;
    bottom: 16px;
    right: 16px;
}
 
.pagetop a {
    display: block;
    text-decoration: none;
}
 
.pagetop:hover {
    opacity: 0.85 ;
}

#wrapper{
  width: 100%;
}

#header {
  box-sizing: border-box;
  border-top: 3px solid #000;
	width: 100%;
  height: 102px;
	margin: 0;
	position: fixed;
	background: rgba(255, 255, 255, 0.9);
	z-index: 300;
}
#header .header_inner {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  margin: 0 auto;
  width: 1210px;
  height: 99px;
}
@media only screen and (max-width: 650px) {
  #header{
    height: auto;
  }
  #header .header_inner {
    display: block;
    width: 100%;
    height: auto;
    padding: 0 0 10px; } }
#header .header_inner h1 {
  width: 250px; }
@media only screen and (max-width: 650px) {
  #header .header_inner h1 {
    text-align: left; }
  #header .header_inner h1 img {
    width: 65%;
	padding: 8px 0 0; } }
  
#header #menu_btn {
  display: none; }
@media only screen and (max-width: 650px) {
  #header #menu_btn {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    background: url("../image/common/btn_close.png") no-repeat center center;
    background-size: 100% auto; }
  #header #menu_btn.on {
    background: url("../image/common/btn_open.png") no-repeat center center;
    background-size: 100% auto; } }
#header #nav {
  width: 905px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
@media only screen and (max-width: 650px) {
  #header #nav {
    display: none;
    width: 100%;
    padding: 0; } }
#header #nav .nav_menu ul {
   display: -webkit-flex;
   display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
   width: 520px;  }
@media only screen and (max-width: 650px) {
  #header #nav .nav_menu ul {
    display: block;
    width: 100%; } }
#header #nav .nav_menu ul li {
  padding: 10px 0 0;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media only screen and (max-width: 650px) {
 #header #nav .nav_menu ul li {
    padding: 0;
	line-height: 33px;
    text-align: left;
	width: 100%; } }
#header #nav .nav_menu ul li a {
  display: block;
  text-align: center;
  padding: 12px 0 10px;
  color: #000;
  text-decoration: none;
  font-size: 16px; }
@media only screen and (max-width: 650px) {
  #header #nav .nav_menu ul li a {
    display: block;
    padding: 3px 10px;
    font-weight: bold; } }
#header #nav .nav_menu ul li a:hover {
  color: #666;
  border: none; }
#header #nav .header_info {
  width: 325px;
  height: 75px;
  background: #d2dceb;
  border-radius:10px;
}
@media only screen and (max-width: 650px) {
  #header #nav .header_info {
    margin: 0 auto;
	width: 94%; } }

#header #nav .header_info ul{
  padding: 6px 0 0;
  text-align: center;
}

#booei {
	height: 200px; 
}

#footer {
	background: #000; 
}
#footer .footer_inner {
	*zoom: 1;
	margin: 0 auto;
	width: 1000px;
	padding: 60px 0 55px; 
}
#footer .footer_inner:after {
	content: "";
	display: table;
	clear: both; 
}
@media only screen and (max-width: 650px) {
  #footer .footer_inner {
		width: 100%; 
} }
@media only screen and (max-width: 650px) {
  #footer .footer_inner {
		width: 94%; 
} }
#footer .footer_inner .shop_inner {
	float: left;
	width: 350px; 
}
@media only screen and (max-width: 650px) {
  #footer .footer_inner .shop_inner {
		float: none;
		width: 100%; 
} }
#footer .footer_inner .shop_inner h1 {
	width: 350px;
	padding: 0; 
}
@media only screen and (max-width: 650px) {
  #footer .footer_inner .shop_inner h1 {
		width: 60%; 
} }
#footer .footer_inner .sen {
  padding: 30px 0 0 60px; 
	width: 140px;
	float: left; 
}
@media only screen and (max-width: 650px) {
  #footer .footer_inner .sen {
		display: none; 
} }
#footer .footer_inner .shop_inner .address_inner {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 350px;
	padding: 0 0 5px 15px; 
}
@media only screen and (max-width: 650px) {
  #footer .footer_inner .shop_inner .address_inner {
		width: 100%;
		font-size: 13px; 
} }
#footer .footer_inner .shop_inner .address_inner p {
	line-height: 21px;
	color: #fff;
	font-size: 13px; 
}
#footer .footer_inner .yoyaku_inner {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: right;
  margin: 40px 0 0;
	width: 440px;
  height: 126px;
	background: #fff;
	padding: 5px 0; 
	text-align: center;
	box-shadow: 0px 0px 0px 7px #fff;
    border: 2px #000 solid;
}
@media only screen and (max-width: 650px) {
  #footer .footer_inner .yoyaku_inner {
		width: 100%;
    height: auto;
		font-size: 14px; 
} }
#footer .footer_inner .yoyaku_inner p {
	line-height: 18px;
	color: #000;
	font-size: 13px; 
}
#footer .footer_inner .yoyaku_inner p:last-child{
  padding: 12px 0 0;
}
#footer .copyright {
	border-top: 1px solid #fff; 
}
#footer .copyright p {
	text-align: center;
	color: #fff;
	font-size: 16px;
	padding: 20px; 
}