i@charset "UTF-8";
/* CSS Document */

html {
	font-family: "Noto Sans JP","メイリオ","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;;
	line-height: 1.8em;
}
body {
	font-size: 1rem;
	margin: 0;
	padding: 0;
	color: #000;
	font-weight: normal;
	position: relative;
}
h1,h2,h3,h4,h5,div,p,img {
	margin: 0;
	padding: 0;
}

a {
	color: #333;
}

a:hover {
	opacity: 0.7;
}

img {
	width: 100%;
	height: auto;
}

.sp {
	display: none;
}

.ib {
	display: inline-block;
}

table {
	border-collapse: collapse;
}

.center {
	text-align: center;
}

.normal {
	font-weight: normal;
	line-height: 1.5em;
	display: inline-block;
}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

input[type="text"],
input[type="password"],
input[type="tel"] {
	-webkit-appearance: none; 
	font-size: 16px;
	border: 1px solid #ddd;
	padding: 7px 3px;
	box-shadow: none;
}
textarea {
	-webkit-appearance: none; 
	max-width: 96%;
	border: 1px solid #ddd;
	padding: 7px 3px;
}

.input_s {
	width: 120px;
}

.input_m {
	width: 250px;
}

.input_l {
	width: 96%;
}

label {
	display: inline-block;
}

.input_txt {
	display: inline-block;
}

.header {
	position: fixed;
	width: calc(100% - 80px);
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 5px 40px;
	z-index: 2;
	background-color: #3C0000;
}

.header h1 {
	font-size: 1.6rem;
	background-color: #2266BB;
	text-align: center;
	padding: 1.5rem;
	color: #FFF;
	margin: 0;
}

ul.nav {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: flex-end;
}

ul.nav li {
	font-size: 14px;
	margin-left: 20px;
	white-space: nowrap;
}

ul.nav li a {
	color: #595757;
	text-decoration: none;
	background-color: #FFF;
	border-radius: 8px;
	padding: 6px 28px;
	font-weight: 600;
}


.page_detail .slick-dots {
	display: none;
}

.head_logo {
	padding: 5px 4px;
}

.head_logo img {
	width: 120px;
}

.drawer-toggle.drawer-hamburger {
	padding-top: 11px;
	top: 5px;
	right: 10px;
	display: none;
}

.drawer-nav .drawer-menu {
	border-top: 1px dotted #CCC;
}

.drawer-nav .drawer-menu a:hover {
	text-decoration: none !important;
}

.drawer-nav .drawer-menu li a {
	border-bottom: 1px dotted #CCC;
	font-size: 15px;
	background-image: url("../img/nav_arrow.png");
	background-repeat: no-repeat;
	background-position: 96% 48%;
}

.drawer_txt {
	font-size: 10px;
	display: block;
	position: absolute;
	bottom: 5px;
	left: 11px;
}

.drawer-overlay.drawer-toggle {
	background-color: rgba(0,0,0,.5);
}

.drawer-open .drawer-hamburger-icon,
.drawer-open .drawer-hamburger-icon:after,
.drawer-open .drawer-hamburger-icon:before {
	background-color: #FFF;
}

.drawer-open .drawer_txt {
	color: #FFF;
}

#page_top {
	position: absolute;
	right: 10px;
}

#page_top a {
	font-size: 48px;
	color: #666;
}

#page_top img {
	width: 50px;
}

.pagelink {
	padding-top: 48px;
	margin-top: -48px;
}


.input_btn,
.input_btn2,
.back_btn {
	display: inline-block;
	color: #FFF;
	text-align: center;
	padding: 15px 30px;
	border-radius: 3px;
	background-color: #C99C5E;
	border: none;
	font-size: 16px;
	position: relative;
	min-width: 240px;
	cursor: pointer;
	text-decoration: none;
	margin-left: 5px;
	margin-right: 5px;
}

.back_btn {
	padding: 11px;
	background-color: #999999;
}

.input_btn::after,
.input_btn2::after,
.back_btn::after {
	font-family: "Font Awesome 5 Free";
	content: "\f105";
	font-weight: 800;
	position: absolute;
	right: 11px;
	top: 15px;
	line-height: 1em;
	font-size: 20px;
}

.back_btn::after {
	right: auto;
	left: 11px;
	content: "\f104";
}

.input_btn::after {
	top: 29%;
}
.input_btn2::after {
	top: 18px;
}

.blank_btn::after {
	content: "\f35d";
	font-size: 15px;
	top: 35%;
}


.section {
	padding-top: 60px;
	padding-bottom: 60px;
}

.wrap {
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
}

.content {
	padding: 15px 4% 30px;
}

.main_content {
	padding-top: 50px;
	padding-bottom: 80px;
}


.fixed_btn {
	position: fixed;
	right: 7px;
	bottom: 10px;
}

.modal_contents {
	display: none;
}

.modal_img {
	margin-bottom: 20px;
}

.modal_info h3 {
	margin-top: 7px;
	padding-bottom: 5px;
	margin-bottom: 16px;
	border-bottom: 1px solid #ddd;
}

.modal_info p {
	margin-top: 7px;
	margin-bottom: 0;
}

.modaal-container .modaal-close {
	position: absolute;
	right: -40px;
	top: -40px;
}

.modaal-container .modaal-close:hover {
	background: none;
}

.link_btn {
	text-align: center;
	margin-top: 25px;
}

ul.pager {
	padding: 0;
	list-style: none;
	text-align: center;
}

ul.pager li {
	display: inline-block;
	margin: 3px;
}

ul.pager li a {
	display: block;
	padding: 10px 13px;
	background-color: #FFF;
	color: #333;
	border: 1px solid #CCC;
	border-radius: 2px;
	text-decoration: none;
	line-height: 1em;
}

footer {
	text-align: center;
	background-color: #f7c8dc;
	padding: 20px;
	font-size: 0.8rem;
	margin: -9px 0 0;
}
footer .foot_logo img {
	width: 150px;
}

.copyright {
	margin: 0;
}

.slide {
	text-align: center;
}

.slide img {
	width: 100%;
	display: block;
}

ul.slider {
	padding: 0;
	margin: 0 !important;
	list-style: none;
	overflow: hidden;
}

ul.slick-dots {
	bottom: 5px;
}

.slick-next {
	right: 20px;
	z-index: 2;
	width: 32px;
	height: 62px;
}

.slick-prev {
	left: 20px;
	z-index: 2;
	width: 32px;
	height: 62px;
}

.slick-next:before {
	content: url("../img/arrow_next.png");
}

.slick-prev:before {
	content: url("../img/arrow_prev.png");
}

.present_banner {
	position: relative;
	z-index: 1;
	left: 0;
	margin-bottom: -10px;
}

.message_img {
	width: 137px;
	flex-shrink: 0;
	padding-right: 20px;
}

.message_img h3 {
	text-align: center;
	margin: 0;
	font-weight: 500;
}

.section_message {
	margin-bottom: 60px;
	border-bottom: 1px solid #4c4948;
	padding-bottom: 40px;
}

.message_content {
	max-width: 900px;
}

.flex {
	display: flex;
}

.section_entry {
	margin-bottom: 60px;
}

.section_ec {
	margin-bottom: 60px;
}

.section_item {
	max-width: 900px;
}

ul.item_list {
	list-style: none;
	padding: 0;
	margin: 60px 0;
	flex-wrap: wrap;
}

ul.item_list li {
	width: 30.6%;
	margin-right: 4%;
	margin-bottom: 40px;
	color: #595757;
}

ul.item_list li:nth-child(3n) {
	margin-right: 0;
}

.item_label span {
	display: inline-block;
	border-radius: 4px;
	padding: 2px 5px;
	font-size: 0.9rem;
	line-height: 1.2em;
}

.l_a {
	color: #4c4948;
	border: 1px solid #4c4948;
}

.l_l {
	color: #FFF;
	background-color: #ed791c;
}

.l_l02 {
	color: #FFF;
	background-color: #946114;
}

.l_l03 {
	color: #FFF;
	background-color: #1b459a;
}

.l_f {
	color: #FFF;
	background-color: #ff0000;
}

.l_f2 {
	color: #e60012;
	background-color: #fff362;
	border: 1px solid #e60012;
}

.nn {
	color: #FFF;
	background-color: #287dc1;
	font-size: 0.75rem;
	line-height: 1em;
	display: inline-block;
	vertical-align: baseline;
	padding: 3px;
	border-radius: 3px;
}

.nn.l_f {
	background-color: #ff0000;
}

.nn_r {
	background-color: #e51c58;
	margin-right: 2px;
}

.item_h {
	margin-top: 60px;
	margin-bottom: -20px;
}

.item_b {
	color: #1d2088;
}

.item_content {
	font-size: 0.9rem;
	line-height: 1.5em;
	margin: 5px 0;
}

ul.item_list li h3 {
	font-size: 1rem;
	line-height: 1.5em;
	font-weight: 500;
	margin: 0;
}

.item_prices {
	font-size: 1rem;
	line-height: 1.5em;
	font-weight: 500;
}

.item_m {
	font-size: 0.8rem;
}

.section_special {
	margin-top: 100px;
	margin-bottom: 60px;
}

.section_kazu {
	margin-bottom: 60px;
}

.section_zekkei {
	border-bottom: 1px solid #4c4948;
	padding-bottom: 40px;
	margin-bottom: 60px;
}

.special_txt {
	font-size: 0.8rem;
	line-height: 1.6em;
	padding-top: 50px;
}

.section_qr {
	margin-bottom: 60px;
}

.limit_title {
	margin: 0 0 -15px 0;
}

table.map_ptb {
	margin: 0 auto;
}
table.map_ptb td {
	width: 30%;
}

.map_ptb a {
	color: #D84C95;
	text-decoration: none;
}

table.map_stb {
	margin: 0 auto;
}
table.map_stb td {
	padding: 0 0.15em;
}

.map_stb a {
	color: #D84C95;
	text-decoration: none;
}
	



@media only screen and (max-width: 1100px) {
	.wrap {
		max-width: 100%;
		padding-left: 4%;
		padding-right: 4%;
	}
}
@media only screen and (max-width: 768px){
	
	body {
		font-size: 14px;
	}
	
	.pc {
		display: none;
	}
	
	.sp {
		display: block;
	}
	
	.drawer-toggle.drawer-hamburger {
		display: block;
	}
	
	.header {
		width: 92%;
		padding-left: 4%;
		padding-right: 4%;
	}
	

	
	ul.nav li {
		margin-left: 10px;
		font-size: 12px;
	}
	
	ul.nav li a {
		padding-top: 5px;
		padding-bottom: 5px;
		padding-left: 5px;
		padding-right: 5px;
		border-radius: 5px;
	}
	.limit_title {
	margin: 0;
	}


	footer {
		background-size: 100% auto;
	}
	
	.flex {
		display: block;
	}
	
	ul.item_list li {
		width: 100%;
		max-width: 360px;
		margin-right: auto !important;
		margin-left: auto;
		margin-bottom: 50px;
	}
	
	.message_img {
		width: 100%;
		text-align: center;
	}
	
}
@media only screen and (max-width: 480px) {
	.head_logo {
	padding: 0;
}
	
	.head_logo img {
		width: 70px;
	}
	
	ul.nav li {
		margin-left: 7px;
		font-size: 11px;
	}
	
	.special_txt {
		text-align: left;
	}
	
	footer .foot_logo img {
	width: 50%;
	}
	
	.copyright {
	font-size: 80%;
}


}
@media only screen and (max-width: 360px) {
	ul.nav li {
		margin-left: 5px;
		font-size: 10px;
	}
}