﻿@charset "utf-8";
* {
	padding:0;
	margin: 0;
	font-family: "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	/* font-family: 'Beth Ellen', cursive; */
}



html {
    font-size: 62.5%;
}

body {
	color: #333;
	background-color: #F3F3F3;
	font-size: 1.4rem;
	font-size: 14px;
	word-wrap: break-word;
	background-color: black;
	/* background-image: url(../img/main.png); */
	/* background-image: url(../img/top_main.png?aaa); */
	/* background-size: 100%; */
	/* background-repeat: no-repeat; */
	/* background-repeat: repeat-y; */
	/* background-repeat: repeat; */
	/* background-position: top center; */
	/* background-attachment: fixed; */
	/* background-position: center top; */
	/* background-attachment: fixed; */
}
img {
	vertical-align: top;
	max-width: 100%;
	/* max-height: 330px; */
	height: auto;
	width /***/:auto;　
}
.img_d{
	max-height: 330px;
}

a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a:hover img,
input.btn:hover {
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	background: #FFFFFF;
}
li {
	list-style-type: none;
}
a {
	color: #C92323;
}
a:hover {
	color: #FF4040;
	text-decoration: none;
}

textarea ,input {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 1.2rem;
	font-size: 12px;
	width:100%
}

header {
	/* width: 100%; */
	/* height: auto; */
	/* height: 600px; */
	border-bottom-width: 1px;
	/* border-bottom-style: solid; */
	/* border-bottom-color: #DDD; */
	/* background-color: #F9F9F9; */
	background-image: url(../img/h_img.png);
	background-size: 100%;
	background-repeat: no-repeat;
	/* background-size: 500px; */
	/* background-repeat: repeat; */
	/* background-position: top center; */
	/* background-position: top right; */
	/* background-attachment: fixed; */
}

header h1 {
	font-size: 1.0rem;
	font-size: 10px;
	font-weight: normal;
	line-height: 1.8rem;
	line-height: 18px;
	text-align: left;
}

header #h_list {
	background-color: #FFFFFF;
	-webkit-border-radius: 0px 0px 5px 5px / 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px / 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px / 0px 0px 5px 5px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 3px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 3px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 3px 0px;
}

header #info {
	text-align: right;
	font-size: 1.0rem;
	font-size: 10px;
	color: #FFF;
	line-height: 2.4rem;
	line-height: 24px;
	letter-spacing: 1px;
    text-shadow: black 2px 0px 0px, black -2px 0px 0px, black 0px -2px 0px, black 0px 2px 0px, black 2px 2px 0px, black -2px 2px 0px, black 2px -2px 0px, black -2px -2px 0px, black 1px 2px 0px, black -1px 2px 0px, black 1px -2px 0px, black -1px -2px 0px, black 2px 1px 0px, black -2px 1px 0px, black 2px -1px 0px, black -2px -1px 0px, black 1px 1px 0px, black -1px 1px 0px, black 1px -1px 0px, black -1px -1px 0px;
}
header #info strong {
	font-size: 2.6rem;
	font-size: 26px;
	/* color: #A91E0E; */
	/* font-family: Arial, Helvetica, sans-serif; */
	/* font-family: 'Zeyada', cursive; */
	/* font-family: 'Beth Ellen', cursive; */
}
header #info .sp {
	font-size: 19px;
}

header #info span {
	font-size: 1.8rem;
	font-size: 18px;
	color: #505050;
}

header #h_list li {
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #DDD;
	font-size: 1.0rem;
	font-size: 10px;
}
header #h_list a {
	text-decoration: none;
	color: #444;
}

header #h_list a:hover {
	background-color: #FFFBF2;
	color: #B32400;
}
label{
    vertical-align: middle;
    display: table-cell;
    width:100%;
    cursor: pointer;
}
input[type="checkbox"]{
    display: none;
}
input[type="checkbox"]+label{
    position: relative;
    display: table;
    height: 30px;
    cursor: pointer;
}
input[type="checkbox"]+label:before{
	position: absolute;
	box-sizing: border-box;
	width: 30px;
	height: 30px;
/*    content: url('image/check.svg');*/
	content: url('../img/check.png');
	border: 2px solid  #a6a6a6;
	border-radius: 5px;
	background: #fff;
}
input[type="checkbox"]+label>span{
    vertical-align: middle;
    display: table-cell;
    padding-left: 35px;
}
input[type="checkbox"]:checked + label:before {
	position: absolute;
	box-sizing: border-box;
	width: 30px;
	height: 30px;
	/* border: 2px solid #367cd9; */
	border: 2px solid #D8412C;
/*    content: url('image/check_white.svg');*/
    content: url('../img/check_white.png');
    border-radius: 5px;
	/* background: #367cd9; */
	background: #C52210;
}
.ribbon_box {
    display: block;
    position: relative;
    margin: 0 auto;
    padding: 0px 0;

    /* width: 300px;
    background: #f1f1f1;*/
  }
.ribbon18 {
	/* font-family: 'Mystery Quest', cursive; */
	/* font-family: 'Zeyada', cursive; */
	font-family: 'Trade Winds';
	/* font-family: 'Beth Ellen', cursive; */
	z-index: 9999;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 10px;
    box-sizing: border-box;
    padding: 0 10px;
    margin: 0;
    height: 30px;
    line-height: 30px;
    font-size: 30px;
    letter-spacing: 0.1em;
    color: white;
	padding-top: 2px;
    background: #ff7470;
    box-shadow: 1px -1px 1px rgba(0, 0, 0, 0.1);

}
.ribbon18:before {
    position: absolute;
    content: '';
    top: -8px;
    left: -7px;
    border: none;
    height: 38px;
    width: 7px;
    background: #ff7470;
    border-radius: 5px 0 0 5px;
}
.ribbon18:after {
    position: absolute;
    content: '';
    top: -7px;
    left: -5px;
    border: none;
    height: 7px;
    width: 5px;
    background: #b25552;
    border-radius: 5px 0 0 5px;
}
@font-face {
	font-family: 'MyWebFont';
	src: url('HuiFontP29.woff') format('woff');
}
.logo_font{
	padding-left: 0%;
	font-size: 115px;
	font-family: 'MyWebFont';
	-webkit-text-stroke-width: 3px;
	-webkit-text-stroke-color: gray;
	text-indent: 100%;
	white-space: nowrap;
    overflow: hidden;
	/* font-family: 'Zeyada', cursive; */
	/* font-family: 'Beth Ellen', cursive; */
	/* text-align: left; */
	/* height: 100px; */
	/* margin-left:10px; */
}
.logo_font span:nth-child(1) { font-family: 'MyWebFont';color: red; }
.logo_font span:nth-child(2) { font-family: 'MyWebFont';color: blue; }
.logo_font span:nth-child(3) { font-family: 'MyWebFont';color: green; }
.logo_font span:nth-child(4) { font-family: 'MyWebFont';color: #daa520; }
.logo_font span:nth-child(5) { font-family: 'MyWebFont';color: pink; }
.logo_font span:nth-child(6) { font-family: 'MyWebFont';color: skyblue; }
.gold {
	color: #DA8E00;
	background: -webkit-linear-gradient(-45deg, #F7DE05, #DA8E00, #EDAC06, #F7DE05, #ECB802, #DAAF08, #B67B03, #DA8E00, #EDAC06, #F7DE05, #ECB802, #EDAC06);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
}
.SiroKuro {
	color: #FFF;
	/* color: #DA8E00; */
    text-shadow: black 2px 0px 0px, black -2px 0px 0px, black 0px -2px 0px, black 0px 2px 0px, black 2px 2px 0px, black -2px 2px 0px, black 2px -2px 0px, black -2px -2px 0px, black 1px 2px 0px, black -1px 2px 0px, black 1px -2px 0px, black -1px -2px 0px, black 2px 1px 0px, black -2px 1px 0px, black 2px -1px 0px, black -2px -1px 0px, black 1px 1px 0px, black -1px 1px 0px, black 1px -1px 0px, black -1px -1px 0px;
}
.Black {
	color: #000;
	/* color: #DA8E00; */

}

.gmap {
 position: relative;
 padding-bottom: 56.25%;
 padding-top: 30px;
 height: 0;
 overflow: hidden;
}

.gmap iframe,
.gmap object,
.gmap embed {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
}

.White {
	color: #FFF;
}
.Hanten_font{
	text-shadow: black 2px 0px 0px, black -2px 0px 0px, black 0px -2px 0px, black 0px 2px 0px, black 2px 2px 0px, black -2px 2px 0px, black 2px -2px 0px, black -2px -2px 0px, black 1px 2px 0px, black -1px 2px 0px, black 1px -2px 0px, black -1px -2px 0px, black 2px 1px 0px, black -2px 1px 0px, black 2px -1px 0px, black -2px -1px 0px, black 1px 1px 0px, black -1px 1px 0px, black 1px -1px 0px, black -1px -1px 0px;
}
.menu_back{
	background-image: url(../img/menu.jpg);
	/* background-size: 100%; */
	/* background-repeat: no-repeat; */
	background-repeat: repeat;
	background-position: top center;
	/* background-attachment: fixed; */
	/* background-position: top center; */
}
.CusInput{
	width:80%;
	height: 30px;
}
.OptionMenu{
	margin-right:10px;
	margin-left:10px;
	margin-top:10px;
	margin-bottom:10px;
}
.Option{
	float:left;
	margin-right:10px;
	margin-left:10px;
	margin-top:10px;
	margin-bottom:10px;
}
.PriceMenu{
	font-size: 100px;
    margin-bottom: 15px;
	font-family: 'Zeyada', cursive;
	/* font-family: 'Beth Ellen', cursive; */
	text-align: center;
	height: 100px;
}
.Price {
	/* width: 500px; */
	width:100%;
	list-style: none;
	margin: 0 0 2em;
	padding: 0;
	font: 150%/100% Arial, Helvetica, sans-serif;
}
.Price li {
	font-family: 'Zeyada', cursive;
	/* font-family: 'Beth Ellen', cursive; */
	clear: both;
	margin: 0;
	padding: 0 0 1.8em 0;
	position: relative;
	border-bottom: dotted 2px #999;
	background: url(../img/diagonal.gif) repeat-x left bottom;
}
.Price strong {
	/* font-family: "Hannari"; */
	/* font-family: "Sawarabi Mincho"; */
	/* font-family: "Noto Sans JP"; */
	/* font-family: 'Beth Ellen', cursive; */
	/* background: #fff; */
	padding: 0 10px 0 0;
	font-weight: normal;
	position: absolute;
	/* bottom: -.2em; */
	bottom: 0.3em;
	left: 0;
}
.Price em {
	/* font-family: "Hannari"; */
	/* background: #fff; */
	padding: 0 0 0 5px;
	font: 110%/100% Georgia, "Times New Roman", Times, serif;
	position: absolute;
	/* bottom: -.5em; */
	bottom: 0.0em;
	right: 0;
}
.Price sub {
	/* font-family: "Sawarabi Mincho"; */
	/* font-family: "Noto Sans JP"; */
	/* font-family: 'Beth Ellen', cursive; */
	font-size: 60%;
	/* color: #666; */
	margin-left: 3px;
}

.Breadcrumb {
	font-size: 1.2rem;
	font-size: 12px;
	color: #777;
	line-height: 1.6rem;
	line-height: 16px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-color: #F9F9F9;
	margin-top: 10px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	width: 88%;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #EEE;
}
.Breadcrumb li {
	display: inline;
}
.Breadcrumb strong {
	font-weight: normal;
	color: #555;
	letter-spacing: 1px;
}

h2 {
	font-size: 1.8rem;
	font-size: 18px;
	line-height: 2.2rem;
	line-height: 22px;
	padding-left: 10px;
	margin-bottom: 10px;
	font-weight: normal;
	color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDD;
	padding-top: 15px;
	padding-bottom: 10px;
	clear: both;
	letter-spacing: 1px;
	background: rgba(68,68,68,0.7);
	border-radius: 5px;
}

h2 span {
	font-size: 1.2rem;
	font-size: 12px;
	color: #999;
	padding-left: 20px;
}

h3 {
	font-size: 1.4rem;
	font-size: 14px;
	line-height: 3.0rem;
	line-height: 30px;
	color: #FFFFFF;
	padding-left: 15px;
	margin-top: 0px;
	font-weight: normal;
	background-color: #444444;
	margin-bottom: 10px;
	display: block;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #DDD;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	letter-spacing: 1px;
}
h4 {
	font-size: 1.4rem;
	font-size: 14px;
	line-height: 3.0rem;
	line-height: 30px;
	color: #FFFFFF;
	padding-left: 15px;
	margin-top: 0px;
	font-weight: normal;
	background-color: #444444;
	margin-bottom: 10px;
	display: block;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #DDD;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	letter-spacing: 1px;
	display:flex;
	/* margin-top: 20px; */
    margin-bottom: 10px;
    margin-right: 0px;
}
h5 {
	font-size: 1.4rem;
	font-size: 14px;
	line-height: 3.0rem;
	line-height: 30px;
	color: #FFFFFF;
	padding-left: 15px;
	margin-top: 0px;
	font-weight: normal;
	background-color: #444444;
	margin-bottom: 10px;
	display: block;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #DDD;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	letter-spacing: 1px;
	display:flex;
	margin: 20px;
    margin-bottom: 10px;
    margin-top: 10px;
    margin-right: 0px;
}

h3 span {
	font-size: 10px;
	color: #999;
	padding-left: 20px;
	letter-spacing: 2px;
}
#top_img {
	text-align: center;
	background-color: #FFFFFF;
	border: 1px solid #DFDFDF;
	padding: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#foot_base {
	background-color: #444;
	clear: both;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #E7E7E7;
}

footer {
	height: 120px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	color: #AAA;
	color: #FFF;
}
footer li a {
	/* color: #CCCCCC; */
	color: #FFF;
	text-decoration: none;
	display: block;
	padding-right: 5px;
	padding-left: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

footer li a:hover {
	color: #000000;
	background-color: #DDD;
}

footer li {
	font-size: 1.2rem;
	font-size: 12px;
	display: block;
	float: left;
	padding-right: 5px;
	padding-left: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666;
}

footer p {
	font-size: 1.0rem;
	font-size: 10px;
	line-height: 1.6rem;
	line-height: 16px;
}

footer ul {
	position: absolute;
	left: 0px;
	top: 15px;
	display: block;
	width: 50%;
	line-height: 3.0rem;
	line-height: 30px;
	height: 30px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666;
}

footer #f_logo {
	font-size: 2.0rem;
	font-size: 20px;
	letter-spacing: 1px;
}
address {
	/* font-family: Arial, Helvetica, sans-serif; */
	/* font-family: 'Beth Ellen', cursive; */
	font-size: 1.0rem;
	font-size: 10px;
	font-style: normal;
	color: #555;
	background-color: #DDD;
	line-height: 3.0rem;
	line-height: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EEE;
}

#to_top {
	position: fixed;
	bottom: 0px;
	right: 20px;
	z-index: 200;
}
#to_top a {
	text-decoration: none;
	color: #FFF;
	width: 150px;
	text-align: center;
	display: block;
	-webkit-border-radius: 5px 5px 0px 0px / 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px / 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px / 5px 5px 0px 0px;
	opacity: 0.9;
	filter: alpha(opacity=90);
	-ms-filter: "alpha( opacity=90 )";
	font-size: 1.2rem;
	font-size: 12px;
	background-color: #8F180C;
	padding-top: 10px;
	padding-bottom: 5px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #6D1D01;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 3px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 3px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 3px 0px;
}
#to_top a:hover {
    opacity:1.0;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}

.cont_box {
	margin-bottom: 20px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 3px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 3px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 3px 0px;
	background-color: #FFF;
	padding: 10px;
	/* width: 93%; */
	clear:both;
}
.cont_box_half {
	margin-bottom: 20px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 3px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 3px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 3px 0px;
	background-color: #FFF;
	padding: 10px;
	width: 46.5%;
	float: left;
	margin-left: 0.5%;
}
.the_box {
	float: left;
	width: 22%;
	margin-left: 1%;
	margin-bottom: 15px;
	border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 3px 0px;
		-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 3px 0px;
		-moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 3px 0px;
	background-color: #FFF;
	padding-top: 10px;
	padding-right: 1%;
	padding-bottom: 15px;
	padding-left: 1%;
}
.all_the_box {
	width: 85%;
	margin-left: 1%;
	margin-bottom: 15px;
	border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 3px 0px;
		-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 3px 0px;
		-moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 3px 0px;
	background-color: #FFF;
	padding-top: 10px;
	padding-right: 1%;
	padding-bottom: 15px;
	padding-left: 1%;
}
.the_box .box_img {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	/* height:150px; */
	width: 100%;
	height: auto;
	/* width:228px; */
}
.box_img_in {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	height:190px;
	/* width:228px; */
}
.the_box p {
	margin: 10px;
	text-align: left;
}
.the_box .btn_s {
	font-size: 12px;
	width: 140px;
	width: 97%;
	padding-top: 7px;
	padding-bottom: 7px;
}
.side_btn a {
	color: #FFF;
	padding-top: 7px;
	padding-bottom: 7px;
	display: block;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 3px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 3px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 3px 0px;
	border: 3px solid #D8412C;
	background: -moz-linear-gradient(top, #A91E0E, #A91E0E 80%, #8F180C);
	background: -webkit-gradient(linear, left top, left bottom, from(#A91E0E), color-stop(0.8, #A91E0E), to(#8F180C));
	background-color: #8F180C;
	text-decoration: none;
	font-size: 1.0rem;
	font-size: 10px;
	letter-spacing: 1px;
}
.side_btn a:hover {
	background: -moz-linear-gradient(top, #D22411, #C52210 80%, #C52210);
	background: -webkit-gradient(linear, left top, left bottom, from(#D22411), color-stop(0.8, #C52210), to(#C52210));
	background-color: #C52210;
}
.side_btn a .bigtxt {
	font-size: 1.8rem;
	font-size: 18px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #BE3A2C;
	margin-right: 5px;
	margin-bottom: 2px;
	margin-left: 5px;
}

.side_btn span {
	font-size: 16px;
	color: #DE948B;
}
#side h3 span {
	color: #999;
}
/*
#content table.table_info {
	width: 94%;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

#content .table_info td {
	padding: 8px;
	border: 1px solid #DDD;
}

#content .table_info td.td_head {
	background: -moz-linear-gradient(top, #FFF, #F9EEE3 5%, #FFF9EE 30%, #FFF9EE);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), color-stop(0.05, #F9EEE3), color-stop(0.3, #FFF9EE), to(#FFF9EE));
	background-color: #FFF9EE;
	text-align: right;
	white-space: nowrap;
	color: #333333;
	border-right-width: 4px;
	border-right-color: #BE4943;
}

#content .table_info td.td_odd {
	background: -moz-linear-gradient(top, #FFF, #EEE 5%, #FFF 30%, #FFF);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), color-stop(0.05, #EEE), color-stop(0.3, #FFF), to(#FFF));
	background-color: #FFFFFF;
	text-align: left;
} */

.td_head .eng {
	margin: 0px;
	padding: 0px;
	font-size: 1.0rem;
	font-size: 10px;
	color: #D38C85;
}

.chui {
	color: #CA3313;
}

.btn_s {
	overflow:hidden;
	clear: both;
	font-size: 1.6rem;
	/* font-size: 16px; */
	text-decoration: none;
	/* display: block; */
	display: table;
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color: #FFF;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 3px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 3px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 3px 0px;
	border: 3px solid #D8412C;
	background: -moz-linear-gradient(top, #A91E0E, #A91E0E 80%, #8F180C);
	background: -webkit-gradient(linear, left top, left bottom, from(#A91E0E), color-stop(0.8, #A91E0E), to(#8F180C));
	background-color: #8F180C;
	letter-spacing: 1px;
	margin-top: 5px;
	margin-bottom: 10px;
}

.btn_s:hover {
	background: -moz-linear-gradient(top, #D22411, #C52210 80%, #C52210);
	background: -webkit-gradient(linear, left top, left bottom, from(#D22411), color-stop(0.8, #C52210), to(#C52210));
	background-color: #C52210;
	color: #FFF;
}

input.form_btn {
	color: #FFF;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 3px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 3px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 3px 0px;
	border: 3px solid #D8412C;
	background: -moz-linear-gradient(top, #A91E0E, #A91E0E 80%, #8F180C);
	background: -webkit-gradient(linear, left top, left bottom, from(#A91E0E), color-stop(0.8, #A91E0E), to(#8F180C));
	background-color: #8F180C;
	letter-spacing: 1px;
}

input.form_btn:hover {
	background: -moz-linear-gradient(top, #D22411, #C52210 80%, #C52210);
	background: -webkit-gradient(linear, left top, left bottom, from(#D22411), color-stop(0.8, #C52210), to(#C52210));
	background-color: #C52210;
	cursor: pointer;
}

.wrap_box {
    /* Safari Chrome */
    -webkit-column-count: 3;
    -webkit-column-gap: 10px;
    /* Firefox */
    -moz-column-count: 3;
    -moz-column-gap: 10px;
    /* CSS */
    column-count: 3;
    column-gap: 10px;
}
/*
.mokuji {
	background-color: #FFF9F0;
	padding: 20px;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 3px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 3px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 3px 0px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #FFF;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
}
.mokuji li {
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #DCC09E;
	color: #B7835B;
}
.mokuji li:hover {
	background-color: #FFFFFF;
	color: #8F2B09;
} */

.img_left,.img_right {
	margin: 20px;
	float: left;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 3px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 3px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 3px 0px;
	background-color: #FFF;
	padding: 2px;
	width:65%;
	/* height:200px; */
	/* max-width: */
	margin-bottom: 0px;
}
.img_right {
	float: right;
}

/* .sch {
    border: 1px solid #CCC;
    padding: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: center;
    width: 12.5%;
    height: 75px;
    float: left;
}
 *//* .link {
    float: left;
}
 */
/* .sch_box{
    margin-bottom: 20px;
	display: table;
	width: 100%;
} */
/* .sele_box{
	width: 70%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
}
 */
table{
	margin:0 auto;
	border-radius:10px;
		-webkit-border-radius:10px;
		-moz-border-radius:10px;
	border:1px solid #666;
	border-spacing: 0;
	overflow:hidden;
	width: 100%;
	text-align: center;
}
td,th{
	border-bottom:1px solid #666;
}
td,th{
	padding:10px;
}
th{
	background:#EFEFEF;
}
table tbody tr:last-child th,
table tbody tr:last-child td{
	border-bottom: none;
}
th + th,td{
	border-left:1px solid #666;
}
.stepBar {
	position: relative;
	list-style: none;
	margin: 0 0 1em;
	padding: 0;
	text-align: center;
	width: 100%;
	overflow: hidden;
	*zoom: 1;
	margin-bottom: 0px;
}
.stepBar .step {
	position: relative;
	float: left;
	display: inline-block;
	line-height: 40px;
	/* padding: 0 40px 0 20px; */
	padding: 0 0px 0 0px;
	background-color: #eee;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 3px;
	/* text-align: left; */
	text-align: center;
	/* padding-left: 14px; */

}
.stepBar .step:before, .stepBar .step:after {
	position: absolute;
	left: -5px;
	display: block;
	content: '';
	background-color: #eee;
	border-left: 3px solid #FFF;
	width: 8px;
	height: 20px;
}
.stepBar .step:after {
	top: 0;
		-moz-transform: skew(30deg);
		-ms-transform: skew(30deg);
		-webkit-transform: skew(30deg);
	transform: skew(30deg);
}
.stepBar .step:before {
	bottom: 0;
		-moz-transform: skew(-30deg);
		-ms-transform: skew(-30deg);
		-webkit-transform: skew(-30deg);
	transform: skew(-30deg);
}
.stepBar .step:first-child {
		-moz-border-radius-topleft: 4px;
		-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
		-moz-border-radius-bottomleft: 4px;
		-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.stepBar .step:first-child:before, .stepBar .step:first-child:after {
  content: none;
}
.stepBar .step:last-child {
		-moz-border-radius-topright: 4px;
		-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
		-moz-border-radius-bottomright: 4px;
		-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.stepBar .step.current {
	color: #FFF;
	background-color: #26bfa1;
}
.stepBar .step.current:before, .stepBar .step.current:after {
	background-color: #26bfa1;
}
.stepBar.step2 .step {
	width: 50%;
}
.stepBar.step3 .step {
	width: 33.333%;
}
.stepBar.step4 .step {
	width: 25%;
}
.stepBar.step5 .step {
	width: 20%;
}
.error{
	color: #FFF;
}
.reserveng{
	background:#66666661;
}
.g-recaptcha{
    line-height: 22px;
    margin-top: 10px;
    margin-right: 20px;
    margin-bottom: 10px;
    margin-left: 20px;
	text-align: center;
}
.sen{
	border-bottom-width: 2px;
	border-bottom-color: #DDD;
	border-bottom-style: solid;
}

/*検索結果のローディングのスタイル*/
/* .loader-bg { */
.Loading-bg {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: #FFF;
	z-index: 1;
}
/* .loader{ */
.Loading{
	/* display: none; */
	position: sticky;
/*   top: 10%;
  left: 50%; */
	/* top: 200px; */
	/* left: 50%; */
	/* width: 200px; */
	/* height: 100px; */
	/* margin-top: -100px; */
	/* margin-left: -100px; */
	/* text-align: center; */
    margin-left: 90px;
	color: #FFF;
	font-size:200%;
	z-index: 2;
}
/*ローディング中のアニメーション*/.loader {
	/* position: relative; */
	position:absolute;
	width: 50px;
	/* height:50px; */
	width:auto;
    /* height: 50px; */
	/* margin:auto; */
}

.loader .wBall {
	position: absolute;
	width: 23px;
	height: 23px;
	opacity: 0;
	transform: rotate(225deg);
		-o-transform: rotate(225deg);
		-ms-transform: rotate(225deg);
		-webkit-transform: rotate(225deg);
		-moz-transform: rotate(225deg);
	animation: orbit 4.8425s infinite;
		-o-animation: orbit 4.8425s infinite;
		-ms-animation: orbit 4.8425s infinite;
		-webkit-animation: orbit 4.8425s infinite;
		-moz-animation: orbit 4.8425s infinite;
}

.loader .wBall .wInnerBall{
	position: absolute;
	width: 4px;
	height: 4px;
	/* background: rgb(0,161,241); */
	background: rgb(255,255,255);
	left:0px;
	top:0px;
	border-radius: 8px;
}

.loader #wBall_1 {
	animation-delay: 1.056s;
		-o-animation-delay: 1.056s;
		-ms-animation-delay: 1.056s;
		-webkit-animation-delay: 1.056s;
		-moz-animation-delay: 1.056s;
}

.loader #wBall_2 {
	animation-delay: 0.203s;
		-o-animation-delay: 0.203s;
		-ms-animation-delay: 0.203s;
		-webkit-animation-delay: 0.203s;
		-moz-animation-delay: 0.203s;
}

.loader #wBall_3 {
	animation-delay: 0.4265s;
		-o-animation-delay: 0.4265s;
		-ms-animation-delay: 0.4265s;
		-webkit-animation-delay: 0.4265s;
		-moz-animation-delay: 0.4265s;
}

.loader #wBall_4 {
	animation-delay: 0.6295s;
		-o-animation-delay: 0.6295s;
		-ms-animation-delay: 0.6295s;
		-webkit-animation-delay: 0.6295s;
		-moz-animation-delay: 0.6295s;
}

.loader #wBall_5 {
	animation-delay: 0.843s;
		-o-animation-delay: 0.843s;
		-ms-animation-delay: 0.843s;
		-webkit-animation-delay: 0.843s;
		-moz-animation-delay: 0.843s;
}



@keyframes orbit {
	0% {
		opacity: 1;
		z-index:99;
		transform: rotate(180deg);
		animation-timing-function: ease-out;
	}

	7% {
		opacity: 1;
		transform: rotate(300deg);
		animation-timing-function: linear;
		origin:0%;
	}

	30% {
		opacity: 1;
		transform:rotate(410deg);
		animation-timing-function: ease-in-out;
		origin:7%;
	}

	39% {
		opacity: 1;
		transform: rotate(645deg);
		animation-timing-function: linear;
		origin:30%;
	}

	70% {
		opacity: 1;
		transform: rotate(770deg);
		animation-timing-function: ease-out;
		origin:39%;
	}

	75% {
		opacity: 1;
		transform: rotate(900deg);
		animation-timing-function: ease-out;
		origin:70%;
	}

	76% {
	opacity: 0;
		transform:rotate(900deg);
	}

	100% {
	opacity: 0;
		transform: rotate(900deg);
	}
}

@-o-keyframes orbit {
	0% {
		opacity: 1;
		z-index:99;
		-o-transform: rotate(180deg);
		-o-animation-timing-function: ease-out;
	}

	7% {
		opacity: 1;
		-o-transform: rotate(300deg);
		-o-animation-timing-function: linear;
		-o-origin:0%;
	}

	30% {
		opacity: 1;
		-o-transform:rotate(410deg);
		-o-animation-timing-function: ease-in-out;
		-o-origin:7%;
	}

	39% {
		opacity: 1;
		-o-transform: rotate(645deg);
		-o-animation-timing-function: linear;
		-o-origin:30%;
	}

	70% {
		opacity: 1;
		-o-transform: rotate(770deg);
		-o-animation-timing-function: ease-out;
		-o-origin:39%;
	}

	75% {
		opacity: 1;
		-o-transform: rotate(900deg);
		-o-animation-timing-function: ease-out;
		-o-origin:70%;
	}

	76% {
	opacity: 0;
		-o-transform:rotate(900deg);
	}

	100% {
	opacity: 0;
		-o-transform: rotate(900deg);
	}
}

@-ms-keyframes orbit {
	0% {
		opacity: 1;
		z-index:99;
		-ms-transform: rotate(180deg);
		-ms-animation-timing-function: ease-out;
	}

	7% {
		opacity: 1;
		-ms-transform: rotate(300deg);
		-ms-animation-timing-function: linear;
		-ms-origin:0%;
	}

	30% {
		opacity: 1;
		-ms-transform:rotate(410deg);
		-ms-animation-timing-function: ease-in-out;
		-ms-origin:7%;
	}

	39% {
		opacity: 1;
		-ms-transform: rotate(645deg);
		-ms-animation-timing-function: linear;
		-ms-origin:30%;
	}

	70% {
		opacity: 1;
		-ms-transform: rotate(770deg);
		-ms-animation-timing-function: ease-out;
		-ms-origin:39%;
	}

	75% {
		opacity: 1;
		-ms-transform: rotate(900deg);
		-ms-animation-timing-function: ease-out;
		-ms-origin:70%;
	}

	76% {
	opacity: 0;
		-ms-transform:rotate(900deg);
	}

	100% {
	opacity: 0;
		-ms-transform: rotate(900deg);
	}
}

@-webkit-keyframes orbit {
	0% {
		opacity: 1;
		z-index:99;
		-webkit-transform: rotate(180deg);
		-webkit-animation-timing-function: ease-out;
	}

	7% {
		opacity: 1;
		-webkit-transform: rotate(300deg);
		-webkit-animation-timing-function: linear;
		-webkit-origin:0%;
	}

	30% {
		opacity: 1;
		-webkit-transform:rotate(410deg);
		-webkit-animation-timing-function: ease-in-out;
		-webkit-origin:7%;
	}

	39% {
		opacity: 1;
		-webkit-transform: rotate(645deg);
		-webkit-animation-timing-function: linear;
		-webkit-origin:30%;
	}

	70% {
		opacity: 1;
		-webkit-transform: rotate(770deg);
		-webkit-animation-timing-function: ease-out;
		-webkit-origin:39%;
	}

	75% {
		opacity: 1;
		-webkit-transform: rotate(900deg);
		-webkit-animation-timing-function: ease-out;
		-webkit-origin:70%;
	}

	76% {
	opacity: 0;
		-webkit-transform:rotate(900deg);
	}

	100% {
	opacity: 0;
		-webkit-transform: rotate(900deg);
	}
}

@-moz-keyframes orbit {
	0% {
		opacity: 1;
		z-index:99;
		-moz-transform: rotate(180deg);
		-moz-animation-timing-function: ease-out;
	}

	7% {
		opacity: 1;
		-moz-transform: rotate(300deg);
		-moz-animation-timing-function: linear;
		-moz-origin:0%;
	}

	30% {
		opacity: 1;
		-moz-transform:rotate(410deg);
		-moz-animation-timing-function: ease-in-out;
		-moz-origin:7%;
	}

	39% {
		opacity: 1;
		-moz-transform: rotate(645deg);
		-moz-animation-timing-function: linear;
		-moz-origin:30%;
	}

	70% {
		opacity: 1;
		-moz-transform: rotate(770deg);
		-moz-animation-timing-function: ease-out;
		-moz-origin:39%;
	}

	75% {
		opacity: 1;
		-moz-transform: rotate(900deg);
		-moz-animation-timing-function: ease-out;
		-moz-origin:70%;
	}

	76% {
	opacity: 0;
		-moz-transform:rotate(900deg);
	}

	100% {
	opacity: 0;
		-moz-transform: rotate(900deg);
	}
}
.input-range {
  display: none;
}
.range-group {
  position: relative;
}
.range-group > a {
  display: inline-block;
  width: 20px;
  height: 20px;
}
.range-group > a:before {
  /* content: "\f3ae"; */
  content: "\f2fc";
  font-family: "Ionicons";
  font-size: 20px;
  color: #aaa;
}
.range-group > a.on:before {
  content: "\f2fc";
  color: #fc3;
}
.sp{
	display: none;
}
.pc{
	display: inline;
}
@media screen and (max-width:750px){
nav#h_menu ul.ul_menu {
	/* display: block !important; */
	/* display: flex !important; */
}
.ribbon18 {
	/* display: inline-block; */
	/* min-width: 15%; */
	overflow: hidden;
}
.sp{
	display: inline;
}
.pc{
	display: none;
}

.the_box{
	width: 46.5%;
	height: auto;
}
.textbor{
	bottom: 0;
	position: absolute;
}
.the_box .box_img {
	height: 100%;
	position: relative;
}
a img{
	width: auto;
	height: auto;
}
.btn_s{
	/* display: none; */
}
.cont_box_half {
	margin-bottom: 20px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 3px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 3px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 3px 0px;
	background-color: #FFF;
	padding: 10px;
	width: 93%;
	clear:both;
}
.box_img_in{
/* 	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
 */
	/* height:158px; */
	width: 100%;
	height: auto;
}

.sele_box{
	width: 100%;yuk
}
.sch_box{
    margin-bottom: 30px;
	display: block;
}
.Link_box{
    margin-bottom: 30px;
	display: inline-grid;
}

.sch {
	float: none;
	width: 97%;
}
#side {
	/* display: none; */
}
.side_box {
	display: none;
}
#side_t {
/* 	display: inline-block; */
}

#hp_base {
	width: 100%;
	min-width: 320px;
}

#h_list {
	float: right;
	margin-right: 10px;
}
header {
	/* height: 280px; */
	/* position: relative; */
	width: 100%;
	text-align: center;
}

header h1 {
	float: left;
	margin-left:10px;
	color:#fff;
	position: absolute;
}
.logo_font{
	padding-left: 0%;
	/* margin-left:10px; */
	margin-left:0px;
	float: left;
	font-size: 28vw;
    width: 100%;
}
#logo {
	clear: both;
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
	/* width: 50%; */
	/* height: 50%; */
}

#info {
	float: right;
	margin-right: 10px;
	/* position: absolute; */
}
a.menu {
	/* background-image: url(img/menu.png); */
	clear: both;
	display: block;
	height: 20px;
	line-height: 2.0rem;
	line-height: 20px;
	font-weight: bold;
	text-align: left;
	color: #FFFFFF;
	/* background: -moz-linear-gradient(top, #A91E0E, #A91E0E 50%, #8F180C); */
	/* background: -webkit-gradient(linear, left top, left bottom, from(#A91E0E), color-stop(0.5, #A91E0E), to(#8F180C)); */
	/* background-color: #A91E0E; */
	/* border: 2px solid #8F2B09; */
	border: 2px solid #FFFFFF;
	padding: 10px;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 3px 0px;
		-webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 3px 0px;
		-moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 3px 0px;
	border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	z-index: 100;
	letter-spacing: 1px;

}
a.menu span {
	font-size: 1.2rem;
	font-size: 12px;
	padding-left: 20px;
	color: #F9EAD7;
}
/* a.menu span:after {
	content: "表示する ▼";
}
a.menuOpen span:after {
	content: "閉じる ×";
} */
a.menu:hover {
	cursor: pointer;
	/* background: -moz-linear-gradient(top, #C73323, #C73323 50%, #A91E0E); */
	/* background: -webkit-gradient(linear, left top, left bottom, from(#C73323), color-stop(0.5, #C73323), to(#A91E0E)); */
	/* background-color: #C73323; */
}

#h_menu {
	margin-left: 2%;
	width: 97%;
	padding-top: 5px;
	padding-bottom: 5px;
	/* height: 300%; */
}

/* #h_menu a.menu{ */
a.menu{
	/* background-image: url(../img/menu.png); */
	background: rgba(68,68,68,0.5);
	height: 40px;
}

#h_menu .ul_menu {
	/* background-color: #F9EAD7; */
	/* background-image: url(../img/menu.png); */
	/* background: rgba(68,68,68,0.7); */
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 3px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 3px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 3px 0px;
	width: 90%;
	border: 1px solid #FFF;
	-webkit-border-radius: 0px 0px 5px 5px / 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px / 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px / 0px 0px 5px 5px;
}

#h_menu .ul_menu li {
	font-size: 1.4rem;
	font-size: 14px;
	line-height: 1.6rem;
	line-height: 16px;
}

#h_menu .ul_menu li a {
	/* background-color: #FCF3E9; */
	/* background-color: #333333; */
	background: rgba(68,68,68,0.5);
	display: block;
	padding: 10px;
	margin: 2px;
	/* color: #89180C; */
	color: #FFFFFF;
	text-decoration: none;
}

#h_menu .ul_menu li a:hover {
	background-color: #FFF;
	/* color: #A91E0E; */
}

#h_menu .ul_menu li strong {
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
	margin: 2px;
	padding-right: 5px;
	padding-left: 5px;
	color: #FFFFFF;
}

#main {
	width: 99%;
	padding-top: 1%;
	padding-right: 0%;
	padding-left: 1%;
	margin-bottom: 10px;
}

footer ul {
	/* display: none; */
}

footer #f_logo {
	margin: 5px;
}

footer p {
	margin: 5px;
}

#to_top {
	right: 5px;
}

#to_top a {
	width: 130px;
	font-size: 1.0rem;
	font-size: 10px;
	background-color: #872301;
	padding-top: 8px;
	padding-bottom: 4px;
	border-bottom-width: 4px;
}

address {
	padding-bottom: 30px;
}
.img_pc {
	/* display: none; */
}
.img_left {
	margin: 20px;
	float: left;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 3px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 3px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 3px 0px;
	background-color: #FFF;
	padding: 2px;
	width:99%;
	margin-right: 0px;
	margin-left: 0px;
	padding-left: 0px;
	padding-right: 0px;

}

h4 {
    margin-left: 0px;
}
h5 {
    margin-left: 0px;
}
table{
	width: 100%;
}
.scroll{
	overflow: auto;　　　　tableをスクロールさせる
	white-space: nowrap;　　tableのセル内にある文字の折り返しを禁止
}
.scroll::-webkit-scrollbar{　　tableにスクロールバーを追加
	height: 5px;
}
.scroll::-webkit-scrollbar-track{　　tableにスクロールバーを追加
	background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {　　tableにスクロールバーを追加
	background: #BCBCBC;
}

.textbor{
	color: #FFF;
	text-shadow:
		black 2px 0px 0px, black -2px 0px 0px,
		black 0px -2px 0px, black 0px 2px 0px,
		black 2px 2px 0px, black -2px 2px 0px,
		black 2px -2px 0px, black -2px -2px 0px,
		black 1px 2px 0px, black -1px 2px 0px,
		black 1px -2px 0px, black -1px -2px 0px,
		black 2px 1px 0px, black -2px 1px 0px,
		black 2px -1px 0px, black -2px -1px 0px,
		black 1px 1px 0px, black -1px 1px 0px,
		black 1px -1px 0px, black -1px -1px 0px;
 }
/*-- /max:720 --*/
}

@media screen and (min-width: 750px){
/* @media screen and (min-width: 690px){ */
textarea ,input {
	font-size: 1.4rem;
	font-size: 14px;
}

#hp_base {
	width: 96%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 1px;
	padding-bottom: 1px;
}

header {
	height: 600px;
	position: relative;
	width: 100%;
	text-align: center;
}

header h1 {
	color: #FFF;
	/* background-color: #8F2B09; */
	padding-left: 2%;
	width: 98%;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #EEE;
	text-align: left;
}

.logo_font{
	padding-left:0%;
	width: 100%;
	font-size: 11vmax;
    width: 100%;
	/* padding-left: 2%; */
	/* width: 98%; */
}
header #h_list {
	position: absolute;
	right: 2%;
	top: 0px;
	z-index: 10;
}

header img#logo {
	position: absolute;
	left: 3%;
	/* top: 35px; */
}

header #info {
	position: absolute;
	right: 3%;
	top: 150px;
}

#main {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 0px;
	margin-bottom: 10px;
}

#content {
	width: 74%;
	float: right;
}
#contentC {
	width: 100%;
}

 #content .Updt{
	width: 100%;
	float: left;
}

nav#h_menu {
	position: absolute;
	left: 0px;
	bottom: 0px;
	height: 40px;
	padding-left: 0%;
	/* margin: auto; */
	width: 100%;
	/* background: -webkit-gradient(linear, left top, left bottom, from(#D22411), color-stop(0.8, #C52210), to(#C52210)); */
    /* background-color: #C52210; */
    /* background-color: #444; */
    background: rgba(68,68,68,0.7);
}

nav#h_menu ul {
	height: 40px;
	width: 95%;
	top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    margin: auto;
    /* display: flex; */
	justify-content: center;
}

nav#h_menu ul.ul_menu {
	/* border-left-width: 1px; */
	/* border-left-style: solid; */
	/* border-left-color: #EEE; */
	height: 40px;
	display: block !important;
	/* display: flex !important; */
	margin: auto;
}
.top_menu{
    /* position: relative; */
    /* width: 100%; */

}
.top_inner_menu{
/*     width: 95%;
	top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    margin: auto;
 */
}
nav#h_menu li {
	display: block;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	height: 40px;
	/* width:9.8%; */
	/* width:100%; */
	float: left;
	display: none;
	/* letter-spacing: 3px; */
}
.menu5{
	width:19.8%;
}
.menu6{
	width:15.8%;
}
.menu7{
	width:13.8%;
}
.menu8{
	width:11.8%;
}
.menu9{
	width:10.8%;
}
.menu10{
	width:9.8%;
}

.Sen {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #EEE;

}
nav#h_menu li a {
	display: block;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	line-height: 2.0rem;
	line-height: 20px;
	/* padding-right: 0px; */
	/* padding-right: 10%; */
	padding-bottom: 5px;
	/* padding-left: 0px; */
	/* padding-left: 10%; */
	font-size: 1.2rem;
	font-size: 12px;
	padding-top: 5px;
	/* margin-right: 3px; */
	/* margin-right: 10%; */
	/* margin-left: 3px; */
	/* margin-left: 10%; */
	margin-top: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	/* font-family: "M PLUS Rounded 1c"; */
	/* font-family: "M PLUS 1p"; */
	/* font-family: "Hannari"; */
	/* font-family: "Sawarabi Mincho"; */
	/* font-size: 15px; */
}

nav#h_menu li strong {
	display: block;
	float: left;
	color: #666666;
	text-decoration: none;
	text-align: center;
	line-height: 1.6rem;
	line-height: 16px;
	/* height: 31px; */
	padding-right: 20px;
	padding-bottom: 4px;
	padding-left: 20px;
	font-size: 1.3rem;
	font-size: 13px;
	padding-top: 8px;
	width: auto;
	background-color: #FFF;
	margin-right: 5px;
	margin-left: 5px;
	background: -moz-linear-gradient(top, #FFF, #FFF 80%, #F3F3F3);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), color-stop(0.8, #FFF), to(#F3F3F3));
}

nav#h_menu li a:hover {
	color: #000000;
	background-color: #FFFFFF;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 6px -1px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 6px -1px;
	-moz-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 6px -1px;
}
nav#h_menu li strong {
	/* color: #000000; */
	color: #FFFFFF;
	font-weight: normal;
	border-top-width: 8px;
	border-top-style: solid;
	/* border-top-color: #A91E0E; */
	background-image: url(../img/main.png);
	/* background-image: url(img/menu.png); */
}

a.menu {
	display:none;
}


#side {
	float: left;
	width: 100%;
}
#side h3 {
	font-size: 1.4rem;
	font-size: 14px;
	line-height: 1.8rem;
	line-height: 18px;
	color: #FFFFFF;
	padding-bottom: 3px;
	font-weight: normal;
	margin-bottom: 1px;
	padding-top: 5px;
	letter-spacing: 1px;
	text-align: center;
	background-color: #444;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #DDD;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#side .side_box {
	margin-bottom: 5px;
	background-color: #FFF;
	padding-top: 5px;
	padding-bottom: 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#side li {
	line-height: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	background-color: #F6F6F6;
}
#side li a {
	display: block;
	font-size: 1.2rem;
	font-size: 12px;
	line-height: 1.8rem;
	line-height: 18px;
	color: #333333;
	text-decoration: none;
	background-color: #F6F6F6;
	margin-left: 2px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #EEE;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 7px;
	padding-left: 10px;
}

#side li a:hover {
	background-color: #FFFFFF;
	color: #000000;
	/* border-left-color: #A91E0E; */
}

#side .side_box .side_btn {
	text-align: center;
	margin: 7px;
}
#side .side_box .Link_box {
	text-align: center;
	margin: 7px;
}

#side ul {
	width: 92%;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #E3E3E3;
	border-right-color: #E3E3E3;
	border-left-color: #E3E3E3;
	display: block;
}

footer p {
	text-align: right;
	position: absolute;
	right: 0px;
	top: 50px;
}

footer #f_logo {
	position: absolute;
	top: 15px;
	right: 10px;
}

.img_sp {
	/* display: none; */
}
/*-- /min:720 --*/
}


@media screen and (min-width: 1000px){

textarea ,input{
	font-size: 1.6rem;
	font-size: 16px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}

/* #content table td {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
 */
#hp_base {
	width: 1000px;
}
.Breadcrumb{
	width: 950px;
}
nav#h_menu li a {
	margin-right: 10px;
	margin-left: 10px;
	/* padding-right: 15px; */
	/* padding-left: 15px; */
}

#content {
	width: 770px;
	margin-right: 0px;
	margin-top: 0px;
}
#contentP{
	width: 90%;
}
#contentC{
	width: 100%;
}

#side {
	width: 100%;
}

/* footer {
	width: 1000px;
}
 */
/*-- /min:1000 --*/
}

@media only screen and (max-width:460px){
.the_box .btn_s {
	display: none;
}
.ribbon18{
	left: 3%;
}
a img {
	/* width:380px; */
	/* height: 150%; */
    width: auto;
    height: auto;
}
body {
	font-size: 1.2rem;
	font-size: 12px;
}
header {
	border-bottom-width: 1px;
	background-image: url(../img/h_img.png);
	background-size: 100%;
}
/* .table_info tr{
        display: block;
        margin-bottom: 0px;
}
.table_info th,
.table_info td{
	display: list-item;
	border: none;
	list-style: none;
	text-align: left;
}
	#content .table_info td.td_head {
	text-align: left;
	border-right-width: 1px;
	border-bottom-color: #930;
	}
	#content .table_info.table_menu th {
	text-align: left;
	font-size: 1.2rem;
	font-size: 12px;
	border-right-width: 1px;
	}
	#content .table_info.table_menu td {
	font-size: 1.2rem;
	font-size: 12px;
	}
	#content .table_info_menu strong {
	font-size: 1.4rem;
	font-size: 14px;
	}
*/
header{
	padding-top: 0px;
	text-align: center;
	width: 100%;
}
header h1{
	float: none;
	color: #FFF;
	/* background-color: #A91E0E; */
	margin: 0px;
	font-size: 13px;
}
.logo_font{
	margin: 0px;
	/* font-size: 28vw; */
	font-size: 137px;
    width: 100%;
    margin-top: 15px;
}
.eigyou{
	/* font-size: 26px; */
}
}
header #info strong {
	font-size: 19px;
}
header #h_list {
	float: none;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}
header #logo{
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
}
.logo_d{
	margin-right: auto;
}

header #info{
	float: right;
	/* margin: 5px; */
	text-align: center;
}
h2 {
font-size: 1.4rem;
font-size: 14px;
}
#h_menu .ul_menu li a {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
/* .the_box {
	float: none;
	width: 96%;
	height: 230px;
	margin-left: auto;
	margin-right: auto;
	} */
/*-- /max:460 --*/
}

@media screen and (min-width: 1260px){
header{
	height: 300px;
}
header h1 {
	padding-left: 10%;
	width: 90%;
	text-align: left;
}
#hp_base {
	width: 1200px;
}
#content {
	width: 960px;
	margin-right: 0px;
	margin-top: 0px;
}
.logo_font{
	/* padding-left: 10%; */
	/* width: 90%; */
	padding-left:0%;
	width: 100%;
}
header #h_list {
	right: 10%;
}

header img#logo {
	left: 10%;
}

header #info {
	right: 10%;
}

nav#h_menu {
	/* padding-left: 10%; */
	width: 100%;
}

.Breadcrumb {
	/* width: 80%; */
	width:1200px;
}

/*-- /min:1260 --*/
}
