@charset "utf-8";

/* SP：style_sp.css
 * **************************************************
 * Site Width
 * Header
 * Global Navigation
 * Content
 * Common Elements
 * Page Top
 * Footer
 * **************************************************
 */

/*  Site Width
------------------------------------------------------------------- */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
}
.inner {
	margin: 0;
	padding: 0;
	width: auto;
}

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

#header {
	width: 100%;
}
/* Logo */
#header .logo {
	position: absolute;
	top: 17px; left: 4.6%;
	width: 100%;
}
#header .logo img {
	height: 22px;
	width: auto;
}
#header .logo a {
	position: absolute;
	top: 50%; left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}
#header .logo a img {
	height: 22px;
	width: auto;
}

/* headerNavi (PC only) */
#pcNavi ul {
	display: none;
}

/* drawer-navbar-header */
.drawer-navbar .drawer-navbar-header {
	border-bottom: none;
	height: 55px;
	text-align: left;
}


/* Global Navigation（共通）
------------------------------------------------------------------ */
.drawer-navbar .drawer-nav {
	padding-top: 55px;
}
.drawer--right .drawer-hamburger {
	margin-top: 16px;
	padding: 0;
	position: absolute;
	right: 4.6%;
	width: 20px;
}
.drawer-hamburger-icon,
.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
	background-color: #736357;
}
.drawer-hamburger-icon:before {
	top: -8px;
}
.drawer-hamburger-icon:after {
	top: 8px;
}
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
	right: 6%;
}
/* 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 4.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 4.6%;
}
.drawer-nav .telNumber a {
	padding: 0;
}
.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;
}


/* Content
------------------------------------------------------------------ */



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

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

/* title */
#title {
	background: url(../images/common/bg_title.jpg) no-repeat right bottom;
	background-size: 100%;
	padding-top: 31.3%;
	position: relative;
}
#title h1 {
	color: #736357;
	font-size: 1.6rem;
	letter-spacing: 0.04em;
	position: absolute;
	top: 52%; left: 7%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}


/* PageTop（共通）
------------------------------------------------------------------ */
#pageTop {
	width: 40px;
	height: 40px;
	overflow: hidden;
	position: fixed;
	bottom: 10px;
	right: 0;
}
#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;
	font-size: 1.0rem;
}

/* contact */
#footer section {
	background: url(../images/common/bg_contact.jpg) no-repeat center center;
	background-size: cover;
	padding: 2.8em 0;
	text-align: center;
}
#footer section h2 img {
	height: 19px;
	width: auto;
}
#footer section .telNumber {
	margin: 2.3em 0;
}
#footer section .telNumber img {
	height: 22px;
	width: auto;
}
#footer section .fRow{
display: flex;
flex-wrap: wrap;
width: 88%;
margin: auto;
}
#footer section dl {
	display: flex;
	margin: 1em auto;
	align-items: center;
	width: 100%;
}
#footer section dl:first-child{
align-items: flex-start;
}
#footer section dl dt {
	border: 1px solid #ffffff;
	vertical-align: middle;
	text-align: center;
	width: 65px;
	height: 30px;
	padding-top: 3px;
	font-size: 1.3rem;

}
#footer section dl dd {
	font-size: 1.3rem;
	padding: 0 0 0 0.9em;
	text-align: left;
	vertical-align: middle;
}
#footer section dl dd hr{
margin: 5px 0;
}
#footer section dl dd .pc{
display: none;
}
#footer section .announcementTxt{
	color: white;
	margin-top: 1.5em;
	font-size: 1.2em;
	line-height: 1.6;
	text-align: left;
}
/* footerInfo */
#footer .footerInfo {
	background: #3a322c;
	padding: 3em 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 3%;
	width: 40px;
}
/* list */
#footer .footerInfo dl {
	margin: 3em 0 0 0;
}
#footer .footerInfo dl dt img {
	height: 29px;
	width: auto;
}
#footer .footerInfo dl dd {
	margin: 0.5em 0 0 0;
}
/* btn */
#footer .btn {
	width: 70%;
	margin: 2.5em auto 0;
}
#footer .btn img {
	width: 100%;
}
/* footerNav */
#footer .footerInfo .footerNav {
	margin: 3em 0 0 0;
	padding: 0;
}
#footer .footerInfo .footerNav ul {
	display: table;
	list-style: none;
	text-align: center;
	width: 100%;
}
#footer .footerInfo .footerNav ul li {
	border-left: 1px solid #615b56;
	display: table-cell;
	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 1.1em;
}

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