@charset "utf-8";
/* CSS Document */
html {
    visibility: hidden;
}
html.wf-active,
html.loading-delay {
    visibility: visible;
}
@keyframes fadein {
from {
    opacity: 0;
    transform: translateY(20px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
/* 
---------------------------------------
reset
---------------------------------------
*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, figure {
	margin:0;
	padding:0;
	box-sizing: border-box;
}
body {
	/*font-family: '游ゴシック体', 'YuGothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif; ガイドラインに沿って下記設定に変更*/

font-family: "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "メイリオ" , Meiryo , "Meiryo UI" , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif , Avenir , /*"Open Sans" , italicになったのでコメントアウト*/"Helvetica Neue" , Helvetica , Arial , Verdana , Roboto ;
	letter-spacing:0;
	line-height:1.7;
	font-weight: 500; /*“font-weight: 500;” という指定が肝で、この数値を指定してやると、Macでは「ミディアム」、Windows10では「中（ミディアム）」が使用されるらしい*/
	-webkit-text-size-adjust: 100%; /*iPhoneフォントサイズが拡大されるバグの対策*/
}

html {
	overflow-y:scroll;
}
table {
	border-collapse:collapse;
	border-spacing:0;
	vertical-align:top;
}
th {
	text-align:left;
}
img {
	border:0;
	vertical-align:top;
}
li {
	list-style:none;
}
a {
	outline:none;
	text-decoration:none;
}
address {
	font-style:normal;
}
h1, h2, h3, h4, h5, h6, p, th, td, table, dl, dt, dd, ul, ol, li {
	font-weight:normal
}
em{
	font-style: normal;
}
a:link {
	color: #000;
}
a:visited {
	color: #000;
	text-decoration:none;
}
a:hover {
	text-decoration:none;
}
a:active {
	color: #000;
	text-decoration:none;
}
a:hover img {
	filter: alpha(opacity=70);
	opacity:0.7;
}
a:hover img.op0{
	filter: alpha(opacity=0);
	opacity:0;
}
a:hover img.op100{
	filter: alpha(opacity=100);
	opacity:1;
}
#wrapper {
	position: relative;
	font-size:93%;
}
.center{
	text-align: center;
}
.taR{
	text-align: right;
}
@media screen and (min-width : 769px){/*TAB以下*/
body{
	font-size: 15px;
}
li.br:before{
	content: "\A";
	white-space: pre;
}
}
@media screen and (max-width : 999px){/*TAB以下*/
.br2:before{
	content: "\A";
	white-space: pre;
}
}
/* 
---------------------------------------
form
---------------------------------------
*/
input[type="text"],input[type="email"],input[type="tel"],input[type="number"],select,textarea{
	margin: 1px;
	padding: 8px 5px;
	font-size: 16px;
	background: #fff;
	border: 1px solid #d6d6d6;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
label{
	margin: 1px;
}
.text50{
	width: 50px;
}
input[type="button"],input[type="submit"],button[type="submit"] {
    -webkit-appearance: none;
	border: none;
}
@media screen and (max-width : 768px){
	form .wLong{
		width: 100%;
	}
}
@media screen and (min-width : 769px){
	form .wLong{
		width: 500px;
	}
}
/* 
---------------------------------------
clear
---------------------------------------
*/
.clear {
	clear: both;
}
.clearfix:after {
	clear:both;
	content:".";
	display:block;
	height:0;
	visibility:hidden;
}
.clearfix {
	min-height:1px;
}
* html .clearfix {
	height:1px;
}

/* 
---------------------------------------

---------------------------------------
*/
@media screen and (min-width: 650px){	
  .br-pc { display:block; }
  .br-sp { display:none; }
}
@media screen and (max-width: 650px){	
  .br-pc { display:none; }
  .br-sp { display:block; }
}


/*-----------reset end-------*/

*{
	margin: 0;
	padding: 0;
}
img{
	border: 0;
}
html{
	font-size:62.5%;
	-webkit-text-size-adjust:none;
}
body{
	width: 100%;
	font-family: a-otf-ryumin-pr6n, serif;
	font-size: 1.6em;
}
h2{
	font-weight: normal;
	font-size: 2.4rem;
}
.font_set{
	font-family: p22-sweepy-pro, sans-serif;
}
a:link, a:visited,a:hover {
	text-decoration: none;
	color: #333333;
}
h1 a:link , h1 a:visited{
	text-decoration: none;
	color: #fff;
}
.inner{
	position: relative;
	width: 1000px;
	margin: 0 auto;
}
 img{
	width: 100%;
}
/*header width:1000px*/
#header	{
	position: relative;
	height: auto;
	height: 79px;
	background: url("../img/header_img_01.jpg")no-repeat;
	background-size: cover;
}
#header img{ 
	width: 100%;
	height: 80px;
}
#header .header-logo{
	display: block;
	width: 460px;
	height: 70px;
}
#header .header-logo:hover{
	opacity: 0.8;
}
#header h1{
	color: #fff;
	font-style: oblique;
    font-size: 24px;
    margin-left: 16px;
    padding-top: 19.5px;
	letter-spacing: 1px;
}
#header p{
	padding-left: 72px;
	margin-top: -7px;
	color: #fff;
}
#header p a:link,
#header p a:hover,
#header p a:visited{
	color: #fff;
}
#header btn{
	position: absolute;
    top: 21px;
    right: 3%;
    width: 150px;
    height: 34px;
    text-align: center;
    background: #fff;
    padding-top: 6px;
    padding-left: 12px;
    border-radius: 20px;
    font-weight: bold;
    z-index: 100;
	cursor: pointer;
}
#header btn a:link,
#header btn a:visited{
	color: #a60018;
}
#header btn:hover{
	opacity: 0.8;
}
header nav {
	display: none;
}
#nav_toggle{
	display: none;
}
/*nav width:1000px*/
.nav {
    width: 100%;
    height: 95px;
    padding-top: 20px;
}

.nav ul{
	display: flex;
	text-align: center;
	justify-content: center;
}
.nav li{
	webkit-transform:skewX(150deg);
	moz-transform:skwX(150deg);
	transform: skewX(150deg);
	border-right: 0.5px solid #cf9800;
	border-left: 0.5px solid #cf9800;
	list-style: none;
}
.nav li+ li {
  border-left: 0;
  border-right: 1px solid #cf9800;
}
.nav li a{
	display: block;
	transform: skewX(-150deg);
	padding: 0 20px;
	color: #333333;
}
.nav li p {
	padding: 5px 0;
	color: #cf9800;
    padding-right: 10px;
}
.nav li:hover{
	opacity: 0.8;
}
.btn02 a {
	color: #fff;
}
/*背景*/
.background {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  z-index: 0;
}

.tbl-r02 th {
  background: #fff;
  color: #333333;
  padding: 20px 20px;
}
.tbl-r02 td {
  padding: 12px 14px;
}

.tbl-r02 tr:nth-child(even) {
  background: #d9d9d9;
 }
th.cl_02{
	background: #fff6c5;
}
th.cl_03{
	background: #fde1cc;
}
th.cl_04{
	background: #ebf2be;
}
th.cl_07{
	background: #ebf2be;
	text-align: center;
}
table {
  border-collapse: collapse;
}
#schedule table tr:nth-child(3),
#schedule table tr:nth-child(5),
#schedule table tr:nth-child(8),
#schedule table tr:nth-child(9),
#schedule table tr:nth-child(10),
#schedule table tr:nth-child(11) .cl_01,
#schedule table tr:nth-child(11) .cl_07{
    border-bottom: 1px solid #595454;
}
#schedule table tr:nth-child(11) .cl_01{
    border-bottom: 1px solid #595454;
    border-right: 1px solid #595454;
}
#schedule table th,#schedule table td, #schedule table tr:nth-child(3),#schedule table tr:nth-child(5){
    border-top: 1px solid #595454;
}

/*footer*/
footer{
}
footer .footer_bg{
	position: relative;
	background: url("../img/footer_bg_01.jpg") no-repeat;
	background-size: cover;
}
footer .footer_bg_sp{
	display: none;
}
footer .footer_bg img{
	max-height: 160px;
}
footer h2{
	margin-bottom: 8px;
	font-size: 16px;
}
footer p{
	letter-spacing: 1px;
	font-size: 12px;
}
footer .map01 {
	text-align: left;
	margin-top: 20px;
	font-size: 12px;
    margin-bottom: 30px;
	letter-spacing: 1px;
}
footer li{
	display: inline-block;
	border-right: 0.5px solid #fff;
	border-left: 0.5px solid #fff;
	list-style: none;
}
footer li+ li {
  border-left: 0;
  border-right: 1px solid #fff;
}
footer li a{
	padding: 0 10px;
	font-size: 12px;
	color: #333333;
}
footer li:hover{
	opacity: 0.8;
}
footer .box04-l{
	width: 25%;
	position: absolute;
	top: 10%;
	left: 5%;
	transform: translate(-10%);
	font-size: 1.2rem;
	color: #fff;
	border-right: 1px solid #fff;
}
footer .box04-r{
	position: absolute;
	top: 12%;
	right:1%;
	transform: translate(-12%);
	color: #fff;
	font-size: 1.0rem;
	text-align: center;
}
footer a:link , footer a:visited{
	color: #fff;
}
.copy{
	padding: 10px 0;
	font-size:12px;
	text-align: center;
	font-family: a-otf-ryumin-pr6n, serif;
}
footer .footer_sp{
	display: none;
}
/*pageTop btn*/
#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
}
#pageTop i {
    font-size: 25px;
    margin-right: 8px;
	color: #fff;
}
#pageTop a:active,
#pageTop a:link,
#pageTop a:visited{
	color: #fff;
}
#pageTop a {
  display: block;
  z-index: 990;
  padding: 8px 0 0 8px;
  border-radius: 30px;
  width: 35px;
  height: 35px;
  background-color: #a60018;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.nextback{
	margin-top: 80px;
    border-top: 1px solid #cccccc;
    padding-top: 8px;
	}
.nextback .prev{
	display: block;
    float: left;
    background: #a60018;
    font-size: 12px;
    padding: 0 16px ;
    border-radius: 20px;
}
.nextback .list{
    margin-left: 326px;
}
.nextback .list2{
    margin-left: 400px;
}
.nextback .next{
	display: block;
	float: right;
    margin-top: -26px;
    background: #a60018;
    font-size: 12px;
    padding: 0px 16px;
    border-radius: 20px;
}
.prev a:link,
.prev a:visited{
	color: #fff;
}
.prev a:hover,.list a:hover,.next a:hover{
	opacity: 0.8;
}
.list a:link,
.list a:visited{
	color: #333333;
}
.next a:link,
.next a:visited{
	color: #fff;
}
.pad {
    font-size: 12px;
	border: solid 0.5px #fff;
	color: #fff;
}
.pad a:link,
.pad a:visited{
	color: #a60018;
}
/*メニュー部分*/
@media screen and (max-width:999px){
	nav{
		position: absolute;
		top: 80px;
		width: 100%;
		background: #333333;
		left: 0;
		opacity: 0.95;
		z-index: 1000rem;
	}
	header nav ul{
		margin: 0 auto;
		width: 90%;
		list-style: none;
	}
	header nav ul li{
	display: block;
    margin: 0 auto;
    padding: 21.8px;
    text-align: center;
    border-bottom: 1px solid #cf9800;
	}
	header .font_set{
		display: block;
	}
	header nav ul li:nth-child(6){
		border: none;
	}
		header nav ul li:last-child{
		border: none;
	}
	header .menu_sp01 {
		display: block;
		width: 300px;
		height: 50px;
		margin-top: 24px;
		padding-top:10px;
		padding-bottom: 20px;
		color: #fff;
		font-size: 1.8rem;
		background: #a60018;
		border: none;
		letter-spacing: 2px;
	}
	header .menu_sp02 {
		line-height: 2.0rem;
		margin-top: 0;
    	margin-bottom: 29px;
		color: #fff;
		letter-spacing:0.3rem;
	}
	header .menu_sp02 li{
		padding-bottom: 20px;
	}
	header .menu_sp02 span{
		font-size: 1rem;
	}
	ul a:link,ul a:visited, ul a:active{
		color: #fff;
	}
	header nav ul .font_set{
		margin-top: 0.6rem;
	}

	header nav ul li a{
		display: block; 
	}
 /*開閉ボタン*/
	#nav_toggle{
		display: block;
		width: 45px;
		height: 45px;
		position: absolute;
		top: 1.8rem;
		right: 16px;
		z-index: 100;
		background: #fff;
	}
	#nav_toggle span{
		display: block;
		height: 3px;
		background: #a60018;
		position:absolute;
		width: 80%;
		margin-left:0.4rem;
		margin-top: 0.9rem;
		-webkit-transition: 0.5s ease-in-out;
		-moz-transition: 0.5s ease-in-out;
		transition: 0.5s ease-in-out;	
	}
	#nav_toggle span:nth-child(1){
		top:0;
	}
	#nav_toggle span:nth-child(2){
		top:12px;
	}
	#nav_toggle span:nth-child(3){
		top:24px;
	}
	/*開閉ボタンopen時*/
	.open #nav_toggle span:nth-child(1) {
			top: 12px;
		   -webkit-transform: rotate(135deg);
			-moz-transform: rotate(135deg);
			transform: rotate(135deg);
		}
		.open #nav_toggle span:nth-child(2) {
			width: 0;
			left: 50%;
		}
		.open #nav_toggle span:nth-child(3) {
			top: 12px;
			-webkit-transform: rotate(-135deg);
			-moz-transform: rotate(-135deg);
			transform: rotate(-135deg);
		}
	header nav ul li:hover{
		opacity: 0.6;
	}
	#header btn{
		display: none;
	}
	.nav{
		display: none;
	}
}
/*レスポンシブ*/
@media screen and (max-width:750px){

#header h1{
    font-size: 1.8rem;
	margin-left: 8px;
    padding-top: 24px;
}
#header p{
	padding-top: 16px;
    padding-left: 0;
    margin-top: -17px;
}

	.nextback{
		margin-top: 64px;
	}
	.nextback .list{
	margin-left: 135px;
    font-size: 14px;
	}
	.nextback .list a{
		margin-top: 10px;
	}
	.nextback .list2{
	margin-left: 160px;
    font-size: 14px;
	}
	.nextback .list2 a{
		margin-top: 10px;
	}

.inner{
		width: 420px;
	}
.tbl-r02 th,.tbl-r02 td{
	border-bottom: none;
  	display: inline-block;
  	width: 50% ;
  	border-right: 1px solid #333;
	box-sizing: border-box;
}	
.tbl-r02 .tbl{
	width: 50%;
	font-size: 13px;
}
.tbl-r02 .tbl.links{
	width: 25%;
}
.tbl-r02 .last_01{
	height: 120px;	
	}
	
.tbl-r02 .tbc_r{
	width: 25%;
	font-size: 12px;
}
 .tbl-r02 {
  width: 90%;
  }
.tbl-r02 th {
  background: #fff;
  color: #333333;
  padding: 20px 0;
}
.tbl-r02 td {
  padding: 12px 0;
  height:90px;
  font-size: 14px;
}
.tbl-r02 .tbl01 {
  height:135px;
}
.tbl-r02 tr:nth-child(even) {
  background: #fff;
 }

th.cl_01 {
	background-color: #fde1cc;
	width: 100%;
	text-align: center;
}
th.cl_02{
	background: #fff6c5;
	text-align: center;
}
th.cl_03{
	background: #fde1cc;
	text-align: center;
}
th.cl_04{
	background: #ebf2be;
	text-align: center;
}
th.cl_05{
	background: #fff6c5;
	text-align: center;
}
th.cl_06{
	background: #fde1cc;
	text-align: center;
}
th.cl_07{
	background: #ebf2be;
	width: 100%;
	text-align: center;
}
.tbl-r02 .cl_08 td{
	width: 100%;
	text-align: center;
}
table {
	border-collapse: collapse;
	text-align: center;
}
#schedule table th, table td {
	border: solid 0 #595454;
	text-align: center;
  	/*実線 1px 黒*/
}
#schedule table th:nth-child(2) {
    border-right: 1px solid;
}
#schedule table tr:last-child td{
    height: 135px;
}
/*concept*/
#concept{
	height: 440px;
}
#concept{
	height: 450px;
	background: url("../img/box_bg_sp_05.jpg") no-repeat;
	background-size: cover;
	padding-top: 6rem;
	background-position: 56% 0;
}
#concept p{
	font-size: 1.4rem;
}
#concept .btn02{
	margin-top: 26px;
	padding-bottom: 4px;
	padding-left: 10px;
	padding-right: 10px;
}

#contents .inner {
		width: 90%;
	}
.nextback .next{
    margin-top: -22px;
}
.nextback .prev{
    font-size: 10px;
}
.nextback .next{
    font-size: 10px;
}
.table01 .td_mds1{
		display: none;
	}
.table01 .td_mds2{
		display: none;
	}	
.table01 .td_mds3{
		display: none;
	}
	.inner06{
		margin: 0 auto -32px;
	}
}
@media screen and (max-width:999px){
/*footer*/
footer{
		height: 205px;
	}
footer .footer_bg{
	display: none;
}
footer .footer_sp{
	display: inherit;
	height: 170px;
	background: url("../img/header_img_sp_01.jpg") no-repeat;
	background-size:cover;
	color: #fff;
	padding-top: 1.4rem;
	padding-left: 4rem;
}
footer .copy{
	font-size: 1rem;
}

}
.links a{
	border-bottom: 1px solid #333;
}
.links a:hover{
	opacity: .7;
}
.cdp-text-overlay{
	display: none;
}

/* 
---------------------------------------
表示切替
---------------------------------------
*/
@media screen and (max-width: 749px) {
  /*TAB以下*/
  .pcView {
    display: none; } }
@media screen and (min-width: 750px) {
  /*PC*/
  .spView {
    display: none; } 
#schedule table th,#schedule table td {
    border: 1px solid #595454;
}
}
/*

