@charset "utf-8";

#main {
	width: 100%;
	margin: 10px auto;
	font-family: "ヒラギノ角ゴ ProN W3", "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	color: #000;
	font-size: 15px;
}
#main * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#main img {
	max-width:100%;
}
#main .sp { display:none; }
#wrapper {
	min-width: 1100px!important;
}
#wrapper #main {
    line-height: 1.5;
}
#main .clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
#main .clearfix {
  display: inline-table;
  min-height: 1px;
}
* html #main .clearfix {
  height: 1px;
}
#main .clearfix {
  display: block;
}
#main .fonta {
	font-family: "FOT-万葉行書 Std E";
}
#main .fontb {
	font-family: "'フォーク R{pm}', sans-serif";
}
#main .mv01 {
	background-image: url(../images/bg_01.jpg);
	height: 600px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
#main .mv01_new {
	background-image: url(../images/bg_02.jpg);
	height: 600px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
#main .mv02 img {
	display: block;
	margin-right: auto;
	margin-left: auto;
	padding-top: 150px;
}


/*---------シャトル----------*/
#main .add_box_cover{
	background-image: url(../images/bg_angels.jpg);
	background-attachment: fixed;
	padding:50px 0;
	margin:60px 0 0;
}
#main .add_box{
	width:1100px;
	margin:60px auto;
	background:#fff;
	padding:40px 0;
}
#main .add_box p{
	text-align:center;
	margin: 15px;
}
#main .add_box h2{
	font-weight:bold;
	font-size:30px;
	text-align:center;
	margin:0 0 20px 0;
	color:#ab333c;
}
#main .add_box h2 span{
	display:block;
	font-size:20px;
	font-weight:bold;
}
#main .add_box h3{
	font-weight:bold;
	font-size:22px;
	text-align:center;
	margin:40px 0 10px 0;
}

#main .add_box dl{
	display: flex;
	justify-content:center;
}
#main .add_box dl li{
	width:46%;
	margin:2%;
}
#main .schedule{
	text-align: center;
}
#main .add_box .btn,
#main .add_box a.btn,
#main .add_box button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}
#main .add_box .btn--orange,
#main .add_box a.btn--orange {
  color: #fff;
  background-color: #ab333c;
}
#main .add_box .btn--orange:hover,
#main .add_box a.btn--orange:hover {
  color: #fff;
  background: #cc4b55;
}
#main .add_box a.btn--radius {
   border-radius: 100vh;
}

@media screen and (max-width: 768px) {
#main .add_box_cover{
	background-image:none;
	padding:0;
}
#main .add_box{
	width:100%;
	margin:0 auto;
	background:#fff;
	padding: 0;
}
#main .add_box h2{
	font-weight:bold;
	font-size:24px;
	text-align:center;
	margin:0 0 10px 0;
	color:#ab333c;
}
#main .add_box h2 span{
	display:block;
	font-size:18px;
	font-weight:bold;
}
#main .add_box h3{
	font-weight:bold;
	font-size:18px;
	text-align:center;
	margin:30px 0 5px 0;
}
#main .add_box dl{
	display: block;
}
#main .add_box dl li{
	width:100%;
	margin:4% 0;
}
}





#main .cmnblock01 {
	padding-top:70px;
	padding-bottom:70px;
}
#main .block01 {
}
#main .block02 {
	background-color: #F8F8F5
}
#main .block03 {
	padding-top: 40px;
	background-image: url(../images/bg_02.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
#main .block04 {
	margin-top: 140px;
}
#main .block05 {
	background-image: url(../images/bg_03.png);
    background-attachment: fixed;
}
#main .block05 .cmnbox01 > div:last-child .rank01 {
	margin-bottom: 0;
}
#main .block06 {
	padding-top: 40px;
	background-image: url(../images/bg_04.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
#main .block07 {
	background-color: #F8F8F5;
}
#main .cmnbox01 {
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
}
#main .cmnbtn01 {
	font-size: 16px;
	color: #FFF;
	background-color: #F06030;
	text-align: center;
	display: block;
	padding-top: 17px;
	padding-bottom: 17px;
	text-decoration: none;
	position: relative;
}
#main .cmnbtn01:after {
	display: block;
	position: absolute;
	bottom: 5px;
	right: 5px;
	width: 13px;
	height: 13px;
	content: "";
	background-image: url(../images/orn_01.png);
}
#main .cmnbtn01.type02 {
	background-color: #CE0E35;
}
#main .cmnbtn01.type03 {;
	padding-top: 26px;
	padding-bottom: 26px;
	font-size: 18px;
	vertical-align: middle;
	background-color: #CE0E35;
}
#main .cmnbtn01.type04 {
	width: 230px;
	font-size: 14px;
}
#main .cmnbtn01.type06 {
	display: inline-block;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	min-width: 300px;
	text-decoration: none;
	color: #381E15;
	background-color: transparent;
	border: 1px solid #381E15;
}
#main .cmnbtn01.type06:after {
	display: block;
	position: absolute;
	bottom: 5px;
	right: 5px;
	width: 13px;
	height: 13px;
	content: "";
	background-image: url(../images/orn_05.png);
}
#main .cmnbtn01.red {
	background-color: #FF0000;
}
#main .cmnbtn02 {
	font-size: 14px;
	color: #F06030;
	background-color: #ffffff;
	display: block;
	text-align: center;
	padding-top: 11px;
	padding-bottom: 11px;
	text-decoration: none;
	position: relative;
	border: 1px solid #F06030;
}
#main .cmnbtn02:after {
	display: block;
	position: absolute;
	bottom: 5px;
	right: 5px;
	width: 13px;
	height: 13px;
	content: "";
	background-image: url(../images/orn_04.png);
}
#main .abt01 {
	position: relative;
	padding-top: 70px;
}
#main .abt01::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 55px;
	z-index: -1;
	width: 75%;
	height: 429px;
	background-color: #F8F8F5;
}
#main .abt02 {
    max-width: 1100px;
    margin-right: auto;
    margin-left: auto;
   padding: 10px;
    width: 100%;

}
#main .abt03 {
	float: left;
	width: 48%;
}
#main .abt04 {
	float: right;
	width: 48%;
}
#main .abt05 {
	margin-top: -25px;
}
#main .abt05 dt {
	margin-bottom: 35px;
}
#main .abt05 dd {
	margin-left: 30px;
	font-size: 18px;
	line-height: 2;
}
#main .abt06 {
	background-color: #FFFF99;
}
#main .title01 {
	display: block;
	margin-bottom: 40px;
	text-align: center;
}
#main .title03 {
	margin-top: 15px;
	font-size: 20px;
}
#main .title04 {
	margin-top: 10px;
	font-size: 15px;
}
#main .disnon {
	height:0;
	overflow:hidden;
}
#main #tab {
	font-size:0;
	text-align:center;
}
#main #tab li {
	font-size: 16px;
	display: inline-block;
	margin-right: 5px;
	color: #000000;
	background-color: #DDDDDD;
	text-align: center;
	width: 300px;
	padding-top: 12px;
	padding-bottom: 12px;
	border-radius:5px 5px 0 0;
	vertical-align:bottom;
}
#main #tab li:last-child {
	margin-right: 0;
}
#main #tab li.tab_select {
	background-color: #000000;
	color: #ffffff;
	padding-top: 20px;
	padding-bottom: 20px;
}
#main .rec01 {
	background-color: #fff;
	padding-top: 30px;
	padding-right: 35px;
	padding-bottom: 30px;
	padding-left: 35px;
	border: 5px solid #000000;
	margin-bottom: -90px;
}
#main .rec02 {
	text-align:center;
	font-size:0;
}
#main .rec03 {
	display: inline-block;
	margin-right: 20px;
	vertical-align: top;
	font-size: 15px;
	width: 240px;
}
#main .rec03:last-child {
	margin-right: 0;
}
#main .rec04 {
	margin-bottom:15px;
}
#main .rec05 {
	margin-bottom:15px;
	padding-bottom: 15px;
	line-height: 1.3;
	font-size: 14px;
	font-weight: bold;
	color: #412D13;
	border-bottom: 1px solid #CCC;
}
.recbox01 {
	width: 240px;
	float: left;
	padding: 0 20px 20px 20px;
	/*
	margin-bottom:15px;
	padding-bottom: 15px;
	line-height: 1.3;
	font-size: 14px;
	font-weight: bold;
	color: #412D13;
	border-bottom: 1px solid #CCC;
	*/
}
.recbox02 {
	background-color: #fff;
	padding-top: 30px;
	padding-right: 35px;
	padding-bottom: 60px;
	padding-left: 35px;
	margin-bottom: -40px;
	overflow: hidden;
}

.seat
{
	width: 1100px;
	padding: 0 10px 20px 10px;
}

.recbox_tit {
	font-size: 1.2em;
	font-weight: bold;
}
#main .rec05_2 img {
	width: 240px;
	float: left;
	margin-right: 20px;
}
#main .rec06 {
	font-size: 12px;
	text-align:left;
}
#main .rec07 {
	font-size: 18px;
	color: #DC143C;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
#main .rec09 {
	width:440px;
	margin: 0 auto;
	margin-bottom:20px;
}
#main .rkg01{
	margin-right: auto;
	margin-left: auto;
	padding: 20px;
	width: 100%;
	max-width: 1100px;
	background-image: url(../images/bg_line_02.png);
	background-repeat: repeat;
}
#main .rkg02 {
	background-color: #ffffff;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 60px;
}
#main .rkg02 .title01 {
	position: relative;
}
#main .rkg02 .title02 {
	position: absolute;
	z-index: 1;
	top: -125px;
	left: calc(50% - 84px);
	width: 186px;
	height: 186px;
	border-radius: 93px;
	background-color: #ffffff;
}
#main .rkg02 .title02 img {
	margin-top: 34px;
}
#main .rkg02 .title03 {
	position: relative;
	z-index: 10;
	margin-top: 0;
	padding-top: 40px;
}
#main .rkg03 {
	font-size: 15px;
}
#main .rkg04 {
	float: left;
}
#main .rkg05 {
	float: right;
}
#main .rkg06 li {
	width: 485px;
	border-bottom: 1px solid #7F7F7F;
}
#main .rkg06 a {
	display: table;
	position: relative;
	width: 100%;
	line-height: 50px;
	text-decoration: none;
}
#main .rkg06 a::after {
	content: "";
	display: block;
	position: absolute;
	top: 15px;
	right: 0;
	z-index: 10;
	width: 20px;
	height: 20px;
	background-image: url(../images/btn_01.png);
}
#main .rkg07 {
	display: table-cell;
	width: 90px;
}

#main .rkg08 {
	display: table-cell;
}
#main .rkg09 {
	display: block;
	padding-left: 10px;
	line-height: 50px;
	background-repeat: no-repeat;
	background-position: left 4px;
	font-weight: bold;
}
#main .rank01 {
	position: relative;
	padding-top: 60px;
	\padding-bottom: 20px;
	background-color: #ffffff;
}
#main .rank01::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 54px;
	height: 54px;
	background-image: url(../images/orn_03.png)
}
#main .rank01-1 {
	margin-top:15px;
}
#main .rank02 {
	margin-right: 40px;
	margin-bottom: 60px;
	margin-left: 40px;
}
#main .rank03 {
	float: left;
	width: 380px;
}
#main .rank04 {
	float: right;
	width: 580px;
}
#main .rank03 .type01:before {
	content: "";
	display: block;
	position: relative;
	left: calc(50% - 21px);
	margin-top: 25px;
	margin-bottom: 10px;
	width: 37px;
	height: 31px;
	background-image: url(../images/lank_s_01.png);
	background-repeat: no-repeat;
}
#main .rank03 .type02:before {
	content: "";
	display: block;
	position: relative;
	left: calc(50% - 21px);
	margin-top: 25px;
	margin-bottom: 10px;
	width: 37px;
	height: 31px;
	background-image: url(../images/lank_s_02.png);
	background-repeat: no-repeat;
}
#main .rank03 .type03:before {
	content: "";
	display: block;
	position: relative;
	left: calc(50% - 21px);
	margin-top: 25px;
	margin-bottom: 10px;
	width: 37px;
	height: 31px;
	background-image: url(../images/lank_s_03.png);
	background-repeat: no-repeat;
}
#main .rank03 .type04:before {
	content: "";
	display: block;
	position: relative;
	left: calc(50% - 21px);
	margin-top: 25px;
	margin-bottom: 10px;
	width: 37px;
	height: 9px;
	background-image: url(../images/lank_s_04.png);
	background-repeat: no-repeat;
}
#main .rank03 .type05:before {
	content: "";
	display: block;
	position: relative;
	left: calc(50% - 21px);
	margin-top: 25px;
	margin-bottom: 10px;
	width: 37px;
	height: 12px;
	background-image: url(../images/lank_s_05.png);
	background-repeat: no-repeat;
}
#main .rank05 {
	line-height: 1;
	text-align: center;
	font-size: 40px;
	font-weight: bold;
	color: #381E15;
}
#main .rank05-1 {
	margin-top: 20px;
	margin-bottom: 10px;
	line-height: 1;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #381E15;
}
#main .rank06 {
	margin-top: 25px;
	margin-bottom: 25px;
	width: auto;
	height: auto;
	line-height: 1.3;
	font-size: 36px;
	text-align: center;
	color: #381E15;
}
#main .rank06.type02-1 {
	margin-top: 0;
}
#main .rank07 {
	font-size: 16px;
	line-height: 2;
}
#main .rank08 {
	position: relative;
	line-height: 67px;
	background-color: #F3F3F3;
}
#main .rank08 dt {
	position: absolute;
	bottom: 10px;
}
#main .rank08 dd {
	padding-left: 220px;
	font-size: 20px;
	font-weight: bold;
	color: #381E15;
}
#main .rank09 {
	font-weight: bold;
	color: #B71232;
}
#main .rank12 {
	display: table;
	margin-right: 40px;
	margin-left: 40px;
	padding-right: 10px;
	padding-left: 10px;
	width: calc(100% - 100px);
	height: 80px;
	border-bottom: 1px solid #DDDDDD;
}
#main .rank12:first-child {
	padding-top: 10px;
}
#main .rank12:last-child {
	padding-bottom: 20px;
	border-bottom: none;
}
#main .rank12 dt {
	display: table-cell;
	width: 60px;
	vertical-align: middle;
}
#main .rank12 dd {
margin-bottom: 10px;
    margin-top: 10px;
	vertical-align: middle;
	font-size: 16px;
}
#main .rank12-1{
	margin-top: 30px;
	margin-right: 40px;
	margin-bottom: 40px;
	margin-left: 40px;
	font-size: 16px;
}
#main .rank12-1 .rank09 {
	font-size: 16px;
}
#main .rank13 {
	margin: 2px;
	margin-right: 20px;
	width: 28px;
	line-height: 27px;
	text-align: center;
	color: #ffffff;
	background-color: #11457E;
	border-radius: 14px;
	padding: 5px;
}
#main .rank15 {
	margin-right: 40px;
	margin-left: 40px;
	padding-right: 10px;
	padding-left: 10px;
	border-bottom: 1px solid #DDDDDD;
}
#main .rank15:first-child {
	padding-top: 20px;
}
#main .rank15:last-child {
	padding-bottom: 20px;
	border-bottom: none;
}
#main .rank16 {
	display: table;
	float: left;
	height: 80px;
}
#main .rank16 dt {
	display: table-cell;
	width: 105px;
	vertical-align: middle;
}
#main .rank16 dd {
	vertical-align: middle;
	width: 645px;
	font-size: 16px;
	margin-bottom: 10px;
	margin-top: 10px;
}
#main .rank17 {
	float: right;
	margin-top: 12px;
}
#main .rank18 {
	margin-top: 25px;
	margin-right: 40px;
	margin-bottom: 20px;
	margin-left: 40px;
}
#main .rank19 {
	float: left;
	margin-bottom: 25px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 15px;
	width: 490px;
	height: 195px;
	background-color: #F3F3F3;
}
#main .rank19:nth-child(even) {
	float: right;
}
#main .rank20 {
	float: left;
}
#main .rank21 {
	position: relative;
	float: right;
	display: block;
	width: 240px;
	height: 100%;
}
#main .rank22 {
	margin-bottom: 5px;
	padding-bottom: 5px;
	font-size: 15px;
	border-bottom: 1px solid #DDDDDD;
}
#main .rank23 {
	font-size: 15px;
}
#main .rank24 {
	position: absolute;
	bottom: 0;
	width: 240px;
}
#main .rank25 {
	margin-right: 40px;
	margin-bottom: 30px;
	margin-left: 40px;
}
#main .rank25:first-child {
	margin-top: 30px;
}
/* #main .rank25:last-child {margin-bottom: 0;} */

#main .rank26 {
	float: left;
}

#main .rank26 img {
	width:250px;
}

#main .rank27 {
	margin-top: 35px;
	margin-left: 25px;
	float: left;
	width: 455px;
	height: 100px;
}
#main .rank28 {
	margin-top: 35px;
	float: right;
}
#main .rank29 {
	margin-bottom: 8px;
}
#main .rank30 {
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px;
	min-width: 90px;
	line-height: 25px;
	font-size: 14px;
	text-align: center;
	color: #ffffff;
	background-color: #11457E;
}
#main .rank31 {
	font-size: 16px;
}
#main .rank32 {
	margin-bottom: 10px;
	margin-left: -35px;
	font-size: 18px;
	color: #F06030;
	line-height: 1;
}
#main .rank33 {
	margin-left: 8px;
	font-size: 32px;
}
#main .rank34 {
	width: 230px;
}
#main .rank35 {
	margin-top: 80px;
	padding-bottom: 80px;
	margin-right: auto;
	margin-left: auto;
	width: 725px;
}

#main .tour02 li a {
	display: block;
	position: relative;
	float: left;
	margin-right: 4px;
	width: 180px;
	line-height: 50px;
	color: #000000;
	text-align: center;
	text-decoration: none;
	background-color: #ffffff;
	border-top: 2px solid #000000;
	border-right: 2px solid #000000;
	border-bottom: 6px solid #000000;
	border-left: 2px solid #000000;
}
#main .tour02 li:last-child a {
	margin-right: 0;
}
#main .tour02 li a:after {
	content: "";
	display: block;
	position: absolute;
	right: 5px;
	bottom: 5px;
	width: 13px;
	height: 13px;
	background-image: url(../images/orn_02.png);
}
#main .tour02 li a span {
	font-weight: bold;
}
#main .en01 {
	background-image: url(../images/bg_line.png);
	background-repeat: repeat-x;
	background-position: center top;
	margin-bottom: 40px;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
}
#main .en02 {
	background-image: url(../images/bg_line.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	padding-top: 20px;
	padding-bottom: 20px;
}
#main .en03 {
	font-size: 16px;
	text-align: center;
	color: #332619;
}
#main .en04 {
}
#main .mor01 {
	/*background-color: rgba(246,246,238,0.7);
	padding-top: 55px;
	padding-bottom: 55px;*/
	padding-right: 50px;	
	padding-left: 50px;
}
#main .mor02 {
	font-size: 32px;
	background-image: url(../images/bg_line.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	text-align: center;
	width: 620px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	padding-bottom: 15px;
}
#main .mor03.type02 {
	text-align:center;
	margin-bottom:25px;
}
#main .mor03 li:nth-child(odd) {
	float:left;
}
#main .mor03 li:nth-child(even) {
	float:right;
}
#main .mor03.type02 li {
	display:inline-block;
	float:none;
}
#main .mor03 li a {
	display: block;
	position: relative;
	width:450px;
	line-height: 65px;
	background-color: #176F94;
	color: #ffffff;
	text-align: center;
}
#main .mor03 li a::after {
	display: block;
	content: "";
	position: absolute;
	right: 5px;
	bottom: 5px;
	width: 13px;
	height: 13px;
	background-image: url(../images/orn_01.png);
}
#main .mor04 {
	font-size: 17px;
	display: block;
}
#main .mor05 {
	font-size: 25px;
	display: block;
	font-weight: bold;
	padding-top:3px;
}
#main .mor06 {
	font-size: 18px;
	text-align: center;
	padding-top: 45px;
	padding-bottom: 25px;
}
#main .mor07 {
	background-image: url(../images/idon_01.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 40px;
	display:inline-block;
}
#main .mor08 {
	background-image: url(../images/idon_02.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 40px;
	display:inline-block;
}



#main .pagetop {
    position: fixed;
    right: 35px;
    bottom: 35px;
    z-index: 9000;
}
#main .slide01 div {
	position:relative;
}
#main .slide01 div span {
	font-size: 14px;
    background-color: rgba(255,255,255,0.7);
	text-align: center;
	position: absolute;
	bottom: 0px;
	display: block;
	width:100%;
    padding: 10px;
}
#main .slick-prev, html .slick-next {
	width: 32px;
	height: 32px;
}
#main .tour02.type02 {
	margin-bottom:60px;
}
SP{}

@media screen and (max-width: 768px) {
#wrapper {
    padding-top: 0;
    line-height: 1.5;
    min-width: 100%!important;
    overflow: hidden;
}
#main .pc { display:none!important; }
#main {
	width:100%; margin: 0 auto;
}	
#main * {
	font-size:12px;
}
	
#main .pc { display:none!important; }
#main .sp { display: inherit; }
#main .mv01{
	padding-top: 35px;
	padding-bottom: 35px;
	height: auto;
}
#main .mv01_new{
	padding-top: 35px;
	padding-bottom: 35px;
	height: auto;
}
#main .mv02 img {
	padding-top: 0;
	width: 94%;
	max-width: 394px;
}
#main .cmnblock01 {
	padding-top: 35px;
	padding-bottom: 35px;
}
#main .cmnbox01 {
	width: 94%;
	margin-right: auto;
	margin-left: auto;
}
#main .cmnbtn01 {
	font-size: 12px;
	padding-top: 12px;
	padding-bottom: 12px;
}
#main .cmnbtn01.type03 {
	padding-top: 13px;
	padding-bottom: 13px;
	width: 100%;
	font-size: 14px;
}
#main .cmnbtn01.type04 {
	padding-top: 10px;
	padding-bottom: 10px;
	width: 100%;
	font-size: 12px;
}
#main .cmnbtn01.type05 {
	padding-top: 15px;
	padding-bottom: 15px;
}
#main .cmnbtn01.type06 {
	min-width: 240px;
}
#main .cmnbtn02 {
	font-size: 12px;
}
#main .block01 {
	width: 100%;
	margin-left: auto;
}
#main .block04 {
	margin-top: 105px;
}
#main .block06 {
	padding-top: 20px;
}
#main .abt01 {
	padding-top: 0;
}
#main .abt01::after {
	display: none;
}
#main .abt02 {
	margin-right: 0;
	margin-left: 0;
}
#main .abt03 {
	float: none;
	width: 100%;
}
#main .abt04 {
	float: none;
	width: 100%;
}
#main .abt05 {
	margin-top: 0;
}
#main .abt05 dt {
	margin-bottom: 15px;
}
#main .abt05 dd {
	margin-bottom: 15px;
	margin-left: 0px;
	font-size: 12px;
}
#main .title01 {
	margin-bottom: 20px;
}
#main .title03 {
	margin-top: 7px;
	font-size: 16px;
}
#main .title04 {
	margin-top: 5px;
	font-size: 12px;
}
#main #tab li {
	font-size: 11px;
	width: 27%;
	padding-top: 7px;
	padding-bottom: 7px;
}
#main #tab li.tab_select {
	padding-top: 12px;
	padding-bottom: 12px;
}
#main .rec01 {
	padding: 15px;
	border: 2px solid #5D4842;
}
#main .rec02 {
	margin-bottom: 5px;
}
#main .rec03 {
	display: block;
	width: 100%;
	padding: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:15px;
}
#main .rec04 {
	margin-bottom:5px;
}


.seat
{
	width: 100%;
	padding: 0 10px 20px 10px;
}


#main .rec05 {
	margin:0;
	padding: 0;
	line-height: 1.2;
	font-size: 12px;
	font-weight: bold;
	color: #412D13;
	border-bottom: 1px solid #CCC;
}


#main .rec07 {
	clear:both;
	text-align:right;
	margin: 12px 0 12px 0;
	padding:0;
	border:none;
}

#main .rkg01 {
	padding: 3%;
}
#main .rkg02 {
	padding-right: 3%;
	padding-left: 3%;
	padding-bottom: 30px;
}
#main .rkg04 {
	float: none;
}
#main .rkg05 {
	float: none;
}
#main .rkg06 li {
	width: 100%;
}
#main .rkg06 a {
	line-height: 1.5;
}
#main .rkg07 {
	width: 70px;
	font-size: 11px;
}
#main .rkg08 {
	padding-right: 30px;
	font-size: 11px;
	vertical-align: middle;
}
#main .rkg09 {
	display: block;
	padding-left: 12px;
	line-height: 50px;
}
#main .rank01 {
	padding-top: 30px;
	margin-bottom: 35px
}
#main .rank01-1 {
	margin-bottom:15px;
}
#main .rank02 {
	margin-right: 3%;
	margin-bottom: 30px;
	margin-left: 3%;
}
#main .rank03 {
	width: 100%;
	float: none;
}
#main .rank03 .type01:before,
#main .rank03 .type02:before,
#main .rank03 .type03:before,
#main .rank03 .type04:before,
#main .rank03 .type05:before {
	margin-top: 0;
	margin-bottom: 5px;
}
#main .rank04 {
	width: 100%;
	float: none;
}
#main .rank05-1 {
	margin-top: 10px;
	margin-bottom: 7px;
	font-size: 12px;
}
#main .rank06 {
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: center;
	font-size: 16px;
}
#main .rank07 {
	margin-bottom: 15px;
	font-size: 12px;
}
#main .rank08 {
	line-height: 1.5;
}
#main .rank08 dt {
	position: relative;
	width: 100px;
	top: -7px;
}
#main .rank08 dd {
	margin-top: -2px;
	padding-bottom: 5px;
	padding-left: 20px;
	font-size: 14px;
}
#main .rank09 {
	font-size: 14px;
}
#main .rank12 {
	margin-right: 3%;
	margin-left: 3%;
	width: 94%;
	height: auto;
}
#main .rank12 dd {
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#main .rank12 dt {
	display: table-cell;
	width: 45px;
	vertical-align: middle;
}
#main .rank12 dd .rank09 {
	font-size: 12px;
}
#main .rank12-1{
	margin-top: 20px;
	margin-right: 3%;
	margin-bottom: 20px;
	margin-left: 3%;
	font-size: 12px;
}
#main .rank12-1 .rank09 {
	font-size: 12px;
}
#main .rank13 {
	font-size: 12px;
}
#main .rank15 {
	margin-right: 3%;
	margin-left: 3%;
}
#main .rank16 {
	margin-bottom: 10px;
	height: auto;
}
#main .rank16 dd {
	width: auto;
	font-size: 12px;
}
#main .rank17 {
	float: none;
	margin-top: 12px;
	margin-bottom: 10px;
}
#main .rank18 {
	margin-top: 15px;
	margin-right: 3%;
	margin-bottom: 15px;
	margin-left: 3%;
}
#main .rank19 {
	float: none;
	margin-top: 12px;
	margin-bottom: 10px;
	margin-left: 0;
	padding-right: 3%;
	padding-left: 3%;
	width: 100%;
	height: auto;
}
#main .rank19:nth-child(even) {
	float: none;
}
#main .rank20 {
	margin-bottom: 15px;
	float: none;
	text-align: center;
}
#main .rank21 {
	float: none;
	width: 100%;
}
#main .rank21 {
	float: none;
	width: 100%;
}
#main .rank22 {
	font-size: 12px;
}
#main .rank23 {
	margin-bottom: 10px;
	font-size: 12px;
}
#main .rank24 {
	position:static;
	width: 100%;
}
#main .rank25 {
	margin-right: 3%;
	margin-bottom: 30px;
	margin-left: 3%;
}

/*---------------------
#main .rank26 {
	float: none;
	text-align: center;
}
#main .rank27 {
	margin-top: 15px;
	margin-left: 0;
	float: none;
	width: 100%;
	height: auto;
}
----------------*/

#main .rank30 {
	font-size: 12px;
}
#main .rank31 {
	font-size: 12px;
}



#main .rank28 {
	margin-top: 35px;
	clear:both;
	float: none;
}
#main .rank32 {
	clear:both;
	text-align:right;
	margin:15px 0;
	font-size: 14px;
}
#main .rank33 {
	margin-left: 8px;
	font-size: 20px;
}
#main .rank34 {
	width: 100%;
}
#main .rank35 {
	width: 94%;
	margin-top: 35px;
	margin-right: 3%;
	margin-left: 3%;
	padding-bottom: 35px;
}
#main .rec05 {
	margin-bottom:10px;
	padding-bottom: 10px;
}
#main .rec09 {
	width:100%;
	margin-bottom:5px;
}
#main .tour02 li a {
	float: left;
	margin-right: 2%;
	margin-bottom: 2%;
	width: 49%;
	line-height: 50px;
	color: #000000;
	text-align: center;
	text-decoration: none;
	background-color: #ffffff;
	border-top: 2px solid #000000;
	border-right: 2px solid #000000;
	border-bottom: 6px solid #000000;
	border-left: 2px solid #000000;
}
#main .tour02 li:nth-child(even) a {
	float: right;
	margin-right: 0;
}
#main .en01 {
	margin-bottom: 15px;
	width: 100%;
}
#main .en03 {
	font-size: 11px;
}
#main .mor01 {
	padding-right:0;
	padding-left: 0;
}
#main .mor03 li:first-child {
	margin-bottom: 15px;
}
#main .mor03 li:nth-child(odd) {
	float: none;
}
#main .mor03 li:nth-child(even) {
	float: none;
}
#main .mor03 li a {
	width: 100%;
	line-height: 50px;
}
#main .slide01 img {
	width:100%;
}
#main .pagetop {
    position: fixed;
    right: 3%;
    bottom: 10px;
    z-index: 9000;
	width:40px;
}
#main .slide01 div {
	position:relative;
}
#main .slide01 div span {
	font-size: 12px;
	width:100%;
    padding: 7px;
}
#main .slick-prev, html .slick-next {
	width: 20px;
	height: 20px;
}
#main .tour02.type02 {
	margin-bottom:20px;
}


#main .float_txt .image {
	width: 40%;
	float: left;
	margin: 0 5px 0 0;
}
	
#main .float_txt  img {
	width: 100%;
	height: auto;
}
#main .float_txt .text_area {
	width: auto;
	font-size: 13px;
	text-align: justify;
	float: none;
	margin: 0;
	overflow:visible;
}

.recbox01 {
	width: 100%;
	float: none;
	padding: 0;
	/*
	margin-bottom:15px;
	padding-bottom: 15px;
	line-height: 1.3;
	font-size: 14px;
	font-weight: bold;
	color: #412D13;
	border-bottom: 1px solid #CCC;
	*/
}
.recbox02 {
	background-color: #fff;
	padding-top: 30px;
	padding-right: 35px;
	padding-bottom: 30px;
	padding-left: 35px;
	margin-bottom: -40px;
	overflow: hidden;
}




SP{}	

}




/*----------------------top�֖߂�----------------------*/
#return_top { text-align:center; margin:10px; }
#return_top a { background: url("https://image.stworld.jp/images/common/tri01.gif") no-repeat scroll left 5px rgba(0, 0, 0, 0); line-height: 1em; padding-left: 10px; }
