@charset "UTF-8";
@import "/include/css/import.pc.css";
@import "/include/css/common.pc.css";

/* ---------------------------------------------------------
	CSS Document wrapper
--------------------------------------------------------- */

#wrapper {
	width: 780px;
	overflow: hidden;
	margin: 0 auto;
}

/* ---------------------------------------------------------
	CSS Document main
--------------------------------------------------------- */

#main {
	margin-bottom: 20px;
	padding: 30px 0;
}

#main h2 img {
	height: 468px;
}

#main figure {
	margin-bottom: 20px;
}

#main figure img {
	height: 375px;
}

/* ---------------------------------------------------------
	CSS Document cnavi
--------------------------------------------------------- */

#cnavi ul {
	display: flex;
	justify-content: center;
	margin-bottom: 30px;
}

#cnavi li {
	margin: 0 1em;
	list-style: none;
}

#cnavi li a {
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	border-bottom: solid 1px #fff;
	font-family: "Cormorant Infant", serif;
	font-weight: 400;
	font-size: 26px;
	line-height: 50px;
	color: #38201e;
}

#cnavi li a:hover {
	border-bottom: solid 1px rgba(56, 32, 30, 0.3);
}

/* ---------------------------------------------------------
	CSS Document campaign
--------------------------------------------------------- */

#campaign .row {
	margin-bottom: 20px;
	padding: 20px;
	border: solid 2px #19a0be;
	text-align: left;
	position: relative;
}

#campaign .row dl {
	margin-bottom: 20px;
}

#campaign .row dt {
	font-size: 18px;
	color: #19a0be;
}

#campaign .row .reserve {
	position: absolute;
	right: 20px;
	bottom: 20px;
}

/* ---------------------------------------------------------
	CSS Document reserve
--------------------------------------------------------- */

.reserve a {
	display: inline-block;
	vertical-align: top;
	width: 140px;
	height: 46px;
	border-radius: 46px;
	background: #19a0be;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	line-height: 46px;
	color: #fff;
	transition: .4s;
}

.reserve a:before {
	display: inline-block;
	vertical-align: top;
	content: '';
	width: 19px;
	height: 45px;
	margin: 0 0.5em 0 -0.5em;
	background: url(../images/b_reserve.svg) no-repeat left / 100% auto;
}

.reserve a:hover {
	opacity: 0.6;
}

/* ---------------------------------------------------------
	CSS Document t_01
--------------------------------------------------------- */

#t_01 {
	margin-top: 100px;
	text-align: left;
}

#t_01 h3 {
	margin-bottom: 30px;
	text-align: center;
	font-family: "Cormorant Infant", serif;
	font-weight: 400;
	font-size: 66px;
	line-height: 1;
	color: #38201e;
}

#t_01 .flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#t_01 figure img {
	height: 308px;
}

#t_01 .w510 {
	width: 510px;
}

#t_01 h4 {
	font-weight: normal;
	font-size: 18px;
	color: #e24e2b;
}

#t_01 p {
	margin-top: 2em;
}

/* ---------------------------------------------------------
	CSS Document menu
--------------------------------------------------------- */

#menu {
	margin-top: 100px;
}

#menu h3 {
	margin-bottom: 30px;
	text-align: center;
	font-family: "Cormorant Infant", serif;
	font-weight: 400;
	font-size: 66px;
	line-height: 1;
	color: #38201e;
}

#menu .row {
	margin-bottom: 50px;
}

#menu h4 {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 18px;
}

#menu .pricelist {
	border-bottom: solid 1px rgba(56, 32, 30, 0.3);
}

#menu .pricelist dl {
	display: table;
	width: 100%;
}

#menu .pricelist dt {
	display: table-cell;
	vertical-align: middle;
	height: 60px;
	text-align: left;
	font-weight: normal;
	font-size: 14px;
}

#menu .pricelist dd {
	display: table-cell;
	vertical-align: middle;
	height: 60px;
	text-align: right;
	font-size: 14px;
}

#menu .pricelist .memo {
	margin: -10px 0 20px;
	font-size: 14px;
	color: rgba(39, 39, 39, 0.7);
}

#menu .tax {
	margin-top: 20px;
	text-align: right;
}

/* ---------------------------------------------------------
	CSS Document collection
--------------------------------------------------------- */

#collection {
	height: 450px;
	margin-top: 70px;
	padding-top: 50px;
	background: #5d5c5a url(../images/collection_bg.png) top;
}

#collection h3 {
	margin-bottom: 30px;
	text-align: center;
	font-family: "Cormorant Infant", serif;
	font-weight: 400;
	font-size: 66px;
	line-height: 1;
	color: #fff;
}

#collection .flex {
	display: flex;
	justify-content: space-between;
	width: 780px;
	margin: 0 auto;
}

#collection img {
	height: 228px;
}

/* ---------------------------------------------------------
	CSS Document t_03
--------------------------------------------------------- */

#t_03 {
	width: 780px;
	margin: 100px auto 0;
	text-align: left;
}

#t_03 h3 {
	margin-bottom: 50px;
	text-align: center;
	font-family: "Cormorant Infant", serif;
	font-weight: 400;
	font-size: 66px;
	line-height: 1;
	color: #38201e;
}

#t_03 .flex {
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}

#t_03 .w510 {
	width: 510px;
}

#t_03 .name {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 18px;
}

/* ---------------------------------------------------------
	CSS Document face
--------------------------------------------------------- */

#face .section {
	margin-top: 100px;
	font-size: 0;
}

#face .h2 {
	margin-bottom: 25px;
	padding-bottom: 15px;
	font-size: 22px;
}

#face .h2:after {
	height: 1px;
}

#face figure {
	margin: 0 0 80px;
	padding: 0;
}

#face figure img {
	width: 520px;
}

#face dl {
	display: inline-block;
	vertical-align: top;
}

#face .section_01 dl {
	width: 235px;
	margin-right: 20px;
	margin-bottom: 50px;
}

#face .section_02 dl {
	width: 300px;
	margin-right: 50px;
}

#face .section_03 dl {
	width: 235px;
	margin-right: 20px;
	margin-bottom: 50px;
}

#face dl:last-of-type {
	margin-right: 0;
}

#face dt {
	height: 46px;
	background: #ddd;
	font-size: 20px;
	line-height: 46px;
	color: #fff;
}

#face .section_01 dl:nth-of-type(1) dt {
	background: #fbd398;
}

#face .section_01 dl:nth-of-type(2) dt {
	background: #fbbfa3;
}

#face .section_01 dl:nth-of-type(3) dt {
	background: #f7aaa0;
}

#face .section_01 dl:nth-of-type(4) dt {
	background: #e8a1af;
}

#face .section_02 dl:nth-of-type(1) dt {
	background: #cd9fc4;
}

#face .section_02 dl:nth-of-type(2) dt {
	background: #a0a3ce;
}

#face .section_02 dl:nth-of-type(3) dt {
	background: #84aacf;
}

#face .section_03 dl:nth-of-type(1) dt {
	background: #961f93;
}

#face .section_03 dl:nth-of-type(2) dt {
	background: #1f4e78;
}

#face .section_03 dl:nth-of-type(3) dt {
	background: #395723;
}

#face .section_03 dl:nth-of-type(4) dt {
	background: #8d4e01;
}

#face dd {
	margin-top: 10px;
	text-align: left;
	font-size: 14px;
	line-height: 28px;
}

#face dd span {
	display: block;
	margin-bottom: 10px;
	text-align: center;
}

#face dd img {
	height: 250px;
}

/* ---------------------------------------------------------
	CSS Document t_05
--------------------------------------------------------- */

#t_05 {
	margin-top: 100px;
	padding: 60px 0 100px 0;
	background: #f3f1f1;
}

#t_05 h3 {
	margin-bottom: 50px;
	text-align: center;
	font-family: "Cormorant Infant", serif;
	font-weight: 400;
	font-size: 66px;
	line-height: 1;
	color: #38201e;
}

#t_05 .flex {
	display: flex;
	justify-content: space-between;
	width: 780px;
	margin: 0 auto;
}

#t_05 figure img {
	height: 340px;
}

#t_05 .w480 {
	width: 480px;
	text-align: left;
}

#t_05 p {
	margin-bottom: 2em;
}

#t_05 .reserve {
	margin-top: -1em;
	margin-bottom: 2em;
}

#t_05 .line {
	margin-top: -1em;
	margin-bottom: 2em;
}

#t_05 .line a {
	display: inline-block;
	vertical-align: top;
	width: 200px;
	height: 42px;
	background: #00b900;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	line-height: 44px;
	color: #fff;
}

#t_05 .line i {
	display: inline-block;
	vertical-align: top;
	width: 38px;
	margin: 0 3px 0 -5px;
	font-size: 0;
	line-height: 42px;
}

#t_05 .line i img {
	vertical-align: middle;
}

#t_05 .tel {
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
	color: #e24e2b;
}

/* ---------------------------------------------------------
	CSS Document footer
--------------------------------------------------------- */

#f_footer {
	margin-top: 0;
}
