@charset "UTF-8";

/*
 * CSS for SmartPhone
 * @date		 2017.03.21
 * @author	 Sungjoon Park
 */
/* ------------------------------------------

------------------------------------------ */
.sp {}

.pc {
	display: none !important;
}

/* ----- contents -----*/
#contents {
	padding: 0;
	background: #fff;
}

.page_cpn .cpn_box {
	margin: 12px;
}

.page_cpn .cpn_box img {
	display: block;
	width: 100%;
}

.page_cpn .cpn_box a:hover img {
	opacity: 0.8;
}

#contentsArea .page_cpn .cpn_box span {
	margin-top: 10px;
}

.page_box_sty1 {
	margin-bottom: 15px;
}

.page_h2 {
	background: #777;
	color: #fff;
	text-align: center;
	padding: 6px 0;
	margin: 0 10px 12px 10px;
	font-size: 20px;
}

.page_box1 {
	margin: 0 10px 12px 10px;
}

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

.page_box1 h3 {
	font-size: 14px;
	margin: 10px 0 8px;
}

.txtfont13 {
	font-size: 14px;
	line-height: 1.4;
}

.page_box_sty2 .page_box1 {
	width: 30.8%;
	margin: 0 0 10px 2%;
	float: left;
}

.page_box_sty2 .box1img {
	position: relative;
}

.page_box_sty2 .box1img:before {
	position: absolute;
	width: 25px;
	height: 25px;
	background: url(../../images/magnify.jpg) 0 0 no-repeat;
	bottom: 0;
	right: 0;
	content: "";
}

.cpn_box_info .ss-center .cp__acordion {
	clear: both;
}

.cpn_box_info .cp__acordion .cp__trigger:hover {}

.cpn_box_info .cp__acordion .cp__trigger {
	font-size: 14px;
	display: block;
	position: relative;
	padding: 10px;
	cursor: pointer;
}

.cpn_box_info .cp__acordion .cp__trigger::after {
	display: inline-block;
	content: " ";
	position: absolute;
	top: 50%;
	right: 10px;
	width: 10px;
	height: 7px;
	margin-top: -3.5px;
	background-repeat: no-repeat;
}

.cpn_box_info .cp__acordion li .cp__trigger {}

.cpn_box_info .cp__liststyle-dot>* {
	text-indent: 0 !important;
	margin-bottom: 8px;
	font-size: 12px;
	line-height: 1.4;
}

.cpn_box_info .cp__acordion ul.submenu {
	padding: 10px 0;
	background-color: #f0f0f0;
	line-height: 1.4;
}

.cpn_box_info .cp__acordion .cp__trigger::after {
	background-image: url(../../images/icon_1.png) !important;
	background-size: 22px 22px;
	width: 22px;
	height: 22px;
	margin-top: -11px;
	right: 6px;
}

.cpn_box_info .cp__acordion .cp__trigger.active-submenu::after {
	background-image: url(../../images/icon_2.png) !important;
	background-size: 22px 22px;
	width: 22px;
	height: 22px;
	margin-top: -11px;
	right: 6px;
}

/* ----- page_box1 -----*/
.page_box1 .ss-center .cp__acordion {
	clear: both;
}

.page_box1 .cp__acordion .cp__trigger:hover {
	background-color: #bababa;
	color: #ffffff;
}

.page_box1 .cp__acordion .cp__trigger {
	font-size: 13px;
	display: block;
	position: relative;
	padding: 10px;
	cursor: pointer;
}

.page_box1 .cp__acordion .cp__trigger::after {
	display: inline-block;
	content: " ";
	position: absolute;
	top: 50%;
	right: 10px;
	width: 10px;
	height: 7px;
	margin-top: -3.5px;
	background-repeat: no-repeat;
}

.page_box1 .cp__acordion li .cp__trigger {
	background: #e1e1e1;
}

.page_box1 .cp__liststyle-dot>* {
	margin-left: 1em;
	text-indent: -1em;
	margin-bottom: 8px;
	font-size: 12px;
	line-height: 1.4;
}

.page_box1 .cp__acordion ul.submenu {
	background-color: #f0f0f0;
	padding: 8px 10px 10px 10px;
	line-height: 1.4;
}

.page_box1 .cp__acordion .cp__trigger::after {
	background-image: url(../../images/icon_1.png) !important;
	background-size: 22px 22px;
	width: 22px;
	height: 22px;
	margin-top: -11px;
	right: 6px;
}

.page_box1 .cp__acordion .cp__trigger.active-submenu::after {
	background-image: url(../../images/icon_2.png) !important;
	background-size: 22px 22px;
	width: 22px;
	height: 22px;
	margin-top: -11px;
	right: 6px;
}

.holder {
	margin-top: 10px;
}

.cp_right {
	display: none;
}

.fixBnr2 {
	position: fixed;
	display: block;
	right: 0px;
	bottom: 0;
	z-index: 101;
}


.pagetop_btn li {
	margin-bottom: 1px;
	background: #fff;
}

.pagetop_btn li a {
	background: #dedede;
	width: 50px;
	display: block;
	text-align: center;
	padding: 6px 0;
	font-size: 13px;
}

#contentsArea .pagetop_btn li a:hover {
	text-decoration: none;
	opacity: 0.8;
}

/* ----- Access -----*/
.accessBox {
	border: none;
}

.page_footer {
	background: #f7f7f7;
	padding: 10px;
	border-top: 1px solid #c2c2c2;
	border-bottom: 1px solid #c2c2c2;
	margin: 0 10px 12px 10px;
}

.page_footer ul li {
	margin-bottom: 6px;
}

.page_footer a {
	color: #777;
	font-size: 13px;
	line-height: 1.6;
	text-decoration: none;
}

.page_footer a:hover {
	text-decoration: underline;
}

.page_footer p {
	margin: auto;
}

.page_footer p span {
	margin-right: 12px;
	display: inline-block;
}

#search-box h1 {
	display: none;
}

/*oy*/
.jdsSwiper {
	padding: 0 40px !important;
}

.swiper-wrapper {
	padding-bottom: 30px;
}

.jdsSwiper .page_box1 {
	margin: 0 0px 12px 0px;
}


.jdsColorBoxHtml_main .box1img {
	display: none;
}

.jdsColorBoxHtml_main .txtfont13 {
	display: none;
}

#cboxContent .jdsColorBoxHtml_main .box1img {
	display: block;
}

#cboxContent .jdsColorBoxHtml_main .txtfont13 {
	display: block;
}

#colorbox {
	height: 100% !important;
	position: fixed !important;
	top: 20px !important;
	overflow: visible !important;
}

#cboxContent {
	float: none !important;
	height: 100% !important;
	max-width: 96% !important;
	margin: auto !important;
}

#cboxWrapper {
	height: auto !important;
	overflow: visible !important;
}

#cboxMiddleLeft {
	height: 100% !important;
}

#cboxOverlay {
	background-color: rgba(0, 0, 0, 0.5) !important;
	height: 100% !important;
}

#cboxLoadedContent {
	background: #fff !important;
	border: 1px solid #333 !important;
	padding: 12px 15px;
	box-sizing: border-box;
	height: auto !important;
	width: auto !important;
}

#cboxClose {
	background: url(../../images/close.jpg) top right no-repeat !important;
	background-position-x: center;
	background-position-y: top;
	width: 25px !important;
	height: 25px !important;
}

#cboxTitle {
	font-size: 0;
}

button#cboxPrevious {
	background: url(../../images/arrow_left.png) top right no-repeat !important;
	width: 32px !important;
	left: -20px !important;
	height: 32px;
}

button#cboxNext {
	background: url(../../images/arrow_right.png) top right no-repeat !important;
	z-index: 999;
	width: 32px !important;
	right: -20px !important;
	height: 32px;
}



.page_foot_box .swiper-button-prev {
	left: 0px;
}

.page_foot_box .swiper-button-next {
	right: 0px;
}

.page_foot_box .swiper-container {
	width: 96% !important;
	margin: auto;
	padding: 0 2% !important;
}

.chara_box {
	margin-bottom: 4px;
}

.chara_box .char {
	overflow: hidden;
}

#contentsArea .page_cpn .cpn_box .chara_box .char span {
	padding: 2px 4px;
	box-sizing: border-box;
	border-radius: 3px;
	letter-spacing: 1px;
	color: #fff;
	margin-right: 5px;
	margin-bottom: 5px;
	float: left;
	margin-top: 0px;
	font-size: 12px;
}

#contentsArea .page_cpn .cpn_box .chara_box .char .red {
	background-color: #d00505;
}

#contentsArea .page_cpn .cpn_box .chara_box .char .blue1 {
	background-color: #53b8c8;
}

#contentsArea .page_cpn .cpn_box .chara_box .char .blue2 {
	background-color: #fff;
	border: 1px solid #53b8c8;
	color: #53b8c8;
}

#contentsArea .page_cpn .cpn_box .chara_box .char .ana {
	background-color: #fff;
	border: 1px solid #180d7f;
	color: #180d7f;
}

#contentsArea .page_cpn .cpn_box .chara_box .char .jal {
	background-color: #fff;
	border: 1px solid #cb0000;
	color: #cb0000;
}

#contentsArea .cpn_box .btn {
	margin: 12px 15px;
}

#contentsArea .cpn_box .btn .main {
	border: 2px solid #7bb33e;
	border-radius: 5px;
	background-color: #fff;
	color: #7bb33e;
	text-align: center;
	display: block;
	margin: 0px auto;
	font-weight: bold;
	padding: 10px 0;
	position: relative;
	font-size: 16px;
}

#contentsArea .cpn_box .btn .main:after {
	position: absolute;
	content: "";
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAMCAYAAABfnvydAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpDNkQ4N0ZGMzJGQzRFNzExODg5RkM1RTg2NEE3ODZENyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpDNzczMUIzN0M1QjcxMUU3ODhGNEZFQzVFMjgxMEUyOSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpDNzczMUIzNkM1QjcxMUU3ODhGNEZFQzVFMjgxMEUyOSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjNCMjI2MTI1MUFDNUU3MTE5RkIzOUM4RTk0QkM0M0U5IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkM2RDg3RkYzMkZDNEU3MTE4ODlGQzVFODY0QTc4NkQ3Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+xa2QmQAAAM5JREFUeNpc0L8LAWEcx/HnZLiBQcmk/AVKdu4fMCr5D1hJEqV0GSwkshoNYmCVTPwZwmAxUSTnvO96Tg9Pvfo+d9/P8+NOqy/SdyGEjgoGZmbzEMrwYQ0LTRQbS0P/DxQwQQAt51kNabZtC15EmXeQxw0NjDju6QacQShGMZGToTZW34AMRShDZPHCzid+RxghOb/g7FdWJyg9GNijiq13SafZRwpHlLjg1P1MmklqVzZPKGPm7ewcMUYcB9mcs/qt/qggrqjJpqXe+iPAAHnLRIHtZQkmAAAAAElFTkSuQmCC) 0 0 no-repeat;
	height: 12px;
	width: 8px;
	right: 12px;
	top: 50%;
	margin-top: -6px;
	display: block;
}

#contentsArea .cpn_box .btn .main:hover {
	opacity: 0.8;
}

.tableholder {
	margin: 0 10px;
}

.tableholder table {
	background-color: #fff;
	border: 1px solid #b4b4b4;
	font-size: 13px;
	line-height: 1.4;
	position: relative;
}

.tableholder table tr:first-child {
	color: #fff;
}

.tableholder table tr:first-child td {
	text-align: center !important;
	background-color: #1ba81b !important;
}

.tableholder table td {
	display: block;
	padding: 5px;
}

.tableholder table tr td:first-child {
	background-color: #e1e1e1;
	font-weight: bold;
}

#contents .gototop_btn {
	margin-top: 10px;
	background: none;
}

#contents .gototop_btn a {
	display: block;
	height: 30px;
	background: rgba(0, 0, 0, 0.8);
	border-radius: 4px 4px 0 0;
	color: #FFF;
	position: relative;
}

#contents .gototop_btn a::before {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 10px;
	height: 10px;
	margin-top: -3px;
	margin-left: -7px;
	border-top: 4px solid #FFF;
	border-right: 4px solid #FFF;
	transform: rotate(-45deg);
	content: "";
}

#contents .gototop_btn a span {
	display: none;
}

.page_foot_box {
	width: 94%;
	margin: auto;
}

.page_foot_box .swiper-slide {
	width: 180px !important;
	font-size: 13px;
}

/* ----- 隨?ｽｼ隨?ｽｼ隨?ｽｼ髴趣ｽｲ雎暮｡假ｽｨ蛟?ｽｺ邇厄ｽｿ?ｽ陷??鬩幢ｽｨ陋ｻ?蜷咲ｬ?ｽｼ隨?ｽｼ -----*/
html {
	overflow: auto;
}

body {
	overflow: hidden;
	min-width: 100%;
}

.nohaku_tag {
	color: #434343;
	font-size: 3.4666666667vw;
	line-height: 1.5;
	font-family: 'Noto Sans JP', sans-serif;
}

.nohaku_tag img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.nohaku_tag sup {
	vertical-align: super;
	font-size: smaller;
}

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

.nohaku_tag ol,
.nohaku_tag ul {
	list-style-type: none;
}

.nohaku_tag * {
	box-sizing: border-box;
}

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

.nohaku_tag .inner {
	width: 89.3333333333vw;
	margin-left: auto;
	margin-right: auto;
}

.nohaku_tag .btn_more a {
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	max-width: 74.6666666667vw;
	height: 17.3333333333vw;
	color: #fff !important;
	font-weight: bold;
	font-size: 4.2666666667vw;
	box-shadow: 0 1.3333333333vw 0 0 rgba(0, 0, 0, 0.1);
	background-color: #786a21;
	position: relative;
	border-radius: 10px;
}

.nohaku_tag .btn_more a::after {
	content: "";
	display: block;
	position: absolute;
	width: 2.9333333333vw;
	height: 2.9333333333vw;
	box-sizing: border-box;
	border-top: 0.8vw solid #fff;
	border-right: 0.8vw solid #fff;
	right: 20%;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	transition: 0.3s;
}

.nohaku_tag .article_main_content .btn_more a:after {
	right: 10%;
}





.main {
	position: relative;
	text-align: center;
	background: #f6f3eb;
}

.nohaku img {
	width: 100%;
	vertical-align: bottom;
}

.main h1 {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 2;
	width: calc(552 / 750 * 100vw);
}

.main p {
	background: #000;
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	font-size: 12px;
	padding: 3px 5px 5px;
	line-height: 1;
	z-index: 3;
}

.main .slide {
	padding-top: 12px;
}

.main .slide>div {
	display: flex;
}

.main .slide>div:nth-child(2) {
	margin-left: -18vw;
}

.main .slide>div+div {
	margin-top: 10px;
}

.main .slide>div ul {
	display: flex;
	/*	animation: slide2left 60s infinite linear;*/
	animation: slide2right 60s infinite linear;
}

.main .slide>div:nth-child(2) ul {
	animation: slide2left 60s infinite linear;
}

.main .slide ul li {
	margin-right: 10px;
	width: 35vw;
}

.main .slide img {
	max-width: unset;
}

@keyframes slide2left {
	from {
		transform: translateX(0);
	}

	to {
		transform: translateX(-100%);
	}
}

@keyframes slide2right {
	from {
		transform: translateX(-100%);
	}

	to {
		transform: translateX(0);
	}
}


.nohaku .inner {
	margin: 0 4%;
}

.nohaku .about {
	background: #f6f3eb;
	padding-bottom: 3em;
}

.nohaku .about p.caption {
	color: #634e33;
	font-size: 3.8vw;
	position: relative;
	line-height: 1.8;
	text-align: center;
	padding: 3.5em 0 4em;
}

.nohaku .about p.caption:before {
	position: absolute;
	top: 1.5em;
	left: 0;
	width: 25vw;
	height: 20vw;
	content: "";
	background: url(../../images/202506/deco_about01.svg) no-repeat top left / contain;
}

.nohaku .about p.caption:after {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 35vw;
	height: 20vw;
	content: "";
	background: url(../../images/202506/deco_about02.svg) no-repeat bottom right / contain;
}



.nohaku .about ul {}

.nohaku .about ul li {
	position: relative;
	padding: 4em .5em 0;
}

.nohaku .about ul li img {
	display: block;
	width: 80%;
	margin: 0 auto;
}

.nohaku .about ul li h3 {
	padding-top: 1em;
	color: #4b9917;
	font-size: 5vw;
	font-weight: bold;
}

.nohaku .about ul li p {
	color: #634e33;
	font-size: 3.5vw;
	padding-top: 1em;
	padding-right: 1.5em;
}

.nohaku .about ul li:nth-child(2):before {
	position: absolute;
	top: 0;
	left: 0;
	width: 20vw;
	height: 15vw;
	content: "";
	background: url(../../images/202506/deco_about03.svg) no-repeat bottom left / contain;
}

.nohaku .about ul li:nth-child(3):before {
	position: absolute;
	top: 0;
	right: 0;
	width: 25vw;
	height: 10vw;
	content: "";
	background: url(../../images/202506/deco_about04.svg) no-repeat bottom right / contain;
}

.nohaku .guide {
	background: #e7f1e6;
	padding: 3em 0;
}

.nohaku .guide .ttl h2 {
	width: calc(438 / 750 * 100vw);
	margin: 0 auto;
}

.nohaku .guide .ttl .keyword {
	border-bottom: 1px solid #634e33;
	margin-top: 2em;
	padding-bottom: 1em;
}

.nohaku .guide .ttl .keyword .label {
	display: flex;
	align-items: center;
	font-size: 4.5vw;
	color: #634e33;
	font-weight: bold;
}

.nohaku .guide .ttl .keyword .label:before {
	margin-right: 1em;
	content: "";
	height: 1px;
	flex-grow: 1;
	background-color: #634e33;
}

.nohaku .guide .ttl .keyword .label:after {
	margin-left: 1em;
	content: "";
	height: 1px;
	flex-grow: 1;
	background-color: #634e33;
}

.nohaku .guide .ttl .keyword ul {
	display: flex;
	flex-wrap: wrap;
}

.nohaku .guide .ttl .keyword ul li a {
	display: block;
	border: 1px solid #4b9917;
	border-radius: 2em;
	background: #fff;
	color: #4b9917 !important;
	padding: .8em 1.5em;
	line-height: 1;
	font-size: 3vw;
	margin: 1em 1em 0 0;
}

.nohaku .guide .caption {
	color: #634e33;
	font-size: 3.5vw;
	line-height: 1.8;
	text-align: center;
	padding: 2em 0;
}

.nohaku .guide h3 {
	display: flex;
	align-items: center;
	font-size: 4.5vw;
	color: #4b9917;
	font-weight: bold;
}

.nohaku .guide h3:before {
	margin-right: .5em;
	content: "";
	flex-grow: 1;
	height: 3px;
	background: url(../../images/202506/dot.png) repeat-x center left;
}

.nohaku .guide h3:after {
	margin-left: .5em;
	content: "";
	flex-grow: 1;
	height: 3px;
	background: url(../../images/202506/dot.png) repeat-x center left;
}

.nohaku .guide .article_navi>div {
	position: relative;
	margin: 1em 0 0;
	background: #fff;
	border-radius: 2em;
}

.nohaku .guide .article_navi>div:after {
	content: "";
	position: absolute;
	top: calc(50% - 6px);
	right: 1em;
	width: 6px;
	height: 6px;
	border-right: 2px solid #6c5932;
	border-bottom: 2px solid #6c5932;
	transform: rotate(45deg);
}

.nohaku .guide .article_navi div select {
	-webkit-appearance: none;
	appearance: none;
	background: none;
	border: none;
	padding: .5em 2em .5em 2em;
	color: #6c5932;
	font-size: 3vw;
	cursor: pointer;
	width: 100%;
}

.nohaku .guide .article_navi span {
	display: block;
	text-align: right;
	margin: .5em 1.5em 0 0;
	font-size: 3vw;
}

.nohaku .guide .article_navi span a {
	text-decoration: underline !important;
}

.nohaku .guide .btn {
	width: calc(632 / 750 * 100vw);
	margin: 0 auto;
}

.nohaku .guide {
	background: #e7f1e6;
	padding: 120px 0;
}

.nohaku .guide .article_navi {
	margin-top: 1em;
	background: #a9cb83;
  padding: 1em;
}

.nohaku .guide .article_navi div {
	position: relative;
	background: #fff;
	border-radius: 2em;
}

.nohaku .guide .article_navi div select {
	width: 310px;
	height: 32px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: none;
	border: none;
	padding: 0.5em 2em 0.5em 1em;
	color: #6c5932;
	font-size: 13px;
}

.nohaku .guide .article_navi div::after {
	content: "";
	position: absolute;
	top: calc(50% - 6px);
	right: 1em;
	width: 6px;
	height: 6px;
	border-right: 1px solid #6c5932;
	border-bottom: 1px solid #6c5932;
	transform: rotate(45deg);
}

.nohaku .guide .article_navi div:nth-child(n+2) {
	margin-top: 10px;
}

.nohaku .guide .article_navi span a {
	text-decoration: underline !important;
	color: #6c5932 !important;
	font-size: 11px;
	text-align: right;
	margin-top: 15px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 310px;
}

.nohaku .guide .article_navi .select_wrap {
	position: relative;
}

.nohaku .guide .article_navi .select_display {
	height: 32px;
	position: relative;
	background: #fff;
	border-radius: 2em;
	border: none;
	padding: 0 1em;
	color: #6c5932;
	font-size: 13px;
	cursor: pointer;
	line-height: 32px;
}

.nohaku .guide .article_navi .select_wrap ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	background: white;
	border: 1px solid #ccc;
	z-index: 100;
	border-radius: 10px;
}

.nohaku .guide .article_navi .select_wrap ul li {
	cursor: pointer;
}

.nohaku .guide .article_navi .select_wrap ul li a {
	display: block;
	width: 100%;
	padding: 8px;
	font-size: 13px;
}

.nohaku .guide .article_navi .select_wrap ul li a:hover {
	color: #333 !important;
}

.nohaku .guide .article_navi .select_wrap ul li.active {
	background-color: #f0f0f0;
}

.nohaku .guide .btn {
	margin-top: 70px;
}

.nohaku #slide_container,
.nohaku #slide_yado_container {
	display: none;
}

.nohaku .swiper-button-next,
.nohaku .swiper-button-prev {
	background: rgba(0, 0, 0, 0.5);
	width: 40px;
	height: 40px;
	border-radius: 50px;
	position: absolute;
	top: 35%;
	z-index: 4;
	cursor: pointer;
}

.nohaku .swiper-button-next::after,
.nohaku .swiper-button-prev::after {
	display: none;
}

.nohaku .swiper-button-next {
	right: -15%;
}

.nohaku .swiper-button-prev {
	left: -15%;
}

.nohaku .swiper-button-next:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 3px;
	margin: auto;
	width: 10px;
	height: 10px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
}

.nohaku .swiper-button-prev:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 3px;
	right: 0;
	margin: auto;
	width: 8px;
	height: 8px;
	border-bottom: 2px solid #fff;
	border-left: 2px solid #fff;
	transform: rotate(45deg);
}

.nohaku .hidden {
	display: none !important;
	visibility: hidden;
	opacity: 0;
}

.nohaku .filter_slide {
	position: relative;
	text-align: left;
	width: 76%;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
}

.nohaku .filter_slide .no_result {
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	font-size: 14px;
}

.nohaku .filter_slide .swiper-pagination {
	bottom: -0.5em;
	line-height: 1em;
}

.nohaku .filter_slide .swiper-pagination-bullet {
	opacity: 1;
	background: #838383;
}

.nohaku .filter_slide .swiper-pagination-bullet-active {
	background: #4b9917;
}

.nohaku .filter_slide .swiper-slide {
	background: #fff;
	padding: 0 4% 20px;
	height: auto;
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
}

.nohaku .filter_slide .swiper-slide div {
	position: relative;
	margin: 0 -4% 10px;
}

.nohaku .filter_slide .swiper-slide>a {
	position: relative;
	width: 100%;
	border: 1px solid #ccc;
	border-radius: 80px;
	display: block;
	text-align: center;
	padding: 3% 0;
	margin: 0 0 5%;
	font-size: 4vw;
}

.nohaku .filter_slide .swiper-slide>a:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	margin: auto;
	width: 6px;
	height: 6px;
	transform: rotate(45deg);
}

.nohaku .filter_slide .swiper-slide strong {
	font-size: 4.5333333333vw;
	margin: 0 0 10px;
}

.nohaku .filter_slide .swiper-slide strong span {
	color: #fff;
	background: #e90026;
	font-size: 2.9333333333vw;
	margin: 0 10px 0 0;
	padding: 4px 8px;
}

.nohaku .filter_slide .swiper-slide ul {
	display: flex;
	flex-flow: wrap;
	font-size: 3.4666666667vw;
}

.nohaku .filter_slide .swiper-slide ul li {
	margin: 0 5px 5px 0;
	transition: 0.3s;
	border: 1px solid #595959;
	border-radius: 50px;
}

.nohaku .filter_slide .swiper-slide ul li:nth-child(1) a {
	color: #fff !important;
}

.nohaku .filter_slide .swiper-slide ul li:nth-child(n+7) {
	display: none;
}

.nohaku .filter_slide .swiper-slide ul li a {
	padding: 1.3333333333vw 2.6666666667vw;
	display: block;
}

.nohaku .filter_slide .swiper-slide p {
	height: 7em;
	font-size: 18px;
}

.nohaku .filter_slide .gourmet strong {
	color: #d3809c;
}

.nohaku .filter_slide .gourmet ul li:nth-child(1) {
	background: #d3809c;
}

.nohaku .filter_slide .gourmet>a {
	color: #d3809c !important;
	border: 1px solid #d3809c;
}

.nohaku .filter_slide .gourmet>a:after {
	border-top: 1px solid #d3809c;
	border-right: 1px solid #d3809c;
}

.nohaku .filter_slide .experience strong {
	color: #8282b3;
}

.nohaku .filter_slide .experience ul li:nth-child(1) {
	background: #8282b3;
}

.nohaku .filter_slide .experience>a {
	color: #8282b3 !important;
	border: 1px solid #8282b3;
}

.nohaku .filter_slide .experience>a:after {
	border-top: 1px solid #8282b3;
	border-right: 1px solid #8282b3;
}

.nohaku .filter_slide .scenery strong {
	color: #b9946b;
}

.nohaku .filter_slide .scenery ul li:nth-child(1) {
	background: #b9946b;
}

.nohaku .filter_slide .scenery>a {
	color: #b9946b !important;
	border: 1px solid #b9946b;
}

.nohaku .filter_slide .scenery>a:after {
	border-top: 1px solid #b9946b;
	border-right: 1px solid #b9946b;
}

.nohaku .filter_slide .trip strong {
	color: #82b499;
}

.nohaku .filter_slide .trip ul li:nth-child(1) {
	background: #82b499;
}

.nohaku .filter_slide .trip>a {
	color: #82b499 !important;
	border: 1px solid #82b499;
}

.nohaku .filter_slide .trip>a:after {
	border-top: 1px solid #82b499;
	border-right: 1px solid #82b499;
}

.nohaku .exp {
	background: url(../../images/202506/bg_exp_sp.jpg) no-repeat top center / 100%, #f4f0e5;
	padding: 1em 0 0;
	overflow: hidden;

}

.nohaku .exp .ttl {
	position: relative;
}

.nohaku .exp .ttl:before {
	position: absolute;
	top: 42%;
	right: -4%;
	width: 25vw;
	height: 25vw;
	content: "";
	background: url(../../images/202506/deco_exp01.png) no-repeat top center / contain;
	z-index: -1;
}

.nohaku .exp .ttl:after {
	position: absolute;
	bottom: -5%;
	left: 0;
	width: 25vw;
	height: 25vw;
	content: "";
	background: url(../../images/202506/deco_exp02.png) no-repeat top center / contain;
	z-index: -1;
}

.nohaku .exp .ttl h2 {
	width: calc(495 / 750 * 100vw);
	margin: 0 auto;
}

.nohaku .exp .ttl p {
	text-align: center;
	color: #634e33;
	font-size: 3.5vw;
	line-height: 2;
	padding: 1.5em 0 2em;
}

.nohaku .exp ul li {
	padding-bottom: 3.5em;
	position: relative;
}

.nohaku .exp ul li:nth-child(1):after {
	position: absolute;
	bottom: 1%;
	right: 0;
	width: 25vw;
	height: 25vw;
	content: "";
	background: url(../../images/202506/deco_exp03.png) no-repeat top center / contain;
	z-index: -1;
}

.nohaku .exp ul li:nth-child(2):after {
	position: absolute;
	bottom: -1%;
	left: -8%;
	width: 25vw;
	height: 25vw;
	content: "";
	background: url(../../images/202506/deco_exp04.png) no-repeat top center / contain;
	z-index: -1;
}

.nohaku .exp ul li:nth-child(3):after {
	position: absolute;
	bottom: 2%;
	right: -8%;
	width: 25vw;
	height: 25vw;
	content: "";
	background: url(../../images/202506/deco_exp04.png) no-repeat top center / contain;
	z-index: -1;
}

.nohaku .exp ul li .pics {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.nohaku .exp ul li .pics>div:nth-child(n+2) {
	width: 49%;
	margin-top: 2%;
}

.nohaku .exp ul li .text_wrap {
	margin-top: 1em;
	padding: 1em 1.5em 2em;
	background: url(../../images/202506/bg_fukidashi_top.png) no-repeat top center / 100%,
		url(../../images/202506/bg_fukidashi_bottom.png) no-repeat bottom center / 100%;
}

.nohaku .exp ul li .text_wrap h3 {
	color: #4b9917;
	font-size: 5vw;
	line-height: 1;
	padding: 1.5em 0 .5em;
	font-weight: bold;
	text-align: center;
	position: relative;
}

.nohaku .exp ul li .text_wrap h3:before {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	content: "";
	background: url(../../images/202506/dot2.png) repeat-x center left;
}

.nohaku .exp ul li .text_wrap p {
	color: #634e33;
	font-size: 3.4vw;
	padding: 1em 0 1.5em;
}

.nohaku .exp ul li .text_wrap h4 {
	text-align: center;
	margin-right: 1em;
}

.nohaku .exp ul li .text_wrap h4 span {
	color: #4b9917;
	font-size: 3.8vw;
	line-height: 1;
	position: relative;
	display: inline-block;
	font-weight: bold;
}

.nohaku .exp ul li .text_wrap h4 span:before {
	position: absolute;
	bottom: -2px;
	left: -4vw;
	content: "";
	width: 4vw;
	height: 4vw;
	background: url(../../images/202506/line_check_left.svg) no-repeat top left / contain;
}

.nohaku .exp ul li .text_wrap h4 span:after {
	position: absolute;
	bottom: -2px;
	right: -4vw;
	content: "";
	width: 4vw;
	height: 4vw;
	background: url(../../images/202506/line_check_right.svg) no-repeat top right / contain;
}


.nohaku .exp ul li .text_wrap .btn a {
	display: block;
	margin-top: .5em;
	position: relative;
}


.nohaku .rcm {
	text-align: center;
	padding: 3em 0;
}

.nohaku .rcm h3 {
	display: flex;
	align-items: center;
	font-size: 5vw;
	color: #4b9917;
	font-weight: bold;
	margin-top: 2em;
}

.nohaku .rcm h3::before {
	margin-right: 0.5em;
	content: "";
	flex-grow: 1;
	height: 3px;
	background: url(../../images/202506/dot2.png) repeat-x center left;
}

.nohaku .rcm h3::after {
	margin-left: 0.5em;
	content: "";
	flex-grow: 1;
	height: 3px;
	background: url(../../images/202506/dot2.png) repeat-x center left;
}

.nohaku .rcm .search_wrap input {
	display: none;
}
.nohaku .rcm .search_wrap label {
	cursor: pointer;
	display: block;
}
.nohaku .rcm .search_wrap {
	margin-top: 25px;
}

.nohaku .rcm .search_wrap ul {
	display: flex;
	color: #6c5932;
	flex-wrap: wrap;
}

.nohaku .rcm .search_wrap ul li {
	cursor: pointer;
	border: 1px solid #6c5932;
	font-size: 3vw;
	height: 40px;
	line-height: 40px;
	font-weight: bold;
	width: 32%;
	margin-right: 2%;
	text-align: center;
	box-sizing: border-box;
}

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

.nohaku .rcm .search_wrap ul li:nth-child(n+4) {
	margin-top: 1em;
}

.nohaku .rcm .search_wrap ul li.active {
	background-color: #e7ffd7;
}

.nohaku .rcm .search_wrap ul li a {
	color: #634e33 !important;
	display: block;
	width: 100%;
}

.nohaku .yado_wrap .filter_slide_yado {
	position: relative;
	text-align: left;
	width: 250px;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
}

.nohaku .yado_wrap .filter_slide_yado .swiper-button-next,
.nohaku .yado_wrap .filter_slide_yado .swiper-button-prev {
	top: 45%;
}

.nohaku .yado_wrap .filter_slide_yado .swiper-slide {
	width: 300px;
	background: #fff;
	height: auto;
	display: flex;
	flex-direction: column;
	height: 100%;
	align-items: stretch;
	flex: 1;
}

.nohaku .yado_wrap .filter_slide_yado .swiper-slide .img_wrap img {
	width: 250px;
	height: 172.5px;
	-o-object-fit: cover;
	object-fit: cover;
}

.nohaku .yado_wrap .filter_slide_yado .swiper-slide .txt_wrap {
	margin-top: 20px;
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.nohaku .yado_wrap .filter_slide_yado .swiper-slide .txt_wrap h4,
.nohaku .yado_wrap .filter_slide_yado .swiper-slide .txt_wrap .place {
	color: #a97f26;
	text-align: center;
}

.nohaku .yado_wrap .filter_slide_yado .swiper-slide .txt_wrap h4 {
	font-size: 16px;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.nohaku .yado_wrap .filter_slide_yado .swiper-slide .txt_wrap h4 small {
	font-size: .9em;
}

.nohaku .yado_wrap .filter_slide_yado .swiper-slide .txt_wrap .place {
	margin-top: 5px;
}

.nohaku .yado_wrap .filter_slide_yado .swiper-slide .txt_wrap .txt {
	margin-top: 15px;
}

.nohaku .yado_wrap .filter_slide_yado .swiper-slide .txt_wrap a {
	position: relative;
	color: #6c5932 !important;
	margin-top: 25px;
	display: block;
	width: 208px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #6c5932;
	border-radius: 80px;
	display: block;
	text-align: center;
	font-size: 15px;
}

.nohaku .yado_wrap .filter_slide_yado .swiper-slide .txt_wrap a::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	margin: auto;
	width: 6px;
	height: 6px;
	transform: rotate(45deg);
	border-top: 1px solid #6c5932;
	border-right: 1px solid #6c5932;
}

.nohaku .area_list {
	background: #f6f3eb;
	text-align: center;
	padding: 3em 0;
}

.nohaku .area_list h2 {
	width: calc(449 / 750 * 100vw);
	padding-bottom: 1.5em;
	margin: 0 auto;
}

.nohaku .area_list ul {
	display: flex;
	flex-wrap: wrap;
}

.nohaku .area_list ul li {
	width: 49%;
}

.nohaku .area_list ul li:nth-child(odd) {
	margin-right: 1%;
}

.nohaku .area_list ul li:nth-child(even) {
	margin-left: 1%;
}

.nohaku .area_list ul li:nth-child(n+3) {
	margin-top: 2%;
}

.nohaku .area_list ul li a {
	background: #a97f26;
	color: #fff !important;
	position: relative;
	display: block;
	padding: 1em 2.5em 1em 1em;
	font-size: 3.5vw;
}

.nohaku .area_list ul li a:before {
	content: '';
	width: 16px;
	height: 16px;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	top: 0;
	bottom: 0px;
	margin: auto;
	right: 5px;
	transition: 0.2s;
}

.nohaku .area_list ul li a:after {
	content: "";
	position: absolute;
	top: calc(50% - 2px);
	right: 11px;
	width: 4px;
	height: 4px;
	border-top: 1px solid #a97f26;
	border-right: 1px solid #a97f26;
	transform: rotate(45deg);
	transition: 0.2s;
}

.nohaku .search {
	background: #f6f3eb;
	padding: 3em 0;
}

.nohaku .search h2 {
	width: calc(204 / 750 * 100vw);
	padding-bottom: 1.5em;
	margin: 0 auto;
}


.nohaku .new {
	padding: 0 0 10%;
}

.nohaku .new h2 {
	text-align: center;
	margin: 0 0 5%;
}

.nohaku .new h2 img {
	max-width: 30%;
}

.nohaku .new .topix_slide {
	position: relative;
	text-align: left;
	width: 70%;
	margin: 0 auto 10%;
}

.nohaku .new .topix_slide h2 {
	margin: 0 0 8%;
	text-align: center;
}

.nohaku .new .topix_slide h2 img {
	width: auto;
	max-width: 45%;
}

.nohaku .new>a {
	display: block;
	width: 82%;
	margin: auto;
}

.nohaku .trend {
	text-align: center;
	margin: 0 auto calc(120vw / 750 * 100);
	color: #634e33;
}

.nohaku .trend h2 {
	margin: 0 0 calc(40vw / 750 * 100);
	font-size: 30px;
}

.nohaku .trend ul {
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
	margin: 0 4% calc(20vw / 750 * 100);
}

.nohaku .trend ul li {
	width: 32%;
	margin: 0 0 calc(20vw / 750 * 100);
	font-size: calc(24vw / 750 * 100);
}

.nohaku .trend ul li a {
	display: block;
	border-radius: 50px;
	background: #9a8468;
	color: #fff !important;
	padding: calc(20vw / 750 * 100) calc(10vw / 750 * 100);
	line-height: 1;
}

.nohaku .trend small {
	font-size: calc(24vw / 750 * 100);
}

.nohaku .bg_contents {
	background: #fff4e0;
}

.nohaku .flow {
	text-align: center;
	position: relative;
	margin: 0;
}

.nohaku .flow h2 {
	position: relative;
	margin: 0 0 calc(-35vw / 750 * 100);
	z-index: 2;
}

.nohaku .flow h2 img {
	margin: -8% 0 0;
}

.nohaku .flow h2 picture {
	position: relative;
	z-index: 1;
}

.nohaku .flow p {
	background: #4b9917;
	padding: 10px 0;
	margin: 0 4%;
	color: #fff;
	font-size: calc(24vw / 750 * 100);
	position: relative;
	z-index: 2;
	border-radius: 6px;
}

.nohaku .flow p span {
	display: block;
	font-size: calc(24vw / 750 * 100);
}

.nohaku .flow small {
	display: block;
	margin: 10px calc(40vw / 750 * 100) 10%;
	font-size: calc(22vw / 750 * 100);
	text-align: left;
}

.nohaku .entry small a,
.nohaku .flow small a {
	color: #4b9917 !important;
	text-decoration: underline !important;
}

.nohaku .flow small+picture {
	display: block;
	margin: 0 0 8%;
}

.nohaku .flow picture+a {
	display: block;
	margin: 0 8%;
}

.nohaku .flow ul {
	margin: 0 calc(40vw / 750 * 100);
}

.nohaku .flow ul span {
	display: block;
	margin: 10px 0 40px;
	font-size: 14px;
}

.nohaku .flow .finished {
	position: absolute;
	background: rgba(0, 0, 0, .6);
	color: #fff;
	font-size: calc(42vw / 750 * 100);
	font-weight: bold;
	width: 100%;
	height: 105%;
	top: 49%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
}

.nohaku .entry {
	text-align: center;
	margin: 0 0 15%;
	position: relative;
}

.nohaku .entry h2 {
	margin: 0 0 10px;
	position: relative;
}

.nohaku .entry h2 picture {
	position: relative;
	z-index: 1;
}

.nohaku .entry p {
	background: #4b9917;
	padding: 10px 0;
	margin: 0 4%;
	color: #fff;
	font-size: calc(24vw / 750 * 100);
	position: relative;
	z-index: 1;
}

.nohaku .entry p span {
	display: block;
	font-size: calc(24vw / 750 * 100);
}

.nohaku .entry small {
	display: block;
	margin: 10px 0 10%;
	font-size: calc(24vw / 750 * 100);
}

.nohaku .entry small a {
	color: #4b9917 !important;
	text-decoration: underline !important;
}

.nohaku .entry small+picture {
	display: block;
}



.nohaku #anime {
	text-align: center;
	margin: 0 0 50px;
	padding: 10% 0;
	background: #fff4e0;
}

.nohaku #anime h2 {
	margin: 0 10% 8%;
}

.nohaku #anime .inner {
	background: #fff;
	margin: auto;
	padding: 8% 4% 5%;
	border-radius: 10px;
}

.nohaku #anime .inner>h3 {
	margin: 0 6%;
}

.nohaku #anime .txt {
	margin: 13% 0 8%;
	line-height: 2;
	font-size: calc(25vw / 750 * 100);
}

.nohaku #anime .txt strong {
	font-size: calc(40vw / 750 * 100);
	display: block;
	margin: 0 0 5%;
	letter-spacing: .2rem;
	font-weight: 500;
	line-height: 1;
}

.nohaku #anime .movie {
	margin: 0 -5% 30px;
}

.nohaku #anime .tab {
	position: relative;
}

.nohaku #anime .top {
	margin-bottom: -1px;
	display: flex;
	justify-content: center;
	font-size: calc(24vw / 750 * 100);
}

.nohaku #anime .tab li {
	margin-right: 3px;
	list-style: none;
	cursor: pointer;
}

.nohaku #anime .tabBlock {
	background: #f6f3eb;
	padding: 30px 3%;
	border: 1px solid #a2975c;
	margin: 0 2%;
}

.nohaku #anime .tabBlock .tabBox:not(:nth-child(1)) {
	display: none;
}

.nohaku #anime .top li {
	margin: 0 2%;
	padding: 15px 0;
	width: 30%;
	border: 1px solid #a2975c;
	border-radius: 8px 8px 0 0;
}

.nohaku #anime .bottom {
	display: flex;
	justify-content: space-between;
	font-size: calc(28vw / 750 * 100);
	margin: 0 0 20px;
}

.nohaku #anime .bottom li {
	padding: 4% 0;
	width: 48%;
	background: #009c5c;
	border-radius: 8px;
	color: #fff;
	position: relative;
	cursor: pointer;
	box-shadow: 0 5px 0px 0 rgba(0, 0, 0, .2);
}

.nohaku #anime .bottom li:after {
	content: "＋";
	position: absolute;
	right: 4%;
	top: 26%;
	margin: auto;
	font-size: calc(32vw / 750 * 100);
}

.nohaku #anime .tab li.current {
	background: #f6f3eb;
}

.nohaku #anime .top .current {
	border-bottom: 1px solid #f6f3eb;
}

.nohaku #anime .bottom .current {
	border: 1px solid #a2975c;
}

.nohaku .modal {
	display: none;
	width: 960px;
	position: relative;
	z-index: 105;
}

.nohaku .modal .modalBody {
	position: fixed;
	z-index: 1000;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 20px 0;
	overflow-y: auto;
	overflow-x: hidden;
}

.nohaku .modal .modalBody .story,
.nohaku .modal .modalBody .cast {
	background: #fff;
	padding: 7% 4%;
	border-radius: 20px;
	margin: auto;
	position: relative;
	z-index: 1001;
}

.nohaku .modal .modalBK {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	height: 100%;
	width: 100%;
	background: #000;
	opacity: 0.5;
}

.nohaku .modal .close {
	width: 40%;
	padding: 3% 5% 4%;
	border-radius: 8px;
	background: #009c5c;
	margin: auto !important;
	font-size: calc(50vw / 750 * 100) !important;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	line-height: 1;
	position: relative;
}

.nohaku .modal .close span {
	font-size: calc(40vw / 750 * 100);
	text-align: center;
	padding: 5% 0;
}

.nohaku .modal .close:before {
	content: "×";
	position: absolute;
	right: 5%;
	top: 22%;
	font-size: calc(50vw / 750 * 100);
	color: #fff;
}

.nohaku .modal .cast {
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
}

.nohaku .modal .cast h3 {
	width: 90%;
	margin: 0 auto 20px;
}

.nohaku .modal .cast div+h3 {
	margin: 40px auto 20px;
}

.nohaku .modal .cast div {
	width: 49%;
	position: relative;
	text-align: left;
	display: flex;
	flex-flow: column;
}

.nohaku .modal .cast div img {
	width: 45%;
}

.nohaku .modal .cast div.large {
	width: 100%;
	margin: 0 0 15%;
	display: flex;
	align-items: flex-start;
	flex-flow: wrap;
	justify-content: space-between;
	position: relative;
}

.nohaku .modal .cast div.large img {
	width: 25%;
}

.nohaku .modal .cast div p {
	font-size: calc(26vw / 750 * 100);
	line-height: 1.3;
	margin: 10px 0;
}

.nohaku .modal .cast div.large p {
	width: 70%;
}

.nohaku .modal .cast div p small {
	display: block;
	font-size: calc(23vw / 750 * 100);
	color: #4b9917;
	position: absolute;
	top: 8%;
	left: 50%;
}

.nohaku .modal .cast div.large p small {
	color: #333;
	font-weight: normal;
	margin: 5px 0 0;
	position: static;
}

.nohaku .modal .cast div.large p small span {
	display: inline;
	position: static;
	display: inline;
}

.nohaku .modal .cast div p strong {
	display: block;
	font-size: calc(35vw / 750 * 100);
	font-weight: 500;
	line-height: 1;
	margin: 0 0 5px;
	position: absolute;
	top: 14%;
	left: 50%;
}

.nohaku .modal .cast div.large p strong {
	margin: 0 0 10px;
	position: static;
}

.nohaku .modal .cast div span {
	margin: auto 0 0;
	width: 100%;
	display: block;
	font-size: calc(18vw / 750 * 100);
}

.nohaku .modal .cast div.large span {
	width: 100%;
	position: absolute;
	left: 0;
}

.nohaku .modal .story {
	text-align: left;
	position: relative;
}

.nohaku .modal .story h3 {
	margin: 0 0 6%;
}

.nohaku .modal .story figure {
	width: 50%;
}

.nohaku .modal .story figure:nth-of-type(2) {
	margin: 30px 0 0 auto;
}

.nohaku .modal .story p {
	margin: 10px 0 0;
	font-size: calc(26vw / 750 * 100);
}

.nohaku .modal .story p:nth-of-type(1) {}

.nohaku .modal .story p:nth-of-type(2) {
	margin: 10px 0 8%;
}

.nohaku .modal .story p small {
	display: block;
	font-size: calc(21vw / 750 * 100);
	font-weight: normal;
	color: #333;
	margin: 10px 0 0;
}

.nohaku .modal .story p strong {
	position: absolute;
	margin: -30% 0 0;
	right: 0;
	display: block;
	font-size: calc(45vw / 750 * 100);
	font-weight: 500;
	width: 46%;
	line-height: 1;
	color: #4b9917;
}

.nohaku .modal .story p:nth-of-type(2) strong {
	left: 0;
	right: auto;
	text-align: right;
}

.nohaku .modal .story {}

.nohaku .modal .story {}


.nohaku .coupon {
	text-align: center;
	margin: 0 0 30px;
}

.nohaku .coupon_border {
	background: #bff2d8;
	border-radius: 40px;
	padding: 40px 0 50px;
}

.nohaku #coupon h2 {
	margin: 0 12% 8%;
}

.nohaku #coupon .coupon-guide {
	margin: 0 10px 40px;
	text-align: right;
	font-size: calc(21vw / 750 * 100);
}

.nohaku #coupon .coupon-guide a {
	display: inline-block;
	padding: .25em .5em .5em .9em;
	border-radius: 4px;
	background-color: #e1e1e1;
}

.nohaku #coupon .coupon-guide a:after {
	display: inline-block;
	content: "";
	background-image: url(https://img.travel.rakuten.co.jp//special/sales/template/html/images/Linkwindow.svg);
	width: 16px;
	height: 16px;
	position: relative;
	right: -2px;
}

.nohaku #coupon .txt {
	margin: 0 10px 40px;
	font-size: calc(21vw / 750 * 100);
	text-align: left;
}

.nohaku #coupon .period {
	display: block;
	font-size: calc(26vw / 750 * 100);
	font-weight: bold;
	margin: 0 0 20px;
}

.nohaku #coupon .period small {
	font-weight: 500;
}

.nohaku #coupon .cpn_box_info+a {
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 30px auto 0;
	width: 100%;
	padding: 10% 0;
	color: #fff !important;
	font-weight: 500;
	font-size: calc(28vw / 750 * 100);
	box-shadow: 0 5px 0 0 rgba(0, 0, 0, 0.1);
	background-color: #786a21;
	position: relative;
	border-radius: 8px;
}

.nohaku #coupon .cpn_box_info+a:after {
	content: "";
	display: block;
	position: absolute;
	width: 13px;
	height: 13px;
	box-sizing: border-box;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	right: 8%;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	transition: 0.3s;
}


.nohaku .cpn {
	margin: 0 0 100px;
	position: relative;
}

.nohaku .cpn h2 {
	margin: 0 -4%;
	text-align: center;
	position: relative;
}

.nohaku .cpn .period {
	margin: 0 0 40px;
	text-align: center;
	font-size: calc(21vw / 750 * 100);
}

.nohaku .cpn .period a {
	text-decoration: underline !important;
}

.nohaku .cpn .period span {
	display: block;
	border: solid #786a21;
	border-width: 1px 0;
	padding: 10px 0;
	margin: 0 0 10px;
	font-size: calc(24vw / 750 * 100);
	letter-spacing: 1px;
}

.nohaku .cpn h3 {
	text-align: center;
	margin: 0 0 10px;
	font-size: calc(32vw / 750 * 100);
	color: #b30000;
}

.nohaku .cpn h4 {
	text-align: center;
	font-size: calc(27vw / 750 * 100);
	color: #b30000;
	background: #fff;
	border: 1px solid #b30000;
	display: inline-block;
	border-radius: 30px;
	line-height: 1;
	padding: 10px 10%;
	margin: 0 0 6%;
}

.nohaku .cpn .topix {
	background: #ffebdc;
	border: 1px solid #786a21;
	text-align: center;
	padding: 30px 0 0;
	margin: 0 0 50px;
}

.nohaku .cpn ul {
	display: flex;
	justify-content: center;
	flex-flow: wrap;
	position: relative;
}

.nohaku .cpn ul.newBlock {
	margin: 0 0 40px;
}

.nohaku .cpn ul.newBlock:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 90%;
	margin: auto;
	height: 1px;
	background: #786a21;
}

.nohaku .cpn ul>li {
	width: 30%;
	margin: 0 1% 10%;
	position: relative;
	display: flex;
	flex-direction: column;
	text-align: left;
}

.nohaku .cpn ul li.new a:before {
	content: "NEW";
	position: absolute;
	top: 0;
	right: 0;
	padding: 4px 10px;
	color: #fff;
	background: #b30000;
	border-radius: 0 0 0 10px;
	font-size: calc(18vw / 750 * 100);
	text-align: center;
	line-height: 1;
	z-index: 1;
}

.nohaku .cpn ul li#notabi07 {
	margin: 0 2% 10% 5%;
}

.nohaku .cpn ul li#notabi08 {
	margin: 0 5% 10% 0;
}

.nohaku .cpn ul li figure {
	position: absolute;
	top: 5px;
	left: 5px;
	width: 24%;
	display: none;
}

.nohaku .cpn ul li figure.on {
	display: block;
	z-index: 1;
}

.nohaku .cpn ul li p {
	margin: 10px 0;
	font-weight: bold;
	font-size: calc(22vw / 750 * 100);
}

.nohaku .cpn ul li small {
	font-size: calc(20vw / 750 * 100);
}

.nohaku .cpn ul li small a {
	color: #fff !important;
}

.nohaku .cpn ul li a span {
	display: block;
	background: #ffa304;
	font-size: calc(21vw / 750 * 100);
	text-align: center;
	padding: 10px 0;
	border-radius: 10px;
	color: #fff !important;
	text-decoration: none !important;
	box-shadow: 0 5px 0 0 rgba(0, 0, 0, 0.1);
	position: relative;
}

.nohaku .cpn ul li a span:after {
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	box-sizing: border-box;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	right: 10%;
	top: 0;
	bottom: 0;
	transform: rotate(45deg);
	transition: 0.3s;
	margin: auto;
}

.nohaku .cpn ul li strong {
	font-size: calc(20vw / 750 * 100);
	margin: auto 0 0;
}

.nohaku .cpn ul li strong small {
	color: #fff;
	padding: 2px 10px;
	border-radius: 30px;
	margin: 5px 0 0;
	font-weight: normal;
	display: inline-block;
	width: 70%;
	text-align: center;
}

.nohaku .cpn ul li strong small.gourmet {
	background: #d3809c;
}

.nohaku .cpn ul li strong small.experience {
	background: #8282b3;
}

.nohaku .cpn ul li strong small.trip {
	background: #82b499;
}

.nohaku .cpn ul li strong small.scenery {
	background: #b9946b;
}

.nohaku .cpn ul li ol {
	display: flex;
	align-items: center;
	flex-flow: wrap;
	margin: 10px 0;
	font-size: calc(20vw / 750 * 100);
}

.nohaku .cpn ul li ol li {
	margin: 0 5px 2px 0;
}

.nohaku .cpn ul li ol+a {
	margin: auto 0 0;
}

.nohaku .cpn picture+small {
	display: block;
	margin: 20px 0 0;
	font-size: calc(24vw / 750 * 100);
	text-align: center;
}

.nohaku .cpn picture+small a {
	text-decoration: underline !important;
}


.nohaku .column4 {
	text-align: center;
	background: #fff4e0;
}

.nohaku .column4 h2 {
	margin: 0 0 12%;
}

.nohaku .column4 img.sp {}

.nohaku .column4 h2 img {}

.nohaku .column4 h2 span {
	position: absolute;
	bottom: -15%;
	left: 0;
	width: 60%;
	height: auto;
	color: #fff;
	padding: 2% 0 2% 4%;
	text-align: left;
	font-size: calc(38vw / 750 * 100);
}

.nohaku .column4 h2 small {
	display: block;
	font-size: calc(20vw / 750 * 100);
}

.nohaku #gourmet h2 span {
	background: #d3809c;
}

.nohaku #experience h2 span {
	background: #8282b3;
}

.nohaku #scenery h2 span {
	background: #b9946b;
}

.nohaku #trip h2 span {
	background: #82b499;
}

.nohaku .column4 h2 span:after {
	content: "";
	position: absolute;
	top: 0;
	right: 2%;
	width: 15%;
	height: 100%;
}

.nohaku #gourmet h2 span:after {
	background: url(../../images/202406/ico_gourmet.svg) no-repeat center / 100%;
}

.nohaku #experience h2 span:after {
	background: url(../../images/202406/ico_experience.svg) no-repeat center / 100%;
}

.nohaku #scenery h2 span:after {
	background: url(../../images/202406/ico_scenery.svg) no-repeat center / 100%;
}

.nohaku #trip h2 span:after {
	background: url(../../images/202406/ico_trip.svg) no-repeat center / 100%;
}

.nohaku .column4 .txt {
	margin: 0 4% 10%;
	font-size: calc(26vw / 750 * 100);
	position: relative;
	text-align: left;
	line-height: 1.6;
}

.nohaku .column4 div.btn {
	text-align: right;
	margin: 0 4% 10%;
	font-size: calc(26vw / 750 * 100);
}

.nohaku .column4 div.btn a {
	position: relative;
}

.nohaku .column4 div.btn a:before {
	content: "";
	position: absolute;
	top: 50%;
	left: -25%;
	transform: translateY(-50%);
	background: #595959;
	border-radius: calc(24vw / 750 * 100);
	padding: 12px;
}

.nohaku .column4 div.btn a:after {
	content: "";
	position: absolute;
	top: 45%;
	left: -21%;
	padding: 3px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg) translateY(-50%);
}

.nohaku .column4 .topix_slide {
	position: relative;
	text-align: left;
	width: 70%;
	margin: 0 auto;
}

.nohaku .column4 .swiper-slide {}

.nohaku .column4 .swiper-slide div {
	position: relative;
	margin: 0 0 10px;
}

.nohaku .column4 .swiper-slide strong {
	display: block;
	font-size: calc(34vw / 750 * 100);
	margin: 0 0 10px;
}

.nohaku .column4 .swiper-slide strong span {
	background: #b9946b;
	border-radius: 30px;
	color: #fff;
	padding: 5px 20px;
	margin: 5px 0 0 10px;
	font-size: calc(20vw / 750 * 100);
	font-weight: normal;
	display: inline-block;
}

.nohaku .column4 .swiper-slide strong span a {
	color: #fff !important;
}

.nohaku .column4 .swiper-slide p {
	width: 100%;
	box-sizing: border-box;
}

.nohaku .column4 .swiper-slide figure {
	position: absolute;
	top: 0;
}

.nohaku .column4 .swiper-slide ul {
	display: flex;
	flex-flow: wrap;
	font-size: calc(20vw / 750 * 100);
}

.nohaku .column4 .swiper-slide ul li {
	margin: 0 10px 5px 0;
}

.nohaku .column4 .swiper-button-next,
.nohaku .column4 .swiper-button-prev {
	background: #434343;
	width: 35px;
	height: 35px;
	border-radius: 20px;
	position: absolute;
	top: 100px;
	z-index: 3;
	cursor: pointer;
}

.nohaku .column4 .swiper-button-next {
	right: -16px;
}

.nohaku .column4 .swiper-button-prev {
	left: -16px;
}

.nohaku .column4 .swiper-button-next:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 3px;
	margin: auto;
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
}

.nohaku .column4 .swiper-button-prev:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 3px;
	right: 0;
	margin: auto;
	width: 8px;
	height: 8px;
	border-bottom: 2px solid #fff;
	border-left: 2px solid #fff;
	transform: rotate(45deg);
}

.nohaku .column4 .swiper-pagination {
	bottom: -20px;
}

.nohaku .column4 .swiper-pagination-bullet {
	opacity: 1;
	background: #434343;
}

.nohaku .column4 #scenery .swiper-pagination-bullet-active,
.nohaku .column4 #scenery .swiper-slide strong span {
	background: #b9946b;
}

.nohaku .column4 #gourmet .swiper-pagination-bullet-active,
.nohaku .column4 #gourmet .swiper-slide strong span {
	background: #d3809c;
}

.nohaku .column4 #experience .swiper-pagination-bullet-active,
.nohaku .column4 #experience .swiper-slide strong span {
	background: #8282b3;
}

.nohaku .column4 #trip .swiper-pagination-bullet-active,
.nohaku .column4 #trip .swiper-slide strong span {
	background: #82b499;
}

.nohaku .topix_slide .swiper-slide {
	background: #fff;
	padding: 0 4% 20px;
	height: auto;
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
}

.nohaku .topix_slide .swiper-slide div {
	position: relative;
	margin: 0 -4% 10px;
}

.nohaku .topix_slide .swiper-slide>a {
	position: relative;
	width: 100%;
	border: 1px solid #ccc;
	border-radius: 80px;
	display: block;
	text-align: center;
	padding: 3% 0;
	margin: 0 0 5%;
	font-size: calc(30vw / 750 * 100);
}

.nohaku .topix_slide .swiper-slide>a:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	margin: auto;
	width: 6px;
	height: 6px;
	transform: rotate(45deg);
}

.nohaku .topix_slide strong {
	font-size: calc(30vw / 750 * 100);
}

.nohaku .topix_slide strong span {
	color: #fff;
	background: #e90026;
	font-size: calc(22vw / 750 * 100);
	margin: 0 10px 0 0;
	padding: 4px 8px;
}

.nohaku .topix_slide .swiper-slide p {
	height: 7em;
	font-size: calc(32vw / 750 * 100);
	line-height: 1.6;
}

.nohaku .topix_slide .swiper-slide figure {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 1;
	display: none;
}

.nohaku .topix_slide .swiper-slide figure.on {
	display: block;
}

.nohaku .topix_slide .swiper-slide ul {
	display: flex;
	flex-flow: wrap;
	font-size: calc(26vw / 750 * 100);
}

.nohaku .topix_slide .swiper-slide ul li {
	margin: 0 5px 5px 0;
	transition: .3s;
	border: 1px solid #595959;
	border-radius: 50px;
}

.nohaku .topix_slide .swiper-slide ul li:nth-child(n+7) {
	display: none;
}

.nohaku .topix_slide .swiper-slide ul li a {
	padding: calc(10vw / 750 * 100) calc(20vw / 750 * 100);
	display: block;
}

.nohaku .topix_slide .swiper-button-next,
.nohaku .topix_slide .swiper-button-prev {
	background: rgba(0, 0, 0, .6);
	width: 40px;
	height: 40px;
	border-radius: 50px;
	position: absolute;
	top: 35%;
	z-index: 4;
	cursor: pointer;
}

.nohaku .topix_slide .swiper-button-next {
	right: -15%;
}

.nohaku .topix_slide .swiper-button-prev {
	left: -15%;
}

.nohaku .topix_slide .swiper-button-next:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 3px;
	margin: auto;
	width: 10px;
	height: 10px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
}

.nohaku .topix_slide .swiper-button-prev:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 3px;
	right: 0;
	margin: auto;
	width: 8px;
	height: 8px;
	border-bottom: 2px solid #fff;
	border-left: 2px solid #fff;
	transform: rotate(45deg);
}

.nohaku .topix_slide .swiper-pagination {
	bottom: 0;
}

.nohaku .topix_slide .swiper-pagination-bullet {
	opacity: 1;
	background: #838383;
}

.nohaku .new .topix_slide .swiper-button-next,
.nohaku .new .topix_slide .swiper-button-prev {
	top: 43%;
}

.nohaku .new .topix_slide .swiper-pagination-bullet-active {
	background: #6fab3f;
}

.nohaku #scenery .topix_slide .swiper-slide strong,
.nohaku .new .topix_slide .scenery strong {
	color: #b9946b;
}

.nohaku #gourmet .topix_slide .swiper-slide strong,
.nohaku .new .topix_slide .gourmet strong {
	color: #d3809c;
}

.nohaku #experience .topix_slide .swiper-slide strong,
.nohaku .new .topix_slide .experience strong {
	color: #8282b3;
}

.nohaku #trip .topix_slide .swiper-slide strong,
.nohaku .new .topix_slide .trip strong {
	color: #82b499;
}

.nohaku #scenery .topix_slide .swiper-slide>a,
.nohaku .topix_slide .scenery>a {
	color: #b9946b !important;
	border: 1px solid #b9946b;
}

.nohaku #gourmet .topix_slide .swiper-slide>a,
.nohaku .topix_slide .gourmet>a {
	color: #d3809c !important;
	border: 1px solid #d3809c;
}

.nohaku #experience .topix_slide .swiper-slide>a,
.nohaku .topix_slide .experience>a {
	color: #8282b3 !important;
	border: 1px solid #8282b3;
}

.nohaku #trip .topix_slide .swiper-slide>a,
.nohaku .topix_slide .trip>a {
	color: #82b499 !important;
	border: 1px solid #82b499;
}

.nohaku .topix_slide .experience>a {
	color: #8282b3 !important;
	border: 1px solid #8282b3;
}

.nohaku .topix_slide .trip>a {
	color: #82b499 !important;
	border: 1px solid #82b499;
}

.nohaku #gourmet .topix_slide .swiper-slide>a:after,
.nohaku .topix_slide .gourmet>a:after {
	border-top: 1px solid #d3809c;
	border-right: 1px solid #d3809c;
}

.nohaku #experience .topix_slide .swiper-slide>a:after,
.nohaku .topix_slide .experience>a:after {
	border-top: 1px solid #8282b3;
	border-right: 1px solid #8282b3;
}

.nohaku #scenery .topix_slide .swiper-slide>a:after,
.nohaku .topix_slide .scenery>a:after {
	border-top: 1px solid #b9946b;
	border-right: 1px solid #b9946b;
}

.nohaku #trip .topix_slide .swiper-slide>a:after,
.nohaku .topix_slide .trip>a:after {
	border-top: 1px solid #82b499;
	border-right: 1px solid #82b499;
}

.nohaku #scenery .topix_slide .swiper-pagination-bullet-active,
.nohaku #scenery .topix_slide .swiper-slide ul li:nth-child(1),
.nohaku .new .topix_slide .scenery ul li:nth-child(1) {
	background: #b9946b;
}

.nohaku #gourmet .topix_slide .swiper-pagination-bullet-active,
.nohaku #gourmet .topix_slide .swiper-slide ul li:nth-child(1),
.nohaku .new .topix_slide .gourmet ul li:nth-child(1) {
	background: #d3809c;
}

.nohaku #experience .topix_slide .swiper-pagination-bullet-active,
.nohaku #experience .topix_slide .swiper-slide ul li:nth-child(1),
.nohaku .new .topix_slide .experience ul li:nth-child(1) {
	background: #8282b3;
}

.nohaku #trip .topix_slide .swiper-pagination-bullet-active,
.nohaku #trip .topix_slide .swiper-slide ul li:nth-child(1),
.nohaku .new .topix_slide .trip ul li:nth-child(1) {
	background: #82b499;
}

.nohaku .new .topix_slide .swiper-slide p+a {
	font-weight: bold;
	line-height: 1.2;
	background: #ffc000;
	border: 1px solid #ffc000;
	color: #fff !important;
}

.nohaku .new .topix_slide .swiper-slide p+a span {
	display: block;
}

.nohaku .new .topix_slide .swiper-slide p+a:after {
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}

.nohaku .topix_slide ul li:nth-child(1) a {
	color: #fff !important;
}

.nohaku .column4 .movie {
	width: 90%;
	margin: auto;
	position: relative;
}

.nohaku .column4 .movie video-js {
	left: 0;
}

.nohaku #gourmet,
.nohaku #experience,
.nohaku #scenery {
	padding: 16% 0 0;
}

.nohaku #trip {
	margin: 0 0 15%;
	padding: 20% 0 15%;
}

.nohaku .article_search {
	margin: 0 4% 10%;
}

.nohaku .article_search h2 {
	margin: 0 0 5%;
	text-align: center;
}

.nohaku .article_search h2 img {
	width: auto;
	max-width: 40%;
}

.nohaku .article_search h3 img {
	width: auto;
}

.nohaku .article_search .category_search {
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
	padding: 0 2% 12%;
}

.nohaku .article_search .category_search li {
	width: 48%;
	margin: 0 0 20px;
}

.nohaku .article_search .area_search {
	text-align: center;
}

.nohaku .article_search .area_search h3 {
	margin: 0 0 6%;
}

.nohaku .article_search .tag_search {
	text-align: center;
	margin: 0 0 150px;
}

.nohaku .article_search .tag_search h3 {
	margin: 0 0 5%;
}

.nohaku_article .category_search ul {
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
	margin: 0;
}

.nohaku .area_search ul {
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
}

.nohaku .area_search ul li {
	width: 48%;
	margin: 3% 0 0;
}

.nohaku .area_search ul li a,
.nohaku .nohaku_article .area_search ul li a {
	font-size: calc(26vw / 750 * 100);
	border-radius: 50px;
	display: block;
	padding: 4% 2% 3% 10%;
	border: 1px solid #786a21;
	text-align: left;
}

.nohaku .area_search ul li img,
.nohaku .nohaku_article .area_search ul li img {
	vertical-align: middle;
	margin: 0 10px 0 0;
	width: auto;
	max-width: 13%;
}

.nohaku .nohaku_article .tag_search {
	text-align: center;
	margin: 130px 0 110px;
}

.nohaku .article_search .tag_search .inner,
.nohaku .nohaku_article .tag_search .inner {
	text-align: left;
	border-radius: 10px;
	padding: 2em;
}

.nohaku .article_search .tag_search ul li,
.nohaku .nohaku_article .tag_search ul li {
	margin: 3% 3% 0 0;
	display: inline-block;
	border-radius: 40px;
	border: 1px solid #786a21;
	padding: 2% 3%;
}

.nohaku .nohaku_article .tag_search ul li a {
	font-size: 16px;
}

.nohaku .article_search .tag_search .more,
.nohaku .nohaku_article .tag_search .more {
	display: none;
}


.nohaku .area_information {
	display: none;
}

.nohaku .nohaku_article .area_information {
	text-align: center;
	margin: 0 0 50px;
}

.nohaku .nohaku_article .btn_more {
	text-align: center;
}

.nohaku .nohaku_article .btn_more a {
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	width: 100%;
	max-width: 500px;
	height: 100px;
	color: #fff !important;
	font-weight: bold;
	font-size: 21px;
	box-shadow: 0 5px 0 0 rgba(0, 0, 0, 0.1);
	background-color: #786a21;
	position: relative;
	border-radius: 10px;
}

.nohaku .nohaku_article .btn_more a img {
	margin: 0 0 0 10px;
}

.nohaku .nohaku_article .btn_more small {
	display: block;
	margin: 10px 0 0;
	font-size: 14px;
}


.nohaku .news {
	text-align: center;
	background: #dee8ee;
	position: relative;
	padding: 0 0 80px;
	margin: 0 0 80px;
}

.nohaku .news:after {
	content: "";
	position: absolute;
	top: -70px;
	left: 50%;
	transform: translateX(-50%);
	width: 800px;
	height: 600px;
	background: #dee8ee;
	border-radius: 1000px 1000px 0 0 / 400px 400px 0 0;
}

.nohaku .news>* {
	position: relative;
	z-index: 2;
}

.nohaku .news h2 {
	margin: 0 8% 40px;
}

.nohaku .news p {
	margin: 30px 0 50px;
	line-height: 2;
	font-size: calc(26vw / 750 * 100);
}

.nohaku .news div {}

.nohaku .news div strong {
	display: block;
	font-size: calc(50vw / 750 * 100);
	font-weight: bold;
	margin: 0 0 10px;
}

.nohaku .news .comment {
	margin: 20px 0 0;
}

.nohaku .news .comment span {
	display: block;
	font-size: calc(50vw / 750 * 100);
	line-height: 1;
}

.nohaku .news .comment small {
	border-top: 1px solid #434343;
	padding: 10px 0 0;
	margin: 10px 0 0;
	text-align: left;
	display: block;
}

.nohaku .news dl {
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
	margin: 40px 0 50px;
	position: relative;
}

.nohaku .news dl dt {
	width: 100%;
	font-size: calc(50vw / 750 * 100);
	font-weight: bold;
	margin: 0 0 20px;
}

.nohaku .news dl dd {
	display: flex;
	flex-flow: column;
	width: 48%;
}

.nohaku .news dl dd:nth-of-type(3) {
	width: 60%;
	margin: 40px auto 0;
}

.nohaku .news dl dd img {
	margin: 0 0 auto;
}

.nohaku .news dl dd span {
	font-size: calc(26vw / 750 * 100);
	margin: 10px 0 0;
}

.nohaku .news .inner+p {
	margin: 0 0 30px;
	font-size: calc(25vw / 750 * 100);
}

.nohaku .news p+img {
	width: 70%;
}

.nohaku .access {
	text-align: center;
	margin: 0 auto 60px;
}

.nohaku .access p {
	text-align: center;
	margin: 0 0 80px;
	font-size: calc(24vw / 750 * 100);
}

.nohaku .access p a {
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 40px auto 20px;
	width: 82%;
	padding: 8% 0;
	color: #fff !important;
	font-weight: 500;
	font-size: calc(28vw / 750 * 100);
	box-shadow: 0 5px 0 0 rgba(0, 0, 0, 0.1);
	background-color: #786a21;
	position: relative;
	border-radius: 10px;
}

.nohaku .access p a img {
	width: 30px;
	position: absolute;
	right: 4%;
}

.nohaku .access h2 {
	margin: 0 20% 20px
}

.nohaku .access h2 img {
	width: auto;
	max-width: 50%;
}

.nohaku .access iframe {
	width: 100%;
}

.nohaku .access .gmap {
	margin: 0 5%;
}

.nohaku .access a {
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 40px auto 20px;
	width: 82%;
	padding: 8% 0;
	color: #fff !important;
	font-weight: 500;
	font-size: calc(32vw / 750 * 100);
	box-shadow: 0 5px 0 0 rgba(0, 0, 0, 0.1);
	background-color: #786a21;
	position: relative;
	border-radius: 10px;
}

.nohaku .access a:after {
	content: "";
	display: block;
	position: absolute;
	width: 10px;
	height: 10px;
	box-sizing: border-box;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	right: 15%;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	transition: 0.3s;
}

.nohaku .nohaku_about {
	margin: 10% 4% 15%;
}

.nohaku .nohaku_about p {
	text-align: center;
	font-size: calc(24vw / 750 * 100);
}

.nohaku .nohaku_about p a {
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 40px auto 20px;
	width: 82%;
	padding: 1.5em 0;
	color: #fff !important;
	font-weight: 500;
	font-size: calc(28vw / 750 * 100);
	background: #ad0000;
	position: relative;
}

.nohaku .nohaku_about p a img {
	width: 20px;
	position: absolute;
	right: 4%;
}


.bnr_float {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 101;
	transition: .3s;
	visibility: hidden;
	opacity: 0;
	overflow-x: scroll;
}

.bnr_float.fixed {
	visibility: visible;
	opacity: 1;
}

.bnr_float ul {
	display: flex;
	width: 160%;
}

.bnr_float li {
	width: 25%;
	margin: 0 3px 0 0;
	font-size: calc(26vw / 750 * 100);
	background: rgba(118, 118, 118, .8);
}

.bnr_float li.bnr_flow {
	width: 45%;
}

.bnr_float li a {
	display: flex;
	height: 100%;
	color: #fff !important;
	align-items: center;
	justify-content: center;

	position: relative;
	line-height: 1.2;
}

.bnr_float li:nth-of-type(2) a,
.bnr_float li:nth-of-type(3) a,
.bnr_float li:nth-of-type(4) a,
.bnr_float li:nth-of-type(5) a {
	padding: 0 0 10%;
	box-sizing: border-box;
}

.bnr_float li.current:nth-of-type(2) a {
	background: rgba(211, 128, 156, .8);
}

.bnr_float li.current:nth-of-type(3) a {
	background: rgba(130, 130, 179, .8);
}

.bnr_float li.current:nth-of-type(4) a {
	background: rgba(185, 148, 107, .8);
}

.bnr_float li.current:nth-of-type(5) a {
	background: rgba(130, 180, 153, .8);
}

.bnr_float li:nth-of-type(6) {
	width: 30%;
}

.bnr_float li.current:nth-of-type(6) a {
	background: rgba(75, 153, 23, .8);
}

.bnr_float li a:after {
	content: "";
	position: absolute;
	bottom: 10%;
	left: 50%;
	margin: auto;
	padding: 4%;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg) translateX(-50%);
}

.bnr_float li:nth-of-type(1) a:after,
.bnr_float li:nth-of-type(6) a:after,
.bnr_float li:nth-of-type(7) a:after {
	content: none;
}

.bnr_float li:last-child {
	width: 28%;
}

.bnr_float+img {
	width: auto;
	max-width: 60%;
}

.nohaku .etiquette {
	font-size: calc(28vw / 750 * 100);
	padding: 1em 0;
	display: block;
	background: #eeeeee;
	margin: 0 auto 50px;
	width: 91.4666666667vw;
	text-align: center;
}

.nohaku .etiquette a {
	text-decoration: underline !important;
	color: #0000ff !important;
}

.nohaku #anime .web {
	padding: 10% 0 0;
}

.summary {
	font-family: "Hiragino Kaku Gothic ProN", "繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3", "繝｡繧､繝ｪ繧ｪ", Meiryo, sans-serif;


}

.summary table {
	border-collapse: collapse;
	margin-bottom: 50px;
	width: 100%;
}

.summary table caption {
	color: #6c5932;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 1em;
	padding: 0 10px;
}

.summary table th {
	font-size: 16px;
	font-weight: bold;
	background: #f6f2d9;
	padding: 15px;
	vertical-align: middle;
	text-align: center;
	display: block;
}

.summary table th.col2 {
	background: none;
	text-align: left;
	padding: 15px 15px 0;
	margin: 0 0 -10px;
	font-size: 16px;
}

.summary table tr:last-child th {
	border-bottom: none;
}

.summary table td {
	font-size: 14px;
	background: #FFF;
	padding: 15px;
	display: block;
}

.summary table td span {
	display: block;
	font-weight: bold;
	font-size: 15px;
}

.summary table td span:not(:nth-child(1)) {
	margin: 20px 0 0;
}

.summary table td a {
	text-decoration: underline !important;
	color: #0000ff;
}

.summary table td a:hover {
	text-decoration: none !important;
}

.summary table.table3 th {
	width: 32%;
}

.summary p.summary_notes {
	text-align: center;
	padding: 0 4% 80px;
	font-size: 14px;
}

#search-box-body {
	display: block;
}

#search-box-body img {
	width: auto;
	vertical-align: middle;
}

.nohaku .nohaku_article {
	margin: 0 0 18%;
}

.nohaku_article .category_search h3,
.nohaku_article .area_search h3,
.nohaku_article .tag_search h3,
.nohaku_article .topix h3 {
	font-size: calc(42vw / 750 * 100);
	font-weight: bold;
	border-bottom: 2px dotted #786a21;
	display: inline-block;
	margin: 0 0 40px;
}

.nohaku_article .category_search {
	width: auto;
	text-align: center;
	margin: 60px 0 0;
}

.nohaku_article .category_search ul {
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
}

.nohaku_article .category_search ul li {
	width: 48%;
	margin: 0 0 20px;
	text-align: left;
}

.nohaku_article .category_search ul li a {
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #786a21;
	border-radius: 10px;
	height: 50px;
	font-size: calc(28vw / 750 * 100);
	color: #434343 !important;
}

.nohaku_article .category_search ul li img {
	margin: 0 10px 0 0;
	width: 30px;
	vertical-align: middle;
}

.nohaku_article .area_search {
	text-align: center;
	margin: 60px 0 0;
}

.nohaku_article .area_search ul {
	display: flex;
	flex-flow: wrap;
	text-align: left;
	justify-content: space-between;
}

.nohaku_article .area_search ul li {
	margin: 0 0 10px 0;
	width: 48%;
}

.nohaku_article .area_search ul li a {
	/*	font-size: 16px;*/
	font-size: calc(28vw / 750 * 100);
	border-radius: 10px;
	display: block;
	padding: .2em 1.2em;
	border: 1px solid #786a21;
}

.nohaku_article .area_search ul li img {
	vertical-align: middle;
	margin: 0 10px 0 0;
	width: 20px;
}

.nohaku .article_search .tag_search,
.nohaku_article .tag_search {
	text-align: center;
	margin: 18% 0 0;
	position: relative;
}

.nohaku .article_search .tag_search .inner,
.nohaku_article .tag_search .inner {
	height: 19em;
	overflow: hidden;
	border-radius: 10px;
	padding: 0;
	margin: 0;
}

.nohaku .article_search .tag_search .inner.open,
.nohaku_article .tag_search .inner.open {
	height: auto;
}

.nohaku .article_search .tag_search ul {}

.nohaku .article_search .tag_search ul li {}

.nohaku_article.trip .tag_search ul {
	display: inline !important;
}

.nohaku_article.trip .tag_search .inner {
	line-height: 1.8;
	text-align: left;
}

.nohaku_article.experience .tag_search ul.experience,
.nohaku_article.gourmet .tag_search ul.gourmet,
.nohaku_article.scenery .tag_search ul.scenery {
	display: flex !important;
	flex-flow: wrap;
}

.nohaku_article .tag_search ul li {
	margin: 0 .5em .5em;
	padding: 0 2px;
	background: #e6e6e6;
	display: inline;
}

.nohaku_article .tag_search ul li a {
	font-size: 14px;
}

.nohaku .article_search .tag_search .more,
.nohaku_article .tag_search .more {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 1.5em;
	padding-top: 4em;
	text-align: center;
	line-height: 1.5em;
	background: linear-gradient(180deg, rgb(255, 255, 255, 0) 0%, rgb(255, 255, 255, 1) 30%);
	padding-bottom: 4em;
	display: block;
	text-decoration: none !important;
}

.nohaku .article_search .tag_search .more span,
.nohaku_article .tag_search .more span {
	position: relative;
	font-size: 16px;
}

.nohaku .article_search .tag_search .more span:before,
.nohaku_article .tag_search .more span:before {
	position: absolute;
	left: 0;
	right: -150%;
	bottom: 40%;
	content: '';
	width: 10px;
	height: 10px;
	border: 1px solid;
	border-color: transparent transparent #565656 #565656;
	transform: rotate(-45deg);
	margin: 0 auto;
}

.nohaku .article_search .tag_search .more.active span:before,
.nohaku_article .tag_search .more.active span::before {
	top: 40%;
	right: -160%;
	bottom: unset;
	border-color: #565656 #565656 transparent transparent;
}

.nohaku .article_search .tag_search .more.active,
.nohaku_article .tag_search .more.active {
	padding: 3em 0 2em;
	position: initial;
}

.nohaku .area_information {
	display: none;
}

.nohaku .nohaku_article .area_information {
	text-align: center;
	margin: 0 0 50px;
}

.nohaku_article .area_information {
	margin: 50px 16px 0;
}

.nohaku_article .area_information p {
	font-size: calc(20vw / 750 * 100);
	margin: 0 4%;
}

.nohaku .nohaku_article .btn_more {
	text-align: center;
}

.nohaku .nohaku_article .btn_more a {
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	width: 100%;
	max-width: 74.6666666667vw;
	height: 100px;
	color: #fff !important;
	font-weight: bold;
	font-size: 4.2666666667vw;
	box-shadow: 0 5px 0 0 rgba(0, 0, 0, 0.1);
	background-color: #786a21;
	position: relative;
	border-radius: 10px;
}

.nohaku .nohaku_article .btn_more a img {
	margin: 0 0 0 10px;
	width: 8%;
}

.nohaku .nohaku_article .btn_more small {
	display: block;
	margin: 10px 0 0;
	font-size: 14px;
}

.nohaku .collaboration {
	position: relative;
	background: url(../../images/202310/bg_collaboration_sp_top.jpg) no-repeat top center / 100%;
	padding: 10% 0 0;
}

.nohaku .collaboration h2 {
	text-align: center;
	margin: 0 10% 40px;
}

.nohaku .collaboration .inner {
	position: relative;
	padding: 0 0 140px;
	margin: 0;
	display: flex;
	flex-flow: wrap;
}

.nohaku .collaboration .inner:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(../../images/202310/bg_collabo.jpg) center / 100%;
	width: 100%;
	height: 100%;
}

.nohaku .collaboration .inner>* {
	position: relative;
}

.nohaku .collaboration .inner h3 {
	writing-mode: vertical-rl;
	right: -10%;
	margin: 0 auto 40px;
	width: 16%;

}

.nohaku .collaboration h3 span {
	display: block;
	margin: 40px 20px 0 0;
	font-size: calc(35vw / 750 * 100);
	font-weight: normal;
}

.nohaku .collaboration h3 img {
	display: block;
}

.nohaku .collaboration p {
	margin: 5px 0 0;
	font-size: calc(23vw / 750 * 100);
}

.nohaku .collaboration .collabo1 {
	margin: 0 8% 30px;
}

.nohaku .collaboration .collabo2 {
	margin: 0 8% 30px;
}

.nohaku .collaboration .collabo3 {
	margin: 0 0 0 8%;
	width: 40%;
}

.nohaku .collaboration .collabo4 {
	width: 41%;
	margin: 0 0 0 3%;
}

.nohaku .collaboration .collabo4 p {
	width: 204%;
	position: absolute;
	right: 0;
}

.nohaku .collaboration a {
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 100px auto 0;
	width: 80%;
	max-width: 500px;
	height: 100px;
	color: #fff !important;
	font-weight: 500;
	font-size: calc(28vw / 750 * 100);
	box-shadow: 0 5px 0 0 rgba(0, 0, 0, 0.1);
	background: #c50b00;
	position: relative;
	border-radius: 10px;
}

.nohaku .collaboration a img {
	width: 30px;
	position: absolute;
	right: 4%;
}

.nohaku .collaboration a+span {
	text-align: center;
	display: block;
	width: 100%;
	margin: 10px 0 0;
	font-size: calc(20vw / 750 * 100);
}

.nohaku .collaboration .dancyu {
	text-align: center;
	margin: 60px 0 0;
	margin: 28% auto 0;
	width: 100%;
}

.nohaku .collaboration .dancyu span {
	display: block;
	margin: 0 0 20px;
	font-size: calc(26vw / 750 * 100);
}

.nohaku .collaboration .dancyu img {
	width: 80%;
}


.nohaku_tag section {
	background: #f6f3eb;
	border-radius: 0 0 500px 500px / 0 0 100px 100px;
	position: relative;
	padding: 20px 0 80px;
	margin: 0 0 50px;
}

.nohaku_tag section:before {
	content: "";
	background: url(https://img.travel.rakuten.co.jp/movement/area/nohaku/images/202307//ico_top_left_sp.svg) no-repeat center / 100%;
	position: absolute;
	top: 90px;
	left: 0;
	padding: 18% 17%;
}

.nohaku_tag section:after {
	content: "";
	background: url(https://img.travel.rakuten.co.jp/movement/area/nohaku/images/202307//ico_top_right.svg) no-repeat center / 100%;
	position: absolute;
	top: 130px;
	right: 0;
	padding: 15% 16%;
}

.nohaku_tag h2 {
	text-align: left;
	margin: 0 0 50px;
	padding: 0 0 15px;
	position: relative;
}

.nohaku_tag h2 span {
	display: block;
	text-align: center;
}

.nohaku_tag h2 img {
	width: 220px;
}

.nohaku_tag h2:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #7e702b;
}

.nohaku_tag div.inner {
	position: relative;
	z-index: 1;

}

.nohaku_tag div.inner h1 {
	width: 100%;
	margin: 0 0 100px;
	text-align: center;
	font-size: 25px;
}

.nohaku_tag .btn_side {
	display: flex;
	align-items: center;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	transform: translateY(100%);
	z-index: 1;
	background: url(../../images/202506/bg_nav_sp.png) no-repeat top center / 100%;
}

.nohaku_tag .btn_side.fixed {
	transform: translateY(0px);
}

.nohaku_tag .btn_side li {
	color: #6c5932;
	padding: 10px 0;
	font-size: 3vw;
	text-align: center;
	z-index: 5;
	line-height: 1.2;
	width: 25%;
	font-weight: bold;
	position: relative;
}

/**
.nohaku_tag .btn_side li:before{
	content: "";
	position: absolute;
	top: 0;	left: 0; right: 0;
	border-bottom: 2px solid #6c5932;
	border-left: 2px solid #6c5932;
	transform: rotate(135deg);
	width: 8px;
	height: 8px;
	margin: 0 auto;
}
**/

/*
.nohaku_tag .btn_side li.modal_area{
	top: 310px;
	background: #786a21;
	margin: 10px 0 0;
}
.nohaku_tag .btn_side li.modal_tag{
	top: 412px;
	background: #786a21;
	margin: 10px 0 0;
}
.nohaku_tag .btn_side li.link2all{
	top: 510px;
	width: 63px;
	background: #786a21;
}
*/
.nohaku_tag .btn_side li.link2all {
	padding: 0;
}

.nohaku_tag .btn_side li.link2all a {
	color: #6c5932 !important;
	display: flex;
	height: calc(2em + 20px);
	justify-content: center;
	align-items: center;
}

.nohaku_tag .btn_side li.active {
	z-index: 9999;
}

.nohaku_tag dl {
	position: relative;
	z-index: 98;
}

.nohaku_tag dl dt {
	text-align: center;
	border-bottom: 2px dotted #7e702b;
	font-weight: bold;
	font-size: 22px;
	margin: 0 5% 30px;
	padding: 0 0 10px;
}

.nohaku_tag dl dd {
	margin: 0 0 30px 4em;
	font-size: calc(38vw / 750 * 100);
}

.nohaku_tag dl.tag dd {
	height: calc(80vh - 100px);
	overflow: scroll;
}

.nohaku_tag dl dd img {
	width: auto;
}

.nohaku_tag dl dd a {}

.nohaku_tag dl dd span {
	margin: 0 0 0 10px;
	display: inline-block;
}

.nohaku_tag dl.cate dd:nth-of-type(1) {
	margin: 0 0 30px 4.4em;
}

.nohaku_tag dl.cate dd:nth-of-type(1) span {
	margin: 0 0 0 18px;
}

.nohaku_tag dl.area dd {}

.nohaku_tag dl.area dd img {
	margin: 0 10px 0 0;
	vertical-align: middle;
}

.nohaku_tag .main_topix {
	text-align: left;
	margin: 0 4%;
}

.nohaku_tag .main_topix>div {
	margin: 0 0 40px;
	padding-bottom: 1em;
	background: #fff;
}

.nohaku_tag .main_topix div.matchheight {
	padding: .5em 0 0;
	width: 92%;
	margin: 0 auto;
}

.nohaku_tag .main_topix .article {
	display: none;
}

.nohaku_tag .main_topix div>a {
	position: relative;
	display: block;
}

.nohaku_tag .main_topix strong {
	display: block;
	font-size: 16px;
}

.nohaku_tag .main_topix .trip strong {
	color: #82b499;
}

.nohaku_tag .main_topix .gourmet strong {
	color: #d3809c;
}

.nohaku_tag .main_topix .experience strong {
	color: #8282b3;
}

.nohaku_tag .main_topix .scenery strong {
	color: #b9946b;
}



.nohaku_tag .main_topix p {}

.nohaku_tag .main_topix figure {
	position: absolute;
	top: 0;
}

.nohaku_tag .main_topix>div>a {
	position: relative;
	width: 92%;
	border: 1px solid #ccc;
	border-radius: 80px;
	display: block;
	text-align: center;
	padding: 5px 0 6px;
	margin: .8em auto 1em;
	font-size: 14px;
}

.nohaku_tag .main_topix>div>a:hover {
	text-decoration: none !important;
	opacity: .8;
}

.nohaku_tag .main_topix>div>a:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	margin: auto;
	width: 6px;
	height: 6px;
	transform: rotate(45deg);
}

.nohaku_tag .main_topix .gourmet>a {
	color: #d3809c !important;
	border: 1px solid #d3809c;
}

.nohaku_tag .main_topix .gourmet>a:after {
	border-top: 1px solid #d3809c;
	border-right: 1px solid #d3809c;
}

.nohaku_tag .main_topix .experience>a {
	color: #8282b3 !important;
	border: 1px solid #8282b3;
}

.nohaku_tag .main_topix .experience>a:after {
	border-top: 1px solid #8282b3;
	border-right: 1px solid #8282b3;
}

.nohaku_tag .main_topix .scenery>a {
	color: #b9946b !important;
	border: 1px solid #b9946b;
}

.nohaku_tag .main_topix .scenery>a:after {
	border-top: 1px solid #b9946b;
	border-right: 1px solid #b9946b;
}

.nohaku_tag .main_topix .trip>a {
	color: #82b499 !important;
	border: 1px solid #82b499;
}

.nohaku_tag .main_topix .trip>a:after {
	border-top: 1px solid #82b499;
	border-right: 1px solid #82b499;
}


.nohaku_tag .main_topix ul li {
	margin: 0 10px 5px 0;
	transition: .3s;
	border: 1px solid #595959;
	border-radius: 50px;
}

.nohaku_tag .main_topix .gourmet ul li:nth-child(1) {
	background: #d3809c;
}

.nohaku_tag .main_topix .experience ul li:nth-child(1) {
	background: #8282b3;
}

.nohaku_tag .main_topix .scenery ul li:nth-child(1) {
	background: #b9946b;
}

.nohaku_tag .main_topix .trip ul li:nth-child(1) {
	background: #82b499;
}

.nohaku_tag .main_topix ul li:hover {}

.nohaku_tag .main_topix ul li a,
.nohaku_tag .main_topix ul li span {
	padding: 3px 10px;
	display: block;
	line-height: 1;
}

.nohaku_tag .main_topix ul li:nth-child(1) a {
	color: #fff !important;
}


.nohaku_tag .main_topix ul {
	display: flex;
	flex-flow: wrap;
	font-size: 12px;
	width: 92%;
	margin: 0 auto;
}

.nohaku_tag .main_topix ul li {
	margin: 0 10px 5px 0;
}

.nohaku_tag .main_topix ul li:nth-child(n+7) {
	display: none;
}

.nohaku_tag .main_topix .article li span:hover {
	cursor: pointer;
	text-decoration: underline;
}

.nohaku_tag p.btn_more a::after {
	right: auto;
	left: 4%;
	transform: translateY(-50%) rotate(225deg);
}


.nohaku_tag .modal {
	display: none;
	width: 100%;
}

.nohaku_tag .modal .modalBody {
	position: fixed;
	top: 100px;
	left: 0;
	z-index: 1000;
	width: 100%;

}

.nohaku_tag .modal .modalBK {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 90;
	height: 100%;
	width: 100%;
	background: rgba(255, 255, 254, .95);
}

.nohaku_tag .modal .close {
	cursor: pointer;
	z-index: 99;
	position: absolute;
	top: 0;
	right: 10px;
	font-size: calc(80vw/750 * 100);
	line-height: 0;
}

.nohaku_tag #search-box {
	display: none;
}

.nohaku_tag .side_search dl.tag dd {
	margin: 0 0 20px 1em;
}

.nohaku_tag .side_search dl.tag dd .catlabel {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 1em;
	border-bottom: 1px dotted #7e702b;
	margin-bottom: 1em;
	;
}

.nohaku_tag .side_search dl.tag dd .catlabel:nth-of-type(1) {
	padding-top: 0;
}

.nohaku_tag .side_search dl.tag dd ul {
	display: inline;
	flex-flow: wrap;
}

.nohaku_tag .side_search dl.tag dd ul li {
	background: #e5e5e5;
	margin: 0 10px 10px 0;
	display: inline-block;
}


.nohaku .movie {
	background: #fff4e0;
	text-align: center;
	padding: 3em 0;
}

.nohaku .movie .inner {
	margin: 0;
}

.nohaku .movie h2 {
	width: calc(717 / 750 * 100vw);
	margin: 0 auto;
}

.nohaku .movie strong {
	color: #6c5932;
	display: block;
	font-size: calc(42vw / 750 * 100);
	padding: .5em 0;
}

.nohaku .movie strong span {
	display: block;
	font-size: calc(30vw / 750 * 100);
	color: #4b9917;
}

.nohaku .movie p {
	line-height: 1.8;
	font-size: 3.5vw;
	width: 80vw;
	margin: 0 auto 2em;

}

.nohaku .movie .inner div {
	margin: 0 -5%;
}

.nohaku .intro {
	background: #e8f8de;
	text-align: center;
	padding: 15% 0;
}

.nohaku .intro h2 {
	margin: 0 4% 8%;
}

.nohaku .intro p {
	line-height: 1.8;
	font-size: calc(26vw / 750 * 100);
	text-align: left;
}

.nohaku .award {
	margin: 10% 0 0;
}

.nohaku .award h3 {
	text-align: center;
	margin: 0 0 5%;
	font-size: calc(33vw / 750 * 100);
}

.nohaku .award h3 span {
	display: block;
	color: #4b9917;
	font-size: calc(56vw / 750 * 100);
}

.nohaku .award .grand {
	margin: 0 0 10%;
}

.nohaku .award .grand p {
	margin: 4% 0 0;
	text-align: left;
	font-size: calc(26vw / 750 * 100);
}

.nohaku .award ul {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin: 0 0 120px;
}

.nohaku .award ul li {
	width: 48%;
}

.nohaku .award ul li p {
	margin: 4% 0 0;
	text-align: left;
	font-size: calc(26vw / 750 * 100);
}

.nohaku .award .recommend {
	background: #fff;
	padding: 15% 5% 8%;
	position: relative;
}

.nohaku .award .recommend h3 {
	width: 100%;
	text-align: center;
	color: #4b9917;
	font-size: calc(36vw / 750 * 100);
	font-weight: 500;
	margin: 0;
	position: absolute;
	top: -5%;
	left: 0;
	right: 0;
}

.nohaku .award .recommend h3:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: url(../../images/202410/bg_reco_sp.png) no-repeat center / 100%;
	width: 100%;
	padding: 7% 0;
}

.nohaku .award .recommend h3 span {
	font-size: calc(47vw / 750 * 100);
	font-weight: 900;
	line-height: 1;
}

.nohaku .award .recommend figure {
	margin: 0 12%;
}

.nohaku .award .recommend figure small {
	display: block;
	font-size: calc(20vw / 750 * 100);
	margin: 10px 0 0;
	text-align: left;
}

.nohaku .award .recommend div {
	text-align: left;
	margin: 10% 0 0;
}

.nohaku .award .recommend div strong {
	display: block;
	margin: 0 0 4%;
	font-size: calc(36vw / 750 * 100);
}

.nohaku .award .recommend div p {
	margin: 0 0 20px;
	line-height: 2;
}

.nohaku .award .recommend div a {
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 70px;
	color: #fff !important;
	font-weight: 500;
	font-size: calc(38vw / 750 * 100);
	box-shadow: 0 5px 0 0 rgba(0, 0, 0, 0.1);
	background-color: #786a21;
	position: relative;
	border-radius: 10px;

}

.nohaku .award .recommend div a:after {
	content: "";
	display: block;
	position: absolute;
	padding: 1.4%;
	box-sizing: border-box;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	right: 8%;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	transition: 0.3s;
}

.nohaku .award .recommend+small {
	display: block;
	text-align: right;
	font-size: calc(20vw / 750 * 100);
	margin: 10px 0 0;
}

.nohaku .fnav.fixed {
	transform: translateY(0);
}

.nohaku .fnav {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 5;
	transform: translateY(100%);
	transition: 0.2s;
	width: 100%;
	background: url(../../images/202506/bg_nav_sp.png) no-repeat top center / 100%;
}

.nohaku .fnav ul {
	display: flex;
}

.nohaku .fnav a {
	display: flex;
	font-size: 3vw;
	color: #6c5932 !important;
	padding: 2em 0 1em 0;
	position: relative;
	font-weight: bold;
	line-height: 1;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 20vw;
	box-sizing: border-box;
	text-align: center;
	line-height: 1.4;
}

.nohaku .fnav a.active {
	color: #3f9d3d !important;
}

.nohaku .fnav a.active:before {
	position: absolute;
	top: .8em;
	left: 0;
	right: 0;
	margin: 0 auto;
	content: "";
	width: 2.5vw;
	height: 2.5vw;
	background: url(../../images/202506/ico_active_sp.png) no-repeat top center / contain;
}


.fadein {
	opacity: 0;
	transition: .8s;
}

.fade_left {
	transform: translate(-80px, 0);
}

.fade_right {
	transform: translate(80px, 0);
}

.fade_up {
	transform: translate(0, 80px);
}

.fade_scale {
	transform: scale(0.5, 0.5) translate(0, 200px);
}

.fadein.action {
	opacity: 1;
	transform: translate(0, 0);
}

/* 2邵ｺ?､騾ｶ?ｮ邵ｺ?ｮ髫補悪?ｴ?邵ｺ?ｫ400ms邵ｺ?ｮdelay郢ｧ蛛ｵﾂｰ邵ｺ莉｣?? */
.fadein.slidein2 {
	-moz-transition-delay: 300ms;
	-webkit-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
}

.fadein.slidein3 {
	-moz-transition-delay: 600ms;
	-webkit-transition-delay: 600ms;
	-o-transition-delay: 600ms;
	-ms-transition-delay: 600ms;
}

.fadein.slidein4 {
	-moz-transition-delay: 900ms;
	-webkit-transition-delay: 900ms;
	-o-transition-delay: 900ms;
	-ms-transition-delay: 900ms;
}

.fadein.slidein5 {
	-moz-transition-delay: 1200ms;
	-webkit-transition-delay: 1200ms;
	-o-transition-delay: 1200ms;
	-ms-transition-delay: 1200ms;
}

.fadein.slidein6 {
	-moz-transition-delay: 1500ms;
	-webkit-transition-delay: 1500ms;
	-o-transition-delay: 1500ms;
	-ms-transition-delay: 1500ms;
}