@charset "utf-8";


/* common.css
----------------------------------------- */
/* @font-face {
	font-family: 'Noto Serif Japanese';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
} */
@font-face {
	font-family: 'Noto Serif Japanese';
	font-style: normal;
	font-weight: 500;
	src: url('../fonts/NotoSerifCJKjp-SemiBold.min.woff') format('woff');
	font-display: swap;
}

html,body{
	width: 100%;
}
body {
	font-family: "Noto Serif Japanese", serif;
	font-size: 14px;
	color: #000;
	line-height:1.8;
	letter-spacing: 0.1em;
	text-align: left;
	font-weight: 500;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: none;
}
a:focus {
	outline: none;
}
.pc {
	display: none !important;
}
.sp {
	display: block !important;
}
input:focus, 
select:focus, 
textarea:focus {
	outline: none;
}
img {
	width: 100%;
	height: auto;
	-webkit-backface-visibility: hidden;
}


/* 共通パーツ
----------------------------------------- */
/* loading */
#contents-wrap {
	opacity: 0;
	transition: all 1.4s;
}
#contents-wrap.fade-in {
	opacity: 1;
}

.loading-img {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 60px;
	height: 60px;
	margin-top: -35px;
	margin-left: -30px;
	text-align: center;
	color: #fff;
	z-index: 2;
	text-align: center;
}
.loading-img img {
	width: 100%;
	height: auto;
}

/* page-sub-ttl */
.page-sub-ttl {
	margin-bottom: 35px;
	text-align: center;
}
.page-sub-ttl span {
	display: inline-block;
	padding-bottom: 12px;
	border-bottom: 2px solid #8f0000;
	font-size: 18px;
}

/* sub-ttl */
.sub-ttl {
	position: relative;
	margin-bottom: 14px;
	padding-left: 24px;
	font-size: 20px;
}
.sub-ttl:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 12px;
	height: 12px;
	margin: -6px 0 0 0;
	border: 1px solid #8f0000;
	border-radius: 50%;
}
.sub-ttl:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 6px;
	height: 6px;
	margin: -3px 0 0 3px;
	border: 1px solid #8f0000;
	border-radius: 50%;
}
.sub-ttl span {
	padding-left: 12px;
	font-size: 13px;
}

/* other */
.temporary-closed {
	display: inline-block;
	margin-top: 8px;
	font-size: 11px;
}





/* header
----------------------------------------- */
.header-inner {
	padding: 20px 0 20px;
	background-color: #533C33;
}
#top .header-inner {
	padding: 30px 0 80px;
}
.header-logo {
	position: relative;
	width: 130px;
	height: auto;
	margin: 0 auto;
	z-index: 100;
}
#top .header-logo {
	width: 150px;
}
.page-ttl-under {
	font-family: 'Crimson Text', serif;
	font-weight: 400;
	padding: 12px 0 12px;
	background-color: #c2ac8c;
	color: #fff;
	font-size: 20px;
	text-align: center;
}

/* slide-menu-btn */
.slide-menu-btn {
	position: absolute;
	top: 26px;
	right: 30px;
	z-index: 10000;
}
.slide-menu-nav {
	box-sizing: border-box;
	display: none;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	padding: 60px 0 70px;
	background-color: rgba(255,255,255,0.9);
	z-index: 9000;
	text-align: center;
}
.slide-menu-nav .gnav a,
.slide-menu-nav .sub-nav-sp a {
	font-family: 'Crimson Text', serif;
	display: inline-block;
	margin: 13px 0;
	font-size: 18px;
	color: #000;
	line-height: 1.4;
	letter-spacing: 0.1em;
	font-weight: 400;
}
.slide-menu-nav .sub-nav-sp {
	position: relative;
	padding-top: 40px;
}
.slide-menu-nav .sub-nav-sp::before {
	content: '';
	display: block;
	position: absolute;
	top: 18px;
	left: 50%;
	width: 5px;
	height: 5px;
	margin-left: -2px;
	background-color: #533C33;
	border-radius: 50%;
}
.slide-menu-nav .lang-nav-sp {
	position: relative;
	padding-top: 40px;
}
.slide-menu-nav .lang-nav-sp::before {
	content: '';
	display: block;
	position: absolute;
	top: 18px;
	left: 50%;
	width: 5px;
	height: 5px;
	margin-left: -2px;
	background-color: #533C33;
	border-radius: 50%;
}
.slide-menu-nav .lang-nav-sp li {
	display: inline-block;
	padding: 0 22px;
}
.slide-menu-nav .lang-nav-sp a {
	font-family: 'Crimson Text', serif;
	display: inline-block;
	margin: 13px 0;
	font-size: 16px;
	color: #000;
	line-height: 1.4;
	letter-spacing: 0.1em;
	font-weight: 400;
}
.slide-menu-nav .lang-nav-sp .chinese a {
	font-family: "Noto Serif Japanese", serif;
	font-size: 13px;
	line-height: 1.4;
	letter-spacing: 0.1em;
	font-weight: 400;
}

/* menu-trigger */
.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all .3s;
	box-sizing: border-box;
}
.menu-trigger {
	position: relative;
	width: 25px;
	height: 17px;
}
.menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #fff;
}
.menu-trigger span:nth-of-type(1) {
	top: 5px;
}
.menu-trigger span:nth-of-type(2) {
	top: 11px;
}
.menu-trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(4px) rotate(-45deg);
	transform: translateY(4px) rotate(-45deg);
	background-color: #533C33;
}
.menu-trigger.active span:nth-of-type(2) {
	-webkit-transform: translateY(-2px) rotate(45deg);
	transform: translateY(-2px) rotate(45deg);
	background-color: #533C33;
}




/* footer
----------------------------------------- */
#footer {
	position: relative;
	margin-top: 70px;
}
#top #footer {
	position: relative;
	margin-top: 100px;
}
.page-top {
	display: block;
	width: 36px;
	height: 30px;
	margin: 0 auto;
}
.footer-inner {
	margin-top: 35px;
}

/* footer-contact-area */
.footer-contact-area {
	font-family: 'Crimson Text', serif;
	font-weight: 400;
	padding: 45px 0 55px;
	background-color: #533C33;
	text-align: center;
	color: #fff;
}
.footer-contact-area h3,
.footer-sns-area h3 {
	margin-bottom: 15px;
	font-size: 21px;
}
.footer-tel {
	font-size: 28px;
	letter-spacing: 0.1em;
	line-height: 1.4;
}
.footer-tel a {
	color: #fff;
}
.footer-tel span {
	font-size: 20px;
}
.footer-open-hour {
	font-family: "Noto Serif Japanese", serif;
	font-size: 11px;
}
.footer-open-hour span {
	font-size: 10px;
}

/* footer-sns-area */
.footer-sns-area {
	font-family: 'Crimson Text', serif;
	font-weight: 400;
	padding: 45px 0;
	background-color: #8f0000;
	text-align: center;
	color: #fff;
}
.sns-list {
	padding-top: 10px;
}
.sns-list a {
	position: relative;
	display: inline-block;
	width: 38%;
	color: #fff;
}
.sns-list a:first-child::after {
	content: '';
	display: block;
	position: absolute;
	top: 5px;
	right: 0;
	width: 1px;
	height: 20px;
	margin: 0;
	background-color: #fff;
}
.facebook-icon-img {
	width: 16px;
	height: auto;
	margin: 0 auto
}
.instagram-icon-img {
	width: 31px;
	height: auto;
	margin: 0 auto
}
.sns-name {
	margin-top: 5px;
	font-size: 12px;
}

/* footer-bottom */
.footer-bottom {
	font-family: 'Crimson Text', serif;
	font-weight: 400;
	padding: 50px 40px 35px;
	background-color: #eaeaea;
}
.footer-link-list {
	margin-bottom: 35px;
}
.footer-bottom li {
	margin-bottom: 11px;
}
.footer-bottom a {
	font-size: 16px;
}
.copyright {
	display: block;
	font-size: 15px;
	text-align: center;
}











/* タブレット向け：760px～1000px */
@media only screen and (min-width: 760px) {
.pc {
	display: block !important;
}
.sp {
	display: none !important;
}
img {
	width: 100%;
	height: auto;
}


/* 共通パーツ
----------------------------------------- */
/* loading */
#contents-wrap {
	opacity: 0;
	transition: all 1.4s;
}
#contents-wrap.fade-in {
	opacity: 1;
}
.loading-img {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 70px;
	height: 70px;
	margin-top: -70px;
	margin-left: -35px;
	text-align: center;
	color: #fff;
	z-index: 2;
	text-align: center;
}
.loading-img img {
	width: 100%;
	height: auto;
}

/* trace-nav-set */
.trace-nav-set {
	display: block;
	position: fixed;
	top: -60px;
	left: 0;
	width: 100%;
	background-color: rgba(255,255,255,0.94);
	z-index: 10000;
	box-shadow:0px 0px 5px -3px #999;
	transition: all .3s;
}
.trace-nav-set.fixed {
	position: fixed;
	top: 0;
	left: 0;
}
.trace-nav-set-inner {
	display: flex;
	width: 86%;
	padding: 5px 0 7px;
	margin: 0 auto 0;
}
.trace-nav-logo {
	width: 36px;
	height: auto;
}
.trace-nav-logo a {
	transition: all .3s;
}
.trace-nav-logo a:hover {
	opacity: 0.4;
}
.trace-nav {
	width: calc(100% - 36px);
	padding-left: 2%;
	text-align: right;
}
.trace-nav li {
	display: inline-block;
	margin-right: 3%;
	vertical-align: middle;
}
.trace-nav li:last-child {
	margin-right: 0;
}
.trace-nav li.gnav05 {
	margin-right: 8%;
}
.trace-nav li a {
	font-family: 'Crimson Text', serif;
	font-weight: 400;
	padding: 0 5px;
	font-size: 14px;
	transition: all .2s;
	color: #333;
}
.trace-nav li a:hover {
	color: #ccc;
}

/* page-sub-ttl */
.page-sub-ttl {
	margin-bottom: 70px;
	text-align: center;
}
.page-sub-ttl span {
	display: inline-block;
	padding-bottom: 16px;
	border-bottom: 2px solid #8f0000;
	font-size: 28px;
	letter-spacing: 0.1em;
}

/* sub-ttl */
.sub-ttl {
	position: relative;
	margin-bottom: 26px;
	padding-left: 30px;
	font-size: 24px;
}
.sub-ttl:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 14px;
	height: 14px;
	margin: -7px 0 0 0;
	border: 1px solid #8f0000;
	border-radius: 50%;
}
.sub-ttl:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 8px;
	height: 8px;
	margin: -4px 0 0 3px;
	border: 1px solid #8f0000;
	border-radius: 50%;
}
.sub-ttl span {
	padding-left: 12px;
	font-size: 14px;
}

/* other */
.temporary-closed {
	display: block;
	margin-top: 10px;
	font-size: 12px;
	text-align: right;
}





/* header
----------------------------------------- */
.header-inner {
	position: relative;
	padding: 55px 0 52px;
	background-color: #533C33;
}
#top .header-inner {
	padding: 105px 0 0;
}
.header-logo {
	position: relative;
	width: 230px;
	height: auto;
	margin: 0 auto;
	z-index: 1000;
}
#top .header-logo {
	width: 230px;
}
.page-ttl-under {
	font-family: 'Crimson Text', serif;
	font-weight: 400;
	padding: 30px 0 32px;
	background-color: #c2ac8c;
	color: #fff;
	font-size: 32px;
	text-align: center;
}

.lang-nav-pc {
	position: absolute;
	top: 16px;
	right: 30px;
}
.lang-nav-pc li {
	display: inline-block;
}
.lang-nav-pc li:last-child {
	margin-left: 24px;
}
.lang-nav-pc a {
	position: relative;
	font-family: 'Crimson Text', serif;
	font-weight: 400;
	font-size: 14px;
	color: #fff;
	transition: all .2s;
}
.lang-nav-pc a:hover {
	opacity: 0.7;
}
.lang-nav-pc .chinese a {
	font-family: "Noto Serif Japanese", serif;
	font-weight: 400;
	font-size: 11px;
}
.sub-nav-pc {
	position: absolute;
	top: 94px;
	right: 28px;
	z-index: 1000;
}
#top .sub-nav-pc {
	position: absolute;
	top: 172px;
	right: 28px;
}
.sub-nav-pc li {
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	line-height: 1.0;
}
.sub-nav-pc a {
	font-family: 'Crimson Text', serif;
	font-weight: 400;
	color: #fff;
	font-size: 15px;
	line-height: 1.0;
	text-align: right;
	transition: all .2s;
}
.sub-nav-pc a:hover {
	opacity: 0.6;
}
.sub-nav-pc .sub-nav01 {
	position: absolute;
	top: 0;
	right: 0;
}
.sub-nav-pc .sub-nav02 {
	position: absolute;
	top: 200px;
	right: 0;
}
.sub-nav-pc .sub-nav03 {
	position: absolute;
	top: 280px;
	right: 0;
}
#top .sub-nav-pc .sub-nav02 {
	position: absolute;
	top: 150px;
	right: 0;
}
.header-nav-pc {
	width: 100%;
	position: absolute;
	top: 64px;
	left: 0;
	z-index: 100;
}
#top .header-nav-pc {
	position: absolute;
	top: 30%;
	left: 0;
}
.header-nav-pc li {
	position: relative;
	margin-bottom: 16px;
}
#top .header-nav-pc li {
	margin-bottom: 1.6%;
}
.header-nav-pc a {
	display: inline-block;
	position: relative;
	padding-left: 7%;
	font-family: 'Crimson Text', serif;
	font-weight: 400;
	color: #fff;
	font-size: 17px;
	letter-spacing: 0.12em;
	line-height: 1.0;
}
#top .header-nav-pc a {
	display: inline-block;
	position: relative;
	padding-left: 7%;
	font-family: 'Crimson Text', serif;
	font-weight: 400;
	color: #fff;
	font-size: 17px;
	letter-spacing: 0.12em;
	line-height: 1.8;
}
.header-nav-pc a::before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 10px;
	height: 10px;
	margin: -5px 0 0 -6px;
	background-color: #fff;
	border-radius: 50%;
	transition: all .2s;
	opacity: 0;
}
.header-nav-pc a:hover::before {
	opacity: 1;
}

/* position-active */
#newline .header-nav-pc .gnav01 a::before,
#archives .header-nav-pc .gnav02 a::before,
#ourshoes .header-nav-pc .gnav03 a::before,
#faq .header-nav-pc .gnav04 a::before,
#blog .header-nav-pc .gnav05 a::before {
	opacity: 1;
	margin: -5px 0 0 14px;
}
#newline .header-nav-pc .gnav01,
#archives .header-nav-pc .gnav02,
#ourshoes .header-nav-pc .gnav03,
#faq .header-nav-pc .gnav04,
#blog .header-nav-pc .gnav05 {
	margin-left: -20px;
}


/* footer
----------------------------------------- */
#footer {
	position: relative;
	margin-top: 140px;
}
#top #footer {
	position: relative;
	margin-top: 160px;
}
.page-top {
	display: block;
	width: 40px;
	height: 33px;
	margin: 0 auto;
	transition: all .2s;
}
.page-top:hover {
	opacity: 0.4;
}
.footer-inner {
	display: flex;
	flex-direction: row-reverse;
	margin-top: 45px;
}

/* footer-contact-area */
.footer-contact-area {
	font-family: 'Crimson Text', serif;
	font-weight: 400;
	width: 50%;
	padding: 100px 0 105px;
	background-color: #533C33;
	text-align: center;
	color: #fff;
}
.footer-contact-area h3,
.footer-sns-area h3 {
	margin-bottom: 60px;
	font-size: 28px;
}
.footer-tel {
	margin-bottom: 5px;
	font-size: 36px;
	letter-spacing: 0.1em;
	line-height: 1.4;
}
.footer-tel a {
	color: #fff;
}
.footer-tel span {
	font-size: 28px;
}
.footer-open-hour {
	font-family: "Noto Serif Japanese", serif;
	font-size: 15px;
}
.footer-open-hour span {
	font-size: 14px;
}

/* footer-sns-area */
.footer-sns-area {
	font-family: 'Crimson Text', serif;
	font-weight: 400;
	width: 50%;
	padding: 100px 0 100px;
	background-color: #8f0000;
	text-align: center;
	color: #fff;
}
.sns-list {
	padding-top: 10px;
}
.sns-list a {
	position: relative;
	display: inline-block;
	width: 32%;
	color: #fff;
	transition: all .2s;
}
.sns-list a:hover {
	opacity: 0.7;
}

.sns-list a:first-child::after {
	content: '';
	display: block;
	position: absolute;
	top: 10px;
	right: 0;
	width: 1px;
	height: 30px;
	margin: 0;
	background-color: #fff;
}
.facebook-icon-img {
	width: 22px;
	height: auto;
	margin: 0 auto
}
.instagram-icon-img {
	width: 41px;
	height: auto;
	margin: 0 auto
}
.sns-name {
	margin-top: 15px;
	font-size: 17px;
}

/* footer-bottom */
.footer-bottom {
	font-family: 'Crimson Text', serif;
	font-weight: 400;
	display: flex;
	padding: 55px 80px 55px;
	background-color: #eaeaea;
}
.footer-link-list {
	width: 85%;
	margin-bottom: 0;
}
.footer-bottom li {
	position: relative;
	display: inline-block;
	margin: 0 45px 0 0;
}
.footer-bottom li.sep-pos {
	padding-right: 55px;
}
.footer-bottom li.sep-pos::after {
	font-family: 'Crimson Text', serif;
	font-weight: 400;
	content: '/';
	display: block;
	position: absolute;
	top: 3px;
	right: 0;
}
.footer-bottom a {
	font-size: 15px;
	transition: all .2s;
}
.footer-bottom a:hover {
	color: #999;
}
.copyright {
	display: block;
	width: 15%;
	font-size: 15px;
	text-align: right;
}


} /* タブレット向けここまで */






/* PC向けレイアウトの指定：1001px～ */
@media only screen and (min-width: 1001px) {


} /* PC向けここまで */






