@charset "UTF-8";

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, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
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;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

/*************   共通設定   *************/
img{
	border: none;
	vertical-align: bottom;
}
.clear{
	clear: both;
	display: block;
}
.right{
	float: right;
}
.right_img{
	float: right;
	margin: 0 0 0 15px;
}
.right_sp{
	float: right;
}
.right_img_sp{
	float: right;
	margin: 0 0 0 15px;
}
.left{
	float: left;
}
.left_img{
	float: left;
	margin: 0 15px 0 0;
}
.left_sp{
	float: left;
}
.left_img_sp{
	float: left;
	margin: 0 15px 0 0;
}
.center{
	text-align: center;
}
.normal{
	font-weight: normal;
}
.bold{
	font-weight: bold;
}
.mb5{
	margin-bottom: 5px;
}
.mb10{
	margin-bottom: 10px;
}
.mb15{
	margin-bottom: 15px;
}
.mb20{
	margin-bottom: 20px;
}
.mb25{
	margin-bottom: 25px;
}
.mb30{
	margin-bottom: 30px;
}
.mb35{
	margin-bottom: 35px;
}
.mb40{
	margin-bottom: 40px;
}
.mb45{
	margin-bottom: 45px;
}
.mb50{
	margin-bottom: 50px;
}
.mt5{
	margin-top: 5px;
}
.mt10{
	margin-top: 10px;
}
.mt15{
	margin-top: 15px;
}
.mt20{
	margin-top: 20px;
}
.mt25{
	margin-top: 25px;
}
.mt30{
	margin-top: 30px;
}
.mt35{
	margin-top: 35px;
}
.mt40{
	margin-top: 40px;
}
.mt45{
	margin-top: 45px;
}
.mt50{
	margin-top: 50px;
}
.ml5{
	margin-left: 5px;
}
.ml10{
	margin-left: 10px;
}
.ml15{
	margin-left: 15px;
}
.ml20{
	margin-left: 20px;
}
.ml25{
	margin-left: 25px;
}
.ml30{
	margin-left: 30px;
}
.ml35{
	margin-left: 35px;
}
.ml40{
	margin-left: 40px;
}
.ml45{
	margin-left: 45px;
}
.ml50{
	margin-left: 50px;
}
.mr5{
	margin-right: 5px;
}
.mr10{
	margin-right: 10px;
}
.mr15{
	margin-right: 15px;
}
.mr20{
	margin-right: 20px;
}
.mr25{
	margin-right: 25px;
}
.mr30{
	margin-right: 30px;
}
.mr35{
	margin-right: 35px;
}
.mr40{
	margin-right: 40px;
}
.mr45{
	margin-right: 45px;
}
.mr50{
	margin-right: 50px;
}
.font8{
	font-size: 8px;
}
.font10{
	font-size: 10px;
}
.font12{
	font-size: 12px;
}
.font14{
	font-size: 14px;
}
.font16{
	font-size: 16px;
}
.font18{
	font-size: 18px;
}
.font20{
	font-size: 20px;
}
.font22{
	font-size: 22px;
}
.font24{
	font-size: 24px;
}
.font26{
	font-size: 26px;
}
.font28{
	font-size: 28px;
}
.font30{
	font-size: 30px;
}
.font40{
	font-size: 40px;
}
.font50{
	font-size: 50px;
}
.caution{
	color: #F00;
}
.black01{
	color: #000;
}
.orange01{
	color: #F90;
}
.orange02{
	color: #F60;
}
.gray01{
	color: #CCC;
}
.gray02{
	color: #999;
}
.gray03{
	color: #666;
}
.gray04{
	color: #333;
}
.red01{
	color: #FF0004;
}

/****************************ボタン設定****************************/
.btn01 {
	position: relative;
	background-color: #1abc9c;
	border-radius: 4px;
	color: #fff;
	line-height: 52px;
	-webkit-transition: none;
	transition: none;
	box-shadow: 0 3px 0 #0e8c73;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}
.btn01:hover {
	background-color: #31c8aa;
	box-shadow: 0 3px 0 #23a188;
}
.btn01:active {
	top: 3px;
	box-shadow: none;
}

/*************   リンク設定   *************/
a:link,a:visited{
	color: #000;
	text-decoration:underline;
}
a:hover,a:active{
	color: #000;
	text-decoration:none;
}
a.style01:link,a.style01:visited{
	color: #000;
	text-decoration:none;
}
a.style01:hover,a.style01:active{
	color: #000;
	text-decoration:underline;
}

a.hover:hover img {
        filter: alpha(opacity=80);
        -moz-opacity:0.80;
        opacity:0.80;
    }

.show_sp{
	display: none;
}


/****************************段落設定****************************/
h1{
	margin: 0;
	padding: 0;
}

h2{
	margin: 0;
	padding: 0;
}
h2.h2_style01{
	margin: 0 0 10px 0;
	padding: 0;
	color: #ffffff;
	font-size: 28px;
	font-weight:bold;
}
h2.h2_style02{
	margin: 0 0 20px 0;
	padding: 0;
	color: #0085d0;
	font-size: 24px;
	font-weight:bold;
	border-bottom: 2px solid #CCC;
}
h2.h2_style03{
	margin: 0 0 10px 0;
	padding: 0;
	color: #ffffff;
	font-size: 36px;
	font-weight:bold;
}

h3{
	margin: 0;
	padding: 0;
}
h3.h3_style01{
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 16px;
	color: #d40216;
}

/**************************** body ****************************/
body{
	font-size: 0.9em;
	line-height: 1.5;
	color: #333;
	font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	min-width:1080px;
}

/**************************** container ****************************/
#container{
	margin: 0;
	padding: 0;
}

#main{
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
}

#main_left{
	margin: 0;
	padding: 0;
	width: 280px;
	left: 0;
	top: 0;
	position: absolute;
	min-height: 700px;
}
#main_right{
	margin: 0 0 0 280px;
	padding: 0;
	border-left: 1px solid #C0C0C0;
	min-height: 700px;
	min-width: 800px;
}
.logobpx01{
	margin: 0;
	padding: 38px 0 30px 32px;
}

.topbox{
	margin: 0 0 0 0;
	padding: 350px 50px 40px 95px;
	background: url(../img/bg_top2023.jpg) right top no-repeat;
	/*background-size: 100% auto;*/
	background-size: cover;
}

.box01{
	margin: 0 0 45px 0;
	padding: 0;
}
.box02{
	margin: 0 0 65px 0;
	padding: 0;
}
.topbox01{
	margin: 0 0 4px 0;
	padding: 0;
	background: rgba(255,255,255,0.8);
}
.topbox01 table{
	margin: 0;
	padding: 0;
	width: 100%;
	border-collapse: collapse;
	font-size: 18px;
}
.topbox01 table th{
	margin: 0;
	padding: 20px 30px;
	text-align: left;
	width: 200px;
	vertical-align: top;
}
.topbox01 table td{
	margin: 0;
	padding: 20px 0;
	text-align: left;
	vertical-align: top;
	font-weight: bold;
}

.topbox02{
	margin: 0 0 4px 0;
	padding: 25px 35px;
	background: rgba(255,255,255,0.8);
}
.topbox02 table tr{
	border-bottom: 1px solid #DFDDDD;
}
.topbox02 table tr:last-child{
	border-bottom: none;
}
.topbox02 table{
	margin: 0;
	padding: 0;
	width: 100%;
	border-collapse: collapse;
	font-size: 28px;
}
.topbox02 table th{
	margin: 0;
	padding: 10px 0 10px 30px;
	text-align: left;
	vertical-align: top;
	color: #0085d0;
	white-space: pre;
	width: 350px;
}
.topbox02 table td{
	margin: 0;
	padding: 10px 0;
	text-align: left;
	vertical-align: top;
}

.topbox03{
	margin: 0 0 4px 0;
	padding: 25px 35px;
	background: rgba(255,255,255,0.8);
}
.topbox03 table{
	margin: 0;
	padding: 0;
	width: 100%;
	border-collapse: collapse;
	font-size: 24px;
}
.topbox03 table th{
	margin: 0;
	padding: 10px 0 10px 30px;
	text-align: left;
	vertical-align: top;
	white-space: pre;
	width: 320px;
}
.topbox03 table th.line{
	width: inherit;
}
.topbox03 table td{
	margin: 0;
	padding: 10px 30px;
	text-align: left;
	vertical-align: top;
}

.h1box01{
	margin: 0;
	padding: 115px 0 115px 115px;
	background: url(../img/bg_low2023.png) 0 bottom no-repeat;
	background-size: cover;
}
.h1box01 h1{
	margin: 0;
	padding: 0;
	color: #FFF;
	font-size: 32px;
}
.lowbox{
	margin: 0;
	padding: 80px 50px 125px 115px;
	/* padding: 80px 50px 125px 50px; */
}

.greebox01{
	margin: 0 60px 40px 0;
	padding: 0;
	font-size: 18px;
	line-height: 280%;
}
.greebox02{
	margin: 0 60px 40px 0;
	padding: 0;
	font-size: 18px;
	line-height: 250%;
	text-align: right;
	font-weight: bold;
}

.aboutbox01{
	margin: 0 0 0 0;
	padding: 0 0;
}
/* .aboutbox01 table tr{
	
} */
/*.aboutbox01 table tr:last-child{
	
}*/
.aboutbox01 table{
	margin: 0;
	padding: 0;
	width: 100%;
	border-collapse: collapse;
	font-size: 18px;
	border-top: 1px solid #DFDDDD;
}
.aboutbox01 table th{
	margin: 0;
	padding: 15px 0 15px 20px;
	text-align: left;
	vertical-align: top;
	color: #0085d0;
	white-space: pre;
}
.aboutbox01 table td{
	margin: 0;
	padding: 15px 30px;
	text-align: left;
	vertical-align: top;
}

/**************************** header ****************************/
header{
	margin: 0;
	padding: 0;
}

#headerbox{
	margin: 0;
	padding: 0;
	height: 120px
}
#headerbox_in{
	margin: 0 auto;
	padding: 0;
	width: 920px
}

/**************************** footer ****************************/
footer{
	margin: 0;
	padding: 0;	
}

#footerbox{
	margin: 0;
	padding: 0;
}
.footerbox_link{
	margin: 0;
	padding: 30px 0 15px 95px;
	background-color: #EBEBEB;
}
.footerbox_link .logo{
	margin: 0 3% 0 0;
	padding: 0;
	float: left;
    height: 100px;
}
.footerbox_link .logo img{
	height: 100%;
}
.footerbox_link ul{
	margin: 0 0 0 8%;
	padding: 0;
	float: left;
	list-style: none;
}
.footerbox_link ul li{
	margin: 0 0 10px 0;
	padding: 0;
	color: #777777;
	font-size: 14px;
	font-weight: bold;
}
.footerbox_link ul li a{
	margin: 0 0 10px 0;
	padding: 0;
	color: #777777;
	text-decoration: none;
}
.footerbox_link ul li a:hover{
	text-decoration: underline;
}

.copyright{
	margin: 0;
	padding: 12px 0 0 0;
	text-align: center;
	color: #FFFFFF;
	font-size: 12px;
	background-color: #0085d0;
	height: 40px;
}

.counter{
	margin: 0;
	padding: 8px 0 0 0;
	text-align: center;
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	background-color: #B7B7B7;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 280px;
	height: 40px;
}
#pagetop{
	margin: 0;
	padding: 0;
	position: fixed;
	bottom: 50px;
	right: 20px;
	display: none;
	z-index: 9999;
}

/**************************** section ****************************/
section{
	margin: 0;
	padding: 0;
}

article{
	margin: 0;
	padding: 0;
}

/**************************** nav ****************************/
nav{
	margin: 0;
	padding: 0;
}

#gnav{
	margin: 0;
	padding: 0;
	border-top: 1px solid #C0C0C0;
}

#gnav ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

#gnav ul li{
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #C0C0C0;
}

#gnav ul a.nav01{
	margin: 0;
	padding: 0;
	width: 160px;
	height: 60px;
	display: block;
	overflow: hidden;
	background: url(../../../data/img/mainnavi.png) 0 0 no-repeat;
}

#gnav ul a.nav02{
	margin: 0;
	padding: 0;
	width: 160px;
	height: 60px;
	display: block;
	overflow: hidden;
	background: url(../../../data/img/mainnavi.png) -160px 0 no-repeat;
}

#gnav ul a{
	margin: 0;
	padding: 15px 0 15px 32px;
	display: block;
	overflow: hidden;
	color: #0085d0;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}
#gnav ul a.active{
	color: #FFF;
	background-color: #0085d0;
}
#gnav ul a:hover,#gnav ul a:active{
	color: #FFF;
	background-color: #0085d0;
}

/****************************ul li設定****************************/
	
ul.list_style01{
	margin: 0 0 0 0;
	padding: 0;
	list-style: disc;
}
ul.list_style01 li{
	margin: 0 0 15px 20px;
	padding: 0;
}

ul.list_style02{
	margin: 0 0 0 0;
	padding: 0;
	list-style: decimal;
}
ul.list_style02 li{
	margin: 0 0 15px 20px;
	padding: 0;
}

/****************************table設定****************************/
table.table_style01{
	margin: 0;
	padding: 0;
	width: 100%;
	border-collapse: collapse;
	font-size: 18px;
}
table.table_style01{
	margin: 0;
	padding: 0;
	width: 100%;
	border-collapse: collapse;
	font-size: 18px;
}
table.table_style01 tr{
	border-bottom: 1px solid #DFDDDD;
}
/*table.table_style01 tr:last-child{
	border-bottom: none;
}*/
table.table_style01 th{
	margin: 0;
	padding: 15px 0 15px 20px;
	text-align: left;
	vertical-align: top;
	white-space: pre;
}
table.table_style01 td{
	margin: 0;
	padding: 15px 30px;
	text-align: left;
	vertical-align: top;
}

table.table_style02{
	margin: 0;
	padding: 0;
	width: 100%;
	border-collapse: collapse;
	font-size: 18px;
	border-top: 1px solid #DFDDDD;
}
table.table_style02{
	margin: 0;
	padding: 0;
	width: 100%;
	border-collapse: collapse;
	font-size: 18px;
}
table.table_style02 tr{
	border-bottom: 1px solid #DFDDDD;
}
/*table.table_style02 tr:last-child{
	border-bottom: none;
}*/
table.table_style02 th{
	margin: 0;
	padding: 15px 0 15px 20px;
	text-align: left;
	vertical-align: top;
	white-space: pre;
	width: 220px;
}
table.table_style02 td{
	margin: 0;
	padding: 15px 30px;
	text-align: left;
	vertical-align: top;
	white-space: pre;
}

table.table_style03{
	margin: 0;
	padding: 0;
	width: 100%;
	border-collapse: collapse;
	font-size: 18px;
	border-top: 1px solid #DFDDDD;
}
table.table_style03{
	margin: 0;
	padding: 0;
	width: 100%;
	border-collapse: collapse;
	font-size: 18px;
}
table.table_style03 tr{
	border-bottom: 1px solid #DFDDDD;
}
/*table.table_style02 tr:last-child{
	border-bottom: none;
}*/
table.table_style03 th{
	margin: 0;
	padding: 15px 0 5px 20px;
	text-align: left;
	vertical-align: top;
	white-space: pre;
	/* width: 350px; */
	width: 100%;
	display: block;
}
table.table_style03 td{
	margin: 0;
	padding: 5px 30px 15px 20px;
	text-align: left;
	vertical-align: top;
	white-space: pre;
	display: block;
}

table.table_inquiry{
	margin: 0 0 30px 0;
	padding: 0;
	width: 100%;
	border-collapse: collapse;
	border: 3px solid #EEE;
}
table.table_inquiry th{
	margin: 0;
	padding: 20px;
	width: 300px;
	text-align: left;
	vertical-align: top;
	border: 1px solid #EEE;
}
table.table_inquiry td{
	margin: 0;
	padding: 20px;
	text-align: left;
	vertical-align: top;
	border: 1px solid #EEE;
}
table.table_inquiry td.btn{
	margin: 0;
	padding: 20px;
	text-align: center;
	vertical-align: top;
	border: none;
}

/**************************** form設定 IE_CSS3 ****************************/
input[type="text"], input[type="email"], input[type="password"], textarea {
	padding: 5px;
	font-size:18px;
	border:1px solid #CCC;
	border-radius: 3px;  
	-webkit-border-radius: 3px;  
	-moz-border-radius: 3px;
	width: 100%;
}
input[type="submit"]{
	margin: 0 10px;
	padding: 15px;
	display: inline-block;
	color: #FFF;
	font-size: 18px;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	width: 250px;
	cursor: pointer;
	background-color: #0085d0;
	border: none;
}
.form_check input[type="submit"]:disabled{
	background-color: #AAA;
    pointer-events: none;
}
.form_check input[type="submit"]:disabled:hover{
	opacity: 1.0;
}
.form_check input[type="submit"]{
	background-color: #0085d0;
}
input[type="submit"]:hover{
	opacity: 0.8;
}
input[type="button"]{
	margin: 0 10px;
	padding: 15px;
	display: inline-block;
	color: #FFF;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	width: 250px;
	cursor: pointer;
	background-color: #999;
	border: none;
}
input[type="button"]:hover{
	opacity: 0.8;
}


.recbox02{
	margin: 0;
	padding: 10px 0 0 0;
}

.btnbox01{
	margin: 0;
	padding: 30px 0 0 0;
	text-align: center;
}
.btnbox01 a{
	margin: 0 auto;
	padding: 15px;
	display: block;
	color: #FFF;
	font-size: 18px;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	width: 300px;
	background-color: #EB2E52;
}
.btnbox01 a:hover{
	opacity: 0.8;
}
.btnbox01 p{
	font-size: 12px;
}

.probox01{
	margin: 0 0 0 0;
	padding: 30px 0;
	border: 3px solid #EEE;
	text-align: center;
	background-color: #EEE;
	vertical-align: middle;
}
.probox01 img{
	vertical-align: middle;
}
.probox02{
	margin: 0 0 0 0;
	padding: 0 0;
}
.probox02 table tr{
	border-bottom: 1px solid #DFDDDD;
}
/*.aboutbox01 table tr:last-child{
	border-bottom: none;
}*/
.probox02 table{
	margin: 0;
	padding: 0;
	width: 100%;
	border-collapse: collapse;
	font-size: 18px;
}
.probox02 table th{
	margin: 0;
	padding: 15px 0 15px 20px;
	text-align: left;
	vertical-align: top;
	color: #0085d0;
	white-space: pre;
}
.probox02 table td{
	margin: 0;
	padding: 15px 30px;
	text-align: left;
	vertical-align: top;
}

.accbox01 {
	font-size: 24px;
}
.accbox01_in{
	margin: 0;
	padding: 0;
	height: 500px;
	border:2px solid #EEE;
}
.accbox01_in iframe{
	width: 100%;
	height: 100%;
}

.mw100{
	max-width: 100%;
}

.add_offer_box01{
	margin: 0 0 30px 0;
	padding: 20px 20px 10px 20px;
	border: 2px solid #EEE;
}
.add_offer_box01 ul{
	margin: 0 0 0 0;
	padding: 0;
	list-style: disc;
}
.add_offer_box01 ul li{
	margin: 0 0 10px 20px;
	padding: 0;
}
.add_offer_box01_midashi01{
	margin: 0 0 5px 0;
	padding: 20px 0 0 0;
	font-weight: bold;
	font-size: 18px;
}

.bannerbox{
	margin: 0;
	padding: 30px 0 0 0;
	text-align: center;
}
.bannerbox_in{
	margin: 0 0 20px 0;
}
.bannerbox img {
	border:solid 1px #000000;
}



.probox02 table.table_child {
    border-collapse: collapse;
    font-size: 18px;
    margin: 0 0 15px 0;
    padding: 0;
    width: inherit;
}
.probox02 table.table_child tr {
    border-bottom: none;
}
.probox02 table.table_child td {
    margin: 0;
    padding: 0 20px 5px 0;
    text-align: left;
    vertical-align: top;
}

input[type="text"].zip{
	width: 150px;
	margin: 0 0 10px 10px;
}
input[type="submit"]:disabled {
	background: #ccc;
  }

.timetablebox .title{
    margin: 0 0 15px;
}
.timetablebox .title .titlebox{
    width: 52%;
    float: left;
    text-align: center;
}
.timetablebox .title .titlebox:nth-of-type(1){
    padding: 0 4% 0 0;
}
.timetablebox .title .titlebox h2{
    color: #0085d0;
    font-size: 24px;
    font-weight: bold;
    display: inline-block;    
}
.timetablebox .title .titlebox:nth-of-type(2){
    width: 48%;
}

.timetablebox .title .titlebox .btn_movie{
    display: inline-block;
    /*float: right;*/
}
.timetablebox .title .titlebox .btn_movie a{
    display: inline-block;
    color: #FFF;
    border-radius: 6px;
    background-color: #BC1E21;
    padding: 15px 25px;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
}
.timetablebox .title .titlebox .btn_movie a:hover{
    opacity: 0.8;
    transition: 0.4s;
}
.timetablebox .title .titlebox .btn_movie a img{
    width: 30px;
    margin: 0 10px 0 0;
}

.timetablebox table{
    width: 100%;
    border-collapse: collapse;
}
.timetablebox table th{
    text-align: center;
    vertical-align: top;
    border: 1px solid #DEDFDF;
    background-color: #EFEFEF;
    padding: 10px;
    font-size: 18px;
}
.timetablebox table th.w01{
    width: 14%;
}
.timetablebox table th.w02{
    width: 34%;
}
.timetablebox table td{
    text-align: left;
    vertical-align: top;
    border: 1px solid #DEDFDF;
    padding: 10px;
}
.timetablebox table td.nobor{
    border: none;
    width: 4%;
}
.timetablebox table td.time{
    font-weight: bold;
    font-size: 18px;
    background-color: #FCF8D8;
}
.timetablebox table td.text{
    font-size: 15px;
}
.timetablebox table td.text .midashi01{
    font-weight: bold;
    margin: 0 0 5px;
}
.timetablebox table td.text .midashi01 img{
    width: 30px;
    margin: 0 0 0 10px;
}
.timetablebox table td.text .text01{
    margin: 0 0 10px;
}

.offer-btn{
display: none;
}

div.wpcf7 {
	margin: 0;
	padding: 0;
}

div.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	width: 1px;
	margin: 0;
	padding: 0;
	border: 0;
}

div.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid #ff0000;
}

div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
}

div.wpcf7-mail-sent-ng,
div.wpcf7-aborted {
	border: 2px solid #ff0000;
}

div.wpcf7-spam-blocked {
	border: 2px solid #ffa500;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
	border: 2px solid #ff0000;
}

.wpcf7-form-control-wrap {
	position: relative;
}

span.wpcf7-not-valid-tip {
	color: #f00;
	font-size: 1em;
	font-weight: normal;
	display: block;
}

.use-floating-validation-tip span.wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	border: 1px solid #ff0000;
	background: #fff;
	padding: .2em .8em;
}

span.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

span.wpcf7-list-item-label::before,
span.wpcf7-list-item-label::after {
	content: " ";
}

.wpcf7-display-none {
	display: none;
}

div.wpcf7 .ajax-loader {
	visibility: hidden;
	display: inline-block;
	background-image: url('../../../images/ajax-loader.gif');
	width: 16px;
	height: 16px;
	border: none;
	padding: 0;
	margin: 0 0 0 4px;
	vertical-align: middle;
}

div.wpcf7 .ajax-loader.is-active {
	visibility: visible;
}

div.wpcf7 div.ajax-error {
	display: none;
}

div.wpcf7 .placeheld {
	color: #888;
}

div.wpcf7 input[type="file"] {
	cursor: pointer;
}

div.wpcf7 input[type="file"]:disabled {
	cursor: default;
}

div.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}

.top-img{
text-align: center;
padding: 10px 10px 100px 10px;
}
.top-img img{
width: 1200px;
}


/* program */
p.top-cap {
    margin-bottom: 20px;
}
.btns {
    display: flex;
    margin-bottom: 38px;
}
a.btn {
    width: 100%;
    max-width: 300px;
    height: 60px;
    border-radius: 10px;
    padding: 18px;
    display: flex;
    align-items: center;
    background-color: #105f89;
    margin-right: 26px;
    color: white;
    font-size: 18px;
    line-height: 1;
    font-weight: 600;
	text-decoration: none;
}
.green a.btn {
    background-color: #10896b;
}
.btns .btn::before {
    content: "";
    display: block;
    min-width: 17px;
    height: 13px;
    background-image: url("../img/icon-arrow.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
    margin-right: 18px;
    margin-top: 5px;
}
.green .btn::before {
    margin-right: 78px;
}
#program h2.title {
    color: #fff;
    padding: 12px 5px 12px 20px;
    background: #333;
    font-size: 20px;
    margin-bottom: 15px;
}
#program h3.sub-title {
    font-size: 18px;
    color: #333;
    margin-bottom: 10px;
    padding-left: 8px;
}
#program .time-tit{
	border-left: solid 5px #0085d0;
}
#program p.time {
    margin: 10px 0 2px;
	font-size: 18px;
    padding-left: 8px;
}
#program p.em-title {
    font-size: 20px;
    color: #0085d0;
    font-weight: bolder;
	border-bottom: 1px solid #0085d0;
}
#program th.zacyou{ width: 30%;}
#program td.zacyouname {
    width: 20%;
}
#program th.zacyou {
    color: #333333;
    font-weight: normal;
    padding: 15px 30px;
}
#program th.mt-20{
	margin-top: 20px;
}
#program td.kyousai {
    font-size: clamp(14px, 1.825vw, 18px);
}


/* entry-style */
#registration dl.flexbox {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#registration dl dt, #registration dl dd {
    border: 0px solid green;
    padding: 1rem;
    margin: 0;
    width: 50%;
    -webkit-justify-content: center;
    -ms-flex-pack: justify;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#registration dl dt a, #registration dl dd a {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 1.5rem;
    margin: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 1.4;
    color: #ffffff;
    text-decoration: none;
    font-size: clamp(14px, 1.825vw, 20px);
    background-color: #0085d0;
}
#registration dl dt small {
    font-size: 14px;
}
#registration dl dt a:hover, #registration dl dd a:hover {
    opacity: 0.5;
}
#registration span.red {
    color: red;
}
#registration section > h4:not(first-of-type) {
    margin-top: 40px;
}
#registration h4.title {
    color: #fff;
    padding: 12px 5px 12px 20px;
    background: #333;
    font-size: 20px;
    margin-bottom: 15px;
}
#registration table {
    line-height: 1.6;
    padding: 0;
    margin: 1em 0 0;
    border-collapse: collapse;
    border-spacing: 0;
}
#registration .txt-center {
    text-align: center !important;
}
#registration th {
    background: #ccc;
}
#registration table th, #registration table td {
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    padding: 0.5em 2.5em;
    vertical-align: top;
}

#registration section > p{
    margin-top: 30px;
}
#registration p.cap-txt {
    margin-top: 10px;
}
#registration span.em-txt {
    font-size: 17px;
    color: #0085d0;
}



/*************************
 20240423 スマホ対応
*************************/
/* ハンバーガーメニュー */
.menu-trigger,
.menu-trigger span {
    display: inline-block;
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

}
.menu-trigger {
    margin-right: 0;
    display: none;
    position: absolute;
    right: 15px;
    top: 20px;
    z-index: 9999999;
    width: 30px;
    height: 20px;
}
.menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #999;
}
.menu-trigger span:nth-of-type(1) {
    top: 0;
}
.menu-trigger span:nth-of-type(2) {
    top: 9px;
}
.menu-trigger span:nth-of-type(3) {
    bottom: 0px;
}
.menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(9px) rotate(-45deg);
    transform: translateY(9px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-9px) rotate(45deg);
    transform: translateY(-9px) rotate(45deg);
}
.menu-trigger.active{
    position: fixed;
}

#overlay{
    display: none;
    width: 100%;
    height:100%;
    position: fixed;
    top: 0;
	left: 0;
    z-index: 100;
    background: #fff;
    overflow-y: auto;
}
#overlay .logobpx01 {
    max-width: 150px;
    width: 26.5%;
    padding: 5px 15px;
}

ul.spmenu{
    margin: 0;
    padding: 20px 15px 0;
    list-style: none;
}
ul.spmenu li{
    margin: 0;
    padding: 0;
}
ul.spmenu li a{
    margin: 0;
    padding: 10px;
    display: block;
    text-align: left;
    font-size: 16px;
    color: #0085d0;
    text-decoration: none;
    border-bottom: 1px solid #C0C0C0;
    font-weight: bold;
}



@media screen and (max-width: 768px) {
	body {
		min-width: 100%;
		overflow-x: hidden;
	}
	.show_sp{
		display: block;
	}

	.menu-trigger {
		display: block;
	}
	#main_right {
		margin: 16% 0 0;
		padding-top: 0;
		min-height: unset;
		min-width: unset;
	}
	#main_left {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		min-height: unset;
		background-color: #fff;
		padding: 5px 15px;
	}
	.logobpx01 {
		max-width: 150px;
		width: 20%;
		margin: 0;
		padding: 0;
	}
	.logobpx01 img {
		width: 100%;
	}
	#gnav {
		display: none;
	}
	.bannerbox {
		display: none !important;
	}

	tr.under-line::after{ content:''; display: block; width: 100%; height: 1px; margin-top: 10px; background: #dbd5d5;}
	tr.space { margin-bottom: 1rem; display: block;}
	.aboutbox01 table{ border-top: unset;}

	/**************************** footer ****************************/
	#footerbox .bannerbox {
		display: flex !important;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
		padding: 20px 5%;
	}
	#footerbox	.bannerbox_in {
		width: 47%;
		margin-bottom: 10px;
	}
	.footerbox_link{
		padding: 20px 5% 50px;
	}
	.footerbox_link .logo{
		margin: 0 0 15px 0;
		float: unset;
		height: 80px;
	}
	.footerbox_link .logo img{
		height: 100%;
	}
	.footerbox_link ul{
		margin: 0 0 0 10px;
		float: unset;
	}
	.footerbox_link ul li{
		margin: 0 0 10px 0;
		font-size: 13px;
	}
	.footerbox_link ul li span {
		display: inline-block;
		margin-right: 5px;
		vertical-align: baseline;
		font-size: 12px;
	}

	.copyright{
		padding: 12px 0 0 0;
		font-size: 12px;
	}

	.counter{
		position: absolute;
		left: 0;
		bottom: 40px;
		width: 100%;
	}
	#pagetop{
		width: 40px;
		height: 40px;
	}

	/***** 段落設定 *****/
	h2.h2_style01{
		margin: 0 0 10px 0;
		padding: 0;
		font-size: 22px;
	}
	h2.h2_style02{
		font-size: 20px;
	}
	h2.h2_style03{
		margin: 0 0 10px 0;
		padding: 0;
		font-size: 22px;
	}
	h3.h3_style01{
		margin: 0 0 10px 0;
		padding: 0;
		font-size: 16px;
		color: #d40216;
	}


	.topbox {
		margin: 0 0 0 0;
		padding: 30% 4% 10%;
		background-image: url(../img/bg_top2023_sp.jpg);
		background-color: #010438;
		background-position: left top;
		background-size: 100%;
		background-repeat: no-repeat;
	}
	.box01{
		margin: 0 0 45px 0;
		padding: 0;
	}
	.box02{
		margin: 0 0 65px 0;
		padding: 0;
	}
	.topbox01{
		margin: 0 0 4px 0;
		padding: 10px 0;
		background: rgba(255,255,255,0.8);
	}
	.topbox01 table{
		font-size: 16px;
	}
	.topbox01 table th,
	.topbox01 table td {
		display: block;
		width: 100%;
		margin: 0;
		padding: 15px 15px 10px;
		text-align: left;
	}
	.topbox01 table td {
		padding: 0 15px 10px;
	}

	.topbox02{
		margin: 0 0 4px 0;
		padding: 20px 4%;
	}
	.topbox02 table tr{
		border-bottom: 1px solid #DFDDDD;
	}
	.topbox02 table tr:last-child{
		border-bottom: none;
	}
	.topbox02 table{
		font-size: 18px;
	}
	.topbox02 table th,
	.topbox02 table td {
		display: block;
		width: 100%;
		padding: 10px 0;
	}
	/* .topbox02 table th{
		text-align: center;
	} */
	.topbox02 table td{
		font-size: 16px;
	}
	.topbox02 table td p.mb20 {
		margin-bottom: 10px !important;
	}
	
	.topbox03{
		margin: 0 0 4px 0;
		padding: 20px 4%;
	}
	.topbox03 table{
		font-size: 16px;
	}
	.topbox03 table th,
	.topbox03 table td {
		display: block;
		width: 100%;
		padding: 10px 0;
	}
	.topbox03 table td p.mb20 {
		margin-bottom: 10px !important;
	}
	
	.h1box01{
		margin: 0;
		padding: 15% 10%;
		background: url(../img/bg_low2023.png) center bottom no-repeat;
		background-size: cover;
	}
	.h1box01 h1{
		margin: 0;
		padding: 0;
		font-size: 24px;
	}
	.lowbox{
		margin: 0;
		padding: 30px 4%;
	}

	img {
		max-width: 100%;
	}

	/* greeting */
	.greebox01{
		margin: 0;
		padding: 0;
		font-size: 16px;
		line-height: 2;
	}
	.greebox01 p:first-of-type {
		margin-bottom: 15px;
	}
	.greebox02 {
		margin: 20px 0 0 auto;
		font-size: 16px;
		line-height: 2;
		text-align: left;
		width: fit-content;
	}

	/* about */
	.aboutbox01{
		margin: 0 0 0 0;
		padding: 0 0;
	}
	.aboutbox01 table tr{
		border-bottom: 1px solid #DFDDDD;
	}
	#program .aboutbox01 table tr{
		border-bottom: 0;
	}
	.aboutbox01 table th,
	.aboutbox01 table td {
		display: block;
		width: 100%;
		/* padding: 10px; */
		padding: unset;
	}
	.aboutbox01 table th {
		/* text-align: center; */
		/* padding-top: 20px; */
	}
	.aboutbox01 table th +th {
		display: none;
	}
	.aboutbox01 table td{
		font-size: 16px;
		padding: 0 30px;
	}
	
	/* program */
	p.top-cap {
		margin-bottom: 20px;
	}
	.btns {
		justify-content: space-between;
		margin-bottom: 25px;
	}
	a.btn {
		width: 48%;
		height: 60px;
		padding: 10px;
		margin-right: 0;
		font-size: 16px;
		line-height: 1.3;
	}
	.btns .btn::before {
		content: "";
		display: block;
		min-width: 17px;
		height: 13px;
		background-image: url("../img/icon-arrow.png");
		background-repeat: no-repeat;
		background-position: left center;
		background-size: cover;
		margin-right: 18px;
		margin-top: 5px;
	}
	.green .btn::before {
		margin-right: 78px;
	}
	#program h2.title {
		padding: 13px;
		font-size: 18px;
		margin-bottom: 15px;
	}
	#program h3.sub-title {
		font-size: 16px;
		margin-bottom: 10px;
		padding-left: 5px;
	}
	#program .time-tit{
		margin-top: 30px;
		border-left: solid 5px #0085d0;
	}
	#program p.time {
		margin: 10px 0 2px;
		font-size: 15px;
		padding-left: 5px;
	}
	#program p.em-title {
		font-size: 18px;
		margin-bottom: 1rem;
	}
	#program th.zacyou {
		width: 100%;
		/* padding: 10px 10px 0; */
		padding: unset;
		text-align: left;
		font-size: 16px;
	}
	#program td.zacyouname {
		width: 100%;
		padding: 0 30px;
	}
	#program th.mt-20{
		margin-top: 20px;
	}
	#program td.kyousai {
		font-size: clamp(14px, 1.825vw, 18px);
	}

	/* entry-style */
	#registration dl.flexbox {
		width: 100%;
	}
	#registration dl dt, #registration dl dd {
		padding: 15px 10px 0;
		margin: 0;
		width: 100%;
	}
	#registration section > h4:not(first-of-type) {
		margin-top: 40px;
	}
	#registration h4.title {
		color: #fff;
		padding: 12px 5px 12px 20px;
		background: #333;
		font-size: 20px;
		margin-bottom: 15px;
	}
	#registration table {
		line-height: 1.6;
		padding: 0;
		margin: 1em 0 0;
		width: 100%;
		table-layout: fixed;
	}
	#registration .txt-center {
		text-align: center !important;
	}
	#registration table th, #registration table td {
		padding: 10px 9px;
		vertical-align: top;
	}
	#registration table.table02 {
		border-top: 1px solid #999;
	}
	#registration table.table02 th,
	#registration table.table02 td {
		display: block;
		width: 100%;
		border: none;
	}
	#registration table.table02 td {
		border-bottom: 1px solid #999;
	}

	#registration section > p{
		margin-top: 30px;
	}
	#registration p.cap-txt {
		margin-top: 10px;
	}
	#registration span.em-txt {
		font-size: 17px;
		color: #0085d0;
	}

	/* access */
	.accbox01 {
		font-size: 18px;
	}
	
	/* contact */
	table.table_inquiry {
		border: 2px solid #EEE;
	}
	table.table_inquiry th,
	table.table_inquiry td {
		display: block;
		width: 100%;
		padding: 15px;
	}
	table.table_inquiry td.btn{
		margin: 0;
		padding: 20px;
		text-align: center;
		vertical-align: top;
		border: none;
	}
	input[type="text"], input[type="email"], input[type="password"], textarea {
		font-size: 16px;
	}

}