﻿@charset "utf-8";


/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
   共通事項
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/





/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
   PC版
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

.fv{
	width:100%;
	min-width:1000px;
	position:relative;
	margin:0 0 80px 0;
}

#content{
	width:900px;
	margin:0 auto 89px auto;
}
h3{
	width:900px;
	margin:0 auto 20px auto;
}
.top_s{
	width:900px;
	margin:0 auto 80px auto;
}


.top_s p{
	font-size:15px;
    line-height: 30px;
	color: #92542b;
	text-align:center;
}

.course{
	margin:50px 0;
}

.course_t{
	font-size:17px;
	font-weight:bold;
	padding:3px 5px;
	margin:0 0 5px 0;
	color:#468546;
}

.imgages{
	float:left;
	width:358px;
}

.detail{
	width:500px;
	float:right;
}

.detail p{
	font-size:15px;
	color: #92542b;
	margin:0 0 15px 0;
}
/*  料金表  */
.detail .price_list tr{
    border-bottom: 1px dotted #9f2e25;
    border-top: 1px dotted #9f2e25;
}
.detail .price_list th{
    padding: 10px 0;
    width: 260px;
    text-align: center;
color: #92542b;
}
.detail .price_list td{
    padding: 10px 0;
    width: 240px;
    text-align: center;
    color: #b30000;
    font-weight: bold;
}
.detail .price_list tr:nth-child(odd){
    background-color: #ffe6e6;
}

#price_menu,#price_menu_btn{
	display:none;
}
.pc_btn{
    width: 897px;
    height: 113px;
    background: url(../img/reserve_off.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 auto 50px auto;
}
.pc_btn a{
    display: block;
    width: 897px;
    height: 113px;
}
.pc_btn:hover{
    background: url(../img/reserve_on.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.sp_btn{
    display: none;
}

/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
   スマホ版
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

@media screen and (max-width:768px){

h1{
	padding-top:42%;
	z-index:5000;
}

.fv{
	width:100%;
	min-width:100%;
	margin:0 0 30% 0;
}

.fv .page_t{
	position:absolute;
	width:303px;
	top:49%;
	left:0;
	right:0;
	margin:0 auto;
	font-size:30px;
	color:#ffffff;
	text-align:center;
}

#content{
	width:100%;
	margin:0 auto 0px auto;
}

h3{
	width:97%;
	margin:0 auto 20px auto;
}

.top_s{
	width:90%;
	margin:0 auto 30px auto;
}

.top_s p{
    line-height: 1.7;
	font-size:15px;
	color: #92542b;
	text-align:left;
}
.course{
	margin:55px 0 20px 0;
}

.course_t{
	font-size:15px;
	display:inline-block;
	padding:3px 5px;
	margin:0 0 5px 0;
	border-radius:5px;
	background-color:#0d8247;
	color:#ffffff;
}

.imgages{
	float:none;
	width:100%;
}

.detail{
	float:none;
	width:90%;
	margin:0 auto;
	padding:20px 10px 0 10px;
}
.detail p{
	font-size:15px;
	color: #92542b;
	margin:0 0 15px 0;
}

/*  料金表  */
.detail .price_list{
     width: 100%;       
}
.detail .price_list tr{
    width: 100%;
    border-bottom: 1px dotted #9f2e25;
    border-top: 1px dotted #9f2e25;
}

.detail .price_list tr:nth-child(odd){
    background-color: transparent;
}
.detail .price_list th{
    padding: 10px 0;
    width: 100%;
    text-align: center;
    color: #92542b;
    float: left;
    background-color:#ffe6e6;
    border-bottom: 1px dotted #9f2e25;
}
.detail .price_list td{
    padding: 10px 0;
    width: 100%;
    text-align: center;
    color: #b30000;
    font-weight: bold;
    float: left;
}
    
    
#price_menu_btn{
	display:block;
	position:fixed;
	bottom:0;
	width:100%;
	background-color:orange;
	color:#ffffff;
	padding:7px 0px 7px 0;
	text-align:right;
	font-size:20px;
}
#price_menu_btn span{
	display:inline-block;
	padding:0 15px 0 0;
}
#price_menu{
	display:block;
	position:fixed;
	bottom:0;
}
#price_menu{
	width:100%;
	background-color:orange;
}
#price_menu ul{
	width:99%;
	margin:0 auto;
}

#price_menu li{
	float:left;
	width:32%;
	height:45px;
	padding:10px 0px;


}

#price_menu li:first-child,#price_menu li:nth-child(2){
	border-right:1px solid #ffffff;
}

#price_menu li a,#price_close{
	display:block;
	text-align:center;
	font-size:13px;
	padding:14px 0;
	color:#ffffff;
}


.b_bottom{
	border-bottom:1px solid #ffffff;
}
.pc_btn{
    display: none;
}

    
.sp_btn{
    width: 85%;
    margin: 0 auto 30px auto;
    display: block;
}



}

/* 文字フォント */
@media screen and (max-width:500px){
.fv .page_t{
	position:absolute;
	width:303px;
	top:49%;
	left:0;
	right:0;
	margin:0 auto;
	font-size:20px;
	color:#ffffff;
	text-align:center;
}

.top_s p,.detail p{
	font-size:14px;
	color: #92542b;
}

.detail{
	width:95%;
	margin:0 auto;
	padding:20px 10px 0 10px;
}

.detail li{
	font-size:13px;
}
#price_menu .pdt a{
	padding:7px 0;
}


}
