@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-WYX */
/* clearfix */	
.clearfix:after {content: "";display: block;clear: both;}
/* flex */	
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap; justify-content: center;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
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;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
}
html {
	font-size: 62.5%;
}
body, table, input, textarea, select, option {
	font-family: 'Roboto', sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
	box-sizing: border-box;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
    height: auto;
}
a,
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	max-width: 100%;
	height: calc(100dvh - 65px);
	height: calc(100vh - 65px);

	color: #000;
	font-size: 1.6rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #ddd;
}
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {

}
#main {
	display: block;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 896px) {
	body {
		min-width: inherit;
		font-size: 1.6rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	font
------------------------------------------------------------*/
.osw {
	font-family: 'Oswald', sans-serif;
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	padding: 14px 0;
	border-bottom: 1px solid #000;
	position: relative;
    top: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    z-index: 99999;
    background-color: #fff;
}

.hBox {
	width: 600px;
	margin: 0 auto;
}

#gHeader .linkBox01 {
    width: 18%;
    position: absolute;
    left: 25%;

	top: 50%;
	transform: translateY(-50%);    
}
#gHeader .linkBox01 img {
    height: 38px;
}
#gHeader .linkBox02 {
    position: absolute;
    top: 4px;
    right: 25%;
    padding: 0px 14px;
    border-left: 1px solid #aeadad;

	top: 50%;
	transform: translateY(-50%);
}
#gHeader .linkBox02 img {
    height: 44px;
}

#gHeader h1 ,
#gHeader .h_logo {
	width: 300px;
	margin: 0 auto;
}
#gHeader .languageBox {
	margin: -9px 0 11px auto;
	width: 170px;
	position: relative;
}
#gHeader .languageBox > a {
	margin-left: auto;
	padding: 5px 5px;
	width: 170px;
	font-size: 1.3rem;
	font-weight: 300;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FFF;
	box-sizing: border-box;
	position: relative;
	background: url("../image/icon02.png") no-repeat center right 11px / 12px, #279864;
}
#gHeader .languageBox .icon {
	margin-right: 10px;
	width: 15px;
	height: 15px;
	display: inline-block;
}
#gHeader .languageBox .languageUl {
	position: absolute;
	top: 102%;
	right: 0;
	width: 100%;
	z-index: 10;
	display: none;
}
#gHeader .languageBox .languageUl li {
	padding: 0 5px;
	background-color: #FFF;
}
#gHeader .languageBox .languageUl li a {
	padding: 5px 10px;
	font-size: 1.4rem;
	display: block;
	color: #141414;
	border-bottom: 1px solid #DDD;
}
#gHeader .linkBox {
	width: 110px;
}
#gHeader .linkBox img{
	width: 100%;
}
#gHeader .languageBox .languageUl li:last-child a {
	border-bottom: none;
}
@media all and (min-width: 897px) {
	#gHeader .languageBox > a:hover {
		opacity: 0.7;
	}
	#gHeader .languageBox .languageUl li a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#gHeader {
		padding: 0;
		z-index: 99999;
		height: 50px;
	}
	.hBox {
		width: 50%;
		margin: 0 auto;
		position: absolute;

		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	#gHeader h1 ,
	#gHeader .h_logo {
		margin: 10px auto;
		width: 100%;
		z-index: 99;
	}
	#gHeader .linkBox01 {
        width: 18%;
        position: absolute;
		top: 50%;
		transform: translateY(-50%);   
        left: 10px;
	}
	#gHeader .linkBox02 {
        width: 7%;
        position: absolute;
		top: 50%;
		transform: translateY(-50%);   

		right: 0;
        padding: 0px 14px;
        border-left: 1px solid #aeadad;
		}
	#gHeader .linkBox02 img {
        height: 40px;
	}
	#gHeader .languageBox {
		margin: 0;
		position: relative;
		z-index: 99;
		width: auto;
	}
	#gHeader .languageBox .languageUl {
		right: -8px;
		width: 150px;
	}
	#gHeader .languageBox .languageUl li {
		padding: 0 11px;
	}
	#gHeader .languageBox .languageUl li a {
		padding: 8px 0 7px;
		width: 100%;
		box-sizing: border-box;
		font-size: 1.3rem;
		font-weight: 300;
	}
	#gHeader .languageBox > a {
		margin: 0;
		padding: 5px 0 3px 5px;
		width: 45px;
		font-size: 0.9rem;
		letter-spacing: -0.04em;
		font-weight: 300;
		text-align: center;
		display: block;
		color: #279864;
		box-sizing: border-box;
		background: none;
		border-left: 1px solid #DDD;
	}
	#gHeader .languageBox .icon {
		margin: 0 auto;
		width: 23px;
		height: 23px;
		display: block;
	}
}
@media all and (max-width: 350px) {
	#gHeader h1 ,
	#gHeader .h_logo {
		width: 200px;
	}
}
/*------------------------------------------------------------
    gNavi
------------------------------------------------------------*/
#gNavi .naviList {
    padding-right: 3px;
    font-size: 1.5rem;
    font-weight: 500;
    justify-content: flex-end;
    color: #FFF;
}
#gNavi .naviList li {
    margin-left: 30px;
}
#gNavi .naviList .big a {
	font-size: 1.7rem;
}
#gNavi .naviList li:first-child {
    margin-left: 0;
}
@media all and (min-width: 897px) {
    #gNavi .naviList li a:hover {
        opacity: 0.7;
    }
    #gNavi {
        display: block !important;
    }
}
@media all and (max-width: 896px) {
    .menu {
        width: 45px;
        height: 45px;
        position: absolute;
        right: 0;
		top: 0;
        cursor: pointer;
        z-index: 100;
        transition: opacity .25s ease;
        -webkit-transition: all .3s ease;
      background-color: #279864;
    }
    .menu span {
        width: 24px;
        height: 2px;
        display: block;
        position: absolute;
        left: 11px;
        top: 13px;
        background: #fff;
        -webkit-transition: all .35s ease;
        transition: all .35s ease;
        cursor: pointer;
    }
    .menu span:nth-child(2) {
        top: 22px;
    }
    .menu span:nth-child(3) {
        top: 31px;
    }
	.menu.on span {
		left: 7px;
		width: 32px;
	}
    .menu.on .top {
        -webkit-transform: translateY(7px) translateX(0) rotate(-45deg);
        -ms-transform: translateY(7px) translateX(0) rotate(-45deg);
        transform: translateY(8px) translateX(0) rotate(-45deg);
        background: #fff;
    }
    .menu.on .middle {
        opacity: 0;
        background: #fff;
    }
    .menu.on .bottom {
        -webkit-transform: translateY(-7px) translateX(0) rotate(45deg);
        -ms-transform: translateY(-7px) translateX(0) rotate(45deg);
        transform: translateY(-9px) translateX(0) rotate(45deg);
        background: #fff;
    }
    .menuBox {
		padding-bottom: 90px;
		width: 100%;
		height: 100%;
        display: none;
        position: fixed;
        left: 0;
        top: 46px;
        overflow-y: auto;
        background: rgb(1, 1, 1,0.4);
        box-sizing: border-box;
        z-index: 5;
    }
	#gNavi {
		padding-bottom: 10px;
		opacity: 1;
		background-color: #FFF;
	}
    #gNavi .naviList {
        padding: 30px 50px 18px;
        width: auto;
        display: block;
    }
    #gNavi .naviList li {
        margin-left: 0;
    }
    #gNavi .naviList li a {
        padding: 17px 0 14px;
        text-align: center;
        font-size: 1.9rem !important;
		font-weight: 700;
        letter-spacing: 0;
        display: block;
        color: #000;
        border-bottom: 1px solid #C8C8C8;
    }
    #gNavi .naviList li:first-child {
        border-top: none;
    }
	#gNavi .naviList li:last-child a {
        border-bottom: none;
    }
	#gNavi .linkUl li {
		margin: 0 4px;
	}
	#gNavi > .linkUl li a img {
		width: 39px;
	}
	#gNavi .comTravelBox {
		margin: 50px 10px 0;
		padding: 21px 0;
	}
	#gNavi .comTravelBox .content {
		padding: 0 10px;
	}
	#gNavi .comTravelBox .h2Ttl {
		margin-bottom: 9px;
		font-size: 1.9rem;
	}
	#gNavi .comTravelBox .linkUl {
		margin-top: -7px;
	}
	#gNavi .comTravelBox .linkUl li {
		margin: 7px 7px 0 0;
		width: calc((100% - 12px)/2);
	}
	#gNavi .comTravelBox .linkUl li:nth-child(2n) {
		margin-right: 0;
	}
}
@media all and (max-width: 380px) {
	#gNavi .naviList li a {
		font-size: 1.6rem;
	}
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 30px 20px 12px;
	background-color: #1A1A1A;
}
#gFooter p {
    color: #fff;
    width: 90%;
    text-align: center;
    margin: 10px auto 30px auto;
    font-weight: bold;
    font-size: 1.45rem;
}
#gFooter img.about_title {
    display: block;
    text-align: center;
    margin: 0 auto;
}

#gFooter img.banner {
    display: block;
    text-align: center;
    margin: 0 auto 40px auto;
    width: 600px;
}
#gFooter .linkUl {
	margin-bottom: 30px;
}
#gFooter .linkUl li {
	margin: 0 4px;
	width: 39px;
}
#gFooter .linkUl li a:hover {
	opacity: 0.7;
}
#gFooter .fLink {
	margin-bottom: 27px;
}
#gFooter .fLink li {
	margin: 0 15px 0 18px;
}
#gFooter .fLink li a {
	padding-left: 21px;
	font-size: 1.6rem;
	font-weight: 300;
	color: #FFF;
	text-decoration: underline;
	background: url("../image/icon15.png") no-repeat top 4px left / 9px;
}
#gFooter .fLink li a:hover {
	text-decoration: none;
}
#gFooter .copyright {
	font-size: 1.2rem;
	font-weight: 300;
	color: #959595;
	font-style: normal;
	text-align: center;
}
@media all and (max-width: 896px) {
	#gFooter {
		margin-bottom: 0;
		padding: 25px 0 12px;
	}	
	#gFooter p {
	    color: #fff;
	    width: 90%;
	    text-align: center;
	    margin: 10px auto 30px auto;
	    font-weight: bold;
	    font-size: 1.3rem;
	}
	#gFooter img.banner {
	    display: block;
	    text-align: center;
	    margin: 0 auto 40px auto;
	    width: 90%;
	    max-width: 450px;
	}
	#gFooter .linkUl {
		margin-bottom: 22px;
	}
	#gFooter .linkUl li {
		margin: 0 4px;
		width: 39px;
	}
	#gFooter .fLink {
		margin-bottom: 23px;
	}
	#gFooter .fLink li {
		margin: 0 4px 0 5px;
	}
	#gFooter .fLink li:nth-child(2n) {
		margin-right: 0;
	}
	#gFooter .fLink li a {
		font-size: 1.4rem;
		background-position: 3px 2px;
	}
	#gFooter .copyright {
		font-size: 1.1rem;
	}
}
@media all and (max-width: 374px) {
	#gFooter .fLink {
		margin: 0 -10px 23px;
	}
	#gFooter .fLink li a {
		font-size: 1.2rem;
		background-position: top left;
	}
}

/*------------------------------------------------------------
	content
------------------------------------------------------------*/

.content iframe {
	width: 100%;
	height: calc(90dvh - 65px);
	display: block;
}

@media all and (max-width: 896px) {
	.content iframe {
		width: 100%;
		height: calc(90dvh - 60px);
		display: block;
	}

	.content {
		max-width: inherit;
	}
}

/*------------------------------------------------------------
	ADNW　CSS
------------------------------------------------------------*/

footer {
	position:fixed;
	bottom:0;
	width:100%;
	height: 100px;
}

.ad_PC {
	height: 100px;
	width: 100%;
	position:fixed;
	bottom: 0;
	text-align: center;
	bottom:0;
	left:0;
	right:0;
	z-index:99998;
}

@media all and (max-width: 374px) {
	.ad_SP {
		height: 80px;
		width: 100%;
		position:fixed;
		bottom: 0;
		text-align: center;
		bottom:0;
		left:0;
		right:0;
		z-index:99998;
	}
}
