@charset "utf-8";
/*==========================================================================

   texts

==========================================================================*/
/*
	----------------------------------

	text-group → texts

	----------------------------------
*/
.texts-01 {
	margin-bottom: 35px;
	text-align: center;
}
.texts-01__heading {
	margin-bottom: 10px;
	font-size: 24px;
	line-height: 1.5;
	color: #3b342c;
}
.texts-01__subHeading {
	font-size: 20px;
	line-height: 1.5;
}
.texts-01__lead {
	font-size: 14px;
	line-height: 2.3;
}


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

   header

==========================================================================*/
/*
	----------------------------------

	heading-group01 → header-01

	----------------------------------
*/
.header-01 {
	margin-bottom: 50px;
	text-align: center;
}
.header-01__title {
	display: block;
	margin-bottom: 20px;
	font-size: 30px;
	color: #191919;
	line-height: 1.6;
}

.header-01__title .mini{
	font-size:18px;
}
.header-01__ruby {
	display: block;
	margin-bottom: 20px;
	font-family: 'Abel', sans-serif;
	font-size: 13px;
	color: #797979;
}

.header-01__sub {
	display: block;
	margin-bottom: 20px;
	font-size: 20px;
}

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

   section

==========================================================================*/
.section-01 {
	padding: 39px 0;
}


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

   box

==========================================================================*/
.box-01 {
	box-sizing: border-box;
	padding: 25px;
	background-color: #f8f8f8;
}
.box-02 {
	background: #f5f6f5;
}
.box-02 + .box-02 {
	margin-top: -70px;
}


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

   specific parts

==========================================================================*/
/*
	----------------------------------

	breadcrumb

	----------------------------------
*/
.breadcrumb {
	padding: 15px 0;
	font-size: 11px;
	background: #f8f8f8;
}
.breadcrumb__item {
	display: inline-block;
}
.breadcrumb__item a:after {
	display: inline-block;
	font: normal normal normal 14px/1 "icomoon";
	content: "\f105";
	margin-top: -.205em;
	margin: 0 20px;
	vertical-align: middle;
	color: #0062a7;
	font-weight: bold;
}

/*
	----------------------------------

	modal

	----------------------------------
*/
#lean_overlay{
  position: fixed;
	z-index: 1000;
  top: 0;
  left: 0;
	width: 100%;
  height: 100%;
  background: #000;
  display: none;
}
.modal {
  display: none;
	min-width: 500px;
	padding: 30px;
	text-align: center;
  background: #fff;
}
.modal-foot-btn {
	display: table;
	margin: 0 auto;
	padding: 20px 0 60px;
}
.modal-foot-btn .btn {
	width: 368px;
	height: 46px;
	margin: 0 auto;
}

.modal-close {
	position: absolute;
	bottom: 0;
	left: 0;
	box-sizing: border-box;
	cursor: pointer;
	width: 100%;
	padding: 15px 10px;
	color: #0062a7;
	font-size: 14px;
	text-align: center;
	background: #fff;
}
.modal-close__btn {
	display: inline-block;
	line-height: 25px;
}
.modal-close__btn::before {
	display: inline-block;
	font: normal normal normal 100%/1 "icomoon";
	content: "\f00d";
	margin-top: -.205em;
	margin-right: .65em;
	vertical-align: middle;
}

/*
	----------------------------------

	modal01

	----------------------------------
*/

.modal-telList {
	width: 368px;
	margin: 0 auto;
	padding: 0 0 45px;
}
.modal-telList__item {
	display: table;
	width: 368px;
	height: 46px;
	margin-bottom: 10px;
	text-align: center;
}
.modal-telList__item > .is-item__btn {
	display: table-cell;
}

/*
	----------------------------------

	modal02

	----------------------------------
*/
.modal-telList02__item {
	width: 325px;
	margin: 0 auto 20px;
	font-size: 19px;
}
.modal-telList02__term.term--heading {
	width: 145px;
	padding-top: 6px;
	font-size: 19px;
	vertical-align: middle;
	text-align: left;
}
.modal-telList02__term.term--body {
	width: 190px;
	font-family: 'Lato', sans-serif;
	font-size: 26px;
	position: relative;

}

.modal-telList02__term.term--heading span{
	font-size: 16px;
}
.modal-telList02__term.term--body span.tel_area ,
.modal-telList02__term.term--heading span.tel_area {
	font-size: 10px;
	display: block;
	position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}


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

   tag

==========================================================================*/
.tag01__item {
    display: inline-block;
    box-sizing: border-box;
    min-width: 96px !important;
    padding: 5px 2px !important;
    font-size: 11px;
    text-align: center;
    border-radius: 5px;
    background: #e5e5e5;
	margin-bottom: 5px;

}

.tag01__item + .tag01__item {
    margin-left: 0px !important;
}
.tag01__item.item--oceanview { background: #bbc5e1;}
.tag01__item.item--beach { background: #99d9f6;}
.tag01__item.item--garden { background: #ade0c4;}
.tag01__item.item--party_space { background: #f7c099;}
.tag01__item.item--staind_glass { background: #f5c6fa;}
.tag01__item.item--pipe_organ { background: #f7e098;}
.tag01__item.item_yoyaku { background: #fffffe;
	border: 1px solid #f28383;
	color: #fc526c;
	font-weight: bold !important;
}
.tag01__item.item_yoyaku02 { background: #fc526c;
	border: 1px solid #fc526c;
	color: #fffffe;
	font-weight: bold;
}
.tag02__list {
    font-size: 0;
}
.tag02__item {
    display: inline-block;
    min-width: 105px;
    margin: 0 3px;
	padding: 3px;
    font-size: 13px;
    color: #bb9967;
    border: 1px solid #bb9967;
    border-radius: 3px;
	background: #fff;
	text-align: center !important;
}


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

   list

==========================================================================*/
/*
	----------------------------------

	list-01

	----------------------------------
*/
.list-01:before,
.listSet-01 li:before {
	display: inline-block;
	font: normal normal normal 100%/1 "icomoon";
	content: "\f105";
	margin-top: -.205em;
	margin-right: .65em;
	vertical-align: middle;
}
.list-02:before,
.listSet-02 li:before {
	display: inline-block;
	font: normal normal normal 100%/1 "icomoon";
	font-weight: bold;
	content: "\f105";
	margin-top: -.205em;
	margin-right: .65em;
	vertical-align: middle;
	color: #0062a7;
}
.list-03:after,
.listSet-03 li:after {
	display: inline-block;
	font: normal normal normal 100%/1 "icomoon";
	font-weight: bold;
	content: "\f105";
	margin-top: -.205em;
	margin-left: .85em;
	vertical-align: middle;
	color: #0062a7;
}

/*
	----------------------------------

	snsList

	----------------------------------
*/
.snsList-01 {
	font-size: 0;
}
.snsList-01__item {
	display: inline-block;
	width: 250px;
	height: 46px;
	margin-left: 1px;
	text-align: center;
}
.snsLis-t01__item:first-child {
	margin-left: 0;
}
.snsList-01__item-link {
	display: table;
	width: 250px;
	height: 46px;
	font-size: 16px;
	color: #fff;
}
.snsList-01__item-link {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	transition: all .3s;
}
.snsList-01__item-link:hover {
	color: #fff;
	opacity: .6;
}
.snsList-01__item-link .icon:before {
	margin-right: 20px;
}

.snsList-01__item.item--facebook {background-color: #3c5b9b;}
.snsList-01__item.item--twitter {background-color: #2daae0;}
.snsList-01__item.item--line {background-color: #00c300;}

.snsList-01__item .icon {
	content: "";
	position: absolute;
	left: 31px;
	top: 0.75em;
}
.snsList-01__item .icon-facebook:before { font-size: 22px;}
.snsList-01__item .icon-twitter:before { font-size: 22px;}
.snsList-01__item .icon-line:before { font-size: 24px;}


.snsList-02 {
	font-size: 0;
}
.snsList-02__item {
	display: inline-block;
	transition: all .3s;
}
.snsList-02__item:hover {
	opacity: .65;
}
.snsList-02__item > .is-item-facebook {
	width: 15px;
	height: 15px;
	margin-right: 8px;
	background-position: -267px -2px;
}
.snsList-02__item > .is-item-instagram {
	width: 16px;
	height: 15px;
	background-position: -284px -2px;
}


/*
	----------------------------------

	contactList

	----------------------------------
*/
.contactList-02 {
	display: table;
	margin: 0 auto;
	font-size: 12px;
	text-align: center;
}
.contactList-02__item {
	margin-left: 10px;
	padding: 2px;
}

/* ボタン2つの場合 */
/* .contactList-02__item .btn {
	width: 219px;
	height: 50px;
	font-size: 16px;
	font-weight: bold;
} */

/* ボタン1つの場合 */
.contactList-02__item .btn {
	width: 340px;
	height: 50px;
	font-size: 16px;
	font-weight: bold;
}

.contactList-02__item .btn span{
	font-size: 14px;
	margin-left: 3px;
}

/*
	----------------------------------

	tabList

	----------------------------------
*/
.tab-01 {
	text-align: center;
}
.tab-01__item {
	display: inline-block;
	padding: 2px 26px;
	border-left: 1px solid #000;
}
.tab-01__item:first-child {
	border-left: none;
}
/* .tab-01__item::before {
	display: inline-block;
	font: normal normal normal 100%/1 "icomoon";
	content: "\f04b";
		-moz-transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
	margin-top: -.205em;
	margin-right: .65em;
	vertical-align: middle;
	color: #0062a7;
} */
.tab-01__item a {
	color: #3b342c;
}

.tab-01__item:first-child {
	border-left: none;
}
.tab-01__item::after {
	display: inline-block;
	font: normal normal normal 100%/1 "icomoon";
	content: "\f105";
	padding-left: 1em;
  vertical-align: middle;
	color: #0062a7;
}

#chapel-list {
	padding-top: 100px;
	/* margin-top: -100px; */
}

/*
	----------------------------------

	tabList

	----------------------------------
*/
.planList-01__item {
	font-size: 17px;
	text-align: center;
	vertical-align: top;
	border-left: 2px solid #d9d9d9;
	color: #dadada;
	width:16.6%;
}
.planList-01__item:first-child {
	border-left: none;
}
.planList-01__item-title {
	min-height: 4.0em;
	margin-bottom: 10px;
	font-weight: bold;
	line-height: 1.3;
}
.planList-01__item-price {
	font-weight: bold;
	text-align: center;
}

.planList-01__item.item--on .planList-01__item-title {	color: #000;}
.planList-01__item.item--on .planList-01__item-price {
	color: #d14d9a;
	line-height: 1.5;
}
.planList-01__item.item--on .planList-01__item-price .num{color: #000;font-weight: normal;}
.planList-01__item-price .num{font-size: 14px;}
.planList-01__item.item--on .planList-01__item-price .icon-standard{
    font-size: 10px;
    width: 70px;
    display: inline-block;
    padding: 2px 4px;
    color: #c8a43c;
    background: white;
    border: 1px solid #c8a43c;
    margin-right: 6px;
    top: -3px;
    position: relative;
    font-weight: bold !important;
}
.planList-01__item.item--on .planList-01__item-price .icon-premium{
    font-size: 10px;
    width: 70px;
    display: inline-block;
    padding: 2px 4px;
    color: white;
    background: #c8a43c;
    border: 1px solid #c8a43c;
    margin-right: 6px;
    top: -3px;
    position: relative;
    font-weight: bold !important;
}

.planList-01__item-link {
	height: 1.5em;
	margin-top: 18px;
	font-size: 14px;
}
/* .planList-01__notes {
	margin: 25 0;
	text-align: center;
} */


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

   gallery

==========================================================================*/
.gallery-01 {
	width: 1016px;
	margin-right: auto;
	margin-left: auto;
}
.gallery-01-inner {
	width: 1044px;
	margin-right: -28px;
}
.gallery-01__item {
	width: 320px;
	margin: 0 28px 39px 0;
}
.gallery-01__item-image {
	overflow: hidden;
	width: 320px;
	height: 219px;
}
.gallery-01__item-text {
	margin-top: 5px;
	font-size: 12px;
	line-height: 1.5;
}


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

   heading

==========================================================================*/
.heading-01 {
	padding: 20px;
	font-size: 18px;
	text-align: center;
	color: #3b342c;
	background: #f2f2f2;
	line-height: 1.6;
}

.heading-01 .large{
	font-size: 22px;
}
.heading-02 {
	position: relative;
	display: inline-block;
	height: 40px;
	padding: 18px 18px 10px;
	font-size: 22px;
	text-align: center;
	line-height: 34px;
	border: 1px solid #e9e7e7;
	background: #fff;
	z-index: 0;
}
.heading-02::before {
	position: absolute;
	left: 50%;
	content: '';
	width: 0;
	height: 0;
	margin-left: -26px;
	border: 26px solid transparent;
	border-top: 16px solid #fff;
	z-index: 2;
	top: 68px;
}
.heading-02::after {
	position: absolute;
	left: 50%;
	content: '';
	width: 0;
	height: 0;
	margin-left: -26px;
	border: 26px solid transparent;
	border-top: 16px solid #e9e7e7;
	z-index: 1;
	top: 69px;
}
.heading-03 {
	position: relative;
	width: 904px;
	height: 40px;
	margin: 0 auto 39px;
	padding: 18px 18px 10px;
	font-size: 22px;
	text-align: center;
	line-height: 34px;
	outline: solid 1px #e9e7e7;
	border: 4px solid #fff;
	background: #f2f2f2;
	z-index: 0;
}
.heading-03::before {
	position: absolute;
	left: 50%;
	content: '';
	width: 0;
	height: 0;
	margin-left: -26px;
	border: 26px solid transparent;
	border-top: 16px solid #f2f2f2;
	z-index: 2;
	top: 65px;
}
.heading-03::after {
	position: absolute;
	left: 50%;
	content: '';
	width: 0;
	height: 0;
	margin-left: -26px;
	border: 26px solid transparent;
	border-top: 16px solid #fff;
	z-index: 1;
	top: 69px;
}
.heading-03-inner::before {
	position: absolute;
	left: 50%;
	content: '';
	width: 0;
	height: 0;
	margin-left: -26px;
	border: 26px solid transparent;
	border-top: 16px solid #f2f2f2;
	z-index: 0;
	top: 71px;
}


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

   module

==========================================================================*/
.btn {
	display: table-cell;
	vertical-align: middle;
}

/*
	----------------------------------

	btn

	----------------------------------
*/
.btn-01 {
	/*display: table-cell;*/
	text-align: center;
	vertical-align: middle;
	color: #fff;
	line-height: 1.25;
	border: 1px solid #0062a7;
	background-color: #0062a7;
	position: relative;
}
.btn-01:hover {
	padding: 0;
	color: #0062a7;
	background-color: #fff;
}
.btn-02 {
	/*display: inline-block;*/
	box-sizing: border-box;
	padding: 7px;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	line-height: 1.3;
	outline: 2px solid #0062a7;
	border: 1px solid #0062a7;
	transition: opacity .3s;
	background-color: #0062a7;
}
.btn-02:hover {
	color: #fff;
	opacity: .8;
	transition: opacity .3s;
}
.btn-03 {
	/*display: inline-block;*/
	box-sizing: border-box;
	padding: 7px 12px;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	line-height: 1.3;
	outline: 2px solid #a6986f;
	border: 1px solid #a6986f;
	background-color: #a6986f;
	transition: opacity .3s;
}
.btn-03:hover {
	color: #fff;
	opacity: .7;
	transition: opacity .3s;
}
.btn-04 {
	/*display: block;*/
	padding: 15px;
	text-align: center;
	background: #f2f2f2;
}
.btn-04:hover {
	padding: 14px;
	color: #000;
	border: 1px solid #eee;
	background: #f9f9f9;
}

.btn-05:before {
	display: inline-block;
	font: normal normal normal 100%/1 "icomoon";
	font-weight: bold;
	content: "\f105";
	margin-top: -.205em;
	margin-right: .65em;
	vertical-align: middle;
	color: #0062a7;
}

.btn-06 {
	/*display: inline-block;*/
	box-sizing: border-box;
	padding: 7px;
	color: #0062a7;
	text-align: center;
	vertical-align: middle;
	line-height: 1.3;
	border: 1px solid #0062a7;
	transition: opacity .3s;
	background-color: #fff;
	transition: .3s;
}
.btn-06:hover {
	color: #fff;
	transition: .3s;
	background-color: #0062a7;
}

.btn-07 {
	/*display: table-cell;*/
	text-align: center;
	vertical-align: middle;
	color: #0062a7;;
	line-height: 1.25;
	border: 1px solid #0062a7;
	background-color: #fff;
	box-sizing: border-box;
    padding: 8px;
   	transition:.3s;
}
.btn-07:hover, .btn-08:hover {
	color: #fff;
	background-color: #0062a7;
	transition:.3s;
}

.btn-08 {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	color: #0062a7;;
	line-height: 1.25;
	border: 1px solid #0062a7;
	background-color: #fff;
	box-sizing: border-box;
	padding: 8px;
	transition:.3s;
	border-radius: 23px;
}

.btn-08:after{
	display: inline-block;
	font: normal normal normal 100%/1 "icomoon";
	font-weight: bold;
	content: "\f105";
	margin-top: -8px;
	position: absolute;
  right: 20px;
  top: 50%;
	vertical-align: middle;
	color: #0062a7;
}
.btn-08:hover:after {
	color: #fff;
}

.btn-09{
	box-sizing: border-box;
	padding: 7px;
	color: #0062a7;
	text-align: center;
	vertical-align: middle;
	line-height: 1.3;
	border: 1px solid #0062a7;
	transition: opacity .3s;
	background-color: #ebf5fc;
	transition: .3s;
}

.btn-09:hover {
	color: #fff;
	transition: .3s;
	background-color: #0062a7;
}

/*
	----------------------------------

	tag

	----------------------------------
*/
.tag-01 {
	display: inline-block;
	padding: 3px 9px;
	font-size: 10px;
	border-radius: 5px;
	background: #f2f2f2;
	line-height: 1;
}
.tag-02 {
	display: inline-block;
	padding: 5px 10px;
	font-size: 12px;
	text-align: center;
	color: #fff;
	border-radius: 2px;
	background-color: #b5903d;
}
.tag-02 > .is-tag__value {
	font-size: 14px;
	font-weight: bold;
}
.tag-03 {
	display: inline-block;
	padding: 5px 10px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	background-color: #b5903d;
}
.tag-04 {
	display: inline-block;
	padding: 2px 10px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	background-color: #b5903d;
}
.tag-05 {
	display: inline-block;
	padding: 5px 10px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #BF3489;
	background-color: #FCEEF1;
}
.tag-06 {
	display: inline-block;
	padding: 2px 10px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #BF3489;
	background-color: #FCEEF1;
}
.tag-09 {
	display: inline-block;
	padding: 2px 10px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #FCEEF1;
	background-color: #BF3489;
}
.tag-10 {
	display: inline-block;
	padding: 5px 10px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color:  #FCEEF1;
	background-color: #BF3489;
}

/*
	----------------------------------

	hr

	----------------------------------
*/
.hr-01 {
	border: solid 2px #ddd;
	border-width: 1px 0 0;
	clear: both;
	margin: 39px auto;
	width: 800px;
	height: 0;
}

/*
	----------------------------------

	label

	----------------------------------
*/
.label-01 {
	position: relative;
}
.label-01:before {
	position: absolute;
	left: -5px;
	top: -5px;
	content: "";
	width: 125px;
	height: 82px;
	background: url(../img/sheet_label.webp) left top / 875px;
	background-repeat: no-repeat;
	z-index: 5;
}
.label-01--campaign::before { background-position: 0 0;}
.label-01--ceremony::before { background-position: -125px 0;}
.label-01--dinner::before   { background-position: -250px 0;}
.label-01--party::before    { background-position: -375px 0;}
.label-01--option::before   { background-position: -500px 0;}
.label-01--premium::before  { background-position: -625px 0;}
.label-01--popular::before  { background-position: -750px 0;}
.label-01--highgrade::before    { background-position: -375px -82px;}

.label-01--point01::before   { background-position: 0 -82px;}
.label-01--point02::before  { background-position: -125px -82px;}
.label-01--point03::before  { background-position: -250px -82px;}


.label-02 {
	position: relative;
}
.label-02:before {
	position: absolute;
	left: -2px;
	top: -2px;
	content: "";
	width: 171px;
	height: 92px;
	background-image: url(../img/sheet_label02.png);
	background-repeat: no-repeat;
	z-index: 5;
}
.label-02--point1::before { background-position: 0 0;}
.label-02--point2::before { background-position: -171px 0;}
.label-02--point3::before { background-position: -342px 0;}


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

   effect

==========================================================================*/
/*
	----------------------------------

	shadow

	----------------------------------
*/
.shadow-01 {
	position: relative;
	z-index: 2;
}
.shadow-01::before, .shadow-01::after {
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 15px;
	left: 10px;
	width: 50%;
	top: 80%;
	max-width:300px;
	background: #ccc;
	-webkit-box-shadow: 0 18px 15px #ccc;
	-moz-box-shadow: 0 18px 15px #ccc;
	box-shadow: 0 15px 18px #ccc;
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	transform: rotate(-3deg);
}
.shadow-01::after {
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	transform: rotate(3deg);
	right: 10px;
	left: auto;
}

/*
	----------------------------------

	text-shadow

	----------------------------------
*/
.text-shadow-01 {
	text-shadow: 1px 1px 1px #333;
}




/*
	----------------------------------

	scale

	----------------------------------
*/
.scale-img {
	position: relative;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.scale-img img {
	width: 100%;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.scale-img:hover img {
	opacity: .8;
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}




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

   card

==========================================================================*/
/*
	----------------------------------

	card01

	----------------------------------
*/

.card-01__item {
	box-sizing: border-box;
	position: relative;
	background: #fff;
}
.card-01__item-inner {
	background: #fbfbfb;
}
.card-01__item-image{
	position: relative;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.card-01__item-inner img {
	width: auto;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.card-01__item-inner:hover img {
	opacity: .8;
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
.card-01__item-inner:hover img.none{
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.card-01__item-inner.inner--bg02 {
	background: #fbfbfb;
}
.card-01__item.item--size01 {
	width: 880px;
  margin: 0 auto;
}
.card-01__item.item--size01 .card-01__item-title{
	font-size: 18px !important;
}
.card-01__item.item--size01 .card-01__item-inner {
	padding: 34px 34px 15px;
}
.card-01__item.item--size01 .card-01__item-text {
	padding: 5px 0 0 22px;
}
.card-01__item.item--size01 .card-01__item-subTitle {
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 1.5;
}
.card-01__item--size02-container {
	width: 981px;
	margin: 25px auto;
	padding-bottom: 20px;
}
.card-01__item.item--size02 {
	display: inline-block;
	width: 470px;
}
.card-01__item.item--size02:first-child {
	margin-right: 36px;
}
.card-01__item.item--size02 .card-01__item-inner {
	padding: 30px 30px 15px;
}
.card-01__item.item--size02 .card-01__item-text {
	padding: 3px 0 0 21px;
}
.card-01__item.item--size02 .card-01__item-subTitle {
	margin-bottom: 10px;
}

.card-01__item-title {
	margin-bottom: 21px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #d14d9a;
}
.card-01__item-subTitle {
	margin-bottom: 6px;
	font-weight: bold;
	line-height: 1.5;
}
.card-01__item-detail {
	font-size: 13px;
	line-height: 1.6;
	margin-bottom: 2px;
}
.card-01__item-link {
	font-size: 13px;
	line-height: 1.4;
}
.card-01__item-more {
	margin: 15px 0;
	font-size: 12px;
	font-weight: bold;
}



/*
	----------------------------------

	card02

	----------------------------------
*/
.card-02__list {
	margin: 50px auto;
}
.card-02__item {
	margin-left: 20px;
	transition: all .5s;
}
.card-02__item:hover {
	opacity: .6;
}

/*
	----------------------------------

	card03

	----------------------------------
*/
.card-03 {
	width: 990px;
	margin: 0 auto;
}
.card-03__list {
	overflow: visible;
	width: 990px;
	text-align: center;
}
.card-03__item {
    width: 300px;
    margin: 0 15px 40px 15px;
}
.card-03__item:hover .card-03__item-image {
	opacity: .6;
	transition: all .3s;
}
/*.card-03__item:nth-child(3n) {
  margin-right: 0;
}*/
.card-03__item-text {
	padding: 10px 0 25px;
	font-size: 18px;
	text-align: center;
	background: #fff;
	height: 121px;
}
.card-03__item-text > .is-text__name {
	margin-bottom: 15px;
    line-height: 1.2em;
    height: 80px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 400px;
}

.card-03__item-text > .is-text__name.h-low{
	height: 34px;
}

.card-03__item-text > .is-text__price {
	color: #d14d9a;
	font-size: 14px;
	margin-bottom: 4px;
	padding-left: 20px;
	margin-top: 6px;
}
.card-03__item-text > .is-text__price > .is-value {
	font-size: 20px;
	font-weight: bold;
}
.card-03__item-text > .is-text__price > .icon-standard{
    font-size: 10px;
    width: 70px;
    display: inline-block;
    padding: 2px 4px;
    color: #c8a43c;
    background: white;
    border: 1px solid #c8a43c;
    margin-right: 6px;
    top: -3px;
    position: relative;
    font-weight: bold !important;
}
.card-03__item-text > .is-text__price > .icon-premium{
    font-size: 10px;
    width: 70px;
    display: inline-block;
    padding: 2px 4px;
    color: white;
    background: #c8a43c;
    border: 1px solid #c8a43c;
    margin-right: 6px;
    top: -3px;
    position: relative;
    font-weight: bold !important;
}
.card-03__item-image {
	position: relative;
	transition: all .3s;
}

/*
	----------------------------------

	card04

	----------------------------------
*/
.card-04 {
	overflow: hidden;
	width: 942px;
	margin: 0 auto;
}
.card-04__list {
	width: 956px;
}
.card-04__item {
	width: 216px;
	margin: 0 15px 25px 0;
	padding: 4px;
	font-size: 14px;
	text-align: center;
	background: #1b2d58;
}
.card-04__item.l-grid__item:hover {
	opacity: .6;
	transition: all .3s;
}
.card-04__item-name {
	padding: 16px 5px 12px;
	color: #fff;
}

/*
	----------------------------------

	card05

	----------------------------------
*/
.card-05 {
	width: 972px;
	margin: 0 auto;
}
.card-05__list {
	margin-right: -12px;
}
.card-05__item {
	width: 234px;
	margin: 0 12px 25px 0;
	font-size: 14px;
	text-align: center;
	z-index: 2;
}
.card-05__item .chapel-archive__item{
	margin-bottom: 4px;
}
.card-05__item:hover .card-05__item-image { opacity: .6; transition: all .3s;}
.card-05__item:hover .card-05__item-inner { background-color: #fbfbfb; transition: all .3s;}

.card-05__item-inner {
	padding-bottom: 40px;
	background-color: #f8f7f6;
	position: relative;
}
.card-05__item-text {
	padding: 15px 10px 0;
	color: #000;
}
.card-05__item .is-text__free-area {
	margin-bottom: 10px;
	font-size: 12px;
	position: absolute;
	top: 4px;
	right: 4px;
	z-index: 999;
	padding: 4px 6px;
	background: white;
}
.card-05__item .is-text__title {
	/*min-height: 3.9em;*/
	margin-bottom: 11px;
	font-size: 14px;
	line-height: 1.3;
	font-weight: bold;
}
.card-05__item .is-text__copy {
	font-size: 12px;
	line-height: 1.5;
	text-align: left;
}
.card-05__no-posts {
	margin: 80px 0 100px;
	text-align: center;
}


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

   media

==========================================================================*/
.media-01 {
	width: 998px;
	margin: 25px auto;
}


.media-01__list {
	overflow: hidden;
	margin: 0 auto;
}

.media-01__item {
	float: left;
	width: 478px;
}
.media-01__item:first-child {
	margin-right: 20px;
	padding-right: 20px;
	border-right: 2px dotted #999;
}
.media-01__item-image {
	padding: 3px;
	border: 1px solid #e9e7e7;
	background: #fff;
}
.media-01__item-text {
	padding-left: 11px;
}
.media-01__item-title {
	margin: 4px 0 7px;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5;
}
.media-01__item-detail {
	font-size: 12px;
	line-height: 1.5;
}

/*
	----------------------------------

	card06

	----------------------------------
*/

.card-06__item {
	box-sizing: border-box;
	position: relative;
	background: #fff;
	border: 5px solid #d3c9b4;
}
.card-06__item-inner {
	background: #fff;
}
.card-06__item-inner.inner--bg02 {
	background: #fbfbfb;
}
.card-06__item-inner.inner--bg03 {
	background: #f3eee4;
}
.card-06__item.item--size01 {
	width: 920px;
  margin: 0 auto;
}
.card-06__item.item--size02 {
	width: 1020px;
  margin: 0 auto;
}
.card-06__item.item--size01 .card-06__item-inner {
	padding: 24px 34px;
}
.card-06__item.item--size01 .card-06__item-text {
	padding: 5px 0 0 42px;
}
.card-06__item.item--size01 .card-06__item-subTitle {
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 1.5;
}
.card-06__item.item--size01 .card-06__item-btn {
	padding-top: 20px;
	text-align: center !important;
	width: 100% !important;
	position: relative;
	display: inline-block;
}
.card-06__item.item--size01 .card-06__item-btn a{
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.card-06__item.item--size02 .card-06__item-inner {
	padding: 24px 34px;
}
.card-06__item.item--size02 .card-06__item-text {
	padding: 5px 0 0 42px;
}
.card-06__item.item--size02 .card-06__item-subTitle {
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 1.5;
}
.card-06__item-image{
	text-align: center;
	margin-bottom: 8px;
}
.card-06__item-image img{
	display: inline-block;
	margin-left: 2px;
	margin-right: 2px;
}
.card-06__item-subimage{
	width: 272px;
	display: inline-block;
	vertical-align:top;
}
.card-06__item-subimage img{
	margin-bottom: 8px;
}
.card-06__item-subimage span{
	font-weight: bold;
	color: #d14d9a;
	font-size: 18px;
}
.card-06__item-title {
	margin-bottom: 21px;
	font-size: 20px;
	text-align: center;
	line-height: 1.4em;
}
.card-06__item-title .tag-04{
	font-size: 16px;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}
.card-06__item-title span.pink{
	color: #d14d9a;
	font-weight: bold;
}
.card-06__item-subTitle {
	margin-bottom: 6px;
	font-weight: bold;
	line-height: 1.5;
}
.card-06__item-detail {
	font-size: 13px;
	line-height: 1.4;
	margin-bottom: 2px;
	text-align: center;
}
.card-06__item-detail .pink{
	color: #d14d9a;
}
.card-06__item-link {
	font-size: 13px;
	line-height: 1.4;
}
.card-06__item-more {
	margin: 15px 0;
	font-size: 12px;
	font-weight: bold;
}
.card-07__item-title {
	font-size: 20px;
	text-align: center;
	line-height: 1.4em;
}

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

   cdm-couple

==========================================================================*/
/*
	----------------------------------

	tile ver.

	----------------------------------
*/
#cdm-couple {
	width: 952px;
	margin: 0 auto;
	font-size: 0;
}
.cdm-couple--tile__item {
	position: relative;
	width: 119px;
	height: 119px;
	display: inline-block;
	background: #f3f2f4;
}
.cdm-couple--tile__item-photo {
	width: 119px;
	height: 119px;
	margin: 0;
}
.cdm-couple--tile__item-photo .is-photo__thumb {
	overflow: hidden;
	position: relative;
	display: block;
	width: 119px;
	height: 119px;
	margin-right: auto;
	margin-left: auto;
	line-height:55px;
	z-index: 1;
}
.cdm-couple--tile__item-photo .is-photo__thumb img {
	position: absolute;
	top: 0;
}

/* overlay */
.cdm-couple--tile__item-overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0.3em 0.5em;
	color: #0062a7;
	font-size: 11px;
	font-weight: bold;
	line-height: 1.3;
	background: #fff;
	visibility: hidden;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	z-index: 20;
	transition: all .3s;
}
.cdm-couple--tile__item-overlay a {
	line-height: 1.4;
	color: #0062a7;
	text-decoration: underline;
}
.cdm-couple--tile__item:hover .cdm-couple--tile__item-overlay {
	visibility: visible;
	filter: alpha(opacity=80);
	-moz-opacity: .8;
	opacity: .8;
	transition: all .3s;
}

/*
	----------------------------------

	slide ver.

	----------------------------------
*/
.chapel-single-testimonials__body{
	width: 986px;
	margin-left: auto;
	margin-right: auto;
}
#cdm-couple-slide {
	font-size: 0;
	margin: 0 auto 50px;
	width: 952px;
}
.chapel-single-testimonials  .bx-viewport {
	padding: 10px 0;
}
.cdm-couple-slide__item {
	width: 180px !important;
	box-shadow: 0 0 5px #999;
	background: #fff;
	margin: 5px;
}
.cdm-couple-slide__item-inner {
	display: inline-block;
	width: 170px;
	text-align: center;
	padding: 5px;
	padding-bottom: 12px;
	font-size: 12px;
	line-height: 1.5;
}
.cdm-couple-slide__photo {
	display: block;
	width: 170px;
	height: 170px;
	margin: 0 auto 3px;
}

.cdm-couple-slide__name {
	width: 170px;
	margin-right: auto;
	margin-left: auto;
	line-height: 130%;
	font-size: 12px;
	color: #0062a7;
	font-weight: bold;
}
.cdm-couple-slide__date {
 color: #0062a7;
 font-weight: bold;
}
.cdm-couple-slide__hall{
	line-height: 1.0;
}

#cdm-couple-slide-matanity {
	font-size: 0;
	margin: 0 auto;
}
#cdm-couple-slide-baby {
	font-size: 0;
	margin: 0 auto;
}

.cdm-couple-slide2__item {
	width: 170px !important;
	box-shadow: 0 0 5px #999;
	background: #fff;
}
.cdm-couple-slide2__item-inner {
	display: inline-block;
	width: 160px;
	text-align: center;
	padding: 5px;
	padding-bottom: 12px;
	font-size: 12px;
	line-height: 1.5;
}
.cdm-couple-slide2__photo {
	display: block;
	width: 160px;
	height: 160px;
	margin: 0 auto 3px;
}

.cdm-couple-slide2__name {
	width: 160px;
	margin-right: auto;
	margin-left: auto;
	line-height: 130%;
	font-size: 12px;
}
.cdm-couple-slide2__date {
 color: #0062a7;
 font-weight: bold;
}

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

   slider

==========================================================================*/
.slider-01-outer {
	width: 976px;
	margin: 0 auto;
	margin-left: 26px;
	text-align: center;
}
.slider-01__item {
	width: 478px !important;
}
.slider-01__item:hover img {
	opacity: .6;
	transition: all .3s;
}
.slider-02-outer {
	width: 908px;
	margin: 0 auto 60px;
	margin-left: 60px;
}
.slider-02__item {
	width: 908px !important;
	height: 312px;
}

.slider-03-outer {
	width: 800px;
	margin: 0 auto;
	margin-left: 26px;
}
.slider-03__item {
	width: 800px !important;
	height: 533px;
}

.slider-04__item {
	width:975px!important;
}


/*-------------------------------------------------------

	table

-------------------------------------------------------*/
.table-01 {
	width: 100%;
	margin-bottom: -1px;
	border-collapse: collapse;
	font-size: 14px;
	line-height: 1.3;
	background: #fff;
}
.table-01 caption {
	font-size: 16px;
	padding: 20px;
	text-align: center;
	border-top: 1px solid #aeaeae;
	border-right: 1px solid #aeaeae;
	border-left: 1px solid #aeaeae;
	background: #e5e4e4;
}
.table-01 .is-bg-type01 { background-color: #f2f2f2;}
.table-01 .is-bg-type02 { background-color: #fceef1;}
.table-01 th {
	padding: 10px;
	vertical-align: middle;
	border: 1px solid #aeaeae;
}
.table-01 td {
	padding: 10px;
	font-size: 12px;
	vertical-align: middle;
	border: 1px solid #aeaeae;
}
.table-01 .col01 {
	width: 180px;
}
.table-01 .col03,
.table-01 .col04,
.table-01 .col05,
.table-01 .col06 {
	width: 110px;
}
.table-01 thead th {
	text-align: center;
	background-color: #e5e4e4;
}
.table-01 tbody th {
	text-align: left;
	font-weight: normal;
	background-color: #f3f3f3;
}
.table-01 td.col03,
.table-01 td.col04,
.table-01 td.col05 {
	text-align: center;
}
.table-01-03 tbody .col01 {
	text-align: center;
}
.table-01 .total {
	color: #bf3489;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	width: 373px;
}

/*---------------------------------------------------- table Options (page.cssへ記述) */
/* ↓ 背景を赤とかにする場合の */
.plan-table.plan01 .table-01 .col03,
.plan-table.plan02 .table-01 .col04,
.plan-table.plan03 .table-01 .col04,
.plan-table.plan04 .table-01 .col05,
.plan-table.plan05 .table-01 .col05 {
	background-color: #fceef1;
}
.table-01 .total {
	background: #fceef1;
}


/*-------------------------------------------------------

	table201712

-------------------------------------------------------*/
.table-02 {
	width: 100%;
	margin-bottom: -1px;
	border-collapse: collapse;
	font-size: 14px;
	line-height: 1.3;
	background: #fff;
}
.table-02 caption {
	font-size: 16px;
	padding: 20px;
	text-align: center;
	border-top: 1px solid #aeaeae;
	border-right: 1px solid #aeaeae;
	border-left: 1px solid #aeaeae;
	background: #e5e4e4;
}
.table-02 .is-bg-type01 { background-color: #f2f2f2;}
.table-02 .is-bg-type02 { background-color: #fceef1;
	padding-top: 16px;
	padding-bottom: 16px;
}
.table-02 th {
	padding: 10px;
	vertical-align: middle;
	border: 1px solid #aeaeae;
}
.table-02 td {
	padding: 10px;
	font-size: 12px;
	vertical-align: middle;
	border: 1px solid #aeaeae;
}
.table-02 .col01 {
	width: 180px;
}
.table-02 .col03,
.table-02 .col04,
.table-02 .col05,
.table-02 .col06 {
	width: 130px;
}
.table-02 thead th {
	text-align: center;
	background-color: #e5e4e4;
}
.table-02 tbody th {
	text-align: left;
	font-weight: normal;
	background-color: #f3f3f3;
}
.table-02 td.col03,
.table-02 td.col04,
.table-02 td.col05 {
	text-align: center;
	/*background-color: #fceef1;*/
}
.table-02-03 tbody .col01 {
	text-align: center;
}
.table-02 .total {
	color: #bf3489;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
.table-02 .total.wide{
	width: 280px !important;
}


/*---------------------------------------------------- table Options (page.cssへ記述) */
/* ↓ 背景を赤とかにする場合の */
.plan-table.plan01 .table-02 .col03,
.plan-table.plan02 .table-02 .col03,
.plan-table.plan03 .table-02 .col03,
.plan-table.plan04 .table-02 .col03,
.plan-table.plan05 .table-02 .col03 {
	background-color: #fceef1;
}

/* 丸を大きめに */
.table-02 .circle {
	font-size: 20px;
	vertical-align: middle;
}

.campaign_bnr{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-bottom: 10px;
}
.campaign_bnr img{
	margin-bottom: 6px;
}
.campaign_bnr900{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-bottom: 10px;
}
.campaign_bnr900 img{
	margin-bottom: 6px;
}
.campaign_bnr a.to_pages{
    font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
	width: 100%;
	color: #d14d9a;
}
.campaign_bnr a.to_pages:hover{
    text-decoration: none;
    opacity: .6;
    transition: all .3s;
}

.ttl_type01{
	margin: 40px auto;
	background-image: url(../img/ttl_type01_bg.png);
	background-position:0 center;
	text-align: center;
	background-repeat: no-repeat;
	width:952px;
	height:22px;
	font-size: 22px;
}

.ttl_type01 em{
	font-weight: bold;
	color:#d14d9a;
}

.card-08__list{
	width: 960px;
	margin: auto;
	font-size: 0;
}

.card-08__list li{
	width:237px;
	text-align: center;
	font-size: 12px;
	margin-bottom: 30px;
	line-height: 1.5;
	transition: .3s;
}

.card-08__list li:hover{
	opacity: .7;
	transition: .3s;
}

.card-08__list li .card-08__item-name{
	font-size: 18px;
	font-weight: bold;
	color:#0062a7;
	margin: 10px 0;
}

.card-08__list li .card-08__item-name:after{
    font: normal normal normal 100%/1 "icomoon";
    content: "\f105";
    margin-left: 10px;
}

.card-08__item-image{
	margin: auto;
	width:182px;
	height: 182px;
	border-radius: 50%;
	overflow: hidden;
}

/*
	----------------------------------

	card09

	----------------------------------
*/
.card-09 {
	width: 951px;
	margin: 0 auto;
}
.card-09__list {
	overflow: visible;
	width: 951px;
}
.card-09__item {
	width: 456px;
	height: 157px;
	background: #fff;
}


.card-09__item_wrap{
	width: 456px;
	display: inline-block;
	margin-right: 39px;

}

.card-09__item_wrap.none{
	margin-right: 0;
}

.card-09__item:hover img{
	opacity: .6;
	transition: all .3s;
}
.card-09__item:nth-child(2n) {
  margin-right: 0;
}
.card-09__item-text {
	width: 299px;
	display:inline-block;
	box-sizing: border-box;
	padding: 18px 14px 25px;
	font-size: 16px;
	text-align: center;
	background: #fff;
	height: 157px;
}

.card-09__item-text.pt{
	padding: 12px 14px 25px;
}
.card-09__item-text > .is-text__name {
	margin-bottom: 5px;
	line-height: 1.6;
}
.card-09__item-text > .is-text__price {
	color: #d14d9a;
	font-size: 14px;
	margin-bottom: 4px;
}

.is-text__copy{
	font-size: 12px;
	line-height: 1.4;
	text-align:left;
	margin-top: 10px;
}
.card-09__item-text > .is-text__price {
	color: #d14d9a;
	font-size: 14px;
	margin-bottom: 4px;
}
.card-09__item-text > .is-text__price > .is-value {
	font-size: 20px;
	font-weight: bold;
}
.card-09__item-text > .is-text__price > .icon-standard{
    font-size: 10px;
    width: 70px;
    display: inline-block;
    padding: 2px 4px;
    color: #c8a43c;
    background: white;
    border: 1px solid #c8a43c;
    margin-right: 6px;
    top: -3px;
    position: relative;
    font-weight: bold !important;
}
.card-09__item-text > .is-text__price > .icon-premium{
    font-size: 10px;
    width: 70px;
    display: inline-block;
    padding: 2px 4px;
    color: white;
    background: #c8a43c;
    border: 1px solid #c8a43c;
    margin-right: 6px;
    top: -3px;
    position: relative;
    font-weight: bold !important;
}

.card-09__item-inner:hover img {
	width: 100%;
	transform: scale(1);
	transition: all .3s ease-in-out;
}
.card-09__item-inner:hover img {
	opacity: .8;
	transform: scale(1.05);
}


/*
	----------------------------------

	card10

	----------------------------------
*/
.card-10 {
	width: 970px;
	margin: 0 auto;
}

.card-10.standard {
	width: 1200px;
}
.card-10__list {
	overflow: visible;
	width: 970px;
	text-align: center;
	margin: auto;
}
.card-10.standard .card-10__list {
	width: 1200px;
}
.card-10__item-inner:hover .card-03__item-image {
	opacity: .6;
	transition: all .3s;
}

.card-10__item-inner {
    width: 300px;
    margin: 0 15px 40px;
    background: #fff;
    display: inline-block;
    box-shadow: 0px 24px 13px -22px rgb(0 0 0 / 10%);
    vertical-align: top;
}

.card-10__item-text {
	padding: 25px 0 0;
	font-size: 18px;
	text-align: center;
	background: #fff;
	height: 121px;
}
.card-10__item-text > .is-text__name {
	margin-bottom: 15px;
    line-height: 1.2em;
    height: 50px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 400px;
}

.card-10__item-text > .is-text__name.m-low {
	height: 45px;
}

.card-10__item-text > .is-text__name.h-low {
	height: 50px;
}

.card-10__item-text > .is-text__name.h-low h3 {
	margin-top: 10px;
}

.card-10__item-text > .is-text__price {
	color: #d14d9a;
	font-size: 14px;
	margin-bottom: 6px;
	padding-left: 20px;
	margin-top: 0;
}
.card-10__item-text > .is-text__price > .is-value {
	font-size: 20px;
	font-weight: bold;
}
.card-10__item-text > .is-text__price > .icon-standard{
    font-size: 10px;
    width: 70px;
    display: inline-block;
    padding: 2px 4px;
    color: #c8a43c;
    background: white;
    border: 1px solid #c8a43c;
    margin-right: 6px;
    top: -3px;
    position: relative;
    font-weight: bold !important;
}
.card-10__item-text > .is-text__price > .icon-premium{
    font-size: 10px;
    width: 70px;
    display: inline-block;
    padding: 2px 4px;
    color: white;
    background: #c8a43c;
    border: 1px solid #c8a43c;
    margin-right: 6px;
    top: -3px;
    position: relative;
    font-weight: bold !important;
}

.card-10__item-text > .is-text__price > .num{
	color: #000;
}
is_copy
.card-10__item-text > .is-text__case {
	color: #6f6f6f;
	display: inline-block;
	margin: 4px 0 6px;
	padding: 3px;
	font-size: 11px;
	background: #eceaea;
}

.card-10__item-text > .is_text__ex {
	color: #6f6f6f;
	font-size: 11px;
	line-height: 1.3;
}

.card-10__item-image {
	position: relative;
	transition: all .3s;
}

.card-10__item-inner:hover img {
	width: 100%;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.card-10__item-inner:hover img {
	opacity: .8;
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.card-10__item-text .is_copy {
	position: absolute;
  width: 200px;
	height: 32px;
  background-color: #fbeff1;
  padding: 5px;
  left: 0;
  right: 0;
  margin: -44px auto 0;
	font-size: 12px;
	line-height: 1.3;
}

.card-10__item-text .is_copy.single {
	line-height: 32px;
}

/*
	----------------------------------

	20223/04変更

	----------------------------------
*/

.card-10__item.landscape .card-10__item-inner.wide {
	width: 800px;
	padding: 25px 0 25px 25px;
}

.card-10__item.landscape .card-10__item-text {
	padding-top: 37px;
}

.card-10__item.landscape .card-10__item-text .is_copy {
	position: relative;
	margin-top: 0;
}

.card-10__item.landscape .card-10__item-text>.is-text__name {
	width: 460px;
}

.card-10__item.landscape .card-10__item-image img {
 width: 370px;
 height: 180px;
 object-fit: cover;
}

.card-10__item-inner.wide {
	width: 370px;
}
.card-10__item-inner.wide img {
	height: 180px;
	object-fit: cover;
}

/*
	----------------------------------

	premium-plan

	----------------------------------
*/

.premium-plan {
  width: 950px;
  margin: 0 auto;
}

.premium-plan .header-01 {
	margin-bottom: 30px;
}

.premium-plan .texts-01 {
	margin-bottom: 40px;
}

.premium-plan .title-en {
	font-family: 'Abel', sans-serif;
	color: #937f60;
	font-size: 29px;
	letter-spacing: 0.2em;
	margin-bottom: 10px;
}

.premium-plan .title-ja {
	font-size: 16px;
	font-weight: bold;
}

.premium-plan__list {
  width: 920px;
  text-align: center;
	margin: 0 auto;
}

.premium-plan__item-inner {
  width: 290px;
  margin: 0 15px 40px 15px;
  background: #937f60;
  color: #fff;
	display: inline-block;
	vertical-align: top;
}

.premium-plan__item-inner:first-child {
  margin: 0 10px 40px 0;
}

.premium-plan__item-inner:nth-child(3) {
  margin: 0 0 40px 10px;
}

.premium-plan__item-inner a {
	color: #fff;
	font-size: 11px;
	text-decoration: underline;
}

.premium-plan__item-inner a:hover {
	opacity: 0.8;
}

.premium-plan__item-inner a::after {
	display: inline-block;
  font: normal normal normal 100%/1 "icomoon";
  content: "\f105";
  margin-left: 0.65em;
}

.premium-plan__item-text {
  font-size: 16px;
  font-weight: bold;
	padding-bottom: 20px;
	height: 273px;
}

.premium-plan__item-text>.is-text__name {
  margin-bottom: 15px;
}

.premium-plan__item-text>.is-text__price {
  font-size: 14px;
  margin-bottom: 6px;
}

.premium-plan__item-text>.is-text__price>.is-value {
  font-size: 18px;
  font-weight: bold;
}

.premium-plan__item-text>.is_text_ex {
	margin: 7px auto;
	font-size: 10px;
	letter-spacing: 0.1em;
}

.premium-plan__item-text .is_copy {
	margin: 15px auto 5px;
  font-size: 12px;
	line-height: 1.6;
}

.premium-plan .premium-plan__item-image {
	padding: 20px;
}


/* 2023。03 プレミアムプランカラム更新 */
.premium-plan.bg-blue {
	background-color: #3a629d;
	padding: 40px 0;
	margin-bottom: 80px;
}

.premium-plan.bg-blue .texts-01 {
	color: #fff;
}

.premium-plan.bg-blue .premium-plan__item-inner {
	background: inherit;
	width: 270px;
	    margin: 0 5px;
}

.premium-plan.bg-blue .premium-plan__item-image {
	padding: 0;
}

.premium-plan.bg-blue .premium-plan__item-text {
	height: auto;
   padding-top: 20px;
}

.premium-plan.bg-blue .gradeup-option__item_btn {
	margin: 0 auto;
}

.gradeup-option__item_btn {
  width: 314px;
  height: 53px;
}

.gradeup-option__item_btn .btn-07 {
  display: inline-block;
  width: 314px;
  height: 53px;
  line-height: 53px;
  padding: 0;
  position: relative;
}

.gradeup-option__item_btn .btn-07:before {
  display: inline-block;
  font: normal normal normal 100%/1 "icomoon";
  content: "\f105";
  margin-top: -8px;
  vertical-align: middle;
  position: absolute;
  right: 20px;
  top: 50%;
  color: inherit;
}

.slick-next:before {
	background: url(../../_js/slick/arrow-right.png) no-repeat top / contain;
	content: '';
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	right: -10px;
	top: 50%;
	transform: translateY(-50%);
}

.slick-prev:before {
	background: url(../../_js/slick/arrow-left.png) no-repeat top / contain;
	content: '';
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	left: -10px;
	top: 50%;
	transform: translateY(-50%);
}

#plan-slider__list .slick-next:before {
	top: -12px;
	right: 0;
}

#plan-slider__list .slick-prev:before {
	top: -12px;
	left: -10px;
}

/*
	----------------------------------

	LINE固定フッター

	----------------------------------
*/
#addToCartButton{
	position: fixed;
	display: none;
	bottom: 0;
	right: 6px;
	width: 100px;
	height: 100px;
	margin: 0;
	z-index: 7;
	cursor: pointer;
	color: #fff;
	display: block;
}
#addToCartButton img{
  width: 100px;
	height: 75px;
}
#addToCartButton:hover {
	opacity: .6;
}
#addToCartButton.line-btn{
	margin-bottom: -242px;
	transition: .3s;
}
#addToCartButton.line-btn.active{
	margin-bottom: 0;
}
