@charset "UTF-8";


/*
*******************************************************************************************************
# reset
*******************************************************************************************************
*/

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-feature-settings: "palt";
	letter-spacing: 0.03em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	letter-spacing: 0.1em;
	font-weight: normal;
}

th,
dl {
	font-weight: normal;
}

body {
	line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

nav ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

img {
	max-width: 100%;
	vertical-align: bottom;
	image-rendering: -webkit-optimize-contrast;
}

/* change colours to suit your needs */
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

/* change colours to suit your needs */
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title],
dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}

input,
select {
	vertical-align: middle;
}

ul,
ol {
	list-style: none;
}

/* form reset 

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type='checkbox'],
input[type='radio'] {
  display: none;
}

input[type='submit'],
input[type='button'],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}
*/

/*共通
-------------------------------------------*/

.fadein {
	opacity: 0;
	transition: .8s;
}

.fadein-active {
	opacity: 1.0;
}

html {
	font-size: 62.5%;
}

body {
	font-size: 1.4rem;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	font-weight: 400;
	font-feature-settings: "palt";
}

@media (min-width:992px) {
	body {
		font-size: 1.7rem;
	}
}

.h-container a {
	color: #684f2d;
	text-decoration: none;
}

a:hover {
	opacity: .5;
	transition: .3s;
}

/*----------------------------------------------------
ヘッダー 
-----------------------------------------------------*/

/*PC*/

header {
	background: #fff;
	font-size: 15px;
	position: absolute;
	width: 100%;
	z-index: 100;
}

header.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
}

header a:hover {
	text-decoration: none;
}

main {
	padding-top: 60px;
}

@media (min-width:1050px) {

	.h-sp-menu,
	.h-sp-tel {
		display: none;
	}

	.h-container {
		padding: 40px;
		transition: .3s;
		display: flex;
	}

	header.fixed .h-container {
		padding: 20px 40px;
		transition: .3s;
	}

	.h-nav {
		margin-left: auto;
	}

	.h-nav li {
		display: table-cell;
		line-height: 1.3em;
		vertical-align: bottom;
	}

	.h-nav-01-text a {
		font-size: 15px;
		padding-top: 4px;
		display: block;
	}

	.h-nav-01 {
		display: flex;
		justify-content: flex-end;
	}

	.h-nav-01 li {
		padding-left: 20px;
	}

	.h-nav-01-tel {
		font-size: 28px;
		line-height: 1em !important;
	}

	.h-nav-01-tel svg {
		height: 22px;
		margin-right: 7px;
		fill: #684f2d;
	}

	.h-nav-01-btn a {
		color: #fff;
		background: rgba(236, 92, 147, 1);
		padding: 5px 40px;
		border-radius: 5px;
	}

	.h-nav-02 {
		margin-top: 15px;
	}

	.h-nav-02 li a {
		display: block;
		padding: 0 0 0 16px;
	}

	.h-logo img {
		width: 300px;
	}

	main {
		padding-top: 142px;
	}

}

@media (min-width:1160px) {
	.h-nav-02 li a {
		padding: 0 0 0 35px;
	}

	main {
		padding-top: 150px;
	}
}

@media (min-width:1360px) {

	header {
		font-size: 17px;
	}

	.h-nav-02 li a {
		padding: 0 0 0 40px;
	}

	.h-logo img {
		width: auto;
	}
}


/*SP*/
@media (max-width:1049.9px) {
	.h-container {
		height: 60px;
	}

	.h-logo {
		padding: 10px 0 0 15px;
	}

	.h-logo img {
		width: auto;
		height: 40px;
	}

	.h-sp-tel {
		position: absolute;
		width: 60px;
		height: 60px;
		top: 0;
		right: 60px;
		z-index: 10;
		border: none;
		text-align: center;
	}

	.h-sp-tel svg {
		margin-top: 20px;
		width: 16px;
		fill: rgba(236, 92, 147, 1);
	}

	.h-sp-menu-txt {
		text-align: center;
		position: absolute;
		top: 5px;
		width: 100%;
		font-size: 8px;
		color: rgba(236, 92, 147, 1);
		font-weight: bold;
	}


	.h-sp-menu {
		position: absolute;
		top: 0px;
		right: 0px;
		width: 60px;
		height: 60px;
		z-index: 10;
	}

	.h-sp-menu-btn {
		background: none;
		border: none;
		cursor: pointer;
		display: block;
		width: 30px;
		height: 32px;
		position: absolute;
		top: 25px;
		left: 15px;
	}

	.h-sp-menu-btn span {
		position: absolute;
		left: 0;
		width: 30px;
		height: 2px;
		background-color: rgba(236, 92, 147, 1);
		z-index: 10;
	}

	.h-sp-menu-btn span:nth-of-type(1) {
		top: 0;
	}

	.h-sp-menu-btn span:nth-of-type(2) {
		top: 10px;
	}

	.h-sp-menu-btn span:nth-of-type(3) {
		top: 20px;
	}

	.h-sp-menu-btn.active span:nth-of-type(1) {
		-webkit-transform: translateY(11px) rotate(45deg);
		transform: translateY(11px) rotate(45deg);
		transition: .2s;
	}

	.h-sp-menu-btn.active span:nth-of-type(2) {
		opacity: 0;
	}

	.h-sp-menu-btn.active span:nth-of-type(3) {
		-webkit-transform: translateY(-10px) rotate(-45deg);
		transform: translateY(-10px) rotate(-45deg);
		transition: .2s;
	}

	.h-nav {
		position: fixed;
		top: 0;
		right: 0;
		z-index: 10;
		width: 100vw;
		height: 100vh;
		opacity: 0;
		background: rgba(255, 255, 255, 0.95);
		transition: all 0.3s ease-in-out;
		visibility: hidden;
		display: flex;
		flex-direction: column-reverse;
		justify-content: center;
		padding: 0 20px 0 20px;
		box-sizing: border-box;
	}

	.h-nav.active {
		right: 0;
		opacity: 1;
		-moz-transform: translateX(0);
		-webkit-transform: translateX(0);
		transform: translateX(0);
		visibility: visible;
	}

	.h-nav li {
		list-style-type: none;
		border-bottom: 1px solid #ddd;
	}

	.h-nav li a {
		display: block;
		padding: 15px;
	}

	.h-nav-01-tel {
		display: none;
	}

	li.h-nav-01-btn {
		border-bottom: none;
		padding-top: 12px;
	}

	.h-nav li.h-nav-01-btn a {
		color: #fff;
		background: rgba(236, 92, 147, 1);
		padding: 10px 15px;
		border-radius: 5px;
	}
}


/*----------------------------------------------------
フッター
-----------------------------------------------------*/

footer {
	line-height: 1.4em;
	color: #8A725D;
	margin-top: 40px;
}

.f-container {
	max-width: auto;
}

footer a {
	color: #8A725D;
	text-decoration: none;
}

.f-container {
	padding: 20px;
}

.f-box-01 {
	background: #FFF9F2;
}

.f-box-01-01,
.f-box-02-01 {
	text-align: center;
}

.f-box-01-01 {
	font-size: 13px;
}

.f-box-01-02 {
	margin-top: 10px;
}

.f-logo-01 img {
	width: 197px;
}

.f-logo-02 img {
	width: 100px;
}

footer li {
	line-height: 2em;
}

.f-nav-01 li {
	width: 49%;
	display: inline-block;
}

.f-privacypolicy {
	font-size: 85%;
	color: #684f2d;
	margin-top: 10px;
}

.f-copyright {
	font-size: 85%;
	color: #999;
}

@media (min-width:992px) {
	footer {
		font-size: 16px;
		margin-top: 100px;
	}

	.f-container {
		display: flex;
		padding: 30px 40px;
	}

	.f-box-01-02,
	.f-box-02-02 {
		margin-left: auto;
	}

	.f-nav-01 li {
		width: auto;
		padding-left: 2em;
	}

	.f-box-01-01 {
		text-align: left;
		font-size: 15px;
		line-height: 1.4em;
	}

	.f-logo-01 img {
		width: 350px;
	}

	.f-logo-02 {
		padding-right: 30px;
	}

	.f-logo-02 img {
		width: auto;
		margin-top: -10px;
	}

	.f-box-02-01 {
		text-align: left;
	}

	.f-nav-02 {
		display: flex;
		flex-wrap: wrap;
	}

	.f-nav-02 li {
		width: 30%;
		display: inline-block;
		margin-left: 0;
		margin-right: 5%;
	}

	.f-nav-02 li:nth-child(3n) {
		margin-right: 0;
	}

	.f-privacypolicy {
		text-align: right;
	}

	.f-copyright {
		text-align: right;
	}
}



/*----------------------------------------------------
余白
-----------------------------------------------------*/

.c-container {
	padding-left: 25px;
	padding-right: 25px;
	margin-left: auto;
	margin-right: auto;
}

.c-w-1000 {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.c-w-960 {
	max-width: 1010px;
	margin-left: auto;
	margin-right: auto;
}

.c-w-900 {
	max-width: 950px;
	margin-left: auto;
	margin-right: auto;
}

.c-w-840 {
	max-width: 890px;
	margin-left: auto;
	margin-right: auto;
}

.c-w-800 {
	max-width: 850px;
	margin-left: auto;
	margin-right: auto;
}

.c-w-700 {
	max-width: 750px;
	margin-left: auto;
	margin-right: auto;
}

.c-w-600 {
	max-width: 650px;
	margin-left: auto;
	margin-right: auto;
}

@media only screen and (max-width: 991.9px) {
	.c-w-sp-70p {
		width: 70%;
		max-width: 350px;
	}
}

.c-pt-s {
	padding-top: 30px;
}

.c-pb-s {
	padding-bottom: 30px;
}

.c-pt-m {
	padding-top: 45px;
}

.c-pb-m {
	padding-bottom: 45px;
}

.c-mb-0 {
	margin-bottom: 0 !important;
}

.c-mt-0 {
	margin-top: 0 !important;
}


@media only screen and (max-width:991.9px) {
	.c-mt-sp-05 {
		margin-top: 5px;
	}

	.c-mt-sp-10 {
		margin-top: 10px;
	}

	.c-mt-sp-15 {
		margin-top: 15px;
	}

	.c-mt-sp-20 {
		margin-top: 20px;
	}

	.c-mt-sp-30 {
		margin-top: 30px;
	}

	.c-mt-sp-40 {
		margin-top: 40px;
	}

	.c-mt-sp-50 {
		margin-top: 50px;
	}

	.c-mt-sp-60 {
		margin-top: 60px;
	}

	.c-mt-sp-70 {
		margin-top: 70px;
	}

	.c-mt-sp-80 {
		margin-top: 80px;
	}

	.c-mt-sp-90 {
		margin-top: 90px;
	}

	.c-mt-sp-100 {
		margin-top: 100px;
	}
}

@media only screen and (min-width: 992px),
print {
	.c-pt-s {
		padding-top: 60px;
	}

	.c-pb-s {
		padding-bottom: 60px;
	}

	.c-pt-m {
		padding-top: 120px;
	}

	.c-pb-m {
		padding-bottom: 120px;
	}

	.c-mt-lg-05 {
		margin-top: 5px;
	}

	.c-mt-lg-10 {
		margin-top: 10px;
	}

	.c-mt-lg-15 {
		margin-top: 15px;
	}

	.c-mt-lg-20 {
		margin-top: 20px;
	}

	.c-mt-lg-25 {
		margin-top: 25px;
	}

	.c-mt-lg-30 {
		margin-top: 30px;
	}

	.c-mt-lg-40 {
		margin-top: 40px;
	}

	.c-mt-lg-50 {
		margin-top: 50px;
	}

	.c-mt-lg-60 {
		margin-top: 60px;
	}

	.c-mt-lg-70 {
		margin-top: 70px;
	}

	.c-mt-lg-80 {
		margin-top: 80px;
	}

	.c-mt-lg-90 {
		margin-top: 90px;
	}

	.c-mt-lg-100 {
		margin-top: 100px;
	}

	.c-mt-lg-110 {
		margin-top: 110px;
	}

	.c-mt-lg-120 {
		margin-top: 120px;
	}
}


/*----------------------------------------------------
フォント
-----------------------------------------------------*/

.c-mincho,
h1,
h2,
h3 {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.c-text-center {
	text-align: center;
}

.c-text-right {
	text-align: right;
}

.c-text-left {
	text-align: left;
}

.c-text-underline {
	text-decoration: underline;
}

@media (min-width:768px) {
	.c-text-md-center {
		text-align: center;
	}
}

@media only screen and (min-width: 992px),
print {
	.c-text-lg-center {
		text-align: center;
	}

	.c-text-lg-left {
		text-align: left;
	}
}

.c-fs-xl {
	font-size: 1.6rem;
}

.c-fs-l {
	font-size: 1.5rem;
}

.c-fs-m {
	font-size: 1.4rem;
}

.c-fs-s {
	font-size: 1.3rem;
	line-height: 1.5;
}

.c-fs-xs {
	font-size: 1.2rem;
}


@media only screen and (min-width: 992px),
print {
	.c-fs-xl {
		font-size: 1.9rem;
	}

	.c-fs-l {
		font-size: 1.8rem;
	}

	.c-fs-m {
		font-size: 1.6rem;
	}

	.c-fs-xs {
		font-size: 1.4rem;
	}
}

.c-ls-0 {
	letter-spacing: 0 !important;
}

.c-fw-bold {
	font-weight: bold;
}

dl.c-att-01 {
	line-height: 1.5em;
}

dl.c-att-01 dd {
	margin: -1.5em 0 0 1.2em;
}

.c-c-pink {
	color: #EC74A2;
}

.c-c-brown {
	color: #8A725D;
}

/*----------------------------------------------------
ページタイトル、見出し、文字、画像、リスト
-----------------------------------------------------*/

/*見出し*/
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 400;
	margin-bottom: 0;
	font-style: normal;
	font-feature-settings: "palt";
	letter-spacing: 0.1em;
	font-weight: 400;
	font-size: 14px;
}

.no-ls {
	letter-spacing: 0 !important;
}

.c-pagettl {
	padding: 50px 20px;
	text-align: center;
	background: #f2f2f2;
	margin-bottom: 30px;
	color: #8A725D;
	font-weight: bold;
	letter-spacing: 0.05em;
}

.c-pagettl-txt {
	font-size: 24px;
	color: rgba(236, 92, 147, 1);
	letter-spacing: 0.3em;
}

.c-mds-01 {
	font-size: 24px;
	color: #8A725D;
	line-height: 1.4em;
	margin-bottom: 1em;
	text-align: center;
}

.c-mds-02 {
	font-size: 20px;
	color: #8A725D;
	border-bottom: 1px solid #8A725D;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.c-mds-03 {
	font-size: 18px;
	line-height: 1.5em;
	margin-bottom: 0.5em;
}

.c-mds-01+.c-mds-03 {
	margin-top: -1em;
}

.c-mds-04 {
	font-size: 16px;
	color: #000;
}




@media (min-width:992px) {

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		font-size: 18px;
	}

	.c-pagettl {
		padding: 110px 20px;
		margin-bottom: 70px;
	}

	.pagettl-txt {
		font-size: 38px;
	}

	.c-mds-01 {
		font-size: 32px;
	}

	.c-mds-02 {
		font-size: 22px;
		margin-bottom: 30px;
	}

	.c-mds-03 {
		font-size: 20px;
	}

	.c-mds-04 {
		font-size: 20px;
	}

	.c-mds-05 {
		font-size: 28px;
	}

}


/*リスト*/

.c-list-01 li {
	padding-left: 1em;
	line-height: 1.8em;
	position: relative;
}

.c-list-01 li:before {
	content: "";
	display: inline-block;
	width: 12px;
	height: 1.8em;
	background: url("../img/common/icn-circle-01.svg") no-repeat 3px center;
	position: absolute;
	left: 0;
}

.c-ol-01 {
	margin-left: 1.3em;
	list-style: decimal;
}

/*その他*/
main img {
	max-width: 100%;
}


main {
	line-height: 1.8em;
	color: #444;
	position: relative;
}

main a {
	color: #8A725D;
	;
	text-decoration: underline;
}

.fs-small {
	font-size: 85%;
}

@media (min-width:756px) {
	.att-01 dd {
		padding-left: 1.2em;
		margin-top: -1.8em;
	}


	.att-02 dd {
		padding-left: 2.2em;
		margin-top: -1.8em;
	}

	.att-07 dd {
		padding-left: 10em;
		margin-top: -1.8em;
	}
}

/*表ボックス*/

@media (max-width:991.9px) {

	.c-table-box-01 {
		width: 100%;
		overflow-x: auto;
		padding-bottom: 10px;
	}

	.w-10em {
		width: 10em;
	}
}


/*表01*/

.c-table-01 {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.c-table-01 th {
	background: #FFF9F2;
	font-weight: bold;
}

.c-table-01 th,
.c-table-01 td {
	padding: 0.8em;
	border: 1px solid #ddd;
	line-height: 1.5em;
	vertical-align: middle;
}

.c-table-01-time {
	color: #fff;
	background: #f07da9;
	text-align: left !important;
}

.c-table-01-day {
	background: #f1f1f1;
}

.c-table-01-space {
	border: none !important;
}


/*表02*/

.c-table-02 {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.c-table-02 th,
.c-table-02 td {
	padding: 0.5em;
	border: 1px solid #ddd;
	font-weight: normal;
	line-height: 1.5em;
}

.c-table-02 td {
	background: #fff;
}

.c-table-02 th {
	background: #FFF9F2;
	font-weight: bold;
}


/*表03*/

.c-table-03 {
	border-top: 1px solid #ddd;
	width: 100%;
	text-align: left;
}

.c-table-03 td,
.c-table-03 th {
	padding: 0.8em;
	border-bottom: 1px solid #ddd;
	vertical-align: top;
}

.c-table-03 th {
	min-width: 4.6em;
}

/*表 スマホでは文字を小さく*/
@media (max-width:991.9px) {
	.c-table-sp-fs-small {
		font-size: 85%;
	}
}


/*----------------------------------------------------
display
-----------------------------------------------------*/

.c-d-none {
	display: none;
}

.c-d-iblock {
	display: inline-block;
}

.c-d-flex {
	display: flex;
	flex-wrap: wrap;
}

.c-flex-rowreverse {
	flex-direction: row-reverse;
}

.c-flex-aligncenter {
	align-items: center;
}

@media (min-width:768px) {
	.c-d-md-block {
		display: block;
	}

	.c-d-md-none {
		display: none;
	}

	.c-d-md-flex {
		display: flex;
	}

	.c-d-md-inline {
		display: inline;
	}

	.c-col-md-6 {
		width: 48%;
	}

	.c-col-md-6:nth-child(1) {
		margin-left: 0;
		margin-right: auto;
	}

	.c-col-md-6:nth-child(1) {
		margin-left: 0;
		margin-right: auto;
	}

	.c-flex-rowreverse .c-col-md-6:nth-child(1) {
		margin-left: auto;
		margin-right: 0;
	}
}

@media only screen and (min-width: 992px),
print {
	.c-d-lg-block {
		display: block;
	}

	.c-d-lg-iblock {
		display: inline-block;
	}

	.c-d-lg-none {
		display: none;
	}

	.c-d-lg-flex {
		display: flex;
	}

	.c-flex-rowreverse {
		flex-direction: row-reverse;
	}

	.c-col-lg-6 {
		width: 48%;
	}

	.c-col-lg-6:nth-child(1) {
		margin-left: 0;
		margin-right: auto;
	}

	.c-col-lg-6:nth-child(1) {
		margin-left: 0;
		margin-right: auto;
	}

	.c-flex-rowreverse .c-col-lg-6:nth-child(1) {
		margin-left: auto;
		margin-right: 0;
	}

}

@media only screen and (max-width: 991.9px) {
	.c-d-sp-none {
		display: none;
	}

	.c-col-lg-6:nth-child(2n) {
		margin-top: 30px;
	}
}

/*----------------------------------------------------
セクションの余白、背景
-----------------------------------------------------*/


.c-bg-beige {
	background: #FFF9F2;
}


.h-lg-100 {
	height: 100%;
}

@media (min-width:992px) {
	.sec-01 {
		padding: 70px 0;
	}
}

/*囲み*/
.kakomi-white,
.kakomi-bd-pink,
.kakomi-contact {
	padding: 20px 20px 25px 20px;
	border-radius: 5px;
	background: #fff;
}

.kakomi-bd-pink {
	border: 2px solid #f397ba;
}

.kakomi-contact {
	text-align: center;
	font-size: 16px;
	vertical-align: middle;
}

.kakomi-contact dt {
	color: #8A725D;
}

.kakomi-contact-svg {
	height: 20px;
	width: auto;
	fill: rgba(236, 92, 147, 1);
}

.kakomi-contact-tel {
	font-size: 24px;
}

.kakomi-contact dd,
.kakomi-contact dd a {
	color: #ec5c93;
	text-decoration: none;
}


@media (min-width:992px) {

	.kakomi-white {
		padding: 40px 45px 50px 45px;
		border-radius: 10px;
	}

	.kakomi-bd-pink,
	.kakomi-contact {
		padding: 25px 35px;
		border-radius: 10px;
	}

	.kakomi-contact dl {
		display: table;
		margin-left: auto;
		margin-right: auto;
		font-size: 22px;
	}

	.kakomi-contact-tel {
		margin-left: 20px;
	}

	.kakomi-contact dt,
	.kakomi-contact dd {
		display: table-cell;
		vertical-align: middle;
		padding: 0 20px;
	}

	.kakomi-contact-tel {
		font-size: 35px;
	}

	.kakomi-contact-svg {
		height: 30px;
	}
}


/*----------------------------------------------------
ボタン
-----------------------------------------------------*/

a.c-btn-01 {
	display: inline-block;
	padding: 1.2em 1em 1.2em 0.5em;
	width: 80%;
	box-sizing: border-box;
	max-width: 370px;
	minw-width: 240px;
	border-radius: 5px;
	line-height: 1em;
	background: rgba(236, 92, 147, 0.8);
	color: #fff;
	text-align: center;
	text-decoration: none;
	position: relative;
	margin: 5px;
}

a.c-btn-01:after {
	content: "";
	display: inline-block;
	width: 16px;
	height: 10px;
	background: url("../img/common/icn-btn-01.svg") no-repeat center center;
	background-size: contain;
	position: absolute;
	right: 1em;
	top: calc(50% - 5px);
}

@media (min-width:768px) {
	a.c-btn-01 {
		width: 300px;
	}

	a.c-btn-01:after {
		right: 1.5em;
	}

}

@media (min-width:992px) {
	a.c-btn-01 {
		width: 380px;
	}

}

/*ご予約・お問い合わせ*/

.c-contact-box-01 {
	padding: 15px 0 20px 0;
	border: 1px solid #F397BA;
	color: #EC74A2;
	text-align: center;
}

.c-contact-box-01 p {
	font-weight: bold;
}

.c-contact-box-01 a {
	text-decoration: none;
	color: #EC74A2;
}

.c-contact-box-01 svg {
	width: 12px;
	height: auto;
	fill: #EC74A2;
	vertical-align: bottom;
	margin-right: 7px;
}

.c-contact-box-01 dd {
	font-weight: 20px;
}

@media (max-width:991.9px) {
	.c-contact-box-01 dl {
		margin-left: auto;
		margin-right: auto;
	}

	.c-contact-box-01 dl {
		display: table;
		margin-left: auto;
		margin-right: auto;
	}

	.c-contact-box-01 dt,
	.c-contact-box-01 dd {
		display: table-cell;
		vertical-align: middle;
		padding-left: 8px;
		line-height: 1em;
		padding-right: 8px;
	}
}

@media (min-width:992px) {
	.c-contact-box-01 {
		padding: 20px;
	}

	.c-contact-box-01 p,
	.c-contact-box-01 dl,
	.c-contact-box-01 dt,
	.c-contact-box-01 dd {
		display: inline-block;
		padding: 0 0.5em;
		font-size: 20px;
		line-height: 1em;
		font-weight: bold;
	}

	.c-contact-box-01 svg {
		width: 18px;
	}

	.c-contact-box-01 dd {
		font-size: 28px;
	}

}