@charset "utf-8";
@font-face {
    font-family: 'renner';
	src: url('../fonts/renner.woff') format('woff'), 
    url('../fonts/renner.ttf')  format('truetype'); 
}
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
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: 'Zen Kaku Gothic New', 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 {
	min-width: 1280px;
	color: #000;
	font-size: 1.6rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
#container {
	padding-top: 177px;
	text-align: left;
}
#main {
	display: block;
	overflow: hidden;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
.renner {
	font-family: 'renner', sans-serif;
}
.gfs {
	font-family: 'GFS Didot', serif;
}
.myanmar {
	font-family: 'Noto Serif Myanmar', serif;
}
.notosans {
	font-family: 'Noto Sans JP', sans-serif;
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 896px) {
	body {
		min-width: inherit;
		font-size: 1.2rem;
	}
	body.fixed {
        width: 100%;
        position: fixed;
        left: 0;
        top: 0;
        overflow: auto;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
	#container {
		padding-top: 60px;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	padding: 22px 0;
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background: #fff;
	z-index: 1000;
}
#gHeader .hBox {
	margin: 0 auto;
	padding: 0 20px;
	max-width: 1412px;
}
#gHeader h1 {
	margin-top: 9px;
	width: 228px;
}
#gHeader h1 a {
	display: block;
}
#gHeader #gNavi {
	width: calc(100% - 228px);
}
#gHeader #gNavi ul {
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
}
#gHeader #gNavi li {
	margin: 5px 0 0 48px;
	display: flex;
	align-items: center;
}
#gHeader #gNavi li:first-child {
	margin-left: 0;
}
#gHeader #gNavi li a,
#gHeader #gNavi li > span {
	display: block;
	font-size: 1.6rem;
	letter-spacing: 0.1em;
	font-family: 'renner', sans-serif;
}
#gHeader #gNavi li > span {
	cursor: default;
}
#gHeader #gNavi .slideBtn {
	position: relative;
	pointer-events: all;
}
#gHeader #gNavi .slideBtn::before {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 100%;
	content: "";
}

#gHeader #gNavi .contactBtn {
	margin: 0 1px 0 59px;
}
#gHeader #gNavi .contactBtn a {
	padding: 17px 43px 13px 45px;
	border: 1px solid #000;
	touch-action: manipulation;
    transition-property: color, background-color;
    transition-duration: .3s;
    transition-timing-function: cubic-bezier(0.3, 0.1, 0.1, 1);
}
#gHeader #gNavi .gSubBox {
	width: 100%;
	max-height: calc(100% - 100px);
	position: fixed;
	left: 0;
	top: 100px;
	display: none;
	overflow: auto;
	z-index: 1000;
}
#gHeader #gNavi .gSubBox::-webkit-scrollbar {
	display: none;
}
#gHeader #gNavi .gSubBox .gBg {
	padding: 80px 0 89px;
	background: #F7F7F7;
	position: relative;
}
#gHeader #gNavi .gSubBox .gBg .gSubBox-close{
	position: absolute;
	right: 38px;
	top: 30px;
	font-size: 1.6rem;
	display: block;
}
#gHeader #gNavi .gSubBox .gBg .gSubBox-close::before{
	content: "X";
	font-size: 1.8rem;
	display: inline-block;
	margin-right: 5px;
}
#gHeader #gNavi .gSubBox .gBg .gSubBox-close:hover{
	cursor: pointer;
}
#gHeader #gNavi .gSubBox .subNavi {
	margin-bottom: 65px;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 0 2.6375%;
}
#gHeader #gNavi .gSubBox .subNavi li {
	margin: 0;
	width: 17.89%;
	display: block;
}
#gHeader #gNavi .gSubBox .subNavi li a {
	display: block;
	font-size: 1.4rem;
	letter-spacing: 0;
	line-height: 1.857;
	text-align: center;
	font-family: 'Zen Kaku Gothic New', sans-serif;
}
#gHeader #gNavi .gSubBox .subNavi li a span {
	margin: 18px -15px 0;
	display: block;
}

/* メガメニュー　背景グレー */

/* #gHeader #gNavi .gSubBox.bg-glay .gBg {
	padding: 80px 0 89px;
	background: #7a7a7a;
	position: relative;
}
#gHeader #gNavi .gSubBox.bg-glay .gBg {
	padding: 80px 0 89px;
	background: #7a7a7a;
	position: relative;
}
 */
#gHeader #gNavi .gSubBox.bg-glay .subNavi {
	justify-content: center;
}
#gHeader #gNavi .gSubBox.bg-glay .subNavi li{
	border-bottom: 1px solid #000;
	padding-bottom: 10px;
}
 #gHeader #gNavi .gSubBox.bg-glay .subNavi li a {
	font-size: 1.8rem;
}
/*
#gHeader #gNavi .gSubBox.bg-glay .gBg .gSubBox-close{
	color: #fff;
}
#gHeader #gNavi .gSubBox.bg-glay .gBg .gSubBox-close::before{
	color: #fff;
} */


#gHeader #gNavi .gWrap {
	position: relative;
}
#gHeader #gNavi .gWrap::before {
	width: 890px;
	height: 70px;
	position: absolute;
	right: 0;
	top: 0;
	content: "";
	z-index: 3;
}
#gHeader #gNavi .gTitle {
	padding-bottom: 34px;
	position: relative;
	font-size: 2.5rem;
	letter-spacing: 0.15em;
	border-bottom: 1px solid #222;
	font-family: 'renner', sans-serif;
	cursor: default;
}
#gHeader #gNavi .subUlBox {
	margin-top: 34px;
	display: none;
}
#gHeader #gNavi .subUl {
	justify-content: flex-start;
	align-items: flex-start;
	gap: 0 70px;
}
#gHeader #gNavi .subUl li {
	margin: 0;
}
#gHeader #gNavi .subUl li a {
	font-size: 1.6rem;
	letter-spacing: 0;
	line-height: 1.625;
	font-family: 'Zen Kaku Gothic New', sans-serif;
}
.cover {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	display: none;
	background: rgba(0,0,0,.4);
	z-index: 100;
}
@media (min-width: 897px) and (max-width: 1208px) {
	#gHeader #gNavi .gSubBox .gBg {
		padding: 6.623vw 0 7.368vw;
	}
	#gHeader #gNavi .gSubBox .subNavi li a {
		font-size: 1.159vw;
	}
	#gHeader #gNavi .gSubBox .subNavi li a span {
		margin: 1.49vw -1.242vw 0;
	}
	#gHeader #gNavi .gWrap::before {
		width: 71vw;
		height: 5.795vw;
	}
	#gHeader #gNavi .gTitle {
		margin-bottom: 2.815vw;
		padding-bottom: 2.815vw;
		font-size: 2.07vw;
	}
	#gHeader #gNavi .subUl {
		gap: 0 5.795vw;
	}
	#gHeader #gNavi .subUl li a {
		font-size: 1.325vw;
	}
}
@media (min-width: 897px) and (max-width: 1160px) {
	#gHeader h1 {
		margin-top: 0.776vw;
		width: 19.655vw;
	}
	#gHeader #gNavi {
		width: calc(100% - 19.655vw);
	}
	#gHeader #gNavi li {
		margin-left: 2.155vw;
	}
	#gHeader #gNavi li a,
	#gHeader #gNavi li > span {
			font-size: 1.379vw;
		}
	#gHeader #gNavi .contactBtn {
		margin-left: 2.586vw;
	}
	#gHeader #gNavi .contactBtn a {
		padding: 1.466vw 3.707vw 1.121vw 3.879vw;
	}
	#gHeader #gNavi .gSubBox {
		top: 8.621vw;
		max-height: calc(100% - 8.621vw);
	}
}
@media all and (min-width: 897px) {
	#gHeader #gNavi li:not(:last-child) a:hover {
		opacity: 0.7;
	}
	#gHeader #gNavi .contactBtn a:hover {
		background: #000;
    	color: #FFF;
	}
	#gHeader #gNavi .subList {
		display: none !important;
	}
}
@media all and (max-width: 896px) {
	#gHeader {
		padding: 0;
		width: 100%;
		box-sizing: border-box;
		display: flex;
		justify-content: space-between;
	}
	#gHeader .hBox {
		margin: 0;
		padding: 0;
		width: 100%;
		max-width: inherit;
	}
	#gHeader .hBgBox {
		padding: 18px 20px 17px 19px;
		width: 100%;
		display: flex; 
		justify-content: space-between;
		background: #FFF;
		z-index: 10002;
	}
	#gHeader h1 {
		margin-top: 0;
		width: 133px;
		position: relative;
		z-index: 10003;
	}
	#gHeader h1 a {
		display: block;
	}
	#gHeader #gNavi {
		margin: 0;
		padding: 56px 19px;
        width: 100%;
		height: 100%;
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        overflow: auto;
        background: #FFF;
        box-sizing: border-box;
		z-index: 10001;
	}
	#gHeader #gNavi ul {
		display: block;
	}
	#gHeader #gNavi li {
		margin: 0;
		display: block;
	}
	#gHeader #gNavi li > a,
	#gHeader #gNavi li > span {
		margin-top: 0;
		padding: 18px 0;
		display: block;
		font-size: 1.6rem;
		letter-spacing: 0;
		border-bottom: 1px solid #bcbcbc;
	}
	#gHeader #gNavi li > span {
		cursor: default;
	}
	#gHeader #gNavi .contactBtn {
		margin: 0;
	}
	#gHeader #gNavi .contactBtn a {
		padding: 25px 0 22px;
		border: none;
		border-bottom: 1px solid #bcbcbc;
	}
	#gHeader #gNavi .subList {
		margin-top: 20px;
	}
	#gHeader #gNavi .subList li a {
		padding: 9px 0;
		font-size: 1.4rem;
		font-family: 'renner', sans-serif;
		border: none;
	}
	#gHeader #gNavi .subList.jp li a {
		font-family: 'Zen Kaku Gothic New', sans-serif;
	}
	#gHeader #gNavi .slideBtn > span {
		background: url(../img/common/icon03.png) no-repeat center right / 14px 8px;
	}
	#gHeader #gNavi .slideBtn .subList {
		display: none;
	}
	#gHeader #gNavi .slideBtn.on > span {
		border: none;
		background-image: url(../img/common/icon02.png);
	}
	#gHeader #gNavi .slideBtn.on .subList {
		margin-top: -13px;
		padding-bottom: 13px;
		border-bottom: 1px solid #bcbcbc;
	}
	#gHeader .menu {
		margin-top: 4px;
        display: block;
        width: 20px;
        height: 16px;
        position: relative;
        cursor: pointer;
        z-index: 10003;
	}
	#gHeader .menu.on {
		margin-right: -3px;
		width: 26px;
	}
	#gHeader .menu span {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        cursor: pointer;
        border: none;
        border-top: 2px solid #000;
        transition: all .3s ease;
    }
    #gHeader .menu span:nth-of-type(2) {
        top: 7px;
    }
    #gHeader .menu span:nth-of-type(3) {
        top: 14px;
    }
    #gHeader .menu.on span:first-child {
        transform: translateY(7px) translateX(0) rotate(45deg);
    }
    #gHeader .menu.on span:nth-of-type(2) {
        opacity: 0;
    }
    #gHeader .menu.on span:nth-of-type(3) {
        transform: translateY(-7px) translateX(0) rotate(-45deg);
    }
	#gHeader #gNavi .slideBtn::before {
		display: none;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	background: #f7f7f7;
}
#gFooter .fBox {
	margin: 0 auto;
	padding: 136px 20px 116px;
	max-width: 1408px;
}
#gFooter .fBox .fLogo {
	margin-top: 20px;
	width: 228px;
}
#gFooter .fBox .fLogo a {
	display: block;
}
#gFooter .fBox .fNavi {
	width: calc(100% - 228px);
	justify-content: flex-end;
}
#gFooter .fBox .fNavi .naviList {
	margin-left: 7.1%;
	width: 165px;
}
#gFooter .fBox .fNavi .naviList:first-child {
	margin-left: 0;
}
#gFooter .fBox .fNavi .naviList > li {
	margin-bottom: 25px;
}
#gFooter .fBox .fNavi .naviList > li:last-child {
	margin-bottom: 0;
}
#gFooter .fBox .fNavi .naviList > li > a,
#gFooter .fBox .fNavi .naviList > li > span {
	padding: 17px 0;
	display: block;
	border-bottom: 1px solid #bcbcbc;
	font-family: 'renner', sans-serif;
}
#gFooter .fBox .fNavi .subList {
	margin-top: 40px;
}
#gFooter .fBox .fNavi .subList li {
	margin-bottom: 19px;
}
#gFooter .fBox .fNavi .subList li a {
	font-size: 1.4rem;
	display: block;
	font-family: 'renner', sans-serif;
}
#gFooter .fBox .fNavi .subList.jp li a {
	font-family: 'Zen Kaku Gothic New', sans-serif;
}
#gFooter .fBox .fNavi .subList li:last-child {
	margin-bottom: 0;
}
#gFooter address {
	padding: 22px 20px 18px;
	font-style: normal;
	text-align: center;
	background: #FFF;
	font-family: 'renner', sans-serif;
}
@media all and (min-width: 897px) {
	#gFooter .fBox .fNavi .naviList li a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#gFooter .fBox {
		padding: 69px 20px 25px;
		max-width: inherit;
		display: block;
	}
	#gFooter .fBox .fLogo {
		margin: 0 auto 30px;
		width: 190px;
	}
	#gFooter .fBox .fNavi {
		width: auto;
		display: block;
	}
	#gFooter .fBox .fNavi .naviList {
		margin: 0 0 3px;
		width: auto;
	}
	#gFooter .fBox .fNavi .naviList:last-child {
		margin-bottom: 0;
	}
	#gFooter .fBox .fNavi .naviList > li {
		margin-bottom: 3px;
	}
	#gFooter .fBox .fNavi .naviList > li > a,
	#gFooter .fBox .fNavi .naviList > li > span {
		padding: 12px 0;
		font-size: 1.6rem;
	}
	#gFooter .fBox li.border > a {
		border: none !important;
	}
	#gFooter .fBox li.border {
		border-bottom: 1px solid #bcbcbc;
	}
	#gFooter .fBox .fNavi .subList {
		margin-top: 19px;
	}
	#gFooter .fBox .fNavi .subList li {
		margin-bottom: 18px;
	}
	#gFooter address {
		padding: 22px 10px 21px;
		font-size: 1.4rem;
	}
	#gFooter .fBox .fNavi .naviList .slideBtn > span {
		background: url(../img/common/icon03.png) no-repeat center right / 14px 8px;
	}
	#gFooter .fBox .fNavi .naviList .slideBtn .subList {
		display: none;
		margin: 1px 0 16px 1px;
	}
	#gFooter .fBox .fNavi .naviList .slideBtn.on > span {
		background-image: url(../img/common/icon02.png);
		border: none;
	}
	#gFooter .fBox .fNavi .naviList .slideBtn.on .subList {
		margin: 0 0 0 1px;
		padding-bottom: 13px;
		border-bottom: 1px solid #bcbcbc;
	}
}

/*------------------------------------------------------------
	スライダー　ページ送り
------------------------------------------------------------*/

.pageTitle .slick-dots {
	width: 10px;
	position: absolute;
	display: flex;
	flex-direction: column;
	right: 41px;
	bottom: 40px;
	font-size: 0;
	line-height: 0;
	cursor: pointer;
}
.pageTitle .slick-dots li {
	margin: 5px 0;
	width: 8px !important;
	height: 8px !important;
	min-height: inherit;
	border-radius: 50%;
	background: #FFF;
	border: 1px solid #000;
}
.pageTitle .slick-dots li:first-child {
	margin-top: 0;
}
.pageTitle .slick-dots li:last-child {
	margin-bottom: 0;
}
.pageTitle .slick-dots .slick-active {
	background: #000;
}
.pageTitle .slick-dots li button {
	display: none;
}
