@charset "UTF-8";

/*****STANDART CSS******/
* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
	margin: 0;
}

html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
	/******SMOOTH SCROLL ANCHOR******/
}

/*****STANDART CSS******/
/* ---------common--------- */
body {
	margin: 0;
	font-family: 'Noto Sans JP', sans-serif;
	font-feature-settings: 'palt' !important;
}

body.open {
	overflow: hidden;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

a {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	text-decoration: none;
	display: inline-block;
}

img {
	width: 100%;
	vertical-align: bottom;
	height: auto;
	pointer-events: none;
	-webkit-user-drag: none; /* Chrome, Safari, Operaを禁止する場合 */
	-khtml-user-drag: none; /* Konquerorを禁止する場合 */
	-moz-user-drag: none; /* Firefoxを禁止する場合 */
}

/* flex */
.row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.between {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.bottom {
	align-items: baseline;
}

.sp_nav {
	left: 100%;
	opacity: 0;
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	background:
    /*rgba(246, 246, 246, 0.95)*/ #fff;
	transition: 500ms ease-in !important;
	padding: 25px 0 0;
	text-align: center;
	z-index: 999;
}

.sp_nav .inner {
	width: 80%;
	margin: 0 auto;
}

.sp_nav .inner1 {
	width: 80%;
	margin: 0 auto 10px auto;
}

.sp_nav .inner1 .lang_search {
	width: 48%;
	height: 40px;
}

.sp_nav .inner1 .lang_search dl.search {
	position: relative;
	background-color: #fff;
	border: 1px solid #aaa;
}

.sp_nav .inner1 dl.search dt {
	margin-right: 40px;
	padding: 8px 0 8px 8px;
}

.sp_nav .inner1 dl.search dt input {
	width: 100%;
	height: 24px;
	line-height: 24px;
	background: none;
	border: none;
}

.sp_nav .inner1 dl.search dd {
	position: absolute;
	top: 0;
	right: 0;
}

.sp_nav .inner1 dl.search dd button {
	display: block;
	padding: 10px;
	background: none;
	border: none;
}

.sp_nav .inner1 dl.search dd button span {
	display: block;
	width: 20px;
	height: 20px;
	background: url('../images/search.png') no-repeat scroll 0 0;
}

.sp_nav .inner1 .selectwrap {
	position: relative;
	width: 100%;
	margin-bottom: 0;
}

.sp_nav .inner1 .selectwrap::after {
	position: absolute;
	top: 35%;
	right: 15px;
	width: 6px;
	height: 6px;
	border-top: 3px solid #69bd2f;
	border-right: 3px solid #69bd2f;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	pointer-events: none;
	content: '';
}

.sp_nav .inner1 .select {
	appearance: none;
	width: 100%;
	height: 40px;
	background-color: #ececec;
	border: none;
	border-radius: 4px;
	color: #69bd2f;
	padding: 10px;
	cursor: pointer;
	font-size: 13px;
}

.sp_nav .inner1 .login {
	width: 48%;
	height: 40px;
	background: #e18700;
	border-radius: 4px;
}

.sp_nav .inner1 .login a:hover {
	background: #00bd0b;
}

.sp_nav .inner1 .login .inner {
	width: 100%;
	height: 40px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.sp_nav .inner1 .login .inner .icon {
	width: 25px;
	height: 35px;
}

.sp_nav .inner1 .login .inner .icon img {
	width: 100%;
}

.sp_nav .inner1 .login .inner .login_txt {
	font-size: 11px;
	line-height: 14px;
	color: #fff;
}

.sp_nav .inner1 .login a {
	display: block;
	width: 100%;
	height: 40px;
	background: #e18700;
	color: #fff;
	text-decoration: none;
}

.sp_nav .inner2 {
	width: 80%;
	margin: 0 auto 20px auto;
}

.sp_nav .inner2 dl.search {
	width: 100%;
	height: 40px;
	position: relative;
	background-color: #fff;
	border: 1px solid #aaa;
	box-sizing: border-box;
}

.sp_nav .inner2 dl.search dt {
	margin-right: 40px;
	padding: 6px 0 6px 8px;
}

.sp_nav .inner2 dl.search dt input {
	width: 100%;
	height: 24px;
	line-height: 24px;
	background: none;
	border: none;
}

.sp_nav .inner2 dl.search dd {
	position: absolute;
	top: 0;
	right: 0;
}

.sp_nav .inner2 dl.search dd button {
	display: block;
	padding: 10px;
	background: none;
	border: none;
}

.sp_nav .inner2 dl.search dd button span {
	display: block;
	width: 20px;
	height: 20px;
	background: url('../images/search.png') no-repeat scroll 0 0;
}

.sp_nav .inner2 .search_tour {
	width: 60% !important;
	height: 48px;
	line-height: 48px;
	background: #00bd0b;
	border-radius: 4px;
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.sp_nav .inner2 .search_tour a {
	width: 100%;
	display: block;
	color: #fff;
}

.sp_nav .inner2 .search_tour a:hover {
	width: 100%;
	background: #e18700;
	border-radius: 4px;
}

.sp_nav .inner2 .search_tour .flag {
	width: 26px;
	height: 15px;
	margin: 0;
	display: inline-block;
}

.sp_nav .inner2 .search_tour .flag img {
	width: 100%;
	vertical-align: middle !important;
}

.sp_nav .inner2 .search_tour .search_txt {
	font-size: 15px;
	text-align: left;
	display: inline-block;
}

.sp_nav .inner2 .about {
	width: 40% !important;
	color: #00bd0b;
}

.sp_nav .inner2 .about a {
	display: block;
	color: #00bd0b;
}

.sp_nav .inner2 .about a:hover {
	opacity: 0.7;
}

.sp_nav .inner2 .about .about_icon {
	width: 100%;
	height: 33px;
}

.sp_nav .inner2 .about .about_icon img {
	width: 100px;
}

.sp_nav .inner2 .about .about_txt {
	font-size: 10px;
	line-height: 10px;
	color: #00bd0b;
	margin-top: 5px;
}

.sp_nav .inner3 {
	width: 80%;
	margin: 0 auto 30px auto;
}

.sp_nav .inner3 .recommend_tour {
	width: 27% !important;
	color: #00bd0b;
	margin: 0 !important;
}

.sp_nav .inner3 .recommend_tour a {
	display: block;
	color: #00bd0b;
}

.sp_nav .inner3 .recommend_tour a:hover {
	opacity: 0.7;
}

.sp_nav .inner3 .recommend_tour .recommend_icon {
	width: 100%;
	/*height: 36px;*/
}

.sp_nav .inner3 .recommend_tour .recommend_icon img {
	width: 100%;
}

.sp_nav .inner3 .recommend_tour .recommend_txt {
	font-size: 10px;
	line-height: 10px;
	color: #00bd0b;
	margin-top: 5px;
}

.sp_nav .inner3 .travel_center {
	width: 27% !important;
	color: #00bd0b;
	margin: 0 !important;
}

.sp_nav .inner3 .travel_center a {
	display: block;
	color: #00bd0b;
}

.sp_nav .inner3 .travel_center a:hover {
	opacity: 0.7;
}

.sp_nav .inner3 .travel_center .travel_center_icon {
	width: 100%;
	/*height: 36px;*/
}

.sp_nav .inner3 .travel_center .travel_center_icon img {
	width: 100%;
}

.sp_nav .inner3 .travel_center .travel_center_txt {
	font-size: 10px;
	line-height: 10px;
	color: #00bd0b;
	margin-top: 5px;
}

.sp_nav .inner3 .info_nav {
	width: 27% !important;
	/*width: 24.5%!important;*/
	color: #00bd0b;
	margin: 0 !important;
}

.sp_nav .inner3 .info_nav a {
	display: block;
	color: #00bd0b;
}

.sp_nav .inner3 .info_nav a:hover {
	opacity: 0.7;
}

.sp_nav .inner3 .info_nav .info_nav_icon {
	width: 100%;
	/*height: 36px;*/
}

.sp_nav .inner3 .info_nav .info_nav_icon img {
	width: 100%;
}

.sp_nav .inner3 .info_nav .info_nav_txt {
	font-size: 10px;
	line-height: 10px;
	color: #00bd0b;
	margin-top: 5px;
}

.sp_nav .inner1 .txt_nav1 {
	width: 50%;
	height: 12px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	font-size: 12px;
	color: #000;
	line-height: 12px;
}

.sp_nav .inner1 .txt_nav1 a {
	display: block;
	color: #000;
}

.sp_nav .inner1 .txt_nav1 a:hover {
	color: #e18700;
}

.sp_nav .inner1 .txt_nav2 {
	width: 50%;
	height: 12px;
	border-right: 1px solid #000;
	font-size: 12px;
	color: #000;
	line-height: 12px;
}

.sp_nav .inner1 .txt_nav2 a {
	display: block;
	color: #000;
}

.sp_nav .inner1 .txt_nav2 a:hover {
	color: #e18700;
}

.sp_nav .inner2 .txt_nav1 {
	width: 50%;
	height: 12px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	font-size: 12px;
	color: #000;
	line-height: 11px;
}

.sp_nav .inner2 .txt_nav1 a {
	display: block;
	color: #000;
}

.sp_nav .inner2 .txt_nav1 a:hover {
	display: block;
	color: #e18700;
}

.sp_nav .inner2 .txt_nav2 {
	width: 50%;
	height: 12px;
	border-right: 1px solid #000;
	font-size: 12px;
	color: #000;
	line-height: 12px;
}

.sp_nav .inner2 .txt_nav2 a {
	display: block;
	color: #000;
}

.sp_nav .inner2 .txt_nav2 a:hover {
	display: block;
	color: #e18700;
}

.sp_nav .inner1 ul {
	text-align: left;
	align-items: center;
}

.sp_nav .inner1 ul li {
	width: 50%;
	list-style-type: none;
	background: url(../images/sp_nav_li.png) no-repeat center left 1px;
	background-size: 5px;
	margin-bottom: 10px;
	text-indent: 10px;
	font-size: 12px;
	color: #000;
}

.sp_nav .inner1 ul li a {
	color: #000;
}

.sp_nav .inner1 ul li a:hover {
	color: #e18700;
}

.menu_btn {
	display: block;
	width: 40px;
	height: 40px;
	position: relative;
	margin: 0 auto;
}

.menu_btn span {
	display: inline-block;
	height: 1px;
	width: 24px;
	background-color: #fff;
	border-radius: 10px;
	position: absolute;
	top: 16px;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.menu_btn span:nth-child(1) {
	top: 10px;
}

.menu_btn span:nth-child(2) {
	top: 20px;
}

.menu_btn span:nth-child(3) {
	top: 30px;
}

.open #menu_btn {
	z-index: 1000;
}

.open #menu_btn span:nth-child(1) {
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
	top: 50% !important;
	left: 50%;
}

.open #menu_btn span:nth-child(2) {
	opacity: 0;
}

.open #menu_btn span:nth-child(3) {
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
	top: 50% !important;
	left: 50%;
}

.open .sp_nav {
	opacity: 1 !important;
	left: 0 !important;
}

/* inner */
.inner {
	width: 1200px;
	margin: 0 auto;
}

#top {
	margin-top: -180px;
	padding-top: 180px;
}

header {
	width: 100%;
	height: 180px;
	background: rgba(255, 255, 255, 0.9);
	position: fixed;
	top: 0;
	z-index: 999;
}

header .inner {
	width: 1400px;
	margin: 32px auto;
	padding: 0 10px 0 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

header .logo_box {
	width: 320px;
	text-align: center;
}

header h1 {
	width: 320px;
	height: auto;
	margin-bottom: 10px;
}

header h1 img {
	width: 100%;
	margin-top: 10px;
}

header .logo_box .contact a {
	width: 100%;
	height: 38px;
	line-height: 32px;
	color: #df4d00;
	border: 1px solid #df4d00;
	border-radius: 19px;
	background: url('../images/header_contact_tel_icon.png') no-repeat 10px center, url('../images/header_contact_icon.png') no-repeat right;
	box-sizing: border-box;
	display: block;
}

header .logo_box .contact a:hover {
	color: #00bd0b;
	border: 1px solid #00bd0b;
	background: url('../images/header_contact_tel_icon_h.png') no-repeat 10px center, url('../images/header_contact_icon_h.png') no-repeat right;
	box-sizing: border-box;
}

.nav_area {
	width: 1030px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.nav_area .main_nav {
	width: 700px;
}

.nav_area .main_nav .navigation {
	width: 700px;
	margin-bottom: 10px;
}

.nav_area .main_nav .navigation .txt_nav {
	display: flex;
	align-items: flex-end;
}

.nav_area .main_nav .navigation .txt_nav a {
	text-decoration: none;
	color: #000;
}

.nav_area .main_nav .navigation .txt_nav a:hover {
	text-decoration: none;
	color: #69bd2f;
}

.nav_area .main_nav .navigation .txt_nav .icon {
	width: 20px;
	margin-right: 4px;
}

.nav_area .main_nav .navigation .txt_nav p {
	font-size: 12px;
	text-align: center;
}

.nav_area .main_nav .navigation .txt_nav p span {
	font-size: 9px;
}

.nav_area .main_nav .information {
	width: 700px;
}

.nav_area .main_nav .information .info {
	width: 32%;
	height: 74px;
	background: #fff;
	border-radius: 4px;
	filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.3));
	text-align: center;
}

.nav_area .main_nav .information .info .info_area {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	background: #19af19;
	padding: 2px 0;
	color: #fff;
	font-size: 10px;
	margin-bottom: 2px;
	letter-spacing: 1px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.nav_area .main_nav .information .info .info_inner {
	width: 94%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.nav_area .main_nav .information .info .ymdd {
	width: auto;
}

.nav_area .main_nav .information .info .ymdd .year_ddw {
	width: 100%;
	height: 14px;
	margin-bottom: 2px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.nav_area .main_nav .information .info .ymdd .year_ddw .year {
	font-size: 10px;
	line-height: 14px;
}

.nav_area .main_nav .information .info .ymdd .year_ddw .ddw {
	font-size: 10px;
	line-height: 12px;
	color: #69bc2f;
	height: 14px;
	padding: 0 4px 0 4px;
	border-radius: 3px;
	border: 1px solid #69bc2f;
	box-sizing: border-box;
}

.nav_area .main_nav .information .info .ymdd .month_day {
	font-size: 24px;
	line-height: 24px;
}

.nav_area .main_nav .information .info .weather_base {
	width: 60%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.nav_area .main_nav .information .info .weather_base .weather_inner {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.nav_area .main_nav .information .info .weather {
	width: auto;
	/*  width: 30%;*/
}

.nav_area .main_nav .information .info .weather .weather_icon {
	width: 28px;
	height: 28px;
	margin: 0 auto;
	text-align: center;
}

.nav_area .main_nav .information .info .temperature_base {
	width: 40%;
	display: flex;
	justify-content: space-between;
}

.nav_area .main_nav .information .info .weather .weather_txt {
	font-size: 9px;
	text-align: center;
}

.nav_area .main_nav .information .info .l_temperature {
	width: auto;
	/*  width: 50%;*/
	margin-top: 5px;
}

.nav_area .main_nav .information .info .l_temperature .l_numerical {
	font-size: 24px;
	color: #2a71b8;
	font-weight: bold;
	line-height: 28px;
}

.nav_area .main_nav .information .info .l_temperature .l_numerical span {
	font-size: 14px;
}
.nav_area .main_nav .information .info .l_temperature .numerical_value {
	font-size: 9px;
	text-align: center;
}
.nav_area .main_nav .information .info .h_temperature {
	width: auto;
	/*  width: 50%;*/
	margin-top: 5px;
}

.nav_area .main_nav .information .info .h_temperature .h_numerical {
	font-size: 24px;
	color: #e6512e;
	font-weight: bold;
	line-height: 28px;
}

.nav_area .main_nav .information .info .h_temperature .h_numerical span {
	font-size: 14px;
}

.nav_area .main_nav .information .info .h_temperature .numerical_value {
	font-size: 9px;
	text-align: center;
}

.nav_area .main_nav .information .info2 {
	width: 220px;
	height: 60px;
	background: #fff;
	border-radius: 3px;
	filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.3));
	text-align: center;
}

.nav_area .main_nav .information .info2 .info_inner {
	margin: 10px 15px 10px 15px;
	height: 42px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.nav_area .main_nav .information .info2 .info_inner .weather_title {
	font-size: 17px;
	margin-right: 15px;
}

.nav_area .main_nav .information .info2 .info_inner .weather_icon {
	width: 42px;
	height: 42px;
}

.nav_area .main_nav .information .info2 .info_inner .weather_txt {
	font-size: 12px;
}

.nav_area .main_nav .information .info3 {
	width: 220px;
	height: 60px;
	background: #fff;
	border-radius: 3px;
	filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.3));
	text-align: center;
}

.nav_area .main_nav .information .info3 .info_inner {
	margin: 10px 15px 10px 15px;
	height: 42px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.nav_area .main_nav .information .info3 .info_inner .temperature_title {
	font-size: 17px;
	margin-right: 15px;
}

.nav_area .main_nav .information .info3 .info_inner .temperature {
	font-size: 33px;
	color: #2a71b8;
	line-height: 30px;
}

.nav_area .main_nav .information .info3 .info_inner .temperature span {
	font-size: 20px;
}

.nav_area .main_nav .information .info3 .info_inner .situation {
	font-size: 12px;
}

.nav_area .lang_search {
	width: 170px;
}

.nav_area .lang_search dl.search {
	position: relative;
	background-color: #fff;
	border: 1px solid #aaa;
}

dl.search dt {
	margin-right: 40px;
	padding: 10px 0 10px 10px;
}

dl.search dt input {
	width: 100%;
	height: 24px;
	line-height: 24px;
	background: none;
	border: none;
}

dl.search dd {
	position: absolute;
	top: 0;
	right: 0;
}

dl.search dd button {
	display: block;
	padding: 15px 10px 15px 0;
	background: none;
	border: none;
}

dl.search dd button span {
	display: block;
	width: 20px;
	height: 20px;
	background: url('../images/search.png') no-repeat scroll 0 0;
}

dl.search dd button span input[type='submit'] {
	border: none;
	appearance: none;
	outline: none;
	cursor: pointer;
	-webkit-appearance: none;
	background: transparent;
}

.selectwrap {
	position: relative;
	width: 170px;
	margin-bottom: 16px;
}

.selectwrap::after {
	position: absolute;
	top: 30%;
	right: 15px;
	width: 10px;
	height: 10px;
	border-top: 3px solid #69bd2f;
	border-right: 3px solid #69bd2f;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	pointer-events: none;
	content: '';
}

.select {
	appearance: none;
	width: 170px;
	height: 50px;
	background-color: #ececec;
	border: none;
	border-radius: 2px;
	color: #69bd2f;
	padding: 10px;
	cursor: pointer;
	font-size: 17px;
}

select:focus {
	outline: none;
}

::-ms-expand {
	display: none;
}

.nav_area .login {
	width: 130px;
	height: 110px;
	background: #e18700;
	position: relative;
}

.nav_area .login div {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	font-size: 15px;
	line-height: 19px;
	text-align: center;
}

.nav_area .login a {
	display: block;
	width: 130px;
	height: 110px;
	background: #e18700;
	color: #fff;
	text-decoration: none;
}

.nav_area .login a:hover {
	display: block;
	background: #69bc2f;
	color: #fff;
	text-decoration: none;
}

.shadow_btn {
	filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.3));
	transition: 0.3s;
	transform: translateZ(0);
}

.shadow_btn:hover {
	box-shadow: none;
	transform: translateY(5px);
	filter: none;
}

.container {
	width: 100%;
	overflow: hidden;
}

.wrapper1 {
	width: 100%;
	margin-top: 180px;
	padding: 50px 0 120px 0;
	background: #fcecc3;
	overflow: hidden;
}

.first_container {
	max-width: 1700px;
	width: 100%;
	margin: 0 auto;
	padding-bottom: 40px;
}

.first_container .conditions_base {
	width: 28%;
	margin: 40px 0 0 0;
}

.first_container .conditions_base .conditions {
	width: 100%;
	margin: -50px auto 30px auto;
	background: #fff;
	filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.3));
	padding: 35px 0 10px;
}

.first_container .conditions_base input {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.first_container .conditions_base ::placeholder {
	color: #dadada;
}
.first_container .conditions_base .tirashi_form {
	width: 100%;
	line-height: 30px;
	font-size: 14px;
	background: #00bd0b;
	color: #fff;
	text-align: center;
}
.first_container .conditions_base .tirashi_form a {
	display: block;
	width: 100%;
	font-size: 14px;
	background: #00bd0b;
	color: #fff;
	text-align: center;
}
.first_container .conditions_base .tirashi_form a:hover {
	display: block;
	background: #e18700;
	color: #fff;
	text-align: center;
}
.first_container .conditions {
	width: 28%;
	margin-top: 30px;
	background: #fff;
	filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.3));
}

.first_container .conditions3 {
	width: 100%;
	margin: 45px auto 0;
	padding-top: 10px;
	padding-bottom: 5px;
	background: #fff;
	filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.3));
}

.first_container .conditions3 .flyer_inner {
	width: 84%;
	margin: 15px auto 0;
	display: flex;
	justify-content: space-between;
}

.first_container .conditions3 .flyer_inner .flyer_box {
	width: 46%;
	margin-bottom: 10px;
}

.first_container .conditions3 .flyer_inner .flyer_box .flyer_image {
	width: 100%;
	margin-bottom: 5px;
}
.first_container .conditions3 .flyer_inner .flyer_box .flyer_image a {
	display: inline-block;
}

.first_container .conditions3 .flyer_inner .flyer_box .flyer_image a:hover {
	opacity: 0.7;
}

.first_container .conditions3 .flyer_inner .flyer_box .flyer_image img {
	width: 100%;
}

.first_container .conditions3 .flyer_inner .flyer_box .flyer_date {
	text-align: center;
	font-size: 16px;
	color: #363636;
}

.first_container h2 {
	width: 79%;
	margin: -40px auto 15px auto;
	z-index: 10;
	position: relative;
}

.first_container h2 img {
	width: 100%;
}

.first_container .conditions .conditions_inner {
	width: 80%;
	margin: 20px auto 0;
	/*padding-bottom: 20px;*/
}

.first_container .conditions .conditions_inner .title {
	font-size: 17px;
	color: #69bc2f;
	font-weight: bold;
}

.first_container .conditions .conditions_inner .title2 {
	font-size: 17px;
	color: #69bc2f;
	font-weight: bold;
	margin-bottom: 10px;
}

.first_container .conditions .conditions_inner .search_base {
	width: 100%;
	height: 38px;
	margin-bottom: 8px;
	display: flex;
	align-items: self-end;
}

.first_container .conditions .conditions_inner .search_left {
	width: 4px;
	height: 30px;
	margin-right: 3px;
}

.first_container .conditions .conditions_inner .search_right {
	width: calc(100% - 7px);
	height: 38px;
	padding-bottom: 8px;
	border-bottom: solid 1px #c9c9c9;
	box-sizing: border-box;
}

.first_container .conditions .conditions_inner input {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size: 16px;
}
html[lang='en'] .first_container .conditions .conditions_inner input {
	font-size: 14px;
}

.search_tour input {
	margin: 0;
	padding: 5px 0 0 5px !important;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size: 16px;
}
.conditions2 input.reset {
	font-family: 'Zen Maru Gothic', serif;
	width: 48%;
	height: 50px;
	border: 1px solid #b5d7b2 !important;
	border-radius: 4px !important;
	background: #fff !important;
	color: #00bd0b;
	font-size: 13px !important;
}
.first_container .conditions .flyer_inner {
	width: 84%;
	margin: 20px auto 0;
	display: flex;
	justify-content: space-between;
}

.first_container .conditions .flyer_inner .flyer_box {
	width: 46%;
	margin-bottom: 20px;
}

.first_container .conditions .flyer_inner .flyer_box .flyer_image {
	width: 100%;
	margin-bottom: 5px;
}

.first_container .conditions .flyer_inner .flyer_box .flyer_image a:hover {
	opacity: 0.7;
}

.first_container .conditions .flyer_inner .flyer_box .flyer_image img {
	width: 100%;
}

.first_container .conditions .flyer_inner .flyer_box .flyer_date {
	text-align: center;
	font-size: 16px;
	color: #363636;
}

dl.search_tour {
	width: 100%;
	position: relative;
}

dl.search_tour dt {
	margin-right: 60px;
	padding: 0;
}

dl.search_tour dt input {
	width: 100%;
	height: 36px;
	line-height: 36px;
	background: none;
	border: none;
}

dl.search_tour dd {
	position: absolute;
	top: 0;
	right: 0;
}

dl.search_tour dd button {
	display: block;
	padding: 0;
	background: none;
	border: none;
}

dl.search_tour dd button span {
	display: block;
	width: 60px;
	height: 36px;
	background: url('../images/search_tour.png') no-repeat scroll 0 0;
}

.conditions2 {
	width: 100%;
	margin-bottom: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.conditions2 .conditions_title {
	width: 20%;
	/* height: 32px; */
	line-height: 1.2;
	font-size: 14px;
}
html[lang='en'] .conditions2 .conditions_title {
	font-size: 10px;
}

.conditions2 .conditions_detail {
	width: 80%;
	height: 32px;
	line-height: 32px;
	display: flex;
	justify-content: space-between;
}
.err_msg,
.err_msg_course {
	font-size: 12px;
	color: red;
	margin-bottom: 10px;
	display: block;
}
/* .radiobutton {
  display: none;
} */

label.radio1 {
	width: 46%;
	height: 30px;
	background-color: #ebebeb;
	text-align: center;
	line-height: 30px;
	color: #7f7f7f;
	border-radius: 4px;
	font-size: 14px;
	cursor: pointer;
	margin-left: -18px;
}
html[lang='en'] label.radio1 {
	font-size: 10px;
}

input:checked + label.radio1 {
	background-color: #00bd0b;
	color: #fff;
}

.conditions2 .conditions_detail .day_time {
	width: 46%;
	margin-top: -2px !important;
}

.day_time input {
	width: 100%;
	height: 32px;
	text-align: center;
	line-height: 32px;
	color: #7f7f7f;
	border: 1px solid #7f7f7f !important;
	border-radius: 4px !important;
	box-sizing: border-box;
}

.day_time_from {
	font-size: 13px;
	color: #4e4e4e;
}

.selectwrap2 {
	position: relative;
	width: 100%;
	margin-bottom: 16px;
}

.selectwrap3 {
	position: relative;
	width: 100%;
	margin-bottom: 16px;
}

/* .selectwrap3 { margin-left: auto;
} */
.selectwrap2::after {
	position: absolute;
	top: 50%;
	right: 20px;
	width: 10px;
	height: 10px;
	border-top: 3px solid #69bd2f;
	border-right: 3px solid #69bd2f;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	pointer-events: none;
	content: '';
}

.selectwrap3::after {
	position: absolute;
	top: 50%;
	right: 10px;
	width: 10px;
	height: 10px;
	border-top: 3px solid #69bd2f;
	border-right: 3px solid #69bd2f;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	pointer-events: none;
	content: '';
}

.select2 {
	appearance: none;
	width: 92%;
	height: 34px;
	background-color: #ececec;
	border: none;
	border-radius: 4px;
	color: #4e4e4e;
	padding: 10px;
	cursor: pointer;
	font-size: 13px;
}

.select3 {
	appearance: none;
	width: 93%;
	height: 34px;
	background-color: #ececec;
	border: none;
	border-radius: 4px;
	color: #4e4e4e;
	padding: 10px;
	cursor: pointer;
	font-size: 13px;
	margin-left: 10px;
}

.radiobutton2 {
	display: none;
}

label.radio2 {
	width: 100%;
	height: 32px;
	background-color: #fff;
	text-align: center;
	line-height: 32px;
	color: #7f7f7f;
	border-bottom: 1px solid #7f7f7f;
	border-radius: 0 !important;
	font-size: 12px;
}

.radiobutton2:checked + label.radio2 {
	background-color: #f0ffd9;
	color: #69bc2f;
	border-radius: 0 !important;
}

.obsession {
	width: 100%;
	height: 40px;
	font-size: 14px;
	line-height: 40px;
	color: #00bd0b;
	text-align: center;
	background: #f0ffd9;
	border-radius: 5px;
}

.obsession a {
	display: block;
	text-decoration: none;
	color: #00bd0b;
}

.three-column-item {
	padding: 8px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.three-column-item label {
	display: flex;
	width: calc((100% / 2) - 8px);
	border: none;
	border-radius: 4px;
	background: #f6f6f6;
	color: #454545;
	text-align: center;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	cursor: pointer;
	margin-bottom: 5px;
	font-size: 14px;
	letter-spacing: 0.1rem;
	align-items: center;
	justify-content: center;
}

.three-column-item label span {
	display: block;
	padding: 8px;
	width: 100%;
	border: 1px solid #c5c5c5;
}

.three-column-item label input:checked + span {
	color: #00bd0b;
	background: #f0ffd9;
	border: 1px solid #00bd0b;
}

.submit {
	width: 48%;
	height: 50px;
	background: #00bd0b url('../images/submit_search_icon.png') no-repeat left 25% center !important;
	border: 1px solid #00bd0b !important;
	border-radius: 4px !important;
	color: #fff;
	font-size: 16px;
	box-sizing: border-box;
}

.submit:hover {
	background: #55d85c url('../images/submit_search_icon.png') no-repeat left 25% center !important;
	border: 1px solid #00bd0b !important;
	border-radius: 4px !important;
	color: #fff;
}

.reset {
	font-family: 'Zen Maru Gothic', serif;
	width: 48%;
	height: 50px;
	border: 1px solid #b5d7b2 !important;
	border-radius: 4px !important;
	background: #fff !important;
	color: #00bd0b;
	font-size: 13px;
}

.reset:hover {
	background: #ebebeb;
	color: #00bd0b;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.nav_recommend {
	width: 150px;
	height: 150px;
	position: fixed;
	bottom: 50px;
	right: 50px;
	z-index: 11;
	filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.3));
}
.nav_recommend_hidden {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	opacity: 0;
	pointer-events: none;
}

.first_container .mv_news {
	width: 70%;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}

.first_container .mv_slides {
	width: 100%;
	height: auto;
	margin-bottom: 22px;
}

.first_container .mv_slides p {
	margin: 0 10px;
}

.first_container .mv_slides img {
	width: 100%;
	border-radius: 20px;
}

.first_container .news {
	width: 100%;
	filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.3));
	display: flex;
}

.news .left {
	width: 25%;
	font-size: 22px;
	line-height: 40px;
	padding: 10px 15px;
	border-radius: 60px 0 0 60px;
	color: #fff;
	background-color: #fff;
	background: #fff url('../images/news_title.png') right/cover no-repeat;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.news .right {
	width: 75%;
	padding: 10px 20px;
	padding-right: 0;
	/* border-radius: 0 40px 40px 0; */
	color: #333;
	background-color: #fff;
	text-align: left;
	padding-left: 0;
	margin-left: -1px;
}

.news .right .news_slides p {
	display: flex;
	margin-right: 20px;
}

.news .right .news_slides a {
	position: relative;
	color: #333;
	padding-right: 50px;
	line-height: 1.6;
	font-size: 15px;
}

.news .right .news_slides a:hover {
	color: #e18700;
}

/* .news .right .news_slides a::after {
  position: absolute;
  content: url(../images/news_li_icon.png);
  right: 15px;
  top: 0px;
} */

.wrapper1 .sub_slides {
	width: 100%;
	/*height: 200px;*/
}

.wrapper1 .sub_slides p {
	margin: 0 15px;
}

.wrapper1 .sub_slides p img {
	height: auto;
	width: 100%;
}

.wrapper1 .sub_slides p a:hover {
	opacity: 0.7 !important;
}

.slick-dots li:hover button::before {
	font-size: 36px;
	opacity: 0.75;
	color: #00bd0b;
}

.slick-dots li.slick-active button::before {
	font-size: 36px;
	opacity: 1;
	color: #00bd0b;
}

.slick-dots li button::before {
	font-size: 36px;
}

.wrapper2 {
	width: 100%;
	background: #ebf4ca;
}

.wrapper2 .inner1 {
	width: 1300px;
	margin: 0 auto;
}

.wrapper2 .inner1 h2.title {
	width: 80%;
	margin: 0 auto;
}

.wrapper2 .inner1 h2.title img {
	width: 100%;
}

.wrapper2 .inner1 p.read {
	width: 80%;
	margin: 0 auto;
}

.wrapper2 .inner1 p.read img {
	width: 100%;
}

.wrapper2 .inner1 .banners {
	width: 100%;
	padding-bottom: 70px;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.wrapper2 .inner1 .banners .banner_about {
	width: 608px;
	/*filter: drop-shadow(2px 2px 5px rgba(0,0,0,0.3));*/
}

.wrapper2 .inner1 .banners .banner_reservation {
	width: 615px;
	/*filter: drop-shadow(2px 2px 5px rgba(0,0,0,0.3));*/
}

.wrapper2 .inner2 {
	width: 1396px;
	margin: 0 auto;
	padding-bottom: 200px;
}

.wrapper2 .inner2 h3.title {
	width: 100%;
	margin: 0 auto;
}

.recommend_slider {
	width: 1300px;
	margin: 0 auto;
}

.recommend_slider .slide-arrow {
	cursor: pointer;
	height: 59px;
	margin-top: -30px;
	position: absolute;
	top: 50%;
	width: 35px;
	z-index: 10;
	pointer-events: all;
}

.recommend_slider .prev-arrow {
	left: -65px;
}

.recommend_slider .next-arrow {
	right: -65px;
}

.recommend {
	width: 1300px;
	margin: 0 auto;
	padding: 0 18px;
	display: flex !important;
	justify-content: space-between;
	flex-wrap: wrap;
}

.recommend::after {
	display: block;
	content: '';
	width: 17.6%;
}

.recommend:before {
	content: '';
	display: block;
	width: 17.6%;
	height: 0;
	order: 1;
}

.recommend_data {
	width: 230px;
	max-width: 230px;
	overflow: hidden;
	background: #fff;
	margin: 25px 15px;
	filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.3));
}

.recommend_data a {
	color: #000;
	text-decoration: none;
}

.recommend_data .photo {
	width: 230px;
	min-height: 153px;
	max-height: 153px;
	overflow: hidden;
}

.recommend_data .photo img {
	width: 100%;
}

.recommend_data .readbox1 {
	width: 100%;
	height: 167px;
	font-size: 14px;
	text-align: left;
	margin: 0 auto;
	padding: 30px 25px;
}

.recommend_data .readbox1 p.title {
	font-size: 17px;
	line-height: 25px;
	color: #69bc2f;
	font-weight: bold;
	margin-bottom: 5px;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	max-height: 50px;
}

.recommend_data .readbox1 p.read {
	font-size: 14px;
	line-height: 22px;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	max-height: 66px;
}

.recommend_data .readbox2 {
	width: 100%;
	font-size: 14px;
	text-align: center;
	margin: 0 auto;
}

.recommend_nav {
	width: 650px;
	height: 92px;
	background: #e18700;
	font-size: 30px;
	color: #fff;
	text-align: center;
	line-height: 92px;
	border-radius: 10px;
	margin: 70px auto 70px;
	filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.3));
}

.recommend_nav a {
	display: block;
	text-decoration: none;
	color: #fff;
}

.recommend_nav a:hover {
	background: #69bc2f;
	border-radius: 10px;
}

.wrapper3 {
	width: 100%;
	background: #fcecc3;
	padding-top: 30px;
	padding-bottom: 130px;
	/*position: relative;*/
}

.wrapper3 h3.title1 {
	width: 1464px;
	margin: 0 auto;
	/*position: absolute; top: -40px; left: 50%;transform: translateX(-50%);*/
}

.wrapper3 h3.title1 img {
	width: 1464px;
	margin: -110px auto 0 !important;
}

.wrapper3 .info_base {
	max-width: 1300px;
	width: 100%;
	height: auto;
	background: #fff;
	border-radius: 10px;
	padding: 38px 0 116px 0;
	margin: -15px auto 0;
	filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.3));
}

.wrapper3 .info_base .inner {
	width: 1180px;
	height: auto;
	margin: 0 auto;
}

.wrapper3 .info_base .inner .info {
	width: 100%;
	height: 144px;
	display: flex;
	align-items: center;
	position: relative;
}

.wrapper3 .info_base .inner .info .info_day {
	width: 10%;
	font-size: 18px;
	color: #69bc2f;
	text-align: left;
}

.wrapper3 .info_base .inner .info .info_detail {
	width: 83%;
	font-size: 22px;
	color: #000;
	text-align: left;
	font-weight: 500;
}

.wrapper3 .info_base .inner .info .info_detail a {
	color: #000;
	text-decoration: none;
	display: block;
}

.wrapper3 .info_base .inner .info .info_detail a:hover {
	color: #69bc2f;
	text-decoration: none;
}

.wrapper3 .info_base .inner .info:before {
	border-bottom: 3px dotted #69bc2f;
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
}

.wrapper3 .info_base .inner .info::after {
	position: absolute;
	top: 45%;
	right: 15px;
	width: 10px;
	height: 10px;
	border-top: 3px solid #69bd2f;
	border-right: 3px solid #69bd2f;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	pointer-events: none;
	content: '';
}

.wrapper3 .info_base .inner .info:last-child:before {
	border: none;
}

.wrapper3 .look_list {
	width: 650px;
	height: 92px;
	background: #69bc2f;
	font-size: 30px;
	color: #fff;
	text-align: center;
	line-height: 92px;
	border-radius: 10px;
	margin: -47px auto 70px;
	/*filter: drop-shadow(2px 2px 5px rgba(0,0,0,0.3));*/
}

.wrapper3 .look_list a {
	display: block;
	text-decoration: none;
	color: #fff;
}

.wrapper3 .look_list a:hover {
	background: #e18700;
	border-radius: 10px;
}

.wrapper3 .look_list2 {
	width: 650px;
	height: 92px;
	background: #69bc2f;
	font-size: 30px;
	color: #fff;
	text-align: center;
	line-height: 92px;
	border-radius: 10px;
	margin: -47px auto 0;
	/*filter: drop-shadow(2px 2px 5px rgba(0,0,0,0.3));*/
}

.wrapper3 .look_list2 a {
	display: block;
	text-decoration: none;
	color: #fff;
}

.wrapper3 .look_list2 a:hover {
	background: #e18700;
	border-radius: 10px;
}

.wrapper3 h3.title2 {
	width: 1478px;
	height: 235px;
	margin: 0 auto;
	position: relative;
}

.wrapper3 h3.title2 img {
	width: 1478px;
	margin: 0 auto;
	position: absolute;
	top: -50px;
	left: 50%;
	transform: translateX(-50%);
}

.banner_section {
	width: 100%;
	background: #ebf4ca;
	padding-bottom: 100px;
	position: relative;
}

.banner_section .illust {
	width: 1478px;
	margin: 0 auto;
	padding-bottom: 74px;
}

.banner_section .illust img {
	margin-top: -154px;
}

.banner_section .inner1 {
	width: 1300px;
	margin: 0 auto 60px;
	display: flex;
	justify-content: space-between;
}

.banner_section .inner1 p {
	width: 630px;
}

.banner_section .inner1 p a {
	display: inline-block;
	width: 100%;
}

.banner_section .inner1 p img {
	width: 100%;
	/*filter: drop-shadow(2px 2px 5px rgba(0,0,0,0.3));*/
	border-radius: 8px;
}

.banner_section .inner2 {
	width: 1300px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.banner_section .inner2 p {
	width: 600px;
}

.banner_section .inner2 p img {
	width: 100%;
	/*filter: drop-shadow(2px 2px 5px rgba(0,0,0,0.3));*/
	border-radius: 8px;
}

.banner_section .inner2 .bus_box {
	width: 624px;
	margin: 0;
	display: flex;
	justify-content: space-between;
}

.banner_section .inner2 .bus_box p {
	width: 287px;
}

.banner_section .inner2 .bus_box p img {
	width: 100%;
	filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.3));
}

.banner_section2 {
	width: 100%;
	background: #fff;
	padding: 75px 0 75px 0;
}

.banner_section2 .inner {
	width: 1300px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.banner_section2 .inner p.banner1 {
	width: 434px;
}

.banner_section2 .inner p.banner2 {
	width: 326px;
}
.banner_section2 .inner2 {
	width: 800px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.pagetop_wrapper {
	width: 100%;
	height: 180px;
	background: #ebf4ca;
	position: relative;
}

.pagetop_wrapper .pagetop {
	width: 86px;
	height: 102px;
	position: absolute;
	right: 200px;
	bottom: 0;
}

.pagetop_wrapper .pagetop a:hover {
	opacity: 0.7;
}

.footer_upper {
	width: 100%;
	height: auto;
	padding: 27px 0 27px 0;
	background: #69bc2f;
	color: #fff;
}

.footer_upper .inner {
	width: 1300px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.footer_upper .inner .gifu_bus {
	width: 358px;
	margin-left: 100px;
}

.footer_upper .inner .gifu_bus h2.logo {
	width: 358px;
	margin-bottom: 18px;
}

.footer_upper .inner .gifu_bus p.member_requirement {
	font-size: 19px;
	line-height: 32px;
	text-align: center;
}

.footer_upper .inner .contact {
	width: auto;
	margin-right: 45px;
	text-align: left;
}

.footer_upper .inner .contact p.reservation_txt {
	font-size: 18px;
}

.footer_upper .inner .contact p.reservation_dial {
	font-size: 52px;
	font-weight: bold;
}

.footer_upper .inner .contact p.annotations {
	font-size: 15px;
	line-height: 32px;
}

.footer_upper .inner .contact p.sub_nav {
	font-size: 15px;
	margin-bottom: 18px;
}

.footer_upper .inner .contact p.sub_nav a {
	text-decoration: none;
	color: #fff;
}

.footer_upper .inner .contact p.sub_nav a:hover {
	opacity: 0.7;
}

footer {
	width: 100%;
	height: 56px;
	background: #449433;
	color: #fff;
}

footer .inner {
	width: 1220px;
	height: 56px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

footer .inner ul {
	width: 610px;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: space-between;
}

footer .inner ul li {
	list-style-type: none;
	font-size: 16px;
}

footer .inner ul li a {
	text-decoration: none;
	color: #fff;
}

footer .inner ul li a:hover {
	opacity: 0.7;
}

footer .inner p.copy {
	font-size: 18px;
}

footer .inner p.copy a {
	text-decoration: none;
	color: #fff;
}

.footer_nav {
	display: none;
}

/* about */

/* flyer request form */
.c_inner {
	width: 1300px;
	margin: 0 auto;
}

.title_a {
	width: 100%;
	margin-top: 180px;
	border-top: 10px solid #ebf4ca;
	padding: 0;
	background: #fff;
}

.title_a h2 {
	max-width: 1920px;
	width: 100%;
	margin: 0 auto;
}

/* display */

.pc {
	display: block;
}

.tab {
	display: block;
}

.sp {
	display: none;
}

.sp_db {
	display: none;
}

@media screen and (max-width: 1199px) {
	.pc {
		display: none;
	}

	.tab {
		display: block;
	}

	.sp {
		display: block;
	}

	.sp_db {
		display: none;
	}

	header {
		height: 150px;
	}

	header .inner {
		max-width: 768px;
		width: 95%;
		margin: 15px auto;
		padding: 0 10px 0 10px;
		display: block;
	}

	header .logo_box {
		width: 70%;
		text-align: center;
		margin: 0 auto;
	}

	header h1 {
		max-width: 500px;
		width: 100%;
		height: auto;
		margin-bottom: 15px;
	}

	header .inner h1 img {
		width: 100%;
	}

	.nav_area {
		width: 1030px;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.nav_area .main_nav {
		width: 700px;
	}

	.nav_area .main_nav .navigation {
		width: 700px;
		margin-bottom: 15px;
	}

	.nav_area .main_nav .navigation .txt_nav {
		display: flex;
		align-items: flex-end;
	}

	.nav_area .main_nav .navigation .txt_nav a {
		text-decoration: none;
		color: #000;
	}

	.nav_area .main_nav .navigation .txt_nav a:hover {
		text-decoration: none;
		color: #69bd2f;
	}

	.nav_area .main_nav .navigation .txt_nav .icon {
		width: 20px;
		margin-right: 4px;
	}

	.nav_area .main_nav .navigation .txt_nav p {
		font-size: 13px;
		text-align: center;
	}

	.nav_area .main_nav .navigation .txt_nav p span {
		font-size: 9px;
	}

	.nav_area .main_nav .information {
		width: 700px;
	}

	.nav_area .main_nav .information .info {
		width: 32%;
		height: 74px;
		background: #fff;
		border-radius: 4px;
		filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.3));
		text-align: center;
	}

	.nav_area .main_nav .information .info .info_area {
		width: 100%;
		margin: 0 auto;
		text-align: center;
		background: #19af19;
		padding: 2px 0;
		color: #fff;
		font-size: 10px;
		margin-bottom: 2px;
		letter-spacing: 1px;
		border-top-left-radius: 4px;
		border-top-right-radius: 4px;
	}

	.nav_area .main_nav .information .info .info_inner {
		width: 90%;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.nav_area .main_nav .information .info .ymdd {
		width: auto;
	}

	.nav_area .main_nav .information .info .ymdd .year_ddw {
		width: 100%;
		height: 14px;
		margin-bottom: 2px;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.nav_area .main_nav .information .info .ymdd .year_ddw .year {
		font-size: 10px;
		line-height: 14px;
	}

	.nav_area .main_nav .information .info .ymdd .year_ddw .ddw {
		font-size: 10px;
		line-height: 12px;
		color: #69bc2f;
		height: 14px;
		padding: 0 4px 0 4px;
		border-radius: 3px;
		border: 1px solid #69bc2f;
		box-sizing: border-box;
	}

	.nav_area .main_nav .information .info .ymdd .month_day {
		font-size: 24px;
		line-height: 24px;
	}

	.nav_area .main_nav .information .info .weather_base {
		width: 57%;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.nav_area .main_nav .information .info .weather {
		width: auto;
		/*  width: 30%;*/
	}

	.nav_area .main_nav .information .info .weather .weather_icon {
		width: 28px;
		height: 28px;
		margin: 0 auto;
		text-align: center;
	}
	.nav_area .main_nav .information .info .temperature_base {
		width: 40%;
		display: flex;
		justify-content: space-between;
	}

	.nav_area .main_nav .information .info .weather .weather_txt {
		font-size: 9px;
		text-align: center;
	}

	.nav_area .main_nav .information .info .l_temperature {
		width: auto;
		/*  width: 50%;*/
		margin-top: 5px;
	}

	.nav_area .main_nav .information .info .l_temperature .l_numerical {
		font-size: 24px;
		color: #2a71b8;
		font-weight: bold;
		line-height: 28px;
	}

	.nav_area .main_nav .information .info .l_temperature .l_numerical span {
		font-size: 14px;
	}
	.nav_area .main_nav .information .info .l_temperature .numerical_value {
		font-size: 9px;
		text-align: center;
	}
	.nav_area .main_nav .information .info .h_temperature {
		width: auto;
		/*  width: 50%;*/
		margin-top: 5px;
	}

	.nav_area .main_nav .information .info .h_temperature .h_numerical {
		font-size: 24px;
		color: #e6512e;
		font-weight: bold;
		line-height: 28px;
	}

	.nav_area .main_nav .information .info .h_temperature .h_numerical span {
		font-size: 14px;
	}

	.nav_area .main_nav .information .info .h_temperature .numerical_value {
		font-size: 9px;
		text-align: center;
	}

	.nav_area .main_nav .information .info2 {
		width: 220px;
		height: 60px;
		background: #fff;
		border-radius: 3px;
		filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.3));
		text-align: center;
	}

	.nav_area .main_nav .information .info2 .info_inner {
		margin: 10px 15px 10px 15px;
		height: 42px;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.nav_area .main_nav .information .info2 .info_inner .weather_title {
		font-size: 17px;
		margin-right: 15px;
	}

	.nav_area .main_nav .information .info2 .info_inner .weather_icon {
		width: 42px;
		height: 42px;
	}

	.nav_area .main_nav .information .info2 .info_inner .weather_txt {
		font-size: 12px;
	}

	.nav_area .main_nav .information .info3 {
		width: 220px;
		height: 60px;
		background: #fff;
		border-radius: 3px;
		filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.3));
		text-align: center;
	}

	.nav_area .main_nav .information .info3 .info_inner {
		margin: 10px 15px 10px 15px;
		height: 42px;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.nav_area .main_nav .information .info3 .info_inner .temperature_title {
		font-size: 17px;
		margin-right: 15px;
	}

	.nav_area .main_nav .information .info3 .info_inner .temperature {
		font-size: 33px;
		color: #2a71b8;
		line-height: 30px;
	}

	.nav_area .main_nav .information .info3 .info_inner .temperature span {
		font-size: 20px;
	}

	.nav_area .main_nav .information .info3 .info_inner .situation {
		font-size: 12px;
	}

	.nav_area {
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.nav_area .main_nav {
		width: 100%;
	}

	.nav_area .main_nav .navigation {
		display: none;
	}

	.nav_area .main_nav .information {
		width: 100%;
	}

	.wrapper1 {
		margin-top: 140px;
		padding: 30px 0 30px 0;
	}

	.first_container {
		width: 95%;
		margin: 0 auto;
		padding-bottom: 40px;
	}

	.first_container .news {
		width: 103%;
		filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.3));
		display: flex;
	}

	.news .left {
		width: 25%;
		font-size: 18px;
		line-height: 20px;
		padding: 20px;
		margin-left: 5px;
		border-radius: 40px 0 0 40px;
		color: #fff;
		background-color: #fff;
		background: #fff url('../images/news_title.png') right/cover no-repeat;
	}

	.news .right {
		width: 75%;
		padding: 10px 20px 10px 0;
		border-radius: 0;
		padding-right: 0;
		color: #333;
		background-color: #fff;
		text-align: left;
	}

	.news .right .news_slides p {
		/* width: auto !important; */
		font-size: 15px;
	}

	.news .right .news_slides a {
		position: relative;
		color: #333;
		padding-right: 30px;
	}

	/* .news .right .news_slides a::after {
    position: absolute;
    content: url(../images/header_contact_icon_h.png);
    right: 0px;
    top: -6px;

  } */

	.first_container .conditions {
		width: 60%;
		background: #fff;
		filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.3));
		margin: 130px auto 100px;
		padding: 0 0 20px;
	}

	.first_container h2 {
		max-width: 380px;
		margin: -40px auto 20px auto;
		z-index: 10;
		position: relative;
	}

	.first_container h2 img {
		width: 100%;
		margin-top: -40px;
	}

	.selectwrap2::after {
		right: 25px;
	}

	.select3 {
		appearance: none;
		width: 93%;
		height: 34px;
		background-color: #ececec;
		border: none;
		border-radius: 4px;
		color: #4e4e4e;
		padding: 10px;
		cursor: pointer;
		font-size: 13px;
		margin-left: 10px;
	}

	.first_container .conditions3 {
		width: 60%;
		margin: 60px auto 0;
		padding-top: 10px;
		padding-bottom: 5px;
		background: #fff;
		filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.3));
	}

	.first_container .conditions3 {
		padding-top: 30px;
	}

	.wrapper2 .inner1 {
		width: 95%;
		margin: 0 auto;
	}

	.wrapper2 .inner1 h2.title {
		max-width: 600px;
		width: 80%;
		margin: 0 auto;
	}

	.wrapper2 .inner1 p.read {
		max-width: 600px;
		width: 80%;
		margin: 0 auto;
	}

	.wrapper2 .inner1 .banners .banner_about {
		width: 48%;
		filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.3));
	}

	.wrapper2 .inner1 .banners .banner_reservation {
		width: 49%;
		filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.3));
	}

	.wrapper2 .inner2 {
		width: 95%;
		margin: 0 auto;
		padding-bottom: 60px;
	}

	.wrapper2 .inner2 h3.title {
		max-width: 600px;
		width: 100%;
		margin: 0 auto;
	}

	.recommend_slider {
		width: 90%;
		margin: 0 auto;
	}

	.recommend_nav {
		width: 80%;
		height: 46px;
		background: #69bc2f;
		font-size: 16px;
		color: #fff;
		text-align: center;
		line-height: 46px;
		border-radius: 10px;
		margin: 70px auto 70px;
		filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.3));
	}

	.recommend_slider .slick-list {
		padding: 0 5% 0 0 !important;
	}

	.recommend {
		width: calc(100%-10px);
		margin: 0 0 0 10px;
		padding: 0;
		display: flex !important;
		justify-content: flex-start;
		flex-wrap: wrap;
	}

	.recommend_data {
		width: 90%;
		height: auto;
		background: #fff;
		margin: 9px 9px 16px 9px;
		filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.3));
	}

	.recommend_data a {
		color: #000;
		text-decoration: none;
	}

	.recommend_data .photo {
		width: 100%;
	}

	.recommend_data .photo img {
		width: 100%;
	}

	.recommend_data .readbox1 {
		width: 100%;
		font-size: 14px;
		text-align: left;
		margin: 0 auto;
		padding: 15px 12px;
	}

	.recommend_data .readbox1 p.title {
		font-size: 14px;
		line-height: 16px;
		color: #69bc2f;
		font-weight: bold;
		margin-bottom: 5px;
		overflow: hidden;
		display: -webkit-box;
		text-overflow: ellipsis;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		line-clamp: 2;
		max-height: 32px;
	}

	.recommend_data .readbox1 p.read {
		font-size: 11px;
		line-height: 13px;
		overflow: hidden;
		display: -webkit-box;
		text-overflow: ellipsis;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		line-clamp: 3;
		max-height: 39px;
	}

	.recommend_data .readbox2 {
		width: 100%;
		font-size: 14px;
		text-align: center;
		margin: 0 auto;
	}

	.wrapper3 {
		width: 100%;
		background: #fcecc3;
		padding-bottom: 130px;
		/*position: relative;*/
		/*padding-top: 130px;*/
	}

	.wrapper3 h3.title1 {
		max-width: 600px;
		width: 95%;
		margin: 0 auto;
		/*position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);*/
	}

	.wrapper3 h3.title1 img {
		width: 100%;
		margin-top: -110px !important;
	}

	.wrapper3 .info_base {
		width: 86%;
		height: auto;
		background: #fff;
		border-radius: 10px;
		padding: 38px 0 40px 0;
		margin: 30px auto 0;
		filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.3));
	}

	.wrapper3 .info_base .inner {
		width: 92%;
		height: auto;
		margin: 0 auto;
	}

	.wrapper3 .info_base .inner .info {
		width: 100%;
		height: auto;
		display: block;
	}

	.wrapper3 .info_base .inner .info:before {
		border-bottom: 3px dotted #69bc2f;
		content: '';
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
		width: 100%;
	}

	.wrapper3 .info_base .inner .info .info_detail {
		width: 100%;
		font-size: 16px;
		color: #000;
		text-align: left;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}

	.wrapper3 .look_list {
		width: 80%;
		height: 46px;
		background: #69bc2f;
		font-size: 16px;
		color: #fff;
		text-align: center;
		line-height: 46px;
		border-radius: 10px;
		margin: -22px auto 20px;
		filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.3));
	}

	.conditions4 {
		width: 100%;
		margin-bottom: 0;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.banner_section {
		width: 100%;
		background: #ebf4ca;
		padding-bottom: 10px;
		position: relative;
	}

	.banner_section .illust {
		width: 95%;
		margin: 0 auto;
		padding-bottom: 40px;
	}

	.banner_section .inner1 {
		width: 95%;
		margin: 0 auto 60px;
		display: flex;
		justify-content: space-between;
	}

	.banner_section .inner1 p {
		width: 48%;
	}

	.banner_section2 {
		width: 100%;
		background: #fff;
		padding: 50px 0 50px 0;
	}

	.banner_section2 .inner {
		width: 90%;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
	}

	.banner_section2 .inner p.banner1 {
		width: 33%;
	}

	.banner_section2 .inner p.banner2 {
		width: 25%;
	}
	.banner_section2 .inner2 {
		width: 67%;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
	}
	.banner_section2 .inner2 p.banner1 {
		width: 55%;
	}

	.banner_section2 .inner2 p.banner2 {
		width: 40%;
	}

	.pagetop_wrapper {
		width: 100%;
		height: 80px;
		background: #ebf4ca;
		position: relative;
	}

	.pagetop_wrapper .pagetop {
		width: 50px;
		height: auto;
		position: absolute;
		right: 50px;
		bottom: 0;
	}

	.footer_upper {
		width: 100%;
		height: auto;
		padding: 8px 0 8px 0;
		background: #69bc2f;
		color: #fff;
	}

	.footer_upper .inner {
		width: 94%;
		margin: 0 auto;
		display: flex;
		justify-content: center;
	}

	.footer_upper .inner .gifu_bus {
		width: 100%;
		margin: 0;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.footer_upper .inner .gifu_bus h2.logo {
		width: 100px;
		margin: 0 10px 0 0;
		display: flex;
		align-items: center;
	}

	.footer_upper .inner .gifu_bus h2.logo img {
		width: 100%;
	}

	.footer_upper .inner .gifu_bus p.member_requirement {
		font-size: 8px;
		line-height: 12px;
		text-align: center;
	}

	.footer_upper .inner .contact {
		display: none;
	}

	footer {
		width: 100%;
		height: 100px;
		background: #449433;
		color: #fff;
		padding: 0;
	}

	footer .inner {
		width: 100%;
		height: 56px;
		display: block;
		padding: 0;
	}

	footer .inner ul {
		display: none;
	}

	footer .inner p.copy {
		font-size: 9px;
		text-align: center;
		line-height: 20px;
		margin: 0;
	}

	footer .inner p.copy a {
		text-decoration: none;
		color: #fff;
	}

	.footer_nav {
		display: block;
		width: 100%;
		height: 80px;
		background: #fff;
		position: fixed;
		bottom: 0;
		z-index: 9999;
	}

	.footer_nav .inner {
		width: 81%;
		height: 60px;
		margin: 0 auto;
		padding: 11px 0 11px 0;
		display: flex;
		justify-content: space-between;
	}

	.footer_nav .inner p {
		width: 60px;
		margin: 0;
		padding: 0;
	}

	.footer_nav .inner p a:hover {
		opacity: 0.7;
	}

	.footer_nav .inner p img {
		width: 100%;
	}

	.footer_nav .inner .nav_area {
		max-width: 60px;
		width: 100%;
		height: 60px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		background: url('../images/sp_footer_nav_hamburger.png') no-repeat;
		background-size: cover;
	}

	.menu_btn {
		display: block;
		width: 40px;
		height: 40px;
		position: relative;
		margin: 0 auto;
	}

	.menu_btn span {
		display: inline-block;
		height: 3px;
		width: 24px;
		background-color: #fff;
		border-radius: 10px;
		position: absolute;
		top: 16px;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		-webkit-transition: 0.3s;
		transition: 0.3s;
	}

	.menu_btn span:nth-child(1) {
		top: 10px;
	}

	.menu_btn span:nth-child(2) {
		top: 16px;
	}

	.menu_btn span:nth-child(3) {
		top: 22px;
	}

	.open .menu_btn {
		z-index: 1000;
	}

	.open .menu_btn span:nth-child(1) {
		-webkit-transform: translate(-50%, -50%) rotate(45deg);
		transform: translate(-50%, -50%) rotate(45deg);
		top: 40% !important;
		left: 50%;
	}

	.open .menu_btn span:nth-child(2) {
		opacity: 0;
	}

	.open .menu_btn span:nth-child(3) {
		-webkit-transform: translate(-50%, -50%) rotate(-45deg);
		transform: translate(-50%, -50%) rotate(-45deg);
		top: 40% !important;
		left: 50%;
	}

	.nav_recommend {
		width: 100px;
		height: 100px;
		position: fixed;
		bottom: 100px;
		right: 30px;
		z-index: 10;
		filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.3));
	}

	.title_a {
		width: 100%;
		margin-top: 150px;
		border-top: 10px solid #ebf4ca;
		padding: 60px 0 60px 0;
		background: #fff;
	}

	.title_a h2 {
		max-width: 600px !important;
		width: 95%;
		margin: 0 auto;
	}

	.title_a h2 img {
		width: 100%;
	}

	.form_attention .inner {
		width: 100%;
	}
}

@media screen and (max-width: 768px) {
	.footer_upper .inner {
		width: 90%;
		margin: 0 auto;
		display: block;
	}

	.footer_upper .inner .gifu_bus {
		width: 300px;
		margin: 0 auto 20px;
	}

	.footer_upper .inner .contact {
		width: auto;
		margin-right: auto;
		margin-left: auto;
		text-align: center;
	}

	.footer_upper .inner .contact p.reservation_txt {
		font-size: 16px;
		line-height: 20px;
	}

	footer {
		height: auto;
		padding: 10px;
	}

	footer .inner {
		width: 95%;
		height: auto;
		display: block;
		margin: 0 auto;
		padding: 10px;
	}

	footer .inner ul {
		width: 500px;
		margin: 0 auto;
		padding: 0;
		display: flex;
		justify-content: space-between;
	}

	footer .inner ul li {
		list-style-type: none;
		font-size: 14px;
	}

	footer .inner p.copy {
		font-size: 14px;
		text-align: center;
		margin-top: 10px;
	}

	.conditions4 {
		width: 100%;
		margin-bottom: 0;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
}

@media screen and (max-width: 599px) {
	.pc {
		display: none;
	}

	.tab {
		display: none;
	}

	.sp {
		display: block;
	}

	.sp_db {
		display: block;
	}
}

@media screen and (max-width: 599px) {
	#top {
		margin-top: -200px;
		padding-top: 200px;
	}

	header {
		width: 100%;
		height: auto;
		background: rgba(255, 255, 255, 0.9);
		position: static;
		top: 0;
		z-index: 99;
	}

	header .inner {
		width: 100%;
		margin: 0 auto;
		padding: 0 0 13px 0;
		display: block;
	}

	header .logo_box {
		width: 100% !important;
		text-align: center;
		position: fixed;
		z-index: 100;
	}

	/* header .inner h1 {width: 94%; height: auto; margin-bottom: 10px;} */
	header .inner h1 {
		max-width: 100%;
		width: 101%;
		height: auto;
		padding: 10px 0 8px;
		margin-bottom: 10px;
		position: fixed;
		background: #fff;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
	}

	header .inner h1 img {
		width: 94%;
		margin: 0 auto;
	}

	.nav_area {
		width: 94%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-top: 70px;
		margin: 70px auto 0;
	}

	.nav_area .main_nav {
		width: 100%;
	}

	.nav_area .main_nav .navigation {
		display: none;
	}

	.nav_area .main_nav .information {
		width: 100%;
	}

	.nav_area .main_nav .information .info {
		width: 32%;
		height: auto;
		background: #fff;
		border-radius: 3px;
		filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.3));
		/*text-align: center;
  display: flex;
  align-items: center;*/
	}

	.nav_area .main_nav .information .info .info_inner {
		width: 90%;
		margin: 0 auto;
		display: block;
	}

	.nav_area .main_nav .information .info .ymdd {
		width: auto;
		display: block;
		/*    justify-content: center;*/
	}

	.nav_area .main_nav .information .info .ymdd .month_day {
		font-size: 24px;
		line-height: 24px;
	}

	.nav_area .main_nav .information .info .ymdd .year_ddw {
		width: auto;
		height: 16px;
		margin-bottom: 2px;
		display: inline-block;
	}

	.nav_area .main_nav .information .info .ymdd .year_ddw .year {
		font-size: 12px;
		line-height: 14px;
		margin: 0 0 2px 0;
	}
	.nav_area .main_nav .information .info .weather .weather_icon {
		width: 32px;
		height: 32px;
		margin: 0 auto;
		text-align: center;
	}
	.nav_area .main_nav .information .info .ymdd .month_day {
		font-size: 12px;
		line-height: 14px;
		margin-top: 0;
	}

	.nav_area .main_nav .information .info .ymdd .year_ddw .ddw {
		font-size: 10px;
		line-height: 12px;
		color: #69bc2f;
		height: 14px;
		padding: 0 4px 0 4px;
		border-radius: 3px;
		border: 1px solid #69bc2f;
		box-sizing: border-box;
		margin: 0 auto;
		width: 20px;
	}

	.nav_area .main_nav .information .info .weather {
		width: auto;
	}

	.nav_area .main_nav .information .info .weather_base {
		width: 90%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.nav_area .main_nav .information .info .weather_base .weather_inner {
		width: 55%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.nav_area .main_nav .information .info .weather .weather_txt {
		font-size: 10px;
		text-align: center;
		width: 100%;
		white-space: nowrap;
	}

	.nav_area .main_nav .information .info .temperature_base {
		width: auto;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.nav_area .main_nav .information .info .temperature {
		width: 55%;
	}
	.nav_area .main_nav .information .info .l_temperature {
		/*    width: auto;*/
		width: 50%;
		margin-top: 5px;
	}
	.nav_area .main_nav .information .info .h_temperature {
		/*    width: auto;*/
		width: 50%;
		margin-top: 5px;
	}

	.nav_area .main_nav .information .info1 {
		width: 34%;
		height: 31px;
		background: #fff;
		border-radius: 3px;
		filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.3));
		text-align: center;
	}

	.nav_area .main_nav .information .info1 .info_inner {
		padding: 10px;
		height: 30px;
		display: block;
	}

	.nav_area .main_nav .information .info1 .year {
		font-size: 10px;
		margin-right: 5px;
	}

	.nav_area .main_nav .information .info1 .month_day {
		font-size: 14px;
		line-height: 14px;
		margin-right: 5px;
	}

	.nav_area .main_nav .information .info1 .day_of_week {
		font-size: 10px;
		line-height: 12px;
		color: #69bc2f;
		height: 14px;
		padding: 0 5px 0 5px;
		border-radius: 3px;
		border: 1px solid #69bc2f;
	}

	.nav_area .main_nav .information .info2 {
		width: 27%;
		height: 31px;
		background: #fff;
		border-radius: 3px;
		filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.3));
		text-align: center;
	}

	.nav_area .main_nav .information .info2 .info_inner {
		margin: 6px 5px 6px 5px;
		height: 18px;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.nav_area .main_nav .information .info2 .info_inner .weather_title {
		font-size: 10px !important;
		margin-right: 5px;
	}

	.nav_area .main_nav .information .info2 .info_inner .weather_icon {
		width: 20px;
		height: 20px;
		margin-right: 5px;
	}

	.nav_area .main_nav .information .info2 .info_inner .weather_icon img {
		width: 100%;
	}

	.nav_area .main_nav .information .info2 .info_inner .weather_txt {
		font-size: 10px;
	}

	.nav_area .main_nav .information .info3 {
		width: 34%;
		height: 31px;
		background: #fff;
		border-radius: 3px;
		filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.3));
		text-align: center;
	}

	.nav_area .main_nav .information .info3 .info_inner {
		margin: 6px 5px 6px 5px;
		height: 18px;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.nav_area .main_nav .information .info3 .info_inner .temperature_title {
		font-size: 10px;
		margin-right: 5px;
	}

	.nav_area .main_nav .information .info3 .info_inner .temperature {
		font-size: 15px;
		color: #2a71b8;
		line-height: 15px;
	}

	.nav_area .main_nav .information .info3 .info_inner .temperature span {
		font-size: 10px;
		margin-right: 5px;
	}

	.nav_area .main_nav .information .info3 .info_inner .situation {
		font-size: 10px;
	}

	.nav_recommend {
		display: none !important;
	}

	.first_container {
		width: 100%;
		margin: 0 auto;
		padding-bottom: 0;
	}

	.first_container .mv_slides {
		width: 100%;
		height: auto;
		margin-bottom: 20px;
	}

	.first_container .mv_slides p {
		margin: 0;
	}

	.first_container .mv_slides img {
		width: 100%;
		border-radius: 0;
	}

	.first_container .tirashi_form {
		width: 94%;
		margin: 0 auto;
		line-height: 30px;
		font-size: 14px;
		background: #00bd0b;
		color: #fff;
		text-align: center;
	}
	.first_container .tirashi_form a {
		display: block;
		width: 100%;
		font-size: 14px;
		background: #00bd0b;
		color: #fff;
		text-align: center;
	}

	.wrapper1 {
		width: 100%;
		margin-top: 0;
		padding: 0 0 40px 0;
		background: #fcecc3;
		overflow: hidden;
	}

	.wrapper1 .sub_slides {
		width: 90%;
		height: auto;
		margin: 0 auto 100px;
	}

	.wrapper1 .sub_slides .slick-dots {
		bottom: -50px;
	}
	.wrapper1 .sub_slides p {
		margin: 0 5px;
	}

	.wrapper1 .sub_slides p img {
		height: auto;
		width: 100%;
	}

	.wrapper1 .sub_slides a:hover {
		opacity: 0.7 !important;
	}

	.slick-dots {
		bottom: -30px;
	}

	.slick-dots li:hover button::before {
		font-size: 36px;
		opacity: 0.75;
		color: #00bd0b;
	}

	.slick-dots li.slick-active button::before {
		font-size: 36px;
		opacity: 1;
		color: #00bd0b;
	}

	.slick-dots li button::before {
		font-size: 36px;
	}

	.sub_slides .slide-arrow {
		cursor: pointer;
		height: 38px;
		margin-top: -19px;
		position: absolute;
		top: 50%;
		width: 15px;
		z-index: 10;
		pointer-events: all;
	}

	.sub_slides .prev-arrow {
		left: -19px;
	}

	.sub_slides .next-arrow {
		right: -19px;
	}

	.first_container .conditions {
		width: 94%;
		margin: 30px auto 0;
		padding-top: 30px;
		background: #fff;
		filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.3));
		padding-bottom: 5px;
	}

	.first_container .conditions3 {
		width: 94%;
		margin: 40px auto 0;
		padding-top: 30px;
		background: #fff;
		filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.3));
		padding-bottom: 5px;
	}

	.first_container .conditions3 .flyer_inner {
		width: 84%;
		margin: 20px auto 0;
		display: flex;
		justify-content: space-between;
	}

	.first_container .conditions3 .flyer_inner .flyer_box {
		width: 48%;
		margin-bottom: 20px;
	}

	.first_container .conditions3 .flyer_inner .flyer_box .flyer_image {
		width: 100%;
		margin-bottom: 5px;
	}

	.first_container .conditions3 .flyer_inner .flyer_box .flyer_image a:hover {
		opacity: 0.7;
	}

	.first_container .conditions3 .flyer_inner .flyer_box .flyer_image img {
		width: 100%;
	}

	.first_container .conditions3 .flyer_inner .flyer_box .flyer_date {
		text-align: center;
		font-size: 14px;
		color: #363636;
	}

	.first_container .conditions_base {
		width: 100%;
		margin: 0;
	}

	/* .first_container .conditions_base .conditions { width: 100%; margin:  30px auto 0 auto; background: #fff; filter: drop-shadow(2px 2px 5px rgba(0,0,0,0.3));} */
	.first_container h2 {
		width: 80%;
		margin: -40px auto 20px auto;
		position: relative;
	}

	.first_container h2 img {
		width: 100%;
		margin: -20px auto 0 auto;
	}

	.first_container .conditions input {
		margin: 0;
		padding: 0;
		background: none;
		border: none;
		border-radius: 0;
		outline: none;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
	}

	.first_container .conditions ::placeholder {
		color: #dadada;
	}

	.first_container .conditions .conditions_inner {
		width: 86%;
		margin: 0 auto 0 auto !important;
		padding-bottom: 20px;
	}

	.first_container .conditions .conditions_inner .title {
		font-size: 12px;
		color: #69bc2f;
		font-weight: bold;
	}

	.first_container .conditions .conditions_inner .title2 {
		font-size: 12px;
		color: #69bc2f;
		font-weight: bold;
		margin-bottom: 0px;
	}

	.first_container .conditions .conditions_inner .search_base {
		width: 100%;
		height: 36px;
		margin-bottom: 15px;
		display: flex;
		align-items: self-end;
	}

	.first_container .conditions .conditions_inner .search_left {
		width: 4px;
		height: 30px;
		margin-right: 3px;
	}

	.first_container .conditions .conditions_inner .search_right {
		width: calc(100% - 7px);
		height: 32px;
		padding-bottom: 8px;
		border-bottom: solid 1px #c9c9c9;
		box-sizing: border-box;
	}

	dl.search_tour {
		width: 100%;
		position: relative;
	}

	dl.search_tour dt {
		margin-right: 60px;
		padding: 0;
	}

	dl.search_tour dt input {
		width: 100%;
		height: 24px;
		line-height: 24px;
		background: none;
		border: none;
	}

	dl.search_tour dd {
		position: absolute;
		top: 0;
		right: 0;
	}

	dl.search_tour dd button {
		display: block;
		padding: 0;
		background: none;
		border: none;
	}

	dl.search_tour dd button span {
		display: block;
		width: 40px;
		height: 25px;
		background: url('../images/search_tour.png') no-repeat scroll 0 0;
		background-size: contain;
	}

	.conditions2 {
		width: 100%;
		margin-bottom: 0;
		display: flex;
	}

	.conditions2 .conditions_title {
		width: 90px;
		/* height: 32px;
    line-height: 32px; */
	}

	.conditions2 .conditions_detail {
		width: 100%;
		height: 32px;
		line-height: 32px;
		display: flex;
		justify-content: space-between;
		margin-bottom: 10px;
	}

	.conditions4 {
		width: 100%;
		margin-bottom: 0;
		display: block;
	}

	/* .radiobutton {
    display: none;
  } */

	/* label.radio1 {
    width: 46%;
    height: 32px;
    background-color: #ebebeb;
    font-size: 10px;
    text-align: center;
    line-height: 32px;
    color: #7f7f7f;
    border-radius: 4px;
  } */

	/* .radiobutton:checked + label.radio1 {
    background-color: #00bd0b;
    color: #fff;
  } */

	.conditions2 .conditions_detail .day_time {
		width: 46% !important;
		height: 32px;
		font-size: 10px;
	}

	.conditions2 .conditions_detail .day_time input {
		width: 100% !important;
		height: 32px;
		text-align: center;
		line-height: 32px;
		color: #7f7f7f;
		border: 1px solid #7f7f7f;
		border-radius: 4px;
		box-sizing: border-box;
		font-size: 10px;
	}

	/*.day_time input{ width:100%; height:40px; line-height:40px; background:none; border:none;}*/
	.day_time_from {
		font-size: 14px;
		color: #4e4e4e;
	}

	.selectwrap2 {
		position: relative;
		width: 46%;
		margin-bottom: 16px;
	}

	.selectwrap2::after {
		position: absolute;
		top: 70%;
		right: 10px;
		width: 8px;
		height: 8px;
		border-top: 3px solid #69bd2f;
		border-right: 3px solid #69bd2f;
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
		pointer-events: none;
		content: '';
	}

	.select2 {
		appearance: none;
		width: 100%;
		height: 34px;
		background-color: #ececec;
		border: none;
		border-radius: 4px;
		color: #4e4e4e;
		padding: 10px;
		cursor: pointer;
		font-size: 13px;
	}

	.select3 {
		appearance: none;
		width: 100%;
		height: 34px;
		background-color: #ececec;
		border: none;
		border-radius: 4px;
		color: #4e4e4e;
		padding: 10px;
		cursor: pointer;
		font-size: 13px;
		margin-left: 0;
	}

	.selectwrap3 {
		position: relative;
		width: 46%;
		margin-bottom: 16px;
	}

	.radiobutton2 {
		display: none;
	}

	label.radio2 {
		width: 100%;
		height: 32px;
		background-color: #fff;
		font-size: 10px;
		text-align: center;
		line-height: 32px;
		color: #7f7f7f;
		border-bottom: 1px solid #7f7f7f;
		border-radius: 0 !important;
	}

	.radiobutton2:checked + label.radio2 {
		background-color: #f0ffd9;
		color: #69bc2f;
		border-radius: 0 !important;
	}

	.obsession {
		width: 100%;
		height: 32px;
		font-size: 14px;
		line-height: 32px;
		color: #00bd0b;
		text-align: center;
		background: #f0ffd9;
		border-radius: 5px;
		margin-bottom: 12px;
	}

	.obsession a {
		display: block;
		text-decoration: none;
		color: #00bd0b;
	}

	.submit {
		width: 100%;
		height: 40px;
		background: #00bd0b url('../images/submit_search_icon.png') no-repeat left 35% center;
		border: 1px solid #00bd0b;
		border-radius: 4px;
		color: #fff;
		font-size: 14px;
	}

	.submit:hover {
		width: 100%;
		height: 40px;
		background: #55d85c url('../images/submit_search_icon.png') no-repeat left 305px center;
		border: 1px solid #00bd0b;
		border-radius: 4px;
		color: #fff;
		font-size: 14px;
	}

	.reset {
		width: 100%;
		height: 40px;
		border: 1px solid #b5d7b2;
		border-radius: 4px;
		background: #fff;
		color: #00bd0b;
		margin-bottom: 12px !important;
		font-size: 14px;
	}

	.reset:hover {
		width: 100%;
		height: 40px;
		border: 1px solid #b5d7b2;
		border-radius: 4px;
		background: #ebebeb;
		color: #00bd0b;
		-webkit-transition: 0.3s;
		transition: 0.3s;
	}

	.first_container .news {
		width: 100%;
		filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.3));
		display: flex;
		margin: 0 auto 20px;
	}

	.news .left {
		width: 40%;
		font-size: 13px;
		padding: 20px 20px 20px 15px;
		margin-left: 5px;
	}

	.news .right {
		width: 60%;
		padding: 10px 0 10px 0;
		padding-right: 0;
		border-radius: 0;
	}

	.news .right .news_slides p {
		/* width: 455px !important; */
		line-height: 20px;
		font-size: 13px;
	}

	/* .news .right .news_slides a::after {
    position: absolute;
    content: url(../images/header_contact_icon_h.png);
    right: 0;
    top: -7px;
  } */

	.wrapper2 {
		width: 100%;
		background: #ebf4ca;
	}

	.wrapper2 .inner1 {
		width: 94%;
		margin: 0 auto;
	}

	.wrapper2 .inner1 h2.title {
		width: 100%;
	}

	.wrapper2 .inner1 h2.title img {
		width: 100%;
	}

	.wrapper2 .inner1 p.read {
		width: 100%;
	}

	.wrapper2 .inner1 p.read img {
		width: 100%;
	}

	.wrapper2 .inner1 .banners {
		width: 100%;
		padding-bottom: 47px;
		display: block;
	}

	.wrapper2 .inner1 .banners img {
		width: 100%;
	}

	.wrapper2 .inner1 .banners .banner_about {
		width: 100%;
		filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.3));
		margin-bottom: 20px;
	}

	.wrapper2 .inner1 .banners .banner_reservation {
		width: 100%;
		filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.3));
	}

	.wrapper2 .inner2 {
		width: 100%;
		margin: 0 auto;
		padding-bottom: 50px;
	}

	.wrapper2 .inner2 h3.title {
		width: 94%;
		margin: 0 auto;
	}

	.wrapper2 .inner2 h3.title img {
		width: 100%;
	}

	.recommend_slider {
		width: 100%;
		margin: 0 auto;
	}

	.recommend_slider .inner {
		width: 100%;
		margin: 0 auto;
		/*overflow: hidden;*/
	}

	.recommend_slider .slide-arrow {
		display: none;
	}

	.recommend_slider .slick-list {
		padding: 0 5% 0 0 !important;
	}

	.recommend {
		width: calc(100%-10px);
		margin: 0 0 0 10px;
		padding: 0;
		display: flex !important;
		justify-content: flex-start;
		flex-wrap: wrap;
	}

	.recommend_data {
		width: 100%;
		max-width: 160px;
		height: 220px;
		background: #fff;
		margin: 9px 9px 16px 9px;
		filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.3));
	}

	.recommend_data a {
		color: #000;
		text-decoration: none;
	}

	.recommend_data .photo {
		width: 100%;
		min-height: 100px;
		max-height: 100px;
		overflow: hidden;
	}

	.recommend_data .photo img {
		width: 100%;
	}

	.recommend_data .readbox1 {
		width: 100%;
		height: auto;
		font-size: 14px;
		text-align: left;
		margin: 0 auto;
		padding: 15px 12px;
	}

	.recommend_data .readbox1 p.title {
		font-size: 12px;
		line-height: 16px;
		color: #69bc2f;
		font-weight: bold;
		margin-bottom: 5px;
		overflow: hidden;
		display: -webkit-box;
		text-overflow: ellipsis;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		line-clamp: 2;
		max-height: 32px;
	}

	.recommend_data .readbox1 p.read {
		font-size: 10px;
		line-height: 14px;
		overflow: hidden;
		display: -webkit-box;
		text-overflow: ellipsis;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		line-clamp: 3;
		max-height: 42px;
	}

	.recommend_data .readbox2 {
		width: 100%;
		font-size: 14px;
		text-align: center;
		margin: 0 auto;
	}

	.recommend_nav {
		width: 80%;
		height: 46px;
		background: #69bc2f;
		font-size: 14px;
		color: #fff;
		text-align: center;
		line-height: 46px;
		border-radius: 10px;
		margin: 70px auto 10px;
		filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.3));
	}

	.wrapper3 {
		width: 100%;
		background: #fcecc3;
		padding-bottom: 15px;
		padding-top: 50px;
		margin-top: 0px;
	}

	.wrapper3 h3.title1 {
		width: 94%;
		margin: 0 auto 10px auto;
	}

	.wrapper3 h3.title1 img {
		width: 100%;
		margin-top: -100px !important;
	}

	.wrapper3 .info_base {
		width: 94%;
		height: auto;
		background: #fff;
		border-radius: 10px;
		padding: 32px 0 10px 0;
		margin: 0 auto 0;
		filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.3));
	}

	.wrapper3 .info_base2 {
		margin-top: 50px;
	}

	.wrapper3 .info_base .inner {
		width: 87%;
		height: auto;
		margin: 0 auto;
	}

	.wrapper3 .info_base .inner .info {
		width: 100%;
		height: auto;
		display: block;
	}

	.wrapper3 .info_base .inner .info .info_day {
		width: 100%;
		font-size: 12px;
		color: #69bc2f;
		text-align: left;
	}

	.wrapper3 .info_base .inner .info .info_detail {
		width: 100%;
		font-size: 14px;
		color: #000;
		text-align: left;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}

	.wrapper3 .info_base .inner .info .info_detail a {
		color: #000;
		text-decoration: none;
		display: block;
	}

	.wrapper3 .info_base .inner .info .info_detail a:hover {
		color: #69bc2f;
		text-decoration: none;
	}

	.wrapper3 .info_base .inner .info:before {
		border-bottom: 3px dotted #69bc2f;
		content: '';
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
		width: 100%;
	}

	.wrapper3 .info_base .inner .info::after {
		display: none;
	}

	.wrapper3 .info_base .inner .info:last-child:before {
		border: none;
	}

	.wrapper3 .look_list {
		width: 83%;
		height: 45px;
		background: #69bc2f;
		font-size: 16px;
		color: #fff;
		text-align: center;
		line-height: 45px;
		border-radius: 10px;
		margin: -22px auto 20px;
		filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.3));
	}

	.wrapper3 .look_list a {
		display: block;
		text-decoration: none;
		color: #fff;
	}

	.wrapper3 .look_list a:hover {
		background: #e18700;
		border-radius: 10px;
	}

	.wrapper3 .look_list2 {
		width: 83%;
		height: 45px;
		background: #69bc2f;
		font-size: 16px;
		color: #fff;
		text-align: center;
		line-height: 45px;
		border-radius: 10px;
		margin: -22px auto 0;
		filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.3));
	}

	.wrapper3 .look_list2 a {
		display: block;
		text-decoration: none;
		color: #fff;
	}

	.wrapper3 .look_list2 a:hover {
		background: #e18700;
		border-radius: 10px;
	}

	.wrapper3 h3.title2 {
		width: 100%;
		height: 20px;
		margin: 80px auto 0;
	}

	.wrapper3 h3.title2 img {
		width: 100%;
	}

	.banner_section {
		width: 100%;
		background: #ebf4ca;
		padding: 30px 0 20px 0;
	}

	.banner_section .illust {
		display: none;
	}

	.banner_section .inner1 {
		width: 94%;
		margin: 0 auto;
		display: block;
	}

	.banner_section .inner1 p {
		width: 100%;
		margin-bottom: 15px;
	}

	.banner_section .inner1 p img {
		width: 100%;
		filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.3));
	}

	.banner_section .inner2 {
		width: 94%;
		margin: 0 auto;
		display: block;
	}

	.banner_section .inner2 p {
		width: 100%;
		margin-bottom: 15px;
	}

	.banner_section .inner2 p img {
		width: 100%;
		filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.3));
	}

	.banner_section .inner2 .bus_box {
		width: 100%;
		margin: 0;
		display: flex;
		justify-content: space-between;
	}

	.banner_section .inner2 .bus_box p {
		width: 48%;
	}

	.banner_section .inner2 .bus_box p img {
		width: 100%;
		filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.3));
	}

	.banner_section2 {
		display: block;
		padding: 20px 0 40px;
	}

	.banner_section2 .inner {
		width: 80%;
		margin: 0 auto;
		display: block;
	}

	.banner_section2 .inner p.banner1 {
		width: 100%;
		margin: 20px 0;
	}

	.banner_section2 .inner p.banner2 {
		width: 100%;
		margin: 20px 0 0;
	}

	.banner_section2 .inner2 {
		width: 80%;
		margin: 0 auto;
		display: block;
	}
	.banner_section2 .inner2 p.banner1 {
		width: 100%;
		margin: 20px 0 0;
	}

	.banner_section2 .inner2 p.banner2 {
		width: 100%;
		margin: 20px 0 0;
	}

	.pagetop_wrapper {
		width: 100%;
		height: 50px;
		background: #ebf4ca;
		position: relative;
	}

	.pagetop_wrapper .pagetop {
		width: 44px;
		height: auto;
		position: absolute;
		right: 10px;
		bottom: 0;
	}

	.pagetop_wrapper .pagetop img {
		position: absolute;
		width: 100%;
		bottom: 0;
	}

	.footer_upper {
		width: 100%;
		height: auto;
		padding: 8px 0 8px 0;
		background: #69bc2f;
		color: #fff;
	}

	.footer_upper .inner {
		width: 94%;
		margin: 0 auto;
		display: flex;
		justify-content: center;
	}

	.footer_upper .inner .gifu_bus {
		width: 100%;
		margin: 0;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.footer_upper .inner .gifu_bus h2.logo {
		width: 100px;
		margin: 0 10px 0 0;
		display: flex;
		align-items: center;
	}

	.footer_upper .inner .gifu_bus h2.logo img {
		width: 100%;
	}

	.footer_upper .inner .gifu_bus p.member_requirement {
		font-size: 8px;
		line-height: 12px;
		text-align: center;
	}

	.footer_upper .inner .contact {
		display: none;
	}

	footer {
		width: 100%;
		height: 100px;
		background: #449433;
		color: #fff;
		padding: 0;
	}

	footer .inner {
		width: 100%;
		height: 56px;
		display: block;
		padding: 0;
	}

	footer .inner ul {
		display: none;
	}

	footer .inner p.copy {
		font-size: 9px;
		text-align: center;
		line-height: 20px;
		margin: 0;
	}

	footer .inner p.copy a {
		text-decoration: none;
		color: #fff;
	}

	.footer_nav {
		display: block;
		width: 100%;
		height: 80px;
		background: #fff;
		position: fixed;
		bottom: 0;
		z-index: 9999;
	}

	.footer_nav .inner {
		width: 81%;
		height: 60px;
		margin: 0 auto;
		padding: 11px 0 11px 0;
		display: flex;
		justify-content: space-between;
	}

	.footer_nav .inner p {
		width: 60px;
		margin: 0;
		padding: 0;
	}

	.footer_nav .inner p img {
		width: 100%;
	}

	.footer_nav .inner .nav_area {
		max-width: 60px;
		width: 100%;
		height: 60px;
		margin: 0;
		display: flex;
		justify-content: space-between;
		align-items: center;
		background: url('../images/sp_footer_nav_hamburger.png') no-repeat;
		background-size: cover;
	}

	.menu_btn {
		display: block;
		width: 40px;
		height: 40px;
		position: relative;
		margin: 0 auto;
	}

	.menu_btn span {
		display: inline-block;
		height: 3px;
		width: 24px;
		background-color: #fff;
		border-radius: 10px;
		position: absolute;
		top: 16px;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		-webkit-transition: 0.3s;
		transition: 0.3s;
	}

	.menu_btn span:nth-child(1) {
		top: 10px;
	}

	.menu_btn span:nth-child(2) {
		top: 16px;
	}

	.menu_btn span:nth-child(3) {
		top: 22px;
	}

	.open .menu_btn {
		z-index: 1000;
	}

	.open .menu_btn span:nth-child(1) {
		-webkit-transform: translate(-50%, -50%) rotate(45deg);
		transform: translate(-50%, -50%) rotate(45deg);
		top: 40% !important;
		left: 50%;
	}

	.open .menu_btn span:nth-child(2) {
		opacity: 0;
	}

	.open .menu_btn span:nth-child(3) {
		-webkit-transform: translate(-50%, -50%) rotate(-45deg);
		transform: translate(-50%, -50%) rotate(-45deg);
		top: 40% !important;
		left: 50%;
	}

	/* flyer request form */
	.title_a {
		margin-top: 0;
	}
}

/* ここまで共通 */

/* ここから */

.recommend_data_item {
	display: flex;
}

.wrapper4 {
	width: 100%;
	background: #fcecc3;
	padding-top: 10px;
	padding-bottom: 130px;
	/*position: relative;*/
}

.bread {
	width: 100%;
	margin-bottom: 100px;
}

.bread ul {
	display: flex;
}

.bread ul li a {
	color: #363636;
}

.bread ul li a:hover {
	color: #449433;
}

.bread ul li:after {
	content: '>';
	margin-left: 10px;
	margin-right: 10px;
}

.bread ul li:last-child:after {
	content: '';
}

.flyer_bread ul li {
	margin-right: 0;
}

.flyer_read1 {
	font-size: 17px;
	line-height: 27px;
	font-weight: 300;
	margin-bottom: 30px;
}

.flyer_read2 {
	font-size: 14px !important;
	font-weight: 300;
	margin-bottom: 40px;
}

.form_fryer {
	width: 100%;
	background: #fff;
	border-radius: 40px;
	padding: 80px 60px;
}

.form_fryer .inner {
	width: 100% !important;
}

.form_fryer .inner p {
	font-weight: 300;
}

.form_fryer .inner p a {
	display: block;
	border-bottom: 3px solid #e2e2e2;
	width: -moz-fit-content;
	width: fit-content;
	font-weight: 500;
	color: #000;
}

.form_charter .form_charter_fill dl {
	border-bottom: 1px solid #a9a9a9;
	display: flex;
	flex-wrap: wrap;
	padding-block: 30px;
}

.form_charter .form_charter_fill dl dt {
	width: 21%;
	display: inline-block;
	padding-right: 20px;
	padding-top: 28px;
	font-weight: 500;
}

.form_charter .form_charter_fill dl dt .must {
	background-color: #d30b2a;
	color: #fff;
	width: 65px;
	height: 30px;
	display: block;
	text-align: center;
	line-height: 29px;
	float: right;
	border-radius: 3px;
}

.form_charter .form_charter_fill dl dd {
	width: 79%;
	display: inline-block;
	padding-block: 20px;
	font-weight: 500;
}

.form_charter .form_charter_fill dl input[type='text'],
.form_charter .form_charter_fill dl input[type='email'] {
	height: 45px;
	font-size: 1.2rem;
	padding: 5px;
	border: 1px solid #acacac;
	border-radius: 3px;
}

.postoffice1 {
	width: 245px;
}

.postoffice2 {
	width: 245px;
}

.form_charter .form_charter_fill dl .fill_w {
	width: 84%;
}

.form_charter .form_charter_fill dl input[type='radio'] {
	display: none;
}

.form_charter .form_charter_fill dl:nth-of-type(n + 1) {
	border-bottom: 1px solid #e1ddd9;
}

.form_charter .form_charter_fill dl:nth-of-type(n + 2) {
	border-bottom: none;
}

.form_charter .form_charter_fill button[type='submit'] {
	font-family: 'Zen Maru Gothic', serif;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0;
	border-radius: 20px;
	background: #d30b2a;
	color: #fff;
	padding: 20px 56px;
	font-size: 50px;
	box-shadow: 5px 0px 10px -1px rgba(129, 129, 129, 0.6);
	margin: 0 auto;
	display: block;
	cursor: pointer;
	transition: 0.3s;
	width: 100%;
	max-width: 350px;
	font-weight: 300;
}

.form_charter .form_charter_fill button[type='reset'] {
	-webkit-appearance: none;
	-moz-appearance: none;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	appearance: none;
	font-family: 'Zen Maru Gothic', serif;
	font-weight: 500;
	border: 0;
	border-radius: 15px;
	background: #d2d2d2;
	padding: 10px 76px;
	margin: 30px auto 0;
	display: block;
	cursor: pointer;
}

.form_charter .form_charter_fill button[type='reset']:hover {
	background: #ebebeb;
	color: #00bd0b;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.form_charter .form_charter_fill dl ul {
	margin-top: 11px;
}

.form_charter .form_charter_fill dl ul li {
	padding-bottom: 5px;
}

.form_charter .form_charter_fill dl label {
	position: relative;
	padding: 0 0 0 30px;
	display: inline-block;
}

.form_charter .form_charter_fill dl input[type='radio']:checked + label:before {
	opacity: 1;
}

.form_charter .form_charter_fill dl label:before {
	left: 5px;
	margin-top: -5px;
	width: 10px;
	height: 10px;
	background: #d30b2a;
	border-radius: 50%;
	opacity: 0;
}

.form_charter .form_charter_fill dl label:after,
.form_charter .form_charter_fill dl label:before {
	position: absolute;
	content: '';
	display: block;
	top: 50%;
}

.form_charter .form_charter_fill dl label:after {
	left: 0;
	margin-top: -10px;
	width: 16px;
	height: 16px;
	border: 2px solid #ccc;
	border-radius: 50%;
}

label:hover:after {
	border-color: #d30b2a !important;
}

.form_charter .form_charter_fill dl textarea {
	width: 100%;
	max-height: 110px;
	font-size: 1.2rem;
	padding: 5px;
	border-color: #acacac;
	border-radius: 3px;
}

.recommend2 {
	width: 1200px;
	margin: 0 auto 30px;
	padding: 0;
	display: flex !important;
	justify-content: space-between;
	flex-wrap: wrap;
}

.recommend_data2 {
	width: 48.5%; /*23%*/
	height: auto;
	background: #fff;
	margin: 0 0 40px 0;
	padding: 30px;
	filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.3));
}

.recommend_data2 a {
	color: #000;
	text-decoration: none;
}

.recommend_data2 .photo {
	width: 100%;
}

.recommend_data2 .photo img {
	width: 100%;
}

.recommend_data2 .readbox1 {
	width: 100%;
	font-size: 14px;
	text-align: left;
	margin: 0 auto;
	padding: 10px 0 15px;
}

.recommend_data2 .readbox1 p.title {
	font-size: 20px;
	line-height: 25px;
	color: #69bc2f;
	font-weight: bold;
	margin-bottom: 5px;
}

.recommend_data2 .readbox1 p.read {
	font-size: 14px;
	line-height: 22px;
}

.recommend_data2 .detail_box {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.recommend_data2 .detail_box .leftbox {
	max-width: 360px;
	width: 100%;
}
.recommend_data2 .detail_box .leftbox .detail_item {
	max-width: 360px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	font-size: 14px;
	margin-bottom: 6px;
}
.recommend_data2 .detail_box .leftbox .detail_item_title {
	max-width: 150px;
	width: 100%;
	background: #dfdfdf;
	padding: 5px 5px 5px 10px;
	display: flex;
	align-items: center;
}
.recommend_data2 .detail_box .leftbox .detail_item_info {
	background: #fff;
	font-size: 14px;
	text-align: left !important;
	padding: 5px;
	width: 100%;
}
.recommend_data2 .detail_box .leftbox .detail_item_info1 {
	max-width: 39px;
	width: 100%;
	background: #fff;
	font-size: 12px;
	text-align: center;
	border: 1px solid #ffa500;
	box-sizing: border-box;
}
.recommend_data2 .detail_box .leftbox .detail_item:nth-child(3) {
	margin-bottom: 0;
}
.recommend_data2 .detail_box .leftbox .detail_item_info .travel_type1 {
	font-size: 12px;
	background: #fff;
	padding: 2px;
	margin-right: 4px;
	border: 1px solid #69bc2f;
}
.recommend_data2 .detail_box .leftbox .detail_item_info .travel_type2 {
	font-size: 12px;
	background: #fff;
	padding: 2px;
	margin-right: 4px;
	border: 1px solid #ffa500;
}
.recommend_data2 .detail_box nav {
	position: relative;
	max-width: 150px;
	width: 100%;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #ffa500;
}
.recommend_data2 .detail_box nav a {
	max-width: 100%;
	width: 100%;
	height: 100% !important;
	color: #fff;
	display: block;
}

.recommend_data2 .detail_box nav a:hover {
	background: #69bc2f;
}
.recommend_data2 .detail_box nav p {
	width: 100%;
	position: absolute;
	font-family: 'Zen Maru Gothic', serif;
	font-size: 17px;
	line-height: 25px;
	color: #fff;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%); /* Safari用 */
	transform: translate(-50%, -50%);
}
.recommend_data2 .readbox2 {
	width: 100%;
	font-size: 14px;
	text-align: center;
	margin: 0 auto;
}

.recommend2:before {
	content: '';
	display: block;
	width: 23%;
	order: 1;
}

.recommend2:after {
	content: '';
	display: block;
	width: 23%;
}

@media screen and (max-width: 1199px) {
	.inner {
		width: 95%;
		margin: 0 auto;
	}

	.c_inner {
		width: 95%;
		margin: 0 auto;
	}

	.form_charter .form_charter_fill dl dt {
		width: 30%;
	}

	.form_charter .form_charter_fill dl dd {
		width: 70%;
	}

	.recommend2 {
		width: 100% !important;
	}
}
@media screen and (max-width: 1000px) {
	.recommend2 {
		width: 100% !important;
		display: block !important;
	}
	.recommend_data2 {
		width: 62%;
		margin: 0 auto 40px auto;
	}
}
@media screen and (max-width: 980px) {
	.recommend_data2 {
		width: 72%;
		margin: 0 auto 40px auto;
	}
}
@media screen and (max-width: 850px) {
	.recommend_data2 {
		width: 75%;
		margin: 0 auto 40px auto;
	}
}
@media screen and (max-width: 768px) {
	.recommend_data2 {
		width: 100% !important;
	}
}

@media (max-width: 599px) {
	.bread {
		width: 100%;
		margin-bottom: 40px;
	}

	.form_fryer {
		width: 100%;
		background: #fff;
		border-radius: 15px;
		padding: 40px 30px;
	}

	.form_charter .form_charter_fill dl dt {
		width: 100%;
		padding-top: 10px;
	}

	.form_charter .form_charter_fill dl dt .must {
		float: none;
		display: inline-block;
		margin-left: 10px;
	}

	.form_charter .form_charter_fill dl dd {
		width: 100%;
		padding-block: 10px;
	}

	.form_charter .form_charter_fill dl ul {
		margin-top: 11px;
	}

	.form_charter .form_charter_fill dl ul li {
		padding-bottom: 5px;
	}

	.form_charter .form_charter_fill dl label {
		position: relative;
		padding: 0 0 0 30px;
		display: inline-block;
	}

	.form_charter .form_charter_fill dl label:before {
		left: 5px;
		margin-top: -5px;
		width: 10px;
		height: 10px;
		background: #d30b2a;
		border-radius: 50%;
		opacity: 0;
	}

	.form_charter .form_charter_fill dl label:after {
		left: 0;
		margin-top: -10px;
		width: 16px;
		height: 16px;
		border: 2px solid #ccc;
		border-radius: 50%;
	}

	.form_charter .form_charter_fill dl .fill_ws {
		width: 40%;
	}

	.form_charter .form_charter_fill dl .fill_w {
		width: 100%;
	}

	.form_charter .form_charter_fill button[type='submit'] {
		font-size: 40px;
	}

	.wrapper4 {
		padding-bottom: 50px;
		/* position: relative; */
	}

	.recommend_data2 {
		width: 100% !important;
		padding: 20px;
	}

	.form_charter .form_charter_fill button[type='submit'] {
		width: 80%;
		max-width: 350px;
	}
	.recommend_data2 .detail_box {
		width: 100%;
		display: block;
	}
	.recommend_data2 .detail_box .leftbox .detail_item {
		max-width: 100%;
		width: 100%;
		display: block;
		font-size: 14px;
		margin-bottom: 6px;
	}
	.recommend_data2 .detail_box .leftbox .detail_item_title {
		max-width: 100%;
		width: 100%;
		background: #dfdfdf;
		padding: 5px;
	}
	.recommend_data2 .detail_box .leftbox .detail_item_info {
		max-width: 100%;
		width: 100%;
		background: #fff;
		padding: 5px;
	}
	.recommend_data2 .detail_box nav {
		position: relative;
		max-width: 100%;
		width: 100%;
		text-align: center;
		display: flex;
		justify-content: center;
		align-items: center;
		background: #ffa500;
		height: 40px;
	}
	.recommend_data2 .detail_box .leftbox .detail_item:nth-child(3) {
		margin-bottom: 10px;
	}
	.recommend_data2 .detail_box .leftbox {
		max-width: 100%;
		width: 100%;
	}
}

.formtext1 {
	width: 40% !important;
}

.formtext2 {
	width: 40% !important;
}

.formtext4 {
	width: 100% !important;
}

.pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0 15px;
	list-style-type: none;
	padding: 0;
}

.pagination a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 2em;
	height: 2em;
	border: 1px solid #69bc04;
	border-radius: 1px;
	color: #69bc04;
	background: #fff;
}

.pagination a:not(:hover) {
	text-decoration: none;
}

.pagination a:hover {
	text-decoration: none;
	background: #69bc04;
	color: #fff;
}

.pagination .current a {
	background-color: #69bc04;
	color: #fff;
	pointer-events: none;
}

.ttl_bottom {
	font-size: 18px;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 50px;
	font-weight: 300;
}

.form .form_attention .ttl2 {
	margin-bottom: 20px;
}

.form .form_attention .ttl_bottom {
	font-weight: 300;
}

.ls {
	letter-spacing: 0.05em;
	line-height: 1.5;
}

.gray_box {
	background-color: #f5f5f5;
	padding: 20px;
	margin-bottom: 50px;
}

.form_attention .form_attention_desc {
	background-color: #f5f5f5;
	padding: 20px !important;
	font-weight: 300;
	line-height: 1.6;
}

.form_attention .form_attention_desc ul li {
	position: relative;
	margin: 0 0 5px;
}

.gray_box li {
	font-size: 14px;
	text-indent: -0.8rem;
	padding-left: 0.8rem;
}

.form_attention .form_attention_desc p {
	margin-top: 30px;
	font-size: 14px;
}

.form_attention .form_attention_desc a {
	display: block;
	border-bottom: 3px solid #e2e2e2;
	width: -moz-fit-content;
	width: fit-content;
	font-weight: 500;
	color: #000;
}

.form_attention .agreement_chk {
	background-color: #fff;
	padding: 20px 30px;
	margin: 0 20px 20px 20px;
}

.form_attention .agreement_chk .must {
	background-color: #d30b2a;
	color: #fff;
	width: 65px;
	height: 30px;
	display: inline-block;
	text-align: center;
	line-height: 29px;
	border-radius: 3px;
	font-weight: 500;
	margin-right: 10px;
}

.form_attention .agreement_chk label {
	position: relative;
	padding: 0 0 0 30px;
	display: inline-block;
	font-weight: 500;
}

.form_attention .agreement_chk label:before {
	left: 5px;
	margin-top: -5px;
	width: 10px;
	height: 10px;
	background: #d30b2a;
	border-radius: 50%;
	opacity: 0;
}

.form_attention .agreement_chk label:after {
	left: 0;
	margin-top: -10px;
	width: 16px;
	height: 16px;
	border: 2px solid #ccc;
	border-radius: 50%;
}

.form_attention .agreement_chk label {
	position: relative;
	padding: 0 0 0 30px;
	display: inline-block;
}

.form_attention .agreement_chk input[type='radio']:checked + label:before {
	opacity: 1;
}

.form_attention .agreement_chk input {
	display: none;
}

.form_attention .agreement_chk label:before {
	left: 5px;
	margin-top: -5px;
	width: 10px;
	height: 10px;
	background: #d30b2a;
	border-radius: 50%;
	opacity: 0;
}

.form_attention .agreement_chk label:after,
.form_attention .agreement_chk label:before {
	position: absolute;
	content: '';
	display: block;
	top: 50%;
}

.form_attention .agreement_chk label:after {
	left: 0;
	margin-top: -10px;
	width: 16px;
	height: 16px;
	border: 2px solid #ccc;
	border-radius: 50%;
}

.form_fill {
	width: 100%;
	background: #fff;
	border-radius: 40px;
	padding: 50px 60px 60px;
}

.form_fill .inner {
	width: 95% !important;
}

.form_fill dl {
	border-bottom: 1px solid #a9a9a9;
	display: flex;
	flex-wrap: wrap;
	padding-block: 30px;
}

.form_fill dl:first-child {
	border-bottom: 1px solid #a9a9a9;
	display: flex;
	flex-wrap: wrap;
	padding-block: 0;
	padding-bottom: 30px;
}

.form_fill dl dt {
	width: 23%;
	display: inline-block;
	padding-right: 20px;
	padding-top: 28px;
	font-weight: 500;
	line-height: 30px;
}

.form_fill dl dt .must {
	background-color: #d30b2a;
	color: #fff;
	width: 65px;
	height: 30px;
	display: block;
	text-align: center;
	line-height: 29px;
	float: right;
	border-radius: 3px;
}

.form_fill dl dd {
	width: 77%;
	display: inline-block;
	padding-block: 20px;
	font-weight: 300;
	position: relative;
}

.form_fill dl dd p.down_arrow {
	width: 80px;
	margin: 0 auto 0 30%;
	/*    padding: 50px 0;*/
}

.form_fill dl dd img {
	/*    position: absolute;*/
	width: 100%;
	max-width: 80px;
	height: auto;
	margin: 0 auto !important;
	aspect-ratio: 161/141;
}

.form_fill dl input[type='text'],
.form_fill dl input[type='email'] {
	height: 45px;
	font-size: 1.2rem;
	padding: 5px;
	border: 1px solid #acacac;
	border-radius: 3px;
}

.form_fill dl .fill_w {
	width: 100%;
}

.form_fill dl label {
	position: relative;
	padding: 0 0 0 30px;
	display: inline-block;
	font-weight: 500;
}

.form_fill dl label:before {
	left: 5px;
	margin-top: -5px;
	width: 10px;
	height: 10px;
	background: #d30b2a;
	border-radius: 50%;
	opacity: 0;
}

.form_fill dl label:after {
	left: 0;
	margin-top: -10px;
	width: 16px;
	height: 16px;
	border: 2px solid #ccc;
	border-radius: 50%;
}

.form_fill dl label {
	position: relative;
	padding: 0 0 0 30px;
	display: inline-block;
	font-weight: 300;
}

.form_fill dl input[type='radio']:checked + label:before {
	opacity: 1;
}

.form_fill dl input[type='radio'] {
	display: none;
}

.form_fill dl label:before {
	left: 5px;
	margin-top: -5px;
	width: 10px;
	height: 10px;
	background: #d30b2a;
	border-radius: 50%;
	opacity: 0;
}

.form_fill dl label:after,
.form_fill dl label:before {
	position: absolute;
	content: '';
	display: block;
	top: 50%;
}

.form_fill dl label:after {
	left: 0;
	margin-top: -10px;
	width: 16px;
	height: 16px;
	border: 2px solid #ccc;
	border-radius: 50%;
}

.form_fill dl ul li {
	padding-bottom: 5px;
	/*	font-family: 'Zen Maru Gothic', serif;*/
	font-weight: 300;
}

.form_fill dl textarea {
	width: 100%;
	max-height: 110px;
	font-size: 1.2rem;
	padding: 5px;
	border-color: #acacac;
	border-radius: 3px;
}

.form_fill dl ul {
	margin-top: 11px;
}

.form_fill button[type='submit'] {
	font-family: 'Zen Maru Gothic', serif;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0;
	border-radius: 20px;
	background: #d30b2a;
	color: #fff;
	padding: 20px 56px;
	font-size: 50px;
	box-shadow: 5px 0px 10px -1px rgba(129, 129, 129, 0.6);
	margin: 50px auto 0;
	display: block;
	cursor: pointer;
	transition: 0.3s;
	width: 100%;
	max-width: 350px;
	font-weight: 300;
}

.form_fill button[type='reset'] {
	-webkit-appearance: none;
	-moz-appearance: none;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	appearance: none;
	font-family: 'Zen Maru Gothic', serif;
	/*	font-weight: 500;*/
	border: 0;
	border-radius: 15px;
	background: #d2d2d2;
	padding: 10px 76px;
	margin: 30px auto 0;
	display: block;
	cursor: pointer;
	font-weight: 300;
}

.form_fill button[type='reset']:hover {
	background: #ebebeb;
	color: #00bd0b;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.form_fill dl select {
	height: 45px;
	width: 100%;
	padding: 5px 10px;
	border-color: #acacac;
	border-radius: 3px;
}

@media screen and (max-width: 768px) {
	.form_fill {
		width: 100%;
		background: #fff;
		border-radius: 40px;
		padding: 40px 15px;
	}

	.form_fill dl dt {
		width: 100%;
		display: flex;
		padding-right: 20px;
		padding-top: 28px;
		font-weight: 500;
		line-height: 30px;
	}

	.form_fill dl dt .must {
		width: 65px;
		height: 30px;
		text-align: center;
		line-height: 29px;
		border-radius: 3px;
		margin-left: 10px;
	}

	.form_fill dl ul {
		margin-top: 0;
	}

	.form_fill dl dd {
		width: 100%;
		display: inline-block;
		padding-block: 20px;
		font-weight: 500;
		position: relative;
	}

	.form_fill dl dd img {
		/* position: absolute; */
		width: 100%;
		max-width: 80px;
		height: auto;
		margin: 0 auto !important;
		aspect-ratio: 161/141;
	}

	.form_fill dl dd p.down_arrow {
		width: 80px;
		margin: 0 auto;
		/* padding: 50px 0; */
	}

	.form_fill dl input[type='text'],
	.form_fill dl input[type='email'] {
		height: 45px;
		font-size: 1.2rem;
		padding: 5px;
		border: 1px solid #acacac;
		border-radius: 3px;
		margin-bottom: 10px;
	}

	.form_attention .agreement_chk {
		background-color: #fff;
		padding: 20px 30px;
		margin: 0 20px 20px;
	}
}

@media (max-width: 1100px) {
	.form_fill dl .fill_ws {
		width: 21%;
	}
}

@media screen and (max-width: 599px) {
	.gray_box {
		padding: 10px;
	}

	.form_attention .inner {
		width: 100%;
	}

	.form_attention .form_attention_desc {
		background-color: #f5f5f5;
		padding: 15px !important;
		font-weight: 100;
		line-height: 1.6;
	}

	.form_attention .agreement_chk {
		background-color: #fff;
		padding: 10px 15px;
		margin: 5px 15px 15px;
	}

	.form_attention .agreement_chk .must {
		margin-bottom: 0;
	}

	.form_fill {
		width: 100%;
		background: #fff;
		border-radius: 15px;
		padding: 30px 15px;
	}

	.form_fill .inner {
		width: 100% !important;
	}

	.form_fill dl {
		border-bottom: 1px solid #a9a9a9;
		display: flex;
		flex-wrap: wrap;
		padding-block: 0;
	}

	.form_fill dl dt {
		width: 100% !important;
		padding-top: 10px;
	}

	.form_fill dl dt .must {
		float: none;
		display: inline-block;
		margin-left: 10px;
	}

	.form_fill dl .fill_ws {
		width: 21%;
		margin: 5px 0;
	}

	.form_fill dl dd {
		width: 100%;
		padding-block: 10px;
	}

	.form_fill dl dd p {
		padding-block: 10px;
	}

	.form_fill dl ul {
		margin-top: 0;
	}

	.form_fill dl dd p.down_arrow {
		padding: 0;
	}

	.form_fill button[type='submit'] {
		font-size: 40px;
	}

	.formtext1 {
		width: 40% !important;
	}

	.formtext2 {
		width: 40% !important;
	}

	.formtext3 {
		width: 70% !important;
	}

	.formtext4 {
		width: 100% !important;
	}
}

.wrapper5 {
	width: 100%;
	background: #fcecc3;
	padding-top: 10px;
	padding-bottom: 100px;
}

h3.mark {
	width: 100%;
	height: 40px;
	font-size: 30px;
	text-indent: 50px;
	background: url('../images/icon_nagara.png') no-repeat left top;
	border-bottom: 1px solid #108a1d;
	font-family: 'Zen Maru Gothic', serif;
	color: #108a1d;
	font-weight: 500;
	line-height: 30px;
	border-bottom-left-radius: 5px !important;
}

.tour_wrap {
	width: 100%;
	margin: 50px 0 100px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.tour_wrap .tour_img {
	max-width: 600px;
	width: 100%;
	margin-right: 50px;
}

.tour_wrap .tour_img img {
	width: 100%;
}

.tour_wrap .tour_info_base {
	max-width: 550px;
	width: 100%;
}

h4 {
	width: 100%;
	/*	height: 30px;*/
	font-size: 24px;
	padding-left: 10px;
	border-left: 10px solid #4b6139;
	font-family: 'Zen Maru Gothic', serif;
	color: #4b6139;
	font-weight: 500;
	line-height: 30px;
	margin-bottom: 20px;
}

.tour_wrap .tour_info_base .tour_inner {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px;
}

.tour_wrap .tour_info_base .tour_sub {
	width: 230px;
	height: 40px;
	border: 1px solid #f1bb59;
	background: #fff;
	text-align: center;
	line-height: 37px;
	color: #475f39;
	margin-right: 20px;
}

.tour_wrap .tour_info_base .tour_inner2 {
	width: 100%;
	margin-bottom: 30px;
}

.tour_wrap .tour_info_base .tour_inner2 .tour_sub {
	width: 100%;
	height: 40px;
	border: 1px solid #f1bb59;
	background: #fff;
	text-align: center;
	line-height: 37px;
	color: #475f39;
	margin-right: 20px;
}

.tour_wrap .tour_info_base .tour_info1 {
	width: 300px;
	text-align: left;
	line-height: 40px;
	color: #000;
}

.tour_wrap .tour_info_base .tour_inner .tour_info2 {
	width: 300px;
	text-align: left;
	line-height: 26px;
	color: #000;
	margin-top: 5px;
	font-size: 18px;
}

.tour_wrap .tour_info_base .tour_inner2 .tour_info2 {
	width: 100%;
	text-align: left;
	line-height: 28px;
	color: #000;
	margin-top: 5px;
	font-size: 18px;
}

.tour_wrap .tour_info_base nav.here {
	max-width: 600px;
	width: 100%;
	height: 80px;
	background: #e18700;
	line-height: 80px;
	font-size: 24px;
	color: #fff;
	font-family: 'Zen Maru Gothic', serif;
	text-align: center;
	font-weight: 500;
	border-radius: 10px;
	margin: 0 auto;
}

.tour_wrap .tour_info_base nav.here a {
	max-width: 600px;
	width: 100%;
	height: 80px;
	display: block;
	background: #e18700;
	line-height: 80px;
	font-size: 24px;
	color: #fff;
	font-family: 'Zen Maru Gothic', serif;
	text-align: center;
	font-weight: 500;
	border-radius: 10px;
}

.tour_wrap .tour_info_base nav.here a:hover {
	max-width: 600px;
	width: 100%;
	height: 80px;
	display: block;
	background: #69bc2f;
}

nav.return_list {
	max-width: 350px;
	width: 100%;
	height: 80px;
	display: flex;
	justify-content: center;
	background: #69bc2f;
	line-height: 80px;
	font-size: 24px;
	color: #fff;
	font-family: 'Zen Maru Gothic', serif;
	text-align: center;
	font-weight: 500;
	border-radius: 10px;
	margin: 0 auto;
}

nav.return_list a {
	max-width: 350px;
	width: 100%;
	height: 80px;
	display: flex;
	justify-content: center;
	color: #fff;
	border-radius: 10px;
}

nav.return_list a:hover {
	max-width: 350px;
	width: 100%;
	height: 80px;
	display: block;
	background: #e18700;
	line-height: 80px;
}

h3.mark {
	width: 100%;
	height: auto;
	font-size: 40px;
	line-height: 50px;
	padding-left: 80px;
	padding-bottom: 10px;
	text-indent: 0;
	background: url('../images/icon_nagara.png') no-repeat left top;
	border-bottom: 1px solid #108a1d;
	font-family: 'Zen Maru Gothic', serif;
	font-feature-settings: 'palt';
	color: #108a1d;
	font-weight: 500;
	border-bottom-left-radius: 5px;
}

@media (max-width: 1000px) {
	.tour_wrap {
		width: 100%;
		margin: 50px 0;
		display: block;
	}

	.tour_wrap .tour_info_base .tour_inner {
		width: 100%;
		display: flex;
		justify-content: space-between;
		margin-bottom: 15px;
	}

	.tour_wrap .tour_info_base .tour_inner:nth-child(5) {
		width: 100%;
		display: flex;
		justify-content: space-between;
		margin-bottom: 30px;
	}

	.tour_wrap .tour_img {
		max-width: 600px;
		width: 100%;
		margin: 0 auto 50px;
	}

	.tour_wrap .tour_info_base {
		max-width: 600px;
		width: 100%;
		margin: 0 auto;
	}

	.tour_wrap .tour_info_base .tour_info1 {
		width: 350px;
		text-align: left;
		line-height: 40px;
		color: #000;
	}

	.tour_wrap .tour_info_base .tour_info2 {
		width: 350px;
		text-align: left;
		line-height: 26px;
		color: #000;
		margin-top: 5px;
	}

	h3.mark {
		width: 100%;
		height: auto;
		font-size: 40px;
		line-height: 50px;
		padding-left: 80px;
		padding-bottom: 10px;
		text-indent: 0;
		background: url('../images/icon_nagara.png') no-repeat left top;
		border-bottom: 1px solid #108a1d;
		font-family: 'Zen Maru Gothic', serif;
		font-feature-settings: 'palt';
		color: #108a1d;
		font-weight: 500;
		border-bottom-left-radius: 5px;
	}

	.tour_wrap .tour_info_base .tour_inner {
		width: 100%;
		display: flex;
		justify-content: space-between;
		margin-bottom: 15px;
	}
}

@media (max-width: 768px) {
	h3.mark {
		width: 100%;
		height: auto;
		font-size: 35px;
		line-height: 45px;
		padding-left: 70px;
		padding-bottom: 10px;
		text-indent: 0;
		background: url('../images/icon_nagara.png') no-repeat left top;
		border-bottom: 1px solid #108a1d;
		font-family: 'Zen Maru Gothic', serif;
		color: #108a1d;
		font-weight: 500;
	}
}

@media (max-width: 599px) {
	.wrapper5 {
		width: 100%;
		background: #fcecc3;
		padding-top: 10px;
		padding-bottom: 50px;
	}

	nav.return_list {
		max-width: 60%;
		width: 100%;
		height: 80px;
		display: flex;
		justify-content: center;
		background: #69bc2f;
		line-height: 80px;
		font-size: 24px;
		color: #fff;
		font-family: 'Zen Maru Gothic', serif;
		text-align: center;
		font-weight: 500;
		border-radius: 10px;
		margin: 0 auto;
	}

	nav.return_list a {
		max-width: 100%;
		width: 100%;
		height: 80px;
		display: flex;
		justify-content: center;
		color: #fff;
		border-radius: 10px;
	}

	nav.return_list a:hover {
		max-width: 100%;
		width: 100%;
		height: 80px;
		display: block;
		background: #e18700;
		line-height: 80px;
	}

	.tour_wrap .tour_info_base .tour_inner {
		width: 100%;
		display: block;
	}

	.tour_wrap .tour_info_base .tour_sub {
		width: 100%;
		height: 40px;
		border: 1px solid #f1bb59;
		background: #fff;
		text-align: center;
		line-height: 37px;
		color: #475f39;
		margin-right: 0;
		margin-bottom: 10px;
	}

	.tour_wrap .tour_info_base .tour_inner:nth-child(5) {
		width: 100%;
		display: block;
	}

	.tour_wrap .tour_info_base .tour_info1 {
		width: 100%;
		text-align: left;
		line-height: 40px;
		color: #000;
	}

	.tour_wrap .tour_info_base .tour_info2 {
		width: 100%;
		text-align: left;
		line-height: 26px;
		color: #000;
		margin-top: 5px;
		margin-bottom: 20px;
	}

	.tour_wrap {
		width: 100%;
		margin: 30px 0 50px;
		display: block;
	}

	h3.mark {
		width: 100%;
		height: auto;
		font-size: 24px;
		line-height: 30px;
		padding-left: 50px;
		padding-bottom: 5px;
		text-indent: 0;
		background: url('../images/icon_nagara2.png') no-repeat left top;
		border-bottom: 1px solid #108a1d;
		font-family: 'Zen Maru Gothic', serif;
		font-feature-settings: 'palt';
		color: #108a1d;
		font-weight: 500;
	}
}

.form_fryer_chk {
	width: 100%;
	background: #fff;
	border-radius: 40px;
	padding: 40px 60px 60px;
}

.form_fryer_chk .form_charter_fill_chk {
	padding-top: 0;
}

.form_fryer_chk .form_charter_fill_chk .form_charter_chk_desc {
	margin-top: 10px;
	font-weight: 300;
}

.form_fryer_chk dl {
	display: flex;
	flex-wrap: wrap;
	padding-block: 30px;
}

.form_fryer_chk dl:nth-child(1) {
	width: 100%;
	display: inline-block;
	padding-top: 0;
	padding-bottom: 10px;
	font-weight: 500;
	border-bottom: 1px solid #e1ddd9;
}

.form_fryer_chk dl:nth-child(2) {
	width: 100%;
	display: inline-block;
	/*    padding-top: 0;*/
	font-weight: 500;
	border-bottom: 1px solid #e1ddd9;
	padding: 0 0 10px 0;
	margin-bottom: 50px;
}

.form_fryer_chk dl dt {
	width: 21%;
	display: inline-block;
	padding-right: 20px;
	padding-top: 28px;
	font-weight: 500;
	line-height: 30px;
}

.form_fryer_chk .form_charter_fill_chk .form_fryer_chk_desc {
	margin-top: 10px;
	font-weight: 300;
}

.form_fryer_chk dl dd {
	width: 78%;
	display: inline-block;
	padding-block: 20px;
	font-weight: 500;
}

.form_fryer_chk dl dt .must {
	background-color: #d30b2a;
	color: #fff;
	width: 65px;
	height: 30px;
	display: block;
	text-align: center;
	line-height: 29px;
	float: right;
	border-radius: 3px;
}

.form_fryer_chk button[type='submit'] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-family: 'Zen Maru Gothic', serif;
	border: 0;
	border-radius: 20px;
	background: #d30b2a;
	color: #fff;
	padding: 20px 56px;
	font-size: 50px;
	box-shadow: 5px 0px 10px -1px rgba(129, 129, 129, 0.6);
	margin: 0 auto;
	display: block;
	cursor: pointer;
	transition: 0.3s;
	width: 100%;
	max-width: 350px;
	font-weight: 300;
}

.form_fryer_chk button[type='button'] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-family: 'Zen Maru Gothic', serif;
	border: 0;
	border-radius: 15px;
	background: #d2d2d2;
	padding: 10px 76px;
	margin: 30px auto 0;
	display: block;
	cursor: pointer;
}

.form_fryer_chk button[type='button']:hover {
	background: #ebebeb;
	color: #00bd0b;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

@media (max-width: 1199px) {
	.form_fryer_chk dl dt {
		width: 30%;
		display: inline-block;
		padding-right: 20px;
		padding-top: 28px;
		font-weight: 500;
		line-height: 30px;
	}

	.form_fryer_chk dl dd {
		width: 69%;
		display: inline-block;
		padding-block: 20px;
		font-weight: 500;
	}
}

@media (max-width: 599px) {
	.form_fryer_chk {
		width: 100%;
		background: #fff;
		border-radius: 15px;
		padding: 30px 30px 40px;
	}

	.form_fryer_chk dl dt {
		width: 100%;
		padding-top: 10px;
	}

	.form_fryer_chk dl dt .must {
		float: none;
		display: inline-block;
		margin-left: 10px;
	}

	.form_fryer_chk button[type='submit'] {
		width: 70%;
		font-size: 40px;
	}

	.form_fryer_chk dl dd {
		width: 100%;
		padding-block: 10px;
	}
}

.form_contact_chk {
	width: 100%;
	background: #fff;
	border-radius: 40px;
	padding: 40px 60px 60px;
}

.form_contact_chk .form_charter_fill_chk {
	padding-top: 0;
}

.form_contact_chk .form_charter_fill_chk .form_charter_chk_desc {
	margin-top: 10px;
	font-weight: 300;
}

.form_contact_chk dl {
	display: flex;
	flex-wrap: wrap;
	padding-block: 30px;
}

.form_contact_chk dl:nth-child(1) {
	width: 100%;
	display: inline-block;
	padding-top: 0;
	padding-bottom: 20px;
	font-weight: 500;
	border-bottom: 1px solid #e1ddd9;
}

.form_contact_chk dl:nth-child(2) {
	width: 100%;
	display: inline-block;
	font-weight: 500;
	border-bottom: 1px solid #e1ddd9;
	padding: 10px 0 20px 0;
	margin-bottom: 0;
}

.form_contact_chk dl:nth-child(3) {
	width: 100%;
	display: inline-block;
	font-weight: 500;
	border-bottom: 1px solid #e1ddd9;
	padding: 20px 0 20px 0;
	margin-bottom: 0;
}

.form_contact_chk dl:nth-child(4) {
	width: 100%;
	display: inline-block;
	font-weight: 500;
	border-bottom: 1px solid #e1ddd9;
	padding: 10px 0 20px 0;
	margin-bottom: 0;
}

.form_contact_chk dl dt {
	width: 21%;
	display: inline-block;
	padding-right: 20px;
	padding-top: 28px;
	font-weight: 500;
	line-height: 30px;
}

.form_contact_chk .form_contact_chk_desc {
	margin-top: 10px;
	font-weight: 300 !important;
}

.form_contact_chk dl dd {
	width: 78%;
	display: inline-block;
	padding-block: 20px;
	font-weight: 300;
	line-height: 30px;
}

.form_contact_chk dl dt .must {
	background-color: #d30b2a;
	color: #fff;
	width: 65px;
	height: 30px;
	display: block;
	text-align: center;
	line-height: 29px;
	float: right;
	border-radius: 3px;
}

.form_contact_chk button[type='submit'] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-family: 'Zen Maru Gothic', serif;
	border: 0;
	border-radius: 20px;
	background: #d30b2a;
	color: #fff;
	padding: 20px 56px;
	font-size: 50px;
	box-shadow: 5px 0px 10px -1px rgba(129, 129, 129, 0.6);
	margin: 0 auto;
	display: block;
	cursor: pointer;
	transition: 0.3s;
	width: 100%;
	max-width: 350px;
	font-weight: 300;
	margin-top: 50px;
}

.form_contact_chk button[type='button'] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-family: 'Zen Maru Gothic', serif;
	border: 0;
	border-radius: 15px;
	background: #d2d2d2;
	padding: 10px 76px;
	margin: 30px auto 0;
	display: block;
	cursor: pointer;
}

.form_contact_chk button[type='button']:hover {
	background: #ebebeb;
	color: #00bd0b;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

@media (max-width: 1199px) {
	.form_contact_chk dl dt {
		width: 30%;
		display: inline-block;
		padding-right: 20px;
		padding-top: 28px;
		font-weight: 500;
		line-height: 30px;
	}

	.form_contact_chk dl dd {
		width: 69%;
		display: inline-block;
		padding-block: 20px;
		font-weight: 500;
	}
}

@media (max-width: 599px) {
	.form_contact_chk {
		width: 100%;
		background: #fff;
		border-radius: 15px;
		padding: 30px 30px 40px;
	}

	.form_contact_chk dl dt {
		width: 100%;
		padding-top: 10px;
	}

	.form_contact_chk dl dt .must {
		float: none;
		display: inline-block;
		margin-left: 10px;
	}

	.form_contact_chk button[type='submit'] {
		width: 70%;
		font-size: 40px;
	}

	.form_contact_chk dl dd {
		width: 100%;
		padding-block: 10px;
	}
}

.form_fryer_thx,
.form_contact_thx {
	width: 100%;
	background: #fff;
	border-radius: 40px;
	padding: 60px;
}

.form_fryer_thx h3,
.form_contact_thx h3 {
	font-size: 24px;
	font-weight: 100;
	line-height: 1.2;
	width: -moz-fit-content;
	width: fit-content;
	margin: 0 auto 30px auto;
}

.form_fryer_thx .inner,
.form_contact_thx .inner {
	width: 100%;
}

.form_fryer_thx .contact_num,
.form_contact_thx .contact_num {
	border-left: 8px solid #d30b2a !important;
	padding: 15px 20px 15px 20px;
	font-size: 30px;
	font-weight: 100;
	line-height: 1.25;
	margin: 0 auto;
	border: 1px solid #d30b2a;
	/*  padding-bottom: 2px;*/
	width: -moz-fit-content;
	width: fit-content;
}

.form_fryer_thx button[type='button'],
.form_contact_thx button[type='button'] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-family: 'Zen Maru Gothic', serif;
	border: 0;
	border-radius: 15px;
	background: #d2d2d2;
	padding: 10px 76px;
	margin: 30px auto 0;
	display: block;
	cursor: pointer;
}

.form_fryer_thx button[type='button']:hover,
.form_contact_thx button[type='button']:hover {
	display: block;
	background: #ebebeb;
	color: #00bd0b !important;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.form_fryer_thx button[type='button'] a,
.form_contact_thx button[type='button'] a {
	color: #000;
}

.form_fryer_thx button[type='button'] a:hover,
.form_contact_thx button[type='button'] a:hover {
	display: block;
	background: #ebebeb;
	color: #00bd0b !important;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

/*
.form_fryer_thx button[type=button] a {
    display: block;
	color: #000;
}
.form_fryer_thx button[type=button] a:hover {
    display: block;
	color: #00bd0b;
}
*/
@media (max-width: 599px) {
	.form_fryer_thx .contact_num,
	.form_contact_thx .contact_num {
		font-size: 24px;
		padding-left: 10px;
		padding-right: 10px;
		line-height: 1.5;
	}

	.form_fryer_thx,
	.form_contact_thx {
		width: 100%;
		background: #fff;
		border-radius: 15px;
		padding: 40px 30px;
	}
}

.form_fryer_thx .contact_num span,
.form_contact_thx .contact_num span {
	font-weight: 500;
	color: #d30b2a;
}

/* ながら会ツアーとは */
.about_read1 {
	font-size: 17px;
	line-height: 27px;
	font-weight: 300;
	margin-top: 25px;
	margin-bottom: 80px;
}

.about_wrap1,
.about_wrap2 {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	position: relative;
}

.about_wrap1 .otoku_img,
.about_wrap2 .otoku_img {
	max-width: 585px;
	width: 100%;
	margin-right: 40px;
	filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.3));
}

.about_wrap1 .otoku_base,
.about_wrap2 .otoku_base {
	max-width: 575px;
	width: 100%;
}

.about_wrap1 .otoku_base p,
.about_wrap2 .otoku_base p {
	color: #405e38;
	line-height: 24px;
	font-weight: 500;
}

.about_wrap1 .otoku_base p.supplement,
.about_wrap2 .otoku_base p.supplement {
	font-size: 14px;
	color: #000;
	line-height: 22px;
	font-weight: 300;
}

.about_wrap2 .otoku_base .supplement2 {
	width: 100%;
	background: #fff;
	font-size: 14px;
	color: #000;
	line-height: 22px;
	padding: 22px;
	margin-top: 20px;
	display: flex;
	justify-content: center;
}

.about_wrap2 {
	margin-bottom: 80px;
}

.about_border {
	max-width: 354px;
	width: 100%;
	margin: 0 auto 80px auto;
	padding-bottom: 80px;
	border-bottom: 1px solid #475f39;
}

.reservation_border {
	max-width: 354px;
	width: 100%;
	margin: 0 auto 50px auto;
	padding-bottom: 50px;
	border-bottom: 1px solid #475f39;
}

p.sub_title {
	font-size: 18px;
	margin-bottom: 8px;
	color: #405e38;
	font-weight: 500;
}

p.about_read2 {
	font-size: 14px;
	color: #363636;
	line-height: 22px;
	font-weight: 300;
}

.wrapper6 {
	width: 100%;
	background: #ebf5ca;
	padding-top: 100px;
	padding-bottom: 100px;
}

h3.mark2 {
	width: 100%;
	height: auto;
	font-size: 40px;
	text-indent: 0;
	padding-left: 80px;
	padding-bottom: 10px;
	background: url('../images/icon_nagara.png') no-repeat left top;
	border-bottom: 1px solid #108a1d;
	font-family: 'Zen Maru Gothic', serif;
	color: #108a1d;
	font-weight: 500;
	line-height: 50px;
	border-bottom-left-radius: 5px !important;
	margin-bottom: 80px;
}

h3.mark3 {
	width: 100%;
	height: auto;
	font-size: 40px;
	text-indent: 0;
	padding-left: 80px;
	padding-bottom: 10px;
	background: url('../images/icon_nagara.png') no-repeat left top;
	border-bottom: 1px solid #108a1d;
	font-family: 'Zen Maru Gothic', serif;
	color: #108a1d;
	font-weight: 500;
	line-height: 50px;
	border-bottom-left-radius: 5px !important;
	margin-bottom: 50px;
}

.infant_fee {
	width: 100%;
	display: flex;
	align-items: center;
	margin-bottom: 80px;
}

.infant_fee2 {
	width: 100%;
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}

.infant_fee_inner1 {
	/*	width: 50%;*/
	display: flex;
	align-items: center;
}

.infant_fee .item,
.infant_fee2 .item {
	height: 40px;
	line-height: 40px;
	font-size: 17px;
	color: #fff;
	font-weight: 500;
	margin-right: 15px;
	background: #69bc2f;
	width: 180px;
	text-align: center;
}

.infant_fee .conditions,
.infant_fee2 .conditions {
	height: 40px;
	line-height: 40px;
	font-size: 40px;
	color: #475f39;
	font-weight: 500;
	margin-right: 30px;
}

.infant_read {
	font-size: 17px;
	color: #363636;
	font-weight: 500;
	margin-bottom: 60px;
}

.infant_read2 {
	font-size: 17px;
	color: #363636;
	font-weight: 500;
	margin-bottom: 40px;
	margin-top: -5px;
}

.infant_supplement {
	background: #fff;
	font-size: 14px;
	color: #000;
	line-height: 22px;
	padding: 22px;
	display: inline-block;
}

.infant_supplement a {
	color: #e18700;
	text-decoration: underline;
}

.wrapper7 {
	width: 100%;
	background: #fcecc3;
	padding-top: 100px;
	padding-bottom: 100px;
}

.busstop_wrapper1 {
	width: 100%;
	margin-bottom: 50px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.busstop_wrapper2 {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.busstop_location {
	width: 48.5%;
	background: #fff;
	padding: 30px;
}

.busstop_location .map {
	width: 100%;
	margin-bottom: 20px;
}

.busstop_location .map img {
	width: 100%;
}

.map {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 75%;
	/* 比率を4:3に固定 */
	overflow: hidden;
}

.map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	/*  height: 100%;*/
	height: 700px;
	margin-top: -160px;
}

.busstop_location .location_info {
	width: 100%;
	height: 40px;
	display: flex;
	justify-content: right;
	align-items: center;
}

.busstop_location .place {
	font-size: 16px;
	color: #363636;
	line-height: 20px;
	margin-bottom: 15px;
}

.busstop_location .location_info .parking_base {
	max-width: 53%;
	width: 100%;
	display: flex;
	justify-content: right;
}

.busstop_location .location_info .parking1 {
	width: 130px;
	background: #eda523;
	font-size: 13px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	line-height: 30px;
	font-family: 'Zen Maru Gothic', serif;
}

.busstop_location .location_info .parking2 {
	width: 130px;
	border: 1px solid #eda523;
	box-sizing: border-box;
	font-size: 13px;
	color: #eda523;
	font-weight: bold;
	text-align: center;
	line-height: 30px;
	font-family: 'Zen Maru Gothic', serif;
}

.busstop_location .location_info .parking3 {
	width: 130px;
	border: 1px solid #eda523;
	box-sizing: border-box;
	font-size: 13px;
	color: #eda523;
	font-weight: bold;
	text-align: center;
	line-height: 30px;
	font-family: 'Zen Maru Gothic', serif;
}

.busstop_location .location_info .parking3 p {
	width: 130px;
	text-align: center;
	transform: scale(0.9, 1);
	font-family: 'Zen Maru Gothic', serif;
	white-space: nowrap;
}

.busstop_location .location_info .pdf {
	width: 130px;
	background: #69bc2f;
	font-size: 13px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	line-height: 30px;
	border-radius: 8px;
	font-family: 'Zen Maru Gothic', serif;
	margin-left: auto;
}

.busstop_location .location_info .pdf a {
	color: #fff;
	display: block;
}

.busstop_explanation {
	width: 48.5%;
}
.busstop_explanation2 {
	width: 100%;
}

p.about_read {
	font-size: 17px;
	color: #363636;
	line-height: 29px;
	margin-bottom: 80px;
}
p.about_read3 {
	font-size: 17px;
	color: #363636;
	line-height: 29px;
	margin-bottom: 30px;
}

.busstop_explanation .parking_base {
	max-width: 100%;
	width: 100%;
	display: flex;
	align-items: flex-start;
	margin-bottom: 15px;
}

.busstop_explanation .parking1 {
	max-width: 140px;
	width: 100%;
	background: #eda523;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	line-height: 40px;
	margin-right: 6px;
	font-family: 'Zen Maru Gothic', serif;
}

.busstop_explanation .parking2 {
	max-width: 140px;
	width: 100%;
	border: 1px solid #eda523;
	background: #fff;
	box-sizing: border-box;
	font-size: 16px;
	color: #eda523;
	font-weight: bold;
	text-align: center;
	line-height: 40px;
	font-family: 'Zen Maru Gothic', serif;
	margin-right: 6px;
}

.busstop_explanation .parking3 {
	max-width: 140px;
	width: 100%;
	border: 1px solid #eda523;
	background: #fff;
	box-sizing: border-box;
	font-size: 16px;
	color: #eda523;
	font-weight: bold;
	text-align: center;
	line-height: 40px;
	font-family: 'Zen Maru Gothic', serif;
	margin-right: 6px;
}

.busstop_explanation .parking3 p {
	width: 140px;
	text-align: center;
	transform: scale(0.9, 1);
	font-family: 'Zen Maru Gothic', serif;
	white-space: nowrap;
}

.busstop_explanation p.parking_read {
	color: #363636;
	font-size: 17px;
	line-height: 20px;
}

.busstop_explanation p.parking_read span {
	color: #c50020;
	font-size: 17px;
	line-height: 40px;
}

.busstop_explanation p.parking_read span.a {
	color: #c50020;
	font-size: 17px;
	line-height: 40px;
}

.busstop_explanation2 .parking_base {
	max-width: 100%;
	width: 100%;
	display: flex;
	align-items: flex-start;
	margin-bottom: 15px;
}

.busstop_explanation2 .parking1 {
	max-width: 140px;
	width: 100%;
	background: #eda523;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	line-height: 40px;
	margin-right: 6px;
	font-family: 'Zen Maru Gothic', serif;
}

.busstop_explanation2 .parking2 {
	max-width: 140px;
	width: 100%;
	border: 1px solid #eda523;
	background: #fff;
	box-sizing: border-box;
	font-size: 16px;
	color: #eda523;
	font-weight: bold;
	text-align: center;
	line-height: 40px;
	font-family: 'Zen Maru Gothic', serif;
	margin-right: 6px;
}

.busstop_explanation2 .parking3 {
	max-width: 140px;
	width: 100%;
	border: 1px solid #eda523;
	background: #fff;
	box-sizing: border-box;
	font-size: 16px;
	color: #eda523;
	font-weight: bold;
	text-align: center;
	/* line-height: 40px; */
	font-family: 'Zen Maru Gothic', serif;
	margin-right: 6px;
	padding: 10px 0;
}

.busstop_explanation2 .parking3 p {
	/* width: 140px; */
	text-align: center;
	transform: scale(0.9, 1);
	font-family: 'Zen Maru Gothic', serif;
	white-space: nowrap;
}
html[lang='en'] .busstop_explanation2 .parking3 p {
	white-space: normal; /* 通常の折り返し */
	word-wrap: break-word; /* 長い単語を折り返す */
}

.busstop_explanation2 p.parking_read {
	color: #363636;
	font-size: 17px;
	line-height: 20px;
}

.busstop_explanation2 p.parking_read span {
	color: #c50020;
	font-size: 17px;
	line-height: 40px;
}

.busstop_explanation2 p.parking_read span.a {
	color: #c50020;
	font-size: 17px;
	line-height: 40px;
}
.mb20 {
	margin-bottom: 20px;
}

.mb40 {
	margin-bottom: 40px;
}

.mb60 {
	margin-bottom: 60px;
}

.mb80 {
	margin-bottom: 80px;
}

br.pc_dn {
	display: block;
}

/* ご予約・お申し込み方法 */
h4.reservation {
	width: 100%;
	font-size: 24px;
	padding-left: 10px;
	border-left: 10px solid #4b6139;
	font-family: 'Zen Maru Gothic', serif;
	color: #4b6139;
	font-weight: 500;
	line-height: 30px;
	margin-bottom: 20px;
	margin-top: 80px;
}

.reservation_read1 {
	font-size: 17px;
	line-height: 25px;
	font-weight: 500;
	color: #4b6139;
	margin-bottom: 20px;
}

.reservation_read1 a {
	color: #e18700;
	text-decoration: underline;
}

.reservation_read2 {
	font-size: 17px;
	line-height: 25px;
	font-weight: 500;
	color: #4b6139;
	margin-bottom: 55px;
}

.reservation_dl_img {
	max-width: 630px;
	width: 100%;
	margin-bottom: 20px;
}

.reservation_dl_img:nth-child(2) {
	max-width: 630px;
	width: 100%;
	margin-bottom: 0;
}

.reservation_wrap1,
.reservation_wrap2 {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	position: relative;
}
.reservation_wrap3 {
	width: 100%;
	margin-top: 30px;
}
.reservation_wrap1 .reservation_base p,
.reservation_wrap2 .reservation_base p {
	color: #405e38;
	line-height: 24px;
	font-weight: 500;
}

.reservation_wrap1 .credit_img,
.reservation_wrap2 .credit_img {
	max-width: 585px;
	width: 100%;
	margin: 0 auto;
	margin-right: 40px;
	filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.3));
}

.reservation_wrap1 .credit_base,
.reservation_wrap2 .credit_base {
	max-width: 575px;
	width: 100%;
}

.reservation_wrap1 .credit_base p,
.reservation_wrap2 .credit_base p {
	color: #405e38;
	line-height: 24px;
	font-weight: 500;
}

.reservation_wrap1 .credit_base p.supplement,
.reservation_wrap2 .credit_base p.supplement {
	font-size: 14px;
	color: #000;
	line-height: 22px;
	font-weight: 300;
}

.reservation_wrap2 .credit_base .supplement2 {
	width: 100%;
	background: #fff;
	font-size: 14px;
	color: #000;
	line-height: 22px;
	font-weight: 300;
	padding: 22px;
	margin-top: 20px;
	display: flex;
	justify-content: center;
	font-weight: 300;
}

.reservation_wrap2 .credit_base .supplement a {
	color: #e18700;
	text-decoration: underline;
}

@media (max-width: 1200px) {
	br.pc_dn {
		display: none;
	}

	.busstop_location .map {
		width: 100%;
		margin-bottom: 20px;
	}

	.busstop_location .location_info .place {
		margin-bottom: 10px;
	}

	.busstop_location .location_info {
		width: 100%;
		height: auto;
		display: block;
		align-items: start;
	}

	.busstop_location .location_info .parking_base {
		max-width: 100%;
		width: 100%;
		/*    display: block;*/
	}

	.busstop_location .location_info .parking1 {
		width: 48%;
		line-height: 40px;
		/*	margin-bottom: 10px;*/
	}

	.busstop_location .location_info .pdf {
		width: 48%;
		line-height: 40px;
		margin-left: auto !important;
	}

	.busstop_location .location_info .pdf a {
		color: #fff;
	}

	.busstop_location .location_info .parking2 {
		width: 48%;
		line-height: 40px;
	}

	.busstop_location .location_info .parking3 {
		width: 48%;
		line-height: 40px;
	}

	.busstop_location .location_info .parking3 p {
		width: 100%;
		text-align: center;
		transform: scale(1, 1);
	}
}

@media (max-width: 1000px) {
	.about_wrap1,
	.about_wrap2 {
		width: 100%;
		display: block;
	}

	.about_wrap1 .otoku_base,
	.about_wrap2 .otoku_base {
		max-width: 100%;
		width: 100%;
		margin: 0 auto;
	}

	.about_wrap1 .otoku_img,
	.about_wrap2 .otoku_img {
		max-width: 630px;
		width: 100%;
		margin: 0 auto 30px;
		filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.3));
	}

	.infant_supplement {
		background: #fff;
		font-size: 14px;
		color: #000;
		line-height: 22px;
		padding: 22px;
		display: flex;
		width: 100%;
		justify-content: center;
	}

	.busstop_explanation p.parking_read {
		color: #363636;
		font-size: 17px;
		line-height: 20px !important;
	}

	.reservation_wrap1,
	.reservation_wrap2 {
		width: 100%;
		display: block;
	}

	.reservation_wrap1 .credit_base,
	.reservation_wrap2 .credit_base {
		max-width: 100%;
		width: 100%;
	}

	.reservation_wrap1 .credit_img,
	.reservation_wrap2 .credit_img {
		max-width: 630px;
		width: 100%;
		margin: 0 auto 30px;
		filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.3));
	}
}

@media (max-width: 860px) {
	.busstop_location .location_info .parking3 p {
		width: 100%;
		text-align: center;
		transform: scale(0.65, 1);
	}

	.infant_fee_inner1 {
		width: 100%;
		display: flex;
		align-items: center;
	}

	.infant_fee2 {
		width: 100%;
		display: flex;
		align-items: center;
		margin-bottom: 15px;
	}

	.infant_fee .item,
	.infant_fee2 .item {
		height: 40px;
		line-height: 40px;
		font-size: 17px;
		color: #fff;
		font-weight: 500;
		margin-right: 2%;
		background: #69bc2f;
		width: 180px;
		text-align: center;
	}

	.infant_fee .conditions,
	.infant_fee2 .conditions {
		height: 40px;
		line-height: 40px;
		font-size: 30px;
		color: #475f39;
		font-weight: 500;
		margin-right: 30px;
	}
}

@media (max-width: 768px) {
	.busstop_wrapper1 {
		width: 100%;
		margin-bottom: 50px;
		display: block;
	}

	.busstop_location {
		width: 100%;
		margin-bottom: 30px;
	}

	.busstop_location .location_info .parking3 p {
		/*    width: 80%;*/
		text-align: center;
		transform: scale(1, 1);
	}

	.infant_fee {
		margin-bottom: 50px;
	}

	.infant_fee_inner1 {
		margin-bottom: 20px;
	}

	.infant_fee2 {
		width: 100%;
		display: block;
		margin-bottom: 15px;
	}

	.busstop_explanation {
		width: 100%;
	}

	h4.reservation {
		width: 100%;
		font-size: 24px;
		padding-left: 10px;
		border-left: 10px solid #4b6139;
		font-family: 'Zen Maru Gothic', serif;
		color: #4b6139;
		font-weight: 500;
		line-height: 30px;
		margin-bottom: 20px;
		margin-top: 50px;
	}
}

@media (max-width: 599px) {
	/*
a[href*="tel:"] {
pointer-events: none;
cursor: default;
text-decoration: none;
}
*/
	h3.mark2 {
		width: 100%;
		height: auto;
		font-size: 24px;
		line-height: 30px;
		padding-left: 50px;
		padding-bottom: 5px;
		text-indent: 0;
		background: url(../images/icon_nagara2.png) no-repeat left top;
		border-bottom: 1px solid #108a1d;
		font-family: 'Zen Maru Gothic', serif;
		font-feature-settings: 'palt';
		color: #108a1d;
		font-weight: 500;
		margin-bottom: 50px;
	}

	h3.mark3 {
		width: 100%;
		height: auto;
		font-size: 24px;
		line-height: 30px;
		padding-left: 50px;
		padding-bottom: 5px;
		text-indent: 0;
		background: url(../images/icon_nagara2.png) no-repeat left top;
		border-bottom: 1px solid #108a1d;
		font-family: 'Zen Maru Gothic', serif;
		font-feature-settings: 'palt';
		color: #108a1d;
		font-weight: 500;
		margin-bottom: 50px;
	}

	.wrapper6 {
		width: 100%;
		background: #ebf5ca;
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.wrapper7 {
		width: 100%;
		background: #fcecc3;
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.busstop_wrapper1 {
		width: 100%;
		margin-bottom: 0;
		display: block;
	}

	.busstop_location {
		padding: 20px;
		margin-bottom: 20px;
	}

	.busstop_explanation .parking_base {
		max-width: 100%;
		width: 100%;
		margin-bottom: 15px;
		display: flex;
		align-items: center;
	}

	.busstop_location .location_info .parking3 p {
		width: 140px;
		text-align: center;
		transform: scale(1, 1);
		font-family: 'Zen Maru Gothic', serif;
		white-space: nowrap;
		margin: 0 auto;
	}

	.busstop_explanation {
		width: 100%;
	}

	.about_read1 {
		margin-bottom: 50px;
	}

	.about_border {
		max-width: 354px;
		width: 100%;
		margin: 0 auto 50px auto;
		padding-bottom: 50px;
	}

	.reservation_border {
		max-width: 354px;
		width: 100%;
		margin: 0 auto 50px auto;
		padding-bottom: 50px;
	}

	.about_wrap2 {
		margin-bottom: 50px;
	}

	.busstop_explanation p.parking_read span.a {
		color: #c50020;
		font-size: 17px;
		line-height: 40px;
	}

	.busstop_explanation p.parking_read span {
		color: #c50020;
		font-size: 17px;
		line-height: 24px;
	}

	.infant_fee .item,
	.infant_fee2 .item {
		height: 40px;
		line-height: 40px;
		font-size: 17px;
		color: #fff;
		font-weight: 500;
		margin-right: 2%;
		background: #69bc2f;
		width: 48%;
		text-align: center;
	}

	.infant_fee .conditions,
	.infant_fee2 .conditions {
		font-size: 30px;
		margin-right: 0;
	}
	.infant_supplement {
		background: #fff;
		font-size: 14px;
		color: #000;
		line-height: 22px;
		padding: 22px;
		display: block;
		width: 100%;
	}
	.busstop_explanation .parking3 {
		max-width: 140px;
		width: 100%;
		height: auto;
		padding: 11px 0;
	}

	.busstop_explanation .parking3 p {
		width: 140px;
		text-align: center;
		transform: scale(1, 1);
		line-height: 20px;
	}
	.map iframe {
		margin-top: -210px;
	}
}

.terms .new_privacy a::after {
	content: '';
	display: inline-block;
	width: 16px;
	height: 16px;
	background-image: url(../images/link/icon_newwindow_b.png);
	background-size: contain;
	vertical-align: middle;
	margin-left: 5px;
	margin-bottom: 2px;
}

/*旅行センター*/
.counter_list .mark {
	margin-bottom: 20px;
}

.counter_list a {
	color: #e18700;
	text-decoration: underline;
}

.counter_list p {
	color: #4b6139;
}

.counter_list table {
	background-color: #fff;
	width: 100%;
	border: 1px solid #a9a9a9;
	border-collapse: collapse;
	margin-top: 5px;
	margin-bottom: 10px;
	width: 1200px;
}

.counter_list table td,
.counter_list table th {
	border: 1px solid #a9a9a9;
	border-collapse: collapse;
}

.counter_list table td img {
	width: 20px;
	vertical-align: bottom;
}

.counter_list_ttl {
	text-align: center;
	background-color: #f5f5f5;
	font-weight: 500;
	font-size: 20px;
}

.counter_list_notice {
	color: #4b6139;
}

.counter_desc {
	padding: 30px 10px;
}

.table_tac {
	text-align: center;
}

.key {
	font-size: 14px;
	color: #000;
	line-height: 22px;
	padding: 5px 0;
}

.key img {
	width: 20px;
	vertical-align: bottom;
}

.key_list {
	display: flex;
	justify-content: end;
}

.key ul li {
	width: fit-content;
	padding-right: 10px;
}

.payment_notice {
	width: 100%;
	font-size: 24px;
	padding-left: 10px;
	border-left: 10px solid #4b6139;
	font-family: 'Zen Maru Gothic', serif;
	color: #4b6139;
	font-weight: 500;
	line-height: 30px;
	margin-bottom: 20px;
	margin-top: 80px;
}

.payment p {
	color: #4b6139;
	margin-top: 10px;
}

.payment ul {
	padding-left: 18px;
}

.payment ul li {
	font-weight: 300;
	position: relative;
	padding: 5px 0;
}

.payment ul li::before {
	content: '\02022';
	position: absolute;
	left: -18px;
	font-weight: 900;
}

.payment_notice_ttl {
	font-weight: normal;
	font-size: 18px;
	margin-left: -4px;
}

@media (max-width: 599px) {
	.key {
		margin-top: 20px;
	}

	.key ul li {
		font-size: 12px;
	}
}
#under18 {
	margin: -180px !important;
	padding: 180px !important;
}

.for_agency {
	width: 100%;
	background: #fff;
	border-radius: 10px;
	padding: 70px 60px;
	margin-bottom: 50px;
}
.for_agency .inner {
	width: 100% !important;
}
.for_agency .inner .download {
	width: 100%;
	margin-bottom: 27px;
	padding-bottom: 27px;
	border-bottom: 1px solid #278900;
}
.for_agency .inner .download .dl_inner {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-weight: 300;
	font-size: 17px;
}
.for_agency .inner .download a {
	color: #000;
	text-decoration: none;
}
.for_agency .inner .download a:hover img {
	opacity: 0.7;
}
.for_agency .inner .download:last-child {
	width: 100%;
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.dl_nav {
	width: 270px;
	margin-right: 15px;
}
.dl_nav img {
	width: 270px;
}
.dl_number {
	width: 60px;
	margin-right: 15px;
}
.dl_category {
	border: 1px solid #e18700;
	padding: 2px 5px;
	font-size: 14px;
	color: #000;
	white-space: nowrap;
	border-radius: 4px;
	margin-right: 15px;
	text-align: center;
}

.dl_read {
	max-width: 716px;
	width: 100%;
}

.for_agency .inner p a {
	display: block;
}

@media (max-width: 1199px) {
	#under18 {
		margin: -150px !important;
		padding: 150px !important;
	}
	.for_agency .inner .download .dl_inner {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: space-between;
		font-weight: 300;
		font-size: 16px;
		line-height: 24px;
	}
	.dl_nav {
		width: 270px;
		margin-right: 20px;
	}
	.dl_number {
		width: 60px;
		margin-right: 20px;
	}
}

@media (max-width: 768px) {
	.for_agency .inner .download .dl_inner {
		display: block;
		font-weight: 300;
		font-size: 16px;
		line-height: 24px;
	}
	.dl_nav {
		width: 270px;
		margin: 0 20px 10px 0;
	}
	.dl_number {
		width: 60px;
		margin-right: 20px;
	}
	.for_agency .inner .download:last-child {
		display: block;
		font-weight: 300;
		font-size: 17px;
		margin-bottom: 0;
		padding-bottom: 0;
		border-bottom: none;
	}
	.dl_category {
		border: 1px solid #e18700;
		padding: 2px 5px;
		font-size: 14px;
		color: #000;
		white-space: nowrap;
		border-radius: 4px;
		margin-right: 15px;
		text-align: center;
		display: inline-block;
	}
	.dl_number {
		width: 60px;
		margin-right: 0;
	}
	.dl_category {
		padding: 1px 5px;
		font-size: 14px;
		white-space: nowrap;
		border-radius: 4px;
		margin-right: 0;
		margin: 2px 0 2px;
		display: inline-block;
	}
}

@media (max-width: 599px) {
	#under18 {
		margin: -50px !important;
		padding: 50px !important;
	}

	.for_agency {
		width: 100%;
		background: #fff;
		border-radius: 10px;
		padding: 40px 40px;
	}
	.dl_nav {
		width: 100%;
		margin: 0 0 10px 0;
	}
	.dl_nav img {
		width: 100%;
	}
}

/* S */
/*旅行センター*/
.counter_list .mark {
	margin-bottom: 20px;
}

.counter_list a {
	color: #e18700;
	text-decoration: underline;
}

.counter_list p {
	color: #4b6139;
}

.counter_list table {
	background-color: #fff;
	border: 1px solid #a9a9a9;
	border-collapse: collapse;
	margin-top: 5px;
	margin-bottom: 10px;
	width: 1200px;
}

.counter_list table td,
.counter_list table th {
	border: 1px solid #a9a9a9;
	border-collapse: collapse;
}

.counter_list table td img {
	width: 20px;
	vertical-align: bottom;
}

.table_pdb {
	padding-block: 4px;
}

.counter_list_ttl {
	text-align: center;
	background-color: #f5f5f5;
	font-weight: 500;
	font-size: 20px;
}

.counter_list_notice {
	color: #4b6139;
}

.counter_desc {
	padding: 20px 10px;
}

.table_tac {
	text-align: center;
}

.key {
	font-size: 14px;
	color: #000;
	line-height: 22px;
	padding: 5px 0;
}

.key img {
	width: 20px;
	vertical-align: bottom;
}

.key_list {
	display: flex;
	justify-content: end;
}

.key ul li {
	width: fit-content;
	padding-right: 10px;
}

.payment_notice {
	width: 100%;
	font-size: 24px;
	padding-left: 10px;
	border-left: 10px solid #4b6139;
	font-family: 'Zen Maru Gothic', serif;
	color: #4b6139;
	font-weight: 500;
	line-height: 30px;
	margin-bottom: 20px;
	margin-top: 80px;
}

.payment p {
	color: #4b6139;
	margin-top: 10px;
}

.payment ul {
	padding-left: 18px;
}

.payment ul li {
	font-weight: 300;
	position: relative;
	padding: 5px 0;
}

.payment ul li::before {
	content: '\02022';
	position: absolute;
	left: -18px;
	font-weight: 900;
}

.payment_notice_ttl {
	font-weight: normal;
	font-size: 18px;
	margin-left: -2px;
}

.credit_list {
	margin-top: 25px;
	max-width: 600px;
	filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.3));
}

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

@media (max-width: 599px) {
	.counter_list table {
		width: 100%;
		margin-bottom: 20px;
	}

	.counter_list_ttl {
		font-size: 16px;
	}

	.counter_list_ttl td {
		padding: 10px;
	}

	.table_pdb {
		width: 15%;
	}

	.key {
		margin-top: 20px;
	}

	.key ul li {
		font-size: 12px;
	}
}

/*サイトマップ*/
.sitemap {
	background-color: #fff;
	padding: 40px 70px;
	box-sizing: border-box;
	border-radius: 10px;
	filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.3));
}

.sitemap ul {
	margin-inline: auto;
	align-items: center;
	display: flex;
	flex-wrap: wrap;
}

.sitemap ul li {
	position: relative;
	padding: 40px 0 40px 12px;
	width: calc(100% / 4);
}

@media (max-width: 1200px) {
	.sitemap ul li {
		width: calc(100% / 3);
	}
}

@media (max-width: 950px) {
	.sitemap ul li {
		width: calc(100% / 2);
		line-height: 1.2;
		padding: 25px 0 25px 12px;
	}
}

@media (max-width: 599px) {
	.sitemap {
		padding: 20px 40px;
	}

	.sitemap ul li {
		width: 100%;
	}
}

.sitemap ul li::before {
	content: '';
	background-image: url(../images/sp_nav_li.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 51%;
	left: -6px;
	transform: translateY(-50%);
	display: inline-block;
	width: 16px;
	height: 16px;
	background-size: contain;
	vertical-align: middle;
}

@media (max-width: 599px) {
	.sitemap ul li::before {
		top: 52%;
	}
}

.sitemap ul li a {
	color: #1a1a1a;
}

.sitemap ul li a:hover {
	color: #69bd2f;
}

.sitemap ul li a img {
	width: 100%;
	max-width: 16px;
	height: auto;
	aspect-ratio: 1/1;
}

/*お知らせ一覧*/

.info_list .info_base {
	max-width: 1200px;
	width: 100%;
	height: auto;
	background: #fff;
	border-radius: 10px;
	padding: 38px 0;
	margin: -15px auto 0;
	filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.3));
}

.info_list .info_base .inner {
	width: 1080px;
	height: auto;
	margin: 0 auto;
}

.info_list .info_base .inner .info {
	width: 100%;
	height: 144px;
	display: flex;
	align-items: center;
	position: relative;
}

.info_list .info_base .inner .info .info_day {
	width: 10%;
	font-size: 18px;
	color: #69bc2f;
	text-align: left;
}

.info_list .info_base .inner .info .info_detail {
	width: 83%;
	font-size: 22px;
	color: #000;
	text-align: left;
	font-weight: 500;
}

.info_list .info_base .inner .info .info_detail a {
	color: #000;
	text-decoration: none;
	display: block;
}

.info_list .info_base .inner .info .info_detail a:hover {
	color: #69bc2f;
	text-decoration: none;
}

.info_list .info_base .inner .info:before {
	border-bottom: 3px dotted #69bc2f;
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
}

.info_list .info_base .inner .info::after {
	position: absolute;
	top: 45%;
	right: 15px;
	width: 10px;
	height: 10px;
	border-top: 3px solid #69bd2f;
	border-right: 3px solid #69bd2f;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	pointer-events: none;
	content: '';
}

.info_list .info_base .inner .info:last-child:before {
	border: none;
}

.info_list .pagination {
	margin-top: 50px;
}

@media screen and (max-width: 1199px) {
	.info_list .info_base {
		width: 100%;
		height: auto;
		background: #fff;
		border-radius: 10px;
		padding: 38px 0 1px 0;
		margin: 0;
		filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.3));
	}

	.info_list .info_base .inner {
		width: 92%;
		height: auto;
		margin: 0 auto;
	}

	.info_list .info_base .inner .info {
		width: 100%;
		height: auto;
		display: block;
	}

	.info_list .info_base .inner .info:before {
		border-bottom: 3px dotted #69bc2f;
		content: '';
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
		width: 100%;
	}

	.info_list .info_base .inner .info .info_detail {
		width: 100%;
		font-size: 16px;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
}

@media (max-width: 599px) {
	.info_list .info_base .inner {
		width: 87%;
		height: auto;
		margin: 0 auto;
	}

	.info_list .info_base .inner .info {
		width: 100%;
		height: auto;
		display: block;
	}

	.info_list .info_base .inner .info .info_day {
		width: 100%;
		font-size: 12px;
		color: #69bc2f;
		text-align: left;
	}

	.info_list .info_base .inner .info .info_detail {
		font-size: 14px;
	}

	.info_list .info_base .inner .info::after {
		display: none;
	}
}

/*お知らせ詳細*/
hr {
	border: 0;
}

.info_details {
	flex-basis: 70%;
	background-color: #fff;
	padding: 40px;
	border-radius: 10px;
	filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.3));
}

@media (max-width: 768px) {
	.info_details {
		flex-basis: 100%;
		margin-bottom: 30px;
		padding: 30px;
	}
}

.info_details hr {
	border-top: 1px solid #4b6139;
	margin-bottom: 30px;
}

.info_details .information_return_btn a {
	border: 1px solid #19af19;
	text-align: center;
	padding: 17px 0;
	width: 90px;
	height: 59px;
	display: block;
	margin: 0 10px;
	border-radius: 5px;
	background-color: #19af19;
	color: #fff;
}

.info_details .information_return_btn a:hover {
	background-color: #fff;
	color: #19af19;
}

@media (max-width: 599px) {
	.info_details .information_return_btn a {
		width: 80px;
	}
}

@media (max-width: 320px) {
	.info_details .information_return_btn a {
		width: 72px;
	}
}

.info_details .information_category_ttl {
	margin-bottom: 10px;
}

.info_details .information_date {
	font-size: 14px;
	font-weight: 300;
}

.info_details .infotmation_ttl {
	font-size: 32px;
	font-weight: 100;
	line-height: 1.3;
	margin-bottom: 20px;
}

@media (max-width: 599px) {
	.info_details .infotmation_ttl {
		font-size: 24px;
	}
}

.info_details .infotmation_ttl p {
	font-feature-settings: 'palt';
	letter-spacing: 1px;
}

.information_img {
	max-width: 830px;
}

.information_img img {
	object-fit: contain;
	height: auto;
}

.information_desc {
	margin-top: 10px;
	margin-bottom: 30px;
}

.sidebar {
	flex-basis: 25%;
}

@media (max-width: 768px) {
	.sidebar {
		flex-basis: 100%;
	}
}

.sidebar .sidebar_ttl {
	background-color: #e18700;
	width: 100%;
	font-size: 18px;
	color: #fff;
	margin-bottom: 10px;
	padding: 10px;
	text-align: center;
	border-radius: 10px;
}

.sidebar .year {
	position: relative;
}

.sidebar .year .arrow {
	padding: 10px 30px;
	border: 1px solid #e18700;
	border-radius: 10px;
	position: relative;
	cursor: pointer;
	margin-bottom: 5px;
	background-color: #fff;
}

.sidebar .year::after {
	content: url(../images/icon_arrow_r_o.png);
	display: inline-block;
	margin-right: 5px;
	position: absolute;
	right: 10px;
	top: 53%;
	transform: translateY(-50%);
	transition: 0.3s;
}

.sidebar .year.active::after {
	transform: translateY(-50%) rotate(90deg);
	top: 53%;
	right: 10px;
}

@media (max-width: 599px) {
	.sidebar .year.active::after {
		right: 15px;
	}
}

.sidebar .dates a {
	display: block;
	width: 90%;
	padding: 10px 15px;
	border-bottom: 1px dashed;
	margin: 0 auto;
	color: #000;
}

.sidebar .dates a:last-child {
	border-bottom: none;
}

.sidebar .dates a:hover {
	color: #e18700;
}

@media (max-width: 768px) {
	.sidebar .dates a {
		width: 93%;
	}
}

.pn_btn {
	width: 100%;
	align-items: center;
	justify-content: center;
}

.pn_btn .prev_btn,
.pn_btn .next_btn {
	border: 1px solid #e18700;
	text-align: center;
	padding: 17px 0;
	width: 100%;
	max-width: 200px;
	height: 60px;
	display: block;
	margin: 0 10px;
	color: #e18700;
	border-radius: 5px;
	background-color: #fff;
}

.pn_btn .prev_btn:hover,
.pn_btn .next_btn:hover {
	background-color: #e18700;
	color: #fff;
	opacity: 1;
}

@media (max-width: 900px) {
	.pn_btn .prev_btn,
	.pn_btn .next_btn {
		max-width: 160px;
	}
}

@media (max-width: 768px) {
	.pn_btn .prev_btn,
	.pn_btn .next_btn {
		padding: 14px 0;
		font-size: 14px;
		max-width: 86px;
		line-height: 30px;
	}
}

@media (max-width: 599px) {
	.pn_btn .prev_btn,
	.pn_btn .next_btn {
		margin: 0 5px;
	}
}

@media (max-width: 320px) {
	.pn_btn .prev_btn,
	.pn_btn .next_btn {
		max-width: 84px;
	}
}

.pn_btn .prev_btn {
	position: relative;
}

@media (max-width: 768px) {
	.pn_btn .prev_btn {
		padding-left: 14px;
	}
}

.pn_btn .prev_btn::after {
	content: url(../images/icon_arrow_l_o.png);
	position: absolute;
	left: 10px;
	top: 53%;
	transform: translateY(-50%);
}

.pn_btn .prev_btn:hover::after {
	content: url(../images/icon_arrow_l_w.png);
	top: 53%;
	transform: translateY(-50%);
}

.pn_btn .next_btn {
	position: relative;
}

@media (max-width: 768px) {
	.pn_btn .next_btn {
		padding-right: 14px;
	}
}

.pn_btn .next_btn::after {
	content: url(../images/icon_arrow_r_o.png);
	position: absolute;
	right: 10px;
	top: 53%;
	transform: translateY(-50%);
}

.pn_btn .next_btn:hover::after {
	content: url(../images/icon_arrow_r_w.png);
	top: 53%;
	transform: translateY(-50%);
}

.sidebar .dates a {
	display: block;
	width: 90%;
	padding: 10px 15px;
	border-bottom: 1px dashed;
	margin: 0 auto;
}

.sidebar .dates a:last-child {
	border-bottom: none;
}

.sidebar .dates a:hover {
	color: #e18700;
}

@media (max-width: 768px) {
	.sidebar .dates a {
		width: 93%;
	}
}

/* K */
/* 標識 */
.sign_table {
	background-color: #fff;
}
.table_item {
	border: 1px solid #a9a9a9;
	border-bottom: none;
}
.table_item:last-child {
	border-bottom: 1px solid #a9a9a9;
}

.table_item .left {
	width: 25%;
	border-right: 1px solid #a9a9a9;
	padding: 20px 0;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #f5f5f5;
}
.table_item .right {
	width: 75%;
	padding: 20px 10px;
}
@media (max-width: 599px) {
	.table_item .left {
		width: 30%;
		padding: 13px 10px;
	}
	.table_item .right {
		width: 70%;
		display: flex;
		align-items: center;
	}
}

/* 各種約款・その他 */
.pdf_group {
	margin-bottom: 80px;
}
.pdf_group .pdf_item {
	width: 49%;
	margin-bottom: 20px;
}
.pdf_group .pdf_item img {
	border-radius: 10px;
	filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.3));
	transition: 0.3s;
}
.pdf_group .pdf_item a:hover img {
	filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.3));
	transform: translateY(5px);
}
@media (max-width: 900px) {
	.pdf_group .pdf_item {
		width: 100%;
	}
	.pdf_group {
		margin-bottom: 50px;
	}
}
a.agreement_btn {
	font-size: 1.6rem;
	line-height: 1.5;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Zen Maru Gothic', serif;
	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;
	border-radius: 0.5rem;
	width: 100%;
	height: 110px;
	filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.3));
	transition: 0.3s;
	aspect-ratio: 198/37;
}

a.btn-tag {
	padding: 1.25rem 2rem 1.25rem 80px;
}

a.btn-tag:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 180px;
	height: 100%;
	content: '';
	border-radius: 0.5rem 0 0 0.5rem;
}

a.btn-tag--comment {
	padding-left: 200px;
	color: #fff;
	background: #25bc26;
	line-height: 1.3;
}

a.btn-tag--comment span {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 180px;
	height: 100%;
	padding: 1rem 0;
	text-align: center;
	letter-spacing: 0;
	color: #fff;
	border-radius: 0.5rem 0 0 0.5rem;
	background: #ffa50e;
	font-size: 18px;
}

a.btn-tag--comment:after {
	position: absolute;
	top: calc(50% - 55px);
	left: 179.98px;
	width: 0;
	height: 0;
	content: '';
	border-width: 55px 0 55px 20px;
	border-style: solid;
	border-color: transparent transparent transparent #ffa50e;
}

a.btn-tag--comment:hover {
	filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.3));
	transform: translateY(5px);
}
@media screen and (max-width: 1199px) {
	a.agreement_btn {
		font-size: 1.4rem;
	}
	a.btn-tag {
		padding: 1.25rem 1rem 1.25rem 80px;
	}
	a.btn-tag:before {
		width: 160px;
	}
	a.btn-tag--comment {
		padding-left: 180px;
	}
	a.btn-tag--comment span {
		width: 160px;
		font-size: 17px;
	}
	a.btn-tag--comment:after {
		left: 159.98px;
	}
}
@media screen and (max-width: 1040px) {
	a.agreement_btn {
		font-size: 1.2rem;
	}
	a.btn-tag:before {
		width: 140px;
	}
	a.btn-tag--comment {
		padding-left: 160px;
	}
	a.btn-tag--comment span {
		width: 140px;
		font-size: 16px;
	}
	a.btn-tag--comment:after {
		left: 139.98px;
	}
}
@media screen and (max-width: 900px) {
	a.agreement_btn {
		height: 80px;
	}
	a.btn-tag--comment:after {
		top: calc(50% - 40px);
		border-width: 40px 0 40px 10px;
	}
}
@media screen and (max-width: 599px) {
	a.agreement_btn {
		font-size: 1rem;
	}
	a.btn-tag--comment {
		padding-left: 130px;
	}
	a.btn-tag:before {
		width: 110px;
	}
	a.btn-tag--comment:after {
		left: 109.98px;
	}
	a.btn-tag--comment span {
		width: 110px;
		font-size: 11px;
	}
}

/* 旅行業務取扱料金表 */
.price_group {
	margin-bottom: 80px;
}
.price_item {
	margin-bottom: 30px;
}
.price_item .reservation_read1 {
	margin-bottom: 0;
}
@media (max-width: 599px) {
	.price_group {
		margin-bottom: 50px;
	}
}

/* 個人情報の取り扱いについて */
.privecy_group a {
	position: relative;
	padding-left: 19px;
	color: #1a1a1a;
}
.privecy_group a:hover {
	color: #69bd2f;
}
.privecy_group a::before {
	content: '';
	background-image: url(../images/sp_nav_li.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	left: 1px;
	transform: translateY(-50%);
	display: inline-block;
	width: 16px;
	height: 16px;
	background-size: contain;
	vertical-align: middle;
}

/* 共通 */
.content {
	margin-top: 25px;
}

/* 追加 */
/* .news_slides .slick-track {
  display: flex;
  align-items: center;
} */
/* .news .right {
  display: flex;
  align-items: center;
} */

.news_slides,
.news_slides .slick-list,
.news_slides .slick-track {
	height: 100%;
}
.news .right .news_slides p {
	align-items: center;
}
