@charset "utf-8";
/* CSS Document */
/****************************************************************************/
/**							共通項目用CSS									*/
/****************************************************************************/
/* ----------------------------------------------------
					初期化
---------------------------------------------------- */
html, body, div, span, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote,
a, abbr, acronym, address, cite,
del, dfn, img, ins, kbd, q, samp,
strong, sub, sup, var, area,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
html {
	font-size: 62.5%;
}
@media (width <= 768px) {
  html {
    font-size: 3.5vw;
  }
}
body {
	font-family:"Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #3b3b3b;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1;
	font-weight: 400;
}
@media (width <= 768px) {
  body {
    font-size: 15px;
    font-size: 1.143rem;
  }
}
body.is-fixed {
  position: fixed;
  width: 100%;
  overflow: hidden;
}
body.is-fixed .main_wrap::before {
  content: '';
  position: absolute;
  inset: 0;
  backdrop-filter: blur(10px);
  z-index: 9998;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 16px;
	font-size: 1.6rem;
}
@media (width <= 768px) {
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
  }
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
a:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
  color: #3b3b3b;
  text-decoration: none;
  transition: opacity .3s ease;
}
a.txt_link {
  color: #007bff;
  text-decoration: underline;
}
button {
  cursor: pointer;
}
a:hover,
button:hover {
  opacity: 0.7;
}

img {
  max-width: 100%;
}

label{
	white-space:nowrap;
}

address {
	font-style: normal;
}

button {
	cursor: pointer;
}

a:hover, button:hover {
	opacity:0.7;
}

p {
  line-height: 1.875;
}
strong {
  color: #ff110f;
  font-weight: 500;
}
hr {
  height: 2px;
  border: none;
  background-color: #dcdddd;
  margin-block: 3em; 
}
@media (width <= 768px) {
  hr {
    height: 1.5px;
    margin-block: 1.7em;
  }
}
#wrapper {
  min-width: unset;
  font-family: inherit;
}

/* ----------------------------------------------------
		段組
---------------------------------------------------- */
.container {
  max-width: 1240px;
  width: auto;
	margin: 0 auto;
	position: relative;
	box-sizing: border-box;
  padding-inline: 20px;
}
@media (width <= 768px) {
  .container {
    width: 100%;
    padding-inline: 1em;
    margin: auto;
  }
}
.container::after{
	content: "";
	display: block;
	clear: both;
	visibility: hidden;
}

#main_box {
  width: min(880px, 75%);
}
@media (width <= 980px) {
  #main_box {
    width: auto;
  }
}

#sub_box {
  width: min(280px, 25%);
  font-size: 1.4rem;
}
@media (width <= 980px) {
  #sub_box {
    width: auto;
  }
  #sub_box #side_bnr {
    width: min(500px, 100%);
    text-align: center;
    margin-inline: auto;
  }
  #sub_box #side_bnr li:has(+ li) {
    margin-bottom: 2em;
  }
}

.common_wrap {
  max-width: calc(1200px + 4em);
  padding: 2em 2em min(140px,10dvw);
  margin: auto;
}
@media (width <= 980px) {
  .common_wrap {
    max-width: 100%;
  }
}
@media (width <= 768px) {
  .common_wrap {
    padding-inline: 1em;
  }
}
:where(#features, #spots, #foods, #columns, #courses, #searches) .common_wrap._2col {
  display: flex;
  gap: 2em;  
}
@media (width <= 980px) {
  :where(#features, #spots, #foods, #columns, #courses, #searches) .common_wrap._2col {
    max-width: 100%;
    flex-direction: column;
  }
}
@media (width <= 768px) {
  :where(#features, #spots, #foods, #columns, #courses, #searches) .common_wrap._2col {
    gap: 1em;
  }
}
.container #share_btn {
    width: 25px;
    display: inline-block;
    vertical-align: middle;
}

.container #share_btn img {
    width: 25px;
}

.cmn_contents {
  padding-bottom: min(60px, 14dvw);
}
@media (width <= 980px) {
  .cmn_contents:last-child {
    padding-bottom: min(60px, 8dvw);
  }
}
.cmn_contents._align-center {
  width: fit-content;
  margin: auto;
}

/* ----------------------------------------------------
		ヘッダー
---------------------------------------------------- */
#head_upper {
	height: 45px;
	line-height: 45px;
	background-color: #003894;
}

#head_sns {
	float: left;
}

#head_sns li {
	float: left;
	margin-right: 14px;
}

#head_sns li img {
	vertical-align: middle;
}

#head_upper_link {
	margin-left: 120px;
	float: left;
}

#head_upper_link li {
	float: left;
	margin-right: 30px;
}

#head_upper_link a {
	color: #ffffff;
}

#logo {
	float: left;
	margin-top: 30px;
}

#logo img {
    height: 80px;
	width: 370px;
}

#head_link_list {
	float: right;
	margin-top: 35px;
	height: 25px;
}

#head_link_list li {
	display: inline-block;
	margin-left: 20px;
	float: left;
}

#head_link_list li a {
	color: #666666;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	padding-top: 3px;
}

#head_link_list li:nth-child(1) a {
	background-image: url(/img/common/ico_doc.png);
}

#head_link_list li:nth-child(2) a {
	background-image: url(/img/common/ico_camera.png);
}

#head_link_list li:nth-child(3) a {
	background-image: url(/img/common/ico_book2.png);
}

#head_link_list li:nth-child(4) a {
	background-image: url(/img/common/ico_car.png);
	padding-left: 30px;
}

#head_link_list li:nth-child(5) a {
	background-image: url(/img/common/ico_marker05.png);
	padding-left: 15px;
}

#head_link_list li:nth-child(6) a {
	background-image: url(/img/common/ico_facebook3.png);
	padding-left: 20px;
}

/*#head_upper .language_list {
	margin-top: 10px;
	float: right;
}

#head_upper .language_list li {
	float: left;
	font-size: 1.4rem;
	padding: 0 4px;
	margin: 0 2px 0 0;
}*/

#head_gcse {
	float: right;
	height: 40px;
	margin-top: 20px;
	display: none;
}

.toggle_search {
	white-space: nowrap;
	text-indent: 100%;
	overflow: hidden;
	display: inline-block;
	width: 21px;
	height: 20px;
	background-image: url(/img/common/ico_search4.png);
}

.toggle_search:hover, #head_freeword_search input[type="submit"]:hover, #head_freeword_reset:hover {
	cursor: pointer;
	opacity: 0.7;
}

#head_freeword_search span, #head_freeword_search input {
	float: left;
}

#head_freeword_search .toggle_search {
	margin: 10px 10px 0 0;
}

#head_freeword_search input[type="text"] {
	border: none;
	box-sizing: border-box;
	height: 40px;
	line-height: 40px;
	width: 640px;
	padding: 0 20px;
	background-color: #f3f2f1;
}

#head_freeword_search input[type="text"]::placeholder {
	color: #bfbfbf;
}

#head_freeword_search input[type="submit"] {
	border: none;
	box-sizing: border-box;
	height: 40px;
	line-height: 40px;
	width: 60px;
	text-align: center;
	background-color: #003894;
	color: #ffffff;
	cursor: pointer;
}

#head_freeword_reset {
	white-space: nowrap;
	text-indent: 100%;
	overflow: hidden;
	display: inline-block;
	width: 18px;
	height: 18px;
	margin: 11px 10px;
	box-sizing: border-box;
	line-height: 40px;
	cursor: pointer;
	background: url(/img/common/ico_cross2.png) no-repeat center center;
}

#head_lang {
	position: relative;
	width: 140px;
	float: right;
	font-size: 1.4rem;
	margin-top: 8px;
}

#head_lang::after {
	content: '';
	width: 6px;
	height: 6px;
	border: 0px;
	border-top: solid 1px #ffffff;
	border-right: solid 1px #ffffff;
	transform: rotate(135deg);
	position: absolute;
	top: 50%;
	left: 15px;
	margin-top: -5px;
}

#head_lang h2 {
	color: #ffffff;
	height: 30px;
	line-height: 30px;
	background-color: #003894;
	cursor: pointer;
	font-weight: normal;
	padding: 0 30px;
	text-align: center;
}

#head_lang ul {
	position: absolute;
	left: 0;
	top: 27px;
	z-index: 9999;
	overflow: hidden;
	background-color: #003894;
	width: 100%;
	color: #ffffff;
}

#head_lang ul li {
	height: 0;
	transition: .2s;
	line-height: 35px;
}

#head_lang a {
	color: #ffffff;
	display: block;
	padding-left: 30px;
}

#head_lang:hover > ul li {
	overflow: visible;
	height: 35px;
}

#navi {
	float: right;
	margin-top: 25px;
	font-weight: bold;
}

#navi li {
	float: left;
	margin-left: 25px;
	position: relative;
	font-size: 1.6rem;
}

#navi li ul {
    z-index: 999999;
    position: absolute;
    background: rgba(0, 0, 0, 0) url("/img/common/bg_menu.png") no-repeat scroll 0 0 / 100% 100%;
    box-sizing: border-box;
}

#navi li:nth-child(1) ul {
    height: 300px;
    width: 280px;
    left: -88px;
    top: 25px;
}

#navi li:nth-child(6) ul {
    height: 200px;
    width: 280px;
    left: -88px;
    top: 25px;
}

#navi li:nth-child(7) ul {
    height: 200px;
    left: -70px;
    top: 25px;
    width: 230px;
}

#navi li:nth-child(8) ul {
     height: 570px;
    left: -70px;
    top: 25px;
    width: 278px;
}

#navi li:nth-child(10) ul li:nth-child(1) {
    margin: 34px 20px 0;
}

#navi li ul li:nth-child(1),
#navi li ul li:nth-child(2),
#navi li ul li:nth-child(3),
#navi li ul li:nth-child(4),
#navi li ul li:nth-child(5),
#navi li ul li:nth-child(6),
#navi li ul li:nth-child(7),
#navi li ul li:nth-child(8),
#navi li ul li:nth-child(9),
#navi li ul li:nth-child(10),
#navi li ul li:nth-child(11) {
    display: block;
    float: none;
    height: 50px;
    line-height: 50px;
    text-align: left;
    width: auto;
    z-index: 999999;
    margin: 0 20px;
    border-bottom: 1.5px solid #003894;
}

#navi li ul li:hover {
    background-color: #003894;
    color:#FFFFFF;
}

#navi li ul li a span {
    font-size: 22px;
    vertical-align: inherit;
}

#navi li ul li:nth-child(1) {
    margin: 26px 20px 0;
}

#navi li ul li a {
   border-top:0;
   display: block;
   margin: 0 10px ;
    
}

#navi li ul li a:hover,
#navi li ul li a.active{
    border-top: 0px;
    opacity: 1;
    color:#FFFFFF;
}

#navi a {
	display: block;
	color: #111111;
	padding-bottom: 5px;
	box-sizing: border-box;
}

#navi a:hover, #navi a.active {
	border-bottom: 2px solid #000099;
	opacity: 1;
}

#navi li ul li a:hover {
	border-bottom: none;
}

#sp_head_btn_list {
	display: none;
	width: 165px;
	position: absolute;
	top: 0;
	right: 0;
}

#sp_head_btn_list li {
	width: 55px;
	height: 55px;
	cursor: pointer;
	white-space: nowrap;
	text-indent: 100%;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center center;
}

#sp_head_btn_list li.active {
	background-image: url(/img/common/ico_cross3.png);
	background-size: 15px;
}

#sp_search_btn {
	background-color: #00a896;
	background-image: url(/img/common/ico_search5.png);
	background-size: 21px;
}

#sp_language_btn {
	background-color: #e7397a;
	background-image: url(/img/common/language.png);
	background-size: 32px;
}

#sp_menu_btn {
	background-color: #003894;
	background-image: url(/img/common/menu.png);
	background-size: 19px;
}

.sp_head_box {
	position: absolute;
	width: 100%;
	z-index: 99999;
	display: none;
}

#sp_search {
	background-color: #00a896;
	padding: 20px 25px;
}

#sp_search input[type="text"] {
	border: none;
	box-sizing: border-box;
	height: 38px;
	width: calc(100% - 96px);
	padding: 0 10px;
	background-color: #ffffff;
	float: left;
	margin-right: 8px;
}

#sp_search input[type="text"]::placeholder {
	color: #888888;
	font-size: 1rem;
}

#sp_search input[type="submit"] {
	border: none;
	box-sizing: border-box;
	height: 38px;
	width: 38px;
	text-align: center;
	background-color: #003894;
	color: #ffffff;
	cursor: pointer;
	white-space: nowrap;
	text-indent: 100%;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(/img/common/ico_search5.png);
	background-size: 21px;
	padding: 0;
}

#sp_language ul {
	border-top: 11px solid #e7397a;
	display: flex;
	flex-wrap: wrap;
}

#sp_language li {
	height: 38px;
	line-height: 38px;
	font-size: 1.3rem;
	width: 50%;
	box-sizing: border-box;
	background-color: #ffffff;
}

#sp_language li:nth-child(2), #sp_language li:nth-child(3), #sp_language li:nth-child(6), #sp_language li:nth-child(7) {
	background-color: #f3f2f1;
}

#sp_language li a {
	color: #000000;
	display: block;
	padding-left: 30px;
}

#sp_menu {
	border-top: 11px solid #003894;
	font-size: 1.3rem;
	background-color: #ffffff;
}

#sp_navi li {
	border-bottom: 1px solid #cdcdcd;
	line-height: 1.2;
	float: left;
	width: 100%;
	background-color: #ffffff;
}

#sp_navi li a, #sp_navi li span {
	display: block;
	padding: 10px 30px 10px 25px;
	color: #ffffff;
	position: relative;
	cursor: pointer;
	color: #000000;
}

#sp_navi li span::before, #sp_navi li span::after {
	content: "";
	position: absolute;
	top: 16px;
	right: 10px;
	width: 16px;
	height: 2px;
	background-color: #003894;
}

#sp_navi li span::after {
	transform:rotate(90deg);
}

#sp_navi li span.open::after {
	display: none;
}

#sp_navi li:nth-child(2), #sp_navi li:nth-child(3), #sp_navi li:nth-child(4), #sp_navi li:nth-child(5) {
	width: 50%;
}

#sp_navi li:nth-child(2), #sp_navi li:nth-child(5), #sp_navi li:nth-child(6), #sp_navi li:nth-child(8) {
	background-color: #f3f2f1;
	
	background-color: #eee;
}

#sp_navi li ul {
	display: none;
}

#sp_navi li li {
	border-bottom: none;
	width: 100% !important;
	background-color: #ffffff !important;
}

#sp_menu li li a {
	background: none !important;
	padding: 8px 10px 8px 50px;
	position: relative;
}
#sp_menu li li a::before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3px 0 3px 5px;
	border-color: transparent transparent transparent #003894;
	position: absolute;
	top: 50%;
	left: 39px;
	margin-top: -5px;
}

#sp_link_list li {
	background-color: #ffffff;
	float: left;
	width: 50%;
	border-bottom: 1px dotted #cecece;
	box-sizing: border-box;
}

#sp_link_list li:nth-child(odd) {
	border-right: 1px dotted #cecece;
}

#sp_link_list li:last-child{
	border-bottom: none;
}

#sp_link_list li a {
	color: #000000;
	background-repeat: no-repeat;
	background-position: 15px center;
	box-sizing: border-box;
	padding: 10px 0 10px 35px;
	display: block;
}

#sp_link_list li:nth-child(1) a {
	background-image: url(/img/common/ico_doc2.png);
	background-size: 12px;
}

#sp_link_list li:nth-child(2) a {
	background-image: url(/img/common/ico_camera2.png);
	background-size: 16px;
}

#sp_link_list li:nth-child(3) a {
	background-image: url(/img/common/ico_book3.png);
	background-size: 14px;
}

#sp_link_list li:nth-child(4) a {
	background-image: url(/img/common/ico_car2.png);
	background-size: 22px;
	background-position-x: 10px;
}

#sp_link_list li:nth-child(5) a {
	background-image: url(/img/common/ico_marker06.png);
	background-size: 8px;
	background-position-x: 18px;
}

#sp_menu_bottom {
	background-color: #003894;
	padding: 15px;
}

#sp_menu_bottom li {
	margin-bottom: 15px;
}

#sp_menu_bottom li a {
	color: #ffffff;
}
#sp_menu_bottom li a img {
	min-width: 29px;
}

#sp_sns_list {
	display: flex;
	gap: 25px;
	margin-top: 25px;
}

#sp_sns_list li {
	width: 29px;
}

#sp_menu_sns {
	margin: 15px 17px 0 8px;
}

#sp_menu_sns p {
	display: inline-block;
	margin-left: 15px;
}

#side_tab {
	z-index: 9999;
    position: fixed;
    top: 188px;
    right: 0;
}

#side_tab li {
	margin: 0 0 13px;
}

#head_lower {
	margin-top: 25px;
	background-color: #f3f2f1;
	padding: 15px 0;
}

#head_lower ul {
	font-size: 1.5rem;
}

#head_lower ul li {
	width: 140px;
	height: 45px;
	line-height: 45px;
	background-color: #9fa1bc;
	float: left;
	display: block;
	margin-left: 10px;
	text-align: center;
}

#head_lower ul li:nth-child(1) {
	margin-left: 0;
}

#head_lower ul li:nth-child(2) {
	background-color: #7fa1d7;
}

#head_lower ul li:nth-child(3) {
	background-color: #96cfd3;
}

#head_lower ul li:nth-child(4) {
	background-color: #a1cab6;
}

#head_lower ul li:nth-child(5) {
	background-color: #e1ce39;
}

#head_lower ul li:nth-child(6) {
	background-color: #ee8685;
}

#head_lower ul li:nth-child(7) {
	background-color: #f15d5c;
}

#head_lower ul li:nth-child(8) {
	background-color: #9aa4ae;
}

#head_lower ul li a {
	color: #ffffff;
	display: block;
	
}

/* ----------------------------------------------------
		フッター
---------------------------------------------------- */
#foot_logo img {
    height: 40px;
}
@media (width <= 768px) {
  #foot_logo img {
    width: 90%;
    height: auto;
    margin: 0 auto 2em;
  }
}
#foot_bnr {
	background-color: #f3f2f1;
	padding: 45px 0;
}

#foot_bnr .bx-wrapper {
	padding: 0 60px;
}

#foot_bnr .bx-prev, #foot_bnr .bx-next {
	display: none;
}

footer {
	background-color: #003894;
	padding: 50px 0 0;
	color: #ffffff;
	font-size: 1.4rem;
}
footer .foot_con {
  max-width: 1190px;
  padding-inline: 20px;
  margin: 0 auto;
}
footer a {
	color: #ffffff;
}
footer .foot_info_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3em;
}
footer .arrow_list li a::before {
	background: #ffffff;
}

footer .arrow_list li a::after {
	border-color: #3b3b3b;
}

footer #foot_left {
  min-width: 300px;
}
@media (width <= 768px) {
  footer #foot_left {
      min-width: unset;
  }
}
#foot_left li {
	display: inline-block;
}

#address {
	line-height: 2;
	margin-top: 35px;
}
@media (width <= 768px) {
  #address {
      font-size: 1rem;
      margin-top: 0;
  }
}
#address span {
	margin-right: 30px;
	display: inline-block;
}

#footer-btn {
  margin-top: 1em;
}

#footer-btn .btn_link_list {
	display: flex;
  flex-wrap: wrap;
  gap: 1em;
}
@media (width <= 768px) {
  #footer-btn .btn_link_list {
    font-size: .838rem;
  }
}
#footer-btn .btn_link_list li a {
  display: inline-block;
  border: 1px solid #ffffff;
  border-radius: 50vw;
  height: auto;
  line-height: 1;
  padding: .5em 25px;
}

#foot_right {
  flex: 1;
  min-width: 400px;
}

#foot_link_list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
  gap: 1.5em 1em;
}

#foot_sns {
  display: flex;
  justify-content: flex-end;
  gap: 1em;
}

#foot_sns li img {
	width: 100%;
}

#foot_lower {
	background-color: #012155;
	margin-top: 50px;
}

#copyright {
	text-align: center;
	letter-spacing: 1px;
	line-height: 2;
	padding-block: 1em;
}
@media (width <= 768px) {
  #copyright {
      font-size: .914rem;
      letter-spacing: 0;
      padding-block: 2em;
      margin-top: 20px;
  }
}
#copyright span {
	display: block;
}
@media (width <= 768px) {
  #copyright span {
      font-size: .838rem;
      margin-bottom: 2em;
  }
}
#to_top {
	background-color: rgba(254,225,0,1);
	width: 70px;
	height: 70px;
	border-radius: 50%;
	position: fixed;
	bottom: 85px;
	right: 50px;
	white-space: nowrap;
	text-indent: 100%;
	overflow: hidden;
	cursor: pointer;
	z-index: 99999;
	display: none;
}

#to_top::before {
	content: '';
	width: 15px;
	height: 15px;
	border: 0px;
	border-top: solid 3px #003894;
	border-right: solid 3px #003894;
	transform: rotate(315deg);
	position: absolute;
	top: 30px;
	left: 0;
	right: 0;
	margin: auto;
}

#to_top:hover {
	opacity: 0.7;
}

@media print {
	#to_top {
		display: none !important;
	}
}


/* ----------------------------------------------------
		パンくずリスト
---------------------------------------------------- */
#topic_path {
  font-size: 1.2rem;
  line-height: 1.3;
  padding: 1em;
  color: #999999;
  font-weight: 500;
  border-bottom: 1px solid #dcdddd;
}
@media (width <= 768px) {
  #topic_path {
    font-size: .838rem;
    padding: .8em;
  }
}
#topic_path li{
	display: inline;
}
@media (width <= 768px) {
  #topic_path li {
    font-size: .838rem;
  }
}
#topic_path li a {
	color: #999999;
}

#topic_path img {
	vertical-align: top;
}

#topic_path li:before {
	display: inline-block;
	margin: 0 12px 0 7px;
	content: '';
	width: 7px;
	height: 7px;
	border: 0px;
	border-top: solid 1px #999999;
	border-right: solid 1px #999999;
	transform: rotate(45deg);
}

#topic_path li:first-child:before{
	border: none;
	margin: 0;
}


/* ----------------------------------------------------
		見出し
---------------------------------------------------- */
#head_title {
	background-repeat: no-repeat;
	background-size: contain;
	height: 0;
	padding-top: 9.4%;
	position: relative;
}

#head_title div {
	position: absolute;
	left: calc(50% - 600px);
	top: calc(50% - 25px);
	color: #ffffff;
}

#head_title div h1 {
	font-size: 3rem;
	font-weight: normal;
	line-height: 1.2;
	letter-spacing: 5px;
	padding: 5px 0 0 50px;
	background-repeat: no-repeat;
	background-position: left center;
	text-shadow: 0px 0px 10px rgba(192,176,160,0.75);
	background-blend-mode: multiply;
}

#head_title div h2 {
	font-size: 1.2rem;
	font-family: 'Dosis', sans-serif;
	font-weight: normal;
	letter-spacing: 2px;
	line-height: 1.2;
	padding-left: 50px;
	text-shadow: 0px 0px 10px rgba(192,176,160,0.75);
}

#head_title div h3 {
	font-size: 3rem;
	font-weight: normal;
	line-height: 1.2;
	letter-spacing: 5px;
	padding: 5px 0 0 50px;
	background-repeat: no-repeat;
	background-position: left center;
	text-shadow: 0px 0px 10px rgba(192,176,160,0.75);
	background-blend-mode: multiply;
}

#head_title div h4 {
	font-size: 1.2rem;
	font-family: 'Dosis', sans-serif;
	font-weight: normal;
	letter-spacing: 2px;
	line-height: 1.2;
	padding-left: 50px;
	text-shadow: 0px 0px 10px rgba(192,176,160,0.75);
}

.link_box h1 {
	font-size: 2.4rem;
	font-weight: normal;
	line-height: 1.3;
	border-bottom: 3px solid #bdcfec;
	padding: 0 0 10px 5px;
	margin-bottom: 1em;
}
.cmn_h2 {
  color: #003894;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.4;
  border-left: 7px solid #b2c3df;
  padding: .3em .5em;
  margin-bottom: 1.2em;
}
@media (width <= 768px) {
  .cmn_h2 {
    font-size: 1.6rem;
    border-width: 6px;
    margin-bottom: min(50px, 7dvw);
  }
}
.cmn_h2._bg {
  color: #fff;
  background: #003894;
}
.cmn_h3 {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
  border-left: 5px solid #003894;
  padding: 0 .5em;
  margin-bottom: 1.2em;
}
@media (width <= 768px) {
  .cmn_h3 {
    font-size: 1.295rem;
    border-width: 4px;
    margin-bottom: min(50px, 7dvw);
  }
}
.cmn_h3._bg {
  color: #fff;
  background: #003894;
  padding: .3em .5em;
}
@media (width <= 768px) {
  .cmn_table {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
}
.cmn_table tr {
  display: flex;
  gap: 1em;
  background: #fff;
  border-bottom: 1px solid #dcdddd;
  padding: 1.3em 1em;
}
@media (width <= 768px) {
  .cmn_table tr {
    flex-direction: column;
    gap: 0;
    padding: 0;
  }
  .cmn_table tr:first-child {
    border-top: 1px solid #dcdddd;
  }
}
@media screen and (min-width: 769px) {
  .cmn_table tr:nth-child(even) {
    background: #f6faff;
  }
}
.cmn_table th {
  font-family: "Zen Kaku Gothic New", sans-serif;
  width: 25%;
  color: #003894;
  text-align: left;
  line-height: 1.5;
  overflow-wrap: anywhere;
  word-break: keep-all;
}
@media (width <= 768px) {
  .cmn_table th {
    width: 100%;
    font-size: 1.219rem;
    background: #f6faff;
    padding: 1em 1.2em;
  }
}
.cmn_table td {
  flex: 1;
  line-height: 1.6;
}
@media (width <= 768px) {
  .cmn_table td {
    font-size: 1.067rem;
    background: #fff;
    padding: 1em 1.2em 1.7em;
  }
}
.cmn_access_map .cmn_access_map_box {
  margin-bottom: 2em;
}
@media (width <= 768px) {
  .cmn_access_map .cmn_access_map_box {
    margin-bottom: 3.5em;
  }
}
.cmn_access_map .cmn_access_map_box iframe {
  width: 100%;
}
@media (width <= 768px) {
  .cmn_access_map .cmn_access_map_box iframe {
    height: 350px;
  }
}

/* ----------------------------------------------------
		上部フォーム
---------------------------------------------------- */
#upper_form {
}

#upper_search_form {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1.5em .5em;
	margin-bottom: 2em;
	position: relative;
	padding: 25px;
	background-color: #EDF2F9;
	color: #003894;
}
@media (width <= 768px) {
  #upper_search_form {
    flex-direction: column;
    gap: 1em;
  }
}
#upper_search_form input::placeholder {
	color: #003894;
}
@media (width <= 768px) {
  #upper_search_form input::placeholder {
    font-size: 1.067rem;
  }
}
#upper_search_form > span {
	font-size: 18px;
}

#upper_search_form input[type="text"], #upper_search_form select, .search_balloon_btn {
	background-color: #ffffff;
	border: 1px solid #c5c5c5;
	box-sizing: border-box;
	border-radius: 5px;
	width: 183px;
	display: inline-block;
	position: relative;
  padding: .8em .5em;
}
@media (width <= 768px) {
  #upper_search_form input[type="text"], #upper_search_form select, .search_balloon_btn {
    width: 100% !important;
    font-size: 1.067rem;
  }
}
.search_balloon_btn::after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 9px 5.5px 0 5.5px;
	border-color: #003894 transparent transparent transparent;
	content: "";
	position: absolute;
	right: 10px;
  top: 50%;
  translate: 0 -50%;
}

#upper_search_submit {
	border: none;
	border-radius: 5px;
	color: #fcfaf6;
	display: inline-block;
	text-align: center;
	width: 220px;
	background-color: #003894;
	font-size: 1.6rem;
	color: #ffffff;
	font-weight: bold;
  padding: .5em;
}
@media (width <= 768px) {
  #upper_search_submit {
    width: fit-content;
    text-align: center;
    margin: 1rem auto;
    display: block;
    float: none;
    font-size: 1.067rem;
  }
}
.search_balloon_box {
	position: relative;
	display: inline-block;
}
@media (width <= 768px) {
  .search_balloon_box {
    width: 100%;
  }
}
.search_balloon {
	background-color: #ffffff;
	color: inherit;
	border: 1px solid #c5c5c5;
	border-radius: 5px;
	padding: 0 20px 20px;
	box-sizing: border-box;
	position: absolute;
	top: 60px;
	left: 5px;
	z-index: 99;
	display: none;
	width: 310px;
}

.search_balloon::before {
	content: "";
	background-color: #ffffff;
	border-top: 1px solid #c5c5c5;
	border-right: 1px solid #c5c5c5;
	width: 18px;
	height: 18px;
	position: absolute;
	top: -11px;
	left: 20px;
	transform:rotate(-45deg);
}

#genre_search_box {
	width: 518px;
}

#period_search_box {
	width: 835px;
	padding-top: 35px;
	left: -100px;
}

#period_search_box.search_balloon::before {
	left: 120px;
}

.balloon_close {
	position: absolute;
	top: 0px;
	right: 10px;
	font-size: 3rem;
	font-weight: bold;
  line-height: 1;
	cursor: pointer;
}

.search_balloon li {
	display: inline-block;
	margin: 20px 0 0 0;
	vertical-align: top;
}

#genre_search_box.search_balloon li {
  display: inline-block;
	float: left;
	width: 237px;
	margin: 20px 0 0 0;
	vertical-align: top;
}

#area_search_box li:nth-child(odd) {
	width: 150px;
}

.search_calendar_box {
	margin-left: 20px;
	width: 250px;
	float: left;
}

.search_calendar_box:first-of-type {
	margin-left: 0;
}

.search_calendar_head {
	position: relative;
}

.search_calendar_date {
	text-align: center;
	font-size: 1.8rem;
	font-weight: bold;
}
@media (width <= 768px) {
  .search_calendar_date {
    font-size: 1.143rem;
  }
}
.search_calendar_prev a, .search_calendar_next a {
	width: 50px;
	height: 20px;
	line-height: 20px;
	box-sizing: border-box;
	font-weight: bold;
	font-size: 1.2rem;
	display: block;
	color: #ffffff;
	border-radius: 3px;
	position:absolute;
	top: 0;
	background-color: #003894;
}

.search_calendar_prev a {
	left: 0;
}

.search_calendar_next a {
	right: 0;
	text-align: left;
	padding-left: 10px;
}

.search_calendar_prev a::before, .search_calendar_next a::after {
	content: '';
	width: 5px;
	height: 5px;
	border: 0px;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	transform: rotate(45deg);
	top: 50%;
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
}

.search_calendar_prev a::before {
	margin-right: 5px;
	transform: rotate(-135deg);
}

.search_calendar {
	margin-top: 10px;
}

.search_calendar th, .search_calendar td {
	text-align: center;
	vertical-align: middle;
	height: 36px;
	width: 36px;
	line-height: 30px;
}

.search_calendar th {
	font-size: 1.2rem;
}
@media (width <= 768px) {
  .search_calendar th {
    font-size: 1rem;
  }
}
.search_calendar td div {
	cursor: pointer;
	width: 30px;
	height: 30px;
}
@media (width <= 768px) {
  .search_calendar td div {
    font-size: 1rem;
  }
}
.search_calendar td .search_select_date {
	color: #fff;
	background-color: #5b80bb;
	border-radius: 50%;
}


#search_condition {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1em;
}
@media (width <= 768px) {
  #search_condition {
    align-items: flex-start;
    flex-direction: column;
    gap: .5em;
  }
}
#search_condition h1 {
	color: #003894;
	display: inline-block;
	vertical-align: top;
	line-height: 1.5;
}

#search_condition h1::after {
	content: "|";
	display: inline-block;
	margin-left: 10px;
}

#search_condition dl {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: .5em;
	font-size: 1.4rem;
	line-height: 1.5;
}
@media (width <= 768px) {
  #search_condition dl {
    font-size: .99rem;
  }
}
#search_condition dt {
  min-width: 5em;
	font-weight: bold;
}

#search_condition dt::after {
	content: ":";
	display: inline-block;
	margin-left: 5px;
}

#search_condition dd {
	position: relative;
	color: #ffffff;
  font-size: 1.2rem;
	background-color: #003894;
	border-radius: 5px;
  padding: .3em 2em .1em 1em;
}
@media (width <= 768px) {
  #search_condition dd {
    font-size: .838rem;
  }
}
#search_condition .ico_cross {
	cursor: pointer;
	position: absolute;
  top: 50%;
	right: 3px;
  translate: 0 -50%;
}


/* ----------------------------------------------------
		HOT WORDS
---------------------------------------------------- */
#hot_word {
	padding: 15px;
	line-height: 36px;
}

#hot_word dt {
	background-color: #fee100;
	position: relative;
	float: left;
	width: 120px;
	height: 36px;
	color: #003894;
	text-align: center;
	font-weight: bold;
}

#hot_word dt::after{
	content: "";
	position: absolute;
	top: 0;
	right: -12px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 18px 0 18px 12px;
	border-color: transparent transparent transparent #fee100;
}

#hot_word dd {
	float: left;
	padding: 0 15px;
	position: relative;
	max-width: 1000px;
}

#hot_word dd:first-of-type {
	padding-left: 30px;
}

#hot_word dd:before {
	content: "";
	width: 1px;
	height: 17px;
	background-color: #3b3b3b;
	position: absolute;
	top: 12px;
	left: 0;
}

#hot_word dd:first-of-type:before {
	display: none;
}

#hot_word dd a {
	text-decoration: underline;
	margin-right: 10px;
	color: #666666;
}

#hot_word_more {
	position: absolute;
	top: 5px;
	right: 0;
	width: 100px;
	height: 30px;
	line-height: 30px;
}

#hot_word_more a {
	display: block;
	border-radius: 3px;
	box-sizing: border-box;
	position: relative;
	background-color: #fcfaf6;
	border: 1px solid #a4a09a;
	text-align: center;
	font-family: 'Dosis', sans-serif;
	font-size: 1.8rem;
}

#hot_word_more a::after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 2.5px 0 2.5px 5px;
	border-color: transparent transparent transparent #3b3b3b;
	content: "";
	position: absolute;
	top: 14px;
	right: 6px;
}


/* ----------------------------------------------------
		右ナビ
---------------------------------------------------- */
.side_title {
  font-weight: bold;
  font-size: 2rem;
  background-repeat: no-repeat;
  line-height: 1.4;
  position: relative;
  color: #003894;
  border-bottom: 1px solid #dcdddd;
  overflow-wrap: anywhere;
  word-break: keep-all;
  padding-bottom: 0.3em;
  margin-bottom: 1em;
}
@media (width <= 768px) {
  .side_title {
    font-size: 1.6rem;
  }
}
.side_title::before {
	content: '';
	position: absolute;
	bottom: -2px;
	width: 25%;
	height: 2px;
	background: #003894;
}
#sub_box section:first-of-type .side_title {
	margin-top: 0;
}

#side_search .side_title {
	background-image: none !important;
}

#side_search .side_title::after {
	display: none;
}

#side_link {
	margin-bottom: 30px;
}

#side_link li {
	border-bottom: 1px solid #d5d3ce;
}

#side_link li:first-child {
	border-top: 1px solid #d5d3ce;
}

#side_link li a {
	display: block;
	height: 50px;
	line-height: 50px;
	padding: 0 10px;
	position: relative;
	font-weight: bold;
}

#side_link li a.title {
	background-color: #EDF2F9;
	text-align: center;
}

#side_link li a.title::before {
	background-repeat: no-repeat;
	background-size: 30px;
	background-image: url(/img/useful/ico_cap.png);
	content: "";
	width: 30px;
	height: 30px;
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
}

#side_link li a:hover, #side_link li a.active {
	color: #003894;
}

#side_link li a::after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3px 0 3px 6px;
	border-color: transparent transparent transparent #3b3b3b;
	content: "";
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -3px;
}

.side_recommend,
.side_recommend2 {
  background-color: #edf2f9;
  padding: 2em 1.4em 3em;
  margin-top: 2em;
}
@media (width <= 768px) {
  .side_recommend,
  .side_recommend2 {
    display: none;
  }
}
.side_recommend_list li {
	padding: 15px 0;
	position: relative;
}

.side_recommend_img img {
	width: 100%;
	margin-bottom: 5px;
}

.side_recommend_txt h4 {
  line-height: 1.3;
  font-size: 1.7rem;
  color: #003894;
  margin-bottom: .2em;
}

.side_recommend_txt p {
	line-height: 1.7;
}

.side_recommend_box2 {
	padding: 15px 0;
}

.side_recommend_box2 a {
	display: block;
}

.side_recommend_box2 img {
	width: 100%;
  margin-bottom: 5px;
}

.side_recommend_box2 h4 {
  color: #3b3b3b;
  font-size: 1.7rem;
  line-height: 1.3;
  margin-bottom: .2em;
}
@media (width <= 768px) {
  .side_recommend_box2 h4 {
    font-size: 1.524rem;
  }
}

.side_recommend_box2 p {
	line-height: 1.7;
}
@media (width <= 768px) {
  .side_recommend_box2 p {
    font-size: 1.143rem;
  }
}
.side_recommend_box2 figure img {
  margin-bottom: .5em;
}
@media (width <= 980px) {
  .side_recommend .side_recommend_list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 1em 1.5em;
  }
}
.side_recommend .side_recommend_list a {
  display: block;
  margin-bottom: 1em;
}
.side_recommend .side_recommend_list .side_recommend_img {
  width: 100%;
  height: auto;
  aspect-ratio: 2 / 1;
}
.side_recommend .side_recommend_list .side_recommend_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.side_recommend .side_recommend_list a.side_recommend_box {
  margin-bottom: 2em;
}
.side_recommend .side_recommend_list._topics {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 2em;
}
@media (width <= 980px) {
  .side_recommend .side_recommend_list._topics {
    flex-direction: column;
  }
}
#side_form {
	background-color: #EDF2F9;
	padding: 25px 15px;
}

#side_form h2 {
	font-size: 1.4rem;
	margin: 20px 0 5px;
}

#side_form h2:first-child {
	margin-top: 0;
}

#side_form h3 {
	font-size: 1.6rem;
	margin: 20px 0 10px;
	color: #003894;
}

#side_form h3:first-child {
	margin-top: 0;
}

#side_form input[type="text"] {
	border: 1px solid #dcdddd;
	box-sizing: border-box;
	height: 50px;
	line-height: 50px;
	padding: 0 30px 0 5px;
	width: 100%;
	background: #ffffff url(/img/common/ico_search.png) no-repeat right 5px center;
}

#side_form input::placeholder {
	color: #003894;
}

#side_form button {
	border: none;
	border-radius: 5px;
}
@media (width <= 980px) {
  #side_form p:has(button) {
    text-align: center;
  }
}

#side_form li {
	margin-top: 5px;
	line-height: 1.3;
}

#side_search_area_list li {
	display: inline-block;
	margin-right: 20px;
}

#side_course,
#side_feature {
  background-color: #f3f2f1;
  padding: 2em 1.4em 3em;
  margin-top: 2em;
}
@media (width <= 768px) {
  #side_course, #side_feature {
    padding: 1.7em 1.2em 2em;
    margin-top: 2em;
  }
}

.side_ranking {
	background-color: #f7f7f7;
	padding: 25px 20px;
	margin-top: 30px;
}

.side_ranking .view_cnt {
	font-size: 1.2rem;
	color: #003894;
	margin-left: 5px;
	position: absolute;
	top: 0;
	right: 0;
}

.side_ranking .side_recommend_box {
	margin-top: 10px;
}

.side_ranking .side_recommend_list li {
	padding-top: 0;
}

.side_ranking .side_recommend_list li strong {
	white-space: nowrap;
	text-indent: 100%;
	overflow: hidden;
	display: block;
}

.side_ranking .side_recommend_list li strong::before {
	content: "";
	display: block;
	background: url(/img/common/ico_rank01_2.png) no-repeat;
	width: 26px;
	height: 59px;
	position: absolute;
	top: 7px;
	left: 10px;
}

.side_ranking .side_recommend_list li:nth-child(2) strong::before {
	background-image: url(/img/common/ico_rank02_2.png);
}

.side_ranking .side_recommend_list li:nth-child(3) strong::before {
	background-image: url(/img/common/ico_rank03_2.png);
}

#side_qr {
	border: 1px solid #003894;
	margin-top: 20px;
}

#side_qr div {
	font-weight: normal;
	font-size: 1.8rem;
	line-height: 1.2;
	padding: 15px;
	position: relative;
	color: #ffffff;
	background: #003894;
	text-align: center;
}

#side_qr p {
	text-align: center;
	padding: 15px;
	border-right: 1px solid #3a3a3a;
	border-left: 1px solid #3a3a3a;
	border-bottom: 1px solid #3a3a3a;
}
#side_bnr {
  text-align: center;
  margin-top: 2em;
}
@media (width <= 768px) {
  #side_bnr {
    display: none;
  }
}


/* ----------------------------------------------------
		ブロック要素
---------------------------------------------------- */
.f_left {
	float: left !important;
}

.f_right {
	float: right !important;
}

.table_box {
	display: table;
}

.table_box_cell {
	display: table-cell;
	vertical-align: top;
}

.content2_1 {
	width: 48%;
	float: left;
}

.content2_2 {
	width: 48%;
	float: right;
}

.content3_1 , .content3_2 , .content3_3 {
	width: 32%;
	float: left;
}

.content3_2 {
	margin-right: 2%;
	margin-left: 2%;
}

.content4_1 , .content4_2 , .content4_3 , .content4_4 {
	width: 22%;
	float: left;
}

.content4_2 {
	margin-left: 4%;
	margin-right: 4%;
}

.content4_3 {
	margin-right: 4%;
}

.two_col_list:after, .three_col_list:after, .three_col_list:after, .four_col_list:after, .five_col_list:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.two_col_list li {
	float: left;
	width: 49%;
	margin-top: 2%;
}

.two_col_list li:nth-child(2n) {
	margin-left: 2%;
}

.three_col_list li {
	float: left;
	width: 32%;
	margin-right: 2%;
}

.four_col_list li {
	float: left;
	width: 23.5%;
	margin-right: 2%;
}

.five_col_list li {
	float: left;
	width: 18.5%;
	margin-right: 1.5%;
}

.three_col_list li:nth-child(3n), .four_col_list li:nth-child(4n), .four_col_list li:nth-child(5n) {
	margin-right: 0;
}

.clearfix {
	min-height: 1px;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.box_center {
	margin-left: auto;
	margin-right: auto;
}

.width_max {
	width: 100% !important;
}

.box_hide {
	display: none;
}

.hide {
	opacity: 0;
}

.line {
	border: none;
	height: 6px;
	border-top: 2px solid #a4a09a;
	border-bottom: 1px solid #a4a09a;
	margin: 30px 0;
}

.line2 {
	height: 0;
	border: none;
	border-top: 2px solid #a4a09a;
	margin: 30px 0;
}

.sp_br {
	display: none;
}


/* ----------------------------------------------------
		余白
---------------------------------------------------- */
.no_margin {
	margin: 0 !important;
}

.top_margin_5 {
	margin-top: 5px !important;
}

.top_margin_10 {
	margin-top: 10px !important;
}

.top_margin_15 {
	margin-top: 15px !important;
}

.top_margin_20 {
	margin-top: 20px !important;
}

.top_margin_30 {
	margin-top: 30px !important;
}

.top_margin_40 {
	margin-top: 40px !important;
}

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

.left_margin_5 {
	margin-left: 5px !important;
}

.left_margin_10 {
	margin-left: 10px !important;
}

.left_margin_20 {
	margin-left: 20px !important;
}

.left_margin_30 {
	margin-left: 30px !important;
}

.right_margin_5 {
	margin-right: 5px !important;
}

.right_margin_10 {
	margin-right: 10px !important;
}

.right_margin_20 {
	margin-right: 20px !important;
}

.right_margin_30 {
	margin-right: 30px !important;
}

.left_padding_10 {
	padding-left: 10px !important;
}

.left_padding_20 {
	padding-left: 20px !important;
}

.left_padding_30 {
	padding-left: 30px !important;
}

.right_padding_10 {
	padding-right: 10px !important;
}

.right_padding_20 {
	padding-right: 20px !important;
}

.right_padding_30 {
	padding-right: 30px !important;
}


/* ----------------------------------------------------
		文字列・インライン要素
---------------------------------------------------- */
.txt_font_s {
	font-size: 1.2rem !important;
}

.txt_font_l {
	font-size: 1.8rem !important;
}

.txt_font_2l {
	font-size: 2.0rem !important;
}

.font_bold {
	font-weight: bold !important;
}

.txt {
	line-height: 1.5 !important;
}

.txt_s {
	line-height: 1.2 !important;
}

.txt_l {
	line-height: 1.8 !important;
}

.txt_center {
	text-align: center !important;
}

.txt_right {
	text-align: right !important;
}

.txt_left {
	text-align: left !important;
}

.inline_block {
	display: inline-block;
}

.vertical_top {
	vertical-align: top !important;
}

.vertical_middle {
	vertical-align: middle !important;
}

.link_underline {
	text-decoration: underline;
}

.txt_hide {
	white-space: nowrap;
	text-indent: 100%;
	overflow: hidden;
}

.nowrap {
	white-space: nowrap;
}

.round_img {
	border-radius: 10px;
}

.pointer {
	cursor: pointer;
}

.caution {
	color: #a33535;
}

.btn_link,
.btn_link_l {
  border-radius: 5px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  font-size: 1.6rem;
  width: min(260px, 100%);
  position: relative;
  background-color: #003894;
  font-weight: bold;
  color: #ffffff;
  padding: .5em;
  margin: auto;
}
@media (width <= 768px) {
  .btn_link, .btn_link_l {
    width: min(280px, 100%);
    font-size: 1.067rem;
  }
}

.f_zenkaku {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}

/* ----------------------------------------------------
		リスト
---------------------------------------------------- */
.disc_list {
	list-style-type: disc;
	margin-left: 20px;
	line-height: 1.5;
}

.inline_list li {
	display: inline;
}

.list_margin_none li {
	margin-top: 0 !important;
}
.list_margin_10 li {
	margin-top: 10px;
}

.list_margin_20 li {
	margin-top: 20px;
}

.arrow_list li a {
	display: block;
	position: relative;
	line-height: 1.3;
	padding-left: 17px;
}

.arrow_list li a::before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6.5px 0 6.5px 10px;
	border-color: transparent transparent transparent #003894;
	position: absolute;
	top: calc(50% - 6.5px);
	left: 0;
}


/* ----------------------------------------------------
		タイトル
---------------------------------------------------- */
.headline {
	font-size: 3.6rem;
	font-weight: normal;
	line-height: 1.2;
	text-align: center;
	margin-bottom: 20px;
}

.subheading {
	font-size: 3.2rem;
	font-weight: normal;
	line-height: 1.2;
	text-align: center;
	margin-bottom: 1em;
}

.border_title {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 3.5rem;
	font-weight: normal;
	position: relative;
	text-align: center;
	letter-spacing: 3px;
}

.border_title:before, .border_title:after {
	content: "";
	width: 50%;
	height: 3px;
	border-top: 2px solid #5b80bb;
	border-bottom: 1px solid #5b80bb;
}

.border_title:before {
	left: 0;
	margin-right: 20px;
}

.border_title:after {
	right: 0;
	margin-left: 20px;
}

.subtitle {
	font-size: 3.2rem;
	line-height: 1.2;
	font-weight: normal;
}


/* ----------------------------------------------------
		コンンテンツ
---------------------------------------------------- */
.area {
  font-size: 1.6rem;
  width: 50px;
  height: 50px;
  background-color: #3b3b3b;
  color: #ffffff;
  text-align: center;
  border-radius: 50vw;
  display: grid;
  place-content: center;
  margin: auto;
}
@media (width <= 768px) {
  .area {
    width: 45px;
    height: 45px;
    font-size: .762rem;
  }
}

.area01 {
	background-color: #008cd6;
}

.area02 {
	background-color: #e73a7b;
}

.area03 {
	background-color: #00a896;
}

.area04 {
	background-color: #d7c42e;
}

.area05 {
	background-color: #7bc1c6;
}

.area06 {
	background-color: #75b596;
}

.area07 {
	background-color: #9fa1bc;
}

.area08 {
	background-color: #f15d5c;
}

.area99 {
	background-color: #c5b746;
}

.area_list li {
	display: inline-block;
}

.area_list .area {
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 1.3rem;
}
@media (width <= 768px) {
  .area_list .area {
    width: max(3em, 40px);
    height: max(3em, 40px);
    font-size: .762rem;
  }
}
.category {
	font-size: 1.4rem;
	min-width: 100px;
	height: 26px;
	display: inline-block;
	line-height: 26px;
	padding: 0 10px;
	box-sizing: border-box;
	color: #003894;
	text-align: center;
	border: 1px solid #003894;
}
#spot_main_wrap .spot_btn-wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
  padding-block: 0 1em;
}
@media (width <= 768px) {
  #spot_main_wrap .spot_btn-wrap {
    padding-block: 0;
  }
}
.spot_btn_list {
  display: flex;
  align-items: center;  
  flex-wrap: wrap;
  gap: .5em;
  margin-bottom: 1em;
}
@media (width <= 768px) {
  .spot_btn_list {
    gap: 5px;
    margin-bottom: 2.5em;
  }
}
.spot_btn {
  display: flex;
  align-items: center;
  gap: .5em;
  font-size: 1.4rem;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
  border-radius: 8px;
  background-color: #003894;
  padding: .3em 1em;
}
@media (width <= 768px) {
.spot_btn {
  font-size: 1rem;
  border-radius: 4px;
}
}
.spot_btn.favorite,
.spot_btn.favorite2 {
  background-color: #e7397a;
}

.spot_btn.favorite::before,
.spot_btn.favorite2::before {
  content: "";
  display: inline-block;
  width: 1.1em;
  height: 1.1em;
  background: url(/img/common/ico_heart.svg) no-repeat center / contain;
}
@media (width <= 768px) {
  .spot_btn.favorite::before,
  .spot_btn.favorite2::before {
    width: 1.4em;
    height: 1.4em;
  }
}

.spot_btn.favorite2 {
  width: fit-content;
	font-size: 1.3rem;
	margin-bottom: 10px;
}
@media (width <= 768px) {
  .spot_btn.favorite2 {
    font-size: .914rem;
  }
}
.spot_btn.favorite2::before {
  height: auto;
  aspect-ratio: 4 / 3;
  background: url(/img/common/ico_heart02.png) no-repeat center / contain;
}

.spot_btn.calendar {
  background: #4285f4;
}
.spot_btn.calendar::before {
  content: "";
  display: inline-block;
  width: 1.1em;
  height: 1.1em;
  background: url(/img/common/ico_calendar.svg) no-repeat center / contain;
  filter: brightness(0) invert(1);
}
@media (width <= 768px) {
  .spot_btn.calendar::before {
    width: 1.4em;
    height: 1.4em;
  }
}

.spot_btn.gmap {
	border-radius: 5px;
	display: inline-block;
	font-family: "Noto Sans JP", sans-serif;
	text-align: center;
	text-decoration: none;
	font-size: 1.6rem;
	box-sizing: border-box;
	width: 300px;
	position: relative;
	background-color: #003894;
	font-weight: bold;
  line-height: 1.4;
	color: #ffffff;
  padding: .5em;
}
@media (width <= 768px) {
  .spot_btn.gmap {
    font-size: 1.067rem;
  }
}
.share_btn_list {
  display: flex;
  gap: 1.5em;
}
#spot_internal_link {
	display: grid;
	gap: .8em;
	grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
	border-top: 1px solid #dcdddd;
  padding-block: 2em 3.5em;
}
#spot_internal_link li {
	display: inline-block;
	height: auto;
	line-height: 30px;
	font-size: 2rem;
	font-weight: bold;
}
#spot_internal_link li a {
	display: block;
	font-family: 'Noto Sans JP', sans-serif;
	color: #003893;
	font-size: 1.6rem;
	line-height: 1.5;
	background: #F6FAFF;
	border: 1px solid #003893;
	border-radius: 5px;
	padding: .5em 1.2em .5em .5em;
}
#spot_internal_link li a::before {
  width: 10px;
  height: 10px;
  top: calc(50% - 5px);
  right: 1em;
  left: unset;
  border: none;
  background: url('/img/common/ico_arrow_s.svg') no-repeat center / contain;
  rotate: 90deg;
  margin-top: unset;
}
.youtube {
	padding-top: 56.25%;
	position: relative;
	width: 100%;
}
.youtube iframe {
	height: 100% !important;
	position: absolute;
	right: 0;
	top: 0;
	width: 100% !important;
}

.lede_box h1 {
	font-size: 3.2rem;
	font-weight: normal;
	line-height: 1.2;
	margin-bottom: 10px;
}

.lede_box p {
	font-size: 1.6rem;
	line-height: 1.5;
}

.lede_box > p:last-of-type {
	margin-bottom: 2em;
}

.arrow {
	position: relative;
	padding-left: 20px;
}

.arrow::before {
	content: '';
	width: 15px;
	height: 15px;
	background: #003894;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -7px;
}

.arrow::after {
	content: '';
	width: 4px;
	height: 4px;
	border: 0px;
	border-top: solid 1px #e6e1d9;
	border-right: solid 1px #e6e1d9;
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	left: 4px;
	margin-top: -2px;
}

.trim_img {
	position: relative;
	overflow: hidden;
	width:100%;
	padding-top: 75%;
}

.trim_img img {
	width: 100%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.prev, .next {
	position: relative;
}

.prev a, .next a {
	width: 50px;
	height: 50px;
	display: block;
	border-radius: 50%;
	position:absolute;
	top: calc(50% - 25px);
	background-color: #00a896;
	white-space: nowrap;
	text-indent: 100%;
	overflow: hidden;
}

.prev a {
	left: 0;
}

.next a {
	right: 0;
}

.prev a::before, .next a::after {
	content: '';
	width: 15px;
	height: 15px;
	border: 0px;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	transform: rotate(45deg);
	position: absolute;
	top: calc(50% - 8px);
	right: 20px;
}

.prev a::before {
	transform: rotate(-135deg);
	left: 20px;
}
.cmn_accordion {
  position: relative;
  height: 340px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #406c8c;
  border-radius: 10px;
  margin-bottom: min(80px, 10vw);
  transition: height .5s cubic-bezier(0.44, -0.12, 0.25, 1.07);
}
@media (width <= 768px) {
  .cmn_accordion {
    height: 400px;
  }
}
.cmn_accordion::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 50%;
  width: 100%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 45%);
  z-index: 0;
  transition: opacity .5s ease, z-index .5s ease;
}
.cmn_accordion.active::after {
  opacity: 0;
  z-index: -1;
}
.cmn_accordion .cmn_accordion_ttl {
  color: #003894;
  font-size: 2rem;
  background: #ffffff;
}
.cmn_accordion .cmn_accordion_ttl:not(._index) {
  padding: .85em 1em;
}
@media (width <= 768px) {
  .cmn_accordion .cmn_accordion_ttl:not(._index) {
    font-size: 1.143rem;
    padding-block: 1.3em;
  }
}
.cmn_accordion .cmn_accordion_ttl:not(._index)::after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #dcdddd;
}
.cmn_accordion .cmn_accordion_ttl._index {
  display: flex;
  align-items: center;
  color: #ffffff;
  background: #003894;
  padding: .75em;
}
@media (width <= 768px) {
  .cmn_accordion .cmn_accordion_ttl._index {
    font-size: 1.524rem;
    padding: .5em 1em;
  }
}
.cmn_accordion .cmn_accordion_ttl._index::before {
  content: '';
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background: url("/img/common/ico_index.svg") no-repeat center / contain;
  vertical-align: middle;
  margin-right: .7em;
}
@media (width <= 768px) {
  .cmn_accordion .cmn_accordion_ttl._index::before {
    width: 1.3em;
    height: 1.3em;
  }
}
.cmn_accordion .inner {
  padding: 2em;
}
@media (width <= 768px) {
  .cmn_accordion .inner {
    padding: 2em 1em;
  }
}
.cmn_accordion:has(._index) .inner {
  padding: 1em 2em;
}
@media (width <= 768px) {
  .cmn_accordion:has(._index) .inner {
    padding: 1em;
  }
}
.cmn_accordion.active .inner {
  margin-bottom: 120px;
}
.cmn_accordion .cmn_accordion_lists li a {
  display: block;
  color: #003894;
  font-size: 1.6rem;
  line-height: 1.4;
  border-bottom: 1px solid #dcdddd;
  text-indent: -2.2em;
  padding: 1em 0 1em 2.2em;
}
@media (width <= 768px) {
.cmn_accordion .cmn_accordion_lists li a {
  font-size: 1.143rem;
  line-height: 1.7;
  text-indent: -1.7em;
  padding: 1em 0 1em 1.8em;
}
}
.cmn_accordion .cmn_accordion_lists li a::before {
  content: '';
  display: inline-block;
  width: 1.15em;
  height: 1.15em;
  background: url("/img/common/ico_circle_arrow.svg") no-repeat center / contain;
  vertical-align: sub;
  margin-right: 1em;
  rotate: 90deg;
}
@media (width <= 768px) {
  .cmn_accordion .cmn_accordion_lists li a::before {
    margin-right: .5em;
  }
}
.cmn_accordion .cmn_accordion_btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
  width: min(200px, 58.5vw);
  color: #003894;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
  background: #f6faff;
  border: 2px solid #003894;
  border-radius: .7em;
  padding: .7em 1em;
  cursor: pointer;
  margin: 2em auto 3em;
  transition: opacity 0.3s ease, bottom 0.3s ease;
  z-index: 10;
}
@media (width <= 768px) {
  .cmn_accordion .cmn_accordion_btn {
    width: max(50%, 190px);
    font-size: 1.143rem;
    border-width: 1px;
    border-radius: .3em;
    padding: .8em 1em;
    margin: 2em auto 2.5em;
  }
}
.cmn_accordion .cmn_accordion_btn::after {
  content: '';
  display: inline-block;
  width: .9em;
  height: .9em;
  background: url("/img/common/ico_arrow_s.svg") no-repeat center / contain;
  rotate: 90deg;
  vertical-align: baseline;
  margin-left: .8em;
}
@media (width <= 768px) {
.cmn_accordion .cmn_accordion_btn::after {
    width: .7em;
    height: .7em;
    vertical-align: 1px;
    margin-left: .5em;
}
}
@media (any-hover: hover) {
  .cmn_accordion .cmn_accordion_btn:hover {
    opacity: 0.8;
  }
}
.cmn_accordion .cmn_accordion_btn.active::after {
  background-image: url("/img/common/ico_index_close.svg");
}

/* ----------------------------------------------------
		ページング
---------------------------------------------------- */
.pagination_box {
	margin-bottom: 3.5%;
}

.page_result {
	float: left;
	font-size: 1.4rem;
	color: #003894;
}

.page_result span {
	font-size: 1.6rem;
	margin-right: 5px;
	color: #111111;
}

.page_result span strong {
	font-size: 2.8rem;
	color: #003894;
}

.pagination{
	color: #003894;
	text-align: center;
}

.pagination li {
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	background-color: #ffffff;
	text-align: center;
}

.pagination li.page_no {
	margin-right: 5px;
}

.pagination li.current {
	background-color: #e3edf3;
}

.pagination li a {
	display: block;
	color: #003894;
}

.pagination li.page_prev, .pagination li.page_next {
	width: auto;
	background-color: transparent;
	border: none;
}
.pagination li.page_prev a, .pagination li.page_next a {
	color: #3b3b3b;
}

.pagination li.page_prev {
	margin-right: 10px;
}

.pagination li.page_next {
	margin-left: 10px;
}


/* ----------------------------------------------------
		一覧表示
---------------------------------------------------- */
.display_switching {
	float: right;
	margin-top: -30px;
}

.display_switching li {
	cursor: pointer;
	display: inline-block;
	margin-left: 15px;
	color: #000000;
	background-repeat: no-repeat;
	height: 29px;
	width: 34px;
	white-space: nowrap;
	text-indent: 100%;
	overflow: hidden;
	opacity: 0.2;
}

.display_switching li:hover {
	opacity: 0.7;
}

#list_mode {
	background-image:url(/img/common/ico_list.png);
}

#list_mode.active, #photo_mode.active  {
	opacity: 1;
}

#photo_mode {
	background-image:url(/img/common/ico_photo.png);
	padding-top: 3px;
}

#list_mode.active, #photo_mode.active {
	color: #003894;
}

.result_list {
	margin-bottom: 40px;
	font-size: 1.6rem;
}
@media (width <= 768px) {
  .result_list {
    font-size: 1.143rem;
    margin-bottom: 0;
  }
}
.result_list li {
	display: inline-block;
	vertical-align: top;
	position: relative;
}

.result_list li a {
	display: block;
}

.result_list .result_img {
	margin-bottom: .7em;
}

.result_list .result_img .trim_img {
	position: relative;
	overflow: hidden;
	width: 280px;
	padding-top: 75%;
}

.result_list .result_img img {
	width: 100%;
}

.result_list .result_img .trim_img img {
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	object-fit: cover;
	height: 100%;
}

.result_list .area {
	position: absolute;
	left: 10px;
	top: 10px;
}

.result_list .area_non {
	display: none !important;
}

.result_list .period {
	font-size: 1.3rem;
	line-height: 1.2;
	margin: 15px 0 10px;
}
@media (width <= 768px) {
  .result_list .period {
    font-size: 1rem;
    margin: .5em 0;
  }
}
.result_list h2 {
	color: #003894;
	font-size: 2.2rem;
	line-height: 1.3;
	margin-bottom: .5em;
}
@media (width <= 768px) {
  .result_list h2 {
    font-size: 1.371rem;
  }
}
.result_list .lead {
	line-height: 1.5;
	word-break: break-all;
	font-size: 1.6rem;
}
@media (width <= 768px) {
  .result_list .lead {
    font-size: 1.067rem;
    line-height: 1.8;
  }
}
.result_list dl {
	margin-top: 10px;
}
@media (width <= 768px) {
  .result_list dl {
    font-size: 1.067rem;
    margin-top: 10px;
  }
}
.result_list dt, .result_list dd {
	float: left;
	line-height: 1.5;
}

.result_list dt {
	clear: both;
	color: #003894;
}

.result_list .ico_list {
	text-align: left;
	display: inline-block;
	position: absolute;
	bottom: 10px;
	right: 0;
}

.result_list .ico_list li img {
	width: 30px;
}

.result_list.list_mode > li {
	width: 100%;
	border-top: 1px solid #dcdddd;
	padding: 30px 0;
}

.result_list.list_mode .result_img {
	width: 280px;
	float: left;
	position: relative;
}

.result_list.list_mode .result_txt {
	width: 880px;
	float: left;
	margin: 0 0 20px 20px;
}

.result_list.photo_mode li {
	width: 23.5%;
  padding-bottom: min(40px, 7%);
	margin-right: 1%;
}
@media (width <= 768px) {
  .result_list.photo_mode li {
    width: 48%;
    margin-right: 0;
  }
  .result_list.photo_mode li:nth-child(odd) {
    margin-right: 1%;
  }
}
.result_list.photo_mode li:nth-child(4n) {
	margin-right: 0;
}
.result_list.photo_mode .result_txt {
	width: 100%;
}
.result_list.photo_mode .period {
	margin-top: 0;
}
@media (width <= 768px) {
  .result_list.photo_mode .period {
    font-size: .762rem;
  }
}
.result_list.photo_mode h2 {
	font-size: 1.8rem;
	margin-block: .5em;
}
@media (width <= 768px) {
  .result_list.photo_mode h2 {
    font-size: 1.143rem;
  }
}
.result_list.photo_mode .lead, .result_list.photo_mode dl, .result_list.photo_mode .ico_list {
	display: none;
}

.spot_list li {
	width: 280px;
	display: inline-block;
	margin: 3% 23px 0 0;
	vertical-align: top;
}

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

.spot_list li a {
	display: block;
}

.spot_list li img {
	width: 100%;
}

.spot_list li h2 {
	font-size: 1.8rem;
	line-height: 1.5;
	margin: 5px 0;
}

.spot_list li p {
	line-height: 1.5;
	font-size: 1.4rem;
}


/* ----------------------------------------------------
		スライダー
---------------------------------------------------- */
.bx-wrapper {
	position: relative;
	text-align: center;
	margin-bottom: 3em;
}

.slider01 .bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: calc(50% - 42px);
	width: 65px;
	height: 65px;
	z-index: 1000;
	white-space: nowrap;
	text-indent: 100%;
	overflow: hidden;
}

.slider01 .bx-wrapper .bx-controls-direction a::before {
	content: '';
	width: 30px;
	height: 30px;
	border: 0px;
	border-top: solid 2px #003894;
	border-right: solid 2px #003894;
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	left: 10px;
	margin-top: -6px;
}

.slider01 .bx-prev {
	left: 0px;
}

.slider01 .bx-prev::before {
	transform: rotate(-135deg) !important;
	left: 17px !important;
}


.slider01 .bx-next {
	right: 0px;
}

.slider02 .bx-wrapper .bx-controls-direction a, .slider03 .bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	width: 30px;
	height: 65px;
	z-index: 1000;
	white-space: nowrap;
	text-indent: 100%;
	overflow: hidden;
	background-color: rgba(59,59,59,0.8);
}

.slider02 .bx-wrapper .bx-controls-direction a::before, .slider03 .bx-wrapper .bx-controls-direction a::before {
	content: '';
	width: 14px;
	height: 14px;
	border: 0px;
	border-top: solid 2px #ffffff;
	border-right: solid 2px #ffffff;
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	left: 2px;
	margin-top: -7px;
}

.slider02 .bx-prev {
	left: -30px;
}

.slider02 .bx-prev::before, .slider03 .bx-prev::before {
	transform: rotate(-135deg) !important;
	left: 12px !important;
}

.slider02 .bx-next {
	right: -30px;
}

.slider03 .bx-wrapper .bx-controls-direction a {
	background-color: rgba(216,124,92,0.8);
}

.slider03 .bx-prev {
	left: 0;
}

.slider03 .bx-next {
	right: 0;
}

.bx-pager {
	text-align: center;
	padding-top: 15px;
}

.bx-pager-item {
	display: inline-block;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #dcdddd;
	white-space: nowrap;
	text-indent: 100%;
	overflow: hidden;
	display: block;
	width: 13px;
	height: 13px;
	margin: 0 12px;
	border-radius: 7px;
}

.bx-pager.bx-default-pager a.active {
	background-color: #003894;
}

.sp_slider {
	display: none;
}

/* ----------------------------------------------------
		アイコン
---------------------------------------------------- */
.ico_window {
	background: url(/img/common/ico_window.png) no-repeat;
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-left: 5px;
}

.ico_window2 {
	background: url(/img/common/ico_window2.png) no-repeat;
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-left: 5px;
	vertical-align: middle;
}

.ico_search {
	background: url(/img/common/ico_search.png) no-repeat;
	display: inline-block;
	width: 21px;
	height: 20px;
	margin-right: 5px;
	vertical-align: middle;
	filter: brightness(0) invert(1);
}


div[id^="gmap"] {
	position: relative;
	padding-bottom: 78%;
	height: 0;
	overflow: hidden;
	margin-top: 0px;
}

/* ----------------------------------------------------
		詳細ページ共通バナー
---------------------------------------------------- */
.detail_banner {
    margin-top: 90px;
}

.detail_banner img {
    margin-top: 30px;
    width: 100%;
}


/* ----------------------------------------------------
		動画ギャラリー
---------------------------------------------------- */
.movie_radius {
    margin-bottom: 5px;
}
.season_1 {
    background-color: #fff;
    color: #fb6c6c;
    border: solid 2px #fb6c6c;
}
.season_2 {
    background-color: #fff;
    color: #50c121;
    border: solid 2px #3a9414;
}
.season_3 {
    background-color: #fff;
    color: #c18600;
    border: solid 2px #c18600;
}
.season_4 {
    background-color: #fff;
    color: #737373;
    border: solid 2px #737373;
}

/* ----------------------------------------------------
		その他
---------------------------------------------------- */

.error {
    color: #a33535;
    font-size: 120%;
}

.form_input input, .form_input textarea {
    padding-left: 5px;
}

.ico_cross {
	background: url(/img/common/ico_cross.png) no-repeat center;
	display: inline-block;
	width: 8px;
	height: 8px;
	margin-right: 5px;
	vertical-align: sub;
}

.pc {
  display: block;
}
@media (width <= 768px) {
  .pc {
    display: none;
  }
}
.sp {
  display: none;
}
@media (width <= 768px) {
  .sp {
    display: block;
  }
}

.news_press_release2 {
    font-size: 70%;
}

.external_link_w {
    padding-right: 18px;
    margin-left: 5px;
    background: url(/img/common/ext_link_w.png) no-repeat right center;
}

/* ----------------------------------------------------
		感染拡大防止について
---------------------------------------------------- */
.impinfo { position: relative; padding: 10px 0; background-color: #ffbabd; }
.impinfo.is-wrc { background-color: #95e0ec; }
.impinfo .impinfo-in { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
@media (width <= 768px) {
	.impinfo .impinfo-in {
    padding: 0 .5em;
	}
}
.impinfo .impinfo-ttl { display: flex; align-items: center; gap: .3em; }
.impinfo .impinfo-ttl p { display: flex; align-items: center; }
.impinfo .impinfo-ttl span { font-size: 1.7rem; line-height: 1.5; text-decoration: underline; }
@media (width <= 768px) {
	.impinfo .impinfo-ttl span {
    font-size: 1.5rem;
	}
}
.impinfo .impinfo-ico, .impinfo .impinfo-arrow { display: inline-flex; align-items: center; }
.impinfo .impinfo-ico::before, .impinfo .impinfo-arrow::before { content: ''; background-repeat: no-repeat; background-position: center center; background-size: contain; }
.impinfo .impinfo-ico { margin-right: 10px; }
.impinfo .impinfo-ico::before { width: 32px; height: 29px; background-image: url("/img/common/impinfo_ico.svg"); }
@media (width <= 768px) {
	.impinfo .impinfo-ico::before {
    width: 1.5em;
    height: 1.5em;
	}
}
.impinfo .impinfo-arrow::before { width: 18px; height: 10px; background-image: url("/img/common/impinfo_arrow.svg"); transition: rotate .3s ease;}
.impinfo.is-open .impinfo-arrow::before {
	rotate: 180deg;
}
.impinfo .impinfo-con { 
	display: none;
	font-size: 1.4rem;
	line-height: 1.7;
	padding: .5em;
}
@media (width <= 768px) {
	.impinfo .impinfo-con { 
		font-size: 1.3rem; 
		padding: 1em 0;
	} 
}
.impinfo.is-open .impinfo-ttl span { cursor: pointer; }
.impinfo.is-more { background-color: #d82e42; color: #fff; }
.impinfo.is-more .impinfo-ico::before { background-image: url("/img/common/impinfo2_ico.svg"); }
.impinfo.is-more .impinfo-arrow::before { background-image: url("/img/common/impinfo2_arrow.svg"); }

/* ----------------------------------------------------
		under_slider_box
---------------------------------------------------- */
#under_slider_box {
  background: #f6faff;
  padding-bottom: min(50px, 10dvw);
}
#under_slider_box .under_slider_con {
  border-top: 2px solid #dcdddd;
  padding-block: 3em;
}
#under_slider_box .inner {
  max-width: calc(1200px + 4em);
  padding-inline: 2em;
  margin: auto;
}
@media (width <= 768px) {
  #under_slider_box .inner {
    max-width: 100%;
    padding: 0;
  }
}
#under_slider_box .under_slider_ttl {
  color: #003894;
  font-size: 2.6rem;
  line-height: 1.3;
  border-bottom: 1px solid;
  padding: 0 6em 0.6em 0;
  margin-bottom: 1.7em;
}
@media (width <= 768px) {
  #under_slider_box .under_slider_ttl {
    font-size: 1.6rem;
    text-align: center;
    padding: 0 0 1em 0;
    margin: 0 1em 2em;
  }
}
#under_slider_box .under_slider_ttl::before {
  display: inline-block;
  content: "";
  width: 2em;
  height: 2em;
  background: no-repeat center / contain;
  vertical-align: middle;
  margin-right: 1em;
}
@media (width <= 768px) {
  #under_slider_box .under_slider_ttl::before {
    display: block;
    width: 2.3em;
    margin: 0 auto .5em;
  }
}
#under_slider_box .under_slider_ttl._spot::before {
  background-image: url("/img/common/slider_ttl01.svg");
}
#under_slider_box .under_slider_ttl._gourmet::before {
  background-image: url("/img/common/slider_ttl02.svg");
}
#under_slider_box .under_slider_ttl._accommodation::before {
  background-image: url("/img/common/slider_ttl03.svg");
  width: 2.5em;
  margin-right: 0.5em;
}
@media (width <= 768px) {
  #under_slider_box .under_slider_ttl._accommodation::before {
    width: 2.7em;
    margin: 0 auto .5em;
  }
}
#under_slider_box .under_swiper_wrap {
  position: relative;
}
#under_slider_box .under_swiper {
  overflow: hidden;
}
@media (width <= 768px) {
  #under_slider_box .under_swiper {
    margin-left: 1em;
  }
  #under_slider_box .under_swiper .swiper-wrapper {
    padding-bottom: 4em;
  }
}
#under_slider_box .under_swiper.is-static .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 1.2em;
}
#under_slider_box .under_swiper .under_swiper__img_area {
  height: auto;
  aspect-ratio: 4 /3;
  background: #fff;
  margin: 0 0 1em 0;
}
@media (width <= 768px) {
  #under_slider_box .under_swiper .under_swiper__img_area {
    margin: 0 0 .5em 0;
  }
}
#under_slider_box .under_swiper .under_swiper__img_area img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#under_slider_box .under_swiper .under_swiper__txt_area {
  font-size: 1.5rem;
  line-height: 1.6;
}
@media (width <= 768px) {
  #under_slider_box .under_swiper .under_swiper__txt_area {
    font-size: 1.143rem;
  }
}
#under_slider_box .swiper-button-prev,
#under_slider_box .swiper-button-next {
  position: absolute;
  left: unset;
  right: 0;
  top: unset;
  bottom: calc(100% + 4.5em);
  width: 3em;
  height: 3em;
  background: url("/img/common/ico_slider_arrow.svg") no-repeat center / contain;
  z-index: 10;
}
@media (width <= 768px) {
  #under_slider_box .swiper-button-prev,
  #under_slider_box .swiper-button-next {
    bottom: 0;
    width: 3.5em;
    height: 3.5em;
  }
}
#under_slider_box .is-static .swiper-button-prev,
#under_slider_box .is-static .swiper-button-next {
  display: none;
}
#under_slider_box .swiper-button-prev {
  right: 3.5em;
}
@media (width <= 768px) {
  #under_slider_box .swiper-button-prev {
    right: calc(50% + .5em);
  }
}
#under_slider_box .swiper-button-next {
  rotate: 180deg;
}
@media (width <= 768px) {
  #under_slider_box .swiper-button-next {
    right: calc(50% - 3.75em);
  }
}
#under_slider_box .swiper-button-prev::after,
#under_slider_box .swiper-button-next::after {
  display: none;
}

/* ----------------------------------------------------
		side_recommend_swiper
---------------------------------------------------- */
.side_recommend_swiper {
  overflow: hidden;
}
.side_recommend_swiper .swiper-wrapper {
  flex-direction: column;
  gap: 2em;
}
@media (width <= 980px) {
  .side_recommend_swiper .swiper-wrapper {
    flex-direction: row;
    gap: 0;
  }
}
.side_recommend_swiper .swiper-option-wrap {
  display: none;
}
@media (width <= 980px) {
  .side_recommend_swiper .swiper-option-wrap {
    display: block;
    position: relative;
    width: fit-content;
    padding-block: 1em;
    margin: 1em auto 0;
  }
}
.side_recommend_swiper .swiper-slide a {
  width: min(600px, 100%);
  margin: auto;
}
.side_recommend_swiper .swiper-slide figure {
  width: 100%;
  height: auto;
  aspect-ratio: 2 / 1;
}
.side_recommend_swiper .swiper-slide figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.side_recommend_swiper .swiper-option-wrap .swiper-pagination {
  position: static;
  width: 240px;
  line-height: 0;
  padding-inline: 4em;
  margin: auto;
}
@media (width <= 768px) {
  .side_recommend_swiper .swiper-option-wrap .swiper-pagination {
    width: 100%;
    padding-inline: 2.5em;
  }
}
.side_recommend_swiper .swiper-button-next,
.side_recommend_swiper .swiper-button-prev {
  width: 3em;
  height: 3em;
  display: block;
  bottom: 0;
  top: calc(50% - 1.5em);
  background: url("/img/common/ico_slider_arrow_bl.svg") no-repeat center / contain;
  margin-top: 0;
}
@media (width <= 768px) {
  .side_recommend_swiper .swiper-button-next,
  .side_recommend_swiper .swiper-button-prev {
    width: 1.6em;
    height: 1.6em;
    top: calc(50% - .8em);
  }
}
.side_recommend_swiper .swiper-button-prev {
  left: 0;
}
.side_recommend_swiper .swiper-button-next {
  right: 0;
  rotate: 180deg;
}
.side_recommend_swiper .swiper-button-prev::after,
.side_recommend_swiper .swiper-button-next::after {
  display: none;
}
.side_recommend_swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  margin: 2px 4px;
}
.side_recommend_swiper .swiper-pagination-bullet-active {
  background: #003895;
}


/* ----------------------------------------------------
	　ボックス
---------------------------------------------------- */
:where(div[class*="cmn_"]) figcaption {
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.4;
  padding: .7em;
}
@media (width <= 768px) {
  :where(div[class*="cmn_"]) figcaption {
    font-size: 1.067rem;
    padding: .5em;
  }
}
.cmn_box_2col::after {
  content: "";
  display: block;
  clear: both;
}
.cmn_box_2col:has(+ .cmn_box_2col) {
  margin-bottom: min(50px, 12dvw);
}
.cmn_box_2col._reverse {
  flex-direction: row-reverse;
}
@media (width <= 768px) {
  .cmn_box_2col._reverse {
    flex-direction: column;
  }
}
.cmn_box_2col .cmn_box_2col_img-area {
  width: 50%;
  float: right;
  padding-inline: 2em 0;
}
.cmn_box_2col._reverse .cmn_box_2col_img-area {
  float: left;
  padding-inline: 0 2em;
}
@media (width <= 768px) {
  .cmn_box_2col .cmn_box_2col_img-area,
  .cmn_box_2col._reverse .cmn_box_2col_img-area {
    width: 100%;
    float: unset;
    padding: 0;
    margin-bottom: 1em;
  }
}
.cmn_box_2col .cmn_box_2col_img-area img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: contain;
}
.cmn_box_2col .cmn_box_2col_txt-area {
  flex: 1;
  min-width: 300px;
}
.cmn_box_2col .cmn_box_2col_txt-area > *:has( + *) {
  margin-bottom: 1.7em;
}
.cmn_fig_1col figcaption {
  padding-block: 1em;
}
:where(ul[class*="cmn_fig_"]) {
  display: grid;
}
@media (width <= 768px) {
  ul[class*="cmn_fig_"]._column {
    grid-template-columns: auto;
    gap: 1.5em;
  }
}
.cmn_fig_2col {
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5em;
}
@media (width <= 768px) {
  .cmn_fig_2col {
    gap: 1em;
  }
}
.cmn_fig_3col {
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5em;
}
@media (width <= 768px) {
  .cmn_fig_3col {
    gap: .5em;
  }
  .cmn_fig_3col:not(._column) figcaption {
    font-size: .762rem;
  }
}
.cmn_fig_4col {
  grid-template-columns: repeat(4, 1fr);
  gap: 1em;
}
@media (width <= 768px) {
  .cmn_fig_4col {
    grid-template-columns: repeat(2, 1fr);
    gap: .5em;
  }
  .cmn_fig_4col:not(._column) figcaption {
    font-size: .762rem;
  }
}
ul[class*="cmn_fig_"] figure img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: contain;
}
ul[class*="cmn_bnr_box_"] {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}
@media (width <= 768px) {
  ul[class*="cmn_bnr_box_"] {
    grid-template-columns: auto;
  }
}
.cmn_bnr_box_2col {
  gap: 2em;
}
.cmn_bnr_box_3col {
  gap: 1.5em;
}
.cmn_bnr .cmn_bnr_img-wrap {
  margin-bottom: 1em;
}
.cmn_bnr .cmn_bnr_img-wrap figcaption {
  text-align: left;
}
.cmn_bnr .cmn_bnr_img-wrap img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.cmn_bnr .cmn_bnr_img-wrap._half img {
  aspect-ratio: 2 / 1;
}
.cmn_bnr .cmn_bnr_ttl {
  color: #007bff;
  text-decoration: underline;
  font-weight: 500;
  line-height: 1.5;
  text-indent: -1.2em;
  padding-left: 1.2em;
  margin-bottom: 1em;
}
@media (width <= 768px) {
  .cmn_bnr .cmn_bnr_ttl {
    font-size: 1.219rem;
  }
}
.cmn_bnr .cmn_bnr_ttl::before {
  content: '';
  display: inline-block;
  width: .7em;
  height: .7em;
  background: url("/img/common/ico_arrow_s.svg") no-repeat center / contain;
  margin-right: .5em;
  filter: brightness(0) invert(0);
}
.cmn_pattern_box {
  border-radius: .5em;
  padding: 2em 2em 3em;
}
@media (width <= 768px) {
  .cmn_pattern_box {
    border-radius: .6em;
    padding: 2em 1.3em;
  }
}
.cmn_pattern_box._border {
  background: #fff;
  border: 1px solid #dcdddd;
}
.cmn_pattern_box._pink {
  background: #fff4fa;
}
.cmn_pattern_box._blue {
  background: #e2f8ff;
}
.cmn_pattern_box._gray {
  background: #edf2fa;
}
.cmn_pattern_box._green {
    background: #daf7e3;
}
.cmn_event_box {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 3em;
}
@media (width <= 768px) {
  .cmn_event_box {
    gap: 1em;
    flex-direction: column;
  }
}
.cmn_event_box .cmn_event_img-area {
  flex: 1;
  min-width: 250px;
  height: auto;
  background: #f3f3f3;
}
@media (width <= 768px) {
  .cmn_event_box .cmn_event_img-area {
    min-width: unset;
    width: 100%;
  }
}
.cmn_event_box .cmn_event_img-area img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: contain;
}
.cmn_event_box .cmn_event_txt-area {
  flex: 2;
  min-width: 350px;
}
@media (width <= 768px) {
  .cmn_event_box .cmn_event_txt-area {
    flex: 1;
    min-width: 100%;
  }
}
.cmn_event_box .cmn_event_txt-area dt {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 1em;
}
@media (width <= 768px) {
  .cmn_event_box .cmn_event_txt-area dt {
    font-size: 1.371rem;
    margin-bottom: .7em;
  }
}
.cmn_event_box .cmn_event_txt-area .cmn_event_date {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 1em;
}
@media (width <= 768px) {
  .cmn_event_box .cmn_event_txt-area .cmn_event_date {
    font-size: .99rem;
    margin-bottom: 1.5em;
  }
}
.cmn_event_box .cmn_event_txt-area .cmn_event_date::before {
  content: '';
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url("/img/common/ico_calendar.svg") no-repeat center / contain;
  vertical-align: -2px;
  margin-right: 1em;
}
@media (width <= 768px) {
  .cmn_event_box .cmn_event_txt-area .cmn_event_date::before {
    margin-right: .5em;
  }
}

/* ----------------------------------------------------
	　リンク
---------------------------------------------------- */
.cmn_link {
  position: relative;
  display: block;
  align-items: center;
  font-weight: 500;
  line-height: 1.6;
  text-indent: -1.6em;
  padding-left: 1.6em;
  margin-bottom: 1em;
}
@media (width <= 768px) {
  .cmn_link {
    font-size: 1.067rem;
    margin-bottom: 1.5em;
  }
}
.cmn_link::before {
  content: "";
  display: inline-block;
  width: 1.1em;
  height: 1.1em;
  background: url("/img/common/ico_circle_arrow.svg") no-repeat center / contain;
  vertical-align: middle;
  margin-right: .5em;
  transition: translate .3s ease;
}
.cmn_link._pdf::before {
  background-image: url("/img/common/ico_pdf.svg");
  height: 1.3em;
}
.cmn_link._blank::before {
  background-image: url("/img/common/ico_blank.svg");
}
.cmn_btn {
  width: fit-content;
}
@media (width <= 768px) {
  .cmn_btn {
    min-width: 230px;
  }
}
.cmn_btn._align-center {
  margin-inline: auto;
}
.cmn_btn:has(+ .cmn_btn) {
  margin-bottom: 1em;
}
.cmn_btn a {
  position: relative;
  width: 100%;
  display: inline-flex;
  justify-content: center;
  font-weight: 600;
  text-decoration: none;
  line-height: 1.4;
  border: 2px solid;
  border-radius: .6em;
  padding: 1.1em 3em 1.1em 2em;
  transition: color 0.3s ease, background-color 0.3s ease;
}
@media (width <= 768px) {
  .cmn_btn a {
    font-size: 1.067rem;
    border-width: 1px;
    padding: 1em 3em 1em 1em;
  }
}
.cmn_btn a[class] {
  color: #003894;
  background: #fff;
}
@media(any-hover: hover) {
  .cmn_btn a[class]:hover {
    color: #fff;
    background: #003894;
    opacity: 1;
  }
}
@media(hover: none) {
  .cmn_btn a[class]:active {
    color: #fff;
    background: #003894;
    opacity: 1;
  }
}
.cmn_btn a[class]::after {
  content: '';
  position: absolute;
  right: 1em;
  top: 50%;
  translate: 0 -50%;
  width: 1.3em;
  height: 1.3em;
  background: no-repeat center / contain;
}
.cmn_btn a._pdf::after {
  height: 2em;
  background-image: url("/img/common/ico_pdf.svg");
}
.cmn_btn a._blank::after {
  background-image: url("/img/common/ico_blank.svg");
}
.cmn_btn a:not([class]) {
  color: #fff;
  background: #003894;
}
@media(any-hover: hover) {
  .cmn_btn a:not([class]):hover {
    color: #003894;
    background: #fff;
    opacity: 1;
  }
}
@media(hover: none) {
  .cmn_btn a:not([class]):active {
    color: #003894;
    background: #fff;
    opacity: 1;
  }
}
.cmn_btn a:not([class])::before,
.cmn_btn a:not([class])::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1em;
  width: .6em;
  height: 2px;
  border-radius: 50vw;
  background-color: #fff;
  transform-origin: calc(100% - 1px) 50%;
  transition: translate 0.3s ease, background-color 0.3s ease;
}
.cmn_btn a:not([class])::before {
  transform: rotate(45deg);
}
.cmn_btn a:not([class])::after {
  transform: rotate(-45deg);
}
@media(any-hover: hover) {
  .cmn_btn a:not([class]):hover::before,
  .cmn_btn a:not([class]):hover::after {
    translate: 3px;
    background-color:#003894;
  }
}
@media(hover: none) {
  .cmn_btn a:not([class]):active::before,
  .cmn_btn a:not([class]):active::after {
    translate: 3px;
    background-color:#003894;
  }
}
