@charset "utf-8";

/*==========================================================================

   row, col

==========================================================================*/
.row {
    display: table;
}
.col {
    display: table-cell;
    vertical-align: top;
}


/*==========================================================================

   page layout

==========================================================================*/
.page-header {
    margin: 43px auto 70px;
}
.page-section01__body {
    width: 874px;
    margin: 42px auto 77px;
}
.page-section01__title {
    margin-bottom: 30px;
}
.page-section01__title__ja {
    font-size: 24px;
    line-height: 1.7;
    text-align: center;
}
.page-section01__title__en {
    font: 100 18px 'DIN Next LT W01 Regular';
    text-align: center;
    color: #a79e9b;
}
.page-section01__option {
    text-align: center;
}
.page-section01__desc {
    margin: 30px;
    font-size: 14px;
    line-height: 1.7;
}
.page-section01__footer {
    text-align: center;
}
.page-section01__btn.btn-outer {
    width: 288px;
    height: 36px;
    margin: 0 auto;
}
.page-section01__card {
    width: 1028px;
    margin: 0 auto;
}


/*==========================================================================

   haeder

==========================================================================*/
.header01 {
    text-align: center;
}
.header01__title {
    margin-bottom: 55px;
    font: 60px/1 'EdwardianScriptITCW01';
    color: #503e38;
}
.header01__text {
    margin-bottom: 25px;
    font-size: 24px;
    line-height: 1.7;
}
.header01__text.text--large {
    font-size: 28px;
}
.header01__desc {
    font-size: 16px;
    line-height: 2;
}
.header02 {
    margin-bottom: 50px;
    text-align: center;
}
.header02__title__en {
    font: 30px/1 'DIN Next LT W01 Regular';
	color: #503e38;
}
.header02__title__ja {
    margin-top: 18px;
    font-size: 18px;
}
.header02__text {
    font-size: 18px;
    line-height: 1.5;
    margin-top: 21px;
}
.header03 {
    margin-bottom: 20px;
}
.header03__title {
    font: 30px/1 'DIN Next LT W01 Regular';
}
.header03__copy {
    font: 50px/1 'Cochin LT W01 Roman';
    margin: 7px 0 14px;
}
.header03__ruby {
    font-size: 18px;
}


/*==========================================================================

   archive

==========================================================================*/
.archive01 {
    margin: 0 auto;
    padding: 70px 0;
    background: #f5f5f5;
}
.archive01-header {
 	position: relative;
 	margin-bottom: 60px;
 	padding: 18px 10px;
 	color: #513e38;
 	font-size: 18px;
	font-weight: 400;
 	text-align: center;
 	background: #fff;
}
.archive01-header:before{
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -30px;
	border: 30px solid transparent;
	border-top: 15px solid #fff;
}
.archive01-header__text {
    position: absolute;
    right: 30px;
    bottom: 20px;
    font-size: 14px;
}
.archive01-header.header--brown {
 	color: #fff;
 	background: #513e38;
}
.archive01-header.header--brown:before{
	border-top-color: #513e38;
}
.archive01__item {
    position: relative;
	background: #fff;
}
.archive01__item + .archive01__item {
	margin-top: 50px;
}
.archive01__item.item--topics {
	background: #efe6db;
}
.archive01__item-wrap {
	box-sizing: border-box;
    display: table;
    width: 100%;
    padding: 30px 35px;
}
.archive01__item-col {
	display: table-cell;
	vertical-align: top;
}
.archive01__item-col.col--aside {
	width: 230px;
}
.archive01__item-col.col--body {
    padding-left: 38px;
}
.archive01__item__img {
	width: 230px;
	height: auto;
}
.archive01__item__title {
    position: relative;
    top: -3px;
    margin-bottom: 5px;
    font-size: 26px;
    font-weight: 400;
    line-height: 1.3;
}
.archive01__item__title b {
	font-weight: 500;
}
.archive01__item__title a {
    color: #288283;
}
.archive01__item__discount_price {
    font-size: 16px;
}
.archive01__item__discount-value {
    margin: 0 5px;
    font: 43px/1 'DIN Next LT W01 Regular';
    color: #d1462b;
}
.archive01__item__discount-unit {
    font-size: 18px;
    color: #d1462b;
}

.archive01__item__subtext {
	margin-bottom: 5px;
    font-size: 20px;
	line-height: 1.5;
}
.archive01__item__title .is-time {
    display: inline-block;
    margin-left: 4px;
    font-size: 20px;
}
.archive01__item__title .is-message {
    display: inline-block;
    margin-left: 4px;
    font-size: 16px;
}
.archive01__item__type {
    margin-bottom: 15px;
}
.archive01__item__case {
    margin: 5px 0 12px;
    font-size: 18px;
    color: #ea526b;
}
.archive01__item__case .is--price {
    font-size: 22px;
}
.archive01__item__case .is--tax {
    font-size: 12px;
    margin: 0 .5em  0 .2em;
}
.archive01__item__lead {
    margin-top: 15px;
    line-height: 1.7;
}
.archive01__item__season {
    margin-top: 12px;
}
.archive01__item__link {
    margin-top: 24px;
}
.archive01__item__link .btn-outer {
    width: 297px;
    height: 36px;
}
.archive01.archive01--white {
    background: #fff;
}
.archive01.archive01--nopaddingtop {
    padding-top: 0;
}
.archive01.archive01--white .archive01__item {
    background: #f5f5f5;
}

.archive02 {
    width: 1008px;
    margin: 0 auto;
    font-size: 0;
    overflow: hidden;
}
.archive02__item {
	display: inline-block;
	width: 288px;
	margin: 0 24px 65px;
	text-align: center;
	vertical-align: top;
}
.archive02__item__title {
    margin: 25px 0 34px;
    font-size: 20px;
}
.archive02__item__text {
    margin-top: 16px;
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
}
.archive02__item__img {
    width: 100%;
    height: auto;
}
.archive02__item__link .btn-outer {
    width: 205px;
    height: 36px;
    margin: 0 auto;
	font-size: 14px;
}


/*==========================================================================

   bread

==========================================================================*/
.bread {
	margin: 0;
	font-size: 11px;
	background: #f8f8f8;
}
.bread__list {
	padding: 10px;
}
.bread__item {
	display: inline-block;
	vertical-align: top;
}
.bread__item a span {
    color: #288283;
    text-decoration: underline;
}
.bread__item a span:hover {
    text-decoration: none;
}
.bread__item a::after {
	position: relative;
	bottom: 0;
	display: inline-block;
	font: bold 14px/1 FontAwesome;
	content: "\f105";
	margin: 0 10px 0 15px;
	color: #288283;
	vertical-align: middle;
	text-decoration: none;
}


/*==========================================================================

   list

==========================================================================*/
.list01__item {
	display: inline-block;
	margin: 0 7px 7px;
	font-size: 14px;
}
.list01__item::before {
	position: relative;
	top: -.01em;
	display: inline-block;
	font: normal 12px/1 FontAwesome;
	content: "\f02c";
	color: #666;
	vertical-align: middle;
	margin-right: .35em;
}
.list02 {
    margin: 0 auto;
    width: 946px;
}
.list02__item {
    display: inline-block;
    width: 282px;
    margin: 0 15px 0;
    vertical-align: top;
}
.list02__item__title {
    margin: 20px 0 15px;
    font-size: 20px;
    line-height: 1.4;
    text-align: left;
}
.list02__item__text {
    padding: 10px 0 0;
    line-height: 1.7;
}


/*==========================================================================

   table

==========================================================================*/
.table01 {
	width: 100%;
	margin-bottom: -1px;
	border-collapse: collapse;
	font-size: 16px;
	line-height: 1.3;
	color: #3d2912;
	background: #fff;
}
.table01 caption {
	font-size: 16px;
	padding: 20px;
	text-align: center;
	border-top: 2px solid #e9e7e7;
	border-right: 2px solid #e9e7e7;
	border-left: 2px solid #e9e7e7;
	background: #e5e4e4;
}
.table01 th {
    padding: 12px;
    vertical-align: middle;
    border: 2px solid #e9e7e7;
}
.table01 td {
	padding: 10px;
	font-size: 14px;
    text-align: center;
	vertical-align: middle;
	border: 2px solid #e9e7e7;
}
.table01 thead th {
	text-align: center;
	background-color: #f6f5f5;
}
.table01 tbody th {
    text-align: center;
}
.table02 {
	width: 100%;
}
.table02 th,
.table02 td {
    padding: 25px;
    border-top: dashed 1px #ccc;
}



/*==========================================================================

   tab

==========================================================================*/
.tab01 {
    width: 1030px;
    margin: 0 auto;
}
.tab01__list {
    display: table;
    width: 100%;
}
.tab01__item {
    display: table-cell;
    width: 50%;
    text-align: center;
}
.tab01__item + .tab01__item {
    padding-left: 1px;
}
.tab01__item-label {
    display: block;
    width: 100%;
    height: 49px;
    font-size: 16px;
    line-height: 49px;
    color: #fff;
    background: #503e38;
}
.tab01__item-label.active {
    color: #503e38;
    background: #f5f5f5;
}
.tab01-content {
}
.tab01-content-lavarock {
	padding-top: 50px;
	border-top: 1px solid #e2ddd7;
}
.tab01-body {
}
.tab01-menu {
	text-align: center;
}
.tab01-menu__item {
	display: inline-block;
	width: 195px;
	height: 51px;
	line-height: 51px;
	color: #28160c;
	font-weight: bold;
}
.tab01-menu__item a {
	display: block;
	color: #333;
}
.tab01-menu__item a.active {
	color: #e2ddd7;
}


/*==========================================================================

   btn

==========================================================================*/
.btn-outer {
    display: table;
}
.btn {
    display: table-cell;
    box-sizing: border-box;
    vertical-align: middle;
	font-weight: 400;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
    transition: all .3s;
}
.btn01 {
    color: #fff;
    border: 1px solid #288283;
    background-color: #288283;
}
.btn01:hover {
    color: #288283;
    background-color: #fff
}
.btn02 {
    color: #503e38;
    border: 1px solid #deb3d0;
    background-color: #deb3d0;
}
.btn02:hover {
    color: #deb3d0;
    background-color: #fff;
}
.btn03 {
    color: #503e38;
    border: 1px solid #d992be;
    background-color: #d992be;
}
.btn03:hover {
    color: #d992be;
    background-color: #fff;
}
.btn04 {
    color: #fff;
    border: 1px solid #503e38;
    background-color: #503e38;
}
.btn04:hover {
    color: #503e38;
    background-color: #fff;
}
.btn05 {
    color: #503e38;
    border: 1px solid #fff;
    background-color: #fff;
}
.btn05:hover {
    color: #fff;
    background-color: #503e38;
}

/*==========================================================================

   icon

==========================================================================*/
.icon01__list {
}
.icon01__item {
    display: inline-block;
    padding: 5px 20px;
    font-size: 13px;
    background: #efd9dd;
    margin-bottom: 8px;
}
.icon02 {
    display: inline-block;
    width: 64px;
    height: 21px;
    font-size: 12px;
    font-weight: 300;
    text-align: center;
    line-height: 21px;
    color: #fff;
    background: #d1462b;
}


/*==========================================================================

   hr

==========================================================================*/
.hr01 {
	display: block;
	width: 426px;
	height: 5px;
	margin: 70px auto 48px;
	background: #f6f5f5;
}


/*==========================================================================

   contact01

==========================================================================*/
.contact01__list {
    font-size: 0;
}
.contact01__item {
    display: inline-block;
    box-sizing: border-box;
}


/*==========================================================================

   tile

==========================================================================*/
.tile01 {
    width: 875px;
    margin: 0 auto;
    font-size: 0;
}
.tile01__main {
    margin-bottom: 3px;
}
.tile01__sub__item {
    display: inline-block;
    width: 289px;
    vertical-align: top;
    margin-bottom: 4px;
}
.tile01__sub__item + .tile01__sub__item {
  margin-left: 4px;
}

.tile01__sub__item.half {
  width: 435px;
}
.tile01__sub__item.half + .tile01__sub__item.half {
  margin-left: 5px;
}
/*==========================================================================

   card

==========================================================================*/
.card01__main {
    padding: 50px 39px 39px 39px;
    color: #fff;
    background: #503e38;
}
.card01__title {
    margin-bottom: 24px;
    font-size: 24px;
    line-height: 1.5;
    text-align: center;
}
.card01__number {
    margin: 10px 0 25px;
    font: 32px/1 'DIN Next LT W01 Regular';
    letter-spacing: .06em;
    color: #288283;
}
.card01__time {
    margin-bottom: 29px;
}
.card01__text {
    font-size: 14px;
    line-height: 2;
}
.card01__footer {
    margin-top: 38px;
}
.card01__btn {
    width: 288px;
    height: 36px;
    margin: 0 auto;
}


/*==========================================================================

   calendar

==========================================================================*/

/* 大カレンダー */
th.fc-day-header {
    background: #fff !important;
    border: none !important;
}
th.fc-widget-header.fc-sat { color: #00c;}
th.fc-widget-header.fc-sun { color: #c00;}

.fc-left h2{
	font-size: 24px !important;
}


/* ウィジェットカレンダー */
#wp-calendar {
    font-size: 18px;
}
#wp-calendar caption {
    padding-bottom: 20px;
    font-size: 20px;
    text-align: center;
    color: #288283;
}
#wp-calendar th {
    padding: 0 25px 10px;
	text-align: center;
    border-bottom: 2px solid #aeaeae;
}
#wp-calendar td {
    padding: 12px 25px;
    text-align: center;
    border-top: 1px solid #f9f9f9;
    border-bottom: 1px solid #f2f2f2;
}
#wp-calendar td a {
    color: #288283;
    text-decoration: underline;
}
.eo-past-date a {
    border-bottom: 1px solid;
}
#eo-widget-prev-month a,
#eo-widget-next-month a{
    color: #288283;
    text-decoration: underline;
}
.eo_widget_calendar td.event{
	text-decoration: underline;
}
th[title=土曜日] {
    color: #00c;
}

th[title=日曜日] {
    color: #c00;
}


/*==========================================================================

   form

==========================================================================*/
.form01 {
    font-size: 14px;
    line-height: 1.7;
}
.form01-term {
    display: table;
    width: 100%;
    padding: 10px;
    border-bottom: 1px dashed #ddd;
}
.form01-term + .form01-term {
    margin-top: 15px;
}
.form01-term__header {
    display: table-cell;
    width: 155px;
	font-weight: 500;
    color: #288283;
    vertical-align: top;
}
.form01-term__body {
    display: table-cell;
    vertical-align: text-top;
}
.form01-term__note {
    margin: 5px 0 0;
    font-size: 13px;
    color: #666;
}
.mw_wp_form_confirm .form01-term__note {
    display: none;
}
.form01-term-header {
    margin: 25px 0;
    font-size: 20px;
    text-align: center;
}
.form01-term-label.label--4em {
    display: inline-block;
    width: 4.5em;
}
.form01-term__row + .form01-term__row {
    margin-top: 7px;
}
.form01 input[type="text"],
.form01 input[type="email"],
.form01 select,
.form01 textarea {
    padding: 6px;
    border-radius: 3px;
    border: 1px solid #ccc;
}
.form01 textarea{
	width: 640px !important;
}
.form01 input {
    margin: 0 0 5px;
}
.form01 input[name="title"] {
    width: 500px;
}
input[type="email"] {
    width: 450px;
}
.form01 .form-readonly {
    color: black;
	border: 0 !important;
    background: #f9f9f9;
}
.form01-term__agree-link {
    margin: 10px 0;
    font-size: 13px;
    text-decoration: underline;
}
.form01-footer-btn {
    margin: 25px auto 70px;
    text-align: center;
}
.form01-footer-btn__send input[type="submit"] {
    width: 300px;
    height: 48px;
    color: #fff !important;
    border: 1px solid #288283;
    background-color: #288283;
    transition: .3s;
    font-size: 16px;
}
.form01-footer-btn__back {
    margin-top: 12px;
}
.form01-footer-btn__send input[type="submit"]:hover {
    cursor: pointer;
    color: #288283 !important;
    background: #Fff;
}
.form01-footer-btn__back input[type="submit"] {
    width: 288px;
    height: 36px;
    color: #fff !important;
    border: 1px solid #555;
    background-color: #666;
    transition: .3s;
}
.form01-footer-btn__back input[type="submit"]:hover {
    cursor: pointer;
    color: #000 !important;
    background: #Fff;
}
.form01 .error{
	width: 100%;
	padding: 4px;
	text-align: center;
	background-color: #d1462b;
	color: white !important;
}
