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

   bg

==========================================================================*/
.bg01 {
	background: url(../img/bg_sheet01.png) center top;
}
.bg02 {
	background: url(../img/bg_sheet02.jpg) center top;
}


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

   section

==========================================================================*/
.section01-container {
	padding-top: 30px;
	padding-bottom: 50px;
}
.section01-footer-btn {
	margin: 0 auto;
}



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

   header

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

/*---------------------------------------------------- 英大文字、日小文字 [Cochin60 + Ryumin24] ※en--midでCochin44 */
.header01 {
	margin-bottom: 38px;
	text-align: center;
}
.header01__title-en {
	display: block;
	font: 48px "Cochin LT W01 Roman";
	margin-bottom: 20px;
}
.header01__title-en.en--mid {
	font-size: 44px;
}
.header01__title-ja {
	display: block;
	margin-top: 2px;
	font-size: 26px;
	line-height: 1.4;
}
.header01_title-ja.ja--large {
	margin-top: 15px;
	font-size: 22px;
}

.header01__title-ja  em.large{
	font-size: 30px;
}
.header01__copy{
	font-size: 24px;
	margin-top: 30px;
	line-height: 1.6;
}
.header01__title{
	font-size: 26px;
	line-height: 1.4;
	font-weight: 500
}

.header01.header01-small .header01__title-en{
	font: 44px "Cochin LT W01 Roman";
}
/* .header01.header01-small .header01__title{
	font-size: 30px;
} */

.border-yellow{
	background: linear-gradient(transparent 60%, rgba(252, 244, 197, 1) 10%);
}
/*---------------------------------------------------- 日大文字、 日中文字、 日小文章 [Ryumin32 + Ryumin26 + Ryumin18] */
.header02 {
	margin-bottom: 45px;
	text-align: center;
}
.header02__title-primary {
	font-size: 28px;
	line-height: 1.4;
	padding-bottom: 4px;
}
.header02__title-primary .is-large {
	font-size: 38px;
}
.header02__title-primary .is-small {
	font-size: 18px;
}
.header02__title-secondary {
	font-size: 20px;
	line-height: 1.4;
}
.header02__text {
	font-size: 18px;
	line-height: 1.7;
	margin:30px 0;
}
.header02__subtitle {
	font-size: 28px;
	line-height: 1.2;
	margin-top: 10px;
}
.header02__subtitle .is-large {
	font-size: 42px;
}
.header02__subtitle .is-mid {
	font-size: 34px;
}
.header02__subtitle .is-small {
	font-size: 18px;
}


/*---------------------------------------------------- 日大文字 [Ryumin32] */
.header03 {
	margin-bottom: 54px;
	text-align: center;
}
.header03__title {
	font-size: 26px;
	line-height: 1.4;
	font-weight: 500
}
.header03__title .is-large {
	font-size: 38px;
}
.header03__title .is-small {
	font-size: 20px;
}
.header03__subtitle {
	font-size: 26px;
	line-height: 1.2;
	margin-top: 10px;
}
.header03__subtitle .is-large {
	font-size: 38px;
}
.header03__subtitle .is-mid {
	font-size: 30px;
}
.header03__subtitle .is-small {
	font-size: 16px;
}
.header03__mt20{
	margin-top: -20px;
}
.header03__mt40{
	margin-top: -40px;
}



/*---------------------------------------------------- 下線付き + 日大文字 [Ryumin22] */
.header04 {
	margin-bottom: 70px;
	text-align: center;
}
.header04__title {
	padding: 15px;
	text-align: center;
	font-size: 22px;
	border-bottom: 1px solid #000;
}
.header04__option {
	margin-top: 25px;
	text-align: right;
	font-size: 13px;
}
.header04__option-item {
	display: inline-block;
	vertical-align: bottom;
}
.header04__option-item .is-large {
	font-size: 22px;
}

/*---------------------------------------------------- 吹き出し */
.header05 {
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	width: 100%;
	height: 68px;
	padding: 18px 18px 10px;
	font-size: 22px;
	text-align: center;
	line-height: 34px;
	background-color: #fff;
	z-index: 0;
}
.header05::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;
}
.header05__desc {
	margin-top: -20px;
	font-size: 12px;
}

.header05.header05--has-desc {
	height: 80px;
}
.header05.header05--has-desc:before {
	top: 80px;
}
.header05__title.title--has-desc {
	position: relative;
	top: -7px;
}


/*---------------------------------------------------- 2列 - 左：英 + 右：日 */
.header06 {
	display: table;
	width: 1090px;
	margin: 0 auto 50px;
}
.header06__title {
	display: table-cell;
	vertical-align: top;
	font: 60px/0.8 "Cochin LT W01 Roman";
}
.header06__title-top {
	text-align: left;
}
.header06__title-bottom {
	text-align: right;
}
.header06__text {
	display: table-cell;
	padding-left: 15px;
	line-height: 1.4;
	vertical-align: top;
	text-align: center;
}
.header06__text-primary {
	margin-bottom: 10px;
	font-size: 32px;
}
.header06__text-primary .is-large {
	font-size: 46px;
}
.header06__text-secondary {
	font-size: 26px;
}

/*---------------------------------------------------- 2重線 */
.header07__title {
	position: relative;
	width: 584px;
	margin-right: auto;
	margin-left: auto;
	padding: 20px 0;
	text-align: center;
	font-size: 22px;
	border: 1px solid #000;
	border-radius: 8px;
}
.header07__title:after {
	position: absolute;
	top: -7px;
	left: 5px;
	display: block;
	content: "";
	width: 572px;
	height: 62px;
	border: 1px solid #000;
	border-radius: 8px;
}

/*---------------------------------------------------- 上下線 */
.header_08{
    font-size:36px;
    text-align: center;
    border-top:1px solid #b2b2b2;
    border-bottom:1px solid #b2b2b2;
    padding:20px 0;
    line-height:1.2;
}

.header_08 big{font-size:1.5em;
    font-style:italic;
    letter-spacing:4px;
    padding: 0 2px;
}
.header_08 span{
     font-size:24px;
}



/*---------------------------------------------------- 大きい文字 */
.header_09{
    font-size:24px;
    text-align: center;
}
.header_09.small{
   font-size: 22px;

}

/*---------------------------------------------------- 大きい文字2 */
.header_10{
    font-size:42px;
    text-align: center;
    padding:20px 0;
    line-height:1.2;
}

.header_10 big{font-size:1.5em;
    font-style:italic;
    letter-spacing:4px;
    padding: 0 2px;
}
.header_10 span{
     font-size:28px;
}


/*---------------------------------------------------- */
.header_11{
    font-size:26px;
    text-align: center;
    padding:15px 0;
    line-height:1.2;
    background-color: #fff;
    margin: auto;
    width: 996px;
}

.header_11 .mini{
	font-size:20px;
    letter-spacing:4px;
    padding: 0 2px;
}
.header_11 .eng{
     font-size:34px;
     font-family:"CaflischScriptW01-Regul";
}


/*---------------------------------------------------- 上下線2本 */
.header_12{
    font-size:28px;
    text-align: center;
    border-top:3px solid #b2b2b2;
    border-bottom:3px solid #b2b2b2;
    padding:4px 0;
    line-height:1.2;
}

.header_12-inner{
    border-top:1px solid #b2b2b2;
    border-bottom:1px solid #b2b2b2;
    padding:20px 0;
}


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

   spot header

==========================================================================*/
.archive-header01 {
	padding: 39px 0 50px;
	text-align: center;
}
.archive-header01__title-en {
	font: 60px "Cochin LT W01 Roman";
}
.archive-header01__title-ja {
	margin-top: 10px;
	font-size: 24px;
	line-height: 1.4;
}
.archive-header01__lead {
	margin-top: 20px;
	font-size: 32px;
	line-height: 1.4;
}
.archive-header01__lead .is-large {
	font-size: 46px;
}
.archive-header02 {
	padding: 75px 0;
	text-align: center;
}
.archive-header02__title-en {
	font: 48px "Cochin LT W01 Roman";
}
.archive-header02__title-ja {
	margin-top: 10px;
	font-size: 24px;
	line-height: 1.4;
}
.archive-header02__lead {
	margin-top: 35px;
	font-size: 18px;
	line-height: 1.4;
}
.archive-header02__lead .is-large {
	font-size: 26px;
}


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

   hr

==========================================================================*/
.hr01 {
	width: 485px;
	height: 1px;
	margin: 30px auto;
	background: gray;
}


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

   tab

==========================================================================*/
.tab01 {
	width: 1020px;
	margin: 0 auto;
	z-index: 2;
}
.tab01__list {
	font-size: 0;
	text-align: center;
}
.tab01__item {
	display: inline-block;
	width: 170px;
	font-size: 16px;
	cursor: pointer;
}
.tab01__item a,
.tab01__item span {
	display: block;
	box-sizing: border-box;
	height: 56px;
	line-height: 56px;
	color: #fff;
	border-top: 1px solid #000;
	border-right: 1px solid #c3c3c3;
	border-bottom: 1px solid #000;
	border-left: 1px solid #878787;
	background: #000;
	transition: .3s;
}
.tab01__item span.no-link {
    display: block;
    box-sizing: border-box;
    height: 56px;
    line-height: 56px;
    color: #fff;
    border-top: 1px solid #b2b2b2;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #000;
    border-left: 1px solid #fff;
    background: #b2b2b2;
	cursor: default;
    transition: .3s;
}
.tab01__item a:hover {
	color: #000;
	background: #fff;
}
.tab01__item a.current,
.tab01__item span.current {
	color: #000;
	border: 1px solid #000;
	border-bottom: none;
	background: #000 url(../img/bg_sheet01.png) center top;
}
.tab01-body {
	margin-top: -1px;
	border-top: 1px solid #000;
	z-index: 1;
	padding-top: 50px;
}


.tab02 {
	width: 1020px;
	margin: 0 auto;
	z-index: 2;
}
.tab02__list {
	font-size: 0;
	text-align: center;
}
.tab02__item {
	display: inline-block;
	width: 392px;
	font-size: 22px;
	cursor: pointer;
	margin: 10px;
}
.tab02__item a,
.tab02__item span {
	display: block;
	box-sizing: border-box;
	height: 76px;
	line-height: 76px;
	color: #fff;
	border-top: 2px solid #000;
	border-right: 2px solid #c3c3c3;
	border-bottom: 2px solid #000;
	border-left: 2px solid #878787;
	background: #000;
	transition: .3s;
}
.tab02__item span.no-link {
    display: block;
    box-sizing: border-box;
    height: 76px;
    line-height: 76px;
    color: #fff;
    border-top: 2px solid #b2b2b2;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #000;
    border-left: 2px solid #fff;
    background: #b2b2b2;
	cursor: default;
    transition: .3s;
}
.tab02__item a:hover {
	color: #000;
	background: #fff;
}
.tab02__item a.current,
.tab02__item span.current {
	color: #000;
	border: 2px solid #000;
	background: #fff;
}
.tab02-body {

}



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

   btn

==========================================================================*/
.btn-outer {
	display: table;
}
.btn {
	display: table-cell;
	box-sizing: border-box;
	vertical-align: middle;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	cursor: pointer;
	transition: all .3s;
}

/* ------------------------- btn-important */
.btn-important {
	color: #fff;
	border: 1px solid #eb5271;
	background-color: #eb5271;
}
.btn-important:hover {
	color: #eb5271;
	background-color: #fff;
}

/* ------------------------- btn01 */
.btn01 {
	font-size: 14px;
	color: #fff;
	border: 1px solid #000;
	background-color: #000;
}
.btn01:hover {
	color: #000;
	background-color: #fff;
}
/* ------------------------- btn02 */
.btn02 {
	color: #000;
	border: 1px solid #000;
	background-color: #fff;
}
.btn02:hover {
	color: #fff;
	background-color: #000;
}

/* ------------------------- btn03 */
.btn03 {
	color: #fff;
	border: 1px solid #000;
	background-color: #000;
}
.btn03:hover {
	color: #000;
	background-color: #fff;
}

/* ------------------------- btn04 */
.btn04 {
	font-size: 14px;
	color: #fff;
	border: 1px solid #ac906c;
	background-color: #ac906c;
}
.btn04:hover {
	color: #ac906c;
	background-color: #fff;
}

/* ------------------------- btn05 */
.btn05 {
	font-size: 14px;
	color: #ac906c;
	border: 1px solid #ac906c;
	background-color: #fff;
}
.btn05:hover {
	color: #fff;
	background-color: #ac906c;
}

/* ------------------------- btn06 */
.btn06 {
	font-size: 14px;
	color: #eb5271;
	border: 1px solid #eb5271;
	background-color: #fff;
}
.btn06:hover {
	color: #fff;
	background-color: #eb5271;
}

/* ---------------------------------------------------- btn-size */
.btn-outer--288x36 {
	width: 288px;
	height: 36px;
}

/* ---------------------------------------------------- btn-border-circle */

.btn-circle {
	border-radius: 999px;
}


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

   contact01

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


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

   social01

==========================================================================*/
.social01__list {
	font-size: 0;
}
.social01__item:first-child {
	margin-left: 0;
}
.social01__item {
	display: inline-block;
	width: 19px;
	height: 19px;
	margin-left: 6px;
	border-radius: 3px;
	background: #000;
	transition: .3s;
}
.social01__item:hover {
	opacity: .6;
}


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

   note

==========================================================================*/
.note01__list {
	margin: 35px auto;
}
.note01__item {
	text-align: center;
	font-size: 14px;
	line-height: 1.4;
}


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

   label

==========================================================================*/
.label01 {
	padding: 2px 5px;
	font-size: 12px;
	color: #fff;
	border-radius: 5px;
	background: #ea5270;
}


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

   tag

==========================================================================*/
/* ---------------------------------------------------- tag01 */
.tag01__item {
	display: inline-block;
	box-sizing: border-box;
	min-width: 100px;
	padding: 5px;
	font-size: 13px;
	color: #000;
	text-align: center;
	background: #f2f2f2;
	margin-bottom: 8px;
}


/* ---------------------------------------------------- tag02 */
.tag02__item {
	position: relative;
	display: inline-block;
	margin: 0 20px 10px 0;
	color: #000;
	border-radius: 5px;
	background: #fff;
}
.tag02__item.item--index {
	margin: 0 10px 10px 0;
	background: #fdedf0;
}

.tag02__item-inner {
	display: inline-block;
	padding: 7px 10px 7px 7px;
}
.tag02__item-inner:before {
	position: relative;
	display: inline-block;
	content: "●";
	margin-right: 12px;
	font-size: 12px;
	top: -1px;
	color: #ea5270;
}

/*
.place-feature__tag.tag--index {
	margin: 0 10px 10px 0;
}
.place-feature__tag {
	position: relative;
	display: inline-block;
	margin-right: 20px;
	color: #000;
	border-radius: 5px;
	background: #fff;
}
.place-feature__tag a {
	display: inline-block;
	padding: 7px 10px 7px 7px;
}
.place-feature__tag a:before {
	position: relative;
	display: inline-block;
	content: "●";
	margin-right: 12px;
	font-size: 12px;
	top: -1px;
	color: #ea5270;
}
*/






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

	table

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

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

/* 丸を大きめに */
.table01 .circle,.table01 .check {
	font-size: 14px;
	vertical-align: middle;
}

.table01 .check:before {
	content: "\f058";
    font: bold 18px/1 "icomoon";
    color: #ea526b;
}
.table01 span.small{
	font-size: 12px;
}


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

   list

==========================================================================*/
#slide-couple__list {
	width: 920px;
	margin: 0 auto 15px;
}
@media screen and (min-width: 1200px) {
	#slide-couple__list {
		width: 1150px;
		margin: 0 auto 15px;
	}
}
#slide-couple__list .slick-arrow {
	top: 105px;
}
#slide-couple__list .slick-prev { left: -25px;}
#slide-couple__list .slick-next { right: -25px;}

.slide-couple__item {
	margin: 0 10px;
}


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

   breadcrumb

==========================================================================*/
.breadcrumb {
	padding: 15px 0;
	font-size: 11px;
	background: #f8f8f8;
}
.breadcrumb__list {
	padding: 0 15px;
}
.breadcrumb__item {
	display: inline-block;
	font-family: 'Lucida Grande', 'YuGothic', '游ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	font-weight: 500;
}
.breadcrumb__item a:after {
	position: relative;
	top: -.15em;
	display: inline-block;
	font: normal normal normal 14px/1 "icomoon";
	content: "\f105";
	margin: 0 12px;
	vertical-align: middle;
	color: #eb5271;
	font-weight: bold;
}


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

   infinite scroll

==========================================================================*/
#infscr-loading {
	text-align: center;
}

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

   pagetop

==========================================================================*/
.pagetop {
	position: fixed;
	display: none;
	bottom: 0px;
	right: 0px;
	width: 54px;
	height: 54px;
	margin: 0;
	z-index: 7;
	cursor: pointer;
}
.pagetop a {
	color: #fff;
	display: block;
	opacity: .8;
}
.pagetop:hover {
	opacity: .6;
}
#addToCartButton{
	position: fixed;
	display: none;
	bottom: 70px;
	right: 6px;
	width: 100px;
	height: 100px;
	margin: 0;
	z-index: 7;
	cursor: pointer;
}
#addToCartButton img{
    width: 100px;
	height: 75px;
}
#addToCartButton {
	color: #fff;
	display: block;
}
#addToCartButton:hover {
	opacity: .6;
}


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

	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: #fff;
	font-size: 14px;
	text-align: center;
	background: #848484;
}
.modal-close__btn {
	display: inline-block;
	padding-left: 28px;
	line-height: 25px;
}
.modal-close__btn::before {
	display: inline-block;
	font: bold 12px/1 "icomoon";
	content: "\f00d";
	margin-top: -.205em;
	margin-right: .65em;
	vertical-align: middle;
}

.mt10{margin-top: 10px;}
.mt20{margin-top: 20px;}
.mt30{margin-top: 30px;}
.mt40{margin-top: 40px;}
.mt50{margin-top: 50px;}
.mt60{margin-top: 60px;}
.mt70{margin-top: 70px;}
.mt80{margin-top: 80px;}
.mt90{margin-top: 90px;}
.mt100{margin-top: 100px;}

.mb10{margin-bottom: 10px;}
.mb20{margin-bottom: 20px;}
.mb30{margin-bottom: 30px;}
.mb40{margin-bottom: 40px;}
.mb50{margin-bottom: 50px;}
.mb60{margin-bottom: 60px;}
.mb70{margin-bottom: 70px;}
.mb80{margin-bottom: 80px;}
.mb90{margin-bottom: 90px;}
.mb100{margin-bottom: 100px;}

.catch01{
	text-align: center;
	font-size: 24px;
	line-height: 2;
}

.catch01 .border-yellow{
	font-size: 26px;
}

.catch01 .border-yellow em.large{
	font-size: 30px;
}

.lead01{
	text-align: center;
	font-size: 16px;
	line-height: 2;
}
