/* ----------------------------------------------------------------header*/
header {
	min-height: calc(750px / 2);
	background: url(../img/index_img/mainimage_sp.jpg) no-repeat center bottom;
	background-size: cover;
	position: relative;
}
h1 {
	margin: 8px 0 13px;
	font-size: 9px;
	color: #fff;
}
.header_logo img {
	width: 120px;
	height: auto;
}
.header_contact {
	position: absolute;
	top: 35px;
	right: 10px;
}
.header_contact img {
	width: 40px;
	height: 40px;
}
#mainimage {
	margin-top: 40px;
	display: inline-block;
}
#mainimage img {
	width: 300px;
}

@media print, screen and (min-width:768px) {
header {
	min-height: 840px;
}
h1 {
	margin: 5px 0 5px;
	font-size: 12px;
}
.header_logo {
	float: left;
}
.header_logo img {
	width: auto;
	height: auto;
}
.header_contact {
	position: static;
	float: right;
}
.header_contact img {
	width: auto;
	height: auto;
}
#mainimage {
	padding-top: 50px;
	display: block;
	clear: both;
}
#mainimage img {
	margin: auto;
	width: auto;
	height: auto;
}
}

@media print, screen and (min-width:992px) {
header {
	min-height: 750px;
	background: url(../img/index_img/mainimage_pc.jpg) no-repeat center top;
	background-size: 100% cover;
}
h1 {
	margin: 5px 0 0;
}
#mainimage {
	padding-top: 20px;
}
}
/*------------------------------------------------------------content*/
.content_bg01 {
	background: url(../img/index_img/dec_tai.png) no-repeat top -15px right -100px, url(../img/index_img/dec_tai.png) no-repeat top 285px left -100px, url(../img/index_img/dec_tai.png) no-repeat top 585px right -100px, url(../img/index_img/dec_tai.png) no-repeat top 885px left -100px, url(../img/index_img/bg01.jpg);
	background-size: 50% auto;
	text-align: left;
}
.content_bg02 {
	background: url(../img/index_img/dec_wave.png)no-repeat center bottom, #432d00;
	background-size: 100% auto;
	color: #fff;
	text-align: left;
}
.section {
	clear: both;
	margin-bottom: 30px;
}

@media print, screen and (min-width:768px) {
.content_bg01 {
	padding-top: 30px;
	background: url(../img/index_img/dec_tai.png) no-repeat top -15px right -200px, url(../img/index_img/dec_tai.png) no-repeat top 285px left -200px, url(../img/index_img/dec_tai.png) no-repeat top 585px right -200px, url(../img/index_img/dec_tai.png) no-repeat top 885px left -200px, url(../img/index_img/bg01.jpg);
	background-size: auto auto;
}
.content_bg02 {
	padding-top: 20px;
}
.section {
	margin-bottom: 50px;
}
}
/* ----------------------------------------------------------------footer*/
footer {
	padding: 20px 0;
	background: #432d00;
	color: #fff;
}
/*footerinfo*/
#footerinfo {
	margin-bottom: 15px;
	text-align: center;
}
#footerinfo img {
	margin-bottom: 10px;
	width: 100px;
}
#footerinfo ul li {
	text-align: left;
}

@media print, screen and (min-width:480px) {
#footerinfo ul li br {
	display: none;
}
}

@media print, screen and (min-width:768px) {
#footerinfo {
	margin-bottom: 25px;
}
#footerinfo img {
	margin-bottom: 20px;
	width: 200px;
}
#footerinfo ul li {
	text-align: center;
	font-size: 14px;
	line-height: 1.6;
}
}
/*coupon*/
#coupon {
	margin-bottom: 15px;
	padding: 10px;
	border: solid 1px #8d0002;
	background: rgba(0,0,0,0.1);
	text-align: center;
}
#coupon p {
	text-align: left;
}
#coupon_ticket {
	margin-bottom: 10px;
	padding: 7px;
	background: url(../img/index_img/bg_coupon.jpg);
	background-size: 50px auto;
	position: relative;
}
.ticket_web {
	width: 50px;
	height: 50px;
	position: absolute;
	top: -3px;
	left: -5px;
}
.ticket_web img {
	width: 100%;
}
.ticket_ribon {
	width: 50px;
	height: 50px;
	position: absolute;
	bottom: -2px;
	right: -2px;
}
.ticket_ribon img {
	width: 100%;
}
.ticket_info {
	margin-bottom: 7px;
	padding: 10px;
	border: solid 1px #994c4d;
	background: url(../img/index_img/coupon_frame1.png) no-repeat bottom 2px left 2px, url(../img/index_img/coupon_frame2.png) no-repeat top 2px right 2px;
	background-size: 20px auto;
}
.ticket_info br {
	display: none;
}
.ticket_off {
	margin-bottom: 8px;
	display: inline-block;
}
.ticket_attention {
	padding: 5px;
	background: #fff;
	color: #1B1B1B;
}

@media print, screen and (min-width:480px) {
.ticket_web {
	width: 70px;
}
.ticket_ribon {
	width: 60px;
	height: 60px;
}
}

@media print, screen and (min-width:768px) {
#coupon {
	margin: 0 auto 25px;
	padding: 30px 65px;
	width: 555px;
}
#coupon p {
	text-align: center;
	font-size: 14px;
}
#coupon_ticket {
	width: 420px;
	margin-bottom: 15px;
	padding: 10px;
	background: url(../img/index_img/bg_coupon.jpg);
}
.ticket_web {
	width: 87px;
	top: 5px;
	left: 0px;
}
.ticket_info {
	margin-bottom: 7px;
	border: solid 1px #994c4d;
	background: url(../img/index_img/coupon_frame1.png) no-repeat bottom 2px left 2px, url(../img/index_img/coupon_frame2.png) no-repeat top 2px right 2px;
}
.ticket_info br {
	display: block;
}
.ticket_off {
	margin-bottom: 10px;
	display: inline-block;
}
.ticket_attention {
	padding: 5px;
	font-size: 14px;
}
}
/*footernavi*/
#footernavi ul {
	margin-bottom: 35px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
#footernavi ul li {
	margin-bottom: 5px;
}
#footernavi ul li:last-child {
	border: none;
}
#footernavi ul li a {
	padding: 2px 5px;
	display: block;
	color: #fff;
}
#footernavi ul li a:hover {
	text-decoration: underline;
}

@media print, screen and (min-width:768px) {
#footernavi ul li {
	margin: 0px;
	border-right: solid 1px #fff;
}
#footernavi ul li a {
	padding: 0px 20px;
	text-decoration: none;
	font-size: 14px;
}
}
/*copyright*/
small {
	display: block;
	text-align: center;
}
/* ----------------------------------------------------------------rayout*/
.center {
	margin: auto;
}
/*------------------------------------------------------------Text*/
/*title01*/
.title01 {
	margin: 15px 0 10px;
	text-align: center;
	background: url(../img/index_img/title01.png) no-repeat center top;
	background-size: 300px auto;
}
.title01 img {
	padding-top: 20px;
	width: 300px;
}

@media print, screen and (min-width:768px) {
.title01 {
	margin: 30px 0;
	background: url(../img/index_img/title01.png) no-repeat center top;
}
.title01 img {
	padding-top: 40px;
	width: auto;
	height: auto;
}
}

/*title02*/
.title02 {
	margin: 15px 0 10px;
	padding-top: 20px;
	text-align: center;
	background: url(../img/index_img/title01.png) no-repeat center top;
	background-size: 300px auto;
	padding-top: 20px;
	font-family: "NotoserifBold";
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}

@media print, screen and (min-width:768px) {
.title02 {
	margin: 30px 0;
	padding-top: 40px;
	background: url(../img/index_img/title01.png) no-repeat center top;
	font-size: 30px;
}
.title02 br {
	display: none;
}
}

@media print, screen and (min-width:992px) {
.title02 {
	font-size: 40px;
}
}

@media print, screen and (min-width:1200px) {
.title02 {
	font-size: 44px;
}
}
/*title03*/
.title03 {
	margin: 30px 0 10px;
	padding: 8px;
	text-align: center;
	background: #8d0002;
	font-family: "NotoserifBold";
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}

@media print, screen and (min-width:768px) {
.title03 br {
	display: none;
}
.title03 {
	margin: 50px 0 30px;
	padding: 5px 0 8px;
	font-size: 22px;
}
}

@media print, screen and (min-width:992px) {
.title03 {
	margin-top: 300px;
	font-size: 30px;
}
}
/*Text*/
.tx_right {
	text-align: right;
}
.tx_left {
	text-align: left;
}
.tx_cent {
	text-align: center;
}
.tx_12px {
	font-size: 12px;
}
.tx_bold {
	font-style: normal;
	font-weight: bold;
}
.tx_red {
	color: #8d0002;
}
.bg_red {
	background: #8d0002;
	color: #fff;
}
.sp_block {
	display: block;
}
.attention {
	font-size: 10px;
	line-height: 130%;
	margin: 5px 0;
}
/*------------------------------------------------------------Decoration*/
/*Line*/
hr.line_01 {
	height: 1px;
	clear: both;
	margin: 20px 0px;
	border-top: 1px dotted #CCC;
	border-right: 0 dotted #CCC;
	border-bottom: 0 dotted #CCC;
	border-left: 0 dotted #CCC;
}
/*------------------------------------------------------------Float*/
/*FloatLeft*/
.float_left {
	float: left;
}
/*FloatRight*/
.float_right {
	float: right;
}
/*ClearBoth*/
.clearboth {
	clear: both;
}
/*phbox*/
.phbox_right {
	text-align: center;
	margin-bottom: 10px;
}
.phbox_right img {
	max-width: 100%;
	height: auto;
}
.phbox_left {
	text-align: center;
	margin-bottom: 10px;
}
.phbox_left img {
	max-width: 100%;
	height: auto;
}
.ov_hidden {
	overflow: hidden;
}

@media print, screen and (min-width:768px) {
.phbox_right {
	float: right;
	margin-left: 10px;
	margin-bottom: 0px;
}
.phbox_left {
	float: left;
	margin-right: 10px;
	margin-bottom: 0px;
}
}
/*------------------------------------------------------------Margin*/
/*MarginTop*/
.margin_t05 {
	margin-top: 5px;
}
.margin_t10 {
	margin-top: 10px;
}
.margin_t20 {
	margin-top: 20px;
}
.margin_t30 {
	margin-top: 30px;
}
.margin_t40 {
	margin-top: 40px;
}
.margin_t50 {
	margin-top: 50px;
}
/*MarginBottom*/
.margin_b05 {
	margin-bottom: 5px;
}
.margin_b10 {
	margin-bottom: 10px;
}
.margin_b20 {
	margin-bottom: 20px;
}
.margin_b30 {
	margin-bottom: 30px;
}
.margin_b40 {
	margin-bottom: 40px;
}
.margin_b50 {
	margin-bottom: 50px;
}
/*MarginRight*/
.margin_r05 {
	margin-right: 5px;
}
.margin_r10 {
	margin-right: 10px;
}
.margin_r15 {
	margin-right: 15px;
}
.margin_r20 {
	margin-right: 20px;
}
/*MarginLeft*/
.margin_l05 {
	margin-left: 50px;
}
.margin_l10 {
	margin-left: 10px;
}
.margin_l15 {
	margin-left: 15px;
}
.margin_l20 {
	margin-left: 20px;
}
/*Margin_device*/
.margin-xs-b10 {
	margin-bottom: 10px;
}

@media print, screen and (min-width:768px) {
.margin-xs-b10 {
	margin-bottom: 0px;
}
}
/*------------------------------------------------------------ClearFix*/
.clearfix {
	zoom: 1;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
/*------------------------------------------------------------Hoverimg*/
a:hover img.hoverimg {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}
/*------------------------------------------------------------other*/
/*Pagetop*/
#pagetop {
	width: 40px;
	height: 40px;
	position: fixed;
	bottom: 30px;
	right: 10px;
}
#pagetop img {
	width: 100%;
	height: auto
}

@media print, screen and (min-width:992px) {
#pagetop {
	width: 80px;
	height: 80px;
	position: fixed;
	bottom: 30px;
	right: 30px;
}
}
