@charset "utf-8";
/* CSS Document */

a{border:0;}

*{
margin:0;
padding:0;
}


h1,h2,h3,h4,h5{
font-size:100%;
font-weight:normal;
margin:0;
}

img{border:0;}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{
	padding:0;
	margin-right: 0;
	margin-left: 0;
}

body{
font:16px/1.8 Verdana,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',osaka,'メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
*font-size:small;
*font:x-small;
color:#000;
text-align:left;
}

/* IE6 and IE7 Hack */
* html body {font-family: 'ＭＳ Ｐゴシック',sans-serif;}
*:first-child+html body {font-family: 'メイリオ','ＭＳ Ｐゴシック',sans-serif;}

br.clr{
clear:both;
}

.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.clearfix {
display: inline-block;
min-height: 1%;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}

a img:hover {opacity: 0.6;transition: 0.5s;}

.fl_r{float:right;margin-left:10px;}
.fl_l{float:left;margin-right:10px;}

.aligncenter{text-align:center;}
.alignright{text-align:right;}
.alignleft{text-align:left}

.PCnone{display:none;}
.SPnone{display:block;}

.fnt140-120{ font-size:140%;}
.fnt250-150{ font-size:250%;}

.mb25-10{ margin-bottom:25px}
.mt5{ margin-top:5px;}

.ws80-100{ width:80% !important;}

@media only screen and (max-width: 640px) {

.PCnone{display:block;}	
.SPnone{display:none;}

.fnt140-120{ font-size:120%;}
.fnt250-150{ font-size:150%;}

img { max-width:100%;}
	
.mb25-10{ margin-bottom:10px}

.ws100{ width:100% !important;}
.ws95{ width:95% !important;}
.ws90{ width:90% !important;}
.ws80{ width:80% !important;}
.ws70{ width:70% !important;}
.ws80-100{ width:100% !important;}

.sw50{ width:50%;}
.sw40{ width:40%;}

.mb30-10{ margin-bottom:10px !important;}
.mb20-10{ margin-bottom:10px !important;}
.mb40-15{ margin-bottom:15px !important;}
.mb60-20{ margin-bottom:20px !important;}
.mb80-20{ margin-bottom:20px !important;}
.mb100-20{ margin-bottom:20px !important;}

.txt-s{text-shadow: 1px 1px 1px #fff, -1px 1px 1px #fff, 1px -1px 1px #fff, -1px -1px 1px #fff;}

h3 img{width:100%; height:auto}

tbody { width:100%;}

table thead { display: none;}
table tr {
    display: block;
	width:100%;
}

table th { display: block;}

table td { display: block;}

table td:before {
    content: attr(aria-label);
    float: left;
}

	
}


/*申込選択ページ
--------------------------------------------------------------------------------*/

#reserve #main #content #catch {
	width:770px;
	margin:0 auto 30px
}

#entry-cont h1 {
  font-size: 38px;
  font-weight: bold;
  text-align: center;
  position: relative;
  margin: 30px auto 50px auto;
  color: #aa1419;
  line-height: 1.3;
  letter-spacing: 2px;
}
#entry-cont h1::before {
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 3px;
  content: "";
  background-color: #aa1419;
}
#entry-cont h1 span {
  font-size: 15px;
  display: block;
  margin-top: 5px;
  font-weight: normal;
  color: #707070;
}

.yu-gothic {
	font-family:"游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif
}
.section {
	width:720px;
	margin:0 auto 80px;
	clear:both
}
.linetit {
	font-size:32px;
	text-align:center;
	border:none;
	color:#2cbf13;
	margin:30px auto 30px
}

.linetit img {
	width:160px;
	padding:0px 10px 6px
}

.l-caution {
	text-align:center;
	color:#666;
	font-size:14px;
	margin:-30px auto 40px
}

.comment {
	color:#666;
	padding:20px;
	margin-bottom:40px;
	background:#f4f4f4;
	font-size:14px
}

.arrow-or{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 60px 0 60px;
    border-color: #f98f05 transparent transparent transparent;
    margin: 20px auto;
}

.e-btn01{
	text-align:center;
	margin: 0 auto 30px auto;
}


/* スマホ用のCSS */
@media only screen and (max-width: 640px) {
	



}






