@charset "utf-8";

/* PC：style_pc.css
 * **************************************************
 * Site Width
 * Header
 * Global Navigation
 * Breadcrumb List
 * Content
 * Common Elements
 * Page Top
 * Footer
 * **************************************************
 */

/*  Site Width
------------------------------------------------------------------- */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
}
#content,
#footer {
	margin: 0 auto;
	width: 1024px;
}
.inner {
	margin: 0;
	padding: 0 42px;
}

/* main */
#content .main {
	width: 660px;
}

/* side */
#content .side {
	width: 240px;
}

/*  Header（共通）
------------------------------------------------------------------- */
.drawer--navbarTopGutter {
	padding-top: 180px;
}

#header {
	width: 100%;
}
/* Logo */
#header .logo {
	position: relative;
	top: 27px; left: 50%;
	-webkit-transform: translateY(0) translateX(-50%);
	transform: translateY(0) translateX(-50%);
	width: 1024px;
}
#header .logo a {
	position: absolute;
	top: 50%; left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}
#header .logo > img {
	margin-left: 30px;
}

/* headerNavi (PC only) */
#pcNavi ul {
	width: 1024px;
	margin: 70px auto 0;
}
@media screen and (max-width: 1000px) {
	#pcNavi ul {
		width: 100%;
	}
}
#pcNavi li {
	float: left;
}
#pcNV01 {
	width: 13%;
}
#pcNV02 {
	width: 10%;
}
#pcNV03 {
	width: 13%;
}
#pcNV04 {
	width: 17%;
}
#pcNV05 {
	width: 13%;
}
#pcNV06 {
	width: 17%;
}
#pcNV07 {
	width: 17%;
}
#pcNavi li a {
	text-align: center;
	line-height: 1.6;
	font-size: 0.65em;
	color: #cccccc;
	display: block;
	letter-spacing: 0.05em;
	border-bottom: 1px solid #f5f5f5;
	padding: 0 0 1em;
}
#pcNavi li a span {
	display: block;
	color: #736357;
	font-size: 1.4em;
}
@media screen and (max-width: 880px) {
	#pcNavi li a span {
		font-size: 1.2em;
	}
}
#pcNavi li a:hover {
	border-bottom: 1px solid #da809e;
}

/* drawer-container */
.drawer-container {
	max-width: 100%;
}
/* drawer-navbar-header */
.drawer-navbar .drawer-navbar-header {
	border-bottom: none;
	height: 180px;
	text-align: left;
	width: 100%;
}


/* Global Navigation（共通）
------------------------------------------------------------------ */
.drawer-navbar .drawer-nav {
	padding-top: 180px;
}
.drawer--right .drawer-hamburger {
	margin-top: 40px;
	padding: 0;
	position: absolute;
	right: 42px;
	width: 40px;
}
.drawer-hamburger-icon,
.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
	background-color: #736357;
}
.drawer-hamburger-icon:before {
	top: -16px;
}
.drawer-hamburger-icon:after {
	top: 16px;
}
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
	right: 42px;
}
/* drawer-nav */
.drawer--right .drawer-nav {
	font-size: 1.4rem;
	right: -18.5em;
	width: 18.5em;
}
/* list */
.drawer-nav ul {
	border-bottom: 1px solid #cccccc;
	list-style: none;
}
.drawer-nav ul li {
	background: #f3f3f3;
	border-top: 1px solid #cccccc;
}
.drawer-nav ul li a {
	color: #444444;
	display: block;
	padding: 0.8em 6%;
	line-height: 1;
}
.drawer-nav ul li img {
	margin: 0 14px 0 0;
	vertical-align: -0.35em;
	width: 23px;
}
.drawer-nav ul li ul {
	border-bottom: none;
}
.drawer-nav ul li ul li {
	background: #ffffff;
	border-top: 1px dotted #cccccc;
	padding: 0 0 0 37px;
}
/* btnContact */
.drawer-nav .btnContact {
	background: #ffffff;
	padding: 1em 6%;
}
.drawer-nav .btnContact a {
	background: #da809e;
	color: #ffffff;
	display: block;
	padding: 1em 0;
	text-align: center
}
/* telNumber */
.drawer-nav .telNumber {
	background: #ffffff;
	padding: 1.4em 6% 150px 6%;
}
.drawer-nav .telNumber img {
	height: 23px;
	width: auto;
}
.drawer-nav .telNumber dl {
	display: table;
	font-size: 1.1rem;
	margin: 1.4em 0 0 0;
	width: 100%;
}
.drawer-nav .telNumber dl + dl {
	margin-top: 0.8em;
}
.drawer-nav .telNumber dl dt {
	border: 1px solid #cccccc;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 52px;
}
.drawer-nav .telNumber dl dd {
	display: table-cell;
	padding: 0 0 0 0.9em;
	text-align: left;
	vertical-align: middle;
}


/* Breadcrumb List
------------------------------------------------------------------ */
#breadcrumb ol li {
	font-size: 1.4rem;
}
#breadcrumb ol li + li:before {
	content: '>';
	font-size: 0.9em;
	padding: 0 8px 0 10px;
	vertical-align: 0.1em;
}
#breadcrumb ol li a {
	text-decoration: underline;
}
#breadcrumb ol li a:hover {
	text-decoration: none;
}

/* Content
------------------------------------------------------------------ */
#content:after {
	clear: both;
	content: ".";
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden;
}

/* main */
#content .main {
	float: right;
}

/* side */
#content .side {
	float: left;
}

/* Common Elements
------------------------------------------------------------------ */
/* リンク */
a {
	color: #da809e;
	text-decoration: none;
	-webkit-transition: .3s;
	transition: .3s;
}
a:hover {
	opacity: 0.8;
	text-decoration: none;
}

/* image */
img {
	height: auto;
	vertical-align: bottom;
}

/* title */
#title {
	background: url(../images/common/bg_title.jpg) no-repeat center center;
	height: 320px;
	position: relative;
}
#title h1 {
	color: #736357;
	font-size: 3.0rem;
	letter-spacing: 0.04em;
	position: absolute;
	top: 50%; left: 115px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}


/* PageTop（共通）
------------------------------------------------------------------ */
#pageTop {
	width: 40px;
	height: 40px;
	overflow: hidden;
	position: fixed;
	bottom: 10px; left: 50%;
	margin: 0 0 0 472px;
}
#pageTop a {
	display: block;
	height: 0;
	padding: 40px 0 0 0;
	background: url(../images/common/top.png) no-repeat center center;
	background-size: contain;
}
#pageTop a:after {
	border: none!important;
}


/* Footer（共通）
------------------------------------------------------------------ */
#footer {
	color: #ffffff;
}

/* contact */
#footer section {
	background: url(../images/common/bg_contact.jpg) no-repeat center center;
	background-size: cover;
	padding: 80px 0;
	text-align: center;
}
#footer section h2 img {
	height: 30px;
	width: auto;
}
#footer section .telNumber {
	margin: 40px 0;
}
#footer section .telNumber img {
	height: 38px;
	width: auto;
}
#footer section .fRow{
display: flex;
flex-wrap: wrap;
width: 860px;
margin: auto;
}
#footer section dl {
	display: flex;
	margin: 0 20px 20px;
	align-items: top;
}
#footer section dl dt {
	border: 1px solid #ffffff;
	font-size: 1.7rem;
	vertical-align: middle;
	text-align: center;
	width: 90px;
	height: 35px;
	padding-top: 2px;
	
}
#footer section dl dd {
	font-size: 1.8rem;
	padding: 0 0 0 0.9em;
	text-align: left;
	vertical-align: middle;
}
#footer section dl dd .sp{
display: none;
}
#footer section .announcementTxt{
	color: white;
	margin-top: 1.5em;
	font-size: 0.8em;
	line-height: 1.6;
	text-align: left;
	padding-left: 20px;
}
/* footerInfo */
#footer .footerInfo {
	background: #3a322c;
	padding: 50px 0;
	text-align: center;
}
/* socialmediaLink */
#footer .footerInfo .socialmediaLink {
	text-align: center;
}
#footer .footerInfo .socialmediaLink ul {
	font-size: 0;
	list-style: none;
}
#footer .footerInfo .socialmediaLink ul li {
	display: inline-block;
	margin: 0 22px;
	width: 70px;
}
#footer .footerInfo .socialmediaLink ul li img {
	width: 100%;
}
/* list */
#footer .footerInfo dl {
	margin: 55px 0 0 0;
}
#footer .footerInfo dl dd {
	margin: 20px 0 0 0;
}
/* btn */
#footer .btn {
	width: 300px;
	margin: 40px auto 0;
}
#footer .btn img {
	width: 100%;
}

/* footerNav */
#footer .footerInfo .footerNav {
	margin: 50px 0 0 0;
	padding: 0 25%;
}
#footer .footerInfo .footerNav ul {
	display: table;
	list-style: none;
	margin: 0 auto;
	text-align: center;
	width: 100%;
}
#footer .footerInfo .footerNav ul li {
	border-left: 1px solid #615b56;
	display: table-cell;
	font-size: 1.4rem;
	line-height: 1;
}
#footer .footerInfo .footerNav ul li:last-child {
	border-right: 1px solid #615b56;
}
#footer .footerInfo .footerNav ul li a {
	border-bottom: 1px solid #615b56;
	color: #ffffff;
	margin: 0 10px;
}


/* copyRight */
#footer .copyRight {
	background: #3a322c;
	font-size: 1.0rem;
	letter-spacing: 0.05em;
	padding: 2em 0 3em 0;
	text-align: center;
}
