@charset "utf-8";
/*【SP】ウィンドウ幅が768px以下の場合に適用するCSS */
@media screen and (max-width: 768px) {

body {
font-size: 13px;
line-height: 2;
}
.pc {display:none !important;}
img{width:100%;}
a:link {color: #283C46;text-decoration: none;}
a:visited {color: #283C46;text-decoration: none;}
a:active {color: #283C46;text-decoration: none;}
/*a:current {color: #333;text-decoration: none;}*/
.inner,
.inner_mini {padding: 0 5%;}



/* □　□　□　□　□　□　□　□　□　□　□　□　□　□　□　□　□　□　□　□　□　□　□　□　□　□　□　□　□　□
下層ページ
□　□　□　□　□　□　□　□　□　□　□　□　□　□　□　□　□　□　□　□　□　□　□　□　□　□　□　□　□　□ */







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

コロナ対策

================================================================================================== */
.counterplan_page .page_link {
margin: 0 0 30px 0;
text-align: center;
}
.counterplan_page .page_link ul {
display: flex;
justify-content: center;
}
.counterplan_page .page_link li {
border-right: 1px solid #283C46;
}
.counterplan_page .page_link li:first-child {
border-left: 1px solid #283C46;
}
.counterplan_page .page_link a {
padding: 10px 7px;
    display: block;
    position: relative;
    font-size: 0.9em;
    line-height: 1;
}
.counterplan_page .page_link a:before {
content: "";
width: 5px;
height: 5px;
border: solid #283C46;
border-width: 1px 1px 0 0;
position: absolute;
left: 50%;
bottom: 0;
transform: rotate(135deg);
}
.counterplan_page .page_link a:hover:before {
bottom: -3px;
}

/* counterplan_main
======================================== */
.counterplan_page .counterplan_main {}
.counterplan_page .counterplan_main .title_01 {
font-weight: bold;
line-height: 1.5;
margin: 0 0 10px 0;
}
.counterplan_page .counterplan_main .movie_youtube {
margin: 20px 0;
}

.counterplan_page .counterplan_main .greenzone {
text-align: center;
margin: 0 0 40px 0;
}
.counterplan_page .counterplan_main .greenzone .title {
font-weight: bold;
    font-size: 1.3em;
    line-height: 1.5;
    margin: 0 0 30px 0;
}
.counterplan_page .counterplan_main .greenzone a {
display: inline-block;
    width: 70%;
    background: #fff;
    border: 1px solid #eee;
    padding: 10px 20px;
}
.counterplan_page .counterplan_main .greenzone a:hover {
opacity: 0.7;
}
.counterplan_page .counterplan_main .greenzone a img {
width: 100%;
}

/* counterplan_list
======================================== */
.counterplan_page .counterplan_list {}

.counterplan_page .counterplan_list .title_01 {
position: relative;
font-weight: bold;
font-size: 1.8em;
line-height: 1.5;
}
.counterplan_page .counterplan_list .title_01:before {
content: "";
height: 1px;
width: 500px;
background: #283C46;
left: 50%;
bottom: -20px;
position: absolute;
transform: translateX(-50%);
}

.counterplan_page .counterplan_list .list_area .title_01 {
font-size: 1.1em;
line-height: 1.3;
background: #7F949E;
color: #fff;
padding: 15px 0;
font-weight: normal;
}
.counterplan_page .counterplan_list .list_area .title_01:before {
content: none;
}
.counterplan_page .counterplan_list .list_area .title_01 span {
font-size: 1.8em;
padding: 5px 0 0 0;
}

.counterplan_page .title_02 {
font-weight: bold;
font-size: 1.2em;
text-align: center;
margin: 0 0 15px 0;
}

.counterplan_page .counterplan_list .list_area {
margin: 40px 0;
}
.counterplan_page .counterplan_list ul {
margin: 40px 0;
}
.counterplan_page .counterplan_list li {
margin: 0 0 40px 0;
padding: 0 0 30px 0;
border-bottom: 1px solid #333;
position: relative;
}
.counterplan_page .counterplan_list li img {
width: 100%;
}
.counterplan_page .counterplan_list .number,
.counterplan_page .counterplan_point .point {
font-style: italic;
    font-size: 6em;
    position: absolute;
    left: 15px;
    top: -30px;
    line-height: 1;
    text-shadow: 1px 1px 0 #fff;
}
.counterplan_page .counterplan_list .title {
font-size: 1.2em;
line-height: 1.5;
font-weight: bold;
margin: 5px 0 10px 0;
text-align: center;
}
.counterplan_page .counterplan_list p {
line-height: 1.8;
font-size: 0.9em;
}

/* counterplan_point
======================================== */
.counterplan_page .counterplan_point {
margin: 0 0 -50px 0;
}
.counterplan_page .counterplan_point .title_header {
background: #B0C4DE;
color: #fff;
position: relative;
margin: 0 0 130px 0;
}
.counterplan_page .counterplan_point .title_header:before,
.counterplan_page .counterplan_point .title_header:after {
content: "";
width: 100%;
position: absolute;
}
.counterplan_page .counterplan_point .title_header:before {
transform: skew(0,-2deg) translateY(-50px);
z-index: 1;
top: 0;
background: #fff;;
height: 220px;
}
.counterplan_page .counterplan_point .title_header:after {
transform: skew(0,-2deg) translateY(50px);
z-index: -1;
bottom: 0;
background: #B0C4DE;
height: 100px;
}
.counterplan_page .counterplan_point .title_header .img {
position: relative;
z-index: 1;
}
.counterplan_page .counterplan_point .title_header .img img {
width: 100%;
height: 200px;
object-fit: cover;
}
.counterplan_page .counterplan_point .title_header .img .title {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
font-size: 2em;
line-height: 1;
text-align: center;
}
.counterplan_page .counterplan_point .title_header .img .title span {
font-size: 0.7em;
}
.counterplan_page .counterplan_point .title_header .title_02 {
margin: 10px 0 5px 0;
text-align: center;
}

.counterplan_page .list_box {
}
.counterplan_page .list_box ul {
}
.counterplan_page .list_box li {
margin: 0 0 50px 0;
position: relative;
}
.counterplan_page .list_box li:nth-child(3n) {
margin-right: 0;
}
.counterplan_page .list_box .img {}
.counterplan_page .list_box .img img {
width: 100%;
}

.counterplan_page .list_box .point {
font-size: 3em;
    top: -27px;
}
.counterplan_page .list_box .point span {
font-size: 0.7em;
letter-spacing: -1px;
display: inline-block;
margin: 0 0 0 0;
}

.counterplan_page .list_box .title {
font-weight: bold;
font-size: 1.4em;
margin: 5px 0 5px 0;
}
.counterplan_page .list_box p {
font-size: 0.9em;
line-height: 1.8;
}

.counterplan_page .list_box_02 {}
.counterplan_page .list_box_02 .title_02 {
font-size: 1.3em;
line-height: 1.5;
}
.counterplan_page .list_box_02 ul {
}
.counterplan_page .list_box_02 li {
border-bottom: 1px solid #283C46;
padding: 0 0 30px 0;
margin: 0 0 40px 0;
position: relative;
}
.counterplan_page .list_box_02 li:last-child {
border-right: 0;
}
.counterplan_page .list_box_02 li:before {
content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 25px 0 25px;
    border-color: #283C46 transparent transparent transparent;
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
}
.counterplan_page .list_box_02 li:last-child:before {
content: none;
}

.counterplan_page .list_box_02 .img {}
.counterplan_page .list_box_02 .img img {
width: 100%;
}
.counterplan_page .list_box_02 .title {
text-align: center;
font-size: 1.5em;
line-height: 1;
font-weight: bold;
margin: 4px 0 10px 0;
}
.counterplan_page .list_box_02 .title span {
font-size: 2.2em;
    font-style: italic;
    margin: 0 5px 0 0;
    vertical-align: -2px;
    color: #6D6E7B;
}
.counterplan_page .list_box_02 p {
font-size: 0.9em;
line-height: 1.6;
}

/* btn_area
======================================== */
.counterplan_page .btn_area {
margin: -20px 0 80px;
padding: 0;
}
.counterplan_page .btn_area p {
margin: 0 0 15px 0;
}
.counterplan_page .btn_area a {
background: #283C46;
color: #fff;
display: inline-block;
width: 100%;
padding: 10px 0;
line-height: 1.4;
position: relative;
}
.counterplan_page .btn_area a .font_e {
font-size: 2em;
}
.counterplan_page .btn_area a:before {
content: "";
background: #1C2C32;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
transform-origin: right top;
transform: scale(0, 1);
transition: transform 0.5s;
}
.counterplan_page .btn_area a:hover:before {
position: absolute;
transform-origin: left bottom;
transform: scale(1, 1);
}
.counterplan_page .btn_area a:after {
content: url(https://esterio.com/wp/wp-content/themes/original-theme/common/img/bace/arrow_02.svg);
width: 25px;
    right: 20px;
    top: 25px;
position: absolute;
transition: all 500ms cubic-bezier(0.215,0.610,0.355,1.000);
}



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

エステリオLP

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


/* LPのヘッダー削除
======================================== */
.page-template-page-lp header.header {
display: none;
}
.page-template-page-lp {}
.page-template-page-lp {}
.page-template-page-lp {}



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

header

======================================== */
.page-template-page-lp header {
    display: flex;
	height: 60px;
	background: #fff;
}
.page-template-page-lp header .logo {
width: 210px;
    margin: 5px 0 0 15px;
}
.page-template-page-lp header .logo img {
width: 100%;
}

.page-template-page-lp header .btn_reservation {
margin-left: auto;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 999;
	transition: all 500ms cubic-bezier(0.215,0.610,0.355,1.000);
}
.page-template-page-lp header .btn_reservation a {
background: #98b585;
    color: #fff;
    line-height: 60px;
    height: 60px;
    padding: 0 50px;
    display: inline-block;
    font-size: 16px;
    position: relative;
}
.page-template-page-lp header .btn_reservation a:before {
content: "";
    width: 5px;
    height: 5px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    position: absolute;
    right: 16px;
    top: 25px;
    transform: rotate(45deg);
}
.page-template-page-lp header .btn_reservation a:hover {
transition: all 3000ms cubic-bezier(0.215,0.610,0.355,1.000);
background: #FF8C03;
}

/* header bottom */
.page-template-page-lp header.header_bottom .btn_reservation {
transform: translateY(-70px);
}



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

フォーム

======================================== */
.lp_page #form_area {}

.lp_page #form_area table {
}
.lp_page #form_area th {
width: 30%;
    padding: 20px 0 0 0;
    vertical-align: top;
    text-align: left;
    font-size: 0.8em;
}
.lp_page #form_area td{
width: 70%;
padding: 0 0 30px 0;
}

.lp_page #form_area .c-required {
background: #32281e;
font-size: 11px;
color: #fff;
margin: 0 0 0 10px;
padding: 3px 8px 5px 6px;
line-height: 1;
vertical-align: 2px;
}
.lp_page #form_area select,
.lp_page #form_area input,
.lp_page #form_area textarea {
padding: 12px 15px;
border: 1px solid #eee;
margin: 10px 0;
outline: none;
line-height: 1.6;
}

.lp_page #form_area .c-buttonGroup {
padding: 20px 0 100px 0;
}
.lp_page #form_area .c-buttonGroup .c-button {
padding: 25px;
width: 70%;
}


/* ラジオボックス
======================================== */
.lp_page #form_area .check {
padding: 10px 0 20px 0;
}
.lp_page #form_area .check input[type="radio"] {
  display: none;
}
.lp_page #form_area .check label span{
        transition: .4s;
padding: 0 30px 0 25px;
    position: relative;
    margin: 8px 0;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
}
.lp_page #form_area .check label span::before{
content: "";
display: block;
position: absolute;
left: 0;
top: 5px;
width: 15px;
height: 15px;
border: solid 1px #D3D3D3;
background: #fff;
}
.lp_page #form_area .check label span::after{
content: "";
background: #BEA05A;
display: block;
position: absolute;
left: 3px;
top: 8px;
width: 11px;
height: 11px;
transition: .4s;
opacity: 0;
}
.lp_page #form_area .check input[type="radio"]:checked + span::after{
  opacity:1;
}




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

corona_area コロナ対策

======================================== */
.corona_area {
background: #eeedec;
padding: 40px 5%;
}

.corona_area .main_title_01 .title {
font-size: 8vw;
}

.corona_area .flow_area li {
border-bottom: 1px dashed #bbb;
padding: 15px 0 15px 50px;
position: relative;
}
.corona_area li span {
    font-size: 2.5em;
color: #aa9664;
    position: absolute;
    left: 0;
    top: 2px;
}
.corona_area li b {
font-size: 1.2em;
line-height: 1;
}
.corona_area li p {
padding: 10px 0 0 0;
}

.corona_area .img ul {
display: flex;
justify-content: center;
margin: 0 0 30px 0;
}
.corona_area .img ul li {
margin: 0 5px;
}
.corona_area .img ul img {
border-radius: 50%;
    width: 80px;
    height: 80px;
    object-fit: cover;
}



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

lp_area_06 ブライダルフェア

======================================== */
.lp_area_06 {
margin: 30px 0 0 0;
padding: 40px 0 0 0;
position: relative;
}

.lp_area_06 .img img {
position: absolute;
top: 0;
width: 100%;
height: 100%;
object-fit: cover;
z-index: -1;
}

.lp_area_06 .h_set + p {
    margin: -20px 5% 0;
}

.lp_area_06 .text {
background: rgba(255,255,255,0.7);
margin: 30px 5% 0;
    padding: 30px 10%;
    text-align: center;
    box-sizing: border-box;
}
.lp_area_06 .text .title {
    font-size: 1.5em;
    font-weight: bold;
    line-height: 1.6;
    margin: 0 0 30px 0;
}
.lp_area_06 .text .title span {
font-size: 0.7em;
}
.lp_area_06 ul {}
.lp_area_06 ul li {
display: block;
text-align: left;
}
.lp_area_06 ul li span {
color: #C0A27C;
font-size: 0.7em;
    margin: 0 10px 0 0;
    vertical-align: 1px;
}
.lp_area_06 .note {
margin: 20px 0 0 0;
    font-size: 0.8em;
}
.lp_area_06 .btn_main {
    margin: 40px 0 0 0;
}



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

lp_area_05 フロー

======================================== */
.lp_area_05 {
background: #eeedec;
padding: 0 0 40px;
margin: 0 0 30px 0;
}
.lp_area_05 .h_set {
margin-bottom: 50px;
}
.lp_area_05 .h_set .title {
font-size: 2.5em;
}
.lp_area_05 .h_set p {
}
.lp_area_05 .line:before {
bottom: -20px;
width: 15%;
}

/* flow_area */
.lp_area_05 .flow_area {
margin-bottom: 70px;
}
.lp_area_05 .flow_area li {
text-indent: -61px;
    line-height: 1.5;
    border-bottom: 1px dashed #bbb;
    padding: 15px 0 20px 61px;
    font-size: 1.1em;
}
.lp_area_05 .flow_area li span {
color: #aa9664;
font-size: 2.2em;
    margin: 0 10px 0 0;
	line-height: 1;
}


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

lp_area_04 ドレスギャラリー

======================================== */
.lp_area_04 {
}
.lp_area_04 li {
outline: none;
transition: all 1000ms cubic-bezier(0.215,0.610,0.355,1.000);
}
.lp_area_04 .slick-current,
.lp_area_04 .slider-nav li:hover {
opacity: 0.7;
}

.lp_area_04 .slider-nav {
padding: 25px 60px 0;
}
.lp_area_04 .slider-nav li {
margin: 0 5px;
cursor: pointer;
}


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

btn_main

======================================== */
.btn_main {
background: #f2efe8;
text-align: center;
padding: 40px 0;
margin: 30px 0;
}
.btn_main p {
    margin: -20px 0 20px 0;
}
.btn_main a {
    position: relative;
    background: #98b585;
    padding: 15px 0;
    width: 90%;
    color: #fff;
    display: inline-block;
    font-size: 1.1em;
    transition: all 1000ms cubic-bezier(0.215,0.610,0.355,1.000);
    line-height: 1.4;
}
.btn_main a:before {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(-45deg);
    right: 17px;
    top: 32px;
}
.btn_main a:hover {
width: 60%;
background: #FF8D06;
letter-spacing: 1px;
}



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

lp_area_03 プラン

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

/* h_set */
.lp_area_03 .h_set .title span {
color: #aa9664;
}

.main_title_01 {
text-align: center;
margin: 0 0 50px 0;
}
.main_title_01 .title {
font-size: 8vw;
    line-height: 1.2;
}

.main_title_02 {
text-align: center;
margin: 0 0 70px 0;
}
.main_title_02 .title {
font-size: 5vw;
    line-height: 1.2;
}

/* plan_text */
.lp_area_03 .plan_text {
width: 100%;
    margin: 30px 0 50px 0;
    padding: 0 5%;
    box-sizing: border-box;
}

.lp_area_03 .plan_text .img {
width: 100%;
margin: 0 0 20px 0;
}
.lp_area_03 .plan_text .img img {
width: 100%;
height: 100%;
object-fit: cover;
}

.lp_area_03 .plan_text .text {
width: 100%;
}
.lp_area_03 .plan_text .text .box {
}
.lp_area_03 .plan_text .text .box .title {
font-size: 1.4em;
    line-height: 1.5;
    margin: 0 0 20px 0;
	font-weight: bold;
}

/* plan_data */
.lp_area_03 .plan_data {
border: 1px solid#bdb9b5;
margin: 0 5% 40px;
}
.lp_area_03 .plan_data .plan_data_text {
}

.lp_area_03 .plan_data .plan_data_text .img {
width: 100%;
    margin: 0;
}
.lp_area_03 .plan_data .plan_data_text .img img {
vertical-align: bottom;
}

.lp_area_03 .plan_data .plan_data_text .text {
width: 100%;
    text-align: center;
    padding: 20px 5%;
    box-sizing: border-box;
}
.lp_area_03 .plan_data .plan_data_text .text .title {
font-size: 1.1em;
    margin: 0 0 20px 0;
	font-weight: bold;
}
.lp_area_03 .plan_data .plan_data_text .text .title + p {
text-align: left;
}
.lp_area_03 .plan_data .plan_data_text .text .price {
line-height: 1.4;
    margin: 20px 0 0 0;
}
.lp_area_03 .plan_data .plan_data_text .text .price + p {
font-size: 0.7em;
}

.lp_area_03 .plan_data .plan_data_text .text .price b {
color: #aa9664;
font-size: 3em;
font-weight: bold;
}
.lp_area_03 .plan_data .plan_data_text .text .price .en {
font-size: 0.5em;
}
.lp_area_03 .plan_data .plan_data_text .text .price .tax {
font-size: 0.2em;
}
.lp_area_03 .plan_data .plan_data_text .text .price .kara {
font-size: 0.5em;
    margin: 0 0 0 5px;
    vertical-align: 6px;
}

.lp_area_03 .plan_data .plan_set {
background: #f6f4ef;
text-align: center;
padding: 20px 0 0;
}
.lp_area_03 .plan_data .plan_set .title {
margin: 0 0 20px 0;
	font-weight: bold;
}
.lp_area_03 .plan_data .plan_set ul {
display: flex;
flex-wrap:wrap;
}
.lp_area_03 .plan_data .plan_set li {
border-right: 1px solid #c1bebb;
    border-bottom: 1px solid #c1bebb;
    flex-grow: 1;
    padding: 15px 0;
    line-height: 1.3;
    font-size: 0.8em;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45%;
}
.lp_area_03 .plan_data .plan_set li:nth-child(even) {
border-right: none;
}
.lp_area_03 .plan_data .plan_set li:nth-last-child(-n+2) {
border-bottom: none;
}

.lp_area_03 .location_photo {
margin: 0 0 50px 0;
    padding: 0 5%;
}
.lp_area_03 .location_photo .title {
font-size: 1.3em;
    font-weight: bold;
    text-align: center;
    margin: -20px 0 40px 0;
}
.lp_area_03 .location_photo .title:before {
bottom: -15px;
    width: 30%;
}
.lp_area_03 .location_photo p {
text-align: center;
font-size: 0.7em;
color: #bbb;
}


.lp_area_03 .location_photo ul {
display: flex;
}

.lp_area_03 .location_photo li p {
line-height: 1.5;
    font-size: 0.8em;
}



/* slider_location */
.slider_location {
margin: 0 0 50px 0;
}
.slider_location li {
margin: 0 5px;
text-align: center;
height: 250px;
}

.slider_location .slick-dots li button:before {
background: #bbb;
}
.slider_location .slick-dots {
bottom: -30px;
}

/*location_host */
.lp_area_03 .location_host li {
margin: 0 3% 0 0;
text-align: center;
}


/* 特典
========================== */
.privilege_area {
background: #FFF0DF;
text-align: center;
padding: 10px 0;
}
.privilege_area .title {
color: #FF8C03;
font-size: 1.2em;
font-weight: bold;
}
.privilege_area p {
font-size: 1.1em;
}



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

lp_area_02 コンセプト

======================================== */
.lp_area_02 {
margin: 30px 0;
position: relative;
}

.lp_area_02 .box {
background: rgba(0,0,0,0.7);
    color: #fff;
padding: 60px 10% 0;
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    box-sizing: border-box;
}

.lp_area_02 .title span {
font-size: 2.5em;
}
.lp_area_02 .title {
    line-height: 1.2;
    margin: 0 0 60px 0;
}
.lp_area_02 .line:before {
background-color: #fff;
bottom: -30px;
}

.lp_area_02 p {
line-height: 2;
}
.lp_area_02 p span {
font-size: 1.2em;
    margin: 0 0 20px 0;
    display: block;
    line-height: 1.7;
	font-weight: bold;
}

.slider_concept .slick-slide img {
vertical-align: bottom;
width: 100%;
max-height: 750px;
    min-height: 650px;
    object-fit: cover;
}



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

lp_area_01 おすすめ フォトウェディング

======================================== */
.lp_area_01 {
}

.lp_area_01 .h_set {
text-align: center;
margin: 30px 0 60px;
display: block;
}

.lp_area_01 .h_set .title {
font-size: 3.5em;
line-height: 1.3;
}
.h_set p {
font-weight: bold;
padding: 0 5%;
}
.lp_area_01 ul li {
margin: 0 0 50px 0;
}
.lp_area_01 ul li:nth-child(even) {
flex-direction:row-reverse;
}

.lp_area_01 .img {
width: 100%;
    margin: 0 0 30px 0;
}
.lp_area_01 .img img {
width: 100%;
height: 100%;
object-fit: cover;
}

.lp_area_01 .text {
width: 100%;
}

.lp_area_01 .text .box {
}
.lp_area_01 .text .text_number {
font-size: 3em;
    color: #98938e;
    line-height: 1;
margin: -30px 0 5px 0;
    display: block;
}
.lp_area_01 .text .title {
font-size: 1.4em;
    margin: 0 0 40px 0;
	font-weight: bold;
	line-height: 1.5;
}
.lp_area_01 .text p span {
font-size: 1.2em;
    color: #aa9664;
    margin: 0 0 -15px 0;
    display: block;
	font-weight: bold;
	line-height: 1.5;
}

.lp_area_01 .text .line:before {
    bottom: -20px;
}



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

line

========================== */
.line {
position: relative;
}
.line:before {
content: "";
position: absolute;
left: 50%;
bottom: -20px;
display: inline-block;
width: 20%;
height: 1px;
transform: translateX(-50%);
background-color: #46413c;
}

.line_l:before {
left: 0;
transform: translateX(0);
}



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

アコーディオン

======================================== */
.accordion {
}
.accordion dt {
position: relative;
padding: 10px 30px 10px 0;
    cursor: pointer;
    font-size: 1.1em;
    line-height: 1.5;
	border-bottom: 1px dashed #bbb;
}

.accordion dt::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 15px;
  height: 1px;
  /*縦線に*/
  transform: rotate(90deg);
  background: #46413c;
  transition: all .3s ease-in-out;
}

.accordion dt::after {
content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 15px;
    height: 1px;
    background: #46413c;
    transition: all .2s ease-in-out;
}

.accordion dt.open::before {
  transform: rotate(180deg);
}

.accordion dt.open::after {
  opacity: 0;
}

.accordion dd {
padding: 5px 0;
    border-bottom: 1px dashed #bbb;
    line-height: 1.6;
}




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

common

======================================== */
.inner_max {
padding: 0 5%;
}
.lp_esterio .font_e {
font-family: 'Italiana', serif;
}


































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

資料請求・お問合せ

================================================================================== */
.contact_page {}

.p-bigbanner {}
.p-bigbanner img {
width: 100%;
height: auto;
}

.p-form {
    background: #fff;
margin: 10px 0;
    padding: 20px 5%;
}

.p-form table {
width: 100%;
}
.p-form table tr {
}
.p-form table th,
.p-form table td {
padding: 15px 5px;
    text-align: left;
    display: block;
}
.p-form table th {
border-bottom: 1px solid #eee;
    font-size: 1.2em;
	line-height: 1.5;
	margin: 20px 0 0 0;
}

.p-form .c-notes {
font-size: 0.7em;
margin: 10px 0 15px;
}

.p-form th .c-required {
    background:#BEA05A;
    color: #fff;
    font-size: 0.7em;
    padding: 2px 3px;
    margin: 0 0 0 15px;
    vertical-align: 2px;
}

.p-form td .mwform-radio-field {
display: block;
margin: 0 !important;
}

.p-form .c-textbox.type-ss {
margin: 10px 0 0px 0;
width: 100px;
}

.address span {
display: inline-block;
    vertical-align: -6px;
    margin: 0 5px 0 0;
}
.address .c-notes {
margin: 0;
padding: 0;
}


/* radio
======================================== */
.p-form input[type="radio"] {
display: none;
}

.p-form input[type="radio"] + span {
    position: relative;
    padding: 10px 0 10px 30px;
	margin: 0 0 -10px 0;
    cursor: pointer;
    border-radius: 3px;
    display: block;
    font-size: 1.1em;
}

.p-form input[type="radio"] + span:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
border-radius: 50%;
    background: #E8E8E8;
    position: absolute;
    left: 0;
    top: 15px;
    opacity: .6;
    transition: all .12s, border-color .08s;
}

.p-form input[type="radio"] + span:after {
content: "";
    width: 14px;
    height: 14px;
    background: #BEA05A;
    position: absolute;
    left: 3px;
    top: 18px;
    border-radius: 50%;
    opacity: 0;
	transform: scale(0.1);
}
.p-form input[type="radio"]:checked + span {
transition: all 300ms cubic-bezier(0.215,0.610,0.355,1.000);
}
.p-form input[type="radio"]:checked + span:after {
opacity: 1;
transform: scale(1);
}
.p-form input[type="radio"]:checked + span:before {
opacity: 1;
}


/* select
======================================== */
.p-form select {
padding: 10px 15px;
border: 1px solid #ccc;
border-radius: 3px;
margin: 0 10px 10px 0;
width: 100%;
}


/* input textarea
======================================== */
.p-form input,
.p-form textarea {
padding: 13px 15px;
margin: 15px 0;
    border: 1px solid #ccc;
    border-radius: 3px;
    outline: none;
	width: 100%;
	box-sizing: border-box;
}


/* ボタン
======================================== */
.c-buttonGroup {
text-align: center;
padding: 20px 0;
}
.c-buttonGroup .c-button {
	background: #BEA05A;
	width: 80%;
    padding: 20px 0;
    cursor: pointer;
    font-size: 1em;
	border: none;
	color: #fff;
	transition: all 500ms cubic-bezier(0.215,0.610,0.355,1.000);
}
.c-buttonGroup .c-button:hover {
background: #C6AD70;
}

.c-buttonGroup .c-button.back,
.mw_wp_form_complete p a {
background: #ccc;
    width: 50%;
    padding: 10px 0;
    margin: 10px 0 20px 0;
}
.c-buttonGroup .c-button.back:hover,
.mw_wp_form_complete p a:hover {
background: #DCDCDC;
}


/* 完了画面
======================================== */
.mw_wp_form_complete {}
.mw_wp_form_complete h2 {
text-align: center;
    margin: 0 0 20px 0;
	font-size: 1.2em;
}
.mw_wp_form_complete p {
margin: 0 0 20px 0;
}
.mw_wp_form_complete p a {
margin: 20px 0 0 0;
    padding: 15px 30px;
    border-radius: 3px;
    font-size: 1em;
    display: inline-block;
    color: #fff;
    width: 60%;
}



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

アーカイブ　archive

================================================================================== */
.archive_page {}
.archive_page .title_set_archive {
padding: 0 0 10px 0;
}
.archive_page .main_blog_list .img {
width: 40%;
}
.archive_page .main_blog_list .btn_area {
padding: 20px 0 0 0;
text-align: left;
}
.archive_page .main_blog_list .btn_area a {
padding: 13px 0;
    width: 40%;
    text-align: center;
    font-size: 0.8em;
}
.archive_page .main_blog_list .arrow_link_01:after {
    width: 25px;
    right: 15px;
}
.archive_page .main_blog_list .arrow_link_01:hover:after {
right: -15px;
}



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

アーカイブ　archive tag 

================================================================================== */
.archive_tag_page .title_set_archive {
padding: 0 0 10px 0;
}
.archive_tag_page .title_set_archive span {
font-size: 0.6em;
}



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

コロナ対策

================================================================================== */
.corona_page {
}
.corona_page .green_logo {
margin: 70px 0;
}
.corona_page .green_logo .mini {
font-size: 0.8em;
}
.corona_page .green_logo a {
border: 1px solid #eee;
padding: 10px 20px;
background: #fff;
margin: 20px 0 0 0;
display: inline-block;
}
.corona_page .green_logo a:hover {
opacity: 0.7;
}

.corona_page .movie_youtube {
margin: 0 0 70px 0;
}

.corona_page  .text_list li {
margin: 0 0 30px 0;
}
.corona_page  .text_list li:nth-child(odd) {
flex-direction:row-reverse;
}

.corona_page  .text_list .img {
width: 100%;
    text-align: center;
}
.corona_page  .text_list .img img {
 border-radius: 50%;
width: 200px;
    height: 170px;
	object-fit: cover;
}

.corona_page  .text_list .text {
    width: 100%;
    position: relative;
    margin: 10px 0 0 0;
    padding: 0 0 0 50px;
    box-sizing: border-box;
}

.corona_page  .text_list .text .title {
font-size: 1.3em;
    line-height: 1.5;
    margin: 0 0 15px 0;
}
.corona_page  .text_list .text .font_e {
position: absolute;
    font-size: 5em;
    top: -17px;
    line-height: 0.5;
    font-style: italic;
    width: 40px;
    left: 0;
    text-align: right;
}

.corona_page  .text_list .main_title {
text-align: center;
font-size: 1.7em;
line-height: 1.5;
margin: 0 0 50px 0;
position: relative;
display: inline-block;
width: 100%;
}
.corona_page  .text_list .main_title:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -10px;
    display: inline-block;
    width: 20%;
    height: 1px;
    transform: translateX(-50%);
    background-color: #97CDE7;
}
.corona_page  .text_list .list_02 .main_title:before {
background-color: #71DD98;
}

.corona_page  .text_list .list_01 .main_title,
.corona_page  .text_list .list_01 .text .font_e {
 color: #73C4EB;
}
.corona_page  .text_list .list_02 .main_title,
.corona_page  .text_list .list_02 .text .font_e {
color: #71DD98;
}

.corona_page  .end_text {
    border: 1px solid #eee;
    padding: 20px 0;
	margin: 20px 0;
}
.corona_page  .end_text p {
}
.corona_page  .end_text p span {
    font-size: 1.5em;
    display: block;
    margin: 0 0 -20px 0;
}




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

フォトギャラリー

================================================================================== */
.photo_page {
margin: 0 0 80px 0;
}
.movie_youtube {
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
}
.movie_youtube iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.photo_page .movie_youtube {
    margin: 20px 0 70px 0;
}



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

スタッフブログ 記事ページ

================================================================================== */
.blog_article_area {
background: #fff;
}

.blog_article_area .blog_header img {
width: 100%;
height: auto;
}
.blog_article_area .blog_header .text {
padding: 10px 5% 20px 5%;
    border-bottom: 1px solid #eee;
    margin: 0 0 20px 0;
    line-height: 1.3;
}
.blog_article_area .blog_header .text .day {
color: #bbb;
    font-size: 0.8em;
    margin: 0 0 15px 0;
    display: block;
}

.blog_article_area .category {
}
.blog_article_area .category a {
margin: 0 5px;
}

.blog_article_area .blog_header .text .main_title {
margin: 20px 0 0 0;
}

.blog_sentence_area {
padding: 0 5%;
}
.blog_sentence_area img {
width: 100%;
height: auto;
}

.p-items .p-items__image {
text-align: center;
height: 18vh;
}
.p-items .p-items__image img {
width: 100%;
height: 100%;
object-fit: cover;
}

.p-items .p-items__item {
background: #fff;
    margin: 0 0 20px 0;
}
.p-items__title {
font-size: 0.8em;
    line-height: 1.4;
    padding: 6px 0;
    text-align: center;
}
.p-items__title span {
font-size: 1.5em;
}


.p-stuffedroll {
    padding: 20px 5%;
}
.p-stuffedroll table {
width: 100%;
}
.p-stuffedroll table th,
.p-stuffedroll table td {
    padding: 5px 10px;
}
.p-stuffedroll table th {
text-align: right;
}
.p-stuffedroll table td {
text-align: left;
}


/* サイドバー固定
======================================== */
#sticked {
transition: all 1000ms cubic-bezier(0.215,0.610,0.355,1.000);
top: 0;
}
#sticked.changed {
transition: all 1000ms cubic-bezier(0.215,0.610,0.355,1.000);
top: 70px !important;
}


/* 記事内タイトル
======================================== */
.blog_sentence_area h2 {
margin: 1.7em 0 1.2em;
padding: 10px 15px;
background-color: #E3E3E3;
font-size: 1.2em;
line-height: 1.5;
font-weight: bold;
}
.blog_sentence_area h3 {
margin: 1.7em 0 0.8em;
padding: 4px 0 4px 10px;
font-size: 1.1em;
line-height: 1.4;
border-left: 2px solid #ccc;
font-weight: bold;
}


/* SNS
======================================== */
.p-share__list {
display: flex;
justify-content: center;
}
.p-share__item {
  width: 178px;
  margin: 0 8px;
}
.p-share__item a {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  background-color: #fff;
  border: 1px solid #000;
  height: 40px;
  line-height: 1.5;
}


/* 次の記事
======================================== */
.p-pager2--border {
padding: 0 5% 30px;
}
.p-pager2 {
  display: flex;
}
.p-pager2 a {
width:49%;
margin:0 2% 0 0;
background-color: #efefef;
}
.p-pager2 a:nth-child(2n) {
margin-right: 0;
}

.p-pager2 .p-pager2__prev .p-pager2__title {
padding-left: 30px;
}
.p-pager2 .p-pager2__next .p-pager2__title {
padding-right: 30px;
}

.p-pager2 .p-pager2__prev .p-pager2__title:before,
.p-pager2 .p-pager2__next .p-pager2__title:before {
content: "";
border: solid #888;
border-width: 0 0 1px 1px;
width: 5px;
height: 5px;
position: absolute;
top: 50%;
}
.p-pager2 .p-pager2__prev .p-pager2__title:before {
transform: rotate(45deg) translateY(-50%);
left: 5px;
}
.p-pager2 .p-pager2__next .p-pager2__title:before {
transform: rotate(-135deg) translateY(50%);
    right: 13px;
}

.p-pager2__prev {
}

.p-pager2 img {
width: 100%;
}

.p-pager2 .p-pager2__title {
font-size: 0.8em;
line-height: 1.5;
padding:15px;
margin: -10px 0 0 0;
position: relative;
}

.p-pager2 a:hover {
opacity: 0.6;
}


.blog_article_footer .c-link {
padding: 0 5%;
}

.blog_article_footer .l-unit {
}
.blog_article_footer .l-unit .c-heading {
    text-align: center;
    font-size: 1.3em;
    padding: 30px 0 5px;
}

.p-items2 {
border-top: 1px solid #eee;
padding: 0 5%;
}
.p-items2 .p-items2__item {
    border-bottom: 1px dashed #efefef;
    padding: 20px 0 10px 0;
}
.p-items2 .p-items2__item:last-child {
border-bottom: none;
}

.p-items2 .p-items2__figure {
width: 40%;
}
.p-items2 .p-items2__figure img {
width: 100%;
height: auto;
}
.p-items2 a:hover {
opacity: 0.6;
}

.p-items2 .p-items2__main {
width: 100%;
}

.p-items2__main .category {
text-align: left;
font-size: 0.7em;
margin: 5px 0 10px 0;
}
.p-items2__main .category a {
margin: 0 3px 0 0;
}

.p-items2__title {
font-size: 0.9em;
    line-height: 1.4;
}
.p-items2 {}



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

スタッフブログ

================================================================================== */
.aside_page {
}
.aside_page .main_area {
width: 100%;
}
.aside_page .side_area {
width: 100%;
}

.blog_page .main_blog_list li {
background: #fff;
margin: 0 0 30px 0;
}
.blog_page .blog_list li .img {
width: 40%;
}
.blog_page .main_area li .img img {
    width: 100%;
    height: auto;
	vertical-align: bottom;
}
.blog_page .main_area li .text {
width: 100%;
padding: 15px 20px;
box-sizing: border-box;
}
.blog_page .main_area li .text .day,
.p-items2__main .day {
color: #bbb;
    font-size: 0.7em;
}
.blog_page .main_area li .text .title {
line-height: 1.5;
    margin: 5px 0;
}

.blog_page .main_area li .text .category a,
.blog_article_area .blog_header .text .category a,
.p-items2__main .category a {
background: #eee;
    font-size: 0.7em;
    padding: 2px 8px;
    display: inline-block;
}
.blog_page .main_area li .text .category a:hover,
.blog_article_area .blog_header .text .category a:hover {
background: #D8D8D8;
}
.blog_page .main_area li .new_icon {
background: #BEA05A;
    color: #fff;
    font-size: 0.7em;
    padding: 3px 8px;
}

.blog_page .main_area li .text a .title,
.blog_page .main_area li .text a:hover .title,
.blog_page .main_area li .img a img,
.blog_page .main_area li .img a:hover img {
transition: all 500ms cubic-bezier(0.215,0.610,0.355,1.000);
}
.blog_page .main_area li .text a:hover .title {
color: #bbb;
}
.blog_page .main_area li .img a:hover img {
opacity: 0.8;
}



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

スタッフブログ サイド ランキング

================================================================================== */
.p-ranking {
    background-color: #fff;
    padding: 0 0 5px 0;
    margin: 0 0 20px 0;
}
.p-ranking__list {
    counter-reset: ranking;
}
.p-ranking__list li {
position: relative;
border-bottom: 1px dashed #ccc;
margin: 10px 10px 0 10px;
}
.p-ranking__list li:last-child {
border-bottom: none;
}
.p-ranking__list li:before {
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: ranking;
  content: counter(ranking);
  display: block;
  background-color: #dbe3e7;
  width: 20px;
  height: 20px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25;
  text-align: center;
  z-index: 5;
}

.p-ranking__list li:nth-of-type(1):before {
  background-color: #d7d123;
  color: #fff;
}
.p-ranking__list li:nth-of-type(2):before {
  background-color: #aeaeae;
  color: #fff;
}
.p-ranking__list li:nth-of-type(3):before {
  background-color: #c1a573;
  color: #fff;
}

.p-ranking__list li a {
display: flex;
}
.p-ranking__image {
width: 35%;
}
.p-ranking__image img {
width: 100%;
height: auto;
}

.p-ranking__title {
font-size: 0.7em;
    line-height: 1.3;
    width: 65%;
    padding: 0 0 0 5%;
}

.p-ranking__heading {
text-align: center;
font-size: 2em;
padding: 10px 0 0 0;
}
.p-ranking__heading:before {
  position: relative;
  top: -2px;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  color: #d7d123;
  content: '\f091';
  font-size: 18px;
  line-height: 1.33333;
  margin-right: 5px;
}



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

スタッフブログ サイド カテゴリー

================================================================================== */
.p-links {
  margin: 0 0 20px;
  padding: 3px;
  background-color: #fff;
}
.p-links__heading {
  padding: 10px 10px 8px;
  font-size: 2em;
  text-align: center;
}
.p-links__list > li {
  border-top: 2px solid #fff;
}
.p-links__list > li:first-child {
  border-top: none;
}
.p-links__list > li a {
position: relative;
    display: block;
padding: 15px 20px 15px 20px;
    background-color: #EFEFEF;
    line-height: 1.5;
}
.p-links__list > li a:before {
  position: absolute;
  top: 50%;
  right: 10px;
  color: #878787;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  content: '\f105';
  font-size: 14px;
  line-height: 1;
  margin-top: -7px;
}
.p-links__list > li a:hover{
opacity: 0.5;
}
.p-links__list > li a:hover:before {
right: 7px;
}

.p-links__list > li > ul {
border-top: 2px solid #fff;
    background: #F5F5F5;
}
.p-links__list > li > ul li > a {
padding: 15px 25px;
    border-bottom: 1px dashed #FFFFFF;
    background:none;
}
.p-links__list > li > ul li:last-child a {
border-bottom: none;
}
.p-links__list > li > ul li > a:after {
    position: absolute;
    top: 14px;
    left: 12px;
    display: block;
    box-sizing: border-box;
    content: '';
    width: 7px;
    height: 12px;
    border: solid #A7A7A7;
    border-width: 0 0 1px 1px;
}

.none_mv {
    padding: 90px 0 0 0;
}
.none_mv .path,
.none_mv .path a {
color: #969696;
}.none_mv .path li + li:before {
    border-bottom: 0.8px solid #969696;
    border-left: 0.8px solid #969696;
}



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

ページネーション

================================================================================== */
.paginate_links,
.p-pager {
text-align: center;
display: flex;
justify-content: center;
margin: 30px 0 50px 0;
}
.paginate_links a,
.paginate_links .current,
.p-pager a,
.p-pager .current {
background: #eee;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 0.9em;
    margin: 0 5px;
}
.paginate_links a:hover,
.p-pager a:hover {
background: #ddd;
}
.paginate_links .current,
.p-pager .current {
background: #BEA05A;
color: #fff;
}

.paginate_links .prev,
.paginate_links .next {
font-size: 0;
position: relative;
}
.paginate_links .prev:before,
.paginate_links .next:before {
content: "";
border: solid #888;
border-width: 0 0 1px 1px;
width: 8px;
height: 8px;
position: absolute;
top: 16px;
}
.paginate_links .prev:before {
transform: rotate(45deg);
left: 18px;
}
.paginate_links .next:before {
transform: rotate(-135deg);
left: 14px;
}

.paginate_links .dots {
    line-height: 40px;
    margin: 0 10px;
    color: #ccc;
}



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

ブライダルフェア　記事ページ

================================================================================== */
.p-point__tags {
text-align: center;
    margin: 10px 0;
}
.p-point__tags a {
margin: 0 2px;
}

.p-fairHead__table {
    width: 100%;
    margin: 20px 0;
}
.p-fairHead__table th,
.p-fairHead__table td {
background: #eee;
    border: 1px solid #fff;
    text-align: left;
    padding: 10px 15px;
	font-size: 0.9em;
	display: block;
	box-sizing: border-box;
	width: 100%;
}
.p-fairHead__table th {
background: #DFDFDF;
}
.p-fairHead__table td {
margin: 0 0 20px 0;
}

.type-fair .p-freearea {
margin: 0 0 30px 0;
}
.type-fair .p-freearea:after {
content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
.type-fair .p-freearea img {
margin: 0 0 10px 0;
}

.p-reservation__title {
text-align: center;
    font-size: 1.7em;
    line-height: 1.2;
}
.p-reservation__title span {
font-size: 0.55em;
}
.p-reservation__mailUnit .btn_area {
padding: 20px 0;
}
.p-reservation__mailUnit .btn_area a {
    width: 100%;
}

.p-infobanner {
text-align: center;
margin: 10px 0 30px 0;
}
.p-infobanner .p-infobanner__phone {
margin: -20px 0;
}
.p-infobanner .p-infobanner__title {
font-size: 1.2em;
}
.p-infobanner .phone_text_01 {}
.p-infobanner .phone_text_02 {
    font-size: 3em;
}

.p-fairCalendar__title {
    font-size: 1.5em;
    text-align: center;
    line-height: 1.2;
    margin: 0 0 10px 0;
}
.p-fairCalendar__title span {
font-size: 0.6em;
}

.p-fairCalendar__next,
.p-fairCalendar__prev {
font-size: 0;
    background: #E0E0E0;
    width: 40px;
    height: 40px;
	position: relative;
	transition: all 300ms cubic-bezier(0.215,0.610,0.355,1.000);
}
.p-fairCalendar__next:before,
.p-fairCalendar__prev:before {
    content: "";
    width: 15px;
    height: 15px;
    border-bottom: 2px solid #bbb;
    border-left: 2px solid #bbb;
    position: absolute;
    top: 12px;
}
.p-fairCalendar__prev:before {
transform: rotate(45deg);
left: 15px;
}
.p-fairCalendar__next:before {
transform: rotate(-135deg);
left: 7px;
}
.p-fairCalendar__next:hover,
.p-fairCalendar__prev:hover {
opacity: 0.6;
}

.p-share {
border-bottom: 1px solid #eee;
border-top: 1px solid #eee;
margin: 10px 0 20px;
padding: 20px 0;
}

.c-link a {
position: relative;
    padding: 20px 0;
    margin: 0 auto;
    background: #eee;
    display: block;
    width: 100%;
    text-align: center;
}
.c-link a:before {
    content: "";
    border-bottom: 1px solid #9C9C9C;
    border-left: 1px solid #9C9C9C;
    width: 6px;
    height: 6px;
    transform: rotate(45deg);
    position: absolute;
    left: 20px;
    top: 30px;
	transition: all 300ms cubic-bezier(0.215,0.610,0.355,1.000);
}
.c-link a:hover {
background: #E0E0E0;
}
.c-link a:hover:before  {
left: 25px;
}

.p-reservation__finish {
text-align: center;
    background: #ddd;
    padding: 30px 0;
    font-size: 1.2em;
    line-height: 1.5;
}
.p-reservation__finish span {
font-size: 0.8em;
}

.p-fairCalendar-reservation .p-fairCalendar_calendar td.date {
    background: #BEA05A;
	color: #fff;
}



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

ブライダルフェア　検索ページ

================================================================================== */
.fair_page {
}

.fair_page .fair_footer .title_set .title {
text-align: center;
    padding: 20px 0 40px 0;
    font-size: 1.5em;
}

.fair_page .l-toggle .title {
text-align: center;
    background: #D7D7D7;
    border-radius: 3px;
    padding: 10px 0 9px;
    margin: 50px 0 20px 0;
}
.p-fairCalendar__text {
margin: 0 5%;
}
.l-toggle .p-fairCalendar__button,
.l-toggle .l-toggle__button {
    margin: 2px auto 0;
    padding: 15px 0;
    font-size: 1.3em;
    width: 80%;
    display: block;
    border: none;
    border-radius: 3px;
    background: #BEA05A;
    color: #fff;
    cursor: pointer;
    outline: none;
	transition: all 300ms cubic-bezier(0.215,0.610,0.355,1.000);
}
.p-fairCalendar__button:hover,
.l-toggle__button:hover {
background: #C8AF74;
}

.fair_page .c-formGroup {
margin: 0 0 30px 0;
}
.fair_page .c-formGroup li {
width: 100%;
    margin: 0 0 15px 0;
}
.fair_page .c-formGroup li:nth-child(3n) {
margin-right: 0;
}

.fair_page input[type="checkbox"] {
display: none;
}

.fair_page input[type="checkbox"] + span {
position: relative;
    padding: 13px 0 13px 45px;
    cursor: pointer;
    background: #E7E7E7;
    border-radius: 3px;
    display: block;
}
.fair_page input[type="checkbox"] + span:last-child {
}

.fair_page input[type="checkbox"] + span:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 3px;
    background: #fff;
    position: absolute;
    left: 15px;
    top: 15px;
    opacity: .6;
    transition: all .12s, border-color .08s;
}

.fair_page input[type="checkbox"] + span:after {
content: "";
    width: 16px;
    height: 8px;
    border-bottom: 4px solid #BEA05A;
    border-left: 4px solid #BEA05A;
    position: absolute;
    left: 18px;
    top: 13px;
	transition: all 300ms cubic-bezier(0.215,0.610,0.355,1.000);
    transform: rotate(0deg);
	opacity: 0;
}
.fair_page input[type="checkbox"]:checked + span {
background: #E7DCC4;
transition: all 300ms cubic-bezier(0.215,0.610,0.355,1.000);
}
.fair_page input[type="checkbox"]:checked + span:after {
 transform: rotate(-45deg);
	opacity: 1;
}

.fair_page .p-result__text,
.title_set_archive {
border-bottom: 1px solid #bbb;
margin: 0 0 30px;
padding: 40px 0 0px 0;
font-size: 1.5em;
text-align: center;
}
.fair_page .p-result__text span {
font-size: 2em;
margin: 0 3px 0 0;
color: #BEA05A;
}

#search-result article {
background: #fff;
    margin: 0 0 30px 0;
    padding: 20px 5%;
    box-shadow: 0 5px 5px rgba(0,0,0,0.1);
}
#search-result article .p-items5__head {
margin: 0;
width: 100%;
}
#search-result article .p-items5__head img {
width: 100%;
object-fit: cover;
height: 100%;
}
.p-items5__head figure {
height: 100%;
}

.p-items5__head a {
display: inline-block;
height: 100%;
}
.p-items5__head a:hover {
opacity: 0.7;
}

#search-result article .text {
width: 100%;
}
#search-result .p-items5__title {
line-height: 1.5;
}

#search-result .shedule_list {
margin: 10px 0;
}
#search-result .shedule_list li {
display: flex;
    padding: 0;
}
#search-result .shedule_list li .title {
    width: 55px;
}
#search-result .shedule_list li .data {
}

.p-items5__data a,
.p-point__tags a {
font-size: 0.7em;
background: #eee;
padding: 2px 7px;
margin: 0 5px;
display: inline-block;
}

#search-result .btn_area {
padding: 10px 0 0 0;
}
#search-result .btn_area a {
padding: 12px 0;
    font-size: 1em;
}
#search-result .btn_area a:after {
width: 25px;
right: 15px;
top: 55%;
}
#search-result .btn_area a:hover:after {
right: -15px;
}

#search-result .btn_more {
width: 100%;
margin: 0 0 10px 0;
}
#search-result .p-items5__reservation{
width: 100%;
}

#search-result .p-items5__reservation2 {
margin: 20px 0 0 0;
text-align: center;
}
#search-result .p-items5__reservation2 .t_01 {
display: block;
margin: 0 0 -10px 0;
font-size: 1.2em;
}
#search-result .p-items5__reservation2 .t_02 {
color: #BEA05A;
    font-size: 1.4em;
    margin: 0 0 0 15px;
}
#search-result .p-items5__reservation2 .phone a {
color: #BEA05A;
font-size: 2.5em;
}
#search-result .p-items5__finish {
text-align: left;
    line-height: 1.5;
    background: #eee;
    width: 100%;
    padding: 11px 20px;
    box-sizing: border-box;
}

.wgt-result__text {
padding: 150px 0 0 0;
    text-align: center;
}


#fairsearch,
#fairsearch .l-contents__inner {
padding: 0;
}

#fair_calendar_wrap .fair_calendar_month {
width: 100% !important;
margin: 0 !important;
}

#fair_calendar_wrap #fair_calendar_trg_prev,
#fair_calendar_wrap #fair_calendar_trg_next {
top: 80px !important;
}
#fair_calendar_wrap #fair_calendar_trg_next {
right: 0px !important;
}
#fair_calendar_wrap #fair_calendar_trg_prev {
left: 0 !important;
}



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

【共通】テキストページ

================================================================================== */
.text_area {
}

.text_area table {
width: 100%;
margin: 20px 0;
}
.text_area table th,
.text_area table td {
border: 1px solid #D4D8DA;
padding: 10px 5%;
display: block;
width: 100%;
box-sizing: border-box;
}
.text_area table th {
background: #F4F5F6;
text-align: left;
}

.text_area .text_title_01 {
line-height: 1.4;
border-left: 3px solid #283C46;
border-bottom: 1px solid #283C46;
padding: 3px 0 10px 15px;
margin: 30px 0;
font-size: 1.3em;
}
.text_area .text_title_02 {
line-height: 1.5;
border-left: 3px solid #7E8A90;
padding: 2px 0 2px 15px;
margin: 30px 0 10px;
font-size: 1.2em;
}
.text_area .text_title_03 {
    position: relative;
    font-size: 1.1em;
    line-height: 1.4;
    margin: 30px 0;
    padding: 0 0 0 17px;
}
.text_area .text_title_03:before {
content: "";
    background: #7E8A90;
    width: 8px;
    height: 8px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 9px;
}









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

アクセス

================================================================================== */
.access_main {
background: url("https://esterio.com/wp/wp-content/themes/original-theme/common/img/access/main_bg.webp") no-repeat scroll center bottom;
background-size: cover;
margin: 0 0 40px 0;
position: relative;
z-index: 1;
}

.access_main .access_message {
padding: 30px 0;
}

.access_main img {
width: 100%;
}

.access_main .map_address {
}
.access_main .map_address p {
padding: 0 0 15px 0;
}
.access_main .map_address p b {
font-size: 1.3em;
}
.access_main .map_address .btn_area {
text-align: left;
padding: 0;
}
.access_main .map_address .btn_area a {
padding: 20px 20px;
}
.access_main .map_address .btn_area a:after {
width: 27px;
    right: 12px;
}
.access_main .map_address .btn_area a:hover:after {
right: -18px;
}

.access_point {
padding: 0 0 30px 0;
}

.access_point .title {
border-left: 3px solid #68767D;
padding: 4px 0 4px 10px;
    margin: 0 0 30px 0;
    font-size: 1.2em;
    line-height: 1;
}
.access_point .title span {
font-size: 1.3em;
}

.access_point .box {
background: #E9EBEC;
padding: 20px 5%;
    margin: 0 0 30px 0;
}
.access_point img {
width: 100%;
}



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

スタッフブログ

================================================================================== */
.blog_list {
padding: 150px 0;
}

.blog_list a {
display: inline-block;
transition: all 3000ms cubic-bezier(0.215,0.610,0.355,1.000);
}
.blog_list a:hover {
opacity: 0.8;
}
.blog_list ul {
display: flex;
flex-wrap:wrap;
}
.blog_list li {
width: 48%;
margin: 0 4% 50px 0;
}
.blog_list li:nth-child(2n) {
margin-right: 0;
}
.blog_list li img {
width: 100%;
vertical-align: bottom;
}

.blog_list .text {
margin: 10px 0 0 0;
}
.blog_list .text span {
color: #7E8A90;
font-size: 0.8em;
}
.blog_list .text p {
line-height: 1.5;
}
.blog_list .img {
overflow: hidden;
}


.blog_details_area {}
.blog_details_area .day {
text-align: center;
color: #939DA2;
font-size: 0.9em;
margin: 30px 0;
letter-spacing: 2px;
}
.blog_details_area .title {
margin: 40px 0 20px 0;
}
.blog_details_area .inner_mini + .inner {
margin-top: 100px;
}



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

パーティーレポート

================================================================================== */
.report_details_area,
.blog_details_area,
.fair_details_area {
padding-bottom: 0 !important;
}

.report_details_area .main_data {
padding: 0 0 100px 0;
}

.report_details_area .main_data .img {
margin: 0 0 50px 0;
}
.report_details_area .main_data .img li {
margin: 0 10px;
}
.report_details_area .main_data .img .slick-prev {
left: 50px;
    top: 50%;
}
.report_details_area .main_data .img .slick-next {
right: 50px;
top: 50%;
}

.footer_page_link {
margin: 200px 0 -50px 0;
}
.footer_page_link .btn_area {
margin: 30px 0 0 0;
}

.report_page .title_line {
margin: 10px 0 40px 0;
}
.report_page .title_line a {
line-height: 1.4;
}



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

ブライダルフェア

================================================================================== */
.fair_details_area .fair_data {
    padding: 100px 0;
}

.fair_details_area .fair_data .img {
margin: 0 0 30px 0;
}

.category_list {
text-align: center;
margin: 20px 0;
}
.category_list ul {
}
.category_list li {
display: inline-block;
margin: 0 5px;
}
.category_list a {
background: #DFE2E3;
    padding: 8px 15px;
    display: block;
    font-size: 0.8em;
}

.fair_details_area .fair_data .title {
    font-size: 1.5em;
    display: block;
    text-align: center;
}

.fair_details_area .fair_data .schedule_list {
margin: 40px 0;
}
.fair_details_area .fair_data .schedule_list li {
background: #E9EBEC;
    display: flex;
    padding: 20px 30px;
    margin: 15px 0;
}
.fair_details_area .fair_data .schedule_list span {
color: #939DA2;
width: 10%;
}
.fair_details_area .fair_data .schedule_list p {
width: 90%;
}

.fair_details_area .fair_reservation {}
.fair_details_area .fair_reservation .titile_set {
text-align: center;
}
.fair_details_area .fair_reservation .titile_set .title {
font-size: 1.8em;
    margin: 0 0 20px 0;
}

.fair_details_area .tel {
    text-align: center;
    padding: 100px 0;
	font-size: 1.5em;
}
.fair_details_area .tel span {
    font-size: 1.3em;
}
.fair_details_area .tel a {
font-size: 3em;
}
.fair_details_area .tel .time {

font-size: 0.6em;
}

.fair_details_area .other_fairs {
    padding: 80px 0;
}
.fair_details_area .other_fairs .title {
text-align: center;
font-size: 1.8em;
}



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

プラン

================================================================================== */
.plan_page .photo_gallery {
}

.plan_details_area {
margin: 20px 0 0 0;
}

.plan_details_area .main_data {
margin: 0 0 50px 0;
}

.plan_details_area .main_data .img {
margin: 0 0 10px 0;
}
.plan_details_area .main_data .img img {
width: 100%;
height: auto;
}

.plan_details_area .title_set {
margin: -50px 0 30px 0;
}

.plan_details_area p b {
font-weight: bold;
    font-size: 1.1em;
    line-height: 1.8;
    display: block;
    margin: 0 0 -15px 0;
}

.plan_details_area .main_data ul {
margin: 30px 0;
}
.plan_details_area .main_data li {
background: #E9EBEC;
    padding: 10px 0;
    margin: 15px 0;
    text-align: center;
    font-size: 1.2em;
}
.plan_details_area .main_data li span {
color: #939DA2;
font-size: 0.8em;
}

.plan_details_area .price_data {
text-align: center;
}
.plan_details_area .price_data .people {
color: #BEA05A;
font-size: 2.2em;
}
.plan_details_area .price_data .off {
background: #BEA05A;
color: #fff;
}
.plan_details_area .price_data .price {
font-size: 3em;
margin: -20px 0 0 0;
    display: block;
	color: #BEA05A;
}
.plan_details_area .price_data p {
margin: 20px 0 0 0;
    font-size: 0.8em;
}

.plan_details_area .btn_area {
padding: 20px 0;
}
.plan_details_area .btn_area a {
padding: 30px 0;
    width: 100%;
}

.plan_details_area .plan_data {
padding: 20px 0;
}
.plan_details_area .plan_data .title {
text-align: center;
    font-size: 1.5em;
}
.plan_details_area .plan_data ul {
margin: 20px 0 0;
}
.plan_details_area .plan_data li {
width: 100%;
margin: 0 0 10px 0;
padding: 2px 3%;
background: #fff;
box-sizing: border-box;
border-radius: 3px;
position: relative;
}

.plan_details_area .plan_data li p {
position: absolute;
    left: 20%;
    top: 50%;
    transform: translateY(-50%);
    line-height: 1.2;
}
.plan_details_area .plan_data li span {
font-size: 0.7em;
}
.plan_details_area .plan_data li img {
width: 15%;
}

/*プランに含まれないもの*/
.plan_details_area .plan_data .no_item {
background: #B2BBBF;
}


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

ウェディング

================================================================================== */
.weddhing_page .slant_img_list_01 ul {
margin: 0;
}

.weddhing_page .text_title_01 {
font-size: 1.5em;
font-weight: bold;
margin: 20px 0;
}
.weddhing_page p b {
display: block;
margin: 0 0 -15px 0;
    font-weight: bold;
    font-size: 1.1em;
    line-height: 1.6;
}


/* リンクボタン
======================================== */
.plan_link_area {
position: relative;
margin:50px 0;
}
.plan_link_area .btn_area {
padding: 60px 5% 30px 5%;
}
.plan_link_area:before {
content: "";
    background: url(https://esterio.com/wp/wp-content/themes/original-theme/common/img/wedding/link_bg.webp) no-repeat scroll center center;
    background-size: cover;
    width: 100%;
    height: 170px;
    display: inline-block;
    position: absolute;
    transform: skewY(-2.5deg);
    top: 0;
}


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

マタニティ

======================================== */
.weddhing_details_area {}
.weddhing_details_area　.img_fl {
    margin: 70px 0 -100px 0;
}

.text_title_01 {
    font-size: 1.4em;
    margin: 20px 0;
    line-height: 1.6;
}



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

料理

================================================================================== */
.cuisine_page {
}
.cuisine_page .photo_gallery {
margin: 0 0 50px 0;
}

.cuisine_page .slant_img_list_02 b {
font-size: 1.4em;
    line-height: 1.6;
}

.img_long {
overflow: hidden;
}
.img_long .slant_inner {
margin: -50px 0;
}
.img_long img {
width: 100%;
height: 250px;
object-fit: cover;
}

.chef_area {
    margin: 50px 0 0 0;
}
.chef_area .inner {
}

.chef_area .img {
width: 70%;
    margin: 0 auto 50px;
    overflow: hidden;
}
.chef_area .img .slant_inner {
margin: -20px 0;
}
.chef_area .img img {
width: 100%;
}

.chef_area .text {
}
.chef_area .text .box {
}
.chef_area .text .font_e {
font-size: 2.2em;
margin: 0 0 30px 0;
}
.chef_area .text p {
line-height: 1.8;
}
.chef_area .text p b {
font-size: 1.4em;
    display: block;
}
.chef_area .text p b span {
font-size: 0.7em;
}


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

ドレス

================================================================================== */
.dress_page .photo_gallery {
margin: 0 0 50px 0;
}

.dress_masiage {
padding: 0 0 20px 0;
}

.dress_masiage .img {
background: url(https://esterio.com/wp/wp-content/themes/original-theme/common/img/dress/dress_mariage_bg_sp.webp) no-repeat scroll center center;
background-size: cover;
    height: 300px;
    margin: 0 0 20px 0;
}
.dress_masiage .img img {
display: none;
}

.dress_masiage .text {
    padding: 0 5%;
}
.dress_masiage .text img {
    margin: 0 0 10px 0;
    width: 50%;
}
.dress_masiage .text p {
line-height: 1.8;
font-size: 1.1em;
}
.dress_masiage .text p + p {
position: relative;
margin: 50px 0 0 0;
font-size: 1em;
}
.dress_masiage .text p + p:before {
content: "";
background: #68767D;
width: 120px;
height: 1px;
position: absolute;
top: -25px;
left: 0;
}

.dress_masiage .text .btn_area {
text-align: left;
padding: 20px 0 0 0;
}
.dress_masiage .text .btn_area a {
padding: 15px 20px;
    font-size: 0.9em;
}
.dress_masiage .text .btn_area a:after {
width: 25px;
top: 55%;
}
.dress_masiage .text .btn_area a:hover:after {
right: -15px;
}



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

コンセプト

================================================================================== */
.concept_page {
}
.concept_page .photo_gallery {
    margin: -20px 0 20px;
}


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

【下層ページ共通】

================================================================================== */
.second_page {
padding: 30px 0;
}



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

【トップページ】ニュース

================================================================================== */
.topicks_area {
padding: 0 0 30px 0;
}
.topicks_area .inner {
}

.topicks_area .title {
font-size:2.5em;
}

.topicks_area .btn_area {
padding: 0;
text-align: left;
}
.topicks_area .btn_area a {
font-size: 1em;
    padding: 4px 0;
    text-align: center;
    position: absolute;
    right: 0;
    width: 35%;
    top: 13px;
}
.topicks_area .btn_area a:after {
width: 15px;
    position: absolute;
    right: 10px;
    top: 57%;
}

.topicks_area .text {
width: 100%;
    position: relative;
}
.topicks_area ul {
width: 100%;
    height: 150px;
    overflow: auto;
}
.topicks_area li {
margin: 0 5px 10px 0;
    line-height: 1.5;
}
.topicks_area li span {
color: #939DA2;
    font-size: 0.8em;
    display: block;
    margin: 0 0 0 0;
}
.topicks_area li a:hover {
color: #616B9E;
}



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

【トップページ】ページリンク

================================================================================== */
.page_link_area {
padding: 40px 0 10px;
}
.page_link_area ul {
display: flex;
flex-wrap:wrap;
text-align: center;
}
.page_link_area li {
width:49%;
margin:0 2% 10px 0;
position: relative;
}
.page_link_area li:nth-child(2n) {
margin-right: 0;
}
.page_link_area .img {
height: 80px;
opacity: 0.4;
transition: all 5000ms cubic-bezier(0.215,0.610,0.355,1.000);
overflow: hidden;
}
.page_link_area a:hover .img {
opacity: 1;
}
.page_link_area .img img {
width: 100%;
height: 100%;
object-fit: cover;
vertical-align: bottom;
}
.page_link_area .text {
width: 100%;
font-size: 0.7em;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
z-index: 1;
transition: all 5000ms cubic-bezier(0.215,0.610,0.355,1.000);
}
.page_link_area p {
    line-height: 1.3;
}
.page_link_area p span {
font-size: 2em;
}



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

【トップページ】コンセプト

================================================================================== */
.concept_area {
padding: 0 0 10px 0;
}

.concept_area .img {
position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
	text-align: center;
	overflow: hidden;
}
.concept_area .img img {
object-fit: cover;
    height: 100%;
}

.concept_area .text {
    z-index: 10;
    position: relative;
    width: 90%;
    left: 5%;
}
.concept_area .text .font_e {
font-size: 4.5em;
position: relative;
display: inline-block;
}
.concept_area .font_e span {
    font-size: 0.3em;
    display: block;
margin: 10px 0;
}
.concept_area .font_e span:before {
content: url("https://esterio.com/wp/wp-content/themes/original-theme/common/img/deco/title_line_black.svg");
width: 75%;
    top: 90px;
    position: absolute;
}
.concept_area p {
line-height: 1.8;
}
.concept_area p b {
    font-size: 1.4em;
    margin: 0 0 -10px 0;
    display: block;
    line-height: 1.5;
}

.concept_area .btn_area {
text-align: left;
}
.concept_area .btn_area a {
padding: 15px 0;
text-align: center;
font-size: 1em;
}
.concept_area .arrow_link_01:after {
width: 25px;
top: 53%;
}



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

【トップページ】ニュースイベント

================================================================================== */
.news_area {
padding: 0 0 40px;
}
.top_bridal_fair {
}



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

【トップページ】スペシャルプラン

================================================================================== */
.sp_plan {
margin: 20px 0;
    padding: 20px 0;
}

.sp_plan .title_set {
}
.sp_plan .title_line {
font-size: 1.6em;
line-height: 1;
}
.sp_plan .title_line a {
color: #fff;
}
.sp_plan .title_line.font_e {
    font-size: 3em;
}

.sp_plan .title_line span {
font-size: 0.4em;
    letter-spacing: 0;
    display: block;
    margin: 5px 0 10px 0;
}

.sp_plan .price_data {
margin: 10px 0;
    line-height: 1.5;
}
.sp_plan p {
line-height: 1.8;
}

.price_data {
}
.price_data .off {
background: #fff;
    color: #283C46;
    padding: 8px 15px;
    display: inline-block;
    line-height: 1;
font-size: 1.1em;
    font-weight: bold;
}
.price_data .people {
    font-size: 1.5em;
}
.price_data .people span {
font-size: 0.6em;
    margin: 0 5px 0 2px;
}
.price_data .price {
color: #FFB432;
font-size: 2em;
letter-spacing: 2px;
}
.price_data .price span {
font-size: 0.7em;
margin: 0 6px;
}
.price_data .zei {
font-size: 0.3em !important;
margin: 0 0 0 -10px !important;
}



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

【トップページ】バナー

================================================================================== */
.top_banner {
margin: 0 5%;
}
.top_banner ul {
display: flex;
}
.top_banner img {
width: 100%;
vertical-align: bottom;
}
.top_banner a {
display: inline-block;
overflow: hidden;
}
.top_banner li {
margin: 0 10px 0 0;
}
.top_banner li:last-child {
margin-right: 0;
}



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

【トップページ】メインビジュアル

================================================================================== */
.mv {
position: relative;
margin: 0 0 20px 0;
}
.mv li {
height: 60vh;
}
.mv li img {
object-fit: cover;
height: 60vh;
}
.mv .ex_news {
position: absolute;
    bottom: 30px;
    left: 5%;
    background: rgba(0,0,0,0.5);
    color: #fff;
    width: 90%;
    font-size: 0.8em;
    line-height: 1.5;
    padding: 10px 35px 15px 20px;
    transition: all 3000ms cubic-bezier(0.215,0.610,0.355,1.000);
    box-sizing: border-box;
}
.mv .ex_news b {
font-size: 1.3em;
    margin: 0 0 -15px 0;
    display: block;
}
.mv .ex_news:hover {
background: rgba(50,50,50,0.8);
}

.mv .ex_news span {
position: relative;
    border: 1px solid #fff;
    padding: 6px 30px 7px;
    margin: 10px 0 5px 0;
    display: inline-block;
    line-height: 1;
	transition: all 1000ms cubic-bezier(0.215,0.610,0.355,1.000);
}
.mv .ex_news span:before {
width: 3px;
height: 3px;
right: 8px;
top: 40%;
}
.mv .ex_news span:hover {
background: rgba(255,255,255,0.2);
}


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

【下層ページ　共通】second_mv

================================================================================== */
.second_mv {
    position: relative;
	overflow: hidden;
    height: 200px;
	z-index: 2;
}
.second_mv .slant_inner {
}

.second_mv .img {
height: 210px;
}
.second_mv .img img {
width: 100%;
height: 100%;
object-fit: cover;
}

.second_mv .text {
    position: absolute;
    left: 50%;
    top: 45%;
    transform: translateX(-50%);
    width: 100%;
}
.second_mv .text .title {
color: #fff;
text-align: center;
font-size: 0.9em;
line-height: 1.3;
}
.second_mv .text .title span {
font-size: 3em;
}




/* □　□　□　□　□　□　□　□　□　□　□　□　□　□　□　□　□　□　□　□　□　□　□　□　□　□　□　□　□　□
ページ　END
□　□　□　□　□　□　□　□　□　□　□　□　□　□　□　□　□　□　□　□　□　□　□　□　□　□　□　□　□　□ */






/* □　□　□　□　□　□　□　□　□　□　□　□　□　□　□　□　□　□　□　□　□　□　□　□　□　□　□　□　□　□
共通
□　□　□　□　□　□　□　□　□　□　□　□　□　□　□　□　□　□　□　□　□　□　□　□　□　□　□　□　□　□ */


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

title

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


/* title_01
======================================== */
.title_01 {
text-align: center;
position: relative;
margin: 0 0 30px 0;
}
.title_01 .title {
font-size: 3em;
line-height: 1;
letter-spacing: 2px;
}
.title_01 .title:before {
content: url(https://esterio.com/wp/wp-content/themes/original-theme/common/img/deco/deco_01.svg);
    width: 55%;
    left: 50%;
    bottom: 20px;
    position: absolute;
    transform: translateX(-50%);
}
.title_01 span {
display: block;
    padding: 20px 0 0 0;
}


/* title_line
======================================== */
.title_line {
display: inline-block;
position: relative;
margin: 0 0 35px 0;
}
.title_line:before {
content: url("https://esterio.com/wp/wp-content/themes/original-theme/common/img/deco/title_line.svg");
width: 80%;
    opacity: 0.7;
    position: absolute;
    bottom: -25px;
    left: 0;
}



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

【共通】ボタン

================================================================================== */
a {
}
a:before,
a:after {
position: absolute;
}

.btn_area a {
transition: all 500ms cubic-bezier(0.215,0.610,0.355,1.000);
padding: 15px 0;
width: 100%;
line-height: 1.4;
}
.btn_area a span {
position: relative;
}


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

【共通】背景

========================== */
.bg_01 {
background: #E9EBEC;
}


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

【共通】矢印

========================== */
.arrow_01 {
position: relative;
}
.arrow_01:before {
position: absolute;
content: "";
width: 6px;
height: 6px;
border-bottom: 1px solid #fff;
border-left: 1px solid #fff;
transform: rotate(-135deg) translateY(-50%);
right: 15px;
top: 50%;
}


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

【共通】矢印 link

========================== */
.arrow_link_01 {
position: relative;
}
.arrow_link_01:after {
content: url(https://esterio.com/wp/wp-content/themes/original-theme/common/img/bace/arrow_01.svg);
width: 30px;
position: absolute;
right: 15px;
top: 50%;
transform: translateY(-50%);
transition: all 500ms cubic-bezier(0.215,0.610,0.355,1.000);
}

.arrow_link_02 {
position: relative;
}
.arrow_link_02:after {
content: url(https://esterio.com/wp/wp-content/themes/original-theme/common/img/bace/arrow_02.svg);
width: 30px;
position: absolute;
right: 20px;
top: 50%;
transform: translateY(-50%);
transition: all 500ms cubic-bezier(0.215,0.610,0.355,1.000);
}
.arrow_link_02:hover:after {
right: -25px;
opacity: 0;
}

.arrow_link_02:before {
content: url(https://esterio.com/wp/wp-content/themes/original-theme/common/img/bace/arrow_01.svg);
width: 30px;
position: absolute;
right: 20px;
top: 50%;
transform: translateY(-50%);
transition: all 500ms cubic-bezier(0.215,0.610,0.355,1.000);
}
.arrow_link_02:hover:before {
right: -25px;
}


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

btn_01_clea

======================================== */
.btn_area {
text-align: center;
padding: 20px 0;
}
.btn_01_clea {
font-size: 1.2em;
display: inline-block;
outline: 1px solid #283C46;
outline-offset: -2px;
box-sizing: border-box;
}
.btn_01_clea:hover {
color: #fff;
}
.btn_01_clea:before {
content: "";
background: #283C46;
position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
transform-origin: right top;
transform: scale(0, 1);
transition: transform 0.5s;
}


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

btn_02_black

======================================== */
.btn_01_black {
font-size: 1.2em;
background: #3D4F58;
display: inline-block;
box-sizing: border-box;
color: #fff !important;
    z-index: 1;
    position: relative;
padding: 0 !important;
}
.btn_01_black span {
padding: 25px 0;
display: block;
}
.btn_01_black span:before {
content: "";
background: #283C46;
position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
z-index: -1;
transform-origin: right top;
transform: scale(0, 1);
transition: transform 0.5s;
}
.btn_01_black:hover span:before {
position: absolute;
transform-origin: left bottom;
transform: scale(1, 1);
}


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

btn_more_white

======================================== */
.btn_more_white {
color: #fff !important;
border: 1px solid #fff;
padding: 15px 0;
line-height: 1;
font-size: 1.3em;
width: 100%;
display: inline-block;
text-align: center;
position: relative;
z-index: 1;
}
.btn_more_white:after {
content: url("https://esterio.com/wp/wp-content/themes/original-theme/common/img/bace/arrow_02.svg");
width: 20px;
    right: 16px;
    top: 11px;
position: absolute;
transition: all 500ms cubic-bezier(0.215,0.610,0.355,1.000);
}



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

【共通】画像フロート

================================================================================== */
.img_fl {}

.img_fl .fl_r,
.img_fl .fl_l {
margin: 0 0 30px 0;
}

.img_fl .fl_l {
flex-direction:row-reverse;
}

.img_fl .img img {
width: 100%;
}
.img_fl .img {
}

.img_fl .text {
margin: 0 0 60px 0;
}
.img_fl .fl_r .text {
}
.img_fl .fl_l .text {
}





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

【共通】画像リスト

================================================================================== */
.slant_img_list_01 {}

.slant_img_list_01 ul {
}

.slant_img_list_01 li {
padding: 0 5% 50px;
}

.slant_img_list_01 .img {
width: 100%;
    overflow: hidden;
}
.slant_img_list_01 .img img {
width: 100%;
height: 110%;
object-fit: cover;
}

.slant_img_list_01 .text {
background: #283C46;
    color: #fff;
    width: 100%;
padding: 30px 5% 40px;
    box-sizing: border-box;
}

.slant_img_list_01 .img .slant_inner {
margin: -10px 0 -15px;
}


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

【共通】画像リスト

================================================================================== */
.slant_img_list_02 {}
.slant_img_list_02 li {}
.slant_img_list_02 .img {
height: 300px;
overflow: hidden;
}
.slant_img_list_02 .img img {
width: 100%;
height: 100%;
object-fit: cover;
}

.slant_img_list_02 .text {
padding: 30px 5%;
}
.slant_img_list_02 .slant_inner {
margin: -10px 0;
}

.slant_img_list_02 p {
line-height: 2;
}
.slant_img_list_02 b {
font-size: 1.8em;
    display: inline-block;
    margin: 0 0 10px 0;
}



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

【共通】フォトギャラリー

================================================================================== */
.photo_gallery {
margin: 50px 0;
}
.photo_gallery ul {
display: flex;
flex-wrap:wrap;
padding: 0 5%;
}
.photo_gallery li {
    width: 32%;
    height: 70px;
    margin: 0 1% 5px 0;
    overflow: hidden;
}
.photo_gallery li:nth-child(3n) {
margin-right: 0;
}
.dress_page .photo_gallery li {
height: 160px;
}

.photo_gallery img {
width: 100%;
height: 100%;
object-fit: cover;
vertical-align: bottom;
transition: all 10000ms cubic-bezier(0.215,0.610,0.355,1.000);
}
.photo_gallery a {
display: inline-block;
position: relative;
}
.photo_gallery a:before {
    content: "";
    background: rgba(255,255,255,0.5);
    width: 100%;
    height: 100%;
    z-index: 1;
	transition: all 1000ms cubic-bezier(0.215,0.610,0.355,1.000);
}
.photo_gallery a:hover:before {
opacity: 0;
}
.photo_gallery a:hover img {
transform: scale(1.3);
}



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

path

================================================================================== */
.path {
position: absolute;
    top: 50px;
    color: #fff;
    left: 5%;
    font-size: 0.7em;
    z-index: 2;
}
.path ul {
}
.path li {
position: relative;
    display: inline-block;
}
.path li + li {
margin: 0 0 0 20px;
}
.path li + li:before {
content: "";
    height: 3px;
    width: 3px;
    border-bottom: 0.8px solid #fff;
    border-left: 0.8px solid #fff;
    transform: rotate(-135deg);
    display: block;
    left: -12px;
    top: 9px;
    position: absolute;
}
.path a {
color: #fff;
}
.path a:hover {
color: #D0D0D0;
}


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

footer

================================================================================== */
.footer {
padding: 0 0 60px 0;
}
.footer:after {
content: none !important;
}

.operation_link {
text-align: center;
}
.operation_link li {
display: inline-block;
}
.operation_link a {
font-size: 0.8em;
margin: 0 10px;
}
.operation_link a:hover {
opacity: 0.8;
}

.copy {
text-align: center;
    font-size: 0.8em;
    padding: 10px 0;
}


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

footer 会社情報

======================================== */
.address {
text-align: center;
padding: 20px 5%;
}
.address img {
width: 200px;
}
.address p {
font-size: 0.8em;
margin: 10px 0;
line-height: 1.7;
padding: 0 5%;
}


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

footer お問い合わせ

======================================== */
.access {
text-align: center;
font-size: 1.2em;
line-height: 1.4;
padding: 0 5%;
}
.access .tel span {
font-size: 1.2em;
}
.access .tel a {
font-size: 3em;
}
.access .btn_area a:last-child {
background: #BEA05A;
}
.access .btn_area {
}
.access .btn_area a {
font-size: 1em;
margin: 0 0 20px 0;
}



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

footer 提携リンク

======================================== */
.outside_link {}
.outside_link ul {
text-align: center;
}
.outside_link a {
position: relative;
display: block;
}

.outside_link .img {}
.outside_link .img img {
width: 100%;
max-height: 350px;
object-fit: cover;
vertical-align: bottom;
}

.outside_link .text {
position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.outside_link .text span {
font-size: 3em;
    line-height: 1;
    display: block;
    margin: 0 0 -30px 0;
}


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

footer その他リンク

======================================== */
.other_link_area {
margin: 0 0 30px 0;
    padding: 0 5%;
}
.other_link_area ul {
display: flex;
justify-content: center;
}
.other_link_area li {
    width: 200px;
	margin: 0 10px;
}
.other_link_area li img {
width: 100%;
}
.other_link_area li span {
display: block;
font-size: 0.7em;
line-height: 1.3;
}


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

footer SNS

======================================== */
.footer .sns_link {
padding: 50px 0 20px 0;
}
.footer iframe,
.fb_iframe_widget span {
    width: 100% !important;
}
.footer .sns_link .facebook {
}
.footer .sns_link .link {
margin: 30px 0 0 0;
}
.footer .sns_link .link li {
}
.footer .sns_link .link a {
position: relative;
    border: 1px solid #B4BEC3;
    display: block;
    padding: 15px 60px;
    margin: 0 0 15px 0;
    font-size: 0.8em;
    z-index: 1;
}
.footer .sns_link .link a:after {
width: 25px;
    top: 55%;
}
.footer .sns_link .link a:hover:after {
right: -20px;
}
.footer .sns_link .link img {
position: absolute;
    width: 28px;
    left: 16px;
    top: 14px;
}
.footer .sns_link a:before {
content: "";
background: #D4D8DA;
position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
z-index: -1;
transform-origin: right top;
transform: scale(0, 1);
transition: transform 0.5s;
}
.footer .sns_link a:hover:before {
position: absolute;
transform-origin: left bottom;
transform: scale(1, 1);
}


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

footer ブライダルフェア

======================================== */
.footer_bridal_fair {
z-index: 100;
    position: relative;
    padding: 10px 0 0 0;
}
.footer_bridal_fair:before {
    content: "";
    background: url(https://esterio.com/wp/wp-content/themes/original-theme/common/img/footer/bridal_fair_bg.webp) no-repeat scroll center center;
    background-size: cover;
    width: 100%;
    height: 420px;
    display: inline-block;
    position: absolute;
    transform: skewY(-2.5deg);
    top: 0;
}
.footer_bridal_fair:after {
content: none;
}
.footer_bridal_fair img {
width: 100%;
height: 100px;
object-fit: cover;
}
.footer_bridal_fair + .footer {
margin: -30px 0 0 0;
}
.footer_bridal_fair + .footer:before {
content: none !important;
}

.footer_bridal_fair .text {
position: absolute;
top: 100px;
    left: 50%;
    transform: translateX(-50%);
}
.footer_bridal_fair .img .slant_inner {
margin: -50px 0;
}

.slider_link_01 .slick-slide {
margin: 0 5px;
}
.slider_link_01 .slick-slide p {
color: #222;
font-size: 0.9em;
line-height: 1.5;
margin: 5px 0 0 0;
}

.slider_link_01 .slick-slide img {
object-fit: cover;
height: 110px;
    z-index: 10;
    position: relative;
}

.slider_link_01 .img {
background: #E5E5E5;
height: 110px;
position: relative;
}
.slider_link_01 .img:before {
content: "No images";
    position: absolute;
    z-index: 5;
    top: 50%;
    transform: translate(0, -50%);
    color: #fff;
    letter-spacing: 3px;
    text-align: center;
    width: 100%;
	pointer-events: none;
}
.slider_link_01 .img a {
display: inline-block;
width: 100%;
height: 100%;
}

.footer_plan {}
.footer_plan:before {
background: url(https://esterio.com/wp/wp-content/themes/original-theme/common/img/footer/plan_bg.webp) no-repeat scroll center center;
    background-size: cover;
}
.footer_plan .btn_area {
    padding: 20px 0 50px;
}



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

header

================================================================================== */
body {
background: #F9F9F9 !important;
}

header.header {
transition: all 1000ms cubic-bezier(0.215,0.610,0.355,1.000);
position: fixed;
width: 100%;
padding: 0;
z-index: 999;
top: 0;
}
header.header:before {
content: "";
background: #fff;
height: 45px;
display: block;
transition: all 1000ms cubic-bezier(0.215,0.610,0.355,1.000);
}

header.header .logo {
transition: all 1500ms cubic-bezier(0.215,0.610,0.355,1.000);
position: absolute;
left: 10px;
top: -3px;
width: 130px;
z-index: 1000;
}
header.header .logo img {
width: 100%;
}



/* header contact_area お問い合わせ
=======================================================================*/
.contact_area {
z-index: 999;
position: fixed;
bottom: 0;
background: #fff;
width: 100%;
padding: 2px 0 0 0;
}
.contact_area ul {
display: flex;
}
.contact_area ul li {
width: 100%;
}
.contact_area ul li:first-child {
display: none;
}
.contact_area ul a {
text-align: center;
display: block;
color: #fff;
padding: 12px 0;
}
.contact_area ul li:nth-child(2) a {
background: #939DA2;
}
.contact_area ul li:last-child a {
background: #BEA05A;
}


/* header menu_main メインメニュー
=======================================================================*/
.menu_main {
display: none;
}



/* スクロールメニュー
======================================================================= */
.hide {
height: 35px;
}
.hide:before {
opacity: 0;
height: 0;
}

.hide:before {
transform: translateY(-40px);
}



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

slant 斜め

================================================================================== */
.slant {
transform: skewY(-2deg);
}
.slant_inner {
transform: skewY(2deg);
}
.slant_hidden {
overflow: hidden;
}

/* 斜め　ベース　白 */
.slant_img {
position: relative;
}
.slant_img:before,
.slant_img:after {
position: absolute;
width: 100%;
z-index: 5;
}
.slant_img:before {
content: url("https://esterio.com/wp/wp-content/themes/original-theme/common/img/deco/slant_01.svg");
top: -11px; 
left: 0;
}
.slant_img:after {
content: url("https://esterio.com/wp/wp-content/themes/original-theme/common/img/deco/slant_01.svg");
bottom: -11px;
transform: rotate(-180deg);
left: 0;
}

/* 斜め　グレー */
.slant_img_02:before {
content: url("https://esterio.com/wp/wp-content/themes/original-theme/common/img/deco/slant_02.svg");
}
.slant_img_02:after {
content: url("https://esterio.com/wp/wp-content/themes/original-theme/common/img/deco/slant_02.svg");
}



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

斜め　背景グレー

======================================== */
.slant_bg_01 {
position: relative;
z-index: 0;
padding: 70px 0 100px 0;
}
.slant_bg_01:after {
content: '';
position: absolute;
left:0;
top: 0;
transform: skewY(-2.5deg);
transform-origin: bottom left;
z-index: -2;
width:100%;
height:100%;
background:#E9EBEC;
}





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

全画面メニュー

================================================================================== */
.menu {
background: #283C46;
width: 45px;
height: 45px;
position: absolute;
right: 0;
top: 0;
cursor: pointer;
}
.menu_line {
    background: #fff;
    display: block;
    height: 2px;
	left: 8px;
    position: absolute;
transition: all 500ms cubic-bezier(0.215,0.610,0.355,1.000);
    width: 68%;
	z-index: 99;
}
.ml_top {
    top: 10px;
}
.ml_center {
    top: 20px;
}
.ml_bottom {
    top: 31px;
}
.ml_top.active {
top: 30px;
    left: -10px;
    transform: rotate(45deg);
    width: 100%;
}
.ml_center.active{
    transform:scaleX(0);
	opacity: 0;
	transition: all 100ms cubic-bezier(0.215,0.610,0.355,1.000);
}
.ml_bottom.active{
top: 30px;
    left: -10px;
    transform: rotate(135deg);
    width: 100%;
}
/*gnav*/
.gnav{
background: url(https://esterio.com/wp/wp-content/themes/original-theme/common/img/bace/menu_bg_sp.webp) scroll no-repeat center center #ccc;
background-size: cover;
display: none;
width: 100%;
height: 100%;
position: fixed;
z-index: 98;
top: 0;

overflow: auto;
 -webkit-overflow-scrolling: touch;
}
.gnav_wrap{
}


.g_menu_wrap {
padding: 60px 0;
}

.g_menu {
}

.gm_contact {
margin: 20px 0 -10px 0;
}

.gm_contact .btn_area {}
.gm_contact .btn_area a {
    width: 100%;
    margin: 0 0 15px 0;
}
.gm_contact .btn_area a span {
padding: 15px 0;
}

.gm_contact .btn_area a:after {
content: none;
}
.gm_contact .btn_area a:before {
width: 25px;
right: 15px;
}
.gm_contact .btn_area a:hover:before {
right: 10px;
}
.gm_contact .btn_area a:before {
content: url(https://esterio.com/wp/wp-content/themes/original-theme/common/img/bace/arrow_02.svg);
}

.gm_contact .btn_area a:last-child {
background: #00b900;
}
.gm_contact .btn_area a:last-child span:before {
background: #009F00;
}


.gm_item:first-child a {
border-top: 1px solid #bbb;
}
.gm_item a {
position: relative;
    z-index: 10;
    display: block;
    padding: 10px 0 10px 25px;
    border-bottom: 1px solid #bbb;
}

.gm_item a:before {
content: "";
    border-bottom: 1px solid#888;
    border-left: 1px solid#888;
    transform: rotate(-135deg);
    position: absolute;
left: 10px;
    top: 21px;
    height: 4px;
    width: 4px;
}

.gm_item a span {
	z-index:100;
	position:relative;
}
.gm_item a::after {
	background:rgba(255,255,255,0.2);
}
.gm_item a::after,
.gm_item a:hover::after {
    transform-origin: left top;
    transform: scaleX(1);
}
.gm_item a::after {	
    content: "";
    position: absolute;
	z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    transform-origin: left top;
    transform: scaleX(0);
    transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}


.hero{
    background-position: 50% 50%;
    background-size: cover;
    height: 100vh;
}



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

【PC】ページトップ

================================================================================== */
#pagetop {
bottom: 0;
position: fixed;
right: 0;
}

#pagetop a {
background:rgba(255,255,255,0.2);
width: 40px;
	height: 40px;
	display: inline-block;
	position: relative;
    vertical-align: bottom;
}
#pagetop a:after {
content: "";
width: 10px;
height: 10px;
border-top: 1px solid #5a5a5a;
border-right: 1px solid #5a5a5a;
display: inline-block;
	position: absolute;
	left: 50%;
	top: 45%;
	transform: translate(-50%,0) rotate(-45deg);
}

#pagetop a:hover:after {
top: 40%;
}


/* □　□　□　□　□　□　□　□　□　□　□　□　□　□　□　□　□　□　□　□　□　□　□　□　□　□　□　□　□　□
全ページ共通　END
□　□　□　□　□　□　□　□　□　□　□　□　□　□　□　□　□　□　□　□　□　□　□　□　□　□　□　□　□　□ */


}/*【SP】ウィンドウ幅が768px以下の場合に適用するCSS */

