@charset "utf-8";


/* ------------------------------------------------------------
アイネス沖縄
------------------------------------------------------------ */
.section-concepts .section-heading {
    padding-bottom: 5rem;
}

.section-heading {
    position: relative;
    padding: 4rem 2.5rem 0;
    text-align: center;
}

.section-concepts .section-heading-main {
    margin-bottom: 3rem;
    font-size: 3rem;
}


.section-heading .section-heading-main {
    position: relative;
    font-size: 1.8em;
}

.section-heading {
    position: relative;
    padding: 4rem 2.5rem 0;
    text-align: center;
}

.section-concepts .section-heading-sub {
    position: relative;
    width: 40rem;
    max-width: 100%;
    margin: 0 auto;
    background-color: #678590;
    line-height: 1.4;
    letter-spacing: .2em;
    font-size: 1.8rem;
    color: #fff;
}


.section-concepts .section-heading-main {
    margin-bottom: 3rem;
    font-size: 3rem;
}

.section-heading .section-heading-main::after {
    content: '';
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.section-concepts .section-heading-sub::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 30rem;
    height: 12rem;
    background: url(/asia/img/church/eines/decor-squareline-1.png) center top no-repeat;
    background-size: contain;
}

.align-items-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.serif h1,.serif h2 {
    font-family: Garamond,'Hiragino Mincho ProN','HGS明朝E','ＭＳ Ｐ明朝',serif !important;
}

.section-textmedia .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.section-content .section-content-media {
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 50px;
}

.no-gutters>.col, .no-gutters>[class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.align-self-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
}

.order-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
}

.col-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.section-content .section-content-media>.items {
    height: 100%;
}

.section-concepts .items {
    counter-reset: num;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0;
    background: none;
}

.items .item.in-view {
    opacity: 1;
}

.out-view .items .item {
    opacity: .05;
}

@media screen and  ( min-width: 765px) {
.items.items-col-3 .item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
    max-width: 33.3333333333%;
}
}

.items .item {
    -webkit-transition: all .7s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -o-transition: all .7s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: all .7s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
}

.section-content-media .items .item>.inner, .section-content-media .items .item>a {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.section-concepts .item>.inner {
    overflow: visible;
    padding: 15% 15% 0;
}

.items .item>.inner, .items .item>a {
    -webkit-transition: all .5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -o-transition: all .5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: all .5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    overflow: hidden;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    width: 100%;
    text-decoration: none;
}

.items .item>.inner>figure, .items .item>a>figure {
    min-height: 0%;
}
.section-concepts .item-image {
    position: relative;
    z-index: 2;
}
.item-image.no-trim {
    background-color: transparent;
    background-position: center center;
}
.item-image {
    position: relative;
    width: 100%;
    background: #f1f1f1 center center no-repeat;
    background-size: cover;
}


.section-concepts .item-caption-title{
position:absolute;
top:2rem;
right:-1.5rem;
-webkit-writing-mode:vertical-rl;
-ms-writing-mode:tb-rl;
writing-mode:vertical-rl;
white-space:nowrap;
display:-webkit-box;
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
-webkit-box-align:center;
-webkit-align-items:center;
-ms-flex-align:center;
align-items:center;
letter-spacing:.2em;
line-height:1;
font-size:2rem;
-webkit-font-feature-settings:normal;
font-feature-settings:normal;
color:#678590;
}

.section-concepts .item-caption-title::before{
counter-increment:num;
content:counter(num);
display:block;
margin-bottom:.8rem;
-webkit-transform:translateX(0.05em) rotate(-90deg);
-ms-transform:translateX(0.05em) rotate(-90deg);
transform:translateX(0.05em) rotate(-90deg);
font-size:1.3em;
}

.section-concepts .item-caption-title::after{
content:'';
position:absolute;
z-index:-1;
top:0;
right:0;
width:30rem;
height:20rem;
background:url(/asia/img/church/eines/decor-squareline-2.png) right top no-repeat;
background-size:contain;
}

.section-concepts .item-caption-text{
padding-top:.5rem;
line-height:1.8;
text-align:left;
}

@media screen and  ( min-width: 765px) {
.section-concepts .section-content{
margin-top:-4rem;
margin-right:-5%;
margin-left:-5%;
}

.section-concepts .item-caption-title{
right:-1.75rem;
}

.section-concepts .item:nth-child(2){padding-top:5rem;}
.section-concepts .item:nth-child(2) .item-caption-title,
.section-concepts .item:nth-child(3) .item-caption-title{top:16.5rem;right:auto;left:-1.75rem;}
.section-concepts .item:nth-child(2) .item-caption-title::after,
.section-concepts .item:nth-child(3) .item-caption-title::after{top:-6.5rem;right:auto;left:0;}
.section-concepts .item:nth-child(2) .item-caption-text,.section-concepts .item:nth-child(3) .item-caption-text{padding-top:2rem;}
.section-concepts .item:nth-child(4) .item-caption-title{right:auto;left:-1.75rem;}
.section-concepts .item:nth-child(4) .item-caption-title::after{right:auto;left:0;}
}


/* スケジュール */
@media screen and  ( min-width: 765px) {
.items.items-col-3 .item.item-double{
    -webkit-box-flex: 66.66666%;
    -webkit-flex: 66.66666%;
    -ms-flex: 66.66666%;
    flex: 66.66666%;
    max-width: 66.66666%;
}
}

.section-modelschedule .item{
  padding: 1rem;
}

.section-modelschedule .item-caption {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 0.5rem;
}

.item-content.item-caption {
  position: static;
  padding: .3em;
}

.item-content {
  position: relative;
  background-color: inherit;
  z-index: 1;
  padding: 1.5em 1.5em 2em;
  padding: 0.7rem 0 2em;
  line-height: 1.1;
}

.section-modelschedule .item-caption-title {
  display: block;
  width: 6rem;
  min-width: 6rem;
  font-weight: bold;
  font-family: "Barlow",sans-serif;
  font-size: 1.8rem;
}

.item-content.item-caption .item-text {
  margin-top: 0;
  padding-bottom: .5em;
}

.section-modelschedule .item-caption-text {
  padding: 0 0 0 1rem !important;
  border-left: 1px solid rgba(0,0,0,0.2);
  text-align: left;
}

.item-content :last-child {
  margin-bottom: 0 !important;
}

.item-text, .item-salon, .item-venue {
  margin-top: .8em;
  margin-bottom: .2em;
  line-height: 1.5;
}

.item-caption-text {
  text-align: center;
}

.item-content > * {
  font-size: 1.2em;
}


