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

body{
	margin: 0;
	padding: 0;
}

#base{
	width: 90%;
	max-width: 720px;
	margin: 0 auto;
	padding: 20px 0;
	text-align: center;
	font-family: 'Sawarabi Mincho', sans-serif;
	font-size: 11pt;
}
#youtube {
	position: relative;
	width: 100%;
	padding-top: 56.24%;
	margin: 20px auto 30px auto;
}
#youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
.logo{
	width: 100px;
}
.logo2{
	width: 80px;
}
.naiyou{
	text-align: left;
	margin-top: 0px;
}
.naiyou p{
	margin-bottom: 25px;
	line-height: 21pt;
}
.naiyou p,li{
	line-height: 26px;
}
.naiyou ul{
	padding: 0;
	margin: 0 0 0 20px;
}
.number{
	margin: 0 0 0 20px;
	list-style-type: decimal;
}
.point{
	margin: 0 0 10px 20px;
	list-style-type: disc;
}
.kajou{
	margin: 0 0 0 20px;
	list-style-type: circle;
}
.shime{
	text-align: right;
}
.waku{
	border: solid 1px #1E1E1E;
	margin: 10px 0;
	padding: 20px;
}
.comment{
	margin: 0 0 0 20px;
}
.icon{
	list-style: none;
	padding: 10px;
	width: 28%;
	display: inline-block;
}
.icon img{
	width: 100%;
}
.footer{
	font-size: 10pt;
	text-align: center;
	padding: 20px 0;
	background-color:gainsboro;
	font-family: 'Sawarabi Mincho', sans-serif;
}
#base img{
	margin-top: 20px;
}

h2{
	font-size: 18pt;
	letter-spacing: 1px;
	margin: 50px 0;
}

h3{
	margin: 0;
}

.index{
	text-align: left;
	padding: 4px 10px;
	background-color:#f6c768
}
.rireki{
	text-align: left;
	width: 95%;
	margin: 0 auto 40px auto;
}
.rireki ul,li{
	padding: 0;
	margin: 0;
}
.rireki dt{
	width: 120px;
	margin: 0;
	padding: 0;
	display: inline-block;
	vertical-align: top;
}
.rireki dd{
	padding: 0;
	margin: 0;
	display: inline-block;
	vertical-align: top;
}
.rireki .point{
	margin: 0 0 0 20px;
}
/* ボタンのスタイル */
.shop {
    width: 100%;
    border-radius: 10px;
    text-align: center;
	background-color:#a67c52;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}
/* マウスオーバー時のカラー */
.shop:hover {
    background-color:#c69c6d;
}
.shop_a {
	color: #fff;
    display: block;
    padding: 20px;
    text-align: center;
	text-decoration: none;
}
.shop_a:hover {
    color: #fff;
}

.shop p{
	margin: 0 0 15px 0;
}

.shop2 {
    width: 100%;
    border-radius: 10px;
    text-align: center;
	background-color:#c13432;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}
/* マウスオーバー時のカラー */
.shop2:hover {
    background-color:#E0514F;
}
.shop2_a {
	color: #fff;
    display: block;
    padding: 20px;
    text-align: center;
	text-decoration: none;
}
.shop2_a:hover {
    color: #fff;
}

.shop2 p{
	margin: 0 0 15px 0;
}

.jitan{
	border-collapse: collapse;
	width: 100%;
	text-align: center;
}
.jitan th{
	background-color: #eee;
	font-weight: bold;
	width: 33.3333%;
}
.jitan th,td{
	border: solid 1px #000;
}
.schedule{
	border-collapse: collapse;
	width: 100%;
	text-align: center;
}
.schedule th{
	background-color: #eee;
	font-weight: bold;
}
.schedule th,td{
	border: solid 1px #000;
	width: 25%;
}
.mokuji{
	list-style-type: decimal;
	font-weight: bold;
}
.hyou{
	margin-bottom: 10px;
}
.line{
	border-top: 1px solid #8c8b8b;
	margin: 30px 0;
	display: none;
}
.narabi{
	display: inline-block;
	vertical-align: middle;
}
.narabi br{
	display: none;
}
.hyou table{
	border-collapse: collapse;
}
.hyou table th{
	background-color: #eee;
}
.hyou table th, table td {
  	border: solid 1px black;
  	text-align: center;
	padding: 5px;
	width: auto;
}
.narabi-left{
	width: calc( 60% - 50px ) ;
}
.narabi ul{
	margin-left: 30px;
	text-align: left;
	display: flex;
	flex-wrap: wrap;
}
.narabi li{
	margin-right: 2em;
}
.fa-arrow-right{
	font-size: 32pt;
	color: #000;
	margin: 10px;
}
.tbl-r04 {
	width: 100%;
} 

#toiawase{
	border: 1px solid #000;
	padding: 10px 30px;
	margin-bottom: 50px;
}
.uketsuke{
	width: calc( 50% - 10px ) ;
	display: inline-block;
	vertical-align: top;
	text-align: left;
}
.uketsuke dl{
	margin: 0 0 5px 0;
}
.uketsuke dt,dd{
	display: inline-block;
	vertical-align: top;
}
.uketsuke dt{
	width: 60px;
	font-weight: bold;
}
.uketsuke dd{
	margin-left: 10px;
}
@media screen and (max-width:750px) {
	.rireki dt{
		width: 120px;
		margin: 0;
		padding: 0;
		display: block;
		vertical-align: top;
	}
	.rireki dd{
		padding: 0;
		margin: 0;
		display: block;
		vertical-align: top;
	}
	.line{
		border: 1px gray solid;
		background-color: #ffdfe2;
		height: 0px;
		margin: 20px 0;
		display: block;
	}
	.fa-arrow-right{
		font-size: 21pt;
		color: #000;
		transform: rotate( 90deg );
		margin: 5px;
	}
	.narabi{
		display: block;
		vertical-align: middle;
		text-align: center;
	}
	.narabi br{
		display: block;
	}
	.narabi table {
		width: 100%;
	}
	.narabi-left{
		width: 100%;
	}
	.tbl-r04 {
    	width: 100%;
  	} 
  	.tbl-r04 .thead {
    	display: none;
  	}
  	.tbl-r04 tr,
  	.tbl-r04 td{
    	display: block;
    	width: 100%;
    	position: relative;
		border-bottom: none;
  	}
	.tbl-r04 .lust-border{
		border-bottom: 1px solid #000;
	}
  	/*.tbl-r04 td:first-child:before {
    	content: "見出し:before";
    	background: #e9727e;
    	box-sizing: border-box;
    	color: #fff;
    	font-weight: bold;
    	height: 40px;
    	padding: 10px;
    	position: absolute;
    	top: -41px;
    	left: -0.2%;
    	display: block;
    	width: 100.5%;
  	}*/
  	.tbl-r04 tr {
    margin-bottom: 10px;
  	}
	.tbl-r04 td{
		text-align: right;
	}
	.tbl-r04 td:before {
    	content: attr(data-label);
    	float: left;
    	font-weight: bold;
    	margin-right: 10px;
  	}
	.syubetsu{
		background-color: #eee;
		font-weight: bold;
	}
	.uketsuke{
		width: 100%;
		display: block;
		vertical-align: top;
		text-align: left;
		margin: 30px 0;
	}
	.uketsuke h4{
		margin: 0;
	}
	.uketsuke dt,dd{
		display: block;
		vertical-align: top;
	}
}
@media screen and (max-width:640px) {
	#base{
		width: 85%;
	}
	.logo{
		width: 100px;
	}
	
	.naiyou p,li{
		line-height: 24px;
	}
	.icon{
		list-style: none;
		padding: 0 ;
		width: 48%;
		display: inline-block;
	}
	.shop{
		width: 100%;
	}
	.shop_a {
    	padding: 15px;
	}
	.shop2{
		width: 100%;
	}
	.shop2_a {
    	padding: 15px;
	}
}