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

   base width

==========================================================================*/
 body { min-width: 1020px;}
 .container { position: relative; width: 1020px; margin-right: auto; margin-left: auto;}


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

   base frame

==========================================================================*/
#header {
	position: relative;
	margin: -104px auto 0;
}
#main {
    margin: 0 auto;
	
}
#footer {
	text-align: center;
}

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

   layout type

==========================================================================*/
.l-row {
	display: table;
	width: 100%;
}
.l-col {
	display: table-cell;
	vertical-align: top;
}
.l-frame {
	font-size: 0;
}
.l-tile {
	font-size: auto;
	display: inline-block;
	vertical-align: top;
}


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

   header

==========================================================================*/
.header-wrapper {
	position: relative;
 	padding-top: 104px;
}
.menu-btn {
    display: none;
}
.header-logo {
    position: relative;
    top: 6px;
    left: 10px;
    width: auto;
}
.header-logo__icon {
    width: 37px;
	padding-right: 20px;
    vertical-align: middle;
}
.header-logo__font {
    width: 217px;
	padding-right: 25px;
    vertical-align: middle;
}
.header-logo__label{
	vertical-align: middle;	
}

.header-logo__label-sub {
    font-size: 10px;
}
.header-logo__label-main {
    margin-top: 7px;
    font-size: 16px;
    font-weight: bold;
}
.header-logo__label-main .small{
    font-size: 12px;
}
.header-contact__list {
    font-size: 0;
}
.header-contact {
    position: absolute;
    top: 6px;
    right: 6px;
}
.header-contact__item {
    display: inline-block;
    font-size: 14px;
}
.header-contact__item + .header-contact__item {
    margin-left: 3px;
}
.header-contact__btn-outer {
    width: 231px;
    height: 52px;
}

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

	gnav - base

	----------------------------------
*/
.gnav {
	*zoom: 1;
	margin-top: 20px;
}
.gnav__item a {
	color: #000;
}

/* clearfix */
.gnav:before,
.gnav:after {
	content: " ";
	display: table;
}
.gnav:after {
	clear: both;
}


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

	gnav - main

	----------------------------------
*/
.gnav__list {
	width: 100%;
	max-width: 1020px;
	margin: 0 auto;
	text-align: center;
}
.gnav__item {
	display: inline-block;
	font-size: 13px;
	text-align: center;
	font-weight: bold;
}
.gnav__item__en {
    font-family: 'Didot LT W01 Roman', sans-serif;
    font-size: 15px;
    color: #7f7f7f;
    display: none;
}
.gnav__label {
	display: inline-block;
	cursor: pointer;
}

a.gnav__label,
span.gnav__label {
	padding: 10px 15px;
}

.gnav__item:hover,
.gnav__item:hover > a {
	background: #e8d2df;
	transition: all .3s;
}

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

	gnav - child

	----------------------------------
*/
.gnav-sub {
	position: absolute;
	top: 98px;
	left: 0;
	box-sizing: border-box;
	width: 100%;
	padding: 35px 10px 28px;
	background: #e8d2df;
	transition: all .2s;
}
.gnav-sub {
	visibility: hidden;
	opacity: 0;
	z-index: 1;
}
.gnav-sub a {
}
.gnav-sub__item {
	display: inline-block;
	margin: 0 4px;
}
.gnav-sub__item .is-item__image {
	margin-bottom: 12px;
	border: 1px solid #e8d2df;
	transition: all .3s;
}
.gnav-sub__item:hover .is-item__image {
	border: 1px solid #fff;
}
.gnav-sub__item:hover .is-item__image img {
	opacity: .6;transition: all .3s;
	
}
/*
	----------------------------------

	gnav - hover action

	----------------------------------
*/
.gnav__item:hover > .gnav-sub {
	top: 104px;
	visibility: visible;
	opacity: 1;
	z-index: 2;
}


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

   header - scroll

==========================================================================*/
#header.scroll {
	position: fixed;
	top: 0;
	width: 100%;
	margin-top: 0;
	background: #fff;
	z-index: 100;
	transition: margin-top .3s;
}


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

   footer

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

.footer-row.row--01 {
	padding: 45px 0 62px;
    background: #f5f5f5;
}
.footer-sign {
    font-size: 12px;
}
.footer-logo img {
	width: 290px;
	height: 51px;
}
.footer-sign__name {
    display: block;
    margin-top: 10px;
    font-size: 22px;
    font-weight: bold;
}
.footer-address {
    margin-top: 12px;
    font-size: 12px;
}
.footer-sns__list {
    margin-top: 25px;
}
.footer-sns__item {
    display: inline-block;
    font-size: 32px;
}
.footer-sns__item +.footer-sns__item {
    margin-left: 15px;
}
.footer-sns__item .fa-facebook-square {
    color: #3c5b8e;
}
.footer-sns__item .fa-instagram {
    color: #040404;
}

.footer-row.row--02 {
	padding: 30px 0 12px;
	font-size: 12px;
	color: #ffff;
    background: #544041;
}
.footer-row.row--02 a {
	color: #ffff;
}
.footer-nav__item {
    display: inline-flex;
}
.footer-nav__item +.footer-nav__item {
    margin-left: 20px;
}
.copyright {
    margin-top: 88px;
}
.footer-contact {
	display: none;
}


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

   page

==========================================================================*/
.page.page--label #main {
    margin-top: 120px;
}

.section01 {
	padding: 60px 0;
}
.section02 {
	padding: 60px 0;
	background: #f5f5f5;
}
.page-header {
	position: relative;
    height: 255px;
    text-align: center;
    background-size: 100%;
	background-repeat: no-repeat;
	background-position: center top;
}
.page-header-title,
.page-header-label {
    text-align: center;
}
.page-header-label-outer {
	box-sizing: border-box;
    position: absolute;
    left: 50%;
    bottom: -101px;
    display: table;
    width: 450px;
    height: 202px;
    margin-left: -225px;
	padding-top: 10px;
    background: #fee2c6;
}
.page-header-label {
    display: table-cell;
    vertical-align: middle;
}
.page-header-title {
   position: absolute;
   top: 50%;
   left: 50%;
   -webkit-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
   width: 100%;
   
}
.page-header-title__name,
.page-header-label__name {
    font-size: 27px;
    font-weight: bold;
}
.page-header-title__slug,
.page-header-label__slug {
    margin-top: 10px;
    font: 18px/1em 'Didot LT W01 Roman';
    letter-spacing: .2em;
    color: #7d7a78;
}
.page-introduction__text {
    width: 850px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.8;
    text-align: left;
}
.page-header-label__desc {
    margin-top: 14px;
    font-size: 16px;
    font-weight: bold;
    color: #a49a9a;
}
.page-header-label__ribbon {
    position: absolute;
    top: -1px;
    left: 11px;
}
.page-introduction__title {
    margin-bottom: 45px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", 'Sawarabi Mincho', "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 26px;
    line-height: 1.8;
    text-align: center;
}
.page-introduction__image {
    margin-top: 50px;
    text-align: center;
}
.page-introduction__image__item + .page-introduction__image__item {
    margin-left: 8px;
}

.page-introduction-plan-price{
   font-size: 24px;
    text-align: center;
    line-height: 1.8;
}
.page-introduction-plan-price .en{
    font: 40px/1.4 'Didot LT W01 Italic';
    letter-spacing:2px;
}

