/* CSS Document */
/*----- last up date 20201221 -----*/




/*---==============================---*/
/*---=======sp表示用css 　=======---*/
/*---==============================---*/


@media only screen and (max-width:840px){
	
	.pc,#wpadminbar{display:none !important;}
	.sp{display:block;}
	img.sp{display:inline;}
	
	
	img{width:100%; height:auto;}

	#content,
	#header,
	#footer,
	.pagetop{
		transform:none;
		will-change:auto;
		
		}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	text-decoration: none;
	font-size: 3vw;
}



/*---==============================---*/
/*---======  header 調整用 　======---*/
/*---==============================---*/

header {
	width: 100%;
	height: 13vw;
	position: absolute;
	z-index: 9999;
	background-color: rgba(00,00,00,0.4);
	top: 0;
	left: 0;
}

.bgc {
	height: 150vh;
	width: 100vw;
	background: rgba(000,000,000,0.5);
	position: fixed;
	left: 0;
	top: -180vh;
	z-index: 1;
}
		
.bgc.active{
	top:0vw;
	}

header #headerWrap {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	height: 13vw;
	display: flex;
	position: relative;
}

header #headerWrap > h1 {
	width: 13vw;
}

header #headerWrap > div.menu + img{
	position: absolute;
	width: 8vw;
	height: 8vw;
	top: 2vw;
	right: 18vw;
}

header #headerWrap > ul {
	width: 85vw;
}

header #headerWrap > ul li select#hlang {
	width: 45vw;
	border-radius: 5px;
	border: none;
	height: 10vw;
	line-height: 10vw;
	position: absolute;
	background: #fff;
	overflow: hidden;
	margin: 1.5vw 0;
	right: 35vw;
}

header #headerWrap > ul li select#hlang {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url(https://www.mitoyo-kanko.com/site/wp-content/themes/mitoyo2021/assets/images/common/h-arrow_language.png) no-repeat 37vw center/15% ,
				url(https://www.mitoyo-kanko.com/site/wp-content/themes/mitoyo2021/assets/images/common/h-icon_language.png) no-repeat 5px center/10% ,
				#fff;
	padding-left: 7vw;
}

header #headerWrap nav > ul.fe {
	position: fixed;
	top: 13vw;
	width: 80vw;
	background: rgba(00,00,00,.9);
	right: 0;
	z-index: 3;
}

header #headerWrap nav > ul.fe li {
	margin: 0;
	font-size: 4vw;
	padding: 0 5vw;
	height: 15vw;
	line-height: 15vw;
	overflow: hidden;
	position: relative;
	width: 100%;
}
header #headerWrap nav > ul.fe li::after {
	content: "";
	height: 1px;
	position: absolute;
	top: 1vw;
	background: #fff;
	width: 100%;
	left: 0vw;
}

header #headerWrap nav > ul.fe li a::after {
	content: ">";
	position: absolute;
	right: 0;
	width: 20px;
	height: auto;
	background: initial;
	bottom: 0;
	top: 0;
	margin: auto;
	transform: translate(35vw , 0%);
}

header.fixed #headerWrap nav > ul.fe li a::after {
	background-color: initial;
}

header #headerWrap > ul li:nth-of-type(1) {
	background-color: rgba(0, 0, 0, 0.9);
	position: fixed;
	width: 80%;
	right: 0;
	top: 13vw;
	z-index: 3;
	opacity: 0;
	transition: .5s;
	transform: scale(1,0) translate(0,-13vw);
}

header #headerWrap > ul li.active:nth-of-type(1) {
	opacity: 1;
	transform: scale(1,1) translate(0,0);
	}

header #headerWrap > ul li .searchform{
	width: 90%;
	border-radius: 5px;
	border: none;
	height: 10vw;
	line-height: 10vw;
	position: relative;
	background: #fff;
	overflow: hidden;
	margin: 5vw auto;
}

header #headerWrap nav > ul.fe{
	right:-500px;
	}

header.fixed #headerWrap nav > ul.fe,
header.fixed #headerWrap > ul li:nth-of-type(1){display:none;}

header #headerWrap > div.menu {
	width: 12vw;
	height: 14vw;
	padding: 1vw 1vw;
	position: absolute;
	right: 1vw;
}

header #headerWrap > div.menu #menuButton {
		overflow: hidden;
		display: block;
		position: relative;
		z-index: 0;
		width: 100%;
		height: 11vw;
		cursor: pointer;
	}

header #headerWrap > div.menu #menuButton span,
header #headerWrap > div.menu #menuButton:before,
header #headerWrap > div.menu #menuButton:after{
		display: block;
		position: absolute;
		top:0;
		bottom: 0;
		left:0;
		right: 0;
		width: 100%;
		height: 3px;
		margin: auto;
		background: #fff;
		-webkit-transition: .1s ease-in-out;
		 transition: all 1s;
	}

header #headerWrap > div.menu #menuButton span{
		overflow: hidden;
		z-index: 1;
		color: #fff;
	}

header #headerWrap > div.menu #menuButton:before{
		z-index: 2;
		transform:rotate(0deg);
		top:7vw;
		content: "";
	}

header #headerWrap > div.menu #menuButton:after{
		z-index: 2;
		transform:rotate(0deg);
		top:-7vw;
		content: "";
	}

header #headerWrap > div.menu #menuButton span{
		transform:rotate(0deg) translateX(0px);
	}

header #headerWrap > div.menu #menuButton:before,
header #headerWrap > div.menu #menuButton:after{
		transition: transform 500ms;
	}

.open header #headerWrap > div.menu #menuButton span{
		transform:translateX(-100px);
		top:0;
	}

.open header #headerWrap > div.menu #menuButton:before{
		transform:rotate(495deg);
		top:0;
	}

.open header #headerWrap > div.menu #menuButton:after{
		transform:rotate(405deg);
		top:0;
	}


/*---==============================---*/
/*---======  footer 調整用 　======---*/
/*---==============================---*/

footer {
	width: 100%;
	text-align: left;
	background-color: #ededed;
	padding: 4vw 0 0;
}

footer ul {
	width: 100%;
	margin: 0px auto 3vw;
}

footer ul:nth-of-type(1) > li {
	width: 100%;
	margin: 0;
}
footer ul:nth-of-type(2) > li {
	width: calc(98% / 2);
	margin: 0;
}

footer ul.fe.footerWrap li {
	width: 96%;
	margin-bottom: 5vw;
}

footer ul.fe.footerWrap li h3 {
	background: #000;
	width: 100%;
	height: 10vw;
	line-height: 10vw;
	padding-left: 3vw;
	text-align: left;
	font-size: 4vw;
	color: #fff;
}

footer ul.fe.footerWrap li h2 {
	color: #343434;
	padding: 3vw 3vw 0;
	font-size: 5vw;
}

footer ul.fe.footerWrap li address {
	color: #343434;
	font-size: 4vw;
	padding: 3vw;
	font-style: normal;
}

footer ul.fe.footerWrap li p,
footer ul.fe.footerWrap li p a {
	color: #343434;
	font-size: 5vw;
	padding: 2vw 3vw;
	line-height: 10vw;
}

footer ul.fe.footerWrap li p a {padding-left: 0;}

footer ul.fe.footerWrap li p span {
	font-size: 4vw;
	text-align: center;
	width: 15vw;
	height: 10vw;
	line-height: 10vw;
	background-color: #b3b3b3;
	color: #343434;
	border-radius: 4px;
	display: inline-block;
	position: relative;
	top: 0;
	margin: 0 10px 0 auto;
}

footer ul.fe.footerWrap li p.atten {
	font-size: 3vw;
	text-indent: -1em;
	padding-left: 1em;
	width: 94%;
	line-height: 1.7;
	margin: 0 auto;
}

footer > h2 {
	text-align: center;
	font-size: 6vw;
	margin: 4vw auto 2vw;
}

#sb_instagram.sbi_col_10 #sbi_images .sbi_item, #sb_instagram.sbi_col_3 #sbi_images .sbi_item, #sb_instagram.sbi_col_4 #sbi_images .sbi_item, #sb_instagram.sbi_col_5 #sbi_images .sbi_item, #sb_instagram.sbi_col_6 #sbi_images .sbi_item, #sb_instagram.sbi_col_7 #sbi_images .sbi_item, #sb_instagram.sbi_col_8 #sbi_images .sbi_item, #sb_instagram.sbi_col_9 #sbi_images .sbi_item {
	width: 50% !important;
}

#sb_instagram .sbi_photo {
	display: block;
	text-decoration: none;
	height: 50vw !important;
}

footer .widget-area {
	padding: 3vw 0 4vw;
	background: #000;
	margin: 7vw 0 0;
}

footer .widget.widget_nav_menu:nth-of-type(1) nav ul,
footer .widget.widget_nav_menu:nth-of-type(2) nav ul {
	width: 100%;
	justify-content: flex-start;
	gap: 0;
}

footer .widget.widget_nav_menu {
	background-color: #000;
	margin: 0;
	padding: 0;
}

footer .widget.widget_nav_menu nav ul li {
	width: 50%;
	margin: 0;
	text-align: left;
}
footer .widget.widget_nav_menu nav ul li a {
	color: #fff;
	font-size: 3vw;
	border-right: none;
	line-height: 15vw;
	padding: 0 2vw;
	position: relative;
	width: 100%;
	display: block;
	border-top: 1px solid;
}
footer .widget.widget_nav_menu nav ul li:nth-child(2n+1) a,
footer .widget.widget_nav_menu:nth-of-type(1) nav ul li:last-child a {
	border-right: 1px solid;
}
footer .widget.widget_nav_menu:nth-of-type(1) nav ul li:nth-of-type(2) a {border-bottom: 1px solid;}
footer .widget.widget_nav_menu:nth-of-type(2) nav ul li:nth-last-of-type(1) a,
footer .widget.widget_nav_menu:nth-of-type(2) nav ul li:nth-last-of-type(2) a {border-bottom: 1px solid;}

footer .widget.widget_nav_menu nav ul li a::after {
	content: '>';
	display: block;
	height: auto;
	width: 5vw;
	background: none;
	margin: 0 auto;
	transition: 0.4s;
	position: absolute;
	bottom: 0;
	left: 90%;
}

footer small,
footer small a {
	color: #fff;
	font-size: 3vw;
	font-weight: 500;
	background: #000;
	line-height: 9vw;
}

/*---==============================---*/
/*---========  top 調整用 　=======---*/
/*---==============================---*/

.home #primary {
	padding-top: 0px;
}

.home article {
	width: 100%;
	padding-top: 0;
}
.home article .metaslider {
	position: relative;
	z-index: 0;
	height: 116vw;
	/* height: 52vw; */
	width: 200vw;
	left: -50vw;
}
.home article section {
	width: 100%;
	margin: 0 auto 7vw;
	position: relative;
	overflow: hidden;
}

section.news h2,
section.special h2 {
	font-size: 7vw;
	border-bottom: 2px #000 solid;
	display: inline-block;
	width: auto;
	margin: 0 auto 6vw;
	font-weight: 500;
}


section.news {
	background-color: #f1f0f0;
	text-align: center;
	padding: 4vw 2vw 10vw;
}

.home article section.news ul > li {
	padding: 0px 3vw 3vw;
	border-bottom: dotted 2px #001055;
	width: 100%;
	margin-bottom: 3vw;
}

section.news ul.fe > li figure {
	width: 25vw;
	overflow: hidden;
	margin: 0 3vw 0 0;
	height: auto;
}
section.news div a {
	display: block;
	padding: 3vw 3vw 0 0;
	text-align: center;
	font-size: 4vw;
}
section.news div {
	position: absolute;
	right: 2vw;
	bottom: 3vw;
}
	
.home article section.news ul > li p {
	font-size: 3vw;
	font-weight: 500;
	margin-right: 2vw;
	width: 27%;
	text-align: left;
	white-space: nowrap;
	padding: 0;
}

.home article section.news ul > li h3 {
	font-size: 3.5vw;
	width: calc(80vw - 20vw);
	text-align: left;
}

section.spot ul.fe.spotList01 > li:nth-of-type(1) {width: 100%;}

section.spot ul.fe.spotList01 > li > ul > li,
section.spot ul.fe.spotList03 > li {
	margin-bottom: 2vw;
	width: 49%;
}

section.spot ul.fe.spotList01 > li:nth-of-type(1) p {
	font-size: 3vw;
	padding: 1vw;
}

section.spot ul.fe.spotList01 > li:nth-of-type(2) p,
section.spot ul.fe.spotList02 p {
	font-size: 4vw;
	padding: 3vw;
}

section.spot ul.fe.spotList02 > li {
	width: 100%;
	margin-bottom: 2vw;
}

section.spot ul.fe.spotList03 > li {
	width: 49%;
	margin-bottom: 3vw;
}

section.spot ul.fe.spotList03 p {font-size: 3vw;}

section.spot02 h2.bg.bgG strong::before {
	content: "";
	background: url(https://www.mitoyo-kanko.com/site/wp-content/themes/mitoyo2021/assets/images/top/t-map.png) no-repeat center top/100%;
	width: 80%;
	height: 44vw;
	position: absolute;
	top: 4vw;
	right: 0;
	left: 0;
	margin: 0 auto;
}

section.spot02 h2.bg.bgG strong {
	font-size: 3vw;
	width: 100%;
	margin: 0 auto;
	display: block;
	position: relative;
	padding-top: 47vw;
	text-align: center;
}

section.spot02 ul {
	width: 100%;
	margin: 5vw auto;
	justify-content: flex-start;
}

section.spot02 ul li {
	width: 48%;
	margin: 0 1% 10vw;
	position: relative;
	padding-bottom: 8vw;
}

section.spot02 ul li h3 a {
	color: #000;
	text-decoration: underline;
	font-size: 4vw;
	margin-bottom: 2vw;
}

section.spot02 ul li p {
	font-size: 3vw;
	padding: 1vw 2vw;
}

section.spot02 ul li h3 a {
	color: #000;
	text-decoration: underline;
	font-size: 4vw;
	margin-bottom: 0;
	line-height: 1.3;
	height: auto;
	display: block;
	padding: 1vw 2vw;
}

section.spot02 ul li h4 {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 8vw;
	display: inline-block;
	border-radius: 7px;
	font-size: 5vw;
	padding: 0 3vw;
	line-height: 8vw;
}

section.spot02 ul li p {
	font-size: 3vw;
	padding: 1vw 2vw;
	min-height: 40vw;
}
section.special ul {
	justify-content: space-evenly;
}
section.special ul li {
	width: 48vw;
	margin-bottom: 7vw;
	text-align: center;
}

section.special ul li div {
	width: 100%;
	text-align: center;
}

section.special ul li p {
	padding-top: 0;
	text-align: center;
	width: 100%;
	text-decoration: underline;
	justify-content: center;
}

section.special ul li img{vertical-align:bottom;}

section.special ul.bnrs > li {width: 100%; margin: 0;}





}
