@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=EB+Garamond&display=swap');
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;	
	box-sizing: border-box;
}
html {
	font-size: 62.5%;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
img {
	vertical-align: top;
	max-width: 100%;
}
a, a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
}
a:hover {
}
a:active {
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1200px;
	color: #000;
	font-size: 1.4rem;
	font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #F2F1ED;
}
body.fixed {
    position: fixed;
    width: 100%;
    height: 100%;
}
#container {
	text-align: left;
}
#main {
    margin-bottom: 100px;
}

@media all and (max-width: 767px) {
	body {
		min-width: inherit;
		font-size: 1.25rem;
	}
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}

@media all and (min-width: 768px) {
	.sp {
		display: none !important;
	}
}

@media all and (max-width: 767px) {
	a:hover,  a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
    padding-bottom: 20px;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
}

#gHeader .hInner {
    margin: 0 auto;
    width: 1200px;
}

#gHeader .hInner .lBox {
    padding: 24px 0 0 50px;
    width: 290px;
    float: left;
}

#gHeader .hInner .lBox h1 {
    margin-left: 4px;
    font-size: 1rem;
    letter-spacing: 6px;
    font-family: 'Kozuka Mincho Pro', 'Kozuka Mincho Std', '小塚明朝 Pro R', '小塚明朝 Std R', "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho", "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝";
}

.rightBox {
    margin-right: 11px;
    width: 729px;
    float: right;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
}

#gHeader .link a:hover img {
    opacity: 0.7;
}

#gHeader .bigBanner {
    display: none;
}
    
@media all and (max-width: 767px) {
    #gHeader {
        padding-bottom: 8px;
        z-index: 101;
    }
	#gHeader .hInner {
        width: auto;
        position: relative;
	}
    #gHeader .hInner .lBox {
        margin-right: 75px;
        width: 57%;
        float: right;
        padding: 15px;
        background-color: #fff;
    }
    .rightBox {
        position: fixed;
        margin: 0;
        padding-bottom: 25px;
        top: 0;
        left: -80.7%;
        height: 100%;
        width: 80.7%;
        z-index: 1000;
        overflow-y: auto;
        background-color: #fff;
        transition: all ease 0.3s;
    }
    .rightBox.on {
        left: 0;
    }
    #gHeader .hInner .lBox h1 {
        font-size: 1.1rem;
        letter-spacing: 0;
        text-align: center;
    }
    #gHeader .logo {
        margin: 0 7px;
        text-align: center;
    }
    #gHeader .logo img {
        width: 170px;
    }
    #gHeader .menu {
        position: absolute;
        top: 0;
        right: 0;
    }
    #gHeader .menu .on {
        display: block;
        background: url("../../img/common/close.png") no-repeat center center;
        background-size: 40px auto;
    }
    #gHeader .menu .on img {
        visibility: hidden;
    }
    .rightBox .spLogo {
        padding: 15px 0;
        width: 170px;
        margin: 0 auto;
    }
    .rightBox .spLogo p {
        font-size: 1.1rem;
        text-align: center;
    }
    .rightBox .spPhoto {
        margin: 0 25px 16px;
    }
    .rightBox .link {
        margin: 0 25px;
    }
    .cover {
		width: 100%;
		height: 100%;
		position: fixed;
		left: 0;
		top: 0;
		z-index: 100;
        display: none;
        background-color: rgba(0,0,0,0.6);
	}
    .headerBox {
        overflow: hidden;
    }
}
/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
    float: left;
    width: 612px;
    padding: 0 0 4px 4px;
    box-sizing: border-box;
    background-color: #fff;
}

#gNavi ul {
    padding: 22px 0px 14px 20px;
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #E2CEB6;
    border-left: 2px solid #E2CEB6;
}

#gNavi a {
    display: inline-block;
    font-size: 1.1rem;
    letter-spacing: 1px;
    text-align: center;
}

#gNavi a:hover {
    opacity: 0.7;
}

#gNavi a .en {
    display: block;
    font-size: 1rem;
    color: #c69c6d;
}

#gNavi a img {
    margin-left: 5px;
    vertical-align: 0;
}

#gNavi a .txtSpan {
    padding: 0 15px;
    display: inline-block;
    background: url("../../img/common/icon02.png") no-repeat right center;
}

@media all and (max-width: 767px) {
    #gNavi {
        margin-bottom: 23px;
        width: auto;
        float: none;
        padding: 0;
    }
    #gNavi ul {
        padding: 0;
        border: none;
        display: block;
    }
    #gNavi ul li {
        border-bottom: 1px solid #CCC;
    }
    #gNavi ul li:first-child {
        border-top: 1px solid #CCC;
    }
    #gNavi a {
        padding: 19px 20px 20px 25px;
        display: block;
        font-size: 1.25rem;
        text-align: left;
        background: url("../../img/common/icon02.png") no-repeat right 25px center;
    }
    #gNavi a .en {
        display: inline-block;
        font-size: 1.35rem;
    }
    #gNavi a .txtSpan {
        background: none;
    }
}
/*------------------------------------------------------------
	パンクズリスト
------------------------------------------------------------*/
#pagePath {
    margin-bottom: 99px;
    padding: 5px 0 9px;
    background-color: #000;
}
#pagePath ul {
    margin: 0 auto;
    width: 1100px;
}
#pagePath li {
    margin-right: 15px;
	display: inline;
	color: #fff;
    letter-spacing: 1px;
	font-size: 1.1rem;
}
#pagePath a {
    margin-right: 15px;
	color: #fff;
}
#pagePath a:hover {
    text-decoration: underline;
}

@media all and (max-width: 767px) {
    #pagePath ul {
        width: auto;
        margin-left: 18px;
    }
    #pagePath {
        margin-bottom: 57px;
        padding-bottom: 6px;
    }
    #pagePath li {
        margin-right: 7px;
        font-size: 1.0rem;
    }
    #pagePath a:hover {
        text-decoration: none;
    }
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
    background-color: #000;
}
#gFooter a:hover {
    opacity: 0.7;
}
#gFooter .fInner {
    margin: 0 auto;
    padding: 20px 0 24px;
    width: 1110px;
    position: relative;
}
#gFooter .pageTop {
    position: absolute;
    left: 50%;
    top: -42px;
    transform: translateX(-50%);
}
#gFooter .fLogo {
    padding: 9px 0 0 9px;
    float: left;
}
#gFooter .rBox {
    width: 500px;
    text-align: right;
    float: right;
}
#gFooter .rBox ul {
    margin-bottom: 14px;
}
#gFooter .rBox li {
    margin-left: 25px;
    display: inline;
}
#gFooter .rBox li a {
    padding-right: 20px;
    font-size: 1.1rem;
    color: #fff;
    letter-spacing: 2px;
    display: inline-block;
    background: url("../../img/common/icon02.png") no-repeat right center;
}
#gFooter .rBox p {
    font-size: 1.1rem;
    color: #fff;
    letter-spacing: 4px;
}

@media all and (max-width: 767px) {
    #gFooter .fInner {
        width: auto;
    }
    #gFooter .pageTop {
        top: -40px;
    }
    #gFooter .fLogo {
        margin-bottom: 40px;
        padding: 30px 26px 0 0;
        float: none;
        text-align: center;
    }
    #gFooter .fLogo img {
        width: 240px;
    }
    #gFooter .rBox {
        width: auto;
        float: none;
        text-align: left;
    }
    #gFooter .rBox ul {
        margin-bottom: 47px;
        border-top: 1px solid #fff;
    }
    #gFooter .rBox li {
        margin: 0;
        display: block;
    }
    #gFooter .rBox li a {
        padding: 22px 40px 17px;
        display: block;
        font-size: 1.35rem;
        border-bottom: 1px solid #fff;
        background-image: url("../../img/common/icon04.png");
        background-size: 8px auto;
        background-position: right 52px center;
    }
    #gFooter .rBox p {
        text-align: center;
        font-size: 1rem;
        letter-spacing: 1.5px;
    }
}
@media all and (max-width: 374px) {
    #gHeader .hInner .lBox h1 {
        font-size: 1rem;
    }
    #gHeader .hInner .lBox {
        padding-top: 18px;
        padding-bottom: 18px;
    }
}

@media all and (-ms-high-contrast:none){
    #pagePath {
        padding: 9px 0 5px;
    }
}