/*!
Theme Name: hokkaido.siteseisaku
Theme URI: https://underscores.me/
Author: Automattic
Author URI: https://automattic.com/
Description:
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE

*/
/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
@font-face {
	font-family: 'KozGoPr6N-Bold';
			 url('KozGoPr6N-Bold.otf') format("opentype");
}
html {
		line-height: 1em;
		-webkit-text-size-adjust: 100%;
}

body {
		margin: 0;
}

hr {
		box-sizing: content-box;
		height: 0;
		overflow: visible;
}

pre {
		font-family: monospace, monospace;
		font-size: 1em;
}

a {
		background-color: transparent;
}

abbr[title] {
		border-bottom: none;
		text-decoration: underline;
		text-decoration: underline dotted;
}

b,
strong {
		font-weight: bolder;
}

img {
		border-style: none;
}

button,
input,
optgroup,
select,
textarea {
		font-family: inherit;
		font-size: 100%;
		line-height: 1em;
		margin: 0;
}

button,
input {
		overflow: visible;
}

button,
select {
		text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
		-webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
		border-style: none;
		padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
		outline: 1px dotted ButtonText;
}

legend {
		box-sizing: border-box;
		color: inherit;
		display: table;
		max-width: 100%;
		padding: 0;
		white-space: normal;
}

progress {
		vertical-align: baseline;
}

textarea {
		overflow: auto;
}

[type="checkbox"],
[type="radio"] {
		box-sizing: border-box;
		padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
		height: auto;
}

[type="search"] {
		-webkit-appearance: textfield;
		outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
		-webkit-appearance: none;
}

::-webkit-file-upload-button {
		-webkit-appearance: button;
		font: inherit;
}

details {
		display: block;
}

summary {
		display: list-item;
}

template {
		display: none;
}

[hidden] {
		display: none;
}

body,
button,
input,
select,
optgroup,
textarea {
		color: #404040;
		/* font-family: "KozGoPr6N-Bold",sans-serif; */
		font-family: 游ゴシック, "Yu Gothic", 游ゴシック体, YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", メイリオ, Meiryo, sans-serif;
		font-size: 16px;
		line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
		clear: both;
		font-size: initial;
		margin: auto;
		padding: 0;
}

dfn, cite, em, i {
		font-style: italic;
}

pre {
		background: #eee;
		font-family: "Courier 10 Pitch", Courier, monospace;
		font-size: 15px;
		font-size: 0.9375rem;
		line-height: 1.6;
		margin-bottom: 1.6em;
		max-width: 100%;
		overflow: auto;
		padding: 1.6em;
}

abbr, acronym {
		border-bottom: 1px dotted #666;
		cursor: help;
}

mark, ins {
		background: #fff9c0;
		text-decoration: none;
}

html {
		box-sizing: border-box;
}

*,
*:before,
*:after {
		box-sizing: inherit;
}

body {
		background: #fff;
}

hr {
		background-color: #ccc;
		border: 0;
		height: 1px;
}

ul, ol {
		margin: auto;
		padding: 0;
}

ul {
		list-style: none;
}

ol {
		list-style: decimal;
}

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

table {
		width: 100%;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
		border: 1px solid;
		border-color: #ccc #ccc #bbb;
		border-radius: 3px;
		background: #e6e6e6;
		color: rgba(0, 0, 0, 0.8);
		font-size: 12px;
		font-size: 0.75rem;
		line-height: 1;
		padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
		border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
		border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
		color: #666;
		border: 1px solid #ccc;
		border-radius: 3px;
		padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
		color: #111;
}

select {
		border: 1px solid #ccc;
}

textarea {
		width: 100%;
}

a {
		color: royalblue;
	text-decoration: none;
}

a:visited {
		color: purple;
}

a:hover, a:focus, a:active {
		color: midnightblue;
}

a:focus {
		outline: thin dotted;
}

a:hover, a:active {
		outline: 0;
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
		margin: 0 0 1.5em;
		overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
		float: left;
		width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
		float: right;
		text-align: right;
		width: 50%;
}

.screen-reader-text {
		border: 0;
		clip: rect(1px, 1px, 1px, 1px);
		clip-path: inset(50%);
		height: 1px;
		margin: -1px;
		overflow: hidden;
		padding: 0;
		position: absolute !important;
		width: 1px;
		word-wrap: normal !important;
}

.screen-reader-text:focus {
		background-color: #f1f1f1;
		border-radius: 3px;
		box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
		clip: auto !important;
		clip-path: none;
		color: #21759b;
		display: block;
		font-size: 14px;
		font-size: 0.875rem;
		font-weight: bold;
		height: auto;
		left: 5px;
		line-height: normal;
		padding: 15px 23px 14px;
		text-decoration: none;
		top: 5px;
		width: auto;
		z-index: 100000;
}

#content[tabindex="-1"]:focus {
		outline: 0;
}

.alignleft {
		display: inline;
		float: left;
}

.alignright {
		display: inline;
		float: right;
}

.aligncenter {
		clear: both;
		display: block;
		margin-left: auto;
		margin-right: auto;
}

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
		content: "";
		display: table;
		table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
		clear: both;
}

.widget select {
		max-width: 100%;
}

.sticky {
		display: block;
}

.updated:not(.published) {
		display: none;
}

.page-links {
		clear: both;
}


.comment-content a {
		word-wrap: break-word;
}

.bypostauthor {
		display: block;
}


.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
		display: none;
}

.infinity-end.neverending .site-footer {
		display: block;
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
		border: none;
		margin-bottom: 0;
		margin-top: 0;
		padding: 0;
}

embed,
iframe,
object {
		max-width: 100%;
}
object {
		pointer-events: none;
}
.custom-logo-link {
		display: inline-block;
}

.wp-caption {
		max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
		display: block;
		margin-left: auto;
		margin-right: auto;
}



/**
common
**/
.t_center {
		text-align: center;
}

.link-line {
	width: 55%;
	margin: 1em auto 0;
	transition: .3s;
	/* background: #00C700; */
	border-radius: 25px;
}
.link-line a  {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0;
	/* background: #00C700;
	border-radius: 44.569px;
	box-shadow: 3px 3px 0 2px #00b100;
	position: relative;
	text-decoration: none; */
}

.topic02 .link-line.white {
	width: 520px;
}
/* .link-line a::after {
	content: "";
	position: absolute;
	top: 46%;
	right: 15px;
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg) translateY(-50%);
}
.link-line a figure {
	width: 30px !important;
	margin: 0 !important;
	line-height: 1;
}
.link-line a figure img {
	width: 100%;
}
.link-line a p {
	color: #fff;
	font-size: .9em !important;
	margin: 0 !important;
	padding-left: 1em;
	line-height: 1.2 !important;
	font-weight: bold;
} */
.link-line:hover {
	box-shadow: 0 0.2rem 0.2rem 0 rgb(0 0 0 / 20%);
	transform: translate(0, -0.1rem);
	transition: all .1s;
}
.link-line a p {
	color: #fff;
}
.img_maxwidth {
		width: 100%;
}

/*20210706*/
.sp_b,
.sp {
		display: none !important;
}
.pc {
		display: inline-block;
}
.pc_b {
		display: block;
}
p {
		margin: auto;
}
[class*="hei_"] {
		display: block;
		clear: both;
		width: 100%;
}
.hei_10 {
	 height: 10px;
}
.hei_20 {
	 height: 20px;
}
.hei_30 {
	 height: 30px;
}
.hei_40 {
	 height: 40px;
}
.hei_50 {
	 height: 50px;
}
.hei_60 {
	 height: 60px;
}
.hei_70 {
	 height: 70px;
}
.hei_80 {
	 height: 80px;
}
.hei_90 {
	 height: 90px;
}
.hei_100 {
	 height: 100px;
}
.site-branding {
		display: flex;
		align-items: center;
		justify-content: space-between;
		max-width: 1170px;
		margin: auto;
		padding: 10px 0;
}
.site-branding .site-title {
		/* padding: 29px 0 6px; */
		margin: 0;
}
.site-branding .site-title a {
	display: inline-block;
	width: 100%;
}

.site-branding .site-title a img {
		width: 100%;
}
.site-branding .main-nav {
		width: 84%;
		flex-wrap: wrap;
		display: flex;
		align-items: flex-end;
		justify-content: flex-start;
		flex-direction: column;
}
.site-branding .main-nav .link-line {
	width: 22%;
	margin: 0;
	background: none;
}
.site-branding .main-nav .link-line a figure {
	width: 22px !important;
}
.site-branding .main-nav .link-line a p {
	font-size: 11px !important;
	line-height: 1 !important;
	padding-left: 10px;
	text-align: left;
}
.site-branding .main-nav ul {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	width: 100%;
	margin-top: 20px;
}
.site-branding .main-nav ul li {
	padding: 0 30px;
	border-right: solid 2px #06BB06;
}
.site-branding .main-nav ul li a,
.site-branding .main-nav ul li p {
	color: #06BB06;
	font-size: 1em;
	font-weight: bold;
}
.site-branding .main-nav>ul>li>p>a {
	padding: 1em 0 2em;
}
.site-branding .main-nav ul li:first-child a {
		letter-spacing: -0.1em;
}
/*.site-branding .main-nav ul li:nth-of-type(3) a {
	color: #999;
}*/
.site-branding .main-nav ul li:last-of-type {
	padding-right: 0;
	border-right: none;
}
.site-branding .main-nav ul li a:hover {
		color: #F2DB2D;
}
/* .site-branding .main-nav ul li:not(:nth-of-type(3)):hover a {
		color: #F2DB2D;
} */
.site-branding .main-nav .main-nav--nav .interview {
	position: relative;
}
.site-branding .main-nav .main-nav--nav .interview:hover {
	cursor: pointer;
}
.site-branding .main-nav .main-nav--nav .interview #interview-nav {
	position: absolute;
	content: '';
	z-index: 20;
	background: #fffefd;
	right: 0;
	/* bottom: -19em; */
	padding: 20px 10px;
	width: 100%;
	display: none;
}
.site-branding .main-nav .main-nav--nav .interview #interview-nav ul {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	margin-top: 0;
}
.site-branding .main-nav .main-nav--nav .interview #interview-nav ul li {
	width: 100%;
	border-right: none;
	padding: 10px 0;
	border-bottom: solid 1px #ccc;
}
.site-branding .main-nav .main-nav--nav .interview #interview-nav ul li:last-of-type {
	padding-left: 0;
	border-bottom: none;
}
.site-branding .main-nav .main-nav--nav .interview #interview-nav ul li + li {
	margin-top: 25px;
}
.site-branding .main-nav .main-nav--nav .interview #interview-nav ul li a {
	display: inline-block;
	width: 100%;
}
.site-branding .main-nav .main-nav--nav .interview #interview-nav ul li p {
	position: relative;
	padding-left: 25px;
}
.site-branding .main-nav .main-nav--nav .interview #interview-nav ul li p::before {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	border-left: 12px solid #06BB06;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	left: 0;
	top: 42%;
	transform: translateY(-50%);
}
.site-branding .main-nav .main-nav--nav .interview #interview-nav ul li a.none {
	pointer-events: none;
	color: #999;
}
.site-branding .main-nav .main-nav--nav .interview #interview-nav ul li span {
	padding-left: 3.5em;
	font-size: .9em;
	display: inline-block;
	width: 100%;
	position: relative;
}
.site-branding .main-nav .main-nav--nav .interview #interview-nav ul li span::before {
	position: absolute;
	content: '';
	width: 10px;
	height: 1px;
	background: #06BB06;
	left: 15%;
	top: 50%;
	transform: translateY(-50%);
}




#HAM {
	display: none;
}
.site-top {
		background-color: #F2DB2D;
}
.home .site-top {
		position: relative;
		overflow: hidden;
		height: 54.583vw;
		background: #8be0ff;
}
.home .site-top #mv {
	position: absolute;
	content: '';
	margin: 0 auto;
	width: 100%;
	height: 100%;
	background-image: url(img/new-mv/main_mv.jpg);
	background-position: top center;
	background-repeat: repeat-x;
	background-size: 100%;
	left: 0;
	top:0;
	z-index: 10;
}
/* .home .site-top #mv img {
	width: 100%;
	z-index: 2;
} */
.home .site-top .cloud {
	position: absolute;
	content: '';
	display: inline-block;
	width: 12%;
	height: 10%;
	z-index: 10;
}
.home .site-top .cloud img {
	-webkit-animation: 2.5s;
	animation: Drop 1.2s alternate ease-in-out infinite;
}

.home .site-top .cloud.cloud01 {
	left: 57%;
	top: 15%;
	width: 20vw;
}
.home .site-top .cloud.cloud02 {
	right: 9%;
	top: 46%;
	width: 24vw;
}
.home .site-top .cloud.cloud02 img,
.home .site-top .cloud.cloud04 img {
	-webkit-animation: 2.5s;
	animation: Drop02 1.2s alternate ease-in-out infinite;
}

.home .site-top .cloud.cloud03 {
	left: 1%;
	top: 31%;
	width: 20vw;
}
.home .site-top .cloud.cloud04 {
		left: 20%;
		top: 12%;
		width: 32vw;
}

@keyframes Drop {
		from {
				-webkit-transform: translateY(0px);
				transform: translateY(0px);
		}
		to {
				-webkit-transform: translateY(15px);
				transform: translateY(15px);
		}
}
@keyframes Drop02 {
		0% {
				-webkit-transform: translateY(15px);
				transform: translateY(15px);
		}
		100% {
				-webkit-transform: translateY(0px);
				transform: translateY(0px);
		}
}

.new-mv-img {
		box-sizing: border-box;
		display: block;
		left: 0;
		margin: 0 auto;
		position: absolute;
		right: 0;
		top: 4vw;
		width: 86%;
		z-index: 100;
}

.new-mv-img.pc{
	z-index: 10;
}

.new-mv-img img {
	display: block;
	height: auto;
	width: 100%;
}

.line-2 {
		position: fixed;
		right: 1em;
		bottom: 1em;
		z-index: 100;
		width: 15.7%;
				min-width: 250px;
		transition: .2s;
}
.line-2 img {
		width: 100%;
}
.line-2:hover {
	bottom: 1.5em;
}
.top_txt {
		background-color: #F2DB2D;
		padding: 7.5em 0;
		margin-top: -1px;
}
.top_txt p {
		margin: auto;
		text-align: center;
		font-size: 1.5em;
		font-weight: bold;
		color: #000;
		letter-spacing: 3px;
		line-height: 2.4em;
}
.top_txt p span {
		border-bottom: 6px solid #06BB06;
		padding-bottom: 0.1em;
		margin-bottom: 1.4em;
		display: inline-block;
}
.site-content,
footer,
.copyright {
		background: #FEF5E4;
}

.news_inner,
.content_inner {
		max-width: 900px;
		margin: auto;
		padding: 40px 0;
}
.content_inner .top_box {
	background: url(./img/hukidashi.png) no-repeat;
	background-size: contain;
	background-position-y: 22px;
	padding-bottom: 80px;
	margin-bottom: 10px;
}
.content_inner .top_box .top_box_items {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-left: 10em;
	position: relative;
}
.content_inner .top_box .top_box_items::before {
	position: absolute;
	content: '';
	/* white-space: pre;
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
	color: #fff;
	background: #06BB06; */
	width: 9em;
	height: 9em;
	/* border-radius: 50%;
	line-height: 1.4;
	display: flex;
	justify-content: center;
	align-items: center; */
	top: 0;
	left: 1.2em;
	background: url(img/step01.svg) no-repeat;
	background-size: contain;
	z-index: 10;
}
.content_inner .top_box.top_box_02 .top_box_items::before {
	background: url(img/step02.svg) no-repeat;
	background-size: contain;
}
.content_inner .top_box.top_box_03 .top_box_items::before {
	background: url(img/step03.svg) no-repeat;
	background-size: contain;
}
.content_inner .top_box .top_box_items .top_box_items_txt {
	padding: 0 15px;
	width: calc(100% - 17em);
}
.content_inner .top_box .top_box_items .top_box_items_txt p {
	font-size: 1em;
	text-align: center;
	font-weight: 600;
	line-height: 2;
}
.content_inner .top_box .top_box_items .top_box_items_txt p span {
	border-bottom: 3px solid #000;
	margin-bottom: 1.3em;
	display: inline-block;
}

/* .content_inner .top_box .top_box_items .top_box_items_txt p + p {
	margin-top: 10px;
} */
.content_inner .top_box .top_box_items figure {
	width: 12em;
	margin: 0 auto;
}
.content_inner .top_box .top_box_items figure img {
	max-width: 100%;
	width: 100%;
}

/* .content_inner [class*="top_box_"] {
		margin-top: 40px;
		background-image: url(img/bg_top_m1.png);
		background-position: center top;
		background-size: 100% auto;
		background-repeat: no-repeat;
		height: 23em;
		padding-top: 5em;
} */
/* .content_inner .top_box_01 {
		background-image: url(img/bg_top_m1.png);
}
.content_inner .top_box_02 {
		background-image: url(img/bg_top_m2.png);
		padding-top: 7.7em;
}
.content_inner .top_box_03 {
		background-image: url(img/bg_top_m3.png);
		padding-top: 7.7em;
}
.content_inner [class*="top_box_"] p {
		width: 350px;
		margin-left: 222px;
		text-align: center;
		font-weight: bold;
		font-size: .9em;
		letter-spacing: -1px;
		line-height: 2.1em;
}
.content_inner [class*="top_box_"] p span {
		border-bottom: 3px solid #000;
		display: block;
		margin-bottom: 1.3em;
}
.content_inner .top_box_01 p a img {
		width: 82%;
		margin-top: 15px;
} */


.news_inner {
		padding: 30px 0;
}
.txt_h2 {
		text-align: center;
		font-size: 1.6em;
		/* color: #000; */
}
.news_inner div {
		margin: 14px auto 37px;
		background: #EAEAEC;
		padding: 1.2em 1.6em;
		font-size: 1.3em;
		border-radius: 3em;
}
.single .content-area .txt_h2 span,
.news_inner div p:first-child span {
		display: block;
		background: #01BB00;
		color: #fff;
		width: 9em;
		text-align: center;
		border-radius: 1em;
		padding: 0.2em 0 0;
		font-weight: bold;
}
.news_inner div p:last-child {
		padding: 0.8em 0 0 2.2em;
		font-weight: bold;
}
.news_inner div p:last-child span {
		width: 8em;
		display: inline-block;
}
.news_inner div p:last-child a:visited,
.news_inner div p:last-child a {
		text-decoration: none;
		color: #000;
}
.coming_inner {
		padding: 70px 0;
		width: 100%;
		overflow: hidden;
}
.coming_inner .coming_Swiper {
		width: 1920px;
		margin-left: calc(calc(100% - 1920px) /2);
}
.coming_inner .swiper-wrapper {
		margin-left: calc(100% / 4);
}
.coming_inner .swiper-slide {
		background-image: url(img/bg_top_coming.png);
		background-repeat: no-repeat;
		background-position: center top;
		background-size: 94% 95%;
}
.coming_inner .swiper-slide.senkyo {
		background-image: url(img/bg_top_coming.svg);
}
.coming_inner .swiper-slide.stamp {
		background-image: url(img/bg_top_stamp.svg);
}

.coming_inner .swiper-slide.travel {
		background-image: url(img/bg_top_travel.png);
		background-size: 81%;
}

.coming_inner .swiper-slide.fighters {
	background-image: url(img/bg_top_fighters.png);
	background-size: 81%;
}


@media screen and (max-width: 1024px) {

	.coming_inner .swiper-slide.travel {
		background-size: 82.5%;
	}

}

@media screen and (max-width: 768px) {

	.coming_inner .swiper-slide.travel {
		background-size: 82.5%;
	}

}

@media screen and (max-width: 425px){

	.coming_inner .swiper-slide.travel {
		background-size: 90%;
	}

	.coming_inner .swiper-slide.fighters {
		background-size: 90%;
	}

}

.coming_inner .txt01 {
		text-align: center;
		font-size: 1.4em;
		font-weight: bold;
		padding: 1.8em 0;
}
.coming_inner .txt02 {
		text-align: center;
}
.coming_inner .txt02 a {
		font-size: 2.5em;
		line-height: 1em;
		text-decoration: none;
		color: #01BB00;
		font-weight: bold;
		border-bottom: 3px solid #01BB00;
		display: inline-block;
		padding-bottom: 0.2em;
}
.coming_inner .txt03 {
		text-align: center;
		height: 22em;
		overflow: hidden;
		margin: 0 8%;
}

.coming_inner .swiper-slide.stamp .txt03 a{
	display:block;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
		background-image: url(img/bg_next.png);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 100% 100%;
		right: 23%;
		width: 85px;
		height: 85px;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
		background-image: url(img/bg_prev.png);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 100% 100%;
		left: 23%;
		width: 85px;
		height: 85px;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
		content: none;
}
#gd-hokkaido {
	text-align: center;
	display: inline-block;
	width: 100%;
	background: #FEF5E4;
	padding-top: 2em;
}
#gd-hokkaido img {
	width: 11.25em;
	height: 2em;
}

.copyright {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px 0 50px;
}
.copyright figure {
	width: 240px;
    padding-top: 0.5em;
    margin: 0;
    padding-right: 1em;
}
.copyright figure img {
	width: 100%;
}
.copyright p {
	color: #221714;
	margin: 0;
	padding-left: 1em;
	border-left: solid 2px #221714;
	font-weight: 600;
	font-size: 11px;
	font-family: "UD新ゴNT M";
}
.archive .site-top .txt_h1,
.single .site-top .txt_h1,
.page-id-1007 .site-top .txt_h1 {
		background-image: url(img/blog_mv_02.jpg);
		background-size: 100% auto;
		background-repeat: no-repeat;
		font-size: 0;
		height: 14vw;
		max-height: 192px;
}
/*.archive .site-top.new-info .txt_h1,*/
.single .site-top.new-info .txt_h1 {
		background: none;
		text-align: center;
		font-size: 1.8em;
		padding: 5em 0 3.7em;
		color: #06BB06;
		letter-spacing: 0.2em;
}
/*.archive .site-top.new-info .txt_h1 span,*/
.single .site-top.new-info .txt_h1 span {
		display: block;
		font-size: 0.6em;
		letter-spacing: -0.1em;
		padding-top: 1em;
}
.archive .site-content,
.single .site-content {
		background: none;
}
.archive .content-area {
		max-width: 1170px;
		margin: auto;
		padding: 1em 0;
}

.single .content-area {
		max-width: 1170px;
		margin: auto;
		padding: 1em 0;
		display:-webkit-box;
		display: -webkit-flex;
		display:-ms-flexbox;
		display: flex;
		justify-content: space-between;
}
.single .content-area .site-main {
		width: 70%;
}
.single .content-area #sidebar {
		width: 28%;
}
.single .content-area #sidebar .side-area {
		position: sticky;
		top: 40px;
		right: 0;
}

@media screen and (max-width: 767px) {
		.single .content-area {
				display: block;
		}
		.single .content-area .site-main {
				width: 100%;
		}
		.single .content-area #sidebar {
				width: 100%;
		}
		.single .content-area #sidebar .side-area {
				position: static;
				top: 0;
				right: 0;
		}
}
.single .new-info .content-area {
		padding: 5em 1em;
}
.archive .content-area .txt_h2 {
		text-align: left;
		align-items: center;
		font-size: 2.2em;
		font-weight: normal;
}

.single .content-area .txt_h2 {
		font-size: 2.0em;
		font-weight: bold;
		text-align: left;
}
.single .new-info .content-area .txt_h2 {
		font-size: 1.6em;
		font-weight: bold;
		display: flex;
}
.archive .content-area .txt_h2 span,
.single .content-area .txt_h2 span {
		display: none;
}
.single .new-info .content-area .txt_h2 span {
		width: 8em;
		margin-right: 1em;
		display: inline-block;
}
.archive .content-area .entry-header p,
.single .content-area .entry-header p {
		display: flex;
		padding: 0;
		font-size: 1em;
		color: #000;
		align-items: center;
		flex-wrap: wrap;
		margin-bottom: .5em;
}
.single .new-info .content-area .entry-header p {
		border-bottom: 4px solid #01BB00;
		padding: 0.2em 0 0.6em 2.7em;
		font-size: 1.4em;
}
.archive .content-area .entry-header p span,
.single .content-area .entry-header p span {
		font-size: 0.5em;
		border: 1px solid #06BB06;
		color: #06BB06;
		line-height: 1.4em;
		/* height: 1.6em; */
		margin-left: 0.7em;
		/* padding: 0 0.5em; */
		padding: .5em;
		font-weight: bold;
		display: flex;
		align-items: center;
}
.archive .content-area .entry-header p span.cat_co {
		display: none;
}
.single .content-area .entry-header p span.cat_co {
		font-size: 0.8em;
		border-radius: 10px;
		padding: 0.3em 0.8em;
		margin: 0.3em
}
.single .site-content.new-info .content-area .entry-header p span.cat_co {
		font-size: 0.5em;
}
.single .content-area .entry-header p.cat_co_box {
		margin-top: 20px;
		padding-bottom: 20px;
		border-bottom: 2px solid #06BB06;
}
.archive .content-area .entry-header p span.cat_oya {
		border: none;
}
.single .content-area .entry-header p span.cat_oya {
		border: none;
		font-size: 1em;
}
.single .new-info .content-area .entry-header p span {
		border-color: #000;
		color: #000;
		display: flex;
}
.single .new-info .content-area .entry-header p span.cat_oya {
		display: none;
}
.archive .content-area .entry-content,
.single .content-area .entry-content {
		padding: 0 0 5em;
		line-height: 1.7em;
		font-weight: bold;
}
.single .new-info .content-area .entry-content {
		padding: 2.4em 0 0;
}
.single .new-info .content-area .entry-content {
		padding-left: 1.2em;
}
.archive .content-area .entry-content .link-line,
.single .content-area .entry-content .link-line {
		max-width: 250px;
		background: #00C700;
}
.archive .content-area .entry-content .link-line a,
.single .content-area .entry-content .link-line a {
		margin: 10em auto;
		padding: 12px 0;
		color: #fff;
}
.single .content-area .entry-content p {
		margin-bottom: 1em;
}
.single .content-area .entry-content p.url {
		font-weight: normal;
		overflow-wrap: break-word;
}
.single .content-area .entry-content p img {
		/* width: 70%; */
		width: 100%;
}
.single .content-area .entry-content p:first-child img {
		width: 100%;
}
.single .content-area .entry-content h2 {
		font-size: 1.9em;
		border-bottom: 2px solid #06BB06;
		border-top: 2px solid #06BB06;
		padding: 0.5em 0 0.5em 0.5em;
		margin-bottom: 0.5em;

}
.single .content-area .entry-content h3 {
		font-size: 1.8em;
		margin: 1.5em 0 1em;
		padding-left: 0.8em;
		position: relative;
		line-height: 1.2em;
		border-left: 5px solid #06BB06;

}

.single .content-area .entry-content p.similar-posts {
		font-size: 1.8em;
		margin: 1.5em 0 1em;
		padding-left: 0.8em;
		position: relative;
		line-height: 1.2em;
		border-left: 5px solid #06BB06;

}
/*
.single .content-area .entry-content h3:before {
		content: "";
		position: absolute;
		display: block;
		width: 5px;
		height: 1.3em;
		left: 0;
		top: -0.2em;
		background: #06BB06;
}
*/
.single .content-area .entry-content h4 {
		font-size: 1.5em;
		padding: 0.5em 1em;
		background: #eee;
		width: 83%;
		margin: 0 0 2em;
}
.breadcrumb {
		max-width: 1170px;
		margin: auto;
		padding: 3em 0 1em 0;
		display: flex;
		font-size: 0.9em;
		font-weight: bold;
		flex-wrap: wrap;
}
.home .breadcrumb {
		display: none;
}
.breadcrumb a {
		color: inherit;
}

/*link box*/
input[id*="cont_link0"] {
		display: none;
}
.link_box {
		max-width: 900px;
		margin: auto;
		overflow: hidden;
}
.link_box .bg_container {
		display: flex;
		flex-wrap: wrap;
		height: 1140px;
		position: relative;
}
.link_box .bg_container img {
		position: absolute;
		top: 3vw;
}
.link_box .bg_container label {
		width: calc(100% / 2);
		text-align: center;
		border-radius: 50%;
		height: 450px;
		cursor:pointer;
		z-index: 1;
		font-size: 0;
}
.link_box .bg_container label:nth-child(-n+2) {
		margin-top: 16vw;
}
.link_box .bg_container .bg_base {
		position: absolute;
		width: 100%;
		height: 1140px;
		background-image: url(img/bg_choice_01.png);
		background-size: 100% auto;
		background-repeat: no-repeat;
		background-position: center bottom;
}
.link_box .bg_container label:nth-child(1):hover ~ .bg_base {
		background-image: url(img/bg_choice_02.png);
}
.link_box .bg_container label:nth-child(2):hover ~ .bg_base {
		background-image: url(img/bg_choice_03.png);
}
.link_box .bg_container label:nth-child(3):hover ~ .bg_base {
		background-image: url(img/bg_choice_04.png);
}
.link_box .bg_container label:nth-child(4):hover ~ .bg_base {
		background-image: url(img/bg_choice_05.png);
}
.cont_link01,
.cont_link02,
.cont_link03,
.cont_link04 {
		display: none;
}
#cont_link01:checked ~ .cont_link01,
#cont_link02:checked ~ .cont_link02,
#cont_link03:checked ~ .cont_link03,
#cont_link04:checked ~ .cont_link04 {
		display: block;
		position: fixed;
		top: 0;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,0.8);
		z-index: 12;
}
[class*="cont_link"] .bg_container .bg_base {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		background-size: auto 100%;
		background-repeat: no-repeat;
		background-position: center bottom;
}
.cont_link01 .bg_container .bg_base {
		background-image: url(img/bg_choice_11.png);
}
.cont_link02 .bg_container .bg_base {
		background-image: url(img/bg_choice_21.png);
}
.cont_link03 .bg_container .bg_base {
		background-image: url(img/bg_choice_31.png);
}
.cont_link04 .bg_container .bg_base {
		background-image: url(img/bg_choice_41.png);
}

[class*="cont_link"] .bg_container {
		 max-width: 900px;
		height: 75%;
		position: relative;
		margin: 5% auto 0;
		background-color: #fff;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		z-index: 0;
}
/*add 20210902*/
/*
.cont_link01 .bg_container .bg_base {
		background-image: url(img/bg_choice_14.png);
}
.cont_link01 .bg_container a:nth-child(1),
.cont_link01 .bg_container a:nth-child(2),
.cont_link01 .bg_container a:nth-child(n+4) {
		pointer-events: none;
}
.cont_link02 .bg_container .bg_base {
		background-image: url(img/bg_choice_20.png);
}
.cont_link02 .bg_container a {
		pointer-events: none;
}
.cont_link03 .bg_container .bg_base {
		background-image: url(img/bg_choice_34.png);
}
.cont_link03 .bg_container a:nth-child(1),
.cont_link03 .bg_container a:nth-child(2) {
		pointer-events: none;
}

.cont_link04 .bg_container .bg_base {
		background-image: url(img/bg_choice_42.png);
}
.cont_link04 .bg_container a:nth-child(n+2) {
		pointer-events: none;
}
.archive .txt_h1 {
		text-align: center;
		height: 140px;
		font-size: 30px;
		line-height: 5em;
}
*/
.cont_link01 .bg_container {
		/*padding: 9% 6.5%;*/
		padding: 7% 6.5% 11%;
}
.cont_link01 .bg_container p,
.cont_link01 .bg_container a {
		width: 33.3%;
		cursor: pointer;
		font-size: 0;
		z-index: 1;
}
.cont_link01 .bg_container .bg_base span {
		width: 24%;
		height: 32%;
		background-size: 100% auto;
		background-repeat: no-repeat;
		position: relative;
		z-index: -1;
}
/*.cont_link01 .bg_container a:nth-child(1):hover ~ .bg_base {
		background-image: url(img/bg_choice_12.png);
}
*/
.cont_link01 .bg_container a:nth-child(1) ~ .bg_base span:nth-child(1) {
		display: inline-block;
		margin: 11% 0 0 13.8%;
		background-image: url(img/bg_choice_1_1.png);
}
.cont_link01 .bg_container p:nth-child(1) ~ .bg_base span:nth-child(1) {
		display: inline-block;
		margin: 11% 0 0 13.8%;
		background-image: url(img/bg_choice_1_1b.png);
}
.cont_link01 .bg_container a:nth-child(2) ~ .bg_base span:nth-child(2) {
		display: inline-block;
		margin: 6% 0 0 0;
		background-image: url(img/bg_choice_1_2.png);
}
/*
.cont_link01 .bg_container a:nth-child(2):hover ~ .bg_base {
		background-image: url(img/bg_choice_13.png);
} */
.cont_link01 .bg_container p:nth-child(2) ~ .bg_base span:nth-child(2) {
		display: inline-block;
		margin: 6% 0 0 0;
		background-image: url(img/bg_choice_1_2b.png);
}
.cont_link01 .bg_container a:nth-child(3) ~ .bg_base span:nth-child(3) {
		display: inline-block;
		margin: 0;
		background-image: url(img/bg_choice_1_3.png);
}
.cont_link01 .bg_container p:nth-child(3) ~ .bg_base span:nth-child(3) {
		display: inline-block;
		margin: 0;
		background-image: url(img/bg_choice_1_3b.png);
}
.cont_link01 .bg_container a:nth-child(4) ~ .bg_base span:nth-child(4) {
		display: inline-block;
		margin: 0 0 0 13.8%;
		background-image: url(img/bg_choice_1_4.png);
}
.cont_link01 .bg_container p:nth-child(4) ~ .bg_base span:nth-child(4) {
		display: inline-block;
		margin: 0 0 0 13.8%;
		background-image: url(img/bg_choice_1_4b.png);
}
.cont_link01 .bg_container a:nth-child(5) ~ .bg_base span:nth-child(5) {
		display: inline-block;
		margin: 0;
		background-image: url(img/bg_choice_1_5.png);
}
/*.cont_link01 .bg_container a:nth-child(3):hover ~ .bg_base {
		background-image: url(img/bg_choice_14.png);
} */
.cont_link01 .bg_container p:nth-child(5) ~ .bg_base span:nth-child(5) {
		display: inline-block;
		margin: 0;
		background-image: url(img/bg_choice_1_5b.png);
}
.cont_link01 .bg_container a:nth-child(2):hover ~ .bg_base span:nth-child(1),
.cont_link01 .bg_container a:nth-child(3):hover ~ .bg_base span:nth-child(1),
.cont_link01 .bg_container a:nth-child(4):hover ~ .bg_base span:nth-child(1),
.cont_link01 .bg_container a:nth-child(5):hover ~ .bg_base span:nth-child(1) {
		background-image: url(img/bg_choice_1_1b.png);
}
.cont_link01 .bg_container a:nth-child(1):hover ~ .bg_base span:nth-child(2),
.cont_link01 .bg_container a:nth-child(3):hover ~ .bg_base span:nth-child(2),
.cont_link01 .bg_container a:nth-child(4):hover ~ .bg_base span:nth-child(2),
.cont_link01 .bg_container a:nth-child(5):hover ~ .bg_base span:nth-child(2) {
		background-image: url(img/bg_choice_1_2b.png);
}
.cont_link01 .bg_container a:nth-child(1):hover ~ .bg_base span:nth-child(3),
.cont_link01 .bg_container a:nth-child(2):hover ~ .bg_base span:nth-child(3),
.cont_link01 .bg_container a:nth-child(4):hover ~ .bg_base span:nth-child(3),
.cont_link01 .bg_container a:nth-child(5):hover ~ .bg_base span:nth-child(3) {
		background-image: url(img/bg_choice_1_3b.png);
}
.cont_link01 .bg_container a:nth-child(1):hover ~ .bg_base span:nth-child(4),
.cont_link01 .bg_container a:nth-child(2):hover ~ .bg_base span:nth-child(4),
.cont_link01 .bg_container a:nth-child(3):hover ~ .bg_base span:nth-child(4),
.cont_link01 .bg_container a:nth-child(5):hover ~ .bg_base span:nth-child(4) {
		background-image: url(img/bg_choice_1_4b.png);
}
.cont_link01 .bg_container a:nth-child(1):hover ~ .bg_base span:nth-child(5),
.cont_link01 .bg_container a:nth-child(2):hover ~ .bg_base span:nth-child(5),
.cont_link01 .bg_container a:nth-child(3):hover ~ .bg_base span:nth-child(5),
.cont_link01 .bg_container a:nth-child(4):hover ~ .bg_base span:nth-child(5) {
		background-image: url(img/bg_choice_1_5b.png);
}
/*.cont_link01 .bg_container a:nth-child(4):hover ~ .bg_base {
		background-image: url(img/bg_choice_15.png);
}
*/
/*
.cont_link01 .bg_container a:nth-child(5):hover ~ .bg_base {
		background-image: url(img/bg_choice_16.png);
}
*/
.cont_link02 .bg_container {
		padding: 5% 3%;
}
.cont_link02 .bg_container p,
.cont_link02 .bg_container a {
		width: 35%;
		margin: 0 7%;
		font-size: 0;
		z-index: 1;
}
/*
.cont_link02 .bg_container a:nth-child(1):hover ~ .bg_base {
		background-image: url(img/bg_choice_22.png);
}
*/
/*
.cont_link02 .bg_container a:nth-child(2):hover ~ .bg_base {
		background-image: url(img/bg_choice_23.png);
}
*/
/*
.cont_link02 .bg_container a:nth-child(3):hover ~ .bg_base {
		background-image: url(img/bg_choice_24.png);
}
*/
/*
.cont_link02 .bg_container a:nth-child(4):hover ~ .bg_base {
		background-image: url(img/bg_choice_25.png);
}
*/
.cont_link02 .bg_container .bg_base span {
		width: 30%;
		height: 38%;
		background-size: 100% auto;
		background-repeat: no-repeat;
		position: relative;
		z-index: -1;
}
.cont_link02 .bg_container a:nth-child(1) ~ .bg_base span:nth-child(1) {
		display: inline-block;
		margin: 6% 0 0 13.8%;
		background-image: url(img/bg_choice_2_1.png);
}
.cont_link02 .bg_container p:nth-child(1) ~ .bg_base span:nth-child(1) {
		display: inline-block;
		margin: 6% 0 0 13.8%;
		background-image: url(img/bg_choice_2_1b.png);
}
.cont_link02 .bg_container a:nth-child(2) ~ .bg_base span:nth-child(2) {
		display: inline-block;
		margin: 6% 0 0 10.2%;
		background-image: url(img/bg_choice_2_2.png);
}
.cont_link02 .bg_container p:nth-child(2) ~ .bg_base span:nth-child(2) {
				display: inline-block;
		margin: 0 0 0 13.8%;
		background-image: url(img/bg_choice_2_2b.png);
}
.cont_link02 .bg_container a:nth-child(3) ~ .bg_base span:nth-child(3) {
				display: inline-block;
		margin: 0 0 0 13.8%;
		background-image: url(img/bg_choice_2_3.png);
}
.cont_link02 .bg_container p:nth-child(3) ~ .bg_base span:nth-child(3) {
				display: inline-block;
		margin: 0 0 0 13.8%;
		background-image: url(img/bg_choice_2_3b.png);
}
.cont_link02 .bg_container a:nth-child(4) ~ .bg_base span:nth-child(4) {
				display: inline-block;
		margin: 0 0 0 14.2%;
		background-image: url(img/bg_choice_2_4.png);
}
.cont_link02 .bg_container p:nth-child(4) ~ .bg_base span:nth-child(4) {
				display: inline-block;
		margin: 0 0 0 14.2%;
		background-image: url(img/bg_choice_2_4b.png);
}
.cont_link02 .bg_container a:nth-child(2):hover ~ .bg_base span:nth-child(1),
.cont_link02 .bg_container a:nth-child(3):hover ~ .bg_base span:nth-child(1),
.cont_link02 .bg_container a:nth-child(4):hover ~ .bg_base span:nth-child(1) {
		background-image: url(img/bg_choice_2_1b.png);
}
.cont_link02 .bg_container a:nth-child(1):hover ~ .bg_base span:nth-child(2),
.cont_link02 .bg_container a:nth-child(3):hover ~ .bg_base span:nth-child(2),
.cont_link02 .bg_container a:nth-child(4):hover ~ .bg_base span:nth-child(2) {
		background-image: url(img/bg_choice_2_2b.png);
}
.cont_link02 .bg_container a:nth-child(1):hover ~ .bg_base span:nth-child(3),
.cont_link02 .bg_container a:nth-child(2):hover ~ .bg_base span:nth-child(3),
.cont_link02 .bg_container a:nth-child(4):hover ~ .bg_base span:nth-child(3) {
		background-image: url(img/bg_choice_2_3b.png);
}
.cont_link02 .bg_container a:nth-child(1):hover ~ .bg_base span:nth-child(4),
.cont_link02 .bg_container a:nth-child(2):hover ~ .bg_base span:nth-child(4),
.cont_link02 .bg_container a:nth-child(3):hover ~ .bg_base span:nth-child(4) {
		background-image: url(img/bg_choice_2_4b.png);
}
.cont_link03 .bg_container {
		padding: 2% 3% 5%;
}
.cont_link03 .bg_container p,
.cont_link03 .bg_container a {
		width: 35%;
		margin: 0 7%;
		font-size: 0;
		z-index: 1;
}
.cont_link03 .bg_container p:nth-child(1),
.cont_link03 .bg_container a:nth-child(1) {
		width: 35%;
		margin: 0 32% 7%;
}
.cont_link03 .bg_container a:nth-child(1):hover ~ .bg_base {
		background-image: url(img/bg_choice_32.png);
}

[class*="topic0"] .list_box_tile2 {
		color: #603813;
		width: auto;
		margin: 1.5em auto 0.5em;
		text-align: center;
		font-size: 4.7em;
		line-height: 1em;
		font-weight: normal;
}
[class*="topic0"] .list_box_tile2.mg_0 {
		margin-top: 0;
}
[class*="topic0"] .txt_01 {
		color: #603813;
		width: auto;
		margin: 0.5em auto;
		text-align: center;
		font-size: 1.6em;
		line-height: 2em;
		font-weight: normal;
				font-weight: bold;
}
[class*="topic0"] .kikaku_box {
		padding: 3em 0.5em 1em;
		background-color: #1DA1F2;
		border-radius: 0.5em;
		position: relative;
		margin-top: 8em;
}
[class*="topic0"] .kikaku_box .txt_01 {
		color: #fff;
}
[class*="topic0"] .kikaku_box .kyun_01 {
		position: absolute;
		left: 1em;
		bottom: 1em;
		width: 9em;
}
[class*="topic0"] .kikaku_box .kyun_02 {
		position: absolute;
		right: 1em;
		top: -6.5em;
		width: 9em;
}
[class*="topic0"] .link-line {
		border-radius: 3em;
		margin: 4em auto;
}
[class*="topic0"] .txt_02 {
		margin: 0.5em auto;
		text-align: center;
		font-size: 2.2em;
		line-height: 1.8em;
		font-weight: normal;
		color: #1DA1F2;
		background-color: #fff;
		width: 15.5em;
		border-radius: 2em;
		padding-top: 0.1em;
		font-weight: bold;
}


.cont_link03 .bg_container .bg_base span {
		width: 28.5%;
		height: 36.5%;
		background-size: 100% auto;
		background-repeat: no-repeat;
		position: relative;
		z-index: -1;
}
.cont_link03 .bg_container a:nth-child(1) ~ .bg_base span:nth-child(1) {
		display: block;
		margin: 5.5% auto 0;
		background-image: url(img/bg_choice_3_1.png);
}
.cont_link03 .bg_container p:nth-child(1) ~ .bg_base span:nth-child(1) {
		display: block;
		margin: 5.5% auto 0;
		background-image: url(img/bg_choice_3_1b.png);
}

.cont_link03 .bg_container a:nth-child(2):hover ~ .bg_base {
		background-image: url(img/bg_choice_33.png);
}

.cont_link03 .bg_container a:nth-child(2) ~ .bg_base span:nth-child(2) {
		display: inline-block;
		margin: 5% 0 0 16%;
		background-image: url(img/bg_choice_3_2.png);
}
.cont_link03 .bg_container p:nth-child(2) ~ .bg_base span:nth-child(2) {
		display: inline-block;
		margin: 5% 0 0 16%;
		background-image: url(img/bg_choice_3_2b.png);
}

.cont_link03 .bg_container a:nth-child(3):hover ~ .bg_base {
		background-image: url(img/bg_choice_34.png);
}

.cont_link03 .bg_container a:nth-child(3) ~ .bg_base span:nth-child(3) {
		display: inline-block;
		margin: 5% 0 0 9.7%;
		background-image: url(img/bg_choice_3_3.png);
}
.cont_link03 .bg_container p:nth-child(3) ~ .bg_base span:nth-child(3) {
		display: inline-block;
		margin: 5% 0 0 9.7%;
		background-image: url(img/bg_choice_3_3b.png);
}
.cont_link03 .bg_container a:nth-child(2):hover ~ .bg_base span:nth-child(1),
.cont_link03 .bg_container a:nth-child(3):hover ~ .bg_base span:nth-child(1) {
		background-image: url(img/bg_choice_3_1b.png);
}
.cont_link03 .bg_container a:nth-child(1):hover ~ .bg_base span:nth-child(2),
.cont_link03 .bg_container a:nth-child(3):hover ~ .bg_base span:nth-child(2) {
		background-image: url(img/bg_choice_3_2b.png);
}
.cont_link03 .bg_container a:nth-child(1):hover ~ .bg_base span:nth-child(3),
.cont_link03 .bg_container a:nth-child(2):hover ~ .bg_base span:nth-child(3) {
		background-image: url(img/bg_choice_3_3b.png);
}

.cont_link04 .bg_container {
		padding: 5% 3%;
}

.cont_link04 .bg_container p,
.cont_link04 .bg_container a {
		width: 35%;
		margin: 0 7%;
		font-size: 0;
		z-index: 1;
}

.cont_link04 .bg_container .bg_base span {
		width: 30%;
		height: 38%;
		background-size: 100% auto;
		background-repeat: no-repeat;
		position: relative;
		z-index: -1;
}

.cont_link04 .bg_container a:nth-child(1) ~ .bg_base span:nth-child(1) {
		display: inline-block;
		margin: 6% 0 0 13.8%;
		background-image: url(img/bg_choice_4_1.png);
}
.cont_link04 .bg_container p:nth-child(1) ~ .bg_base span:nth-child(1) {
		display: inline-block;
		margin: 6% 0 0 13.8%;
		background-image: url(img/bg_choice_4_1b.png);
}

.cont_link04 .bg_container a:nth-child(1):hover ~ .bg_base {
		background-image: url(img/bg_choice_42.png);
}

.cont_link04 .bg_container a:nth-child(2) ~ .bg_base span:nth-child(2) {
		display: inline-block;
		margin: 6% 0 0 10.2%;
		background-image: url(img/bg_choice_4_2.png);
}
.cont_link04 .bg_container p:nth-child(2) ~ .bg_base span:nth-child(2) {
				display: inline-block;
		margin: 0 0 0 13.8%;
		background-image: url(img/bg_choice_4_2b.png);
}

.cont_link04 .bg_container a:nth-child(2):hover ~ .bg_base {
		background-image: url(img/bg_choice_43.png);
}

.cont_link04 .bg_container a:nth-child(3) ~ .bg_base span:nth-child(3) {
				display: inline-block;
		margin: 0 0 0 13.8%;
		background-image: url(img/bg_choice_4_3.png);
}
.cont_link04 .bg_container p:nth-child(3) ~ .bg_base span:nth-child(3) {
				display: inline-block;
		margin: 0 0 0 13.8%;
		background-image: url(img/bg_choice_4_3b.png);
}

.cont_link04 .bg_container a:nth-child(3):hover ~ .bg_base {
		background-image: url(img/bg_choice_44.png);
}

.cont_link04 .bg_container a:nth-child(4) ~ .bg_base span:nth-child(4) {
				display: inline-block;
		margin: 0 0 0 14.2%;
		background-image: url(img/bg_choice_4_4.png);
}
.cont_link04 .bg_container p:nth-child(4) ~ .bg_base span:nth-child(4) {
				display: inline-block;
		margin: 0 0 0 14.2%;
		background-image: url(img/bg_choice_4_4b.png);
}

.cont_link04 .bg_container a:nth-child(4):hover ~ .bg_base {
		background-image: url(img/bg_choice_45.png);
}

.cont_link04 .bg_container a:nth-child(2):hover ~ .bg_base span:nth-child(1),
.cont_link04 .bg_container a:nth-child(3):hover ~ .bg_base span:nth-child(1),
.cont_link04 .bg_container a:nth-child(4):hover ~ .bg_base span:nth-child(1) {
		background-image: url(img/bg_choice_4_1b.png);
}
.cont_link04 .bg_container a:nth-child(1):hover ~ .bg_base span:nth-child(2),
.cont_link04 .bg_container a:nth-child(3):hover ~ .bg_base span:nth-child(2),
.cont_link04 .bg_container a:nth-child(4):hover ~ .bg_base span:nth-child(2) {
		background-image: url(img/bg_choice_4_2b.png);
}
.cont_link04 .bg_container a:nth-child(1):hover ~ .bg_base span:nth-child(3),
.cont_link04 .bg_container a:nth-child(2):hover ~ .bg_base span:nth-child(3),
.cont_link04 .bg_container a:nth-child(4):hover ~ .bg_base span:nth-child(3) {
		background-image: url(img/bg_choice_4_3b.png);
}
.cont_link04 .bg_container a:nth-child(1):hover ~ .bg_base span:nth-child(4),
.cont_link04 .bg_container a:nth-child(2):hover ~ .bg_base span:nth-child(4),
.cont_link04 .bg_container a:nth-child(3):hover ~ .bg_base span:nth-child(4) {
		background-image: url(img/bg_choice_4_4b.png);
}

/*topic01*/
.topic01 .site-top {
		background-color: #FCEF21;
		/*background-image: url(img/blog_mv_03new.png);*/
		background-size:100%;
}
.topic01 .site-top .txt_h1 {
		background-size: 100% auto;
		background-repeat: no-repeat;
		font-size: 0;
		height: 20vw;
		min-height: 380px;
		background-image: url(img/blog_mv_03_2.png);
}

@media screen and (max-width: 1200px) {
	.topic01 .site-top .txt_h1 {
		min-height:initial;
		height: 32vw;
	}
}
.topic01 .breadcrumb {
		display: none;
}
.topic01 .into_top_01 p {
		font-size: 1.6em;
		margin: 5vw 0 0;
		width: 70%;
		color: #603813;
		font-weight: bold;
		text-align: left;
}
.topic01 .list_box_tile {
		color: #fff;
		width: 18em;
		margin: 4em auto 2em;
		text-align: center;
		border-radius: 2em;
		font-size: 1.6em;
		line-height: 2em;
}
.topic01 .link-line {
		border-radius: 3em;
		margin: 4em auto;
}


@media screen and (max-width: 1024px) {
	body, button, input, select, optgroup, textarea {
		font-size: 1.57vw;
	}
	.entry-content .news_inner,
	.entry-content .content_inner,
	.site-branding {
		padding-left: 1em;
		padding-right: 1em;
	}
	nav a:nth-child(5),
	nav a:nth-child(4) {
		width: 25%;
	}
	.top_txt p {
		letter-spacing: 1px;
	}
	.content_inner [class*="top_box_"] p {
		width: 35vw;
		margin-left: 27%;
	}
	.coming_inner .swiper-wrapper,
	.coming_inner .coming_Swiper {
		width: auto;
		margin-left: auto;
	}
	.swiper-button-next,
	.swiper-container-rtl .swiper-button-prev {
		right: 1%;
	}
	.swiper-button-prev,
	.swiper-container-rtl .swiper-button-next {
		left: 1%;
	}
	.coming_inner .txt03 {
		height: 21em;
		margin-bottom: 3em;
	}

	.content_inner .top_box .top_box_items {
		padding-left: 9em;
	}
	.content_inner .top_box .top_box_items::before {
		width: 5em;
		height: 5em;
		font-size: 1.3em;
	}
	.content_inner .top_box .top_box_items figure {
		width: 10em;
	}
	.content_inner .top_box .top_box_items .top_box_items_txt {
		padding: 0 10px;
		width: calc(100% - 12em);
	}
	.content_inner .top_box .top_box_items .top_box_items_txt p {
		margin: 0 auto;
		font-size: .87em;
		width: 100%;
	}
	.content_inner .top_box .top_box_items .top_box_items_txt .link-line {
		width: 65%;
	}
	.content_inner .top_box .top_box_items .top_box_items_txt .link-line a p {
		width: auto;
	}

	.topic01 .site-top .txt_h1 {
		height: 30vw;
	}
	/* .topic01 .into_top_01 {
		margin-top: -12vw;
	} */
	.topic01 .into_top_01 p {
		margin: 15vw 0 0 0;
	}
}


@media screen and (max-width: 767px) {
	.pc,
	.pc_b {
		display: none !important;
	}
	.sp {
		display: inline-block !important;
	}
	.sp_b {
		display: block !important;
	}
	.link-line {
	 width: 95% !important;
	}

	.copyright {
		flex-direction: column;
	}
	.copyright figure {
		width: 45%;
		margin: 0 auto 5px;
		padding: 0;
	}
	.copyright p {
		padding: 0;
		border-left: none;
	}

	.site-branding {
		max-width: 35%;
		margin: 0;
	}
	.site-branding .site-title {
		padding-top: 10px;
	}
	.site-branding .main-nav .link-line {
		width: 70% !important;
		margin: 0 auto;
	}
	.main-nav {
		position: fixed;
		height: 98.5vh;
		z-index: 8;
		width: 100% !important;
		padding: 120px 15px 50px !important;
		flex-direction: column;
		background: rgba(255,255,255,.9);
		left: 0;
		top: -1000px;
		transition: .9s;
	}
	.main-nav.active {
		top: 0;
	}
	.site-branding .main-nav ul {
		flex-direction: column;
		margin-top: 40px;
	}
	.site-branding .main-nav ul li {
		width: 100%;
		background: none;
		text-align: left;
		font-size: 2em;
		justify-content: center !important;
		border-left: none !important;
		border-right: none !important;
		padding: 0 0 10px;
		border-bottom: solid 1px #06BB06;
	}
	.site-branding .main-nav ul li a,
	.site-branding .main-nav ul li p {
		display: inline-block;
		width: 100%;
		text-align: center;
	}
	.site-branding .main-nav ul li + li {
		margin-top: 20px;
	}

	.site-branding .main-nav .link-line {
		width: 100%;
	}

	.site-branding .main-nav .main-nav--nav .interview #interview-nav {
		display: block;
		margin-top: 1em;
	}
	.site-branding .main-nav .main-nav--nav .interview #interview-nav ul li,
	.site-branding .main-nav .main-nav--nav .interview #interview-nav ul li a {
		font-size: 1em;
		text-align: left;
	}
	.site-branding .main-nav .main-nav--nav .interview #interview-nav ul li {
		padding: 5px 0;
	}
	.site-branding .main-nav .main-nav--nav .interview #interview-nav ul li p {
		text-align: left;
	}
	.site-branding .main-nav .main-nav--nav .interview #interview-nav ul li p::before {
		border-left: 8px solid #06BB06;
		border-top: 5px solid transparent;
		border-bottom: 5px solid transparent;
	}
	.site-branding .main-nav .main-nav--nav .interview #interview-nav ul li span {
		padding-left: 4.5em;
		margin-top: .5em;
	}
	.site-branding .main-nav .main-nav--nav .interview #interview-nav ul li span::before {
		left: 8%;
	}

	#HAM {
		display: block;
		position: fixed;
		top: 10px;
		right: 15px;
		width: 9em;
		height: 9em;
		border: solid 2px #06BB06;
		z-index: 10;
		background: #fff;
	}
	#HAM::before,
	#HAM::after {
		position: absolute;
		content: '';
		width: 60%;
		height: 25%;
		margin: auto;
		left: 0;
		right: 0;
		border-style: solid;
		border-color: #06BB06;
		border-width: 2px;
		border-left: 0;
		border-right: 0;
		transition: height 0.2s 0.2s, transform 0.2s 0s;
	}
	#HAM::before {
		margin-bottom: -1px;
		bottom: 54%;
	}
	#HAM::after {
		margin-top: -1px;
		top: 46%;
	}
	#HAM span {
		display: block;
		position: absolute;
		bottom: 0;
		right: 0;
		left: 0;
		font-size: 10px;
		font-weight: bold;
		letter-spacing: 0.1em;
		text-indent: 0.1em;
		-webkit-transform-origin: center bottom;
		-moz-transform-origin: center bottom;
		-ms-transform-origin: center bottom;
		-o-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-transform: scale(0.75, 0.75);
		-ms-transform: scale(0.75, 0.75);
		-o-transform: scale(0.75, 0.75);
		transform: scale(0.75, 0.75);
		text-align: center;
	}
	#HAM.active::before,
	#HAM.active::after {
		height: 0;
		border-width: 1px 0;
		transition: height 0.2s 0s, transform 0.2s 0.2s;
	}
	#HAM.active::before {
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	#HAM.active::after {
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.top_txt {
		padding: 6.5em 15px 17em;
	}
	.top_txt p {
		font-size: 2.1em;
		line-height: 2.4em;
	}
	.top_txt p span {
		font-size: 1.5em;
		line-height: 1.6em;
	}
	.swiper-button-next, .swiper-container-rtl .swiper-button-prev,
	.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
		width: 35px;
		height: 35px;
	}
	.content_inner .top_box {
		background: url(./img/hukidashi_sp.png) no-repeat;
		background-size: contain;
		padding-bottom: 50px;
		padding-top: 10px;
	}
	.content_inner .top_box .top_box_items::before {
		top: -20px;
		width: 6em;
		height: 6em;
	}
	.content_inner .top_box .top_box_items .top_box_items_txt p span {
		border-bottom: 2px solid #000;
	}
	.content_inner .top_box .top_box_items .top_box_items_txt .link-line {
		width: 85%;
	}
	.content_inner .top_box .top_box_items .top_box_items_txt .link-line a figure {
		width: 25px !important;
	}
	.content_inner .top_box .top_box_items .top_box_items_txt .link-line a p {
		font-size: 12px !important;
	}
	.site-branding {
		max-width: 100%;
		width: 100%;
		height: 75px;
		padding: 0;
		position: fixed;
		background: #fff;
		top: 0;
		left: 0;
		z-index: 20;
	}
	.site-branding .site-title {
		padding-top: 6px;
		width: 130px;
		z-index: 10;
	}
	.home .site-top #mv {
		display: none;
	}
	.home .site-top {
		height: 0;
		background: url(img/bg_top_sp.jpg) no-repeat;
		margin-top: 13em;
		background-size: contain;
		padding-bottom: 148.75%;
	}
	.site-top .link-line {
		width: 50%;
		position: absolute;
		left: 50%;
		top: 125vw;
		transform: translateX(-50%);
		background: none;
	}
	.site-top .link-line a p {
		font-size: 10px !important;
		padding-left: 1.5em;
		text-align: left;
	}
	.entry-content .coming_inner,
	.entry-content .news_inner,
	.entry-content .content_inner,
	.site-branding {
		padding-left: 3em;
		padding-right: 3em;
	}

	.entry-content .content_inner {
		padding: 30em 7em 0;
	}
		.topic04 .entry-content .content_inner {
						padding: 4em 15px;
		}
	.content_inner .top_box {
		background-size: 100% 91%;
		padding-bottom: 7em;
		padding-top: 0;
		margin-bottom: 4em;
	}
	.content_inner .top_box .top_box_items::before {
		top: -2.5em;
		width: 8.5em;
		height: 8.5em;
		left: 1em;
	}
	.content_inner .top_box .top_box_items {
		padding-left: 0;
		justify-content: center;
	}
	.content_inner .top_box .top_box_items::before {
		top: -1em;
		width: 5em;
		height: 5em;
		left: 1em;
		font-size: 2.1em;
	}
	.content_inner .top_box .top_box_items>figure {
		width: 15em;
		position: absolute;
		left: 0;
		right: 0;
		top: -18em;
	}
	.content_inner .top_box .top_box_items .top_box_items_txt {
		padding: 12em 2em 7.5em;
		width: 100%;
	}
	.content_inner .top_box .top_box_items .top_box_items_txt p {
		font-size: 10px;
		width: 100%;
		line-height: 1.2em;
	}
	.content_inner .top_box .top_box_items .top_box_items_txt .link-line {
		width: 85%;
		margin-top: 3em;
	}
	.content_inner .top_box_03 .top_box_items>figure,
	.content_inner .top_box_02 .top_box_items>figure {
		top: -6em;
	}
	.content_inner .top_box_03 .top_box_items .top_box_items_txt,
	.content_inner .top_box_02 .top_box_items .top_box_items_txt {
		padding-top: 25em;
	}
	.single .site-top {
		margin-top: 12em;
	}
	.single .site-top.new-info {
		padding: 2em 0;
	}
	.single .site-top.new-info .txt_h1 {
		padding: 0;
		font-size: 18px;
	}
	.single .site-top.new-info .txt_h1 span {
		font-size: 14px;
		padding-top: 0;
	}
	.breadcrumb {
		padding: 3em 2.5em 0;
		font-size: 1.25em;
	}
	.single .content-area {
		padding: 3.6vw;
	}
	.single .new-info .content-area {
		padding: 12.5em 9em;
	}
	.single .content-area .txt_h2 {
		flex-wrap: wrap;
		font-size: 3em;
		line-height: 1.6em;
	}
	.single .content-area .txt_h2 span {
		width: 8.5em;
		font-size: 0.68em;
		margin-right: calc(100% - 8.5em);
		margin-bottom: 0.5em;
	}
	.single .content-area .entry-header {margin-top: 1em;}
	.single .content-area .entry-header p {
		padding: 0;
		font-size: 3em;
		margin-bottom: 0;
	}
	.single .content-area .entry-content {
		padding: 1.4em 0;
		line-height: 2em;
		font-size: 2em;
	}
	.single .content-area .entry-content .link-line {
		width: 70%;
	}
	.single .content-area .entry-content .link-line a {
		margin: 2em auto;
	}
	.txt_h2 {
		font-size: 18px;
	}
	#primary .news_inner div p:first-child span {
		font-size: 12px;
	}
	#primary .news_inner div p:last-child a:visited, .news_inner div p:last-child a {
		font-size: 13px;
	}
	#primary .news_inner div p:last-child span {
		width: 100%;
		font-size: 12px;
	}
	.entry-content .coming_inner {
		padding-top: 1em;
	}
	.single .content-area .entry-content h2 {
		font-size: 1.5em;
	}
	.single .content-area .entry-content h3 {
		border-left: 5px solid #06BB06;
		font-size: 18px;
		font-weight: normal;
	}
	.single .content-area .entry-content p.similar-posts {
		border-left: 5px solid #06BB06;
		font-size: 18px;
		font-weight: normal;
	}
	.single .content-area .entry-content h4 {
		width: 100%;
	}
	.single .content-area .entry-content p img {
		width: 100%;
	}
	.date {
		font-size: 0.8em;
	}

		.single .content-area .entry-header p span.cat_co {
				font-size: 0.5em;
				border-radius: 5px;
		}

	.link_box .bg_container,
	.link_box .bg_container .bg_base {
		width: 100%;
		height: 130vw;
	}
	.link_box .bg_container label {
		height: 49vw;
	}
	.link_box .bg_container label:nth-child(-n+2) {
		margin-top: 30vw;
	}
	[class*="cont_link"] .bg_container {
		margin-top: 30%;
		height: 103vw;
	}
	.cont_link01 .bg_container {
		padding: 15% 3% 22%;
	}
	[class*="cont_link"] .bg_container .bg_base {
		background-size: 100% auto;
	}
	.cont_link01 .bg_container .bg_base span {
		width: 30%;
	}
	.cont_link01 .bg_container p:nth-child(1) ~ .bg_base span:nth-child(1),
	.cont_link01 .bg_container a:nth-child(1) ~ .bg_base span:nth-child(1) {
		margin: 15% 0 0 4%;
	}
	.cont_link01 .bg_container p:nth-child(4) ~ .bg_base span:nth-child(4),
	.cont_link01 .bg_container a:nth-child(4) ~ .bg_base span:nth-child(4) {
		margin: 0 0 0 4%;
	}
	.cont_link04 .bg_container,
	.cont_link02 .bg_container {
		padding: 7% 1% 19%;
	}
	.cont_link04 .bg_container .bg_base span,
	.cont_link03 .bg_container .bg_base span,
	.cont_link02 .bg_container .bg_base span {
		width: 35%;
	}
	.cont_link04 .bg_container p:nth-child(1) ~ .bg_base span:nth-child(1),
	.cont_link02 .bg_container p:nth-child(1) ~ .bg_base span:nth-child(1),
	.cont_link04 .bg_container a:nth-child(1) ~ .bg_base span:nth-child(1),
	.cont_link02 .bg_container a:nth-child(1) ~ .bg_base span:nth-child(1) {
		margin: 7% 0 0 9%;
	}
	.cont_link04 .bg_container p:nth-child(2) ~ .bg_base span:nth-child(2),
	.cont_link02 .bg_container p:nth-child(2) ~ .bg_base span:nth-child(2),
	.cont_link04 .bg_container a:nth-child(2) ~ .bg_base span:nth-child(2),
	.cont_link02 .bg_container a:nth-child(2) ~ .bg_base span:nth-child(2) {
		margin: 7% 0 0 12%;
	}
	.cont_link04 .bg_container p:nth-child(3) ~ .bg_base span:nth-child(3),
	.cont_link02 .bg_container p:nth-child(3) ~ .bg_base span:nth-child(3),
	.cont_link04 .bg_container a:nth-child(3) ~ .bg_base span:nth-child(3),
	.cont_link02 .bg_container a:nth-child(3) ~ .bg_base span:nth-child(3) {
		margin: 0 0 0 9%;
	}
	.cont_link04 .bg_container p:nth-child(4) ~ .bg_base span:nth-child(4),
	.cont_link02 .bg_container p:nth-child(4) ~ .bg_base span:nth-child(4),
	.cont_link04 .bg_container a:nth-child(4) ~ .bg_base span:nth-child(4),
	.cont_link02 .bg_container a:nth-child(4) ~ .bg_base span:nth-child(4) {
		margin: 0 0 0 12%;
	}
	.cont_link03 .bg_container {
		padding: 5% 3% 19%;
	}
	.cont_link03 .bg_container p:nth-child(2) ~ .bg_base span:nth-child(2),
	.cont_link03 .bg_container a:nth-child(2) ~ .bg_base span:nth-child(2) {
		margin: 5% 0 0 8%;
	}
	.cont_link03 .bg_container p:nth-child(3) ~ .bg_base span:nth-child(3),
	.cont_link03 .bg_container a:nth-child(3) ~ .bg_base span:nth-child(3) {
		margin: 5% 0 0 13%;
	}
	.page #page,
	.archive #page {
		margin-top: 18vw;
	}
	.home #page {
		margin-top: 0;
	}
	.archive .site-top .txt_h1,
	.single .site-top .txt_h1 {
		background-size: 100% auto;
		height: 17vw;
	}
	.topic01 .entry-content .content_inner {
		padding: 2em 4em 0;
	}
}


@media screen and (max-width: 768px) {
	#gd-hokkaido img {
		width: 20em;
		height: 4em;
	}
	.topic02 .link-line.white {
		width: 420px;
	}
}

@media screen and (max-width: 425px){
	.topic02 .link-line.white {
		width: 100%;
	}
}

@media screen and (max-width: 320px) {
	.content_inner .top_box {
		background: url(./img/hukidashi_sp03.png) no-repeat;
		background-size: contain;
	}
	.content_inner .top_box .top_box_items::before {
		width: 4em;
		height: 4em;
		font-size: 10px;
		left: 0;
	}
	.content_inner .top_box .top_box_items figure {
		width: 8em;
	}
	.content_inner .top_box .top_box_items .top_box_items_txt {
		padding: 0 5px;
		width: calc(100% - 8em);
	}
	.content_inner .top_box .top_box_items .top_box_items_txt .link-line a {
		padding: 5px 0;
	}
}

/**** 2021.09.06 add *****/
.content-site-top {
	max-width: 1170px;
	margin: 0 auto;
	padding: 0px 0;
}
.content-site-top .site-top {
	padding: 10px 0;
}


/*stamp*/
/*.page-id-162 .site-top,*/
.page-id-1809 .site-top,
.page-id-3962 .site-top {
		display: none;
}

/*.page-id-162 .breadcrumb,*/
.page-id-1809 .breadcrumb,
.page-id-3962 .breadcrumb {
		display: none;
}
.bg_grey {
		background: #fceedb;
}
.stamp .site-top {
		display: none;
}

/*.page-id-162 .site-content,*/
.page-id-1809 .site-content,
.page-id-3962 .site-content  {
	background: #fff;
}
.stamp .sub_header_image {
		height: 30vw;
		background: #fcef21;
		display: flex;
		align-items: center;
		justify-content: center;
}
.stamp .sub_header_image img {
		padding: 3vw 0;
		max-height: 100%;
}
.stamp .sub_header_image2 {
		font-size: 0;
		background-image: url(img/bg_stamp_02.png);
		background-size: auto 100%;
		height: 675px;
		position: relative;
}

.stamp .sub_header_image2 img {
		margin: auto;
		display: block;
		position: absolute;
		left: 0;
		right: 0;
		top: -30px;
}
.stamp .sub_header_text {
		background: #00b900;
		color: #fff;
		text-align: center;
		padding: 150px 0 110px;
		display: flex;
		font-size: 30px;
		flex-wrap: wrap;
}
.stamp .sub_box_txt {
		padding: 0 2em 2em;
		margin-left: 1em;
		text-indent: -1em;
}
.stamp .sub_header_text p {
		font-size:2.4vw;
		font-weight: bold;
		display: flex;
		align-items: center;
		width: 100%;
		justify-content: center;
}
.stamp .border {
		border: 4px solid #fff;
		font-size: 0.6em;
		padding: 0 0.5em;
		border-radius: 10px;
		margin: -0.2em 1em 0 0;
}
.stamp .txt_large {
		font-size: 2em;
		margin-top: -0.26em;
}
.stamp .txt_carcle {
		color: #00b900;
		background-color: #fff;
		line-height: 1em;
		font-size: 0.65em;
		padding: 0.3em 0.2em 0.1em;
		border-radius: 2em;
		margin-top: -0.1em;
}
.stamp .txt_h2.gb_green_cil {
		background-color: #00b900;
		color: #fff;
		width: 16em;
		border-radius: 3em;
		padding: 0.4em;
		font-size: 2em;
}
.stamp .txt_green {
		color: #00b900;
		font-size: 1.4em;
		padding-bottom: 0.5em;
		display: block;
}
.copyright2 img {
		margin: auto;
		display: block;
		max-width: 900px;
}
.stamp .scroll_box {
		border: 2px solid #333;
		width: 90%;
		margin: auto;
}
.stamp .box {
	position: relative;
	height: 890px;
	padding: 1em 2em;
	overflow: auto;
}
.stamp .list {
	display: flex;
	padding-bottom: 2em;
}
.stamp .list li {
		width: 25%;
		text-align: center;
}
.stamp .list li a {
		display: block;
		width: 97%;
		background-color: #EDB833;
		font-size: 1.8em;
		padding: 0.3em 0 0;
		color: #fff;
		border-radius: 3em;
		margin: 0.3em auto;
}
.stamp .list li:nth-child(2) a {
		background-color: #E497B8;
}
.stamp .list li:nth-child(3) a {
		background-color: #86B728;
}
.stamp .list li:nth-child(4) a {
		background-color: #7CC1E5;
}
.stamp .present-box h3 {
		font-size: 1.8em;
		font-weight: normal;
		line-height: 2.6em;
		display: flex;
		color: #8E4729;
		align-items: center;
}
.stamp .present-box h3:before {
		border-radius: 3em;
		padding: 0.5em;
		font-size: 0.8em;
		color: #fff;
		line-height: 2em;
		margin: 0 0.4em 0 0;
}
.stamp #course01 .present-box h3:before {
		content: "道央";
		background-color: #EDB833;
}
.stamp #course02 .present-box h3:before {
		content: "道北";
		background-color: #E497B8;
}
.stamp #course03 .present-box h3:before {
		content: "道東";
		background-color: #86B728;
}
.stamp #course04 .present-box h3:before {
		content: "道南";
		background-color: #7CC1E5;
}
.stamp .present-box {
		border-bottom: 2px dashed #8E4729;
		margin-bottom: 3em;
		padding-bottom: 2em;
}
.stamp .info_box {
		display: flex;
		align-items: center;
		padding: 0.3em 1em;
		background-color: #FDEEDB;
		margin: 0 0 0.6em 3.7em;
		border-radius: 1em;
}
.stamp .info_box p {
		margin: 0;
		color: #8E4729;
		padding-left: 0.5em;
		font-size: 0.8em;
}
.stamp .info_box p:first-child {
		width: 5em;
		margin: 0;
		padding-left: 0;
}
.stamp .info_box p:nth-child(2) {
		border-left: 1px solid #8E4729;
}
/*スクロールバー全体*/
::-webkit-scrollbar {
		width: 10px;
}

/*スクロールバーの軌道*/
::-webkit-scrollbar-track {
	border-radius: 10px;
	box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
}

/*スクロールバーの動く部分*/
::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 50, .5);
	border-radius: 10px;
	box-shadow:0 0 0 1px rgba(255, 255, 255, .3);
}


/**** 2021/09/17 追加 ****/
.oubo_box{
	text-align: center;
	margin-top: 100px;
	margin-bottom: 150px;
}

@media screen and (max-width: 768px) {
	.oubo_box{
		text-align: center;
				margin-top: 15vw;
		margin-bottom: 20vw;
	}
}



/**** 2021.09.06 add *****/
.content-site-top {
	max-width: 1170px;
	margin: 0 auto;
	padding: 10px 0;
}
.content-site-top .site-top {
	padding: 10px 0;
}
.archive .content-area .content-wrap {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-wrap: wrap;
}
.archive .content-area .content-wrap article {
	width: calc(100% / 4 - 2%);
	margin-right: 2%;
	padding-bottom: 2%;
}
.archive .content-area .content-wrap article:nth-of-type(4n) {
	margin-right: 0;
}
.archive .content-area .content-wrap article figure,
 .archive .content-area .content-wrap article figure img{
	width: 100%;
	margin: 0 auto;
}
.archive .content-area .content-wrap article figure{
	height: 200px;
	overflow: hidden;
}

.archive .content-area .content-wrap article .item {
	padding-top: 1em;
}
.archive .content-area .content-wrap article .item .date-area {
	margin-bottom: 10px;
}
.archive .content-area .content-wrap article .item .date-area .date {
	font-size: .8em;
}
.archive .content-area .content-wrap article .item .date-area .cat_oya {
	padding-left: 10px;
	font-size: .9em;
	font-weight: bold;
	color: #06BB06;
}
.archive .content-area .content-wrap article .item h2.txt_h2 {
	font-size: 1.2em;
	font-weight: bold;
}
.archive .content-area .content-wrap article .item .item-cat {
	margin-top: 1.5em;
}
.archive .content-area .content-wrap article .item .item-cat span {
	font-size: .8em;
	margin-right: 8px;
	border: solid 1px #06BB06;
	color: #06BB06;
	text-align: center;
	margin-bottom: 8px;
	border-radius: 5px;
	padding: 5px;
	display: inline-block;
}
@media screen and (max-width: 1024px) {
	.content-site-top {
		padding: 10px 1em;
	}
	.archive .site-content,
	.page-id-1007 .site-content {
		padding: 6em 1em;
	}
	.stamp .sub_header_image {
		height: auto;
		padding: 4vw 0 0;
	}
	.stamp .sub_header_image img {
		padding: 3vw 0 6vw;
		width: 60%;
	}
	.stamp .sub_header_image2 {
		height: 66vw;
	}
	.stamp .sub_header_image2 img {
		top: -3vw;
	}
}

@media screen and (max-width: 768px) {
	.archive .content-area .content-wrap article {
		width: 48%;
	}
	.archive .content-area {
		padding-top: 6em;
	}
	.archive .content-area .content-wrap article:nth-of-type(2n) {
		margin-right: 0;
	}
	.archive .site-content {
		padding: 2em 1em;
	}
	.archive .content-area .content-wrap article figure {
		height: 35vw;
		margin-bottom: 1em;
	}
	.stamp .sub_header_text {
		padding: 90px 0 70px;
	}
	.stamp .sub_header_text p {
		font-size: 5vw;
	}
	.stamp .entry-content .content_inner {
		padding: 6em 2em;
	}
	.stamp .txt_h2.gb_green_cil {
		font-size: 5.5vw;
	}
	.stamp .sub_box_txt {
		font-size: 3.5vw;
		padding: 0 1em 2em;
	}
	.stamp .scroll_box {
		width: 100%;
	}
	.stamp .list {
		flex-wrap: wrap;
		justify-content: center;
	}
	.stamp .list li {
		width: 40%;
	}
	.stamp .list li a {
		font-size: 5.5vw;
		padding: 0.5em 0 0.2em;
	}
	.stamp .box {
		height: 135vw;
	}
	.stamp .present-box h3 {
		font-size: 4.5vw;
		line-height: 1.2em;
	}
	.stamp .present-box h3:before {
		width: 3.2em;
		text-align: center;
	}
	.copyright2 img {
		width: 90%;
	}
}
/*topic03*/
[class*="topic03"] .breadcrumb {
		display: none;
}
[class*="topic03"] .site-top .txt_h1 {
		background-image: url(img/blog_mv_03_2.png);
		height: 380px;
}

[class*="topic03"] .site-top {
		background-color: #FCEF21;
}

[class*="topic03"] .into_top_01 img {
		width: 30%;
}

[class*="topic03"] .into_top_01 {
		display: flex;
		margin-top: -80px;
		align-items: flex-start;
}

.topic03 .site-top .txt_h1 {
		background-image: url(img/download_mv_01.png);
		background-size: auto 86%;
		background-position: center center;
		font-size: 0;
}
.link-line.type_download {
	 margin-bottom: 1.5em;
		width: 46%;
		border-radius: 0.5em;
}
.txt_center {
		text-align: center;
		font-size: 1.6em;
		color: #603813;
		font-weight: bold;
}
ul.wey2 {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
}
ul.wey2 li {
		width: 50%;
		text-align: center;
}
ul.wey2 li span {
		padding: 0 17%;
		display: block;
		position: relative;
}
ul.wey2 li .link-line.type_download {
		margin: 1.5em auto 4em;
		width: 90%;
}
ul.wey2 li span img {
		width: 100%;
		border: 2px solid #bbb;
		border-radius: 0.8em;
}
ul.wey2 li span img.icon-new {
		position: absolute;
		width: 27%;
		border: 0;
		top: -10%;
		left: 2%;
}
.list_box_2 {
		position: relative;
}
.list_box_2 img.icon-new {
		position: absolute;
		width: 13.5%;
		top: -7%;
		left: -3%;
}
img.border_in {
		border-radius: 0.8em;
		border: 2px solid #bbb;
}
img.border_in2 {
		border-radius: 0.8em;
}

@media screen and (max-width: 1024px){
		[class*="topic03"] .site-top .txt_h1 {
				height: 30vw;
				background-repeat: no-repeat;
		}
		/* [class*="topic0"] .into_top_01 {
				margin-top: -12vw;
		} */
		[class*="topic03"] .into_top_01 {
				margin-top: -80px;
		}
}
.hem_4 {
		height: 4em;
		display: block;
}
@media screen and (max-width: 768px) {
	.link-line.type_download img {
		width: 75%;
	}
	ul.wey2 li img,
	ul.wey2 li .link-line.type_download img {
		width: 90%;
	}

	[class*="topic03"] .entry-content .content_inner {
		padding: 2em 2em 0;
	}
		[class*="topic03"] .into_top_01 {
				margin-top: -9vw;
		}
}




/*** 2021.1129 add ***/
#infoCnt-dwl {
	margin-top: 5em;
	border: solid 6px #06BB06;
	border-radius: 10px;
	padding: 20px 60px 40px;
	margin-bottom: 5em;
	background: #fff;
}
#infoCnt-dwl h2.list_box_tile2 {
	margin-top: .5em;
	margin-bottom: 15px;
}
#infoCnt-dwl p {
	text-align: center;
	color: #603813;
	font-weight: bold;
	font-size: 1.2em;
}
#infoCnt-dwl .info-list {
	padding-top: 15px;
	border-top: dashed 3px #06BB06;
	margin-top: 1em;
}
#infoCnt-dwl .info-list dl {
	margin-bottom: 20px;
}
#infoCnt-dwl .info-list dl dt {
	color: #06BB06;
	font-size: 1.6em;
	font-weight: bold;
	text-align: left;
}
#infoCnt-dwl .info-list dl dd {
	counter-reset: number 0;
	margin-left: 0;
}
#infoCnt-dwl .info-list dl dd ul li {
	color: #603813;
	font-weight: bold;
	font-size: 1.3em;
	padding-left: 27px;
	position: relative;
}
#infoCnt-dwl .info-list dl dd ul li::before {
	position: absolute;
	counter-increment: number 1;
	content: counter(number) ".";
	left: 0;
	top: 0;
}
#infoCnt-dwl .info-list dl dd ol {
	list-style: none;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 30px;
}
#infoCnt-dwl .info-list dl dd ol li {
	width: calc(100% / 4);
}
#infoCnt-dwl .info-list .info-text {
	color: #603813;
	font-weight: bold;
	font-size: 1em;
	line-height: 1.8;
	border: solid 2px #603813;
	position: relative;
	padding: 15px 15px 15px 25px;
	text-align: left;
}
#infoCnt-dwl .info-list .info-text::before {
	position: absolute;
	content: '\0274a';
	left: 12px;
	top: 15px;
	font-size: 1em;
	font-weight: bold;
}

@media screen and (max-width: 768px) {
	#infoCnt-dwl {
		padding: 20px 40px 40px;
	}
	#infoCnt-dwl .info-list dl dd ol {
		flex-wrap: wrap;
	}
	#infoCnt-dwl .info-list dl dd ol li {
		width: calc(100% / 2);
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 450px) {
	#infoCnt-dwl {
		padding: 20px 20px 30px;
		border-width: 3px;
	}
	#infoCnt-dwl .info-list dl dd ul li {
		padding-left: 13px;
	}
}


/*** category ****/
.area-category .areaTitle-wrap {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 50px;
}
.area-category .areaTitle-wrap .areaTitle {
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 7px 15px;
	background: #ccc;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.8;
	cursor: pointer;
}
.area-category .areaTitle-wrap .areaTitle:last-of-type {
	margin-right: 0;
}
.area-category .areaTitle-wrap .areaTitle.active {
	background: #06BB06;
}


.area-category .list-wrap {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 25px;
	display: none;
}
.area-category .list-wrap .list figure {
	margin: 0 auto;
	width: 100%;
	height: 160px;
	overflow: hidden;
}
.area-category .list-wrap .list figure img {
	width: 210px;
	height: 160px;
	object-fit: cover;
	object-position: center;
}
.area-category .list-wrap .list .list-data {
	margin: 10px auto;
}
.area-category .list-wrap .list .list-data span.date {
	font-size: 12px;
	margin-bottom: 8px;
}
.area-category .list-wrap .list .list-data p.area-name {
	font-size: 12px;
	color: #06BB06;
}
.area-category .list-wrap .list p.title {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px;
}
.area-category .list-wrap .list span.areaname {
	color: #06BB06;
	padding: 3px 5px;
	border: solid 1px #06BB06;
	border-radius: 5px;
	display: inline-block;
	margin-right: 5px;
	font-size: 12px;
	margin-bottom: 8px;
}
.area-category .list-wrap.active {
	display: grid;
		animation-name: displayAnime;
		animation-duration: 2s;
		animation-fill-mode: forwards;
}
@keyframes displayAnime{
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

/**** single ****/
.single .douou .breadcrumb:first-of-type,
.single .douhoku .breadcrumb:first-of-type,
.single .dounan .breadcrumb:first-of-type,
.single .doutpu .breadcrumb:first-of-type {
	display: none;
}
.single .new-info .breadcrumb:nth-of-type(2) {
	display: none;
}

.breadcrumb li a.title-area {
	border-bottom: solid 1px #000;
	transition: .4s;
}
.breadcrumb li a.title-area:hover {
	opacity: .6;
}


@media screen and (max-width: 768px) {
	.area-category .list-wrap {
		grid-template-columns: 1fr 1fr 1fr;
	}
	.area-category .list-wrap .list figure img {
		width: 230px;
	}
}

@media screen and (max-width: 450px) {
	.area-category .list-wrap {
		grid-template-columns: 1fr 1fr;
	}
	.area-category .areaTitle-wrap {
		margin-bottom: 30px;
	}
	.area-category .areaTitle-wrap .areaTitle {
		font-size: 13px;
	}
}




/*** 2022.02.01 add ***/
.page-id-1007 .breadcrumb {display: none;}
.page-id-1007 .breadcrumb.bd-archive {display: flex;}
.page-id-1007 .site-content  {
	background: none;
}
.page-id-1007 .areaTitle-wrap li {
	width: calc(calc(100% - 30px) / 4);
}
.page-id-1007 .areaTitle-wrap li+li {margin-left: 10px;}
.page-id-1007 .areaTitle-wrap li.douhoku {
	background: url(./img/link-douhoku.png) no-repeat center;
	background-size: contain;
}
.page-id-1007 .areaTitle-wrap li.dounan {
	background: url(./img/link-dounan.png) no-repeat center;
	background-size: contain;
}
.page-id-1007 .areaTitle-wrap li.doutou {
	background: url(./img/link-doutou.png) no-repeat center;
	background-size: contain;
}
.page-id-1007 .areaTitle-wrap li.douou {
	background: url(./img/link-douou.png) no-repeat center;
	background-size: contain;
}
.page-id-1007 .areaTitle-wrap li:hover {
	cursor: pointer;
	transition: .4s;
	opacity: .6;
}
.page-id-1007 .areaTitle-wrap li a {
	display: inline-block;
	width: 100%;
	padding-top: 50%;
}

#pageNavi {margin-top: 4rem;}
.wp-pagenavi {
	display: flex;
	justify-content: center;
	align-items: center;
}
.wp-pagenavi .pages {
	display: none;
}
.wp-pagenavi a, .wp-pagenavi span {
	padding: 5px 10px;
	border: none;
	background: #eee;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: none;
	background: #06BB06;
	color: #fff;
}
.wp-pagenavi a, .wp-pagenavi span {
	color: #000;
}


@media screen and (max-width: 450px) {
	.page-id-1007 .site-content {padding-top: 0;}
	.page-id-1007 .site-content .content_inner {padding-top: 4em;}
	.page-id-1007 .areaTitle-wrap li {
		width: calc(calc(100% - 10px) / 2);
	}
	.page-id-1007 .areaTitle-wrap li:nth-of-type(3) {
		margin-left: 0;
	}
}


/*** topic04 ***/
.coming_inner .swiper-slide.line-cp {
	background-image: url(./img/cp/bg_top_img01.svg);
}
.coming_inner .swiper-slide.line-cp .txt03 a {display: block;}

[class*="topic04"] .breadcrumb {display: none;}
.topic04 .site-top {background: #fff;}
.topic04 .site-top .content-site-top {padding: 20px 0;}
.topic04 .site-top .txt_h1 {
	background: url(./img/cp/logo_collabo.svg) no-repeat center;
	background-size: 60%;
	font-size: 0;
	height: 200px;
}
.topic04 h2.mv {position: relative;}
.topic04 h2.mv span {
	position: absolute;
	content: '';
	width: 45px;
	height: 60px;
	background: url(./img/cp/star.png) no-repeat center;
	background-size: contain;
	/* animation:1.5s linear infinite rotation; */
	animation:1s linear infinite scale;
}
.topic04 h2.mv span.star01 {
	right: 0;
	top: 10rem;
	/* -webkit-animation: 2.5s;
	animation: Drop 2.5s linear infinite; */
}
.topic04 h2.mv span.star02 {
	animation-delay: 0.2s;
	left: 0;
	top: 15rem;
}
.topic04 h2.mv span.star03 {
	right: 5rem;
	bottom: 0;
	animation-delay: 0.4s;
}
.topic04 .mv .content_inner {
		padding: 40px 0 0;
}
.topic04 .ribbon_box {
		position: relative;
}
.topic04 .ribbon_box::before {
		content: '';
		display: block;
		width: 310px;
		height: 200px;
		position: absolute;
		top: -30px;
		left: -55px;
		background-image: url(img/cp/ribbon.png);
		background-repeat: no-repeat;
		background-size: contain;
}
.topic04 .balloon_box {
		position: relative;
}
.topic04 .balloon_box::after {
		content: '';
		display: block;
		width: 280px;
		height: 280px;
		background-image: url(img/cp/balloon.png);
		background-repeat: no-repeat;
		background-size: contain;
		position: absolute;
		top: 50%;
		right: -40px;
		transform: translateY(-50%);
}

@media screen and (max-width: 1024px) {
		.topic04 .balloon_box::after {
				content: '';
				display: block;
				width: 200px;
				height: 200px;
				top: 0;
				right: 0;
				transform: none;
		}
}

@media screen and (max-width: 767px) {
		.topic04 .balloon_box {
				width: 70%;
		}
		.topic04 .balloon_box::after {
				width: 100px;
				height: 100px;
				top: 0;
				right: -16.5vw;
				transform: none;
		}
}


@keyframes rotation {
	0%  {transform: rotateY(0);}
	100%  {transform: rotateY(360deg);}
}
@keyframes scale {
	0%  {transform: scale(0.5);}
	100% {transform:scale(1);}
}





.topic04 .ara-wrap  {background: #00b900;padding: 20px 0;}
.topic04 .ara-wrap.org {
		background: #ec6b21;
}
.topic04 .date-area {
	background: #ece527;
	padding: 20px 0;
}
.topic04 .mv.ara-wrap  {background: #00b900;padding: 20px 0 0;line-height: 0;}

.topic04 .ara-wrap:nth-of-type(3) ul li + li {margin-top: 60px;}
.topic04 .ara-wrap p.btn-line {
	text-align: center;
	margin-top: 40px;
}
.topic04 .ara-wrap p.btn-line a {
	display: inline-block;
	width: 60%;
	margin: 0 auto;
}
.topic04 .ara-wrap p.btn-line a img {
	width: 100%;
}
.topic04 .ara-wrap p.btn-line a:hover img {
	transform: translate(0, -0.1rem);
	transition: all .1s;
}

.topic04 .ara-wrap:nth-of-type(3) span {
	display: inline-block;
	width: 100%;
	font-size: 1rem;
	color: #fff;
	text-align: center;
	font-family: "Noto Sans JP", YuGothic, "Yu Gothic", "YuGo_custom", Meiryo, sans-serif;
}
.topic04 h3 {
	text-align: center;
	font-size: 2rem;
	color: #221914;
	font-family: "Noto Sans JP", YuGothic, "Yu Gothic", "YuGo_custom", Meiryo, sans-serif;
}
.topic04 .cpBox {padding: 0 20px;}
.topic04 .cpBox h3 {
	padding-bottom: 10px;
	border-bottom: solid 2px #221914;
}
.topic04 .cpBox h3.dosanko {
		border: none;
		color: #fff;
		font-size: 2.1vw;
}
.topic04 .cpBox {margin: 5rem auto 0;}
.topic04 .cpBox .flex {
	/* display: flex;
	justify-content: space-between;
	align-items: flex-start; */
	margin-top: 30px;
	padding: 0 20px;
}
.topic04 .cpBox .flex li p,
.topic04 .cpBox .flex li span {
	color: #221914;
	text-align: left;
	font-family: "Noto Sans JP", YuGothic, "Yu Gothic", "YuGo_custom", Meiryo, sans-serif;
		text-align: center;
}

.topic04 .cpBox .flex li span {
		background: #fff;
		padding: 10px 0;
		width: 60%;
		margin: 10px auto 0;
		display: block;
		font-weight: bold;
		font-size: 20px;
}
.topic04 .cpBox .flex li span:nth-of-type(2) {margin-left: -10px;}
.topic04 .cpBox .flex li p {font-size: 1.8rem;font-weight: bold;letter-spacing: .2em;}
.topic04 .cpBox .flex li + li {margin-top: 0 !important;}
.topic04 .contact-area {padding: 60px 0;background: #fff;}

@media screen and (max-width: 1024px) {
	.topic04 .site-top .txt_h1 {height: 20vw;}
		.topic04 .ribbon_box::before {
				width: 210px;
				height: 140px;
				top: -10px;
				left: -10px;
		}
		.topic04 .cpBox h3.dosanko {
				font-size: 4.1vw;
		}
}

@media screen and (max-width: 767px) {
	.topic04 .entry-content .mv .content_inner {
		padding: 4em 15px 0;
	}
	.topic04 h3 {font-size: 1.85rem;}
	.topic04 h2.mv span.star01 {top: 7em;}
	.topic04 h2.mv span.star02 {top: 10em;}
	.topic04 .cpBox .flex li {width: 100%;}
	.topic04 .cpBox .flex li p {
		font-size: 1.5rem;
	}
	.topic04 .cpBox .flex li span {font-size: .8rem;width: 100%;}
		.topic04 .cpBox h3.dosanko {
				font-size: 6.1vw;
		}
}

@media screen and (max-width: 450px) {
	.archive .site-top .txt_h1,
	.single .site-top .txt_h1,
	.page-id-1007 .site-top .txt_h1 {
/*	background-image: url(img/blog_mv_02_sp.jpg);*/
		height: 17vw;
	}
	.topic04 .site-top .content-site-top {padding: 10px 0;}
	.topic04 .cpBox .flex {
		display: block;
	}
	.topic04 h2.mv span {
		width: 20px;
		height: 40px;
	}
	.topic04 h2.mv span.star01 {top: 5em;}
	.topic04 h2.mv span.star02 {top: 7em;}
	.topic04 h2.mv span.star03 {right: 2em;}
	.topic04 .date-area {padding: 10px 0;}
	.topic04 .ara-wrap:nth-of-type(3) ul li + li {margin-top: 30px;}
	.topic04 .ara-wrap p.btn-line a {width: 85%;}
	.topic04 .cpBox .flex li {width: 100%;}
	.topic04 .cpBox .flex li + li {margin-top: 20px !important;}
	.topic04 .contact-area {padding: 40px 0 0;}
		.topic04 .ribbon_box::before {
		width: 110px;
		height: 80px;
		top: -10px;
		left: -10px;
}
}
/*20220517*/
.single .site-top {
		position: relative;
		background: none;
				text-align: center;
}
.single .content-site-top {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		text-align: right;
}
.single .site-top img {
		width: 100%;
		max-width: 1170px;
				border-radius: 20px;
}
.single .site-top .txt_h1 {
		background: none;
		height: auto;
		max-height: none;
		display: inline-block;
		margin: 1em;
		padding: 0.3em 0.5em 0.4em 0.6em;
		background: rgba(0,0,0,0.4);
		color: #fff;
		fill: currentColor;
		font-size: 1.75em;
		font-weight: 500;
		letter-spacing: 0.1em;
		line-height: 1.5em;
}
.single .content-area #sidebar {
		padding: 1em;
}
.single .content-area #sidebar .widgettitle {
		color: #06BB06;
		text-align: center;
		font-size: 1.4em;
		border-bottom: 2px solid;
		margin-bottom: 1em;
}
.single .content-area #sidebar .wpp-list li {
		/* display: flex; */
		background: #fff;
		padding: 0.5em;
}
.single .content-area #sidebar .wpp-list li .wpp-item-data {
		width: 40%;
}
.similar-posts li {
		display: flex;
		padding-bottom: 1em;
}
.similar-posts li img {
		width: 25%;
				max-height: 110px;
				object-fit: cover;
				border-radius: 10px;
}
.single .content-area .similar-posts li p {
		margin: 0;
		padding: 1em;
		width: 100%;
		position: relative;
		display: flex;
		flex-wrap: wrap;
}
.single .content-area .similar-posts li p span {
		display: block;
		width: 100%;
		text-align: right;
		font-weight: normal;
		position: absolute;
		bottom: 1em;
		right: 1em;
				line-height: 1.6
}

.single .content-area #sidebar .side-contents .popular-posts ul.wpp-cards-compact > li > img {
		position: relative;
}
.single .content-area #sidebar .side-contents .popular-posts ul.wpp-cards-compact > li > img::before {
		content: '1';
		width: 10px;
		height: 10px;
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		background-color: #f00;
}

.popular-posts > h2 {
		text-align: center;
		color: #06BB06;
		font-size: 1.4em;
		border-bottom: 2px solid #06BB06;
		padding: 10px;
		margin: 0 10px 10px;
}

@media screen and (max-width: 767px) {
		.popular-posts > h2 {
				font-size: 18px;
		}
		.popular-posts .wpp-post-title {
				font-size: 12px;
		}
	.similar-posts li a {
				font-size: 12px;
				line-height: 1.5;
		}

		.single .content-area .similar-posts li p span {
				bottom: 0;
						line-height: 1.5;
		}
}

.cont_box {
		display: flex;
		align-items: flex-start;
		padding: 3.5em 2em;
		background: #FAF9F7;
		border-radius: 1em;
		position: relative;
		margin: 6em auto;
}
.single .cont_box .cont_info {
		position: absolute;
		top: -0.3em;
		left: 1em;
		font-size: 30px;
		font-style: italic;
		color: #10BC0E;
}
.single .cont_box .in_box {
		width: 50%;
}
.single .cont_box .in_gmap {
		width: 50%;
		height: 382px;
		position: relative;
		z-index: 1;
		overflow: hidden;
}
.single .cont_box .kyon_chan {
		position: absolute;
		top: -4em;
		right: 0;
		z-index: 0;
}
.single .content-area .cont_box .in_box p.info-ttl {
		background: none;
		color: #10BC0E;
		font-size: 22px;
				font-weight: bold;
		margin: 0;
		padding-left: 0;
}
.single .content-area .cont_box .in_box [class*="icon_"] {
		color: #10BC0E;
		font-size: 20px;
		display: flex;
		align-items: center;
}
.single .content-area .cont_box .in_box [class*="icon_"] img {
		width: 1em;
		margin: 0 0.4em 0.1em 0;
}
.single .cont_box .in_gmap iframe {
		max-height: 400px;
}
.single .cont_box .in_box p {
		font-weight: normal;
		padding-right: 1em;
}
.single .content-area #sidebar .widget-area {
		position: sticky;
		top: 20px;
}
@media screen and (max-width: 767px) {
	.cont_box {
		display: block;
	}
	.single .cont_box .in_box,
	.single .cont_box .in_gmap {
		width: 100%;
	}
	.similar-posts li img {
		width: 100%;
	}

		.single .site-top .txt_h1 {
				font-size: 3em;
				text-align: left;
				margin: 0.5em;
		}
		.single .content-area #sidebar .widget-area {
				position: static;
				top: 20px;
		}
		.single .content-area #sidebar .widgettitle {
				font-size: 3.4em;
		}
		.single .content-area #sidebar .wpp-list li .wpp-item-data {
				font-size: 2.4em;
		}
		.single .site-top {
				margin-left: 10px;
				margin-right: 10px;
		}
		.single .site-top img {
				padding-top: 5px;
		}

		.single .cont_box .cont_info {
				/* font-size: 24px; */
				font-size: 10vw;
		}
		.single .content-area .cont_box .in_box p.info-ttl {
				font-size: 18px;
		}
		.single .content-area .cont_box .in_box [class*="icon_"] {
				font-size: 16px;
		}
		.single .cont_box .kyon_chan {
				width: 15%;
		}
}

#sidebar .wpp-thumbnail {
		border-radius: 10px;
		width: 50%;
}
.single-mv {
		height: 700px;
		object-fit: cover;
}

div#toc_container {
		border-radius: 20px;
		padding: 1.5em 4em;
}

div#toc_container p.toc_title {
		border-bottom: dotted 2px #06BB06;
		padding-bottom: 8px;
}
@media screen and (max-width: 767px) {
	div#toc_container {
				padding: 1.5em 2em;
		}
		#sidebar .wpp-thumbnail {
				width: 50%;

		}
}



.wp-block-eedee-block-gutenslider.arrow-position-sides .eedee-gutenslider-prev,
.wp-block-eedee-block-gutenslider.arrow-position-sides .eedee-gutenslider-next {
		right: -30px !important;
		z-index: 1;
		background: #fff !important;
		width: 60px;
		height: 60px;
		border: 2px solid #279E26;
		border-radius: 50%;
}
.wp-block-eedee-block-gutenslider.arrow-position-sides .eedee-gutenslider-prev {
		left: -30px !important;
}
.wp-block-eedee-block-gutenslider.arrow-position-sides .eedee-gutenslider-prev:after,
.wp-block-eedee-block-gutenslider.arrow-position-sides .eedee-gutenslider-next:after {
		content: "";
		left: 35%;
		top: 0;
		bottom: 0;
		display: block;
		margin: auto;
		width: 1em;
		height: 1em;
		border-top: 2px solid #279E26;
		border-right: 2px solid #279E26;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		position: absolute;
}
.wp-block-eedee-block-gutenslider.arrow-position-sides .eedee-gutenslider-prev:after {
		-webkit-transform: rotate(-135deg);
		transform: rotate(-135deg);
		left: 40%;
}
/* .single .entry-header .cat_oya {
		display: none !important;
} */
@media screen and (max-width: 767px) {
		.single-mv {
				height: auto;
		}
	.wp-block-eedee-block-gutenslider.arrow-position-sides .eedee-gutenslider-next {
		right: -2vw !important;
	}
	.wp-block-eedee-block-gutenslider.arrow-position-sides .eedee-gutenslider-prev {
		left: -2vw !important;
	}
	.wp-block-eedee-block-gutenslider.arrow-position-sides .eedee-gutenslider-prev:after,
	.wp-block-eedee-block-gutenslider.arrow-position-sides .eedee-gutenslider-next:after {
		width: 1.2em;
		height: 1.2em;
	}
		.wp-block-eedee-block-gutenslider.arrow-position-sides .eedee-gutenslider-prev,
		.wp-block-eedee-block-gutenslider.arrow-position-sides .eedee-gutenslider-next {
				width: 30px;
				height: 30px;
				top: 38vw !important;
		}
}

.single .content-area .entry-header p span.cat_oya {
		color: #fff;
		background: #000;
		border-radius: 20px;
		padding: 5px 15px;
		letter-spacing: .2em;
		font-size: .8em;
}
.single .content-area .douhoku .entry-header p span.cat_oya {
		background: #E498B9;
}
.single .content-area .doutpu .entry-header p span.cat_oya {
		background: #86B728;
}
.single .content-area .dounan .entry-header p span.cat_oya {
		background: #7CC1E5;
}
.single .content-area .douou .entry-header p span.cat_oya {
		background: #EDB833;
}

.single .wp-block-image {
		border-radius: 20px;
}
.single .site-main img[class*="wp-image-"] {
		border-radius: 20px;
}
.wp-block-eedee-block-gutenslider .swiper {
		border-radius: 20px;
}
div#toc_container p.toc_title {
		font-size: 20px;
}
.single .entry-content .wp-block-buttons {
		justify-content: center;
		margin-bottom: 64px;
}
.single .entry-content .is-layout-flex {
	display: flex;
	flex-wrap: wrap;
}
.single .entry-content .wp-block-buttons .wp-block-button__link {
		background: none;
		color: #06BB06;
		border: 1px solid #06BB06;
		border-radius: 0.4em;
		font-size: 1em;
		display: flex;
		align-items: center;
		position: relative;
}
.single .entry-content .wp-block-buttons .wp-block-button__link:after {
		content: "";
		width: 10px;
		height: 10px;
		border-top: 1px solid #06BB06;
		border-right: 1px solid #06BB06;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		display: block;
		margin-left: 1em;
}
.single .entry-content .wp-block-buttons .wp-block-button__link:before {
		content: "";
		display: block;
		height: 1px;
		width: 1em;
		background: #06BB06;
		position: absolute;
		right: calc(1.333em + 2px);
		top: 0;
		bottom: 0;
		margin: auto;
}
.single .entry-content .wp-block-buttons .wp-block-button__link:hover {
		background: #06BB06;
		color: #fff;
		transition: all .1s;
}
.single .entry-content .wp-block-buttons .wp-block-button__link:hover:after {
	 border-color: #fff;
	 transition: all .1s;
}
.single .entry-content .wp-block-buttons .wp-block-button__link:hover:before {
	 background: #fff;
	 transition: all .1s;
}
@media screen and (max-width: 767px) {
		.single .content-area .entry-header p span.cat_oya {
				padding: 3px 10px;
				font-size: 10px;
		}
		div#toc_container p.toc_title {
				font-size: 16px;
		}
		.wp-block-eedee-block-gutenslider.content-change,
		.wp-block-eedee-block-gutenslider.slides-number .eedee-background-div img,
		.wp-block-eedee-block-gutenslider.slides-number .eedee-background-div video {
				height: 72vw !important;
		}
}

/* 新着情報　目次、サイドメニュー、関連記事の非表示 */
.single .site-content.new-info #toc_container,
.single .site-content.new-info #sidebar,
.single .site-content.new-info .similar-posts {
		display: none;
}
.single .site-content.new-info .content-area .site-main {
		width: 100%;
}
.single .site-content.new-info .content-area .entry-content p img {
		width: 70%;
}

/* ビュー数非表示 */
.wpp-views {
	display: none !important;
}

/*----------------------------------------
2022.11.07 追加
----------------------------------------*/

.dendouiri-banner {
	box-sizing: border-box;
	display: block;
	margin-top: 40px;
	/* width: 915px; */
	width: 100%;
	max-width: 100%;
}

.dendouiri-banner img {
	display: block;
	height: auto;
	width: 100%;
}

.revenge-banner {
	box-sizing: border-box;
	display: block;
	margin-top: 40px;
	/* width: 915px; */
	width: 100%;
	max-width: 100%;
}

.revenge-banner img {
	display: block;
	height: auto;
	width: 100%;
}

.touhyou-btn-img {
	box-sizing: border-box;
	display: block;
	margin-top: 80px;
	width: 541px;
}

.touhyou-btn-img img {
	display: block;
	height: auto;
	width: 100%;
}

.itiran-title-img {
	box-sizing: border-box;
	display: block;
	margin-top: 60px;
	width: 668px;
}

.itiran-title-img img {
	display: block;
	height: auto;
	width: 100%;
}

.senkyo-itiran-img {
	box-sizing: border-box;
	display: block;
	margin-top: 60px;
	/* width: 961px; */
	width: 100%;
	max-width: 100%;
}

.senkyo-itiran-img img {
	display: block;
	height: auto;
	width: 100%;
}

@media screen and (max-width: 425px){

	.topic01 .site-top .txt_h1 {
		background-image: url(img/blog_mv_03_2-sp.png);
		height: 32vw;
	}

	/* [class*="topic0"] .into_top_01 {
		margin-top: -6vw;
	} */

	.topic01 .into_top_01 p {
		margin: 7vw 0 0 0;
	}

	.dendouiri-banner {
		margin-top: 5vw;
		width: 100%;
	}

	.revenge-banner {
		margin-top: 5vw;
		width: 100%;
	}

	.touhyou-btn-img {
		margin-top: 7.5vw;
		width: 65%;
	}

	.touhyou-btn-img.touhyou-btn-2 {
		margin-top: 5vw;
	}

	.itiran-title-img {
		margin-top: 5vw;
		width: 100%;
	}

	.senkyo-itiran-img {
		margin-top: 5vw;
		width: 100%;
	}

}

/*----------------------------------------
2022.11.14 追加
----------------------------------------*/

.anpan-banner {
	box-sizing: border-box;
	display: block;
	margin-top: 40px;
	/* width: 915px; */
	width: 100%;
	max-width: 100%;
}

.anpan-banner img {
	display: block;
	height: auto;
	width: 100%;
}

.kiyaku_box-sarani-img {
		box-sizing: border-box;
		display: block;
		left: -50px;
		position: absolute;
		top: -100px;
		width: 174px;
}

.kiyaku_box-sarani-img img {
		display: block;
		height: auto;
		width: 100%;
}

.kiyaku_box-goods-img {
		box-sizing: border-box;
		bottom: 50px;
		display: block;
		position: absolute;
		right: -40px;
		width: 174px;
}

.kiyaku_box-goods-img img {
		display: block;
		height: auto;
		width: 100%;
}

[class*="topic0"] .txt_03 {
		color: #FCEF21;
		width: auto;
		margin: 0.5em auto;
		text-align: center;
		font-size: 2em;
		line-height: 2em;
		font-weight: normal;
		font-weight: bold;
}

.kikaku_box-caution-text {
		box-sizing: border-box;
		font-weight: 700;
		font-size: 1em;
		line-height: 2em;
		text-align: right;
}

@media screen and (max-width: 1000px){

		.kiyaku_box-sarani-img {
				left: 0;
				top: -10vw;
				width: 15vw;
		}

		.kiyaku_box-goods-img {
				bottom: 7vw;
				right: 1vw;
				width: 14vw;
		}

}

@media screen and (max-width: 900px){

		.kiyaku_box-sarani-img {
				left: 0;
				top: -10vw;
				width: 15vw;
		}

		.kiyaku_box-goods-img {
				bottom: 7vw;
				right: 1vw;
				width: 16vw;
		}

}

@media screen and (max-width: 425px){
	.topic01 .into_top_01 {
		width: 90%;
		margin: 0 0 0 auto;
	}

		.anpan-banner {
				margin-top: 5vw;
				width: 100%;
		}

		.kiyaku_box-sarani-img {
				left: -2vw;
				top: -9vw;
				width: 18vw;
		}

		.kiyaku_box-goods-img {
				bottom: auto;
				top: 1vw;
				right: -2vw;
				width: 18vw;
		}

		.kikaku_box-caution-text {
				margin-top: 1vw;
		}

}

/*----------------------------------------
2022.11.27 追加
----------------------------------------*/

.coming_inner .swiper-slide.stamp {
		background-image: url(img/bg_top_stamp-new.svg);
		background-image: url(https://sitesisaku2nd.work/hokkaido.line/wp-content/themes/hokkaido.siteseisaku/img/bg_top_stamp-new.svg);
}

/*.page-id-162,*/
.page-id-1809,
.page-id-3962{
		position: relative;
}

/*.page-id-162::after,*/
.page-id-1809::after,
.page-id-3962::after{
		background: url(img/stamp-new/stamp-bg-pc.png) no-repeat;
		background-size: cover;
		background-position: top center;
		bottom: 0;
		content: "";
		height: 0;
		padding-bottom: 34.854%;
		position: absolute;
		width: 100%;
}

/*.page-id-162 .copyright2,*/
.page-id-1809 .copyright2,
.page-id-3962 .copyright2{
		padding-bottom: 20vw;
}

/*.page-id-162 .copyright2 img,*/
.page-id-1809 .copyright2 img,
.page-id-3962 .copyright2 img{
		max-width: none;
		width: 66%;
}

.stamp-kv {
		background: #fff;
		box-sizing: border-box;
		height: 58vw;
		padding-top: 2vw;
		position: relative;
}

.stamp-kv::before {
		background: #d5ede7;
		box-sizing: border-box;
		content: "";
		height: 91%;
		position: absolute;
		top: 0;
		width: 100%;
}

.stamp-kv-img {
		box-sizing: border-box;
		display: block;
		position: relative;
		width: 85%;
		z-index: 2;
}

.stamp-kv-img img {
		display: block;
		height: auto;
		max-width: none;
		width: 100%;
}

.stamp-kv-text {
		box-sizing: border-box;
		color: #283459;
		display: inline-block;
		margin-top: -1vw;
		position: relative;
		z-index: 2;
}

.stamp-kv-text .box-1 {
		box-sizing: border-box;
		border-color: #283459 !important;
		border: 0.3vw solid;
		border-radius: 10px;
		display: inline-block;
		font-weight: 700;
		font-size: 1.5vw;
		line-height: 2.5vw;
		margin-right: 1vw;
		padding: 0 1vw;
		position: relative;
		top: -0.5vw;
}

.stamp-kv-text .text {
		box-sizing: border-box;
		display: inline-block;
		font-weight: 700;
		font-size: 2.5vw;
		line-height: 3.5vw;
		position: relative;
		text-shadow: 3px  3px 3px #ffffff,
								-3px  3px 3px #ffffff,
								 3px -3px 3px #ffffff,
								-3px -3px 3px #ffffff,
								 3px  0px 3px #ffffff,
								 0px  3px 3px #ffffff,
								-3px  0px 3px #ffffff,
								 0px -3px 3px #ffffff;
		top: -0.2vw;
}

.stamp-kv-text .big {
		box-sizing: border-box;
		display: inline-block;
		font-weight: 700;
		font-size: 5vw;
		line-height: 6vw;
		margin: 0 0.5vw;
		position: relative;
		text-shadow: 3px  3px 3px #ffffff,
								-3px  3px 3px #ffffff,
								 3px -3px 3px #ffffff,
								-3px -3px 3px #ffffff,
								 3px  0px 3px #ffffff,
								 0px  3px 3px #ffffff,
								-3px  0px 3px #ffffff,
								 0px -3px 3px #ffffff;
}

.stamp-kv-text .circle {
		background: #283459;
		box-sizing: border-box;
		border-radius: 50%;
		color: #fff;
		display: inline-block;
		font-weight: 700;
		font-size: 1.8vw;
		line-height: 3vw;
		height: 3vw;
		margin: 0 0.5vw;
		position: relative;
		top: -0.6vw;
		width: 3vw;
}

.stamp-kv-text .box-2 {
		background: #e95513;
		box-sizing: border-box;
		border-radius: 10px;
		color: #fff;
		display: inline-block;
		font-weight: 700;
		font-size: 1.5vw;
		line-height: 2.5vw;
		margin-left: 1vw;
		padding: 0 1vw;
		position: relative;
		top: -0.9vw;
}

.stamp-main-content {
		background: #d5ede7;
		box-sizing: border-box;
}

.stamp-main-content .wrapper {
		box-sizing: border-box;
		margin: 0 auto;
		padding: 5vw 0;
		width: 90%;
}

.stamp-main-content-info-img {
		box-sizing: border-box;
		display: block;
		width: 100%;
}

.stamp-main-content-info-img img {
		display: block;
		height: auto;
		width: 100%;
}

.stamp-main-content-link-btn-img {
		box-sizing: border-box;
		display: block;
		margin-top: 2vw;
		width: 32.5%;
}

.stamp-main-content-link-btn-img img {
		display: block;
		height: auto;
		width: 100%;
}

.stamp-main-content-text-img {
		box-sizing: border-box;
		display: block;
		margin-top: 1.5vw;
		width: 27%;
}

.stamp-main-content-text-img img {
		display: block;
		height: auto;
		width: 100%;
}

.stamp-main-content-sanka-title-img {
		box-sizing: border-box;
		display: block;
		margin-top: 5vw;
		width: 40%;
}

.stamp-main-content-sanka-title-img img {
		display: block;
		height: auto;
		width: 100%;
}

.stamp-main-content-sanka-img {
		box-sizing: border-box;
		display: block;
		margin: 2vw 0 4vw;
		width: 60%;
}

.stamp-main-content-sanka-img img {
		display: block;
		height: auto;
		width: 100%;
}

@media (max-width: 767px) {

		.stamp-kv {
				height: 75vw;
				padding-top: 7.5vw;
		}

		.stamp-kv::before {
				height: 87%;
		}

		.stamp-kv-img {
				width: 95%;
		}

		.stamp-kv-text {
				margin-top: -2vw;
		}

		.stamp-kv-text .box-1 {
				border: 0.6vw solid;
				border-radius: 10px;
				font-size: 3vw;
				line-height: 5vw;
				margin-right: 1vw;
				padding: 0 2vw;
				top: -1.25vw;
		}

		.stamp-kv-text .text {
				font-size: 4vw;
				line-height: 6vw;
				text-shadow: 3px  3px 3px #ffffff,
										-3px  3px 3px #ffffff,
										 3px -3px 3px #ffffff,
										-3px -3px 3px #ffffff,
										 3px  0px 3px #ffffff,
										 0px  3px 3px #ffffff,
										-3px  0px 3px #ffffff,
										 0px -3px 3px #ffffff;
				top: -1.25vw;
		}

		.stamp-kv-text .big {
				font-size: 9vw;
				line-height: 11vw;
				margin: 0 0.5vw;
				text-shadow: 3px  3px 3px #ffffff,
										-3px  3px 3px #ffffff,
										 3px -3px 3px #ffffff,
										-3px -3px 3px #ffffff,
										 3px  0px 3px #ffffff,
										 0px  3px 3px #ffffff,
										-3px  0px 3px #ffffff,
										 0px -3px 3px #ffffff;
		}

		.stamp-kv-text .circle {
				border-radius: 50%;
				font-size: 4vw;
				line-height: 6vw;
				height: 6vw;
				margin: 0 0.5vw;
				top: -1.5vw;
				width: 6vw;
		}

		.stamp-kv-text .box-2 {
				border-radius: 10px;
				font-size: 2.5vw;
				line-height: 4.5vw;
				margin-left: 1vw;
				padding: 0.5vw 1vw;
				top: -2.25vw;
		}

		.stamp-main-content .wrapper {
				padding: 7.5vw 0;
				width: 95%;
		}

		.stamp-main-content-link-btn-img {
				margin-top: 5vw;
				width: 65%;
		}

		.stamp-main-content-text-img {
				margin-top: 4vw;
				width: 62.5%;
		}

		.stamp-main-content-sanka-title-img {
				margin-top: 7.5vw;
				width: 65%;
		}

		.stamp-main-content-sanka-img {
				margin: 4vw 0 7.5vw;
				width: 85%;
		}

		/*.page-id-162 .entry-content .content_inner,*/
		.page-id-1809 .entry-content .content_inner,
		.page-id-3962 .entry-content .content_inner{
				padding-top: 5vw;
		}

}

.topic01 .site-top {
		position: relative;
}

.topic01 .site-top-caution {
		background: rgba(0,0,0,0.7);
		box-sizing: border-box;
		height: 100%;
		position: absolute;
		width: 100%;
		z-index: 2;
}

.topic01 .site-top-caution-text {
		box-sizing: border-box;
		color: #fff;
		font-weight: 700;
		font-size: 25px;
		line-height: 35px;
		left: 0;
		margin: 0 auto;
		position: absolute;
		right: 0;
		text-align: center;
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
}

@media (max-width: 425px) {

		.topic01 .site-top-caution-text {
				font-size: 4vw;
				line-height: 6vw;
		}

}

/*----------------------------------------
2022.12.13 追加
----------------------------------------*/

.sousenkyo-kekka-img {
		box-sizing: border-box;
		display: block;
		margin-top: 60px;
		width: 100%;
}

.sousenkyo-kekka-img img {
		display: block;
		height: auto;
		width: 100%;
}

.sousenkyo-saikai-ouen-img {
		box-sizing: border-box;
		display: block;
		margin-top: 60px;
		position: relative;
		width: 100%;
		z-index: 2;
}

.sousenkyo-saikai-ouen-img img {
		display: block;
		height: auto;
		width: 100%;
}

.kikaku_box.no-top {
		margin-top: -20px;
}

.kikaku_box .txt_02.long {
		width: 770px;
}

@media (max-width: 768px) {

		.kikaku_box .txt_02.long {
				width: 75vw;
		}

}

@media (max-width: 425px) {

		.sousenkyo-kekka-img {
				margin-top: 10vw;
		}

		.sousenkyo-saikai-ouen-img {
				margin-top: 7.5vw;
		}

		.kikaku_box.no-top {
				margin-top: -2vw;
		}

		.kikaku_box .txt_02.long {
				width: 75vw;
		}

}

/*----------------------------------------
2023.6.23 追加
----------------------------------------*/

.of {
	overflow: hidden;
}

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

.flex-center {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: center;
}

.flex-middle {
	align-items: center;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
}

.talkappibot {
	display: none;
}

.app-banner-img {
	box-sizing: border-box;
	display: block;
	margin-bottom: 60px;
	width: 900px;
}

.top-itiran-con {
	box-sizing: border-box;
	margin: 20px 0 -30px;
}

.top-itiran-con section {
	box-sizing: border-box;
	float: left;
	margin: 0 30px 30px 0;
	width: 280px;
}

.top-itiran-con section:nth-child(3n),
.top-itiran-con section:last-child {
	margin-right: 0;
}

.top-itiran-con section a {
	box-sizing: border-box;
	display: block;
	text-decoration: none;
}

.top-itiran-con section a:hover {
	opacity: 0.6;
}

.top-itiran-con section a .of {
	display: block;
}

.top-itiran-con-img {
	box-sizing: border-box;
	display: block;
	position: relative;
	width: 100%;
}

.top-itiran-con-img-in {
	background: #fff;
	box-sizing: border-box;
	border-color: #c8161d !important;
	border: 2px solid;
	color: #c8161d;
	font-size: 15px;
	line-height: 25px;
	left: 0;
	padding: 2px 10px;
	position: absolute;
	top: 0;
}

.top-itiran-con-img img {
	display: block;
	height: auto;
	max-width: none;
	width: 100%;
}

.top-itiran-con-date {
	box-sizing: border-box;
	color: #000;
	float: left;
	font-size: 15px;
	line-height: 25px;
	margin-top: 5px;
}

.top-itiran-con-title {
	box-sizing: border-box;
	color: #000;
	display: block;
	font-size: 15px;
	line-height: 25px;
	margin-top: 5px;
}

.top-itiran-sub-con {
	box-sizing: border-box;
	margin: 30px 0 -20px;
}

.top-itiran-sub-con section {
	box-sizing: border-box;
	float: left;
	margin: 0 20px 20px 0;
	width: 210px;
}

.top-itiran-sub-con section:nth-child(4n),
.top-itiran-sub-con section:last-child {
	margin-right: 0;
}

.top-itiran-sub-con section a {
	box-sizing: border-box;
	display: block;
	text-decoration: none;
}

.top-itiran-sub-con section a:hover {
	opacity: 0.6;
}

.top-itiran-sub-con section a .of {
	display: block;
}

.top-itiran-sub-con-img {
	box-sizing: border-box;
	display: block;
	position: relative;
	width: 100%;
}

.top-itiran-sub-con-img-in {
	background: #fff;
	box-sizing: border-box;
	border-color: #c8161d !important;
	border: 2px solid;
	color: #c8161d;
	font-size: 15px;
	line-height: 25px;
	left: 0;
	padding: 2px 10px;
	position: absolute;
	top: 0;
}

.top-itiran-sub-con-img img {
	display: block;
	height: auto;
	max-width: none;
	width: 100%;
}

.top-itiran-sub-con-in {
	box-sizing: border-box;
}

.top-itiran-sub-con-in-date {
	box-sizing: border-box;
	color: #000;
	float: left;
	font-size: 15px;
	line-height: 25px;
	margin-top: 5px;
}

.top-itiran-sub-con-in-title {
	box-sizing: border-box;
	color: #000;
	display: block;
	font-size: 15px;
	line-height: 25px;
	margin-top: 5px;
}

@media (max-width: 1024px) {

	.top-itiran-con {
		margin: 2vw 0 -2%;
	}

	.top-itiran-con section {
		float: left;
		margin: 0 2% 2% 0;
		width: 32%;
	}

	.top-itiran-con section:nth-child(3n),
	.top-itiran-con section:last-child {
		margin-right: 0;
	}

	.top-itiran-con-img-in {
		border: 0.2vw solid;
		font-size: 1.5vw;
		line-height: 2.5vw;
		padding: 0.2vw 1vw;
	}

	.top-itiran-con-date {
		float: left;
		font-size: 1.5vw;
		line-height: 2.5vw;
		margin-top: 0.5vw;
	}

	.top-itiran-con-title {
		font-size: 1.5vw;
		line-height: 2.5vw;
		margin-top: 0.5vw;
	}

	.top-itiran-sub-con {
		margin: 3vw 0 -2%;
	}

	.top-itiran-sub-con section {
		float: left;
		margin: 0 2% 2% 0;
		width: 23.5%;
	}

	.top-itiran-sub-con section:nth-child(4n),
	.top-itiran-sub-con section:last-child {
		margin-right: 0;
	}

	.top-itiran-sub-con-img-in {
		border: 0.2vw solid;
		font-size: 1.5vw;
		line-height: 2.5vw;
		padding: 0.2vw 1vw;
	}

	.top-itiran-sub-con-in-date {
		float: left;
		font-size: 1.5vw;
		line-height: 2.5vw;
		margin-top: 0.5vw;
	}

	.top-itiran-sub-con-in-title {
		font-size: 1.5vw;
		line-height: 2.5vw;
		margin-top: 0.5vw;
	}

}

@media (max-width: 911px) {

	.app-banner-img {
		margin-bottom: 6vw;
		width: 90%;
	}

}

@media (max-width: 768px) {



}

@media (max-width: 425px) {

	.app-banner-img {
		margin-bottom: 10vw;
		width: 90%;
	}

	.entry-content .content_inner.top-itiran {
		padding: 5em 3em 0;
	}

	.top-itiran-con {
		margin: 2.5vw 0 -7.5%;
	}

	.top-itiran-con section {
		float: left;
		margin: 0 2.5% 7.5% 0;
		width: 48.75%;
	}

	.top-itiran-con section:first-child {
		margin-right: 0;
		width: 100%;
	}

	.top-itiran-con section:nth-child(3n),
	.top-itiran-con section:last-child {
		margin-right: 0;
	}

	.top-itiran-con section a:hover {
		opacity: 1;
	}

	.top-itiran-con-img-in {
		border: 0.3vw solid;
		font-size: 3.5vw;
		line-height: 5.5vw;
		padding: 0.5vw 2.5vw;
	}

	.top-itiran-con-date {
		float: left;
		font-size: 3.5vw;
		line-height: 5.5vw;
		margin-top: 1.5vw;
	}

	.top-itiran-con-title {
		font-size: 3.5vw;
		line-height: 5.5vw;
		margin-top: 1.5vw;
	}

	.top-itiran-sub-con {
		margin: 7.5% 0 0;
	}

	.top-itiran-sub-con section {
		float: none;
		margin: 0 0 5vw 0;
		width: 100%;
	}

	.top-itiran-sub-con section:last-child {
		margin-bottom: 0;
	}

	.top-itiran-sub-con section a {
		overflow: hidden;
	}

	.top-itiran-sub-con section a:hover {
		opacity: 1;
	}

	.top-itiran-sub-con-img {
		float: left;
		width: 37.5%;
	}

	.top-itiran-sub-con-img-in {
		border: 0.3vw solid;
		font-size: 3.5vw;
		line-height: 5.5vw;
		padding: 0.5vw 2.5vw;
	}

	.top-itiran-sub-con-in {
		float: right;
		width: 60%;
	}

	.top-itiran-sub-con-in-date {
		float: left;
		font-size: 3.5vw;
		line-height: 5.5vw;
		margin-top: 0;
	}

	.top-itiran-sub-con-in-title {
		font-size: 3.5vw;
		line-height: 5.5vw;
		margin-top: 1.5vw;
	}

}

/*20241219 */
.top .areaTitle-wrap li {
	width: calc(calc(100% - 30px) / 4);
}
.top .areaTitle-wrap li+li {margin-left: 10px;}
.top .areaTitle-wrap li.douhoku {
	background: url(./img/link-douhoku.png) no-repeat center;
	background-size: contain;
}
.top .areaTitle-wrap li.dounan {
	background: url(./img/link-dounan.png) no-repeat center;
	background-size: contain;
}
.top .areaTitle-wrap li.doutou {
	background: url(./img/link-doutou.png) no-repeat center;
	background-size: contain;
}
.top .areaTitle-wrap li.douou {
	background: url(./img/link-douou.png) no-repeat center;
	background-size: contain;
}
.top .areaTitle-wrap li:hover {
	cursor: pointer;
	transition: .4s;
	opacity: .6;
}
.top .areaTitle-wrap li a {
	display: inline-block;
	width: 100%;
	padding-top: 50%;
}

@media (max-width: 768px) {
	.top .areaTitle-wrap li {
		width: 47.5%;
	}
	.top .entry-content .content_inner{
		padding: 0;
		padding-top: 4em;
	}
	.top .areaTitle-wrap li+li{
		margin-left: 0;
	}
	.top .areaTitle-wrap{
		display: flex;
		justify-content: space-between;
		padding: 2em 0;
		padding-left: 3em;
        padding-right: 3em;
	}
	.top .area-category .content_inner{
		padding-top: 0;
	}
	.top-itiran-con,.top-itiran-sub-con{
		padding-left: 3em;
        padding-right: 3em;
	}
	.top .entry-content .content_inner.top-itiran{
		padding-top: 6em;
	}
	.home .site-top{
		background-size:100%;
	}
	.site-top .link-line{
		top:129vw;
	}
	.site-branding .main-nav .main-nav--nav .interview #interview-nav{
		display: block;
		position: static;
		margin: 0 0 1em;
	}
	.site-branding .main-nav{
		display: initial;
	}
	.main-nav.active{
		overflow: scroll;
	}
	.site-branding .main-nav .main-nav--nav .interview{
		padding-bottom: 0;
		margin-top: 0.5em;
		margin-bottom: 1em;
	}
	.site-branding .main-nav .main-nav--nav .interview #interview-nav ul li:last-of-type{
		border-bottom: 1px solid #ccc;
	}
	.site-branding .main-nav .main-nav--nav .interview+li {
		margin: 0;
		padding:0 0 1em;
	}
}