@charset "UTF-8";

/*
**************************************************************************
*	Toreta now common.css
**************************************************************************/

@media screen and (max-width: 767px) {
}


/* --------------------------------------------------
		common - reset YUI
-------------------------------------------------- */
/**
YUI 3.10.0 (build a03ce0e)
Copyright 2013 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
/** cssreset */
html {
	color: #000;
	background: #FFF;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse:collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
	font-variant: normal;
}
sup {
	vertical-align: text-top;
}
sub {
	vertical-align: text-bottom;
}
input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}
input, textarea, select {
	*font-size: 100%;
}
legend {
	color: #000;
}


/* --------------------------------------------------
		base
-------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}
html {
	font-family: "游ゴシック Medium", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", Meiryo, serif;
	font-size: 62.5%;
	font-weight: 400;
	line-height: 1.65;
	color: #333333;
	word-wrap: break-word;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	height: 100%;
	overflow-y: scroll;
}
body {
	font-size: 1.6rem;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 100vh;
}
a {
	outline: none;
	color: #333333;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
a:hover {
	text-decoration: underline;
}
img {
	vertical-align: bottom;
	max-width: 100%;
}
input, button, textarea, select {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	/*outline: none;*/
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
input::-ms-clear {
	visibility: hidden;
}
input[type="button"],
input[type="submit"] {
	cursor: pointer;
	transition: opacity .2s ease;
	outline: none;
}
input[type="button"]:hover,
input[type="submit"]:hover {
	opacity: 0.8;
}
input[type="text"],
input[type="email"] {
	width: 100%;
	padding: 10px 15px;
	box-sizing: border-box;
	border-radius: 6px 6px;
	border: 1px solid #b4b4b4;
}
textarea {
	resize: vertical;
	width: 100%;
	min-height: 240px;
	padding: 10px 15px;
	box-sizing: border-box;
	border-radius: 6px 6px;
	border: 1px solid #b4b4b4;
}
button {
	cursor: pointer;
	outline: none;
}
label {
	cursor: pointer;
}
input::placeholder,
textarea::placeholder {
	color: #B4B4B4;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #B4B4B4;
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
	color: #B4B4B4;
}
input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px #ffffff inset;
}

@media screen and (max-width: 767px) {
body {
	min-width: 1px;
}
a:hover {
	text-decoration: none;
}
span[data-action="call"] a {
	text-decoration: none;
}
img {
	width: 100%;
	max-width: none;
}
input[type="button"]:hover,
input[type="submit"]:hover {
	opacity: 1;
}
}

/* --------------------------------------------------
		module
-------------------------------------------------- */
.	 {
	font-family: "游ゴシック Medium", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", Meiryo, serif;
}
.m-mincho {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}
.m-cfx:after {
	content: "";
	display: table;
	clear: both;
}
.m-pc {
	display: block;
}
.m-sp {
	display: none;
}
.m-ancher {
}
.m-cts__wrap {
	position: relative;
}
.m-cts__inner {
	position: relative;
	max-width: 960px;
	margin: 0 auto;
	box-sizing: border-box;
}
.m-bold {
	font-weight: 700;
}
.m-center {
	text-align: center;
}
.m-left {
	text-align: left;
}
.m-right {
	text-align: right;
}

@media screen and (max-width: 767px) {
.m-pc {
	display: none;
}
.m-sp {
	display: block;
}
.m-ancher {
	padding-top: 56px;
	margin-top: -56px;
}
.m-cts__wrap {
	padding-top: 56px;
}
.m-cts__inner {
	width: 100%;
	padding: 0 6.4%;
}
}


/* --------------------------------------------------
		parts
-------------------------------------------------- */
.p-cts {
	padding: 80px 0 100px;
	padding-left: 108px;
}
.p-h1__title {
	font-size: 3.2rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
.p-cts {
	padding: 50px 0 60px;
}
.p-h1__title {
	font-size: 2.4rem;
}
}


/* --------------------------------------------------
		header
-------------------------------------------------- */
.header {
	position: fixed;
	z-index: 100;
	top: 0;
	left: -232px;
	width: 320px;
	height: 100%;
	background-color: #ffffff;
	box-shadow: 0 0 30px rgba(0,0,0,0.15);
	transition: left .4s cubic-bezier(0.165, 0.840, 0.440, 1.000);
}
.header.active {
	left: 0;
}
.header .m-cts__inner {
	width: 100%;
	height: 100%;
}
.header-toggle {
	position: absolute;
	z-index: 10;
	top: 0;
	right: 0;
	display: block;
	width: 88px;
	height: 100%;
	transition: opacity .2s ease;
}
.header-toggle:hover {
	opacity: 0.8;
}
.header-toggle:before {
	content: "";
	position: absolute;
	top: calc(50% - 8px);
	left: 32px;
	width: 24px;
	height: 2px;
	background-color: #D5375E;
}
.header-toggle:after {
	content: "";
	position: absolute;
	top: calc(50% + 6px);
	left: 32px;
	width: 24px;
	height: 2px;
	background-color: #D5375E;
}
.header-toggle span {
	position: absolute;
	top: calc(50% - 1px);
	left: 32px;
	width: 24px;
	height: 2px;
	background-color: #D5375E;
}
.header-toggle.active:before {
	top: calc(50% - 1px);
	left: calc(50% - 12px);
	transform: rotate(45deg);
}
.header-toggle.active:after {
	top: calc(50% - 1px);
	left: calc(50% - 12px);
	transform: rotate(135deg);
}
.header-toggle.active span {
	opacity: 0;
}
.header-navi {
	position: absolute;
	top: 50%;
	left: 32px;
	transform: translateY(-50%);
}
.header-navi li {
	margin: 25px 0;
}
.header-navi li a {
	position: relative;
	display: inline-block;
	font-size: 2.0rem;
	font-weight: bold;
	text-decoration: none;
	padding-left: 20px;
}
.header-navi li a:before {
	content: "";
	position: absolute;
	top: calc(50% - 1px);
	left: 0;
	width: 10px;
	height: 2px;
	background-color: #D5375E;
	transition: color .2s ease;
}
.header-navi li a:hover {
	color: #D5375E;
}
.header-qr {
	position: absolute;
	bottom: 20px;
	right: 16px;
}
/* IE */
.isIE .header-navi li a:before {
	top: calc(50% - 5px);
}

@media screen and (max-width: 767px) {
.header {
	top: 0;
	left: 0;
	width: 100%;
	height: 56px;
	background-color: #ffffff;
	box-shadow: 0 0 30px rgba(0,0,0,0.15);
	transition: none;
}
.header-logo {
	position: absolute;
	z-index: 10;
	top: 14px;
	left: 4.2%;
	width: 129px;
	line-height: 1;
}
.header-toggle {
	top: 6px;
	right: 6px;
	width: 44px;
	height: 44px;
}
.header-toggle:hover {
	opacity: 1;
}
.header-toggle:before {
	left: 10px;
}
.header-toggle:after {
	left: 10px;
}
.header-toggle span {
	left: 10px;
}
.header-box {
	position: fixed;
	top: 0;
	left: 100%;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	transition: left .4s cubic-bezier(0.165, 0.840, 0.440, 1.000);
}
.header-box .header-box__inner {
	display: flex;
	justify-content: center;
	align-items: center;;
	height: 100%;
}
.header.active .header-box {
	left: 0;
}
.header-navi {
	position: initial;
	transform: none;
}
.header-navi li a:hover {
	color: #333333;
}
}


/* --------------------------------------------------
		footer
-------------------------------------------------- */

.footer {
	padding: 8px 0;
	background-color: #000000;
	padding-left: 108px;
}
.footer .m-cts__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	color: #ffffff;
	font-size: 1.2rem;
}
.footer-navi {
	letter-spacing: -0.4em;
}
.footer-navi li {
	display: inline-block;
	letter-spacing: 0;
}
.footer-navi li:after {
	content: "|";
	padding: 0 15px;
}
.footer-navi li:last-child:after {
	content: none;
}
.footer-navi li a {
	color: #ffffff;
}
/* IE */
.isIE .footer {
	padding: 10px 0 6px;
}

@media screen and (max-width: 767px) {
.footer {
	padding: 30px 0 15px;
}
.footer .m-cts__inner {
	display: block;
	font-size: 1.4rem;
	text-align: center;
}
.footer-navi {
	margin-bottom: 20px;
}
.footer-navi li {
	display: block;
	margin-bottom: 10px;
}
.footer-navi li:after {
	content: none;
}
/* IE */
.isIE .footer {
	padding: 30px 0 15px;
}
}


/* --------------------------------------------------
		error
-------------------------------------------------- */
.error .error-text {
	text-align: center;
	padding: 50px 0;
}

@media screen and (max-width: 767px) {
}


/* --------------------------------------------------
		wp-pager
-------------------------------------------------- */
.wp-pagenavi {
	margin-top: 50px;
	text-align: center;
	letter-spacing: -0.4em;
}
.wp-pagenavi a,
.wp-pagenavi span {
	letter-spacing: 0;
	display: inline-block;
	margin: 0 6px;
	min-width: 30px;
	height: 30px;
	padding-top: 3px;
	box-sizing: border-box;
	vertical-align: middle;
	transition: color .2s ease;
}
.wp-pagenavi a:hover {
	color: #D5375E;
	text-decoration: none;
}
.wp-pagenavi .current {
	color: #ffffff;
	background-color: #D5375E;
	border-radius: 50% 50%;
}
.wp-pagenavi .previouspostslink {
	position: relative;
	font-size: 0;
	transition: opacity .2s ease;
}
.wp-pagenavi .previouspostslink:hover {
	opacity: 0.8;
}
.wp-pagenavi .previouspostslink:before {
	content: "";
	position: absolute;
	top: calc(50% - 6px);
	left: 10px;
	width: 10px;
	height: 10px;
	border-top: 2px solid #D5375E;
	border-left: 2px solid #D5375E;
	transform: rotate(-45deg);
}
.wp-pagenavi .nextpostslink {
	position: relative;
	font-size: 0;
	transition: opacity .2s ease;
}
.wp-pagenavi .nextpostslink:hover {
	opacity: 0.8;
}
.wp-pagenavi .nextpostslink:before {
	content: "";
	position: absolute;
	top: calc(50% - 6px);
	right: 10px;
	width: 10px;
	height: 10px;
	border-top: 2px solid #D5375E;
	border-left: 2px solid #D5375E;
	transform: rotate(135deg);
}
/* IE */
.isIE .wp-pagenavi a,
.isIE .wp-pagenavi span {
	padding-top: 5px;
}

@media screen and (max-width: 767px) {
.wp-pagenavi {
	margin: 50px -7.33944954128440% 0;
}
.wp-pagenavi a:hover {
	color: #333333;
}
.wp-pagenavi .previouspostslink:hover {
	opacity: 1;
}
.wp-pagenavi .nextpostslink:hover {
	opacity: 1;
}
}


/* --------------------------------------------------
		icheck
-------------------------------------------------- */
.icheckbox,
.iradio {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0.5em 0 0;
	padding: 0;
	width: 20px;
	height: 20px;
	background-image: url(/img/icon_checkbox.png);
	background-size: 200px 20px;
	background-repeat: no-repeat;
	border: none;
	cursor: pointer;
}
.icheckbox {
	background-position: 0 0;
}
.icheckbox.hover {
	background-position: -20px 0;
}
.icheckbox.checked {
	background-position: -40px 0;
}
.icheckbox.disabled {
	background-position: -60px 0;
	cursor: default;
}
.icheckbox.checked.disabled {
	background-position: -80px 0;
}
.iradio {
	background-position: -100px 0;
}
.iradio.hover {
	background-position: -120px 0;
}
.iradio.checked {
	background-position: -140px 0;
}
.iradio.disabled {
	background-position: -160px 0;
	cursor: default;
}
.iradio.checked.disabled {
	background-position: -180px 0;
}

@media screen and (max-width: 767px) {
}


/* --------------------------------------------------
		margin
-------------------------------------------------- */
.mb00 { margin-bottom: 0; }
.mb05 { margin-bottom: 5px; }
.mb10 { margin-bottom: 10px; }
.mb20 { margin-bottom: 20px; }
.mb30 { margin-bottom: 30px; }
.mb40 { margin-bottom: 40px; }
.mb50 { margin-bottom: 50px; }
.mb60 { margin-bottom: 60px; }
.mb70 { margin-bottom: 70px; }
.mb80 { margin-bottom: 80px; }
.mb90 { margin-bottom: 90px; }
.mb100 { margin-bottom: 100px; }

.mt00 { margin-top: 0; }
.mt05 { margin-top: 5px; }
.mt10 { margin-top: 10px; }
.mt20 { margin-top: 20px; }
.mt30 { margin-top: 30px; }
.mt40 { margin-top: 40px; }
.mt50 { margin-top: 50px; }
.mt60 { margin-top: 60px; }
.mt70 { margin-top: 70px; }
.mt80 { margin-top: 80px; }
.mt90 { margin-top: 90px; }
.mt100 { margin-top: 100px; }

@media screen and (max-width: 767px) {
.smb00 { margin-bottom: 0; }
.smb05 { margin-bottom: 5px; }
.smb10 { margin-bottom: 10px; }
.smb20 { margin-bottom: 20px; }
.smb30 { margin-bottom: 30px; }
.smb40 { margin-bottom: 40px; }
.smb50 { margin-bottom: 50px; }
.smb60 { margin-bottom: 60px; }
.smb70 { margin-bottom: 70px; }
.smb80 { margin-bottom: 80px; }
.smb90 { margin-bottom: 90px; }
.smb100 { margin-bottom: 100px; }

.smt00 { margin-top: 0; }
.smt05 { margin-top: 5px; }
.smt10 { margin-top: 10px; }
.smt20 { margin-top: 20px; }
.smt30 { margin-top: 30px; }
.smt40 { margin-top: 40px; }
.smt50 { margin-top: 50px; }
.smt60 { margin-top: 60px; }
.smt70 { margin-top: 70px; }
.smt80 { margin-top: 80px; }
.smt90 { margin-top: 90px; }
.smt100 { margin-top: 100px; }
}


/* --------------------------------------------------
		プリント
-------------------------------------------------- */
@media print {
html,
body {
	width: 1100px;
}
}



/* --------------------------------------------------
		app-links アプリへの導線リンク
-------------------------------------------------- */
.app-links {
	display: flex;
	margin: 0px auto;
	max-width: calc(100vw - 80px);
	justify-content: center;
	text-align: center;
}
.about .app-links {
	display: none;
}
.app-links a {
	display: block;
	position: relative;
	margin: 16px 12px 0px;
	width: 375px;
	height: 56px;
	background-color: #fff;
	border-radius: 28px;
	font-size: 2rem;
	font-weight: 700;
	line-height: 56px;
}
.about .app-links a {
	box-shadow: 0px 2px 4px rgba(0,0,0,0.5);
}
.app-links a:hover {
	text-decoration: none;
}
.app-links a.app-links__search {
	background: linear-gradient(to right top, #EC1F50, #FF7202);
	color: #fff;
}
.app-links a.app-links__search::after {
	display: inline-block;
	margin-left: 0.5em;
	width: 20px;
	height: 100%;
	background: url(../img/top/icon_window.svg) center 50% / 100% auto no-repeat;
	content: "";
	vertical-align: top;
}
@media screen and (min-width: 768px) {
/* iPadでは表示 */
.isTouch.PC.ios .about .app-links {
	display: flex;
	margin-top: 50px;
}

}
@media screen and (max-width: 767px) {
.app-links {
	display: block;
	max-width: none;
}
.about .app-links {
	display: block;
}
.app-links a {
	margin: 16px auto;
	width: 87.2%;
	height: 45px;
	font-size: 1.6rem;
	line-height: 45px;
}
.about .app-links a {
	width: 100%;
}
.app-links a.app-links__search::after {
	width: 16px;
}
}

/* --------------------------------------------------
		footer共通化
-------------------------------------------------- */
.footer_app_area{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: auto;
	background-image: url(../img/top/visual_bg.jpg);
	background-position: center center;
	background-size: cover;
	height:335px;
	padding-left: 88px;
}
.footer_app_area .text{
	color:#fff;
	font-size:27px;
	font-weight: bold;
	letter-spacing: 1.04px;
	text-align: center;
	padding-top: 90px;
}
.footer-text {
	margin-right: 60px;
	color: #fff;
	font-size: 3.2rem;
	font-weight: 700;
	text-align: center;
}
.footer-text small {
	display: block;
	font-size: 1.6rem;
}

.footer_app_area .app-links {
	display: block;
	margin: 0px;
	width: 375px;
}
.footer_app_area .app-links a {
	margin: 0px 0px 20px;
	width: auto;
}
.footer_app_area .btn-box{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 20px;
}
.footer_app_area .btn{
	margin:0 15px;
}
.footer_app_area .btn.icon{
	width:92px;
}
.footer_app_area .btn.icon .icon {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	border-radius: 20px 20px;
}
.footer_app_area .btn.app{
	width:195px;
}
.footer_app_area .btn.google{
	width:220px;
}
@media screen and (max-width: 767px) {
	.footer_app_area{
		display: none;
	}
}

@media screen and (max-width: 767px) {
	.p-download {
	}
	.p-download .title {
		font-size: 2.4rem;
		font-weight: bold;
		text-align: center;
		margin-bottom: 15px;
	}
	.p-download .box {
		text-align: center;
		letter-spacing: -0.4em;
		display: flex;
	    align-items: center;
	}
	.p-download .box > * {
		display: inline-block;
		letter-spacing: 0;
		margin: 0 8px;
	}
	.p-download .icon {
		width: 20.79510703363914%;
		box-shadow: 0 0 10px rgba(0,0,0,0.2);
		border-radius: 10px 10px;
	}
	.SP.ios .p-download .button.app{
		display: inline-block;
		width: 60%;
	}
	.SP.ios .p-download .button.google{
		display: none;
	}
	.SP.android .p-download .button.google{
		display: inline-block;
		width: 60%;
	}
	.SP.android .p-download .button.app{
		display: none;
	}

	.PC .p-download .button{
		display: none;
	}
	.PC .p-download .button.pc{
		display: block;
	}
	.SP .p-download .button.pc{
		display: none !important;
	}
}

@media screen and (max-width: 767px) {
	.p-download.bg {
		background: url(../img/top/visual_bg.jpg) no-repeat center/cover;
		color: #fff;
		padding: 50px 0px;
	}
	.p-download.bg .title {
		font-size: 2rem;
		font-weight: bold;
		text-align: center;
		margin-bottom: 25px;
	}
	.p-download.bg .title small {
		display: block;
		font-size: 1.6rem;
	}
	.p-download.bg .box {
		justify-content: center;
		text-align: center;
		letter-spacing: -0.4em;
		display: flex;
	    align-items: center;
	}
	.p-download.bg .box > * {
		display: inline-block;
		letter-spacing: 0;
		margin: 0 8px;
	}
	.p-download.bg .icon {
		width: 20.79510703363914%;
		box-shadow: 0 0 10px rgba(0,0,0,0.2);
		border-radius: 10px 10px;
	}
	.SP.ios .p-download.bg .button.app{
		flex: 1;
		display: inline-block;
		width: 60%;
	}
	.SP.ios .p-download.bg .button.google{
		display: none;
	}
	.SP.android .p-download.bg .button.google{
		flex: 1;
		display: inline-block;
		width: 60%;
	}
	.SP.android .p-download.bg .button.app{
		display: none;
	}

	.PC .p-download.bg .button{
		display: none;
	}
	.PC .p-download.bg .button.pc{
		display: block;
	}
	.SP .p-download.bg .button.pc{
		display: none !important;
	}
}

/* --------------------------------------------------
		サービス提供エリア
-------------------------------------------------- */
.service-area .area-title {
  position: relative;
  margin: 46px 0;
  font-size: 20px;
  font-weight: bold;
  color: #D5375E;
  text-align: center;
}
.service-area .area-title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 100%;
  height: 1px;
  background: #D2D2D2;
}
.service-area .area-title span {
  position: relative;
  padding: 0 30px;
  background: #fff;
  z-index: 2;
}
.service-area .areas-list.sp {
  display: none;
}
.service-area .p-h3__title {
  margin: 27px 0;
  font-weight: bold;
}
.service-area .modify-date {
  margin-top: 50px;
  padding-top: 24px;
  border-top: 1px solid #D2D2D2;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .service-area .areas-list.pc {
    display: none;
  }
  .service-area .areas-list.sp {
    display: block;
  }
}
