@charset "UTF-8";

/*
 reset
==============================*/

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,dialog,figure,footer,header,hgroup,menu,nav,section,time,mark,audio,video { margin:0; padding:0; border:0; outline:0; font-size:small; vertical-align:baseline; background:none; }
body { line-height:1; }
article,aside,dialog,figure,footer,header,hgroup,nav,section { display:block; }
ul { list-style:none; }
blockquote,q { quotes:none; }
blockquote:before,blockquote:after,q:before,q:after { content:''; content:none; }
a { margin:0; padding:0; border:0; vertical-align:baseline; background:transparent; }
ins { background-color:#ff9; color:#000; text-decoration:none; }
mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }
del { text-decoration: line-through; }
abbr[title],dfn[title] { border-bottom:1px dotted #000; cursor:help; }
table { border-collapse:collapse; border-spacing:0; }
hr { display:block; height:1px; border:0; border-top:1px solid #cccccc; margin:1em 0; padding:0; }
input,select { vertical-align:middle; }
img { vertical-align:top; max-width: 100%}


/*
 page common
==============================*/
.spOnly,.spOnlyI{ display:none;}
.pcOnly{ display:block;}
.pcOnlyI{ display:inline-block;}


/* body ----------*/
body { position: relative; }
body > iframe { position: absolute; bottom: 0; }
a:link,a:visited { color:#003372; text-decoration:underline;}
a:hover,a:active { color:#003372; text-decoration:none;}

/* margin bottom ----------*/
.mb5px  { margin-bottom: 5px; }
.mb10px { margin-bottom:10px; }
.mb15px { margin-bottom:15px; }
.mb20px { margin-bottom:20px; }
.mb25px { margin-bottom:25px; }
.mb30px { margin-bottom:30px; }
.mb35px { margin-bottom:35px; }
.mb40px { margin-bottom:40px; }
.mb45px { margin-bottom:45px; }
.mb50px { margin-bottom:50px; }
.mb55px { margin-bottom:55px; }
.mb60px { margin-bottom:50px; }
.mb65px { margin-bottom:65px; }
.mb70px { margin-bottom:70px; }
.mb75px { margin-bottom:75px; }
.mb80px { margin-bottom:80px; }
/* margin right ----------*/
.mr5px  { margin-right: 5px; }
.mr10px { margin-right:10px; }
.mr15px { margin-right:15px; }
.mr20px { margin-right:20px; }
/* margin left ----------*/
.ml5px  { margin-left: 5px; }
.ml10px { margin-left:10px; }
.ml15px { margin-left:15px; }
.ml20px { margin-left:20px; }
/* margin top ----------*/
.mt20px  { margin-top: 20px; }

/* align ----------*/
.ac { text-align: center; }
.ar { text-align: right; }
.al { text-align: left; }

/* float ----------*/
.fb { overflow:hidden; }
.fr { float:right; }
.fl { float:left; }

 /* clearfix ----------*/
.fb:after
 { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.fb
 { display: inline-table; min-height: 1%; }
/* Hides from IE-mac \*/
* html .fb
 { height: 1%; }
.fb
 { display: block; }
/* End hide from IE-mac */

/* clearfix ----------*/
.clearfix:after
 { content: ""; display: block; height: 0; clear: both; }
 
 
/*
 contents
==============================*/
#contents{
	margin: 0 auto;
	width: 730px;
}

#header h1{
	text-align: center;
	padding: 20px 0 10px 0;
}
#footer{
	background: #00377B;
	padding: 15px 0;
}
#footer p{
	color: #ffffff;
	font-size: 10px;
	text-align: center;
}


/*
 Lineup
==============================*/
#Lineup{
	margin-bottom: 50px;
}
.itemList{
	margin: 0 auto;
	font-size: 0;
	text-align: left;
}
.itemList li{
	display: inline-block;
	border: 1px #098bfd solid;
	border-radius: 5px;
	width: 325px;
	margin: 0 0 20px 28px;
	vertical-align: top;
	box-sizing: border-box;
}
.itemList li a{
	display: block;
	text-decoration: none;
	text-align: center;
}
.itemList li h2{
	background: #098bfd;
	border-radius: 4px 4px 0 0;
	padding: 22px 0;
	margin: 0 0 5px 0;
	color:#ffffff ;
	font-size: 16px;
	text-align: center;
	text-decoration: underline;
	line-height: 1;
}
.itemList li .price_icon{
	padding: 8px 12px 8px 12px;
	color: #cb1212;
	font-size: 15px;
	font-weight: bold;
	
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0;
}
.itemList li .txt{
	border-radius: 0 0 6px 6px;
	background-color: #fffcd2;
background-image: -webkit-gradient(linear, 0 0, 100% 0, color-stop(.5, #fffef6), color-stop(.5, transparent), to(transparent));
background-image:linear-gradient( 90deg, #fffef6 50%, transparent 50% );
background-size: 4px;
	padding: 15px 12px;
	color: #333333;
	text-align: center;
	font-size: 13px;
	margin: 0;
	line-height: 1.5em;
}

.info { width:730px; height:239px; position:relative; }
.info .i { position:absolute; left:0; top:0; }
.info .bt { position:absolute; left:384px; top:130px; }
.info_mini{ position:relative; margin:10px 0; }
.info_mini .bt{ position:absolute; left:336px; top:18px;}
.info_middle{
	position:relative;
	margin:10px 0 20px 0;
}
.info_middle .bt{
	position:absolute;
	left: 348px;
  top: 15px;
  width: 300px
}
.info_middle .bt.large{
	left: 383px;
  top: 20px;
  width: auto;
}
.in .typeList{
	text-align: center;
}
.in .typeList p.typeImg img{
	width: 50%;	
}

.in .itemDetail{
	position: relative;
	border: 1px #00377B solid;
	background: #FFFFFF;
	padding: 15px 15px 10px;
	margin: 0 0 20px 0;
}
.in .itemDetail::after{
	content:"";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.in .itemDetail dt{
	float: left;
	color: #00377a;
	font-size: 13px;
	font-weight: bold;
}
.in .itemDetail dt::before{
	content: "●";
	font-size: 15px;
}
.in .itemDetail dd{
	padding: 0 0 0.5em 12em;
	font-weight: bold;
	line-height: 1.6;
}

/* originaluchiwa ----------*/
#originaluchiwa .itemDetail p{
	text-align: center;
	margin: 15px auto;
}
#originaluchiwa .flex{
  display: flex;
  align-items: center;
}

#originaluchiwa .flex img{
  max-width: 100px
}
#originaluchiwa .flex img.large{
  max-width: 200px
}

/* price -------------*/

/* price ----------*/
.price h3 { border-left:5px solid #00377B; padding-left:5px; color:#00377B; font-size:20px; margin-bottom:10px;}
.price .size_menu { display: flex;
 justify-content: flex-start;
 align-items: flex-end;
}
.price .size_menu li { }

.contents {
    display: none;
}
.contents.show {
    display: block;
}
.tabli{
  cursor:pointer;
  position: relative;
  width: 50%;
  height: 80px;

}
.tabli img{
  position: absolute;
  left:0;
top:0;
opacity: 1;
}

.tabli img.off{
  opacity: 0;
}
.price .in { border:20px solid #00377B; padding:20px 10px; overflow:hidden;}
.price .price_menu { position:relative; z-index:2;
display: flex;
justify-content: flex-start;
align-items: flex-end;}
.price .price_menu li {  margin-right:11px;}
.price .price_menu li.fl2 { margin-right:10px;}
.price .price_menu li.fl2:last-child { margin-right:0;}
.price .in_price_contents { border:1px solid #00377B; padding:9px; position:relative; margin-top:-1px;}
.price .price_menu2 { position:relative; z-index:2;display: flex;
justify-content: flex-start;
align-items: flex-end}
.price .price_menu2 li {  margin-right:11px;}
vprice .price_menu2 li.fl2 {  margin-right:10px;}
.price .price_menu2 li.fl2:last-child { margin-right:0;}

.price p { line-height:1.5em;}
.price .in { width:670px; border:20px solid #00377B; padding:10px; overflow:hidden;}
.price_seat { width:100%; border:2px solid #ccc; border-collapse:collapse;}
.price_seat th { padding:20px; border-right:2px solid #ccc; border-bottom:2px solid #ccc;}
.price_seat td { padding:10px 6px; border-right:2px solid #ccc; border-bottom:1px dotted #ccc; font-weight:bold; text-align:center;}
.price_seat tr.even td { background:#eee;}
.price_seat th.n { width:20%; background:#666; color:#fff; vertical-align:middle;}
.price_seat th.th1 { background:#8C0000; color:#fff;}
.price_seat th.th2 { background:#00377B; color:#fff;}
.price_seat th.th3 { background:#B25900; color:#fff;}
.price_seat th.bbD { border-bottom:1px dotted #ccc;}
.price_seat th.brD { border-right:1px dotted #ccc;}
.price_seat td.n { padding:10px; text-align:right; font-weight:normal;}
.price_seat td.rs { vertical-align:middle;}
.price_menu2 { width:650px; position:relative; z-index:2;}
.price_menu2 li { float:left; margin-right:11px;}
.price_menu2 li.fl2 { float:left; margin-right:10px; cursor:pointer}
.price_menu2 li.fl2:last-child { margin-right:0;}
.in_price_contents2 { border:1px solid #00377B; padding:9px; position:relative; margin-top:-1px;}

/* uchiwa -------------*/
.uchiwadoBnr{
background-image: linear-gradient(90deg, #22d3ee, #5d92f7);
  border: 2px solid #00377B;
  width: 80%;
  margin: auto
}
.uchiwadoBnr a{
  display: flex;
  align-items: center;
  text-decoration: none;
  justify-content: space-between
}
.uchiwadoBnr p{
  color: #00377B;;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  width: calc(100% - 156px);
  line-height: 1.6
}
.uchiwadoBnr p span{
  font-size: 11px;
}
.uchiwadoBnr img{
  height: 120px;
}
/* label -------------*/
.red { color:#F00;}

/* page_title ----------*/
.page_title { height:29px; background:url(img/h1.jpg) 0 0 no-repeat; padding:10px 10px 0; font-size:16px; font-weight:bold; color:#FFF;}

/* info_mini ----------*/
.info_mini .bt{ position:absolute; left:336px; top:18px;}

/*
 formArea
==============================*/
#formArea h2{
	text-align: center;
	font-weight: bold;
	font-size: 28px;
	color: #ffffff;
	background: #00377B;
	padding: 20px 15px;
	border-radius: 8px 8px 0 0;
}
#formArea .formInfo{
	background: #f3f3f3;
	line-height: 1.5em;
	padding: 15px;
}
#formArea .formInfo h3{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}
#formArea > table,
.confirm table,
#formArea .formTable{
	margin: 0 auto;
	width: 730px;
}
#formArea table td table th,
.confirm table th,
#formArea .formTable th{
	background: #ffe674;
	border-bottom: 1px solid #ffffff;
	padding: 15px 20px;
	line-height: 1.5em;
	width: 25%;
	vertical-align: middle;
	text-align: left;
}
#formArea table td table td,
.confirm table td,
#formArea .formTable td{
	border-bottom: 1px solid #cccccc;
	padding: 15px 20px;
	line-height: 1.5em;
}
#formArea table td table th span{
	font-size: 11px;
	font-weight: bold;
}
#formArea table td table td span{
	font-size: 11px;
}
#formArea table td table td input,
#formArea table td table td select{
	font-size: 13px;
}

#formArea #privacy{
	border: 1px solid #cccccc;
	padding: 15px;
	margin: 20px auto 50px auto;
}
#formArea #privacy dt{
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	padding-bottom: 10px;
}
#formArea #privacy dd{
	line-height: 1.5em;
}

#formArea .btn button,
#formArea .btnSubmit input[type="submit"] ,
#formArea .btnSubmit input[type="button"] {
	background:#FF7C00;
	color: #ffffff;
	padding: 15px 90px;
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	margin-top: 30px;
	border: none;
	border-radius: 6px;
	-moz-box-shadow: 5px 10px 5px -6px rgba(0, 0, 0, 0.31);
-webkit-box-shadow: 5px 10px 5px -6px rgba(0, 0, 0, 0.31);
-ms-box-shadow: 5px 10px 5px -6px rgba(0, 0, 0, 0.31);
box-shadow: 5px 10px 5px -6px rgba(0, 0, 0, 0.31);
}
.btnSubmit{
	text-align: center;
	margin-bottom: 40px;
}

.confirm h2{
	text-align:center;
	font-size:20px;
	margin:30px;
}
.confirm input{
height: 60px;
width: 140px;
margin:10px 10px 0 200px;
}

.error_messe{
	margin: 0 0 10px;
}
.formMesse{
	margin: 20px auto;
	text-align: center;
}
/*-----------------
     price Detail
----------------*/
.priceDetail{
	margin-bottom: 20px;
}
.priceDetail dt{
	margin-bottom: 10px;
	color: #023783;
	font-size: 20px;
	font-weight: bold;
}
.priceDetail dd{	
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	color: #023783;
	font-size:20px;
	font-weight: bold;
}
.priceDetail dd> span,
.priceDetail dd> span:first-child{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 1px;
	font-size:20px;
}
.priceDetail dd> span:first-child{
	background: #fe9223;
	width: 100%;
	padding: 0;
	color: #ffffff;
	font-size:24px ;
}
.priceDetail dd p{	
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	border: 1px #023783 solid;
	color: #023783;
	font-size: 20px;
	font-weight: bold;
	width: 100%;
	padding: 5px 10px;
	box-sizing: border-box;
}
.priceDetail dd p span{
	display: block;
	width: 100%;
	padding: 2px 0 0 0;
	font-size: 12px;
	line-height: 1.2;
	text-align: center;
}
#pr1 .priceDetail p,
#pr2 .priceDetail p{
	padding: 5px 3px;
	font-size: 18px;
	letter-spacing: -0.05em;
}


/*------------------------------------------------------------------------
              smartphone
--------------------------------------------------------------------------*/
@media screen and (max-width: 640px) {
	body{
		font-family: Arial, Roboto, “Droid Sans”, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
		/*font-family:Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;*/
	
-webkit-text-size-adjust: 100%;
	}
img{
	max-width:100%;}
.pcOnly,.pcOnlyI{ display:none;}
.spOnly{ display:block;}
.spOnlyI{ display:inline-block;}


/*
 contents
==============================*/
#contents{
	width: 94%;
}

#header h1{
	padding-top: 4px;
}


/*
 Lineup
==============================*/
#Lineup{
	margin-bottom: 20px;
}

.itemList li{
	width: 100%;
	margin: 0 0 20px 0;
}
.itemList li .txt{
	font-size: 14px;
	line-height: 1.3em;
}
.itemList li .price_icon span{
	font-size: 15px;
}

.price .in { width:86%; border:12px solid #00377B; padding:10px; overflow:hidden;}
.price_seat th { padding:15px 4px; border-right:2px solid #ccc; border-bottom:2px solid #ccc;}
.price_seat td { padding:10px 4px; border-right:2px solid #ccc; border-bottom:1px dotted #ccc; font-weight:bold; text-align:center;}
.price_menu2 { width:100%;}
.price_menu2 li.fl2{width: 48%;}

.info { width:100%; height:auto; position:relative; }
.in .itemDetail dt{
	font-size: 14px;
	line-height: 1.6em;
}
.in .itemDetail dd{
	padding-left:9em;
	font-size: 14px;
}
/* calendar ----------*/
.calendar{
	margin-bottom: 30px;
}


/*
 formArea
==============================*/
#formArea h2{
	font-size: 20px;
	padding: 14px 8px;
}
#formArea .formInfo{
	padding: 8px;
}
#formArea > table,
#formArea table td table,
#formArea .formTable{
	width: 100%;
}
#formArea table td table th,
#formArea table td table td,
#formArea .formTable th,
#formArea .formTable td{
	display: block;
	width:94%;
	padding: 8px 10px;
	border-bottom: none;
	font-size: 14px;
	margin: 0 auto;
}
#formArea table td table td,
#formArea .formTable td{
	padding: 8px 0 20px 0;
}
#formArea table td table td input.wAll,
#formArea table td table td textarea{
	width: 96%;
}

}