@charset "utf-8";
/*
 * style.css
 *
 *  version --- 1.0
 *  updated --- 2013/5/10
 */

.inner{
	max-width:1240px;
	margin:0 auto;
}
.icotxt{
	position:relative;
}
.icotxt img{
	width:100%;
}
.icotxt .icotxtIn{
	position:absolute;
	color:#fff;
	line-height:1.5;
	text-align:left;
	padding:15px 20px;
	background:url(../img/bg01.png);
	left:0;
	top:17px;
	min-width:210px;
	box-sizing:border-box;
}
.galleryBox .icotxt .icotxtIn{
	top:4px;
}

.icotxt .icotxtIn span.txtf{
	font-family: "リュウミン R-KL", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.biggerlink:hover{
	opacity:0.7;
	transition:all 0.5s;
}

.flexbox{
	display: -webkit-flex;	
	display: -ms-flexbox;
	display: flex;	
}

.fl{
	float:left;
}

.mr_20{
	margin-right:20px;
}

.mt_20{
	margin-top:20px;
}


@media screen and (max-width: 959px) {
.inner{
	width:100%;
	box-sizing:border-box;
	padding:0;
}
.icotxt .icotxtIn{
	width:220px;
	max-width:100%;
	min-width:inherit;
}
#gNavi ul.clearfix{
	display: none;
	}
}


/*-------------top-------------------*/


#topMain .sliderBox{
	background:#444444;
}
#topMain .sliderBox .leftBox{
	float:left;
	width:65%;
	box-sizing:border-box;
	padding:10px;
}
.sliderBox .bx-wrapper .bx-pager.bx-default-pager a {
	display:inline-block;
	width:14px;
	height:14px;
	background:#fff;
	border-radius:50%;
	text-indent: -9999px;
	margin: 0 3px;
}
.sliderBox .bx-wrapper .bx-pager.bx-default-pager a:hover,
.sliderBox .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #005ead;
}
.sliderBox .bx-wrapper .bx-pager .bx-pager-item,
.sliderBox .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}
.sliderBox .bx-wrapper{
	position:relative;
}
.sliderBox .bx-wrapper .bx-pager {
	text-align:center;
	width:100%;
	position:absolute;
	bottom:35px;
}
.sliderBox .bx-wrapper li{
	position:relative;
}
.sliderBox .bx-wrapper li .txt{
	width:100%;
	font-size:30px;
	color:#fff;
	text-align:center;
	position:absolute;
	top:50%;
	transform:translate(0,-50%);
	font-family: "リュウミン R-KL", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
#topMain .sliderBox .rightBox{
	float:left;
	width:35%;
	box-sizing:border-box;
	padding:10px 10px 10px 0;
}
#topMain .sliderBox .rightBox .rightBoxIn{
	margin-bottom:3px;
}
#topMain .sliderBox .rightBox a:hover{
	opacity:0.7;
}
#topMain .sliderBox .topBan img{
	width:100%;
}
.menuBox .rightBox .facebook{
	line-height:100%;
}
p.txt {
    margin: 0;
    padding: 0;
}
p.txt a {
    color: #8b752d;
}
#topMain p.txt {
    padding: 18px 0 5px 0;
}
.right{
	float:right;
	padding-top:10px;
}

.right a{
	color:#8b752d;
}

span.tag_information{
	background: #628b40;
    padding: 2px 4px;
    font-size: 0.9em;
    vertical-align: 1px;
}

span.tag_reservation{
	background: #c39c3d;
    padding: 2px 4px;
    font-size: 0.9em;
    vertical-align: 1px;
}

span.tag_campaign{
	background: #b32222;
    padding: 2px 4px;
    font-size: 0.9em;
    vertical-align: 1px;
}


span.tag_information a, span.tag_reservation a, span.tag_campaign a {
	color:#fff !important;
}

@media screen and (max-width: 959px) {
#topMain .sliderBox .leftBox{
	width:100%;
	padding:0;
}
.sliderBox .bx-wrapper li{
	text-align:center;
}
.sliderBox .bx-wrapper li img{
	width:100%;
}
.sliderBox .bx-wrapper li .txt{
	font-size:14px;
}
#topMain .sliderBox .rightBox{
	width:100%;
	text-align:center;
}
.sliderBox .bx-wrapper .bx-pager {
	bottom:10px;
	line-height:1;
}
.sliderBox .bx-wrapper .bx-pager.bx-default-pager a {
	width:10px;
	height:10px;
	line-height:1;
}
#topMain .sliderBox .rightBox{
	padding:10px 0;
}
#topMain .sliderBox{
	background:none;
}

/*.newsBox .leftBox .newstit{
    padding: 15px 15px 7px 2px!important;
}*/

}
.newsBox .leftBox,
.newsBox .rightBox{
	float:left;
	width:50%;
	box-sizing:border-box;
}
.newsBox .leftBox{
	border:1px solid #9a9a9a;
	background:#f1f1f1;
	padding:10px;
}
.newsBox .leftBox .newstit{
    padding: 15px 50px 5px 0px;
	color:#8b752d;
}
.newsBox .leftBox .newstit .txt{
    display: inline-block;
    padding: 2px 0px 0px 15px;
    vertical-align: -3px;
	
}
.newsBox .leftBox .newsList li{
	background:#fff;
	padding:10px 15px;
	margin-top:10px;
}
.newsBox .leftBox .newsList a{
	color:#000;
	line-height:1.5;
}
.newsBox .leftBox .newsList dd{
	color:#1c2c70;
	line-height:1.5;
	text-decoration:underline;
	word-break:break-all;
}
.newsBox .rightBox .playBox{
	background:#271e16;
	border:1px solid #4e4842;
	padding:30px;
	height:50%;
	box-sizing:border-box;
	color:#fff;
}
.newsBox .rightBox .titStyle01{
	font-size:20px;
	font-family: "リュウミン R-KL", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.newsBox .rightBox .playBox .btn{
	text-align:right;
}
.newsBox .rightBox .playBox .btn a{
	display:inline-block;
	color:#fff;
	padding-right:28px;
	background:url(../img/ico_top_right.png) no-repeat right center;
}
.newsBox .rightBox .telBox{
	background:#222;
	border:1px solid #575757;
	padding:20px;
	color:#fff;
	height:100%;
}
.mailBox02{
	background:#271e16;
	border:1px solid #575757;
	padding:20px;
	color:#fff;
	height: 100%;
	position:relative;
    box-sizing: border-box;
}

@media screen and (max-width: 959px) {
.mailBox02{
	padding:10px;
}
.mailBox02 h3, .telBox h3 {
    font-size: 16px !important;
}
}

p.mailicon {
    position: absolute;
    bottom: 15px;
    right: 15px;
}

@media screen and (max-width: 959px) {
p.mailicon img{
	width:70%;
}
}

.newsBox .rightBox .telBox .btn{
	margin-top:10px;
}
.newsBox .rightBox .telBox .btn a{
	color:#fff;
	font-size:30px;
	font-weight:bold;
	text-decoration:none;
}

@media screen and (max-width: 959px) {
.newsBox .rightBox .telBox .btn a{
	font-size:19px;
}
}

.newsBox .rightBox .telBox .btn a:hover{
	opacity:0.7;
	zoom:1;
}

.newsBox .rightBox .telBox .btn a span{
	font-size:18px;
}

.rightBoxIn img {
    width: 100%;
}

@media screen and (max-width: 959px) {
.newsBox .leftBox,
.newsBox .rightBox{
	width:100%;
}
.newsBox .leftBox .newstit span.txt{
	padding-left: 12px;
    vertical-align: -3px;
}
.newsBox .leftBox .newstit{
	padding-left:0;
}
.newsBox .rightBox .playBox{
	padding:10px;
}
.newsBox .rightBox .telBox{
	padding:10px;
}
.rightBox.hlg01 {
    display: flex;
    flex-direction: column-reverse;
}
}
.menuBox .leftBox,
.menuBox .rightBox{
	float:left;
	width:50%;
	height:auto !important;
	box-sizing:border-box;
}

.menuBox .bannerBox a:hover{
	opacity:0.7;	
}
.menuBox .facebook img{
	width:100%;
}
@media screen and (max-width: 959px) {
.menuBox{
	text-align:center;
}
.menuBox .bannerBox{
	text-align:center;
	padding:10px 0;
}
.menuBox .bannerBox img{
	border:1px solid #d0d0d0;
}
.menuBox .areainfo{
	border:1px solid #a0a0a0;
}
}

/*-------------youtube-------------------*/

.topBan.youtube{
  position:relative;
  width:100%;
  padding-top:56.25%;
}

.topBan.youtube iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:108%;
}

/*-------------charge-------------------*/
.chargemain{
	margin-bottom:155px;
}
.titStyle03{
	line-height:1;
	font-size:20px;
	padding-left:16px;
	border-left:4px solid #628b40;
	font-family: "リュウミン R-KL", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.chargemain .chargebox{
	display:table;
	padding:50px 0 60px;
	width:100%;
	position:relative;
}
.chargemain .chargebox:before{
	position:absolute;
	content:"";
	height:1px;
	width:690px;
	background:url(../charge/img/bor01.png) repeat-x;
	bottom:0;
	left:50%;
	transform:translate(-50%,0);
}
.chargemain .chargebox dt{
	display:table-cell;
	text-align:center;
	width:23%;
	box-sizing:border-box
}
.chargemain .chargebox dt img{
	margin-bottom:20px;
}
.chargemain .chargebox dt .time{
	font-size:24px;
	color:#b9a255;
	font-weight:bold;
}
.chargemain .chargebox dd{
	display:table-cell;
	width:77%;
	box-sizing:border-box;
	padding-right:30px;
}
.chargemain .chargebox dd .titStyle04{
	text-align:center;
	font-size:24px;
	line-height:36px;
	font-weight:bold;
	color:#364a26;
	margin-bottom:15px;
}
.chargemain .chargebox .priceTab table{
	width:100%;
	margin-bottom:15px;
}
.chargemain .chargebox .priceTab th,
.chargemain .chargebox .priceTab td{
	border:4px solid #364a26;
	text-align:center;
	line-height:46px;
}
.chargemain .chargebox .priceTab th{
	font-size:18px;
	font-weight:bold;
}
.chargemain .chargebox .priceTab .th01{
	background:#364a26;
}
.chargemain .chargebox .priceTab td{
	font-size:30px;
	font-weight:bold;
	text-shadow: 1px 0 0 #000;
	background:#d2d0d0;
}
.chargemain .chargebox .priceTab .th02{
	color:#84690e;
}
.chargemain .chargebox .priceTab .th05{
	color:#1960a3;
}
.chargemain .chargebox .priceTab .th06{
	color:#a52222;
}

.chargemain .chargebox .priceTab .th04{
	background:#d2d0d0;
}
.chargemain .chargebox .txtBox{
	border:1px solid #535353;
	padding:15px 30px;
	font-size:16px;
	color:#192d45;
	line-height:22px;
}
.chargemain .newcharge{
	margin-bottom:20px;
}
.chargemain .othercharge .tab02{
	margin-bottom:20px;
}
.chargemain .othercharge .titStyle03{
	margin: 50px 0 25px;
}

.tab02 table{
	width:100%;
}
.tab02 table td {
	border: 1px #B1C3A1 solid;
	font-weight:bold;
}
.tab02 table th {
	border: 1px #fff solid;
	background:#7ba428;
}
.tab02 table th.tit01 {
	background:#84a274;
}
.tab02 table th.tit02 {
	background:#099180;
}
.tab02 table .tit td {
	border:none;
	text-align:center;
}
.txtbox7 {
	padding: 10px;
	text-align: center;
	font-size: 12px;
	line-height: 120%;
	font-weight: bold;
	color: #fff;
}
.txtbox8 {
	padding: 10px;
	text-align: center;
	font-size: 12px;
	line-height: 150%;
	color: #333333;
}

.txtbox2 {
	padding: 10px;
	text-align: left;
	font-family: "Sawarabi Gothic","Meiryo", "ＭＳ Ｐゴシック", Osaka;
	font-size: 12px;
	line-height: 120%;
	color: #333333;
}

.txtbox14 {
	padding: 10px;
	text-align: left;
	font-family: "Meiryo", "ＭＳ Ｐゴシック", Osaka;
	font-size: 14px;
	line-height: 120%;
	color: #333333;
}

.txtbox16 {
	padding: 10px;
	text-align: left;
	font-family: "Meiryo", "ＭＳ Ｐゴシック", Osaka;
	font-size: 16px;
	line-height: 120%;
	color: #333333;
}

.txtbox17 {
	padding: 10px;
	text-align: right;
	font-family: "Meiryo", "ＭＳ Ｐゴシック", Osaka;
	font-size: 16px;
	line-height: 120%;
	color: #333333;
}

.txtbox18 {
	padding: 10px;
	text-align: center;
	font-size: 18px;
	line-height: 120%;
	font-weight: bold;
	color: #fff;
}


.tab02 td{
	background:#f5feda;
}
.chargemain .usertxt{
	font-size:18px;
	font-weight:bold;
	margin-bottom:30px;
	letter-spacing:-1px;
}
@media screen and (max-width: 959px) {
.chargemain .userbox .usertxt{
	padding-right:0px;
}
.chargemain .othercharge .tab02{
	padding-left:0px;
}
.chargemain .chargebox dt,
.chargemain .chargebox dd{
	display:table;
	width:100%;
	padding:0;
}
.chargemain .chargebox:before{
	width:100%;
}
.chargemain .chargebox{
	padding:20px 0;
}
.chargemain .chargebox dt{
	margin-bottom:10px;
}
.chargemain .chargebox dd .titStyle04{
	font-size:18px;
	line-height:24px;
	letter-spacing:-1px;
}
.chargemain .chargebox .priceTab th{
	font-size:12px;
}
.chargemain .chargebox .priceTab td{
	font-size:16px;
}
.chargemain .chargebox .priceTab th,
.chargemain .chargebox .priceTab td{
	line-height:23px;
	border:2px solid #364a26;
}
.chargemain .chargebox .txtBox{
	font-size:12px;
	padding:15px 10px;
}
.chargemain{
	margin-bottom:36px;
}

.txtbox16 {
	font-size: 12px;
}

.txtbox18 {
	font-size: 13px;
}

}
/*-------------access-------------------*/
.accessmain{
	padding-right:40px;
	margin-bottom:10px;
}
.accessmain .titStyle03{
	margin-bottom:30px;
}
.accessmain .addtxt{
	padding-left:10px;
}
.accessmain .addtxt .addtit{
	font-size:24px;
	margin-bottom:15px;
	font-family: "リュウミン R-KL", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.accessmain .addtxt th{
	vertical-align:text-bottom;
}
.accessmain .addtxt .addurl a{
	color:#000;
}
.accessmain .addtab{
	margin-bottom:20px;
}
.accessmain .addmap01{
	margin-bottom:40px;
	height:450px;
}
.accessmain .addmapbox{
	margin-bottom:70px;
}
.accessmain .addmapbox .addmap02{
	float:left;
	width:50%;
	box-sizing:border-box;
	padding-right:5px;
	height:400px;
}
@media screen and (max-width: 959px) {
.accessmain{
	padding:0;
}
.accessmain .addtxt{
	padding-left:0px;
}
.accessmain .addtxt .addtit{
	font-size:18px;
	letter-spacing:-1px;
}
.accessmain .addtxt th,
.accessmain .addtxt td{
	display:block;
}
.accessmain .addmap01{
	margin-bottom:15px;
	height:200px;
}
.accessmain .addmapbox .addmap02{
	width:100%;
	padding:0;
	height:350px;
	margin-bottom:15px;
}
.accessmain .addmapbox{
	margin-bottom:10px;
}
}
/*-------------profile-------------------*/
.profilemain .titStyle03{
	margin-bottom:40px;
}
.profilemain .txtbox6 {
	background: none;
	padding: 6px;
	text-align: center;
	line-height: 120%;
	color: #fff;
	font-weight:bold;
}
.profilemain .txtbox2 {
	background: none;
	padding: 5px;
	text-align: left;
	line-height: 120%;
	color: #333333;
}
.tab01{
	padding-right:135px;
	margin-bottom:80px;
}
.tab01 table{
	border-collapse:separate;
	border-spacing:3px;
	width:100%;
	box-sizing:border-box;
}
.tab01 table th{
	width:22.5%;
	box-sizing:border-box;
	background:#84a274;
}
.tab01 table td{
	background:#f0edca;
}
.tab01 .imgbox{
	padding-bottom:5px;
}
.tab01 .imgbox .img{
	float:left;
	width:50%;
	box-sizing:border-box;
}
@media screen and (max-width: 959px) {
.tab01{
	padding:0px;
	margin-bottom:20px;
}
.tab01 table th,
.tab01 table td{
	display:block;
	width:100%;
}
.tab01 table th .txtbox6{
	text-align:left;
}
.tab01 table{
	border-collapse:collapse;
}
.tab01 .imgbox .img,
.tab01 .imgbox .img img{
	width:100%;
}
}
/*-------------course-------------------*/
.coursemain .coursetxt{
	padding:0 70px 0 10px;
	margin-bottom:55px;
}
.coursemain .coursetxt .txt01{
	font-size:18px;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.coursemain .coursetxt dl{
	display:table;
}
.coursemain .coursetxt dt,
.coursemain .coursetxt dd{
	display:table-cell;
	vertical-align:middle;
}
.coursemain .coursetxt dt .img{
	text-align:center;
}
.coursemain .coursetxt dd{
	padding-left:20px;
}
.coursemain .coursetxt .titcourse{
	font-size:24px;
	margin-bottom:10px;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.coursemain .coursetxt .txt02{
	font-size:18px;
	margin-bottom:15px;
}
.coursetab table{
	border-collapse:separate;
	border-spacing:1px;
}
.coursetab table th{
	background:#82a073;
	text-align:center;
	padding:5px;
	color:#fff;
}
.coursetab table td{
	border:1px solid #6a6a6a;
	text-align:center;
	padding:5px;
}
.coursemain .map{
	padding-left:30px;
	margin-bottom:70px;
}
.coursemain .sanlist01 h4{
	margin-bottom:15px;
}
.coursemain .sanlist02 li{
	background:#faf3d8;
	padding:10px;
	margin-bottom:10px;
	letter-spacing:-1px;
	color:#3e3e3e;
}
.coursemain .sanlist02 li .btn a{
	color:#3e3e3e;
	position:relative;
}
.coursemain .sanlist02 li .btn a:after{
	position:absolute;
	content:"";
	width:0px;
	height:0px;
	border-bottom:5px solid transparent;
	border-top:5px solid transparent;
	border-left:10px solid #3e3e3e;
	left:-13px;
	top:50%;
	transform:translate(0,-50%);
}
.coursemain .himekamisan li{
	border:1px solid #b94c52;
}
.coursemain .iwatesan li{
	border:1px solid #349047;
}
.coursemain .kitakami li{
	border:1px solid #026db1;
}
.coursemain .sanlist01>li{
	float:left;
	width:33.33%;
	box-sizing:border-box;
	padding:0 30px;
}
.coursemain{
	margin-bottom:30px;
}
@media screen and (max-width: 959px) {
.coursemain .coursetxt{
	padding:0px;
	margin-bottom:20px;
}
.coursemain .coursetxt .titcourse{
	font-size:20px;
}
.coursemain .coursetxt dt,
.coursemain .coursetxt dd{
	display:block;
}
.coursemain .coursetxt .txt01{
	text-align:center;
}
.coursemain .coursetxt dd{
	padding:0;
}
.coursemain .coursetxt .txt02{
	font-size:14px;
}
.coursemain .map{
	padding-left:0;
	margin-bottom:20px;
}
.coursemain .sanlist01 > li{
	width:100%;
	padding:0;
	margin-bottom:20px;
}
}
/*-------------restauran-------------------*/
.restaurantmain{
	padding-right:70px;
}
.restaurantmain .titStyle03{
	margin-bottom:15px;
}
.restaurantmain .tittxt{
	padding-left:30px;
	color:#6a8b59;
	font-size:20px;
	line-height:30px;
	letter-spacing:-1px;
	margin-bottom:25px;
	font-family: "リュウミン R-KL", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.titStyle05{
	padding-left:30px;
	font-size:18px;
	color:#a27915;
	margin-bottom:10px;
}
.restaurantList01,
.restaurantList02{
	margin-bottom:15px;
}
.restaurantList01 .restaurantListin{
	float:left;
	width:50%;
	box-sizing:border-box;
	border:5px solid #e2e2e2;
	padding:10px;
	margin-bottom:10px;
}
.restaurantList01 li{
	margin-bottom:10px;
}
.restaurantList01 li dl{
	display:table;
	background:#e2e2e2;
	padding:5px;
	width:100%;
	box-sizing:border-box;
}
.restaurantList01 li dl dt{
	display:table-cell;
	width:22.46%;
	box-sizing:border-box;
}
.restaurantList01 li dl dd{
	display:table-cell;
	border-left:5px solid #e2e2e2;
	background:#fff;
	padding:0 10px;
}
.titStyle06{
	color:#a27915;
	font-size:18px;
	line-height:24px;
	font-family: "リュウミン R-KL", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.restaurantmain .restaurantList01 .price{
	color:#a27915;
	line-height:18px;
	margin-bottom:4px;
}
.restaurantmain .restaurantList01 .txt{
	line-height:24px;
}
.restaurantmain .menutab{
	padding-right:45px
}
.restaurantmain .menutab table{
	width:100%;
	box-sizing:border-box;
}
.restaurantmain .menutab td.menutabin{
	width:50%;
	box-sizing:border-box;
}
.restaurantmain .menutab td table th{
	width:83%;
	padding-left:45px;
	font-weight:bold;
	box-sizing:border-box;
}
.restaurantmain .menutab td table td{
	text-align:right;
	font-weight:bold;
}
.restaurantmain .menutab{
	margin-bottom:20px;
}
.restaurantList02 li{
	float:left;
	width:25%;
	box-sizing:border-box;
	padding-left:5px;
}
.restaurantList02 li dl{
	background:#e2e2e2;
	padding:5px;
}
.restaurantList02 li dl dt img{
	width:100%;
}
.restaurantList02 li dl dd{
	background:#fff;
	padding:10px 10px 0 10px;;
}
.restaurantList02 li dl dd .price{
	text-align:right;
	color:#ae8a34;
}
@media screen and (max-width: 959px) {
.restaurantmain{
	padding-right:0;
}
.restaurantmain .tittxt{
	padding-left:0;
	margin-bottom:15px;
}
.titStyle05{
	padding-left:0;
}
.restaurantList01 li dl dt,
.restaurantList01 li dl dd{
	display:block;
	width:100%;
	box-sizing:border-box;
}
.restaurantList01 ul{
	margin-left:-5px;
}
.restaurantList01 li{
	float:left;
	width:50%;
	box-sizing:border-box;
	padding-left:5px;
}
.restaurantList01 li dl dd{
	border-left:none;
	padding:0 5px;
}
.restaurantmain .menutab td.menutabin{
	display:block;
	width:100%;
}
.restaurantList02 ul{
	margin-left:-5px;
}
.restaurantList02 li{
	width:50%;
	margin-bottom:5px;
}
.restaurantList01 .restaurantListin{
	padding:5px;
	width:100%;
}
.restaurantList02 li dl dd{
	padding:5px;
}
}
/*-------------course coursein-------------------*/
.courseinmain{
	padding-right:40px;
}
.courseinmain .partboxin li{
	padding-bottom:20px;
	position:relative;
	margin-bottom:20px;
}
.courseinmain .partboxin li:before{
	position:absolute;
	content:"";
	width:580px;
	height:1px;
	background:#b29c59;
	bottom:0;
	left:50%;
	transform:translate(-50%,0);
}
.courseinmain .partboxin .titbox{
	margin-bottom:40px;
}
.courseinmain .partno span img{
	vertical-align:bottom;
}
.courseinmain .partboxin .partinfo{
	padding-left:25px;
}
.courseinmain .partboxin .partinfo .txt{
	float:left;
	width:30%;
	box-sizing:border-box;
	letter-spacing:-1px;
}
.courseinmain .partboxin .partinfo .img{
	float:left;
	width:70%;
	box-sizing:border-box;
	padding-left:25px;
}
.courseinmain .partbox{
	margin-bottom:50px;
}
.courseinmain .pagebox{
	padding-bottom:10px;
	margin-bottom:70px;
	position:relative;
	margin-left:-70px;
}
.courseinmain .pagebox:before{
	position:absolute;
	content:"";
	width:580px;
	height:1px;
	background:#b29c59;
	bottom:0;
	left:50%;
	transform:translate(-50%,0);
}
.courseinmain .pagebox .pageboxon{
	text-align:center;
	margin-bottom:20px;
}
.courseinmain .pagebox .pageboxon a, .courseinmain .pagebox .pageboxon span{
	display:inline-block;
	width:80px;
	box-sizing:border-box;
	margin:0 5px;
	background:#b8282f;
	color:#fff;
	font-size:20px;
}
.courseinmain .pagebox .pageboxon span.on{
	background:#000;
}
.courseinmain .pagebox .btn a{
	display:inline-block;
	width:180px;
	padding:5px 0;
	background:#85952c;
	font-size:18px;
	color:#fff;
}
@media screen and (max-width: 959px) {
.courseinmain{
	padding-right:0;
}
.courseinmain .partboxin .partinfo .txt,
.courseinmain .partboxin .partinfo .img,
.courseinmain .partboxin li::before,
.courseinmain .pagebox:before{
	width:100%;
}
.courseinmain .partboxin .partinfo{
	padding-left:0;
}
.courseinmain .partboxin .partinfo .txt{
	margin-bottom:10px;
}
.courseinmain .partboxin .partinfo .img{
	padding-left:0;
}
.courseinmain .pagebox{
	margin-left:0;
}
}
/*-------------syuuhen-------------------*/
.syuuhenmain{
	max-width:800px;
}
.syuuhenmain .syuuhenimg{
	margin-bottom:30px;
}
.syuuhenlist>ul{
	margin-left:-40px;
}
.syuuhenlist>ul>li{
	float:left;
	width:50%;
	box-sizing:border-box;
	padding-left:40px;
	margin-bottom:30px;
}
.syuuhenlist .tittxt{
	margin-bottom:15px;
}
.syuuhenlist .titStyle03{
	margin-bottom:20px;
}
.syuuhenmain .tab04,
.syuuhenmain .tab05{
	margin-left:10px;
}
.syuuhenlist>ul>li table{
	width:100%;
}
.syuuhenlist>ul>li table th{
	box-sizing:border-box;
	background:#ebe4b0;
	padding:3px 3px 3px 15px;
	color:#565555;
	border-bottom:2px solid #fff;
}
.syuuhenlist>ul>li table td{
	background:#84a274;
	text-align:center;
	padding:3px;
	border-bottom:2px solid #fff;
}
.syuuhenlist>ul>li table td a{
	color:#fff;
	font-weight:bold;
	display:block;
}
.syuuhenlist>ul>li table td.link{
	width:25.4%;
	box-sizing:border-box;
}
.syuuhenlist>ul>li .tab05 table .titbox{
	height:43px;
	box-sizing:border-box;
}
.syuuhenlist>ul>li .tab05 table .titbox td{
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	background:#FFF;
	color:#565555;
	font-size:12px;
	box-sizing:border-box;
}
.syuuhenlist>ul>li .tab05 table .titbox th{
	background:none;
}
.syuuhenlist>ul>li .tab05 table td.timebox{
	width:18%;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	background:#717171;
	color:#fff;
	box-sizing:border-box;
	letter-spacing:-1px;
}
@media screen and (max-width: 959px) {
.syuuhenlist > ul > li{
	width:100%;
	margin-bottom:20px;
}
.syuuhenmain .tab04,
.syuuhenmain .tab05{
	margin-left:0;
}
}
/*-------------schedule-------------------*/
#main.schedule{
	padding-left:10px;
}
#main.schedule #breadcrumb,
.schedulemain .scheduletit{
	padding-left:60px;
}
.titStyle07{
	text-align:center;
	font-size:24px;
	margin-bottom:20px;
	color:#565555;
	font-family: "リュウミン R-KL", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-weight:bold;
}
.schedulemain .tittxt01, .schedulemain .tittxt01 a{
	text-align:center;
	font-size:18px;
	line-height:30px;
	margin-bottom:20px;
	color:#565555;
}
.schedulemain .tittxt02{
	margin-bottom:20px;
}
.schedulemain .scheduletab .tab06{
	border-collapse:separate;
	border-spacing:3px;
	width:100%;
	margin-bottom:15px;
}
.schedulemain .scheduletab .tab06 th{
	width:25%;
	box-sizing:border-box;
	background:#090;
	color:#fff;
	text-align:center;
	padding:5px 15px;
	border-right:7px solid #fff;
}
.schedulemain .scheduletab .tab06 td{
	background:#e7f2ce;
	vertical-align:top;
	padding:5px 15px;
	border-right:7px solid #fff;
}
.schedulemain .scheduletab .tab06 .spelred{
	font-weight:bold;
	color:#df0000;
}
.schedulemain .scheduletab .tab06 .spelgreen{
	color:#090;
}
.schedulemain .scheduletab .tabtxt{
	color:#272727;
}
.schedulemain .scheduletab{
	margin-bottom:15px;
}
.schedulemain .scheduletxtbox{
	background:#ffe8e8;
	padding:20px;
	margin-bottom:20px;
}
.schedulemain .scheduletxtbox .txt{
	color:#272727;
}
.schedulemain .timelist{
	margin-left:-10px;
	margin-bottom:15px;
}
.schedulemain .timelist .timelistin{
	float:left;
	width:50%;
	box-sizing:border-box;
	padding-left:10px;
}
.schedulemain .timelist .timelistin li{
	margin-bottom:3px;
	padding:10px 20px;
}
.schedulemain .timelist .timelistin li.list01{
	font-size:16px;
	text-align:center;
	color:#276298;
	border:1px solid #276298;
	margin-bottom:7px;
	font-family: "リュウミン R-KL", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.schedulemain .timelist .timelistin li.list02{
	font-weight:bold;
	background:#e7f2ce;
}
.schedulemain .timelist .timelistin li.list03{
	font-weight:bold;
	background:#f7efd5;
	color:#217329
}
@media screen and (max-width: 959px) {
#main.schedule #breadcrumb,
.schedulemain .scheduletit{
	padding-left:0;
}
.schedulemain .scheduletab .tab06 th{
	width:50%;
	padding:5px;
	border-right:0;
}
.schedulemain .scheduletab .tab06 td{
	border-right:0;
	letter-spacing:-1px;
	padding:5px;
}
.titStyle07{
	font-size:18px;
	letter-spacing:-1px;
	margin-bottom:10px;
}
.schedulemain .tittxt01{
	font-size:14px;
	line-height:1.5;
	margin-bottom:10px;
}
.schedulemain .timelist .timelistin{
	width:100%;
}
.schedulemain .timelist .timelistin li.list01{
	font-size:14px;
}
.schedulemain .scheduletxtbox{
	padding:10px;
}
}
/*-------------post-------------------*/
#postmain .news_commonbox .news_subcont img {
    height: 100%;
}
.schedulemain {
	clear: both;
}
#postmain {
    display: grid;
    margin: auto;
    padding: 0 20px 15px 0;
}
#postmain .titStyle03 {
    margin-bottom: 15px;
}
#postmaintxtbox {
    text-align: center;
    background: #ffe8e8;
    padding: 15px;
    clear: both;
    margin: 0 20px 0 0;
    padding: 15px 20px 15px 15px;
}
.allpostlink {
    text-align: center;
    background: #ffe8e8;
    clear: both;
    margin: 0 20px 0 0;
    padding: 10px 20px 10px 15px;
}
.postmaintxtbox a,.allpostlink a {
    color: #204590;
}
i.fa.fa-folder-open, i.fa.fa-pencil {
    padding: 0 0 0 10px;
}
/*-------------info-------------------*/
.c_bl a{
	color:#000;
	text-decoration:underline;
}

li.bb_dot{
	border-bottom:dotted 1px;
	padding:10px 0;
	margin-right:20px;
}

li.bb_dot a{
	color:#000;
}


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

li.bb_dot{
	margin-right:0;
}

.allpostlink {
	margin:0;
}

#postmain {
	padding:0 0 15px 0;
}

}
/*-------------gallery movie-------------------*/
.liquid{
  padding: 20px 2px 20px 0;
}
.liquid-col{

  margin: 0 0 20px 0;
  background: #f2f2f2;
  float: left;
  width : 33.33333% ; /* 未対応ブラウザ用フォールバック */
  width : -webkit-calc(100% / 3) ;
  width : calc(100% / 3) ;
  *width: 32%;
}
.liquid-col--four{
  margin-right: -2px;
}
@media screen and (max-width: 768px) and (min-width: 481px){
  .liquid{
    padding-right: 5px;
  }
  .liquid-col{
    width: 50%;
  }
  .liquid-col--two{
    margin-right: -5px;
  }
}
@media screen and (max-width: 480px){
  .liquid{
    padding-right: 10px;
  }
  .liquid-col{
    margin-right: 0;
    width: 100%;
  }
}

/*-------------partner-------------------*/

.partnermain {
    margin-bottom: 30px;
}

.partnermain .partnertxt {
    padding: 0 70px 0 10px;
    margin-bottom: 55px;
}

.partnermain .partnertxt dl {
    display: table;
}

.partnermain .partnertxt dt, .partnermain .partnertxt dd {
    display: table-cell;
    vertical-align: middle;
}

.partnermain .partnertxt dt .img {
    text-align: center;
}

.partnermain .partnertxt dd {
    padding-left: 20px;
}

.partnermain .partnertxt dt, .partnermain .partnertxt dd {
    display: table-cell;
    vertical-align: middle;
}

.partnertit .txt02{
	font-size:14px;
	font-weight:bold;
	color:#303030;
}

.partnertit .tel{
	font-size:18px;
	font-weight:bold;
	color:#303030;
}

.partner_right th{
	width:24%;
}

.partner {
    border-top: 17px solid #f0ebdc;
    border-left: 11px solid #f0ebdc;
    border-bottom: 17px solid #f0ebdc;
    border-right: 11px solid #f0ebdc;
	padding:7px;
	margin:0 70px 17px 10px;
    clear: both;
	display: -ms-flexbox;
	display: -webkit-flex;	
	display: flex;	
}

.partner_right {
	display: -ms-flexbox;
	display: -webkit-flex;	
	display: flex;	
	-webkit-flex-direction: column;	
	-ms-flex-direction: column;	
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;   
	flex-direction: column;	
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;	
	-webkit-box-pack: justify;
	justify-content: space-between;
	padding: 7px 7px 7px 20px;
	width:60%;
}

.partner_right-name{
	border-left:3px solid #abc49e;
	padding-left:20px;
	color:#565555;
	font-size:20px;
	font-weight:bold;
	font-family:"リュウミン R-KL", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

@media screen and (max-width: 1115px){
.partner_right-name{
	font-size:16px;
}
}

@media screen and (max-width: 1170px){
.partner_right-address{
	font-size:13px;
}
}

@media screen and (max-width: 1024px){
.partner{
	-webkit-flex-direction: column;	
	-ms-flex-direction: column;	
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;   
	flex-direction: column;	
	margin: 0 auto 20px;
    max-width: 371px;
}

.partner_right {
	width:auto;
}

.partner_right-name{
	margin-bottom:20px;
}

@media screen and (max-width: 959px){
.partner {
	-webkit-flex-direction: column;	
	-ms-flex-direction: column;	
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;   
	flex-direction: column;	
    padding: 0px;
}

.partner_right {
	padding:20px;
}

.partner_right-name{
	margin-bottom:20px;
}

.partnermain .partnertxt {
    padding: 0px;
    margin-bottom: 20px;
}

}