@charset "utf-8";

/* Global Styles */
body {
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
	text-align: center;
	margin: 0;
	padding: 0;
	background: url(../images/back.gif);
	line-height: 150%;
	font-size: 100%;
	position : relative;
    width : 100%;
    overflow-x : hidden;
	-webkit-text-size-adjust : 100%;
    color: #666;
}
img {
	max-width: 100%;
	padding: 0;
	height: auto;
	vertical-align: bottom;
	border: none;
}
a:link {
	color: #977326;
}
a:visited {
	color: #CC9900;
}
a:hover {
	color: #CC3300;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0;
}
.clearfloat2 { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
	display:none;
}
#menu, #gaiyo, #bn, .title_bar, .MoreInfo img, #footer nav, .pc { display: none !important; }
.sp1 { display: block !important; }
.textBLD { font-weight: bold; }
.float1 {
	float: left;	
}
.float2 {
	float: right;	
}
.RedTxt {
	color:#cc3300 !important;
}
.tel_link, .tel_link a {
	text-decoration: underline !important;
}
.rightTxt {
	text-align: right;
	width:90%;
}
.style1 {color: #FF0000;}

input{
	font-size:16px !important;
}


#head-line {
	background: #000;
	margin: 0px;
	padding: 0px;
	height: 8px;
	width: 100%;
	color: #000000;
	position: fixed;
	z-index: 1000;
}
#main {
	background: #FFF;
	margin: 0px auto;
	padding: 0px 2px;
	width: 98%;
	border:1px solid #c0c0c0;
	box-sizing:border-box;
}
#footer {
	text-align: center;
	margin: 0;
	padding: 0.5em;
	height: auto;
	width: 100%;
	background: #000000 url(../images/footer-back.gif) repeat-x;
	color: #FFFFFF;
	box-sizing: border-box;
}
#footer p {
	margin: 0.5em 0;
	padding: 0;
    font-size:85%;
}

#left {
	font-size: 100%;
	line-height: 150%;
	text-align: center;
	margin: 0 !important;
	padding: 0 !important;
	height: auto;
	width: 100%;
	position: fixed;
	top:8px;
	left:0;
	z-index: 800;
}
#logo {
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	height: 60px;
	background: #fff;
	border:1px dotted #eee;	
	position: fixed;
    left: 0;
    top: 8px;
	text-align: left;
}
#logo, #logo h1, #logo img {
	margin: 0;
	padding: 0;
}
#logo img {
	height: 60px;
	width:auto;
	left:0;
}

/* Mobile Menu関連 */
#global-nav {
    top: 0;
	right: -320px;
    background: #b48f64;
    width: 300px;
    margin:0px auto 0 auto;
    padding: 10px 0;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
	position: fixed;
	height: 90vh;
	z-index: 700;
	overflow-y: auto !important; /* メニューが多くなったらスクロールできるように */	
}
#global-nav ul {
    list-style: none;
    bottom: 0;
    font-size: 90%;
	margin:0 auto;
	padding:24px 0;
}
#global-nav ul li {
    float: none;
}
#global-nav ul li a, #global-nav ul li.navLast a {
    width: 100%;
    display: block;
    color: #fff;
    padding: 1em 0;
	margin:15px auto 0 auto;
	text-decoration: none;
	font-weight: bold;
}
#global-nav ul li a {
	border-bottom: 1px solid #eee;
}
#global-nav ul li.navLast a {
	border: none;
}
#global-nav ul li a:after {
    content: "\f054";
	font-family: FontAwesome;
	padding-left:0.8em;
}
/* Toggle Button */
#nav-toggle {
	display: block;
	position: absolute;
	right: 22px;
	top: 20px;
	width: 34px;
	height: 36px;
	cursor: pointer;
	z-index: 900;
}
#nav-toggle div {
	position: relative;
}
#nav-toggle span {
	display: block;
	position: absolute;
	height: 4px;
	width: 100%;
	background: #666;
	left: 0;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
	top: 0;
}
#nav-toggle span:nth-child(2) {
	top: 11px;
}
#nav-toggle span:nth-child(3) {
	top: 22px;
}

/* #nav-toggle 切り替えアニメーション */
.open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
}
.open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
}
.open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
}
/* #global-nav スライドアニメーション */
.open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateX(-320px);
        -webkit-transform: translateX(-320px);
        transform: translateX(-320px);
}

/* PCサイト右側*/
#right {
	margin: 80px auto 0 auto;
	padding: 0;
	width: 98%;
}
.TopPH {
	display:none;
}
#flash {
	margin: 0 auto;
	text-align: center;
	display: block;
	width:90vw;
	height:48vw;
}
.TopPH img {
	display:none;
}
#contents {
	margin: 0;
	padding: 0;
	width: 100%;
}
#honbun {
	font-size: 100%;
	padding: 0 2px;
	width: 100%;
	text-align: left;
	height: auto;
	margin: 12px 0 0 0;
	box-sizing:border-box;
}
#oshirase ul {
	margin: 0px;
	padding: 0px;
}
#oshirase li {
	display: block;
	background: url(../images/point.gif) no-repeat left 5px;
	margin-top: 8px;
	font-size: 100%;
	line-height: 140%;
	list-style: none outside;
	padding-left: 20px;
	margin-right: 8px;
	margin-left: 8px;
}
#oshirase h2, #plan h2, #mise h2 {
	margin: 0 0 0.5em 0;
	padding: 0;
	font-size: 100%;
}
h2 .Subtitle {
	font-size: 1rem;
	display:block;
	box-sizing:border-box;
	width: 100%;
	margin: 0;
	position: relative;
	text-align: left !important;
	color: white;
    padding:0.3em 0.3em 0.3em 1.4em;
    background: -moz-linear-gradient(top, #42454a, #070707);
	background: -webkit-linear-gradient(top, #42454a, #070707);
	background: linear-gradient(to bottom, #42454a, #070707); 
}
.Subtitle::after {
    position: absolute;
    top: 50%;
    left:0.7em;
    transform:translateY(-50%);
    content: '';
    width: 5px;
    height:25px;
    background-color:#cc0000;
}
#plan {
	margin-top: 15px;
}
#plan ul {
	margin: 0px;
	padding: 0px;
}
#plan li {
	display: block;
	width:100%;
	min-height: 89px;
	font-size: 92%;
	line-height: 145%;
	list-style: none;
	margin: 0.5em 0;
	padding: 0.5em;
	box-sizing:border-box;
}
.planTxt {
	display: block;
	overflow: hidden;
}
.PlanTxt2 {
	font-size:100% !important;
	padding-left:0.5rem !important;
	margin:1rem 0 !important;
	text-align: left !important;
}

.planName {
	font-size: 109%;
}
.photo_left {
	float: left;
	margin-left: 0px;
	margin-right: 10px;
	max-width: 35%;
}
.MoreInfo a {
	text-align: center;
	display: block;
	font-weight: bold;
	width: 80%;
	margin: 1.5em auto 2em auto;
	position: relative;
	color: white;
	text-decoration: none;
    padding:0.5em;
    background: -moz-linear-gradient(top, #a84f4f, #993333);
	background: -webkit-linear-gradient(top, #a84f4f, #993333);
	background: linear-gradient(to bottom, #a84f4f, #993333);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;

}
.MoreInfo a:hover {
	background: -moz-linear-gradient(top, #d35e5e, #c34141);
	background: -webkit-linear-gradient(top, #d35e5e, #c34141);
	background: linear-gradient(to bottom, #d35e5e, #c34141);
}
#mise {
	margin: 15px auto 0 auto;
	text-align: center;
}
#mise .misePhoto {
	width:100%;
	margin: 0;
	padding:0;
	list-style: none;
	font-weight: bold;
	box-sizing: border-box;
}
.misePhoto li {
	display:block;
	width:100%;
	margin: 0;
	padding:0.8em !important;
	height: auto;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px dotted #eee;
	box-sizing: border-box;
}
.misePhoto li figure {
	display: block;
	width:98%;
	min-height: 80px;
	margin: 0;
	padding:0;
	font-size: 95%;
}
.misePhoto li figure img {
	float: left;
	max-width:35%;
	height:auto;
	padding: 0 0 0.3em 0 !important;
}
.misePhoto li figure figcaption {
	float: left;
	padding: 0.5em;
}

@media only screen and (max-width : 360px ){
.misePhoto li {
	height:75px !important;
}
.misePhoto li figure {
	font-size: 90% !important;
}
.misePhoto li figure img {
	float: left;
	max-width:32%;
	padding: 0 0 0.3em 0 !important;
}
}
@media only screen and (min-width : 590px ){
#mise .misePhoto {
	margin: 0 0 0 6px;
}
.misePhoto li {
	display:inline-block !important;
	width:160px;
	padding:0 !important;
	text-align: center;
	border-bottom: none;
}
.misePhoto li figure {
	width:160px;
	height:auto;
	font-size:88% !important;
}
.misePhoto li figure img {
    float:none;
	max-width:140px;
}
.misePhoto li figure figcaption {
	float:none;
	padding: 0;
}
}
#miyage {
	font-size: 100%;
	margin: 15px 0 0 0;
	padding: 0;
	width: 100%;
	text-align: left;
}
#miyage h2 {
	font-size: 100%;
	color: #FFFFFF;
	background: url(../images/box_back.jpg);
	padding: 0.2em;
	display: block;
	margin: 10px 0;
	width: 100%;
	box-sizing: border-box;
}

#miyage ul {
	margin: 0px;
	padding: 0px;
}
#miyage li {
	margin: 0px;
	padding: 8px !important;
	display: block;
	line-height: 140%;
	list-style: none outside;
	min-height: 80px;
	width: 100%;
	font-size:90%;
	box-sizing:border-box;
	border-bottom: 1px dotted #eee;
}
#miyage li a {
	font-size:110%;
}

img.clear_both, p img .clear_both {
	display: none !important;
}
/* モバイル用フッター上*/
#Prefooter {
	width:100%;
	background: #eee;
	margin:0 auto;
	padding:0 0 5px 0;
}
#Prefooter #bn2 img{
	margin:18px auto 0 auto;
}
#Group a {
	text-align: center;
	display: inline-block;
	font-weight: bold;
	width: 80%;
	margin: 1.5em auto 2em auto;
	position: relative;
	color: white;
	text-decoration: none;
    padding:0.5em;
    background: -moz-linear-gradient(top, #b09d9d, #997676);
	background: -webkit-linear-gradient(top, #b09d9d, #997676);
	background: linear-gradient(to bottom, #b09d9d, #997676);
}
#Group a:hover {
	background: -moz-linear-gradient(top, #d1987d, #c17c5a);
	background: -webkit-linear-gradient(top, #d1987d, #c17c5a);
	background: linear-gradient(to bottom, #d1987d, #c17c5a);
}
#Group a:after {
    content: "\f08e";
	font-family: FontAwesome;
	padding-left:0.8em;
}
#gaiyo2 {
	color: #333;
	background: #f8f8f8;
	text-align: center;
	height: auto;
	width: 90%;
	margin:15px auto;
	border: 1px solid #CCCCCC;
	padding: 1px;
}
#gaiyo2 h2 {
	font-size: 110%;
	font-weight: bolder;
	margin: 1px 1px 10px;
	padding: 2px;
	color: #FFFFFF;
	display: block;
	background: url(../images/box_back.jpg);
	text-align: center;
}
#gaiyo2 p {
	display:inline-block;
	text-align: left;
	line-height: 140%;
	font-size: 100%;
	margin: 0px auto;
	padding:0.5em;
}
#gaiyo2 img {
	margin: 10px auto;
}
@media only screen and (min-width : 580px ){
#gaiyo2 p {
	display:block;
	text-align: left;
	margin: 0px 10px;
	float:left;
}
#gaiyo2 img {
	float:right;
	margin: 0 10px 10px 10px;
}
}

/* 下層ページ関連*/
#page_top1{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: -50px;
  background: #ca5c30;
  opacity: 0.6;
  border-radius: 50%;
}
#page_top1 a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top1 a::before{
  font-family: 'FontAwesome';
  font-weight: 400;
  content: '\f077';
  font-size: 24px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -5px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

#cont-image h1 {
	margin: 0;
	padding: 0;
}
#contents:after, #main:after, #right:after, #miyage:after, #gaiyo2:after{
	content: "";
	clear: both;
	display: block;
	position: relative;
}
.title_bar {
	margin-bottom: 7px;
	display: block;
}

/* 宿泊プランページ */
#menulist {
	text-align: left;
	font-size: 100%;
	line-height: 160%;
	width: 100%;
}
#menulist ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#menulist li a {
	border-top: 1px solid #ccc;
	padding: 0.5em;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 10px solid #ccc;
	text-decoration: none;
	display: block;
	width: 98%;
	margin: 0.5em;
	box-sizing: border-box;
}
#menulist li a:after {
    content: "\f078";
	font-family: FontAwesome;
	padding-left:0.8em;
}
p.planCatch {
	color:#666;
	display:block;
	text-align: left !important;
	font-size:1.1rem;
	margin:0.8rem 0.3rem !important;
	font-weight: bold;
}
#kaisetsu2 ul {
	margin:0.5rem auto 0.8rem auto;
	padding:0;
	width:95%;
	list-style: none;
}
#kaisetsu2 li {
	text-align: left !important;	
	font-size: 1rem;
	margin:0.5rem 0.3rem;
	padding:0 0 0 1.5rem;
	text-indent: -1.5rem;
}
#kaisetsu2 li:before {
    content: "\f0a4";
	font-family: FontAwesome;
	padding-right:0.5rem;
	color:#dc8480;
}
.ToReserve a {
	text-align: center;
	display: block;
	font-weight: bold;
	font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:1.1rem;
	width: 80%;
	margin: 1.5em auto 2em auto;
	position: relative;
	color: white;
	text-decoration: none;
    padding:0.5em;
    background: -moz-linear-gradient(top, #a44318, #791f14);
	background: -webkit-linear-gradient(top, #a44318, #791f14);
	background: linear-gradient(to bottom, #a44318, #791f14);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;

}
.ToReserve a:hover {
	background: -moz-linear-gradient(top, #f15051, #cc0001);
	background: -webkit-linear-gradient(top, #f15051, #cc0001);
	background: linear-gradient(to bottom, #f15051, #cc0001);
}
.PlanNote a {
	text-decoration: none;
	display: block;
	text-align: center;
	border:2px solid #dc8480;
    padding:0.5rem;
	max-width: 80%;
	margin:0.8rem auto;
}
@media only screen and (max-width : 360px ){
.PlanNote a {
	font-size: 0.9rem
}
}
.PlanNote a:after {
    content: "\f054";
	font-family: FontAwesome;
	padding-left:0.5rem;
}
a.scroll_point {	
  display: block;
  margin-top: -50px;
  padding-top: 50px;
}

.junpaiPHOTO {
	width:100%;
	margin:10px auto;
	height:auto;
	border-top: 1px dotted #ddd;
	border-bottom:  1px dotted #ddd;
	padding:10px 0;
}
.junpaiPHOTO img {
	width:100%;
	height:auto;
}
.junpaiPHOTO p {
	font-size: 90%;
	color:#666;
	text-align: left;
	padding-left: 1em;
    text-indent: -1em;
}

/* 施設のご案内ページ */
#honbun-shisetsu {
	text-align: center;
	margin: 12px auto 0 auto;
	box-sizing: border-box;
	width:100%;
	padding:0 !important;
}
#honbun-shisetsu .Lead {
	display: inline-block;
	text-align: left;
	font-size: 1rem;
	line-height: 140%;
	margin: 0 auto !important;
	padding: 0.8rem;
	background: url(../shisetsu/images/shisetsu2.jpg) no-repeat right;
	background-color: #000;
	color: #FFF;
	font-weight: bold;
	text-shadow:2px 2px 2px #000;
	box-sizing: border-box;
	width:100%;
}
@media only screen and (max-width : 460px ){
#honbun-shisetsu .Lead {
	font-size: 0.9rem;
	display:inline-block;
	text-align: left;
	margin: 0 auto;
	padding: 0.8rem;
	background: #000;
}
}
#honbun-shisetsu h2 {
	background: url(../images/h3-title-back.jpg);
	padding: 0.3rem 0.5rem;
	color: #000000;
	border: 1px solid #CCC;
	font-size: 1rem;
	font-weight: bold;
	margin: 0.8rem 0 0 0;
	text-align: left;
	display: block;
}
.shisetuTBArea{
	margin: 18px auto;
	width:98%;
	box-sizing: border-box;
	text-align: center;
}
.shisetsuTB1, .shisetsuTB2{
	border-collapse: collapse;
	border: 1px solid #ccc;
	line-height: 1.35;
	text-align: left;
	width:95%;
}
.shisetsuTB1 td, .shisetsuTB2 td{
	border: 1px solid #ccc;
	padding:0.4rem;
}
.Cell01{
	background: #eee;
	width:8rem;
}
.shisetsuTB1{
	margin: 0 auto;
}
.shisetsuTB2{
	margin: 1rem auto;
}
@media only screen and (max-width : 500px ){
.shisetsuTB1 td, .shisetsuTB2 td{
	display: block;
	border: 1px solid #ccc;
	padding:0.4rem;
}
.Cell01{
	background: #eee;
	width:100%;
	box-sizing: border-box;
}
}
/* お食事のご案内、ご利用料金のご案内ページ */
#honbun-syokuji, #honbun-price {
	text-align: center;
	margin: 12px auto 18px auto;
	box-sizing: border-box;
	width:100%;
	padding:0 !important;
}
#honbun-syokuji .Lead {
	display: inline-block;
	text-align: left;
	font-size: 1rem;
	line-height: 140%;
	margin: 0 auto !important;
	padding: 0.8rem;
	background: url(../syokuji/images/imagejpg2.jpg) no-repeat right;
	background-color: #000;
	color: #FFF;
	font-weight: bold;
	text-shadow:2px 2px 2px #000000 !important;
	box-sizing: border-box;
	width:100%;
}
@media only screen and (max-width : 560px ){
#honbun-syokuji .Lead {
	font-size: 0.9rem;
	display:inline-block;
	text-align: left;
	margin: 0 auto;
	padding: 0.8rem;
	background: #000;
}
}
#honbun-syokuji h2, #honbun-price h2, #honbun-access h2 {
	background: url(../images/h3-title-back.jpg);
	padding: 0.3rem 0.5rem;
	color: #000000;
	border: 1px solid #CCC;
	font-size: 1rem;
	font-weight: bold;
	margin: 0.8rem 0 0 0;
	text-align: left;
	display: block;
}
#honbun-syokuji table, #honbun-price table{
	border-collapse: collapse;
	border: 1px solid #ccc;
	line-height: 1.5;
	text-align: left;
	width:100%;
	margin: 18px auto 0 auto;
}
#honbun-syokuji table td{
	border: 1px solid #ccc;
	padding:0.35rem;
	width:50%;
}
#honbun-price table td{
	border: 1px solid #ccc;
	padding:0.35rem;
}
@media only screen and (max-width : 480px ){
#honbun-syokuji table, #honbun-price table{
	font-size: 0.95rem;
}
}

/* アクセス */
#honbun-access .Lead {
	display: inline-block;
	text-align: left;
	font-size: 1rem;
	line-height: 140%;
	margin: 0.8rem auto 0 auto !important;
	padding: 0.8rem;
	background: url(../access/images/image2.jpg) no-repeat right;
	background-color: #000;
	color: #FFF;
	font-weight: bold;
	text-shadow:2px 2px 2px #000000 !important;
	box-sizing: border-box;
	width:100%;
}
@media only screen and (max-width : 440px ){
#honbun-access .Lead {
	font-size: 0.9rem;
	display:inline-block;
	text-align: left;
	margin: 0 auto;
	padding: 0.8rem;
	background: #000;
}
}
#mapBox { width:88%; margin: 0 auto; text-align: center;}
#map {margin: 20px auto;}
#map img{max-width:none;}

/*法定表示・プライバシー*/
#honbun-low {
	font-size: 100%;
	text-align: left;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	box-sizing: border-box;
}
#honbun-low dl{
	width:100%;
	margin:20px 0 24px 0;
}
#honbun-low dl dt{
	background: url(../images/h3-title-back.jpg);
	padding: 0.5rem 0.5rem 0.5rem 1rem;
	color: #000;
	border: 1px solid #CCC;
	margin: 1.8rem 0 1rem 0;
	font-weight: bold;
}
#honbun-low dl dd{
	padding: 0 1rem;
	color: #666;
	margin: 0 0 1rem 0;
}
#honbun-low dl dd p {
	padding: 0;
	margin:0 0 1.2rem 0;
	line-height: 140%;
}
#honbun-low dl dd table {
	width:80%;
	border:1px solid #ccc;
	border-collapse: collapse;
	text-align: left;
	margin:1.2rem auto;
}
#honbun-low dl dd table td {
	border: 1px solid #ccc;
	padding:0.5rem;
	margin:0;
}

/*問い合わせ.ご予約*/
#kaisetsu {
	width:100%;
	box-sizing: border-box;
	margin:0 auto;
}

#kaisetsu ul {
	text-align: left;
	line-height: 150%;
	font-size: 1rem;
	margin:0 auto;
	padding:0.8rem 2rem;
}
#kaisetsu li {
	margin:0.5rem auto;
	padding:0.2rem;
}
#kaisetsu form {
	text-align: center;
	margin: 0 auto;
}
.ResvBox {
	font-size: 1rem;
	text-align: center !important;
	width: 98%;
	margin-right: auto !important;
	margin-left: auto !important;
	margin-bottom: 1.5rem;
	box-sizing: border-box;
}
.inqForm {
	font-size: 1rem;
	text-align: left;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 1.5rem;
	border-collapse: collapse;
	box-sizing: border-box;
}
.ResvForm {
	text-align: left;
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 1.5rem;
	border-collapse: collapse;
	box-sizing: border-box;
}
.inqForm td {
	display:block;
	border:1px solid #ccc;
	padding:0.5em 0.3em;
	vertical-align: top;
	width: 100%;
	box-sizing: border-box;
}
.ResvForm td {
	display:block;
	border:1px solid #ccc;
	padding:0.5em 0.3em;
	vertical-align: top;
	width: 100%;
	box-sizing: border-box;
}
.inqForm td.inqForm01, .ResvForm td.ResvForm01 {
	text-align: left;
	background: #dadada;
}
.ResvForm td.ResvForm02 {
	padding:0;
	text-align: left;
	margin:0;
}
.inqForm textarea {
	width:98%;
	box-sizing:border-box;
	padding: 1em;
	margin:0 auto;
	font-size: 16px;
}
.inqForm input {
	max-width:100%;
	box-sizing:border-box;
}
.inq_001, .inq_002 {
	width:98%;
}
.ResvForm textarea {
	width:100%;
	font-size:16px;
	padding: 1rem;
	margin:0;
	box-sizing: border-box;
}
.ResvForm select {
	font-size: 1.1rem;
	margin:0.5rem 0;
}
.ResvForm input {
	padding: 0.3rem;
	font-size: 1rem;
	margin:0;
	box-sizing: border-box;
}
.ResvForm input.Resv02 {
	width:100%;
	padding: 0.3rem;
	font-size: 16px;
	margin:0;
	box-sizing: border-box;
}
@media only screen and (max-width : 450px ){
.ResvForm input.Resv02 {
	width:96%;
	padding: 0.3rem;
	font-size: 16px;
	margin:0;
	box-sizing: border-box;
}
}
ul.ResvPlan {
	list-style: none;
	margin:0.2rem 0.5rem !important;
	padding: 0 !important;
}
ul.ResvPlan li {
	padding: 0.6rem 0;
	margin:0 !important;
}
.okonomi1 {
	padding: 0.6rem 0.5rem;
	width:90%;
	margin:1rem auto !important;
	display: block;
	border-top:1px dotted #666;
	border-bottom:1px dotted #666;
	background: #eee;
	font-size:1rem;
}
p.okonomi2 {
	margin:0.5rem auto !important;
	border-top:1px dotted #666;
	padding:0.5rem 0;
}
.inq_btn1, .inq_btn2 {
	display: inline-block;
	margin-right:0.8rem;
	margin-left:0.8rem;
	min-height: 3rem;
	font-size: 1rem;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	padding: 0.5rem 0.3rem;
	line-height: 1rem;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.inq_btn1{
	background: #614520;
	border:2px solid #614520;
	color: #fff;
}
.inq_btn1:hover {
	background: #832b2f;
	border:2px solid #832b2f;
}
.inq_btn2 {
	background: #c7c7c7;
	border:2px solid #666;
	color: #666;
}
.inq_btn2:hover {
	background: #666;
	border:2px solid #666;
	color: #fff;
}
.okonomi1 input[type=checkbox] {
    display: none;
}
.checkbox2019 {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 30px;
    position: relative;
    width: auto;
}
.checkbox2019::before {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    content: '';
    display: block;
    height: 16px;
    left: 5px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 16px;
}
.checkbox2019::after {
    border-right: 6px solid #cc3300;
    border-bottom: 3px solid #cc3300;
    content: '';
    display: block;
    height: 20px;
    left: 7px;
    margin-top: -16px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: rotate(45deg) translate3d(0,2px,0) scale3d(.7,.7,1);
    transition: transform .2s ease-in-out, opacity .2s ease-in-out;
    width: 9px;
}
.okonomi1 input[type=checkbox]:checked + .checkbox2019::before {
    border-color: #666;
}
.okonomi1 input[type=checkbox]:checked + .checkbox2019::after {
    opacity: 1;
    transform: rotate(45deg) scale3d(1,1,1);
}


/*商品cart*/
#honbun-cart {
	font-size: 100%;
	text-align: left;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
#honbun-cart h2 {
	background: url(../images/h3-title-back.jpg);
	padding: 5px 5px 5px 10px;
	color: #000000;
	border: 1px solid #CCCCCC;
	font-size: 100%;
	margin: 20px 0px;
}
#honbun-cart p {
	line-height: 150%;
	letter-spacing: 0.1em;
	margin: 0;
}
#goods_list {
	margin: 0;
	padding: 0;
}
#goods_list li {
	display: block;
	margin: 0.3em auto;
	padding: 0.3em;
	width: 100%;
	font-size: 90%;
	line-height: 130%;
	background: url(../cart/images/listback.jpg) no-repeat right bottom;
	border-bottom: 1px dotted #ccc;
	box-sizing: border-box;
}
#goods_list li img {
	border: 1px solid #b16565;
	width:69px;
	height:auto;
}
#goods_list li a {
	font-size: 1.1rem;
}
#goods_list ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#goods_list em {
	font-weight: bold;
	color: #990033;
	padding: 0px 5px;
}
#goods_list:after, #goods_list ul:after, #goods_list ul li:after {
	content: "";
	clear: both;
	display: block;
	position: relative;
}
a.scroll_point2 {	
  display: block;
  margin-top: -60px;
  padding-top: 60px;
}
a.scroll_point3 {	
  display: block;
  margin-top: -120px;
  padding-top: 120px;
}
#honbun-cart h3 {
	background: url(../images/h3-title-back.jpg);
	font-size: 15px;
	line-height: 130%;
	color: #333333;
	padding: 3px 3px 3px 10px;
	border-left: 7px solid #CCCCCC;
	display: block;
	width:100%;
	box-sizing: border-box;
}
#honbun-cart form {
	margin: 0px;
	padding: 0px;
}
.form {
	font-size: 0.9rem;
	text-align: left;
}
.syouhinmei {
	font-size: 1rem;
	font-weight: bold;
	color: #666666;
	background: url(../images/back2.jpg);
}
.items {
	display: block;
	margin:0 auto 5px auto;
	padding:0;
	box-sizing: border-box;
	vertical-align: top;
	text-align: center;
	width:100%;
}
.itemBox {
	font-size: 1rem;
	letter-spacing: normal !important;
	display: inline-block;
	width:100%;
	box-sizing: border-box;
	margin:0 auto 10px auto;
	padding:0 10px;
	vertical-align: top;
	text-align: left;
}
.itemBox img {
	display: block;
	margin:5px auto;
}
.itemBox p.item_text {
	font-size: 0.9rem;
	padding:0.5rem;
}
.itemBox table {
	margin:16px 0;
	width:100%;
}

.itemBox table td {
	display:block;
	margin:10px 0;
	padding: 10px 0;
}
.itemBox table select {
	font-size: 1.05rem;
}
.btn01 {
	display: inline-block;
	margin-right:0.25rem;
	margin-left:0.25rem;
	font-size: 1.15rem;
	text-align: center;
	cursor: pointer;
	padding: 0.5rem 0.2rem;
	background: #fff;
	color: #333;
	line-height: 1rem;
	border: 2px solid #cc6600;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.btn01:hover{
	background: #cc6600;
	color: #fff;
}
.itemBox .caution, .itemBox .caution2 {
	color: #FF0000;
    text-indent: -1em;
	padding-left:1rem;
}
.itemBox .caution {
	font-size: 1rem;
}
.itemBox .caution2 {
	font-size: 0.9rem;
}
.item_bottom {
	width:100%;
	margin: 0 auto 14px auto;
	border-bottom:1px dotted #ccc;
	text-align: center;
}
.basket a {
	text-align: center;
	display: inline-block;
	font-size: 1rem;
	font-weight: bold;
	width: 70%;
	margin: 0.8em auto;
	position: relative;
	color: white;
	text-decoration: none;
	text-shadow:2px 2px 5px #000;
    padding:0.5em;
    background: -moz-linear-gradient(top, #b3a970, #a39a66);
	background: -webkit-linear-gradient(top, #b3a970, #a39a66);
	background: linear-gradient(to bottom, #b3a970, #a39a66);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.basket a:hover {
	background: -moz-linear-gradient(top, #b68c72, #a37d66);
	background: -webkit-linear-gradient(top, #b68c72, #a37d66);
	background: linear-gradient(to bottom, #b68c72, #a37d66);
}
.basket a:before {
    content: "\f291";
	font-family: FontAwesome;
	padding-right:0.8rem;
}

.ShopBasket1 {
	font-size:0.9em;
}
.ShopBasket1 input, .ShopBasket1 select, .ShopTB002 input, .ShopTB002 select, .ShopTB002 textarea {
	font-size:16px !important;
	padding:0.3rem;
}
.ShopTB002 textarea {
	width:98% !important;
}

.ShopBasket1 td.sh025 {
	min-width:8rem !important;
}
.scrollTB{
	overflow: auto;
	white-space: nowrap;
}
.scrollTB::-webkit-scrollbar{
	 height: 12px;
}
.scrollTB::-webkit-scrollbar-track{
	background: #F1F1F1;
}
.scrollTB::-webkit-scrollbar-thumb {
	background: #BCBCBC;
}
.ShopTBBox{
	width:100%;
}
.ShopTB002 {
	width:100%;
}
