@charset "UTF-8";

/* CSS Document */

header h1 {
	width: 20%;
	max-width: 200px;
}

#contents-main {
	width: 100%;
	padding: 0 0 100px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: block;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

#other #contents-main {
	display: block;
}

p.thanks_message{
	width:80%;
	margin:20px auto;
}

#contents-left {
	width: 21%;
	margin: 0 2% 0 0;
}

#contents-right {
	width: 77%;
}

@media (max-width: 767px) {
  #contents-main {
    width: 100%;
    padding: 0 0 20px 0;
    display: block;
  }
  #contents-left {
    width: 100%;
    max-width: initial;
    max-width: auto;
    margin: 0 0 0 0;
  }
  #contents-left {
    padding: 0 3%;
  }
  #contents-right {
    width: 100%;
    padding: 0 0 40px 0;
  }
}

.title-a {
	margin: 0 0 16px 0;
	padding: 16px 20px;
	color: #fff;
	font-weight: bold;
	font-size: 2.2rem;
}

@media (max-width: 767px) {
  .title-a {
    margin: 0 0 10px 0;
    padding: 8px 3%;
    font-size: 1.4rem;
  }
}

.title-a-blue {
  background: #1082e8;
}

.title-a-pink {
  background: #FF1273;
}

.title-a-dblue {
  background: #F88E36;
}

.title-b {
  margin: 0 0 20px 0;
  padding: 12px 16px;
  font-weight: bold;
  font-size: 1.8rem;
}


#btn-next button {
  width: 40%;
  height: 56px;
  margin: 0 auto 20px auto;
  line-height: 56px;
  color: #fff;
  background: #ED1165;
  font-weight: bold;
  text-decoration: none;
  display: block;
  border-radius: 5px;
  font-size: 2.0rem;
  text-align: center;
  -webkit-transition: all  0.6s ease;
  -o-transition: all  0.6s ease;
  transition: all  0.6s ease;
  -webkit-box-shadow: 0px 0px 6px 0px #dcdcdc;
  box-shadow: 0px 0px 6px 0px #dcdcdc;
  position: relative;
}

#btn-next button:hover {
  opacity: 0.8;
  -webkit-transition: all  0.6s ease;
  -o-transition: all  0.6s ease;
  transition: all  0.6s ease;
}

#btn-next button i {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 2.0rem;
}

#btn-back a {
  width: 40%;
  height: 56px;
  margin: 0 auto 20px auto;
  line-height: 56px;
  color: #fff;
  background: #969696;
  font-weight: bold;
  text-decoration: none;
  display: block;
  border-radius: 5px;
  font-size: 2.0rem;
  text-align: center;
  -webkit-transition: all  0.6s ease;
  -o-transition: all  0.6s ease;
  transition: all  0.6s ease;
  -webkit-box-shadow: 0px 0px 6px 0px #dcdcdc;
  box-shadow: 0px 0px 6px 0px #dcdcdc;
  position: relative;
}

#btn-back a:hover {
  opacity: 0.8;
  -webkit-transition: all  0.6s ease;
  -o-transition: all  0.6s ease;
  transition: all  0.6s ease;
}

#btn-back a i {
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 2.0rem;
}

@media (max-width: 767px) {
    #btn-next button {
      width: 100%;
    }
  #btn-next a {
    width: 100%;
    height: 50px;
    margin: 0 auto 16px auto;
    line-height: 50px;
    font-size: 1.6rem;
  }
  #btn-back a {
    width: 100%;
    height: 50px;
    margin: 0 auto 16px auto;
    line-height: 50px;
    font-size: 1.6rem;
  }
}

.btn-orange {
  height: 56px;
  line-height: 56px;
  color: #fff;
  background: #F27108;
  font-weight: bold;
  border-radius: 5px;
  font-size: 2.0rem;
  text-align: center;
  -webkit-transition: all  0.6s ease;
  -o-transition: all  0.6s ease;
  transition: all  0.6s ease;
  -webkit-box-shadow: 0px 0px 6px 0px #dcdcdc;
  box-shadow: 0px 0px 6px 0px #dcdcdc;
}

.btn-orange:hover {
  opacity: 0.8;
  -webkit-transition: all  0.6s ease;
  -o-transition: all  0.6s ease;
  transition: all  0.6s ease;
}


.btn-gray {
  height: 56px;
  line-height: 56px;
  color: #fff;
  background: #969696;
  font-weight: bold;
  border-radius: 5px;
  font-size: 2.0rem;
  text-align: center;
  -webkit-transition: all  0.6s ease;
  -o-transition: all  0.6s ease;
  transition: all  0.6s ease;
  -webkit-box-shadow: 0px 0px 6px 0px #dcdcdc;
  box-shadow: 0px 0px 6px 0px #dcdcdc;
}

.btn-gray:hover {
  opacity: 0.8;
  -webkit-transition: all  0.6s ease;
  -o-transition: all  0.6s ease;
  transition: all  0.6s ease;
}

@media (max-width: 767px) {
  .btn-orange {
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
    font-size: 1.8rem;
  }
  .btn-gray {
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
    font-size: 1.8rem;
  }
}

.btn-next {
  color: #fff;
  position: relative;
}

.btn-next i {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 2.0rem;
}

.btn-back {
  color: #fff;
  position: relative;
}

.btn-back i {
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 2.0rem;
}

.error_message {
	color: #DB0944;
	padding: 15px;
	background: #F9BABB;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	margin-top: 10px;
	border: 2px solid #DB0944;
	font-weight: bold;
	line-height: 20px;
	box-sizing: border-box;
}
.error_message2 {
	color: #338A22;
	padding: 15px;
	background: #D5ECD8;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	margin-top: 10px;
	border: 2px solid #338A22;
	font-weight: bold;
	line-height: 20px;
	box-sizing: border-box;
}




input[type="radio"] {
	-moz-appearance: radio !important;
	-webkit-appearance: radio !important;
	appearance: radio !important;
}


table.rsv_detail_table04 {
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

table.rsv_detail_table04 th {
	background: #E6F0E3;
	color: #225710;
	padding: 10px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	text-align: center;
	width: 20%;
}

table.rsv_detail_table04 td.name_style {
	background: #efefef;
	text-align: center;
}

table.rsv_detail_table04 td {
	padding: 10px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}


.select-a-wrap::after {
    position: absolute;
    top: 0;
    right: 0;
    display: inline;
    width: 16px;
    height: 16px;
    content: '\f107';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #333;
    font-size: 14px;
    line-height: 40px;
    z-index: 2;

}


table.rsv_detail_table04 select {
	width: 100%;
	height: auto;
	margin: 0 0 0 0;
	padding: 8px;
	font-size: 1.6rem;
	border-radius: 5px;
	border: none;
	z-index: 3;
	background: rgba(0, 0, 0, 0);
}



.index-order-content .index-order-1 {
  background: #F4F6FA;
}
.index-order-content .index-order-1 .index-order-head {
  background: #00257E;
}
.index-order-content .index-order-2 {
  background: #FFEFEF;
}
.index-order-content .index-order-2 .index-order-head {
  background: #EB0C0C;
}

.index-order-content .index-order-3 {
  background: #EFFDFB;
}
.index-order-content .index-order-3 .index-order-head {
  background: #4F9ED0;
}
.index-order-content .index-order-4 {
  background: #E2E2E2;
}
.index-order-content .index-order-4 .index-order-head {
  background: #171717;
}

.index-order-content .index-order-5 {
  background:#EBEAE5;
}
.index-order-content .index-order-5 .index-order-head {
  background:#358402;
}

.index-order-content .index-order-6 {
  background:#EBEAE5;
}
.index-order-content .index-order-6 .index-order-head {
  background:#197937;
}

.index-order-content .index-order-7 {
  background:#EBEAE5;
}
.index-order-content .index-order-7 .index-order-head {
  background:#0360AB;
}

.various_info {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding-top: 60px;
}


@media(max-width:999px){
	.various_info	{
        width: 95%;
        padding-top: 20px;
	}
	.index-payment	{
		width: 95%;
		padding-top: 20px;
		margin:0 auto;
	}
}

.various_info .various_info_inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 40px 0 80px 0;
	max-width: 1000px;
	margin: 0 auto;
}
@media(max-width:960px){
	.various_info .various_info_inner {
        padding: 20px 0 40px 0;
    }
}

.various_info .various_info_detail {
	width: 32%;
    margin-bottom: 2%;
    border-radius: ;
}

.various_info .various_info_detail a {
	display: block;
	margin-bottom: 10px;
	text-align: center;
	color: #B52929;
}

.various_info .various_info_detail a img {
    margin-right: 10px;
    margin-bottom: 5px;
}

.various_info .various_info_detail a i {
	color: #EA9D9D;
}

.various_info .various_info_detail a:first-child {
	padding: 20px;
	text-align: center;
	border: 1px solid #ccc;
	text-decoration: none;
	color: #333;
    background: #fff;
    border-radius: 5px;
}

@media(max-width:999px){
	.various_info .various_info_detail {
		width: 48%;
	}
}

@media(max-width:675px){
	.various_info .various_info_detail {
		width: 100%;
	}
}




@media(min-width:1200px){
	.main_img {
		text-align: center;
		height: 380px;
		margin: 0 auto;
	}
	.main_img img {
		height: 100%;
	}
}


@media(max-width:860px){
	.main_img {
		width: 100%;
	}
}

@media(min-width:960px){
	.top_howto_btn {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		width: 100%;
		max-width: 800px;
		margin: 0 auto;
	}
	.top_howto_btn div {
		width: 48%;
		text-align: center;
	}
}

.index-howto .index-title {
	margin: 0 0 50px 0;
}



.top_howto_btn div a {
	padding: 25px 10px;
	color: #fff;
	display: block;
	text-decoration: none;
	font-size: 1.7rem;
	border-radius: 8px;
}

.top_howto_btn .top_howto_btn_1 a {
	background:#1679B0;
}

.top_howto_btn .top_howto_btn_1 a:hover {
	background:#298ec4;
}

.top_howto_btn .top_howto_btn_2 {
	position: relative;
}


.top_howto_btn .top_howto_btn_2 .new_icon {
	position: absolute;
	top:-15px;
	right:-10px;
	padding: 3px;
	width: 90px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #F91C2D;
	-webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	color:#fff;
	font-weight: bold;
	font-size: 13px;
}

.top_howto_btn .top_howto_btn_2 .new_icon p {
	border: 1px solid #fff;
	border-radius: 5px;
	padding: 2px;
}

.top_howto_btn .top_howto_btn_2 a {
	background:#298A5C;
}

.top_howto_btn .top_howto_btn_2 a:hover {
	background:#36a06d;
}

@media(max-width:960px){
	.index-howto {
		padding: 30px 0 50px 0;
	}
	.top_howto_btn {
		width: 90%;
		margin: 0 auto;
	}
	.top_howto_btn div {
		width: 100%;
		margin-bottom: 20px;
		text-align: center;
	}
}

@media(min-width:650px){
	.top_link_btn_box {
		width: 100%;
		max-width: 1000px;
		margin: 0 auto;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.top_link_btn_box li {
		width: 48%;
		min-height: 130px;
		margin: 0 0 20px 0;
		padding: 20px 3%;
		background-color: #fff;
		font-size: 1.8rem;
		text-align: center;
		font-weight: bold;
	}
	.top_link_btn_box li a {
		text-decoration: none;
		line-height: 23px;
		color: #333;
	}
}

@media(max-width:649px){
	.top_link_btn_box {
		width: 95%;
		margin: 0 auto;
		}
		.top_link_btn_box li {
		width: 100%;
		min-height: 130px;
		margin: 0 0 20px 0;
		padding: 20px 3%;
		background-color: #fff;
		font-size: 1.8rem;
		text-align: center;
		font-weight: bold;
	}
	.top_link_btn_box li a {
		text-decoration: none;
		line-height: 23px;
		color: #333;
	}
}

.top_link_btn_box_title {
	margin-top: 50px !important;
}

.top_link_btn_box li.top_link_btn_1 {
	background-image: url(../img/top_btn_bg1.png);
	background-size: 40%;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}

.top_link_btn_box li.top_link_btn_1 .new_icon {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	background: #EB0C0C;
	color: #fff;
	position: absolute;
	top: -20px;
	right: -15px;
}

.top_link_btn_box li.top_link_btn_1 .new_icon p {
	padding-top: 20px;
	font-size: 13px;
}

.top_link_btn_box li.top_link_btn_2 {
	background-image: url(../img/top_btn_bg2.png);
	background-size: 40%;
	background-position: center;
	background-repeat: no-repeat;
}

.top_link_btn_box li a:hover span {
	background: #aa3c2f;
}

.top_link_btn_box li a span {
	line-height: 45px;
	background: #8E190A;
	color: #fff;
	padding: 5px 10px;
	font-size: 1.2rem;
	font-weight: normal;
	border-radius: 5px;
}

.item_limit_text {
	text-align: right;
	color: #00257e;
	margin-top: 20px;
}

.success_message {
	margin: 10px auto;
	padding: 10px;
	line-height: 20px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: #D4FDCE;
	color: #369A24;
	border: 2px solid #98DC8F;
	font-weight: bold;
	box-sizing: border-box;
}

.mypage_table td {
	text-align: center;
	padding: 14px 5px;
}

.mypage_table td.mypage_dl_btn button {
	font-size: 15px;
	line-height: 20px;
	width: 90%;
	margin: 0 auto;
	height: 60px;
}

.index-order-box {
	position: relative;
}

.item_new_icon {
	position: absolute;
	top: 0;
	right: 0;
}

header #header-content {
	position: relative;
}


@media(min-width:961px){
	
header #header-content {
	padding-top: 23px;
	}
	
	#header_login_name {
		position: absolute;
		top:5px;
		right: 10px;
	}
	
	.item_new_icon p {
		background: #EB0C0C;
		color: #fff;
	padding: 10px 20px;
	height: 54px;
	}
	header .header-nav {
		padding: 10px 0 35px;
	}
	header #pass_txt {
		position: absolute;
		right: 10px;
		bottom: 6px;
		font-size: 1.3rem;
	}
}

@media(max-width:960px){
	
header #header-content {
	padding-bottom: 30px;
	}
	
	#header_login_name {
		position: absolute;
		bottom:0px;
		right: 10px;
		font-size: 13px;
	}
	
	.item_new_icon p {
		background: #EB0C0C;
		color: #fff;
	padding: 4px 10px;
	height: 34px;
	}
	.item_limit_text {
		font-size: 12px;
	}
	header {
		padding: 7px 0;
	}
	
	header #pass_txt {
		display:none;
	}
}

.cart .itemtable .select-a {
	padding: 0 3% !important;
}




.index-main-btn2 {
  background: #780E10;
  width: 388px;
  height: 60px;
  line-height: 60px;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
  margin: 0 auto 20px auto;
  margin-top:20px;
}
.index-main-btn2 a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  display: block;
}
.index-main-btn2 a:hover {
  opacity: 0.8;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.index-main-facebook {
	margin: 0 auto 20px;
	width: 388px;
}

.index-main-facebook img {
	width: 100%;
}



.auth_section {
	background: #fffbe2 !important;
	padding: 20px;
}

.auth_section table {
	margin-top: 20px;
}

.auth_section table th {
	background: #F5F5F5;
}

.auth_section table td input[type="text"] {
	width: 90%;
	max-width: 250px;
	height: 40px;
	padding: 8px;
	border: solid 1px #9F9F9F;
	background: #fff;
}

.auth_section table td input[type="button"] {
	background: #F48C37;
	width: 95%;
	padding: 10px;
	max-width: 220px;
	margin-left: auto;
	color: #fff;
	font-size: 15px;
	border-radius: 5px;
}

.auth_section table td.auth_tel_btn_box {
	text-align: center;
}



@media (max-width: 960px) {
  header {
    margin: 0 0 0 0;
  }

  .index-main-btn2 {
    padding: 0 10%;
    background: #780E10;
    width: auto;
    height: 36px;
    line-height: 36px;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
            box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    font-weight: bold;
    font-size: 1.4rem;
    text-align: center;
     margin-top:10px;
  }
  .index-main-btn2 a {
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    display: block;
  }
  .index-main-btn2 a:hover {
    opacity: 0.8;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
	}
	.index-main-facebook {
		width: 100%;
}
}


.to_payment_message {
	width: 100%;
	max-width: 1000px;
	margin: 10px auto;
	box-sizing: border-box;
	background: #EFEFEF;
	padding: 15px;
}

.to_payment_message a {
	color: #B52929;
}

.payment_3d_txt p {
	margin-bottom: 10px;
}

.regist_txt {
	font-size: 1.9rem;
	font-weight: bold;
	margin-top: 5px;
}

.regist_txt2 {
	line-height: 1.7;
	margin: 10px 0 30px;
	font-size: 1.6rem;
}

.regist_txt3 {
	line-height: 1.7;
	margin: 10px 0 30px;
	font-size: 1.6rem;
	color: #ff0000;
	font-weight: bold;
}

.regist_txt2 .regist_txt2_title {
	font-weight: bold;
}

.reservation_message {
	padding: 10px 15px;
	background: #f7e6de;
}

.customertable-wrap {
	margin: 0 0 30px 0 !important;
}



@media (min-width: 901px) {
	.pc_only {
		display: block;
	}
	.sp_only {
		display: none;
	}
	.to_payment_message {
		font-size: 1.6rem;
		line-height: 1.6;
	}
}

@media (max-width: 900px) {
	.pc_only {
		display: none;
	}
	.sp_only {
		display: block;
	}
	.to_payment_message {
		font-size: 1.4rem;
		line-height: 1.6;
	}
}




@media (min-width: 700px) {
.contact_newyear_text {
	font-size:1.8rem;
	width: 70%;
	margin: 20px auto;
}
}

@media (max-width: 699px) {
.contact_newyear_text {
	font-size:1.8rem;
	width: 95%;
	margin: 20px auto;
}
}






#benefit-info {
width: 50%;
margin: 0 auto 10px auto;
padding: 0 0 10px 0;
line-height: 1.5;
border: 1px solid #cbcbcb;
}

#benefit-info dt {
background-color: red;
color: #fff;
padding: 2px;
text-align: center;
font-size: 20px;
font-weight: bold;
margin: 0 0 8px 0;
}

#benefit-info dd {
padding: 0 10px 2px 10px;
font-weight: bold;
font-size: 17px;
}

@media (max-width: 767px) {
#benefit-info {
width: 100%;
}
#benefit-info dt {
font-size: 14px;
}
#benefit-info dd {
font-size: 11px;
}
	}


.index-main-special {
    margin: 0 auto 20px;
    width: 100rem;
}
@media (max-width: 960px){
.index-main-special {
    width: 100%;
}
.itemtable th, .itemtable td {
    text-align: left;
}

.mypage_table td.mypage_dl_btn {
    margin-bottom: 25px;
    border-bottom: 1px solid;
  }
.mypage_table td.mypage_dl_btn button {
    width: 70%;
    height: 30px;
  }
}