@charset "UTF-8";

/* リセット
---------------------------------------------------------- */

html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea, p, table, th, td, button {
	margin: 0;
	padding: 0;
	font-size: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

img {
	border: 0;
	vertical-align: top;
}

ol ,
ul {
	list-style: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
	margin: 0;
	padding: 0;
	font-size: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

address {
	font-style: normal;
}

input:focus {
	outline: none;
}

/* レイアウト
----------------------------------------*/

html {
	height: 100%;
}

body {
	color: #1f1f1f;
	font-family: 'Oswald', sans-serif;
	font-size: 14px;
	line-height: 1.5;
	background: #ffffff;
	min-width: 1000px;
	height: 100%;
	-webkit-text-size-adjust: 100%;
}

@media screen and (max-width: 798px) {
	body {
		min-width: 0;
		height: 100%;
	}
}

a {
	position: relative;
}
a:link, a:visited {
	color: #405fd4;
	text-decoration: underline;
}
a:hover, a:active {
	text-decoration: none;
}
a.a_gaibu:after {
	content: '';
	display: inline-block;
	width: 10px;
	height: 11px;
	margin: 0 .4em;
	background: url(../img/common/icon_gaibu_link.png) no-repeat center center;
	background-size: 100%;
}
a.a_pdf:after {
	content: '';
	display: inline-block;
	width: 22px;
	height: 12px;
	margin: 0 .5em;
	background: url(../img/common/icon_pdf.png) no-repeat center center;
	background-size: 100%;
}

@media screen and (max-width: 798px) {

}


/*header
----------------------------------------*/
#header {
	width: 100%;
	background: #f3f3f3;
	z-index: 1001;
}

#header .header_block {
	width: 1000px;
	margin: 0 auto;
	padding: 19px 0 17px;
}

#header .header_block .logo {
	float: left;
	padding-top: 3px;
}

#header .header_block .bogo-language-switcher {
	display: inline-block;
	position: absolute;
	top: 19px;
	right: 0;
	/*width: 420px;*/
	background: #fff;
	text-align: center;
	padding: 7px 30px;
}

#header .header_block .bogo-language-switcher li {
	display: inline-block;
	letter-spacing: -.2px;
}

#header .header_block .bogo-language-switcher li.en-US {
	letter-spacing: .6px;
}

#header .header_block .bogo-language-switcher li .bogoflags {
	display: none;
}

#header .header_block .bogo-language-switcher li + li::before {
	content: "/";
	margin: 0 8px 0 6px;
	vertical-align: 1px;
}

#header .header_block .bogo-language-switcher li a {
	color: #2259d7;
	text-decoration: none;
}

#header .header_block .bogo-language-switcher li.current,
#header .header_block .bogo-language-switcher li a:hover {
	color: #808080;
	text-decoration: none;
}

#header .header_block .bogo-language-switcher li a:hover {
	text-decoration: underline;
}

#header .header_block .bogo-language-switcher li.current::before {
	color: #808080;
}

#header .header_block .search {
	float: left;
	margin: 60px 0 0 116px;
}

#header .header_block .search input[type="text"] {
	background: none;
	border: none;
	border-bottom: solid 1px #494949;
	font-family: inherit;
	width: 245px;
	padding: 0 32px 0 10px;
	letter-spacing: 1px;
}

#header .header_block .search input[type="text"]::-webkit-input-placeholder {
	color: #808080;
}

#header .header_block .search input[type="text"]:-ms-input-placeholder {
	color: #808080;
}

#header .header_block .search input[type="text"]::-moz-placeholder {
	color: #808080;
	opacity: 1;
}

#header .header_block .search button {
	background: none;
	border: none;
	padding: 0;
	position: absolute;
	right: 5px;
	bottom: 4px;
	cursor: pointer;
	transition: 0.3s;
}

#header .magazine_btn {
	width: 285px;
	margin: 56px 0 0 20px;
	float: left;
}

#header .magazine_btn p {
	display: inline-block;
}

#header .magazine_btn p.mail {
	margin-left: 7px;
}

#header .magazine_btn p a {
	display: block;
	background: #deb200;
	color: #fff;
	text-decoration: none;
	height: 26px;
	line-height: 24px;
	border-radius: 13px;
	padding: 0 32px 0 34px;
	letter-spacing: .5px;
	transition: 0.3s;
}

#header .magazine_btn p.mail a {
	background: #494949;
	padding: 0 39px 0 36px;
}

#header .sns {
	width: 136px;
	margin: 56px 0 0 0;
	float: left;
	overflow: hidden;
}

#header .sns p {
	float: left;
}

#header .sns p {
	margin-left: 10px;
}

#header .sns p:first-child {
	margin-left: 0;
}

#header .sns p a {
	transition: 0.3s;
}

#header .magazine_btn p a:hover,
#header .header_block .search button:hover,
#header .sns p a:hover {
	opacity: .6;
}

#header .sp_header_box {
	display: none;
}

@media screen and (max-width: 798px) {
	#header .header_block {
		width: auto;
		padding: 0;
		height: 51px;
	}

	#header .header_block .logo {
		width: 69px;
		float: none;
		margin-left: 10px;
		padding: 12px 0 10px;
	}

	#header .header_block .bogo-language-switcher {
		display: none;
		flex-wrap: wrap;
		top: 100%;
		right: 0;
		left: 0;
		width: auto;
		background: rgba(65,94,201,.94);
		padding: 25px 0 15px;
		z-index: 1100;
	}

	#header .header_block .bogo-language-switcher li {
		position: relative;
	    display: inline-flex;
	    -webkit-align-items: center;
	    align-items: center;
	    -webkit-justify-content: center;
	    justify-content: center;
		width: 47%;
		height: 50px;
		margin: 0 3px 10px;
		vertical-align: middle;
		text-decoration: none;
		border: solid 1px #fff;
		color: #fff;
	    font-size: 13px;
	}

	#header .header_block .bogo-language-switcher li:nth-child(3) {
		margin-left: 0;
	}

	#header .header_block .bogo-language-switcher li.current {
		color: #fff;
	}

	#header .header_block .bogo-language-switcher li + li::before {
		display: none;
	}

	#header .header_block .bogo-language-switcher li span {
		position: absolute;
		top: 15px;
		left: 10%;
	}

	#header .header_block .bogo-language-switcher li a {
	    display: flex;
	    -webkit-align-items: center;
	    align-items: center;
	    -webkit-justify-content: center;
	    justify-content: center;
		color: #fff;
		width: 100%;
		height: 100%;
		background: rgba(255,255,255,.24);
	}

	#header .header_block .bogo-language-switcher li.en-US a {
		font-weight: 300;
	}

	#header .header_block .bogo-language-switcher li a:hover {
		color: #fff;
		text-decoration: none;
		background: rgba(255,255,255,.24);
	}

	#header .header_block .search {
		display: none;
		position: absolute;
		top: 100%;
		right: 0;
		left: 0;
		width: auto;
		background: rgba(191,159,64,.94);
		padding: 15px 0;
		z-index: 1100;
		float: none;
		margin: 0;
	}

	#header .header_block .search input[type="text"] {
		border: solid 1px #f3f3f3;
		width: 84.375%;
		height: 40px;
		margin-left: 7.812%;
		color: #fff;
		padding: 0 32px 0 10px;
		letter-spacing: 0;
		font-weight: 200;
		font-size: 17px;
	}

	#header .header_block .search input[type="text"]::-webkit-input-placeholder {
		color: #f3f3f3;
	}

	#header .header_block .search input[type="text"]:-ms-input-placeholder {
		color: #f3f3f3;
	}

	#header .header_block .search input[type="text"]::-moz-placeholder {
		color: #f3f3f3;
	}

	#header .header_block .search button {
		width: 39.5px;
		right: 7.812%;
		margin-right: 1px;
		padding-left: 8px;
		bottom: 0;
		top: 0;
		border-left: solid 1px #f3f3f3;
	}

	#header .header_block .search button img {
		width: 22.5px;
	}

	#header .magazine_btn,
	#header .sns {
		display: none;
	}

	#header .sp_header_box {
		width: 153px;
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		overflow: hidden;
	}

	#header .sp_header_box li {
		width: 51px;
		float: left;
	}

	#header .sp_sns{
		background:#c9c7c9;
		text-align: center;
		padding: 3px 0;
	}
	#header .sp_sns li{
		width: 12.5%;
		margin-left:10%;
		margin-bottom: 0;
		border:none;
	}
	#header .sp_sns li:last-child{
		margin-right: 10%;
	}
}

/*gnav*/
@charset "UTF-8";

#gnav {
    width: 100%;
    /*overflow: hidden;*/
    height: 60px;
    z-index: 400;
    clear: both;
    background: #fff;
    z-index: 10000;
}

#gnav .gnav_contents {
    width: 1000px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#gnav ul li a {
    display: block;
    height: 60px;
    line-height: 30px;
    letter-spacing: .2px;
    text-align: center;
    color: #5f5f5f;
    font-size: 18px;
    padding: 15px 11.8px 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    position: relative;
    cursor: pointer;
}

#gnav ul li a:hover {
    color: #6880d8;
}

#gnav ul li.current a {
    color: #6880d8;
}

#gnav ul li > a::after {
    content: "";
    width: 0;
    height: 3px;
    background: #6880d8;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

#gnav ul li > a:hover::after {
    width: 50px;
    margin-left: -25px;
}

#gnav ul li.more a {
    padding-right: 32px;
}

#gnav ul li.more > a:hover::after {
    margin-left: 0;
    left: 2px;
}

#gnav ul li.more > a::before {
    content: "";
    width: 16px;
    height: 10px;
    background: url(../img/common/icon_gnav_arrow_u.png) no-repeat;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

#gnav ul li.more > a.open::before {
    background: url(../img/common/icon_gnav_arrow_t.png) no-repeat;
}

#gnav ul li.more .sub_nav {
    display: none;
    position: absolute;
    right: -15px;
    width: 150px;
    background: rgba(255, 255, 255, 0.9);
    padding: 10px 15px 25px;
}

#gnav ul li.more .sub_nav a {
    padding: 0;
    height: auto;
    line-height: 38px;
    letter-spacing: .2px;
    text-align: center;
    font-size: 16px;
    border-bottom: 1px solid #bebebe;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

#gnav ul li.events a {
    color: #fff;
    background: #ec8b6d;
    letter-spacing: .4px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

#gnav ul li.classifieds a {
    color: #fff;
    background: #5c77dc;
    letter-spacing: .7px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

#gnav ul li.travel_guide a {
    color: #fff;
    background: #3c55b1;
    letter-spacing: .15px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    /*一時的にクリック不可に */
}

#gnav ul li.events a:hover::after,
#gnav ul li.classifieds a:hover::after,
#gnav ul li.travel_guide a:hover::after {
    display: none;
}

#gnav ul li.events a:hover,
#gnav ul li.classifieds a:hover,
#gnav ul li.travel_guide a:hover {
    opacity: .6;
}

.gnav_nav_block {
    width: 85%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.gnav_btn_block {
    width: 35%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

#sp_gnav {
    display: none;
}



@media screen and (max-width: 798px) {
	#gnav {
		display: none;
	}

	#sp_gnav {
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		background: rgba(25,25,23,.96);
		z-index: 1100;
		padding-bottom: 20px;
		overflow: auto;
	}

	.sp_gnav_block .close_menu:first-child {
		width: 51px;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 10;
	}

	.sp_gnav_block .gnav_btn {
		width: 81.25%;
		margin: 0 auto;
		text-align: center;
		padding-top: 71px;
	}

	.sp_gnav_block .gnav_btn .top a {
		display: block;
		text-decoration: none;
		background: #c8c8c7;
		color: #22211f;
		font-size: 20px;
		font-weight: 300;
		padding: 3px 0;
		letter-spacing: -.2px;
	}

	.sp_gnav_block .gnav_btn .magazine {
		display: inline-block;
		width: 100px;
		margin: 20px 8.5px 0;
	}

	.sp_gnav_block .gnav_btn .magazine a {
		display: block;
		background: #deb200;
		color: #fff;
		text-decoration: none;
		font-weight: 300;
		height: 26px;
		border-radius: 13px;
		padding: 1px 0 0;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.sp_gnav_block .gnav_btn .magazine.mail a {
		background: #494949;
	}

	.sp_gnav_block > ul {
		display: flex;
		flex-wrap: wrap;
		width: 81.25%;
		margin: 35px auto 45px;
	}

	.sp_gnav_block > ul > li {
		line-height: 1;
		border-right: 1px solid #fff;
		width: 50%;
		margin-bottom: 25px;
	}

	.sp_gnav_block > ul > li:nth-child(even) {
		border-right: none;
	}

	.sp_gnav_block > ul > li:nth-last-child(1),
	.sp_gnav_block > ul > li:nth-last-child(2) {
		margin-bottom: 0;
	}

	.sp_gnav_block > ul > li > a {
		display: block;
		padding: 0;
		text-align: center;
		color: #fff;
		font-size: 19px;
		font-weight: 300;
		text-decoration: none;
	}

	.sp_gnav_block > ul > li.parent > a {
		background: url(../img/common/icon_ganv_arrow_down_sp.png) no-repeat 93.8% center;
		background-size: 14.5px auto;
	}

	.sp_gnav_block > ul > li.parent > a.open {
		background: url(../img/common/icon_ganv_arrow_up_sp.png) no-repeat 93.8% center;
		background-size: 14.5px auto;
	}

	.sp_gnav_block > ul > li.parent ul {
		margin: 10px 0 20px;
		display: none;
	}

	.sp_gnav_block > ul > li.parent li > a {
		display: block;
		text-align: center;
		text-decoration: none;
		color: #9f8128;
		font-weight: 300;
		font-size: 16px;
		padding: 6px 0;
	}

	.sp_gnav_block > ul > li:first-child + li.parent li > a {
		color: #e9cc73;
	}

	.sp_gnav_block > ul > li.parent + li.parent li > a {
		color: #c4a444;
	}

	.sp_gnav_block .close_menu:last-child {
		width: 81.25%;
		margin: 45px auto 0;
		text-align: center;
		background: url(../img/common/bg_close_btn.png);
		color: #000;
		font-size: 19px;
		font-weight: 300;
		padding: 4px;
	}

	.sp_gnav_block .close_menu:last-child:before {
		content: "";
		width: 12.5px;
		height: 12px;
		display: inline-block;
		background: url(../img/common/icon_close_btn.png) no-repeat;
		background-size: 12.5px auto;
		vertical-align: 1px;
		margin-right: 8px;
	}

	.sp_gnav_block .sp_btn {
		display: flex;
		flex-wrap: wrap;
		border-right: none;
		width: 81.25%;
		margin: 0 auto 40px;
	}

	.sp_gnav_block .sp_btn li {
		line-height: 2.3;
	}

	.sp_gnav_block .sp_btn li.events {
		border-right: none;
		background: #ec8b6d;
		width: 46%;
		margin: 0 auto 0 0;
	}
	.sp_gnav_block .sp_btn li.classifieds {
		background: #5c77dc;
		width: 46%;
		margin: 0 0 0 auto;
	}

	.sp_gnav_block .sp_btn li.travel_guide {
		border: 1px solid #fff;
		width: 100%;
		margin-top: 40px;
	}

	.sp_gnav_block .sp_info {
		display: flex;
		flex-wrap: nowrap;
		text-align: center;
		width: 81.25%;
	}

	.sp_gnav_block .sp_info li {
		border-right: none;
		margin-bottom: 0;
		width: 30%;
	}

	.sp_gnav_block .sp_info li:first-child {
		margin-left: 5%;
	}

	.sp_gnav_block .sp_info li:last-child {
		margin-right: 5%;
	}

	.sp_gnav_block .sp_info li a {
		display: inline-block;
		border-bottom: 1px solid #fff;
		padding-bottom: 3px;
	}
}

/* GlobalNav Ithosimanow */
.nav_itoshimanow {
	background: #464245;
	color: #fff;
}

.nav_itoshimanow_block {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 25px 0;
	max-width: 1000px;
	margin: 0 auto;
}

.nav_itoshimanow_title {
	font-size: 38px;
	line-height: 1;
	font-weight: normal;
}

.nav_itoshimanow_title a {
	color: inherit;
	text-decoration: none;
}

.nav_itoshimanow_menu ul {
	display: flex;
	align-items: center;
}

.nav_itoshimanow_menu ul li {
	font-size: 16px;
}

.nav_itoshimanow_menu ul li:not(:last-child) {
	padding-right: 12px;
}

.nav_itoshimanow_menu ul a {
	color: inherit;
	text-decoration: none;
	display: block;
	padding: 5px 10px;
}

@media screen and (min-width: 799px) {
	.nav_itoshimanow_btn,
	.nav_itoshimanow_overlay {
		display: none;
	}
}

@media screen and (max-width: 798px) {
	.nav_itoshimanow_block {
		flex-wrap: wrap;
		padding: 0 10px;
	}

	.nav_itoshimanow_title {
		padding: 15px 0;
		font-size: 25px;
	}

	.nav_itoshimanow_btn button {
		background: none;
		border: 0;
		color: inherit;
		font-size: 13px;
		display: flex;
		align-items: center;
		font-family: inherit;
	}

	.nav_itoshimanow_btn button [data-item='icon'] {
		display: block;
		width: 14px;
		height: 14px;
		position: relative;
		margin-left: 4px;
	}

	.nav_itoshimanow_btn button [data-item='icon']::before,
	.nav_itoshimanow_btn button [data-item='icon']::after {
		content: '';
		background: #fff;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		border-radius: 10px;
		transition: 300ms ease-in-out;
	}

	.nav_itoshimanow_btn button [data-item='icon']::before {
		width: 100%;
		height: 2px;
	}

	.nav_itoshimanow_btn button [data-item='icon']::after {
		width: 2px;
		height: 100%;
	}

	.nav_itoshimanow_btn[data-active='true'] button [data-item='icon']::before {
		opacity: 0;
	}

	.nav_itoshimanow_btn[data-active='true'] button [data-item='icon']::after {
		transform: translate(-50%, -50%) rotate(90deg);
	}

	.nav_itoshimanow_menu {
		flex: 0 0 100%;
		padding: 0 10px;
		background: #464245;
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		display: none;
	}

	.nav_itoshimanow_menu ul {
		flex-wrap: wrap;
		padding: 20px 0 30px;
		border-top: 1px solid #5d575c;
	}

	.nav_itoshimanow_menu ul li {
		flex: 0 0 50%;
	}

	.nav_itoshimanow_menu ul a {
		padding: 12px;
		text-align: center;
	}

	.nav_itoshimanow_overlay {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.6);
		z-index: 1000;
		display: none;
	}
}

/*topic path
----------------------------------------*/
.topic_path {
	width: 1000px;
	margin: 0 auto;
	padding: 17px 0 28px;
}

.topic_path li {
	color: #1f1f1f;
	float: left;
	/*font-family: 'Noto Serif', serif;*/
	margin-right: 5px;
}

.topic_path li:not(:last-child)::after {
	content: ">";
	display: inline-block;
	margin: 0 0 0 5px;
	color: #1f1f1f;
}

.topic_path li a {
	color: #3c55b1;
	text-decoration: underline;
}

.topic_path a:hover {
	text-decoration: none;
}

@media screen and (max-width: 798px) {
	.topic_path {
		display: none;
	}
}

#breadcrumbs {
	width: 1000px;
	margin: 0 auto;
	padding: 17px 0 28px;
}

#breadcrumbs li {
	color: #1f1f1f;
	float: left;
	/*font-family: 'Noto Serif', serif;*/
}

#breadcrumbs li:not(:last-child)::after {
	content: ">";
	display: inline-block;
	margin: 0 5px;
	color: #1f1f1f;
}

#breadcrumbs li a {
	color: #3c55b1;
	text-decoration: underline;
}

#breadcrumbs a:hover {
	text-decoration: none;
}

@media screen and (max-width: 798px) {
	#breadcrumbs {
		display: none;
	}
}

/*container
----------------------------------------*/
.index #container {
	background: #f3f3f3;
}

.contents {
	width: 1000px;
	margin: 0 auto;
	padding-bottom: 135px;
}

.innerblock {
	width: 900px;
	margin: 0 auto;
}
@media screen and (max-width: 798px) {
	.contents {
		width: auto;
		margin: 0 3.125%;
		padding: 20px 0 135px;
	}

	.innerblock {
		width: auto;
	}
}

/*footer ad area
----------------------------------------*/
#footer_ad {
	width: 730px;
	margin: 0 auto 145px auto;
}

@media screen and (max-width: 798px) {
	#footer_ad {
		width: 90%;
		margin: 0 auto 130px auto;
	}
}

/*バナー----------------------------------------------------------------*/
.fcol3 {
	width: 730px;
	margin: 5px auto;
}

.fcol3 .g {
	width: 230px;
	float: left;
	margin-left: 18px;
}

.fcol3 .g:first-child {
	margin-left: 0px;
}

.fcol3 .g a {
	display: block;
	color: #fff;
	text-decoration: none;
	position: relative;
	transition: 0.3s;
}

.fcol3 .g a:hover {
	opacity: 0.6;
}

.fcol3 .g a img {
	width: 100%;
}

.fcol3::after {
	content:"";
	display:block;
	clear:both;
}

@media screen and (max-width: 798px) {
	.fcol3 {
		width: 100%;
		margin: 5px;
	}

	.fcol3 .g {
		width: 52%;
		margin: 0 0 6px;
	}
	.fcol3 img {
		width: 100%;
		margin: 0 0 6px;
	}

}

/*
「.fcol3」がサイト内の他箇所で流用されているか判断できませんでしたのでID指定で別途記述しております。
他箇所で「.fcol3」が使われていないのであれば、上記の「.fcol3」記述とマージしてください。
*/
#ctBtmbnrArea {
	width: 730px;
	margin: 5px auto;
}
#ctBtmbnrArea .g {
	width: 230px;
	float: left;
	margin-left: 18px;
}
#ctBtmbnrArea .g:first-child {
	margin-left: 0px;
}
#ctBtmbnrArea .g a {
	display: block;
	color: #fff;
	text-decoration: none;
	position: relative;
	transition: 0.3s;
}
#ctBtmbnrArea .g a:hover {
	opacity: 0.6;
}
#ctBtmbnrArea .g a img {
	width: 100%;
}
#ctBtmbnrArea::after {
	content:"";
	display:block;
	clear:both;
}
@media screen and (max-width: 798px) {
	.g + #ctBtmbnrArea {
		margin-top: 2%;
	}
	#ctBtmbnrArea {
		width: calc(100% - 2px);
		margin: 1px;
	}
	#ctBtmbnrArea .g {
		width: 49%;
		margin: 0;
	}
	#ctBtmbnrArea .g:nth-child(2n) {
		margin-left: 2%;
	}
	#ctBtmbnrArea .g:nth-child(n+3) {
		margin-top: 2%;
	}
	#ctBtmbnrArea img {
		margin: 0;
	}
}

/*footer
----------------------------------------*/
#footer {
	background: #4a4449;
}

#footer::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	height: 10px;
	background: url(../img/common/bg_footer_line.png);
	display: block;
}

#footer::after {
	content: "";
	position: absolute;
	width: 58px;
	height: 69px;
	top: -69px;
	right: 58px;
	background: url(../img/common/img_pagetop.png);
	background-size: 100%;
	display: block;
}

#footer a {
	transition: 0.3s;
}

#footer a:hover {
	opacity: 0.6;
}

.footer_block {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
	padding: 30px 0 20px;
}

.footer_block .flogo {
	width: 194px;
	float: left;
	padding: 59px 0 0;
}

.footer_block > ul {
	width: 566px;
	margin: 40px 0 0;
	float: left;
}

.footer_block > ul li {
	display: inline-block;
}

.footer_block > ul > li {
	margin-bottom: 11.5px;
}

.footer_block > ul > li {
	margin-right: 13px;
}

.footer_block > ul > li.parent {
	display: block;
	overflow: hidden;
	margin-right: 0;
}

.footer_block > ul > li > a {
	color: #fff;
	text-decoration: none;
	font-size: 17px;
	letter-spacing: .3px;
}

.footer_block > ul > li.travel_guide > a {
	letter-spacing: 0;
}

.footer_block > ul > li ul {
	display: inline-block;
	margin-left: 10px;
	max-width: 458px;
	vertical-align: top;
}

.footer_block > ul > li ul li {
	margin-right: 10px;
}

.footer_block > ul > li.parent ul li a {
	color: #e9cc73;
	text-decoration: none;
}

.footer_block > ul > li.parent + li.parent ul li a {
	color: #c4a444;
}

.footer_block > ul > li ul li a::before {
	content: "-";
	font-size: 12px;
	margin-right: 2px;
}

.footer_block .backnumber {
	float: right;
	width: 240px;
}

.footer_block .backnumber .backnumber_inner {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 74.16666%;
	background: url(../img/common/bg_backnumber.png) no-repeat 0 0 / contain;
}

.footer_block .backnumber .book {
	z-index: 1000;
	position: absolute;
	top: 10.11%;
	right: 5%;
	width: 41.666%;
	background: #fff;
}

.footer_block .backnumber .book img {
	box-sizing: border-box;
	border: 1px solid #808080;
}

.footer_block .backnumber .current,
.footer_block .backnumber .previous {
	z-index: 1000;
	position: absolute;
	left: 5%;
	width: 43.75%;
	border-radius: 10px;
	background: #fff;
	overflow: hidden;
}

.footer_block .backnumber .current {
	top: 43.82%;
}

.footer_block .backnumber .previous {
	top: 69.66%;
}

.footer_block .backnumber .current a,
.footer_block .backnumber .previous a {
	display: block;
	line-height: 2.25;
	color: #fff;
	font-size: 16px;
	font-family: Oswald, sans-serif;
	text-align: center;
	text-decoration: none;
}

.footer_block .backnumber .current a {
	background: #ec8b6d;
}

.footer_block .backnumber .previous a {
	background: #deb200;
}

#footer .copyright {
	background: #3d373c;
	padding: 24px 0 21px;
	text-align: center;
	color: #fff;
	font-size: 12px;
}

@media screen and (max-width: 798px) {

	#footer::before {
		height: 5px;
		background-size: 4px 5px;
	}
	#footer::after {
		content: "";
		position: absolute;
		width: 56px;
		height: 65px;
		top: -65px;
		right: 36px;
		background: url(../img/common/img_pagetop.png);
		background-size: 100%;
		display: block;
	}

	.footer_block {
		width: auto;
		margin: 0 auto;
		padding: 30px 0 0;
	}

	.footer_block .flogo {
		width: 78px;
		float: none;
		margin: 0 auto;
		padding: 0 0 21px;
	}

	.footer_block > ul {
		display: none;
	}

	.footer_block .backnumber {
		float: none;
		width: 75%;
		margin: 0 auto 25px;
	}

	.footer_block .backnumber .current,
	.footer_block .backnumber .previous {
		border-radius: 3.125vw;
	}

	.footer_block .backnumber .current a,
	.footer_block .backnumber .previous a {
		font-size: 5vw;
	}

	#footer .sns {
		border-top: solid 1px #fff;
		border-bottom: solid 1px #fff;
		text-align: center;
		background: #c9c7c9;
		padding: 25px 0 21px;
	}

	#footer .sns p {
		display: inline-block;
		width: 27.5px;
		margin: 0 16px;
	}

	#footer .sns .btn_twitter {
		width: 32px;
	}

	#footer .copyright {
		padding: 17px 0 12px;
		font-size: 10px;
	}
}

/*pagetop
----------------------------------------*/
.pagetop {
}
.pagetop a {
	position: absolute;
	right: 30px;
	bottom: 30px;
	width: 63px;
	z-index: 3000;
}
.pagetop a img {
	transition: 0.3s;
}
.pagetop a img:hover {
	opacity: 0.6;
}

@media screen and (max-width: 798px) {
	.pagetop a {
		right: 10px;
		bottom: 15px;
		width: 60px;
	}
}

/*mv スライド
----------------------------------------*/
.mainv {
	width: 100%;
	overflow: hidden;
}

.mainv .slick-list {
	overflow: hidden;
}

.mainv .slide_block .slide {
	float: left;
	width: 100%;
	background: #fff;
}

.mainv .slide_block .slide + .slide {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.mainv .slide_block .slide > a {
	display: block;
	height: 510px;
	overflow: hidden;
}

.mainv .slide_block .slide > a img {
	display: block;
	width: 100%;
	max-width: none;
	min-width: 1400px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.mainv .slick-dots {
	width: 1000px;
	line-height: 1;
	font-size: 0;
	margin: 15px auto;
	text-align: center;
}

.mainv .slick-dots li {
	display: inline-block;
	background: #fff;
	width: 90px;
	height: 6px;
	cursor: pointer;
}

.mainv .slick-dots li + li {
	margin-left: 10px;
}

.mainv .slick-dots li.slick-active {
	background: #494949;
}

.mainv .slick-dots li button {
	display: none;
}

.mainv .slide > a {
	display: block;
	transition: 0.3s;
}

.mainv .slide > a:hover {
	opacity: 0.6;
}

.mainv .mainv_text {
	position: absolute;
	bottom: 20px;
	left: 50%;
	width: 1000px;
	transform: translateX(-50%);
	background: rgba(255, 255, 255, 0.8);
	color: #1f1f1f;
	padding: 20px 36px;
}

.mainv .mainv_text .title {
	font-size: 38px;
	letter-spacing: 0.5px;
	margin-bottom: 7px;
}

.mainv .mainv_text .text {
	font-size: 16px;
	font-family: Arial, sans-serif;
	line-height: 1.8;
	margin-left: 2px;
}

.mainv .date {
	font-size: 15px;
	color: #494949;
}

.mainv .mainv_text .date a {
	text-decoration: none;
}

@media screen and (min-width: 799px) {
	.post-type-archive-itoshimanow .mainv .slick-dots li:not(.slick-active) {
		background-color: #f3f3f3;
	}
}

@media screen and (max-width: 798px) {
	.mainv img {
		width: 100%;
		min-width: 0;
		display: block;
	}

	.mainv .slide_block .slide > a {
		position: relative;
		height: 335px;
	}

	.mainv .slide_block .slide > a img {
		display: block;
		position: absolute;
		top: 0;
		left: 50%;
		width: auto;
		max-width: none;
		min-width: 0;
		height: 100%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.mainv .slick-dots {
		width: auto;
		margin: 0 3.125%;
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		z-index: 1000;
	}

	.mainv .slick-dots li {
		width: 45px;
		height: 27px;
		background: none;
		position: relative;
	}

	.mainv .slick-dots li.slick-active {
		background: none;
	}

	.mainv .slick-dots li::before {
		content: "";
		position: absolute;
		bottom: 12px;
		left: 0;
		width: 100%;
		height: 3px;
		background: #fff;
	}

	.mainv .slick-dots li.slick-active::before {
		background: #494949;
	}

	.mainv .slick-dots li + li {
		margin-left: 5px;
	}

	.mainv .mainv_text {
		left: 10px;
		bottom: 27px;
		width: calc(100% - 20px);
		transform: none;
		padding: 15px;
	}

	.mainv .mainv_text .title {
		font-size: 22px;
		letter-spacing: 0;
		margin-bottom: 5px;
	}

	.mainv .mainv_text .text {
		font-size: 12px;
		line-height: 1.6;
		margin-left: 0;
	}

	.mainv .date {
		font-size: 10px;
	}
}


/*clearfix
----------------------------------------*/
.header_block:after,
.header_box .subnav:after,
#gnav ul:after {
	content:"";
	display:block;
	clear:both;
}


/*clearfix
---------------------------------------------------------- */
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

/* hr
----------------------------------------*/

hr {
	clear: both;
	border: none;
	border-top: solid 1px #1f1f1f;
	height: 1px;
	margin: 20px 0;
}

hr.clear {
	clear: both;
	border-bottom: none;
	height: 1px;
	color: transparent;
	margin: 0;
}

@media screen and (max-width: 798px) {
	hr {
		margin: 15px 0;
	}
}

/*float
----------------------------------------*/
.clear { clear: both !important; }
.float_n { float: none !important; }
.float_l {
	float: left;
	margin-right: 20px;
}
.float_r {
	float: right;
	margin-left: 20px;
}

.float_l_pc {
	float: left;
	margin-right: 20px;
}
.float_r_pc {
	float: right;
	margin-left: 20px;
}
@media screen and (max-width: 798px) {
	.float_l_pc {
		width: 100%;
		float: none;
		margin-right: 0;
		margin-bottom: 10px;
	}
	.float_r_pc {
		width: 100%;
		float: none;
		margin-left: 0;
		margin-bottom: 10px;
	}
}

/*text-align
----------------------------------------*/
.align_l { text-align: left !important; }
.align_c { text-align: center !important; }
.align_r { text-align: right !important; }
.valign_m { vertical-align: middle !important; }

.align_l_pc { text-align: left !important; }
.align_c_pc { text-align: center !important; }
.align_r_pc { text-align: right !important; }

@media screen and (max-width: 798px) {
	.align_l_pc { text-align: inherit!important; }
	.align_c_pc { text-align: inherit !important; }
	.align_r_pc { text-align: inherit !important; }

	.align_l_sp { text-align: left !important; }
	.align_c_sp { text-align: center !important; }
	.align_r_sp { text-align: right !important; }
}

/* 画像にボーダーを付ける場合
----------------------------------------*/
.ph_border {
	border: 5px solid #f0f0f0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* display
----------------------------------------*/
.hidden {
	display: none;
}
/* inline-blockにする場合
----------------------------------------*/
p.inline_b, .inline_b li {
	display: inline-block !important;
	margin-right: 7px !important;
}

/*color
----------------------------------------*/
.color_red { color: #ff0000!important;}
.color_blue { color: #2b56ac!important; }
.color_geen { color: #18b018!important; }
.color_orange { color: #ff984c!important; }
.color_gray { color:#999999!important; }
.color_black { color:#1f1f1f!important; }
.color_primary { color:#00af99!important; }

/*font-size
----------------------------------------*/

.font10 { font-size: 10px !important; }
.font11 { font-size: 11px !important; }
.font12 { font-size: 12px !important; }
.font13 { font-size: 13px !important; }
.font14 { font-size: 14px !important; }
.font15 { font-size: 15px !important; }
.font16 { font-size: 16px !important; }
.font17 { font-size: 17px !important; }
.font18 { font-size: 18px !important; }
.font19 { font-size: 19px !important; }
.font20 { font-size: 20px !important; }
.font21 { font-size: 21px !important; }
.font22 { font-size: 22px !important; }
.font23 { font-size: 23px !important; }
.font24 { font-size: 24px !important; }
.font25 { font-size: 25px !important; }
.font26 { font-size: 26px !important; }
.fontb { font-weight: bold !important; }


/*font family
----------------------------------------*/
.roboto { font-family: 'Roboto', sans-serif; }
.noto { /*font-family: 'Noto Serif', serif;*/ }
.noto_jp { font-family: 'Noto Sans JP', sans-serif; }

/*margin
----------------------------------------*/
/*top*/
.mt0{ margin-top: 0px !important; }
.mt05{ margin-top: 5px !important; }
.mt10{ margin-top: 10px !important; }
.mt15{ margin-top: 15px !important; }
.mt20{ margin-top: 20px !important; }
.mt25{ margin-top: 25px !important; }
.mt30{ margin-top: 30px !important; }
.mt40{ margin-top: 40px !important; }
.mt50{ margin-top: 50px !important; }

/*bottom*/
.mb0 { margin-bottom: 0px !important; }
.mb05 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb35 { margin-bottom: 35px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb45 { margin-bottom: 45px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb60 { margin-bottom: 60px !important; }
.mb70 { margin-bottom: 70px !important; }
.mb80 { margin-bottom: 80px !important; }

/*right*/
.mr0 { margin-right: 0 !important; }
.mr05 { margin-right: 5px !important; }
.mr10 { margin-right: 10px !important; }
.mr15 { margin-right: 15px !important; }
.mr20 { margin-right: 20px !important; }
.mr25 { margin-right: 25px !important; }
.mr30 { margin-right: 30px !important; }
.mr35 { margin-right: 35px !important; }
.mr40 { margin-right: 40px !important; }

/*left*/
.ml0 { margin-left: 0 !important; }
.ml05 { margin-left: 5px !important; }
.ml10 { margin-left: 10px !important; }
.ml15 { margin-left: 15px !important; }
.ml20 { margin-left: 20px !important; }
.ml25 { margin-left: 25px !important; }
.ml30 { margin-left: 30px !important; }
.ml35 { margin-left: 35px !important; }
.ml40 { margin-left: 40px !important; }

.m_auto {
	margin-left: auto;
	margin-right: auto;
}

/* padding-------------------- */
.p0 {	padding: 0 !important; }
.p05 {	padding: 5px !important; }
.p10 {	padding: 10px !important; }
.p15 {	padding: 15px !important; }
.p20 {	padding: 20px !important; }
.p25 {	padding: 25px !important; }
.p30 {	padding: 30px !important; }
.p35 {	padding: 35px !important; }
.p40 {	padding: 40px !important; }
.p45 {	padding: 45px !important; }
.p50 {	padding: 50px !important; }

.pt0 {	padding-top: 0 !important; }
.pt10 {	padding-top: 10px !important; }
.pt15 {	padding-top: 15px !important; }
.pt20 {	padding-top: 20px !important; }
.pt25 {	padding-top: 25px !important; }
.pt30 {	padding-top: 30px !important; }
.pt35 {	padding-top: 35px !important; }
.pt40 {	padding-top: 40px !important; }
.pt45 {	padding-top: 45px !important; }
.pt50 {	padding-top: 50px !important; }
.pt65 {	padding-top: 65px !important; }
.pt80 {	padding-top: 80px !important; }
.pt100 { padding-top: 100px !important; }
.pt120 { padding-top: 120px !important; }
.pt140 { padding-top: 140px !important; }
.pt160 { padding-top: 160px !important; }

.pb0 { padding-bottom: 0 !important; }
.pb05 { padding-bottom: 5px !important; }
.pb10 { padding-bottom: 10px !important; }
.pb15 { padding-bottom: 15px !important; }
.pb20 { padding-bottom: 20px !important; }
.pb25 { padding-bottom: 25px !important; }
.pb30 { padding-bottom: 30px !important; }
.pb35 { padding-bottom: 35px !important; }
.pb40 {	padding-bottom: 40px !important; }
.pb45 { padding-bottom: 45px !important; }
.pb50 {	padding-bottom: 50px !important; }
.pb65 {	padding-bottom: 65px !important; }
.pb80 {	padding-bottom: 80px !important; }
.pb100 { padding-bottom: 100px !important; }
.pb120 { padding-bottom: 120px !important; }
.pb140 { padding-bottom: 140px !important; }
.pb160 { padding-bottom: 160px !important; }

.pr0 {	padding-right: 0 !important; }
.pr05 {	padding-right: 5px !important; }
.pr10 {	padding-right: 10px !important; }
.pr15 {	padding-right: 15px !important; }
.pr20 {	padding-right: 20px !important; }
.pr25 {	padding-right: 25px !important; }
.pr30 {	padding-right: 30px !important; }
.pr35 {	padding-right: 35px !important; }
.pr40 {	padding-right: 40px !important; }
.pr45 {	padding-right: 45px !important; }
.pr50 {	padding-right: 50px !important; }
.pr65 {	padding-right: 65px !important; }
.pr80 {	padding-right: 80px !important; }
.pr100 { padding-right: 100px !important; }
.pr120 { padding-right: 120px !important; }
.pr140 { padding-right: 140px !important; }
.pr160 { padding-right: 160px !important; }

.pl0 {	padding-left: 0 !important; }
.pl05 {	padding-left: 5px !important; }
.pl10 {	padding-left: 10px !important; }
.pl15 {	padding-left: 15px !important; }
.pl20 {	padding-left: 20px !important; }
.pl25 {	padding-left: 25px !important; }
.pl30 {	padding-left: 30px !important; }
.pl35 {	padding-left: 35px !important; }
.pl40 {	padding-left: 40px !important; }
.pl45 {	padding-left: 45px !important; }
.pl50 {	padding-left: 50px !important; }
.pl65 {	padding-left: 65px !important; }
.pl80 {	padding-left: 80px !important; }
.pl100 { padding-left: 100px !important; }
.pl120 { padding-left: 120px !important; }
.pl140 { padding-left: 140px !important; }
.pl160 { padding-left: 160px !important; }


/*width
----------------------------------------*/
.w05per { width: 5%; }
.w10per { width: 10%; }
.w13per { width: 13%; }
.w14per { width: 14%; }
.w15per { width: 15%; }
.w20per { width: 20%; }
.w25per { width: 25%; }
.w30per { width: 30%; }
.w33per { width: 33.3333333333333%; }
.w35per { width: 35%; }
.w40per { width: 40%; }
.w45per { width: 45%; }
.w50per { width: 50%; }
.w55per { width: 55%; }
.w60per { width: 60%; }
.w65per { width: 65%; }
.w70per { width: 70%; }
.w75per { width: 75%; }
.w80per { width: 80%; }
.w85per { width: 85%; }
.w90per { width: 90%; }
.w95per { width: 95%; }

.w05per_pc { width: 5%; }
.w10per_pc { width: 10%; }
.w13per_pc { width: 13%; }
.w14per_pc { width: 14%; }
.w15per_pc { width: 15%; }
.w20per_pc { width: 20%; }
.w25per_pc { width: 25%; }
.w30per_pc { width: 30%; }
.w33per_pc { width: 33.3333333333333%; }
.w35per_pc { width: 35%; }
.w40per_pc { width: 40%; }
.w45per_pc { width: 45%; }
.w50per_pc { width: 50%; }
.w55per_pc { width: 55%; }
.w60per_pc { width: 60%; }
.w65per_pc { width: 65%; }
.w70per_pc { width: 70%; }
.w75per_pc { width: 75%; }
.w80per_pc { width: 80%; }
.w85per_pc { width: 85%; }
.w90per_pc { width: 90%; }
.w95per_pc { width: 95%; }
@media screen and (max-width: 798px) {
	.w05per_pc { width: 100%; }
	.w10per_pc { width: 100%; }
	.w13per_pc { width: 100%; }
	.w14per_pc { width: 100%; }
	.w15per_pc { width: 100%; }
	.w20per_pc { width: 100%; }
	.w25per_pc { width: 100%; }
	.w30per_pc { width: 100%; }
	.w33per_pc { width: 100%; }
	.w35per_pc { width: 100%; }
	.w40per_pc { width: 100%; }
	.w45per_pc { width: 100%; }
	.w50per_pc { width: 100%; }
	.w55per_pc { width: 100%; }
	.w60per_pc { width: 100%; }
	.w65per_pc { width: 100%; }
	.w70per_pc { width: 100%; }
	.w75per_pc { width: 100%; }
	.w80per_pc { width: 100%; }
	.w85per_pc { width: 100%; }
	.w90per_pc { width: 100%; }
	.w95per_pc { width: 100%; }
}

/* img
----------------------------------------*/
img {
	max-width: 100%;
	height: auto;
}

.img_100per {
	width: 100%;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.img_auot {
	width: auto !important;
}

.img_responsive {
	max-width: 100%;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width: 798px) {
	img {
		width: 100%;
	}

	.img_sp_auto {
		width: auto!important;
	}
}

/*表示
----------------------------------------*/
/* PCだけ表示 */
.visible_pc, .pc_only {
	display: block !important;
}
/* SPだけ表示 */
.visible_sp, .sp_only {
	display: none !important;
}

/* PCだけ表示 */
.visible_pc_inline {
	display: inline !important;
}
/* SPだけ表示 */
.visible_sp_inline {
	display: none !important;
}
@media screen and (max-width: 798px) {
	/* PCだけ表示 */
	.visible_pc, .pc_only {
		display: none !important;
	}
	/* SPだけ表示 */
	.visible_sp, .sp_only {
		display: block !important;
	}

	/* PCだけ表示 */
	.visible_pc_inline {
		display: none !important;
	}
	/* SPだけ表示 */
	.visible_sp_inline {
		display: inline !important;
	}
}
