@charset "utf-8";

/* PC：style_pc.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 {
}
#content,
#footer {
	margin: 0 auto;
	width: 1024px;
}
.inner {
	margin: 0;
	padding: 0 42px;
}
.pcNone {
	display: none;
}
.notes {
	font-size: 0.85em;
	margin: 10px 0 0 0;
}

/*  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: 60px auto 0;
}
@media screen and (max-width: 1000px) {
	#pcNavi ul {
		width: 100%;
	}
}
#pcNavi li {
	float: left;
}
#pcNV01 {
	width: 9.7%;
}
#pcNV02 {
	width: 7.7%;
}
#pcNV03 {
	width: 8.7%;
}
#pcNV04 {
	width: 21.1%;
}
#pcNV05 {
	width: 11.6%;
}
#pcNV06 {
	width: 13.2%;
}
#pcNV07 {
	width: 15.2%;
}
#pcNV08 {
	width: 12.7%;
}
#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: 1em 0;
}
#pcNavi li a span {
	display: block;
	color: #736357;
	font-size: 1.3em;
}
@media screen and (max-width: 880px) {
	#pcNavi li a span {
		font-size: 1.2em;
	}
}

#pcNavi li a:hover {
	border-bottom: 1px solid #da809e;
}
/* ドロップダウンメニュー */
#pcNavi li.drop{
	background-color: white;
	transition: .5s;
}
#pcNavi li.drop:hover{
	background-color:#e5a3b9;
}
#pcNavi li.drop:hover > a{
	color: white;
	border: 0;
}
#pcNavi li ul{
	width: 100%;
	margin: 0;
}
#pcNavi li ul li{
	height: 0;
    overflow: hidden;
    float: none;
    transition: .5s;
    position: relative;
    background-color: white;
}
#pcNavi li ul li:not(:last-child)::after{
	content: "";
	width: 90%;
	display: block;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -45%;
   background:#736357;
}
#pcNavi li.drop ul li:hover{
	background-color: #eee;
}
#pcNavi li.drop ul li a{
	background-color:#eee;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #736357;
	border: 0;
	height: 100%;
	box-sizing: border-box;
	font-size: .8em;
}
#pcNavi li:hover ul li a{
	color: #736357;
	border: 0;
}
#pcNavi li:hover > ul > li{
	height: 3em;
    overflow: visible;
}

/* 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: block;
	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;
	vertical-align: middle;
	text-align: center;
	width: 52px;
}
.drawer-nav .telNumber dl dd {
	padding: 0 0 0 0.9em;
	text-align: left;
	vertical-align: middle;
}
.drawer-nav .telNumber dl dd .sp{
display: none;
}
.drawer-nav .announcementTxt{
font-size: 0.9em;
color:#da809e ;	
margin-top: 1em;
line-height: 1.5;
}

/* Content
------------------------------------------------------------------ */
#home #content {
	background: url(../images/common/bg_content.jpg) repeat;
	padding: 0 0 90px 0;
}

/* article */
#subPage #content article {
	padding: 50px 0 70px 0;
}

/* section */
#content section {
	margin: 60px 0 0 0;
	position: relative;
}
#home #content section {
	margin-top: 0;
}


/* Common Elements
------------------------------------------------------------------ */
/* リンク */
a {
	color: #736357;
	text-decoration: none;
	-webkit-transition: .3s;
	transition: .3s;
}
a:hover {
	opacity: 0.8;
	text-decoration: none;
}
/* triangle */
#content a {
    display: block;
    position: relative;
    width: 100%;
}
#content a:after {
    border: 6px solid #da809e;
    border-top: 6px solid transparent;
    border-left: 6px solid transparent;
    content: '';
    display: block;
    position: absolute;
    bottom: 0; right: 0;
}

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

/* iconScroll */
#content .iconScroll {
	display: none;
	position: absolute;
	top: 3em; right: 4.6%;
	width: 22px;
}

/* headline */
#subPage #content h1 {
	margin: 0 0 40px 0;
	padding: 0 42px;
    text-align: center;
}
#subPage #content h1 > span {
    font-size: 2.5em;
    color: #d6809a;
    font-weight: normal;
    letter-spacing: 0.05em;
}
#subPage #content h2 {
	padding: 0 42px;
    text-align: center;
}

/* lead */
#subPage #content .lead {
	margin: 0;
	padding: 0 42px;
    text-align: center;
}

/* mainvisual */
#subPage #content .mainvisual {
    margin: 40px 0 0 0;
}
#subPage #content .mainvisual img {
    width: 100%;
}

/* border */
#subPage #content .borderTop {
    border-top: 1px solid #ededed;
	padding: 60px 0 0 0;
}
#subPage #content .borderTopDashed {
    border-top: 1px dashed #ededed;
	padding: 60px 0 0 0;
}

/* post */
#content .post {
    border-bottom: 1px dotted #736357;
    color: #736357;
    padding: 35px 0;
    text-align: left;
}
#content .post:first-child {
    border-top: 1px dotted #736357;
}
#content .post a:after {
    content: none;
}
#content .post p {
    display: table-cell;
    vertical-align: middle;
}
#content .post p.postDate {
    width: 130px;
}
#content .post p.postCate {
    padding: 0 15px 0 0;
}
#content .post p.postCate a {
    background: rgba(255,255,255,0.8);
    border: 1px solid #736357;
    border-radius: 16px;
    font-size: 1.6rem;
    padding: 0 22px;
}
#content .post p.new {
    background: #da809e;
    border: 1px solid #da809e;
    border-radius: 16px;
    color: #ffffff;
    font-size: 1.6rem;
    padding: 0 20px;
}
#content .post h3 {
    font-weight: normal;
    margin: 16px 0 0 130px;
}
#content .post h3 a {
    text-decoration: underline;
}
/* discList numList */
p + .discList,
p + .numList {
	margin: 30px 0 10px;
}
.discList,
.numList {
	background: #f9f9f9;
	padding: 30px;
	box-sizing: border-box;
	border-radius: 10px;
}
.discList li,
.numList li {
	list-style-type: none;
	position: relative;
	padding: 0.5em 1em 0.5em 1em;
	box-sizing: border-box;
}
.discList li:before {
	content: "";
	width: 0.5em;
	height: 0.5em;
	position: absolute;
	top: 1.1em; left: 0;
	background: url(../images/common/li_round.png) no-repeat center center;
	background-size: contain;
}
.discList li + li,
.numList li + li {
	border-top: 1px dotted #ccc;
}
.discList li span,
.numList li span {
	color: #d6809a;
	display: block;
}
/* ※付きリスト */
.attentionList {
	margin-top: 1em;
}
.attentionList li {
	list-style-type: none;
	position: relative;
	padding-left: 1em;
	box-sizing: border-box;
	text-indent: -1em;
	font-size: 0.9em;
}
.attentionList li:before {
	content: "※";
	width: 1em;
	height: 1em;
	position: relative;
	top: 0; left: 0;
}
/* 括弧付きリスト */
ol.parentList {
	padding: 1em 1em 1em 3em;
	text-indent: -1.8em;
	margin: 30px 0;
	background: #f9f9f9;
	box-sizing: border-box;
	border-radius: 10px;
}
ol.parentList li{
	list-style-type:none;
	list-style-position:inside;
	counter-increment: cnt;
	padding: 0.25em 0;
}
ol.parentList li:before{
	display: marker;
	content: "(" counter(cnt) ") ";
}
/* referenceLink */
dl.referenceLink {
	margin: 30px 0 0 0;
	padding: 30px;
	border: 1px solid #f0f0f0;
	box-sizing: border-box;
	border-radius: 10px;
}
.referenceLink dt {
	border-left: 5px solid #d6809a;
	padding: 0 0 0 0.5em;
	margin: 0 0 0.5em 0;
	background: #f9f9f9;
}
.referenceLink dd a {
	color: #d6809a;
	text-decoration: underline;
}
.referenceLink dd a:after {
	border: none!important;
}
/* anchorLink */
#subPage #content .anchorLink dd {
	display: none;
}
#subPage #content .anchorLink a:after {
	border: none;
}
#subPage #content .anchorLink dt {
	font-size: 1.4em;
	background: #f0f0f0;
	padding: 32px 42px;
	text-align: center;
}
#subPage #content .anchorLink dt span {
	position: relative;
}
#subPage #content .anchorLink dt span:after {
    border: 8px solid #444444;
    border-bottom: 8px solid transparent;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    content: '';
    margin-top: -4px;
    position: absolute;
    top: 50%; right: -25px;
}
#subPage #content .anchorLink dt.active span:after {
    border-top: 8px solid transparent;
    border-bottom: 8px solid #444444;
    top: 20%;
}
#subPage #content .anchorLink dt.active span + dd {
	display: block;
}
#subPage #content .anchorLink dd li a {
	border-bottom: 1px solid #f0f0f0;
	padding: 16px 42px;
}


/* 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;
}

/* pickup */
/* scroll */
#footer #footer_pickup{
background: url(../images/common/bg_content.jpg);
padding: 50px 0;
}
#footer #footer_pickup .pickupScroll {
    margin: 3em auto 0;
	overflow: hidden;
	width: 940px;
	text-align: center;
}
/* 260px * 10コ
#footer #footer_pickup .scroller {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-o-text-size-adjust: none;
	text-size-adjust: none;
    padding: 0 4.6%;
    width: 2600px;
		box-sizing: content-box;
	z-index: 1;
}
*/
/* list */
#footer #footer_pickup h2{
	text-align: center;
}
#footer #footer_pickup h2 img{
	display: inline-block;
}
#footer #footer_pickup .iconScroll{
	display: none;
}
#footer #footer_pickup ul {
    list-style: none;
    overflow: hidden;
}
#footer #footer_pickup ul li {
    float: left;
    width: 19%;
}
#footer #footer_pickup ul li + li {
	margin-left: 1.25%;
}
#footer #footer_pickup ul li:nth-of-type(5n+1) {
	margin-left: 0;
}
#footer #footer_pickup ul li:nth-of-type(n+6) {
	margin-top: 12px;
}
#footer #footer_pickup ul li a {
    background: #ffffff;
    border-top: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
		display: block;
}
#footer #footer_pickup ul li:last-child a {
    border-right: 1px solid #dddddd;
}
#footer #footer_pickup ul li h3 {
    padding: 1.2em 0;
		font-size: 0.85em;
}
#footer #footer_pickup ul li img {
    width: 100%;
}
#footer #footer_pickup ul li h3 img {
    height: 45px;
    width: auto;
}

/* trouble treatment共通
------------------------------------------------------------------ */
h3 .icon_new {
	display: inline-block;
	height: 1.4em;
	width: auto;
	vertical-align: middle;
	margin-right: 0.3em;
	position: relative;
	top: -0.15em;
}
/* flow */
.flow {
	border-top: 1px solid #dadada;
}
#subPage #content .flow h2 {
	padding: 30px 0;
}
#subPage #content .flow h2 span {
	font-size: 0.7em;
}
.flow ul li {
	list-style-type: none;
	width: 20.5%;
	float: left;
	margin: 40px 0 0 6%;
	position: relative;
}
.flow ul li:nth-child(4n+1) {
	margin: 40px 0 0 0;
}
.flow ul li + li:before {
	content: "";
	position: absolute;
	width: 16px;
	height: 26px;
	background: url(../images/common/arrow_h.png) no-repeat center center;
	background-size: contain;
	top: 50%; left: -15%;
	margin: -13px 0 0 -8px;
}
.flow dt {
	font-size: 0.7em;
	text-align: center;
	background: #f9f9f9;
	border-top: 1px dotted #dadada;
	border-bottom: 1px dotted #dadada;
}
.flow dt span {
	font-size: 1.6em;
	padding: 0 0 0 0.25em;
}
.flow dd {
	padding: 10px 0;
}

/* case */
.case {
	border-top: 1px solid #dadada;
}
.case .inner {
	text-align: center;
}
#subPage #content .case h2 {
	padding: 30px 0;
	border-bottom: 1px dotted #dadada;
}
.case dl {
	width: 46%;
	display: inline-block;
	text-align: center;
	padding: 0 0 60px 0;
	vertical-align: top;
}
.case .inner > dl:nth-of-type(even) {
	margin: 0 0 0 7%;
}
.case .inner > dl:nth-of-type(n+3) {
	border-top: 1px solid #dadada;
}
.case dl dd {
	width: 46%;
	display: inline-block;
	float: left;
	position: relative;
}
.case dl dt {
	padding: 20px 0;
}
.case dl dd + dd {
	float: right;
}
.case dl dd img {
	max-width: 100%;
}
.case dl dd p {
	text-align: center;
}
.case dl dd + dd:before {
	content: "";
	position: absolute;
	width: 16px;
	height: 26px;
	background: url(../images/common/arrow_h.png) no-repeat center center;
	background-size: contain;
	top: 50%; left: -8%;
	margin: -13px 0 0 -8px;
}

/* Q&A */
.qa {
	border-top: 1px solid #dadada;
}
#subPage #content .qa h2 {
	padding: 30px 0;
	border-bottom: 1px dotted #dadada;
}
.qa .inner > dl {
	margin: 30px 0 0 0;
}
.qa .inner > dl > dt {
	border-bottom: 1px dotted #dadada;
}
.qa .inner > dl > dt > dl > dt,
.qa .inner > dl > dd > dl > dt {
	margin: 5px 0;
}
.qa .inner > dl > dt > dl > dt span,
.qa .inner > dl > dd > dl > dt span {
	background: #ccc;
	color: #fff;
	font-size: 1.2em;
	width: 40px;
	text-align: center;
	line-height: 40px;
	float: left;
	border-radius: 5px;
}
.qa .inner > dl > dd > dl > dt span {
	background: #d6809a;
}
.qa .inner > dl > dt > dl > dd,
.qa .inner > dl > dd > dl > dd {
	margin: 0 0 0 60px;
	padding: 8px 0;
}

/* 追随ナビ */
.spFixNav{
	display: none;
}
