@charset "utf-8";
#root {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
}

body {
    width: 100%;
    -webkit-text-size-adjust: ('none' '100%' 'auto');
}

.telWrap {
    color: inherit;
}

.telWrap:hover {
    color: inherit;
    text-decoration: underline;
}

.hidden {
    overflow: hidden;
}

.opacity_hover:hover {
    opacity: .7;
}

.cursol-pointer {
    cursor: pointer;
}

.fontA {
  font-family: "Noto Sans JP", sans-serif;
}

.fontB {
  font-family: "Josefin Sans", sans-serif;
}

.fontC {
  font-family: "Nothing You Could Do", cursive;
}

.fontD {
  font-family: "Homemade Apple", cursive;
}

.inLink>a {
    text-decoration: underline;
    color: #4E4E56;
}

.inLink>a:hover {
    text-decoration: none;
    color: #4E4E56;
}

.paddingWr01 {
    width: 100%;
    padding: 0 15px;
}

.pageHightBox {
    height: 80px;
    width: 100%;
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -2;
}

.inTitBr01>br {
    display: block;
}

.inTitBr02>br {
    display: block;
}

.resultsNoneLg {
    text-align: center;
}

/*---フリーダイヤル用---*/

.freedialIcon01 {
    max-width: 40px !important;
    margin: 0 4.5px 0 0 !important;
}

.freedialSet {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.freedialRow {
    align-items: center !important;
}

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



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

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

/*-- 共通パーツ --------------------------------------------------------------*/

.comBtn01 {
    max-width: 288px;
    width: 100%;
    height: 56px;
    border: 1px solid #4E4E56;
    color:#4E4E56;
    display:flex;
    align-items: center;
    justify-content: center;
    position: relative;
    letter-spacing: 0.05em;
    font-weight: 700;
    font-size: 18px;
}

.comBtn01:before {
    content: "";
    position: absolute;
    background: url(/system_panel/uploads/images/com_arrow_icon01.svg)no-repeat;
    background-size: 100%;
    width: 14px;
    height: 14px;
    display: block;
    right: 8px;
}

.comBtn01:hover:before {
    filter: brightness(0) invert(1);
}

.comBtn01:hover {
    background: #4E4E56;
    color: #fff;
}

.comBtn02 {
    max-width: 288px;
    width: 100%;
    height: 56px;
    border: 1px solid #4E4E56;
    background: #4E4E56;
    color:#fff;
    display:flex;
    align-items: center;
    justify-content: center;
    position: relative;
    letter-spacing: 0.05em;
    font-weight: 700;
    font-size: 18px;
}

.comBtn02:before {
    content: "";
    position: absolute;
    background: url(/system_panel/uploads/images/com_arrow_icon01.svg)no-repeat;
    background-size: 100%;
    width: 14px;
    height: 14px;
    display: block;
    right: 8px;
}

.comBtn02:before {
    filter: brightness(0) invert(1);
}

.comBtn02:hover:before {
    filter: none;
}

.comBtn02:hover {
    background: #fff;
    color: #4E4E56;
}

.titJa01 {
    font-size: 25px;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.48em;
}

.titEn01 {
    font-family: "Josefin Sans", sans-serif;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 0.05em;
    line-height: 1.0em;
}

.titSubMt01 {
    margin-top: 15px;
}

.text01 {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 2.8em;
}

.tit01 {
    font-size: 25px;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.5em;
}

.inWr01 {
    padding: 40px 0;
}

.innerWr01 {
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
}

.inTit01 {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.75em;
}

.inTit02 {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.75em;
}

/*-- ****** -----------------------------------------------------------------*/
/*-- 共通カラー --------------------------------------------------------------*/

.colorWhite {
    color: #fff;
}

.colorGlay01 {
    color: #A3A3AD;
}

/* 下層カバー */

.incover {
    max-width: 1920px;
    width: 100%;
    height: 200px;
    position: relative;
}

.incoverBox {
    width: 100%;
    height: 100%;
    padding: 0 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(163,163,173,0.5);
    position: absolute;
}

.incoverTitBox {
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.incoverTit {
    font-size: 32px;
    font-weight: 300;
    letter-spacing: 0.05em;
    color: #fff;
    line-height: 1.0091em;
    font-family: "Josefin Sans", sans-serif;
    text-shadow: 0 0 10px rgba(0,0,0,0.16);
}

.incoverSubTit {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.48em;
    color: #fff;
    text-shadow: 0 0 10px rgba(0,0,0,0.16);
}

/* パンくず */

.breadWrap {
    padding: 15px 15px;
}

.breadBox {
    max-width: 1080px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: auto;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.05em;
}

.breadLink {
    display: block;
    color: #4E4E56;
}

.breadLink:hover {
    color: #4E4E56;
    text-decoration: underline;
}
/*-- coverTxt ---------------------------------------------------------------*/

.topCoverTitSetBox {
    position: absolute;
    left: 0;
    bottom: 10%;
    max-width: 853px;
    width: 96%;
}

.topCoverTextDeco {
    max-width: 775px;
    width: 91.18%;
    position: absolute;
    top: -104%;
    right: -4%;
}

.topCoverTit01 {
    padding: 10px 18px;
    background: #fff;
    display: inline-block;
    font-size: 6vw;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.5em;
}

.topCoverTitBox02 {
    margin-top: 14px;
    padding-left: 30px;
}

.topCoverTit02 {
    font-size: 3.8vw;
    letter-spacing: 0.05em;
    font-weight: bold;
}

.topSliderWr {
    position: relative;
}

.topSliderWr:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: rgba(163,163,173,0.3);
    z-index: 1;
}

.topScrollBtn {
    max-width: 15px;
    width: 100%;
    display: none;
    position: absolute;
    z-index: 2;
    right: 32px;
    bottom: 47%;
}

.topScrollBtn:hover {
    opacity: .7;
}

/*---------------------------------------------------------------------------*/
/*-- header -----------------------------------------------------------------*/

.hHightBox {
    width: 100%;
    height: 80px;
}

.header {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto 0 auto;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
}

.hLogoPcBox {
    max-width: 200px;
    width: 100%;
    margin-right: 15px;
}

.hPcLogo {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 200px;
    width: 100%;
    height: 80px;
    background: #fff;
    position: relative;
    left: 0;
    top: 0;
}

.hPcLogo>img {
    width: 80%;
}

.headerBox01 {
    height: 80px;
    width: 100%;
    padding: 0 115px 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hNavBox {
    max-width: 500px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 0 auto;
}

.hNavLink {
    display: block;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 0.05em;
    color: #4E4E56;
}

.hNavLinkHover:hover {
    color: #A3A3AD;
}

.gnaviSingle>p {
    position: relative;
    padding-right: 18px;
}

.gnaviSingle>p:before {
    background: url(/system_panel/uploads/images/h_drop_arrow01.svg)no-repeat;
    content: "";
    width: 10px;
    height: 10px;
    display: block;
    background-size: 100%;
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(180deg);
}

.gnaviSecond {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: auto;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    transition: .5s;
    background: #fff;
    width: 152px;
    top: 42px;
    left: 0;
    filter: drop-shadow(0px 0px 10px rgba(0,0,0,0.16));
}

.gnaviSingle {
    position: relative;
}

.gnaviSingle01 .gnaviSecond {
    left: -43px;
}

.gnaviSecondLink {
    padding: 16px;
    color: #4E4E56;
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.15em;
    position: relative;
    line-height: 1.25em;
    border-top: 1px solid #ccc;
}

.gnaviSecond .gnaviSecondLink:first-child {
    border-top: none;
}

.gnaviSecond:before {
    height: 14px;
    bottom: 100%;
    left: 0;
    right: 0;
    width: 16px;
    position: absolute;
    content: "";
    z-index: 0;
    margin: auto;
    background: url(/system_panel/uploads/images/h_drop_arrow02.svg)no-repeat;
}

.gnaviSecondLink:hover {
    color: #fff;
    background: #4E4E56;
}

.gnaviSingle:hover .gnaviSecond {
    visibility: visible;
    opacity: 1;
}

.gnaviSecond:after {
    height: 30px;
    bottom: 100%;
    left: 0;
    right: 0;
    width: 100%;
    position: absolute;
    content: "";
    z-index: 0;
}

.hTelBtn {
    width: 160px;
    height: 160px;
    color: #fff;
    background: #4E4E56;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
}

.hTelBtn:hover {
    background: #62626b;
}

.hTelSetBtnBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: 6px;
}

.hTelIcon {
    margin-bottom: 5px;
    max-width: 20px !important;
}

.hTelBtnText {
    font-size: 9px;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.8em;
    color: #fff;
    margin-bottom: -5px;
}

.gnaviSingle>a {
    position: relative;
    padding-right: 18px;
}

.gnaviSingle>a:before {
    background: url(/system_panel/uploads/images/h_drop_arrow01.svg)no-repeat;
    content: "";
    width: 10px;
    height: 10px;
    display: block;
    background-size: 100%;
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(180deg);
}

/*--is-animation--*/

.header.is-animation {
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.16));
}

/*---------------------------------------------------------------------------*/
/*-- footer -----------------------------------------------------------------*/

.fContItemWr {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
}

.fShopBox {
    border-bottom: 1px solid #ccc;
}

.fLeftBox .fShopBox:last-child {
    border: none;
    padding-bottom: 0;
}

.fSubLink:before {
    content: "";
    width: 8px;
    height: 1px;
    background: #ccc;
    display: block;
    margin-right: 8px;
}

.fSubLink:hover>p {
    text-decoration: underline;
}

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

/*---topMain----------------------------------------------*/

.topAboutEnTit {
    font-size: 60px;
    font-weight: 300;
    letter-spacing: 0.05em;
    color: #ccc;
    line-height: 1.0091em;
}

.topAboutTit01 {
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.5em;
}

.topAboutSubTit01 {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.75em;
}

.topGalleryBoxWr:before {
    content: "";
    position: absolute;
    max-width: 1400px;
    width: 93.33%;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    background: #FAFAFA;
    z-index: -1;
}

.topFaqDressingItemTitDeco {
    display: flex;
    align-items: center;
}

.topFaqDressingItemTitDeco:before {
    content: "";
    width: 16px;
    height: 1px;
    background: #ccc;
    display: block;
    margin-right: 16px;
}

.topFaqDressingItemTit {
    font-size: 25px;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.5em;
}

.topFaqDressingItemEn {
    font-family: "Josefin Sans", sans-serif;
    font-size: 70px;
    font-weight: 300;
    letter-spacing: 0.05em;
    line-height: 1.0em;
    color: #A3A3AD;
    margin-bottom: -40px;
    position: relative;
    z-index: 2;
}

.topFaqDressingItemEn>span {
    font-size: 80px;
    line-height: 1em;
}

/*画像を徐々に表示ここまで*/
.top03BigImgBox:before {
    -webkit-filter: blur(30px);
    filter: blur(30px);
    opacity: 0;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: 2s cubic-bezier(0.08, 1.06, 1, 1);
    -o-transition: 2s cubic-bezier(0.08, 1.06, 1, 1);
    transition: 2s cubic-bezier(0.08, 1.06, 1, 1);
    background: url(/system_panel/uploads/images/top03_bg.jpg);
    background-size: cover;
    background-position: 25%;
}
.top03BigImgBox.animated:before {
  -webkit-filter: blur(0);
  filter: blur(0);
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

/*----*/



/*----kasou------------------------------------------------*/

.inBalanceImg01>img {
    justify-content: center;
    align-items: center;
    position: absolute;
    display: flex;
    top: 0;
    right: 0;
    max-height: 100%;
    height: auto;
    max-width: 100%;
    width: auto;
    bottom: 0;
    left: 0;
    margin: auto;
}

.objectFitImg {
    justify-content: center;
    align-items: center;
    position: absolute;
    display: flex;
    top: 0;
    right: 0;
    max-height: 100%;
    height: 100%;
    max-width: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
    margin: auto;
    object-fit: cover;
}


a[data-lightbox] {
    position: relative;
    display: block;
}

a[data-lightbox]:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255,255,255,0.3);
    opacity: 0;
    transition: .5s;
}

a[data-lightbox]:hover:before {
    opacity: 1;
    transition: .5s;
}

.galleryImg01>a[data-lightbox] {
    padding-top: 100%;
}

.galleryImg01>a[data-lightbox] img {
    max-height: 100%;
    height: 100%;
    max-width: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

/*---form--*/

.formTh {
    padding: 15px 15px 15px 15px;
    background-color: #485053;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.formTd {
    padding: 15px 15px 15px 15px;
    background: #fff;
    color: #555;
}

.formRow {
    border: 1px solid #ccc;
}

.contTable {
    border: 1px solid #ccc;
}

.requiredText {
    padding: 1px 4px 1px 4px;
    color: #fff;
    font-size: 14px;
    background-color: #ff1f1f;
}

.privacyBox {
    border: 1px solid #ccc;
    padding: 15px 2% 15px 2%;
    width: 100%;
    overflow-y: scroll;
    background: #fff;
    height: 250px;
}

/*----*/

.compBaseTb {
    border: 1px solid #ccc;
}

.compBaseTr {
    border: 1px solid #ccc;
}

.compBaseTh {
    padding: 15px;
    background-color: #555;
    color: #fff;
}

.compBaseTd {
    padding: 15px;
    background: #fff;
}

/*----*/

.conceptServiceWr {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
}

.conceptDressingLink:hover .conceptDressingRight {
    background: #4E4E56;
    transition: all .5s;
}

.conceptDressingLink .conceptDressingRight {
    transition: all .5s;
}

.menuMainTitBox {
    border-left: 8px solid #4E4E56;
    padding: 0 0 0 18px;
}

.menuCommentText {
    padding: 8px;
    border: 1px solid #ccc;
    margin-top: 20px;
    font-size: 14px;
}

.inStepNumberText {
    font-size: 25px;
    font-weight: 300;
    letter-spacing: 0.05em;
    line-height: 1.0em;
    display: flex;
    align-items: center;
}

.inStepNumberIcon {
    height: 25px;
    width: 25px;
    position: relative;
    margin: 0 4px;
}

.inStepNumberIcon:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 25px;
    background: #4E4E56;
    transform: rotate(35deg);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.dressingServiceWr {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
}

.inTitFlex01 {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.75em;
}

.dressingGalleryTitSetBox {
    border-left: 8px solid #4E4E56;
    padding: 0 0 0 18px;
}

.dressingStepTitEn {
    opacity: .1;
}

.dressingStepDeco0101 {
    top: -16px !important;
    left: -10px !important;
}

.dressingStepDeco0102 {
    right: 0px !important;
    bottom: -30px !important;
}

.dressingStepDeco0201 {
    top: -10px !important;
    left: -10px !important;
}

.dressingStepDeco0202 {
    bottom: -30px !important;
    right: -10px !important;
}

.dressingStepDeco0301 {
    top: -48px !important;
    left: -10px !important;
}

.dressingStepDeco0302 {
    bottom: -15px !important;
    right: 10px !important;
}

.dressingStepDeco0401 {
    top: -34px !important;
    left: -5px !important;
}

.dressingStepDeco0402 {
    bottom: -29px !important;
    right: -10px !important;
}

.ceremonydressingReception {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.75em;
}

.comLineFlexRight>img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.comLineIcon:hover {
    opacity: .7;
}

.comLineHukidasi {
    max-width: 80px !important;
    top: -60px !important;
    left: -20px !important;
}

.ceremonydressingScheduleTitNumber {
    opacity: .1;
}

/* 吹き出し本体 */
.productsItemHukidasi{
  position: relative;
  padding: 5px 15px;
  background-color: #4E4E56;
  border-radius: 30px;
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0.05em;
  margin: 0 0 10px 40px;
  color: #fff;
}
/* 大きい丸 */
.productsItemHukidasi::before{
  content: '';
  position: absolute;
  display: block;
  border-radius: 50%;
  background-color: #4E4E56;
  left: -25px;
  bottom: 3px;
  width: 20px;
  height: 20px;
}
/* 小さい丸 */
.productsItemHukidasi::after{
  content: '';
  position: absolute;
  display: block;
  border-radius: 50%;
  background-color: #4E4E56;
  left: -40px;
  bottom: 0px;
  width: 10px;
  height: 10px;
}

.productsItemTit01 {
    font-size: 25px;
    font-weight: 600;
    color: #707070;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.dressingTextBox02 a {
    color: #333;
}

.dressingTextBox02 u:hover {
    text-decoration: none;
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:375px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.inTit01 {
    font-size: 18px;
}
    
.ceremonydressingReception {
    font-size: 18px;
}
    
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 375px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:414px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.inTit02 {
    font-size: 20px;
}
    
.inTitFlex01 {
    font-size: 20px;
}
    
.ceremonydressingReception {
    font-size: 20px;
}
  
.titJa01 {
    font-size: 32px;
}

.titEn01 {
    font-size: 25px;
}

.topFaqDressingItemEn {
    font-size: 90px;
    margin-bottom: -55px;
}

.topCoverTextDeco {
    top: -115%;
}

.incoverTit {
    font-size: 40px;
}

.incoverSubTit {
    font-size: 16px;
}
  
.inTitBr02>br {
    display: none;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 414px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:544px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.ceremonydressingReception {
    font-size: 28px;
}
    
.dressingServiceWr {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
    
.topAboutSubTit01 {
    font-size: 20px;
}

.topAboutEnTit {
    font-size: 120px;
}

.topAboutTit01 {
    font-size: 32px;
}

.topFaqDressingItemEn {
    font-size: 120px;
    margin-bottom: -70px;
}

.topCoverTextDeco {
    top: -95%;
    width: 60%;
}

.incoverTit {
    font-size: 50px;
}

.incover {
    height: 300px;
}

.inTit01 {
    font-size: 24px;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 544px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:768px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.ceremonydressingReception {
    font-size: 40px;
}
    
.incoverSubTit {
    font-size: 20px;
}
    
.inWr01 {
    padding: 80px 0;
}
    
.fContItemWr {
    grid-template-columns: repeat(3, 1fr);
}
.fContItemWr_new {
    grid-template-columns: repeat(2, 1fr);
}

.topFaqDressingItemEn {
    font-size: 80px;
    margin-bottom: -45px;
}

.topCoverTit01 {
    padding: 10px 18px;
    font-size: 2.5vw;
}

.topCoverTitBox02 {
    margin-top: 14px;
    padding-left: 30px;
}

.topCoverTextDeco {
    top: -115%;
    right: -30%;
    width: 91.18%;
}

.topCoverTit02 {
    font-size: 1.98vw;
}

.topCoverTitSetBox {
    bottom: 55px;
    width: 53.3%;
}

.topScrollBtn {
    display: block;
    right: 13px;
    bottom: 47%;
}

.hTelBtn {
    width: 90px;
    height: 80px;
}

.incoverTit {
    font-size: 70px;
}

.inTitBr01>br {
    display: none;
}

.inTit02 {
    font-size: 32px;
}
    
.conceptServiceWr {
    grid-template-columns: repeat(3, 1fr);
}

.dressingServiceWr {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}
  
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 768px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:992px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  
.inTitFlex01 {
    font-size: 25px;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 992px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:1024px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.titJa01 {
    font-size: 48px;
}

.titEn01 {
    font-size: 32px;
}

.paddingWr01 {
    padding: 0 40px;
}

.text01 {
    font-size: 16px;
}

.topAboutSubTit01 {
    font-size: 1.7vw;
}

.topFaqDressingItemEn {
    font-size: 105px;
    margin-bottom: -60px;
}

.topFaqDressingItemTit {
    font-size: 32px;
}
    
.topCoverTit01 {
    padding: 15px 39px;
}

.topCoverTitBox02 {
    margin-top: 28px;
    padding-left: 56px;
}

.topCoverTextDeco {
    top: -105%;
    right: -38%;
}

.topScrollBtn {
    right: 32px;
    bottom: 47%;
}

.hNavLink {
    font-size: 11px;
}

.hLogoPcBox {
    max-width: 300px;
}

.hPcLogo {
    max-width: 300px;
    height: 120px;
    position: absolute;
}

.hTelBtn {
    width: 120px;
    height: 120px;
}

.hTelBtnText {
    font-size: 12px;
}

.hTelIcon {
    max-width: 30px !important;
}

.headerBox01 {
    padding: 0 140px 0 0;
}

.incoverTit {
    font-size: 80px;
}

.incoverSubTit {
    font-size: 20px;
}

.incover {
    height: 400px;
}

.tit01 {
    font-size: 32px;
}

.dressingServiceWr {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}
  
.resultsNoneLg {
    text-align: left;
}

.dressingStepDeco0101 {
    top: -27px !important;
    left: -70px !important;
}

.dressingStepDeco0102 {
    right: -45px !important;
    bottom: -62px !important;
}

.dressingStepDeco0201 {
    top: -41px !important;
    left: -41px !important;
}

.dressingStepDeco0202 {
    bottom: -59px !important;
    right: -82px !important;
}

.dressingStepDeco0301 {
    top: -48px !important;
    left: -82px !important;
}

.dressingStepDeco0302 {
    bottom: -40px !important;
    right: -30px !important;
}

.dressingStepDeco0401 {
    top: -34px !important;
    left: -25px !important;
}

.dressingStepDeco0402 {
    bottom: -44px !important;
    right: -42px !important;
}

.comLineHukidasi {
    max-width: 101px !important;
    top: -75px !important;
    left: -60px !important;
}
    
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 1024px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:1200px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.topAboutEnTit {
    font-size: 145px;
}

.topAboutTit01 {
    font-size: 38px;
}

.topAboutSubTit01 {
    font-size: 20px;
}

.topFaqDressingItemEn {
    font-size: 120px;
    margin-bottom: -70px;
}

.hLogoPcBox {
    max-width: 400px;
    margin-right: 30px;
}

.hPcLogo {
    max-width: 400px;
    height: 149px;
}

.hTelBtn {
    width: 160px;
    height: 160px;
}

.hTelBtnText {
    font-size: 16px;
}

.hTelIcon {
    margin-bottom: 15px;
}

.headerBox01 {
    height: 80px;
    padding: 0 200px 0 0;
}

.hNavLink {
    font-size: 14px;
}

.hNavBox {
    max-width: 720px;
}

.inTitFlex01 {
    font-size: 28px;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 1200px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:1600px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.topAboutEnTit {
    font-size: 219px;
}

.topAboutTit01 {
    font-size: 48px;
}

.topAboutSubTit01 {
    font-size: 24px;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 1600px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */