@charset"utf-8";

/* UTYLITY */

.clearfix:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}

.pc-hidden {
  display: block;
}
.sp-hidden {
  display: none;
}

img {
	max-width: 100%;
	width: auto;
}

/*section.anchor {
	padding-top: 20vw;
	margin-top: -20vw;
}*/

@media (min-width: 769px) {
  .sp-hidden {
    display: block;
  }
  .pc-hidden {
    display: none;
  }

img {
	max-width: initial;
	width: auto;
}
a[href^="tel:"] {
    pointer-events: none;
}

/*section.anchor {
	padding-top: 86px;
	margin-top: -86px;
}*/

}


/*[ LAYOUT ] ------------------------------------------*/

#wrapper {
	position: relative;
	overflow: hidden;
}


main {
	display:block;
}

article {
}
.inner {
	max-width: 90vw;
	margin: 0 auto;
	position: relative;
}

@media (min-width: 769px) {
article {
}
.inner {
	max-width: 1005px;
	margin: 0 auto;
}
main {
}


}




/*[ header ] ------------------------------------------*/
header {
	width: 100vw;
	background: #fff;
	z-index: 10;
	height: 20vw;
	position: fixed;
}
header.fixed {
	width: 100vw;
	z-index: 10;
	transition: .2s;
}

header.fixed.hide{
    transform: translateY(-100%);
}

header .inner {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	align-content: center;
}
header h1 {
	width: 36vw;
  background: #cac3aa;
  font-family: 'M PLUS 1c', sans-serif;
  position: absolute;
	z-index: 10;
  padding: 10vw 4vw 5vw;
  left: 0; top: -10px;
  font-size: 4.8vw;
  font-weight: 800;
  text-align: center;
  line-height: 1.25;
}
header h1 .comName {
	display: block;
	text-align: center;
	margin: 0 auto 2.5vw;
	color: #fff;
	font-size: 3.2vw;
  white-space: nowrap;
}
header.fixed h1 {
	padding: 6.8vw 4vw 2.5vw;
  line-height: 1.1;
}
header.fixed h1 .comName {
	font-size: 2.8vw;
	margin: 0 auto 0.5vw;
}

header .drawer-toggle.drawer-hamburger {
	position: absolute;
	background: transparent;
}

header .drawer-toggle.drawer-hamburger span,
header .drawer-toggle.drawer-hamburger span:after,
header .drawer-toggle.drawer-hamburger span:before {
	background: #a69d7e;
	height: 4px;
}
.drawer-open .drawer-toggle.drawer-hamburger span,
.drawer-open .drawer-toggle.drawer-hamburger span:after,
.drawer-open .drawer-toggle.drawer-hamburger span:before {
	background: #fff;
}
.drawer--right.drawer-open .drawer-hamburger{
	right: 0;
}
.drawer-open header .drawer-toggle.drawer-hamburger span {
	background: transparent;
}
.drawer--right.drawer-open .drawer-nav {
}
.drawer--right .drawer-nav {
	right: -100vw;
}

.drawer--top.drawer-open .drawer-nav {
  top: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.drawer--left.drawer-open .drawer-nav,
.drawer--left .drawer-hamburger,
.drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
  left: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.drawer--right.drawer-open .drawer-nav,
.drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
  right: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.drawer-nav {
	padding: 10vw 5vw 5vw;
	background: #d9a569;
	width: 59vw;
	overflow: auto;
 -webkit-overflow-scrolling: touch;
}
.drawer-nav ul {
	padding-bottom: 5vw;
}
.drawer-nav ul.comName {
	text-align: center;
	font-family: 'M PLUS 1c', sans-serif;
	font-size: 3.7333333vw;
	font-weight: 800;
	margin: 2.5vw auto;
}
.drawer-nav ul.comName a {
	display: inline-block;
	font-size: 5.2vw;
	white-space: nowrap;
	margin: 0 -2vw;
	font-weight: 600;
}
.drawer-nav ul.comName a:before {
	display: inline-block;
	content: '';
	width: 7.4666667vw; height: 4.9333333vw;
	background: url(../img/freedial.png) no-repeat;
	background-size: cover;
	margin-right: 0.25rem;
}
.drawer-menu-item {
	padding: 0.75rem 0;
}
.drawer-menu li a,
.drawer-menu li span {
	display: block;
	border-bottom: 1px solid #fff;
	font-size: 4.8vw;
}
.drawer-menu li span {
	color: #666;
}

.drawer-menu li a:hover {
	text-decoration: none;
}
.drawer-nav .sns_link {
	width: 30.6666667vw;
	margin: 0 auto;
}
.drawer-nav .sns_link li {
	display: inline-block;
	margin: 0 1.5vw;

}
.sns_link li a {
	display: block;
	width: 10.5333333vw;
	height: 10.5333333vw;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
li a.insta {
	background: url(../img/insta.png) center center no-repeat;
	background-size: contain;
}
li a.facebook {
	background: url(../img/facebook.png) center center no-repeat;
	background-size: contain;
}
.drawer-overlay {
	background-color: transparent;
}

@media (min-width: 769px) {
header {
	height: 86px;
}
header .inner {
	position: relative;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	align-content: center;
}
header.fixed {
	width: 100vw;
	z-index: 10;
}
header h1 {
	width: 160px;
  padding: 40px 15px 30px;
  left: 0; top: -10px;
  font-size: 24px;
}
header h1 .comName {
	margin: 0 auto 10px;
	font-size: 14px;
}
header.fixed h1 {
  padding: 15px 15px 10px;
}
header.fixed h1 .comName {
	font-size: 14px;
	margin: 0 auto 5px;
}

header .drawer-toggle.drawer-hamburger {
	display: none;
}

.drawer-nav .drawer-menu {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 86px;
}
.drawer-nav {
	margin-left: 250px;
	padding: 0;
	background: transparent;
	width: auto;
	overflow: auto;
 -webkit-overflow-scrolling: touch;

}

.drawer-nav ul {
	padding: 0;
}

.drawer-nav li a,
.drawer-menu li span {
	display: block;
	font-size: 16px;
	padding: 0 1rem;
	border-bottom: none;
	height: 86px;
	display: flex;
	align-items: center;
}
.drawer-nav li a:hover {
	color: #fff;
	background: #000;
}
.drawer-menu-item {
	padding: 0;
}


.drawer-menu li {
}
.drawer-menu li a {
}
.drawer-menu li a:after {
}
.drawer-menu li:after {
}
.drawer--right .drawer-nav {
	position: relative;
	right: auto;
}
.sns_link li a {
	width: 52px;
	height: 52px;
}

}

/*[ common_parts ] ------------------------------------------*/




/*[ aside ] ------------------------------------------*/

aside {
}


@media (min-width: 769px) {
aside {
}
}

/*[ footer ] ------------------------------------------*/

footer {
	background: #cac3aa;
	padding: 5vw 0;
}
footer .inner {
}
footer h1 {
  font-family: 'M PLUS 1c', sans-serif;
  font-weight: 800;
	font-size: 4vw;
}
footer h2 {
  display: inline-block;
  font-family: 'M PLUS 1c', sans-serif;
  font-weight: 600;
  font-size: 6vw;
}
footer h2:before {
	display: inline-block;
	content: '';
	width: 7.4666667vw; height: 4.9333333vw;
	background: url(../img/freedial.png) no-repeat;
	background-size: cover;
	margin-right: 0.25rem;
}
footer h2 + p {
	font-size: 4.2vw;
	padding-bottom: 5vw;
}
footer address {
	font-size: 4.2vw;
	padding-bottom: 5vw;
	font-style: normal;
}
footer .copyright {
	font-size: 2.8vw;
}
footer .footer_link {
	font-size: 4vw;
	display: flex;
	margin: 0 auto 5vw;
	text-align: center;
	justify-content: space-evenly;
}
footer .footer_link li a {
	display: inline-block;
	margin: 0 0.25rem;
}
footer .footer_link li:before {
	content: "｜";
}
footer .footer_link li:last-child:after {
	content: "｜";
}
footer .sns_link {
	display: flex;
	margin: 0 0 5vw;
	justify-content: flex-end;
}
footer .sns_link a {
	margin-left: 2.5vw;
}

footer .pagetop {
	background: #cac3aa;
	position: fixed;
	bottom: 0; right: 5vw;
    height: 15vw;
    width: 15vw;
}
footer .pagetop a {
    display: inline-block;
    text-decoration: none;
	color: #000;
    position:  relative;
	text-indent: 100%;
	white-space: nowrap;
}

footer .pagetop a::before {
    content:  '';
    width: 5vw;
    height: 5vw;
    display:  block;
    border-top: solid 4px;
    border-right: solid 4px;
    transform: rotate(-45deg);
    position:  absolute;
    top: 5vw;
    left: 5vw;
    margin: auto;
}

.pagetop a:hover {
}


@media (min-width: 769px) {
footer {
	padding: 50px 0;
}
footer .inner {
	display: flex;
	justify-content: space-between;
}
footer .inner .box01 {
	flex-grow: 1;
	flex-shrink: 1;
}
footer h1 {
	font-size: 24px;
}
footer h2 {
  font-size: 30px;
}
footer h2:before {
	width: 40px; height: 26px;
	margin-right: 0.25rem;
}
footer h2 + p {
	font-size: 14px;
	padding-bottom: 30px;
}
footer address {
	font-size: 14px;
	padding-bottom: 30px;
}
footer .copyright {
	font-size: 12px;
}
footer .footer_link {
	font-size: 14px;
	margin: 0 auto 50px;
}
footer .footer_link li a {
	display: inline-block;
	margin: 0 1rem;
}
footer .footer_link li:before {
	content: "｜";
}
footer .footer_link li:last-child:after {
	content: "｜";
}
footer .sns_link {
	margin: 0;
	justify-content: flex-end;
}
footer .sns_link a {
	margin-left: 1rem;
}

footer .pagetop {
	right: 2rem;
    height: 60px;
    width: 60px;
}

footer .pagetop a::before {
    width: 20px;
    height: 20px;
    top: 20px;
    left: 20px;
}

}




@media print {
body {
    width: 1200px;
    transform: scale(0.8);
    -moz-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform-origin: 0 0;
    overflow: scroll;
    height: 100vw;
  }
  * {
  }
  a,
  a:visited {
  }
/*  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  } */
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page  {
    size: 210mm 297mm;
    margin: 2cm .5cm;
  }
  select {
    background: #fff !important;
  }

aside {
	padding-top: 0;
  }

  .GlobalHeader {
    position: relative;
    }
  .drawer-toggle,
  .drawer-dropdown-menu {
    display: none;
  }



}
