@charset "utf-8";
/* CSS Document */

/* 全体の共通CSS
--------------------------------------------*/

* {
	box-sizing: border-box;
}

body {
	font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
	font-size: 15px;
}

.container {
	max-width: 1100px;
	margin: 0 auto;
	text-align: center
}

article {
	padding-bottom: 40px;
}

h1 {
	font-size: 10pt;
	font-weight: normal;
}

h2 {
	margin: 20px 0px;
	font-size: 30px;
	text-align: center;
}

h3 {
	margin-bottom: 40px;
	padding: 20px 0px;
	font-size: 26px;
	text-align: center;
}

h4 {
	margin-bottom: 16px;
	font-size: 20px;
}

h5 {
	margin-bottom: 15px;
	font-size: 18px;
}

h6 {
	font-size: 12px;
	font-weight: normal;
}

p {
	margin-bottom: 10px;
}

ul {
	margin: 0px 0px 30px 30px;
}

li {
	margin-bottom: 5px;
}


a:link {
	color: #333;
	text-decoration: none;
	display: inline-block;
}

a:visited {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #333;
	text-decoration: underline;
}

a:active {
	color: #333;
	text-decoration: none;
}

.clear::after {
	content: "";
	display: block;
	clear: both;
}

/* header style
--------------------------------------------*/
.header {
	margin: 0 auto;
	padding-bottom: 30px;
	background: url(../img/mochu/bg-mochu.png) no-repeat, linear-gradient(60deg, #fff, #9aeded);
	background-size: contain;
}

.top-info {
	margin-bottom: 10px;
	text-align: center;
}

.top-nav-wrap {
	max-width: 540px;
	margin: 0px auto 10px;
	text-align: center;
	padding: 10px 20px;
	background-color: rgba(255, 255, 255, 0.5);
}

.top-nav-wrap h3 {
	display: inline-block;
	margin-bottom: 15px;
	padding: 10px 30px;
	background: #E2D8EC;
	line-height: 1.3;
	border-radius: 25px;
	font-size: 18px;
}

.top-nav-wrap p {
	margin: 0px 20px;
	text-align: left;
}

.top-nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 500px;
	height: auto;
	margin: 0 auto;
}

.top-nav a {
	width: 48%;
	padding: 20px;
	display: block;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
	border-radius: 5px;
	text-align: center;
	margin: 0 auto 10px;
}

.top-nav span {
	white-space: nowrap;
}

.top-nav img {
	width: 100%;
	margin: 0 auto 10px;
	border-radius: 3px;
}

.top-nav a:hover {
	color: #3b393c;
}

.top-nav-c {
	background: #A682AB;
}

.top-nav-c:hover {
	background: #C4A0C8;
}

.top-nav-b {
	background: #6690ad;
}

.top-nav-b:hover {
	background: #80B4D8;
}


.top-menu {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-around;
	width: 540px;
	margin: 0px auto;
	padding: 10px 0px;

}

.top-menu img {
	width: 200px;
	height: auto;
	margin-bottom: 10px;
}

.menu {
	margin-bottom: 20px;
}

.menu div a {
	display: flex;
	align-items: center;
	margin: 0 auto;
	padding: 10px 15px;
	border-bottom: 2px solid #fff;
	max-width: 360px;
	font-weight: bold;
	background-color: #ccc;
	transition: 0.3s;
}

.menu div a::before {
	content: '';
	width: 0;
	height: 0;
	padding-right: 20px;
	border-style: solid;
	border-width: 6px 0 6px 10px;
	border-color: transparent transparent transparent #3b393c;
	transition: 0.3s;
}

.menu div a:hover {
	text-decoration: none;
	background-color: #bbb;
}

.menu div a:hover::before {
	transform: translateX(5px);
}

/* main style
--------------------------------------------*/

/* mainの画像OV-----------*/

main img {
	max-width: 100%;
	height: auto;
	filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, .1));
	display: block;
}

main a img:hover {
	outline: 2px solid #aaa;
	transform: translateY(-5px);
}

/* 各項目の見出し-----------*/
.ttl {
	background: #C5C7E5;
	border-bottom: solid 3px #3b393c;
}

/* 大枠のレイアウト各種----------*/

.bg-gray {
	background-color: #eee;
}

.flex-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin: 0 auto;
}

.left {
	float: left;
	width: 50%;
	height: auto;
}

.right {
	float: right;
	width: 48%;
	height: auto;
}

.info-item {
	margin: 0 !important;
	padding: 30px;
	text-align: left;
}

.option-wrap img {
	display: inline;
	width: 70%;
	height: auto;
	text-align: center;
}

/* 見本部分 style-----------*/

.smpl-color,
.smpl-mono {
	align-items: baseline;
}

.smpl-color div,
.smpl-mono div {
	padding: 15px;
	margin-bottom: 30px;
}

.smpl-color img,
.smpl-mono img {
	width: 220px;
	height: auto;
}

.smpl-color div h4 {
	width: 140px;
	margin: 10px auto 0px;
	padding: 3px 0px;
	border-radius: 35px;
	background-color: #A682AB !important;
	color: #fff;
	font-weight: bold;
	letter-spacing: 3px !important;
	text-align: center;
}

.smpl-mono div h4 {
	width: 140px;
	margin: 10px auto 0px;
	padding: 5px;
	border-radius: 35px;
	background-color: #6690ad !important;
	color: #fff;
	font-weight: bold;
	letter-spacing: 3px !important;
	text-align: center;
}

/* 金額のテーブル---------------*/

.price-table {
	table-layout: fixed;
	width: 48%;
	margin-bottom: 20px;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 16px;
}

.price-table caption {
	padding: 20px 0;
	font-weight: bold;
	font-size: 20px;
}

.price-table th {
	text-align: center;
	padding: 10px 0;
	border: solid 1px #ddd;
	background-color: #ccc;
}

.price-table td {
	text-align: center;
	padding: 5px 0;
	border: solid 1px #ddd;
}

.hover-c tr:hover td {
	background-color: #EDD8EF !important;
}

.hover-b tr:hover td {
	background-color: #D8DFEF !important;
}

.cap-bg-c {
	color: #fff;
	background-color: #CCA3D1 !important;
}

.th-bg-c {
	background-color: #A682AB !important;
}

.cap-bg-b {
	color: #fff;
	background-color: #81B5D9 !important;
}

.th-bg-b {
	background-color: #6690ad !important;
}

.price-table tr:nth-child(even) {
	background-color: #eee
}

.price-table th:nth-child(3) {
	color: #fff;
}

.price-table td:nth-child(3) {
	background-color: #FFFCDB;
	color: #f34955;
	font-weight: bold;
	font-size: 16px;
}

.early {
	width: 160px;
}

th.early {
	position: relative;
}

.early span.day {
	width: 120px;
	position: absolute;
	top: -20px;
	left: calc(50% - 60px);
	background: #fff;
	font-size: 16px;
	color: #000;
	border-radius: 15px;
	line-height: 1;
	padding: 5px;
}

.br-sp {
	display: none;
	/* スマホ版で改行（PC版は非表示）*/
}

/* table styleここまで---------------*/


/* 小見出し 下ライン-------*/
.ttl-line {
	border-bottom: solid 3px #C5C7E5;
	position: relative;
}

.ttl-line:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 3px #5472cd;
	bottom: -3px;
	width: 10%;
}

/*小見出し  紫の角丸-------*/
.ttl-bg {
	display: inline-block;
	padding: 10px 30px;
	line-height: 1.3;
	background: #E2D8EC;
	vertical-align: middle;
	border-radius: 25px;
	font-weight: bold;
	margin-top: 10px;
}

/* 小見出し 紫・中央寄せ・左右にライン-------*/
.ttl-lr {
	display: flex;
	align-items: center;
	/* 垂直中心 */
	justify-content: center;
	/* 水平中心 */
	margin-top: 30px;
	color: #67436C;
}

.ttl-lr:before,
.ttl-lr:after {
	border-top: 2px solid #67436C;
	content: "";
	width: 100px;
	/* 線の長さ */
}

.ttl-lr:before {
	margin-right: 1em;
	/* 文字の右隣 */
}

.ttl-lr:after {
	margin-left: 1em;
	/* 文字の左隣 */
}



/* 小見出し 上下ライン-------*/
.ttl-dbl {
	padding: 10px;
	border-top: 6px double #000;
	border-bottom: 6px double #000;
	margin-bottom: 20px;
	text-align: center;
}

/* 小見出し 吹き出し-------*/
.ttl-balloon {
	position: relative;
	margin: 0.5m 0;
	padding: 7px 10px;
	min-width: 120px;
	max-width: 100%;
	box-sizing: border-box;
	border: solid 3px #555;
	background: #FFF;
	color: #555;
	text-align: center;
}

.ttl-balloon:before {
	content: "";
	position: absolute;
	bottom: -24px;
	left: 50%;
	margin-left: -15px;
	border: 12px solid transparent;
	border-top: 12px solid #FFF;
	z-index: 2;
}

.ttl-balloon:after {
	content: "";
	position: absolute;
	bottom: -30px;
	left: 50%;
	margin-left: -17px;
	border: 14px solid transparent;
	border-top: 14px solid #555;
	z-index: 1;
}


/* ボタン--------*/
.btn-wrap {
	width: 260px;
	margin: 30px auto;
}

a.btn-pdf {
	padding: 0.5em;
	margin: 10px 0;
	display: block;
	color: #aaa;
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 1px;
	border-radius: 3px;
	text-align: center;
	text-decoration: none !important;
	border: 3px solid #aaa;
}

a.btn-pdf:before {
	content: "";
	display: inline-block;
	width: 28px;
	height: 35px;
	margin-right: 10px;
	background: transparent url(../img/ic-pdf.svg) no-repeat;
	background-size: contain;
	vertical-align: middle;
}

a.btn-pdf:hover {
	background: #666;
	border: 3px solid #666;
	color: #fff;
}

.btn-pdf:hover:before {
	background: transparent url(../img/ic-pdf-h.svg) no-repeat;
}

.btn-wrap-tel {
	width: 300px;
	margin: 30px auto;
}

a.btn-tel {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	text-align: center;
	text-decoration: none;
	width: 100%;
	height: 80px;
	padding: 20px 20px 20px 75px;
	background-color: #67436C;
	border-radius: 10px;
	box-sizing: border-box;
	position: relative;
	transition-duration: 0.3s;
}

a.btn-tel::before {
	content: '';
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 20px;
	margin-top: -20px;
	background-image: url(../img/ic-tel.svg);
	background-size: contain;
	background-repeat: no-repeat;
}

a.btn-tel span {
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
}

a.btn-tel span span {
	display: block;
	font-size: 16px;
	margin-bottom: 7px;
}

a[href*="tel:"] {
	pointer-events: none;
}

.company dl {
	display: flex;
	flex-flow: row wrap;
	width: 100%;
}

.company dt {
	flex-basis: 30%;
	padding: 10px;
	border-bottom: 2px solid #fff;
	font-weight: bold;

}

.company dd {
	flex-basis: 70%;
	padding: 10px;
	border-bottom: 2px solid #fff;
}

/* マップ-----*/

.googlemap {
	position: relative;
	padding-top: 100%;
	height: 0;
	overflow: hidden;
}

.googlemap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* footer style
--------------------------------------------*/
#footer {
	background-color: #777;
	color: #fff;
	text-align: center;
	clear: both;
	margin-right: 0;
	padding: 0;
	border-top: double 5px #000;
}

#gotop {
	display: block;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: #824C8B;
	border: 1px solid #999;
	padding-top: 30px;
	text-align: center;
	font-size: 12px;
	letter-spacing: -1px;
	text-decoration: none;
	color: #fff;
	opacity: 0.5;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 10000;
}

#gotop::before {
	content: "";
	display: block;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	width: 25%;
	height: 25%;
	top: 25%;
	left: 0;
	right: 0;
	margin: auto;
	position: absolute;
	transform: rotate(-45deg);
}

#gotop:hover {
	opacity: 1;
}