@charset "UTF-8";

/*----------------------------------------------------------*/
/* カスタマイズ用CSS
/*----------------------------------------------------------*/
*{
    margin: 0;
    padding: o;
}
html{
	box-sizing:border-box;
	line-height:1;
	font-size: 62.5%; /*  50 56.25 62.5 68.75 75*/
    background: #fff;
}
body {
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt" 1;
    overflow-x: hidden;
    counter-reset: rank;
    animation: fadeIn 2.5s ease 0s 1 normal;
    letter-spacing: .05em;
    color: #242424;
    position: relative;
}
#luxy {
    border-left: 5px solid #FFCED7;
    border-right: 5px solid #FFA8B8;
    position: relative;
}
#luxy::before,
#luxy::after {
    content: "";
    display: block;
    width: 100%;
    height: 5px;
    background: linear-gradient( to right, #FFCED7 0, #FFA8B8 100% );
}


#all_wrap .single_content a { color: #aa8a46; font-weight: 400; transition: ease 0.2s; }
#all_wrap .single_content a:hover { color: #fff; font-weight: 400; text-decoration: underline; transition: ease 0.2s; }
#all_wrap .single_content img { max-width: 100%; height: auto; padding: 0; margin: 0 auto; }

/* スクロールの幅の設定 */
/* html::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

/* スクロールの背景の設定 */
/* html::-webkit-scrollbar-track {
  border-radius: 0;
  box-shadow: 0 0 4px #fff inset;
}

/* スクロールのつまみ部分の設定 */
/* html::-webkit-scrollbar-thumb {
  border-radius: 0;
  background: #c8c8c8;
}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

#all_wrap .single_content a { color: #b70200; font-weight: 400; transition: ease 0.2s; }
#all_wrap .single_content a:hover { color: #b70200; font-weight: 400; text-decoration: underline; transition: ease 0.2s; }

/************************************************************/
/*　マスクアニメーション JS連動
/************************************************************/
.scrmask {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1001;
}
.scrmask {
  transition: width 1s cubic-bezier(0.65, 0.040, 0.35, 1);
}
.scrmask.scrshow {
  width: 0 !important;
}

/************************************************************/
/*　コンテンツ整形
/************************************************************/
#all_wrap p {
    font-size: 14px;
    line-height: 1.7em;
    font-weight: 400;
    font-feature-settings: "palt" 1;
    font-style: normal;
}
#all_wrap .l-wrapper .content p {
    font-size: 14px;
    line-height: 1.7em;
    padding: 0 5px;
    margin-bottom: 20px;
}
#all_wrap .l-wrapper-full .content p {
    font-size: 14px;
    line-height: 1.7em;
    padding: 0 5px;
    margin-bottom: 20px;
}
#all_wrap img.alignleft {
    margin-right: 30px;
    margin-bottom: 30px;
}
#all_wrap img.alignright {
    margin-left: 30px;
    margin-bottom: 30px;
}

#all_wrap .cont_wrap {
    width: 80%;
    max-width: 1200px;
    padding: 0;
    margin: 0 auto;
}


/*各コンテンツ*/
#all_wrap #catItem,
#all_wrap #catCatalog,
#all_wrap #catFaq,
#all_wrap #catNews,
#all_wrap #contactPage,
#all_wrap #catGallery {
    padding: 100px 0;
    margin: 0 auto;
}

/*投稿ページ　タグ下マージン*/
#all_wrap .l-wrapper .dateList {
    margin-bottom: 5px;
}

/*下マージン*/
#all_wrap .l-wrapper-full .mb5  { margin-bottom: 5px; }
#all_wrap .l-wrapper-full .mb10 { margin-bottom: 10px; }
#all_wrap .l-wrapper-full .mb20 { margin-bottom: 20px; }
#all_wrap .l-wrapper-full .mb30 { margin-bottom: 30px; }
#all_wrap .l-wrapper-full .mb40 { margin-bottom: 40px; }
#all_wrap .l-wrapper-full .mb50 { margin-bottom: 50px; }
#all_wrap .l-wrapper-full .mb60 { margin-bottom: 60px; }
#all_wrap .l-wrapper-full .mb70 { margin-bottom: 70px; }
#all_wrap .l-wrapper-full .mb80 { margin-bottom: 80px; }
#all_wrap .l-wrapper-full .mb100 { margin-bottom: 100px; }

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    #all_wrap p {
        font-size: 14px;
        line-height: 1.7em;
        font-weight: 400;
        font-feature-settings: "palt" 1;
        font-style: normal;
    }
    #all_wrap .l-wrapper .content p {
        font-size: 14px;
        line-height: 1.7em;
        padding: 0;
        margin-bottom: 10px;
    }
    #all_wrap .l-wrapper-full .content p {
        font-size: 14px;
        line-height: 1.7em;
        padding: 0;
        margin-bottom: 10px;
    }
    /*下マージン*/
    #all_wrap .l-wrapper .mb10 { margin-bottom: 10px; }
    #all_wrap .l-wrapper .mb20 { margin-bottom: 10px; }
    #all_wrap .l-wrapper .mb30 { margin-bottom: 15px; }
    #all_wrap .l-wrapper .mb40 { margin-bottom: 20px; }
    #all_wrap .l-wrapper .mb50 { margin-bottom: 25px; }
    #all_wrap .l-wrapper .mb60 { margin-bottom: 30px; }
    #all_wrap .l-wrapper .mb70 { margin-bottom: 35px; }
    #all_wrap .l-wrapper .mb80 { margin-bottom: 40px; }
    #all_wrap .l-wrapper .mb100 { margin-bottom: 50px; }
    
    /*各コンテンツ*/
    #all_wrap #catItem,
    #all_wrap #catCatalog,
    #all_wrap #catFaq,
    #all_wrap #catNews,
    #all_wrap #contactPage,
    #all_wrap #catGallery {
        padding: 50px 0;
        margin: 0 auto;
    }
}

/*ウィジェットパディング*/
#all_wrap .widget-main {
    padding: 0;
    margin: 0;
}

/*== スマホ・PC 非表示 ==*/
.pc_none { display: none; }
.sp_none { display: block; }
@media only screen and (max-width: 768px){
    .pc_none { display: block; }
    .sp_none { display: none; }
}

/*== フレックス ==*/
.flex {
    width: 100%;
    padding: 0;
    margin: 0 auto 20px;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: nowrap;
}
.flex > div {
    width: 48%;
    padding: 0;
    margin: 0;
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    .flex {
        width: 100%;
        padding: 0;
        margin: 0 auto 20px;
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-wrap: wrap;
    }
    .flex > div {
        width: 100%;
        padding: 0;
        margin: 0 auto 10px;
    }
}

/************************************************************/
/*　JS
/************************************************************/
svg {
    fill: currentColor;
}
/* フェードインJS */
.fadein {
    opacity : 0;
    transform : translate(50px,0);
    transition : all 1000ms;
}
/* 画面内に入った状態 */
.fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}

/* フェードインJS */
.fadein-r {
    opacity : 0;
    transform : translate(-50px,0);
    transition : all 1000ms;
}
/* 画面内に入った状態 */
.fadein-r.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}

/* フェードインJS */
.fadein-t {
    opacity : 0;
    transform : translate(0,50px);
    transition : all 1000ms;
}
/* 画面内に入った状態 */
.fadein-t.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}

/* その場でフェードイン */
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
.fadeshow {
    animation: fadeIn 2s cubic-bezier(0.42, 0, 1, 1);
    -webkit-animation: fadeIn 2s cubic-bezier(0.42, 0, 1, 1);
}

.fadein_text,
.fadein_text span {
  opacity: 0;
}

/* その場で左から右 */
@keyframes fadeSlide {
    0% {
        opacity: 1;
        width: 0;
    }
    100% {
        opacity: 1;
        width: 100%;
    }
}
@-webkit-keyframes fadeSlide {
    0% {
        opacity: 1;
        width: 0;
    }
    100% {
        opacity: 1;
        width: 100%;
    }
}


/*lightbox*/
.nivo-lightbox-effect-fade {
    visibility: hidden;
    opacity: 0;
}
.nivo-lightbox-overlay.nivo-lightbox-open {
    visibility: visible;
    opacity: 1;
}
.nivo-lightbox-theme-default .nivo-lightbox-close {
    opacity: 1;
}
.nivo-lightbox-theme-default .nivo-lightbox-close {
    background-size: 20px 20px;
}
.nivo-lightbox-theme-default .nivo-lightbox-close {
    width: 20px;
    height: 20px;
}


/************************************************************/
/*　構成
/************************************************************/
.l-main {
	width: calc(80% - 50px);
	margin-bottom: 0;
    z-index: 1;
}
#all_wrap .l-wrapper {
    width: calc(100% - 100px);
    max-width: calc(100% - 100px);
    padding: 50px 0;
    margin: 0 auto;
    position: relative;
}
#all_wrap .l-wrapper::before {
    content: '© Copyright - Short Term';
    display: block;
    color: #000;
    font-size: 12px;
    line-height: 1;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: -30px;
    transform: translate(0, 0) rotate(90deg);
    -webkit-transform: translate(0, 0) rotate(90deg);
    -ms-transform: translate(0, 0) rotate(90deg);
    transform-origin: left bottom;
    font-family: 'trajan-pro-3', 'Noto Serif JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    z-index: 10;
}
.l-wrapper-full {
    width: calc(100% - 100px);
    max-width: calc(100% - 100px);
    padding: 50px 0;
    margin: 0 auto;
    position: relative;
}
#all_wrap .l-wrapper-full::before {
    content: '© Copyright - Short Term';
    display: block;
    color: #000;
    font-size: 12px;
    line-height: 1;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: -30px;
    transform: translate(0, 0) rotate(90deg);
    -webkit-transform: translate(0, 0) rotate(90deg);
    -ms-transform: translate(0, 0) rotate(90deg);
    transform-origin: left bottom;
    font-family: 'trajan-pro-3', 'Noto Serif JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    z-index: 10;
}


#all_wrap .l-wrapper-full .l-main {
    width: 100%;
    padding: 0;
    margin: 0 auto;
}
#all_wrap .l-wrapper .l-main {
    width: calc(80% - 50px);
    padding: 0;
    margin: 0;
}


.page {
    width: 100%;
}
.dividerBottom {
    margin-bottom: 0;
}
.pageContents .content,
.archiveContents .content {
    padding: 0;
    margin: 0 auto 50px;
}
#all_wrap .l-wrapper-full .pageContents .content, #all_wrap .l-wrapper-full .archiveContents .content {
    margin: 0;
    padding: 0;
}
#all_wrap .l-wrapper-full .sitemap_content {
    width: 100%;
    max-width: 1000px;
    padding: 0;
    margin: 0 auto 100px;
}
 
.l-sidebar { width:20%; }
.l-main-wide    {width: 100%; margin: 0 auto; padding: 0; }
.l-main-wide1000{width:1000px;margin: auto;}
.l-main-wide900 {width:900px; margin: auto;}
.l-main-wide800 {width:800px; margin: auto;}
.l-main-wide700 {width:700px; margin: auto;}
.l-main-right   {order: 2;}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    .l-main {
        width: 90%;
        margin: 0 auto;
    }
    .l-wrapper-full .l-main {
        width: 100%;
        margin: 0 auto;
    }
    .l-sidebar {
        display: none;
    }
    
    .l-wrapper {
        width: 100%;
        padding: 0;
        margin:20px 0;
    }
    .l-wrapper-full {
        width: 90%;
        max-width: 90%;
        padding: 20px 0;
        margin: 0 auto;
        position: relative;
    }
    #all_wrap .l-wrapper-full::before {
        display: none;
    }
    #all_wrap .l-wrapper {
        width: 90%;
        max-width: 90%;
        padding: 20px 0;
        margin: 0 auto;
        position: relative;
    }
    #all_wrap .l-wrapper::before {
        display: none;
    }
    
    #all_wrap .l-wrapper .l-main {
        width: calc(100%);
        padding: 0;
        margin: 0;
    }
    
    
    .page {
        width: 100%;
        padding: 0;
        margin: 0;
    }
    .content {
        width: 100%;
        padding: 0;
        margin: 0;
    }
    .postContents {
        width: 100%;
        margin: 0 auto;
        padding: 0;
    }
    .pageContents .content,
    .archiveContents .content {
        padding: 0;
        margin: 0 auto;
    }
    
    /*グーグルマップ表示*/
    .l-wrapper iframe {
        width: 100%;
    }
}

.widgetSearch__contents .widgetSearch__select {
    -webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
    padding: 10px 10px;
    line-height: 1em;
}
.searchbox {
    width: 100%;
    position: relative;
    display: inline-block;
}
.searchbox::after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-bottom: solid 2px #b4b3b3;
  border-right: solid 2px #b4b3b3;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -4px;
}

#all_wrap .pager {
    width: 100%;
    max-width: 1200px;
    padding: 0;
    margin: 0 auto;
}

/************************************************************/
/*　見出し　＆　パンくず
/************************************************************/

h1,h2,h3,h4,h5,h6,b,strong {
    font-family: 'trajan-pro-3', 'Noto Serif JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt" 1;
    font-size: 1em;
    color: #45260D;
}

/*ページタイトル*/
#page_title,
#category_title {
    width: 100%;
    padding: 100px 0;
    margin: 0 auto;
    position: relative;
    z-index: 0;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border: 50px solid #fff;
    border-bottom: none;
}
#page_title::after,
#category_title::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    background-color: rgba(0,0,0,0.3);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
#page_title h2,
#category_title h2 {
    width: 100%;
    max-width: 1200px;
    font-family: 'trajan-pro-3', 'Noto Serif JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    font-weight: 400;
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt" 1;
    font-style: normal;
    color: #fff;
    font-size: 40px;
    line-height: 1.2em;
    border: none;
    text-transform: uppercase;
    z-index: 10;
    text-align: center;
}
#page_title h2.single-title,
#category_title h2.single-title {
    width: 100%;
    max-width: 1200px;
    font-family: 'trajan-pro-3', 'Noto Serif JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    font-weight: 400;
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt" 1;
    font-style: normal;
    color: #fff;
    font-size: 30px;
    line-height: 1.2em;
    border: none;
    text-transform: uppercase;
    z-index: 10;
    text-align: center;
}
#page_title > em,
#category_title > em {
    width: 100%;
    display: block;
    padding: 0;
    margin: 0 auto 5px;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 1;
    font-family: 'trajan-pro-3',sans-serif;
    font-weight: 500;
    font-style: normal;
    font-feature-settings: "palt";
    color: #fff;
    position: relative;
    text-align: center;
    white-space: nowrap;
    z-index: 5;
}
#page_title h2 span::first-letter,
#category_title h2 span::first-letter {
    font-size: 1.2em;
}
#page_title .titleCurve,
#category_title .titleCurve {
    font-family: shelby,sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt" 1;
    color: #FFEDF0;
    font-size: 120px;
    line-height: 1.2em;
    opacity: 0.7;
    position: absolute;
    bottom: -50px;
    right: -20px;
    z-index: 10;
    transform: rotate(-7deg);
}
#page_title .titleCurve::first-letter,
#category_title .titleCurve::first-letter {
    text-transform: uppercase;
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    /*ページタイトル*/
    #page_title,
    #category_title {
        width: 90%;
        padding: 40px;
        margin: 30px auto 0;
        position: relative;
        z-index: 0;
        display: -webkit-flex;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        border: none;
        border-bottom: none;
    }
    #page_title::after,
    #category_title::after {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        padding: 0;
        margin: 0;
        background-color: rgba(0,0,0,0.3);
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0;
    }
    #page_title h2,
    #category_title h2 {
        width: 100%;
        max-width: 100%;
        font-family: 'trajan-pro-3', 'Noto Serif JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
        font-weight: 400;
        -webkit-text-size-adjust: 100%;
        font-feature-settings: "palt" 1;
        font-style: normal;
        color: #fff;
        font-size: 16px;
        line-height: 1.2em;
        border: none;
        text-transform: uppercase;
        z-index: 10;
        text-align: center;
    }
    #page_title h2.single-title,
    #category_title h2.single-title {
        width: 100%;
        max-width: 100%;
        font-family: 'trajan-pro-3', 'Noto Serif JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
        font-weight: 400;
        -webkit-text-size-adjust: 100%;
        font-feature-settings: "palt" 1;
        font-style: normal;
        color: #fff;
        font-size: 12px;
        line-height: 1.2em;
        border: none;
        text-transform: uppercase;
        z-index: 10;
        text-align: center;
    }
    #page_title > em,
    #category_title > em {
        width: 100%;
        display: block;
        padding: 0;
        margin: 0 auto 5px;
        text-transform: uppercase;
        font-size: 12px;
        line-height: 1;
        font-family: 'trajan-pro-3',sans-serif;
        font-weight: 500;
        font-style: normal;
        font-feature-settings: "palt";
        color: #fff;
        position: relative;
        text-align: center;
        white-space: nowrap;
    }
    #page_title h2 span::first-letter,
    #category_title h2 span::first-letter {
        font-size: 1.2em;
    }
    #page_title .titleCurve,
    #category_title .titleCurve {
        font-family: shelby,sans-serif;
        font-weight: 400;
        font-style: normal;
        -webkit-text-size-adjust: 100%;
        font-feature-settings: "palt" 1;
        color: #FFEDF0;
        font-size: 50px;
        line-height: 1.2em;
        opacity: 0.7;
        position: absolute;
        bottom: -20px;
        right: -10px;
        z-index: 10;
        transform: rotate(-7deg);
    }
    #page_title .titleCurve::first-letter,
    #category_title .titleCurve::first-letter {
        text-transform: uppercase;
    }
}


/* 見出し H2 */
#all_wrap .content h2 {
    font-family: 'trajan-pro-3', 'Noto Serif JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    font-weight: 400;
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt" 1;
    font-style: normal;
    font-size: 25px;
    letter-spacing: 0.1em;
    line-height: 1.2em;
    letter-spacing: 0.1em !important;
    color: #121212;
    text-align: left;
    padding: 0 0 10px;
    margin: 50px auto 20px;
    position: relative;
    border: none;
    border-bottom: 1px solid #000;
}
#all_wrap .content h2 span {
    display: inline-block;
    padding: 0;
    margin-left: 10px;
    position: relative;
    font-family: 'trajan-pro-3', 'Noto Serif JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    font-weight: 400;
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt" 1;
    font-style: normal;
    font-size: 20px;
    letter-spacing: 0.1em;
    line-height: 1.2em;
    background: linear-gradient( to right, #FFCAD4 0, #FF839A 100% );
    -webkit-background-clip: text;
    color: transparent;
    transition: 0.5s;
}
#all_wrap .content h2.first_midashi {
    margin-top: 0;
}

/*中央よせ*/
#all_wrap .content h2.center {
    font-family: 'trajan-pro-3', 'Noto Serif JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    font-weight: 400;
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt" 1;
    font-style: normal;
    font-size: 30px;
    letter-spacing: 0.1em;
    line-height: 1.2em;
    letter-spacing: 0.1em !important;
    color: #121212;
    text-align: left;
    padding: 0;
    margin: 50px auto 60px;
    position: relative;
    border: none;
    text-align: center;
}
#all_wrap .content h2.center::before {
    content: '';
    display: block;
    width: 50px;
    height: 1px;
    background: #000;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
}
#all_wrap .content h2.center span {
    display: block;
    padding: 0;
    margin: 5px auto 0;
    position: relative;
    font-family: 'trajan-pro-3', 'Noto Serif JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    font-weight: 400;
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt" 1;
    font-style: normal;
    font-size: 20px;
    letter-spacing: 0.1em;
    line-height: 1.2em;
    background: linear-gradient( to right, #FFCAD4 0, #FF839A 100% );
    -webkit-background-clip: text;
    color: transparent;
    transition: 0.5s;
    text-align: center;
}
#all_wrap .content h2.center.first_midashi {
    margin-top: 0;
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    /* 見出し H2 */
    #all_wrap .content h2 {
        font-family: 'trajan-pro-3', 'Noto Serif JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
        font-weight: 400;
        -webkit-text-size-adjust: 100%;
        font-feature-settings: "palt" 1;
        font-style: normal;
        font-size: 20px;
        letter-spacing: 0.1em;
        line-height: 1.2em;
        letter-spacing: 0.1em !important;
        color: #121212;
        text-align: left;
        padding: 0 0 10px;
        margin: 20px auto 20px;
        position: relative;
        border: none;
        border-bottom: 1px solid #000;
    }
    #all_wrap .content h2 span {
        display: inline-block;
        padding: 0;
        margin-left: 10px;
        position: relative;
        font-family: 'trajan-pro-3', 'Noto Serif JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
        font-weight: 400;
        -webkit-text-size-adjust: 100%;
        font-feature-settings: "palt" 1;
        font-style: normal;
        font-size: 12px;
        letter-spacing: 0.1em;
        line-height: 1.2em;
        background: linear-gradient( to right, #FFCAD4 0, #FF839A 100% );
        -webkit-background-clip: text;
        color: transparent;
        transition: 0.5s;
    }
    #all_wrap .content h2.first_midashi {
        margin-top: 0;
    }

    /*中央よせ*/
    #all_wrap .content h2.center {
        font-family: 'trajan-pro-3', 'Noto Serif JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
        font-weight: 400;
        -webkit-text-size-adjust: 100%;
        font-feature-settings: "palt" 1;
        font-style: normal;
        font-size: 20px;
        letter-spacing: 0.1em;
        line-height: 1.2em;
        letter-spacing: 0.1em !important;
        color: #121212;
        text-align: left;
        padding: 0;
        margin: 20px auto 20px;
        position: relative;
        border: none;
        text-align: center;
    }
    #all_wrap .content h2.center::before {
        content: '';
        display: block;
        width: 20px;
        height: 1px;
        background: #000;
        position: absolute;
        bottom: -10px;
        left: 50%;
        transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
    }
    #all_wrap .content h2.center span {
        display: block;
        padding: 0;
        margin: 5px auto 0;
        position: relative;
        font-family: 'trajan-pro-3', 'Noto Serif JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
        font-weight: 400;
        -webkit-text-size-adjust: 100%;
        font-feature-settings: "palt" 1;
        font-style: normal;
        font-size: 12px;
        letter-spacing: 0.1em;
        line-height: 1.2em;
        background: linear-gradient( to right, #FFCAD4 0, #FF839A 100% );
        -webkit-background-clip: text;
        color: transparent;
        transition: 0.5s;
        text-align: center;
    }
    #all_wrap .content h2.center.first_midashi {
        margin-top: 0;
    }
}

/* 見出し H3 */
#all_wrap .content h3 {
    display: block;
    width: auto;
    font-size: 20px;
    line-height: 1.2em;
    padding: 0;
    margin: 20px auto 10px;
    color: #000;
    border: none;
    text-align: left;
    position: relative;
    font-family: 'trajan-pro-3', 'Noto Serif JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    font-weight: 400;
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt" 1;
    font-style: normal;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    /* 見出し H3 */
    #all_wrap .content h3 {
        display: block;
        width: auto;
        font-size: 18px;
        line-height: 1.2em;
        padding: 0;
        margin: 10px auto 10px;
        color: #000;
        border: none;
        text-align: left;
        position: relative;
        font-family: 'trajan-pro-3', 'Noto Serif JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
        font-weight: 400;
        -webkit-text-size-adjust: 100%;
        font-feature-settings: "palt" 1;
        font-style: normal;
    }
}

/* 見出し H4 */
#all_wrap .content h4 {
    display: block;
    width: auto;
    font-size: 18px;
    line-height: 1.2em;
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    font-weight: 600;
    font-style: normal;
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt" 1;
    padding: 0 0 0 15px;
    margin: 10px auto 15px;
    position: relative;
    color: #000;
    border: none;
    text-align: left;
}
#all_wrap .content h4::before {
    content: '';
    display: block;
    width: 3px;
    height: 100%;
    background: linear-gradient( to top, #FFCAD4 0, #FF839A 100% );
    padding: 0;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    border: 1px solid #FF839A;
}
#all_wrap .content h4 span {
    display: inline-block;
    margin-left: 10px;
    text-align: left;
    font-size: 0.5em;
    color: #141414;
    text-transform: uppercase;
    font-weight: lighter;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    /* 見出し H4 */
    #all_wrap .content h4 {
        display: block;
        width: auto;
        font-size: 16px;
        line-height: 1.2em;
        font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
        font-weight: 600;
        font-style: normal;
        -webkit-text-size-adjust: 100%;
        font-feature-settings: "palt" 1;
        padding: 0 0 0 10px;
        margin: 5px auto 10px;
        position: relative;
        color: #000;
        border: none;
        text-align: left;
    }
    #all_wrap .content h4::before {
        content: '';
        display: block;
        width: 3px;
        height: 100%;
        background: linear-gradient( to top, #FFCAD4 0, #FF839A 100% );
        padding: 0;
        margin: 0;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        border: 1px solid #FF839A;
    }
    #all_wrap .content h4 span {
        display: inline-block;
        margin-left: 10px;
        text-align: left;
        font-size: 0.5em;
        color: #141414;
        text-transform: uppercase;
        font-weight: lighter;
    }
}

/* 見出し H5 */
#all_wrap .content h5 {
    display: block;
    width: auto;
    font-size: 1em;
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    font-weight: 600;
    font-style: normal;
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt" 1;
    line-height: 1.1em;
    padding: 0;
    margin: 0 auto;
    position: relative;
    color: #000;
    border: none;
    text-align: left;
}
#all_wrap .content h5 span {
    display: inline-block;
    margin-left: 8px;
    text-align: left;
    font-size: 0.5em;
    color: #141414;
    text-transform: uppercase;
    font-weight: lighter;
}



#all_wrap .content .midashi_none {
    border: none;
    background: none;
    padding: 0;
    margin: 0;
}
#all_wrap .content .midashi_none::after,
#all_wrap .content .midashi_none::before {
    display: none;
}


/************************************************************/
/*　見出しh2
/************************************************************/
#all_wrap .l-wrapper-full h2.h2_title {
    width: 100%;
    padding: 0 0 20px;
    margin: 0 auto 40px;
    font-size: 35px;
    font-family: 'trajan-pro-3', 'Noto Serif JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-feature-settings: "palt";
    text-align: center;
    color: #141414;
    position: relative;
    border: none;
}
#all_wrap .l-wrapper-full h2.h2_title::before {
    content: '';
    display: block;
    width: 100px;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    background: #b70200;
}
#all_wrap .l-wrapper-full h2.h2_title::after {
    content: '';
    display: block;
    width: 1px;
    height: 10px;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    background: #b70200;
}
#all_wrap .l-wrapper-full h2.h2_title span {
    display: block;
    text-align: center;
    padding: 5px 0 0;
    margin: 0 auto;
    font-size: 20px;
    line-height: 1;
    font-family: 'trajan-pro-3', 'Noto Serif JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-feature-settings: "palt";
    color: #b70200;
    text-transform: none;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    #all_wrap .l-wrapper-full h2.h2_title {
        width: 100%;
        padding: 0 0 15px;
        margin: 0 auto 20px;
        font-size: 25px;
        font-family: 'trajan-pro-3', 'Noto Serif JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
        font-weight: 400;
        font-style: normal;
        font-feature-settings: "palt";
        text-align: center;
        color: #141414;
        position: relative;
        border: none;
    }
    #all_wrap .l-wrapper-full h2.h2_title::before {
        content: '';
        display: block;
        width: 100px;
        height: 1px;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        background: #b70200;
    }
    #all_wrap .l-wrapper-full h2.h2_title::after {
        content: '';
        display: block;
        width: 1px;
        height: 10px;
        position: absolute;
        bottom: -10px;
        left: 50%;
        transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        background: #b70200;
    }
    #all_wrap .l-wrapper-full h2.h2_title span {
        display: block;
        text-align: center;
        padding: 5px 0 0;
        margin: 0 auto;
        font-size: 15px;
        line-height: 1;
        font-family: 'trajan-pro-3', 'Noto Serif JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
        font-weight: 400;
        font-style: normal;
        font-feature-settings: "palt";
        color: #b70200;
        text-transform: none;
    }
}

/************************************************************/
/*　ページネーション
/************************************************************/
.pager {
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
}
.pager > li {
    line-height: 1;
    padding: 0;
    margin: 0 5px 0 0;
    text-align: center;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'trajan-pro-3', 'Noto Serif JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-feature-settings: "palt";
    color: #45260D;
    border: 1px solid #45260D;
}
.pager > li.pager__item-current {
    padding: 5px;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #45260D;
    color: #fff;
}
.pager > li.pager__item-next,
.pager > li.pager__item-prev {
    background: none;
    border-radius: 0;
    font-family: 'trajan-pro-3', 'Noto Serif JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-feature-settings: "palt";
}
.pager > li a {
    text-align: center;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'trajan-pro-3', 'Noto Serif JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-feature-settings: "palt";
    transition: ease 0.2s;
    line-height: 1;
}
.pager > li a:hover {
    background: rgba(191,89,5,1);
    color: #fff;
    font-family: 'trajan-pro-3', 'Noto Serif JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-feature-settings: "palt";
    transition: ease 0.2s;
    line-height: 1;
}

/************************************************************/
/*　パンくず
/************************************************************/
/*パンくず*/
.breadcrumb {
    width: calc(100% - 100px);
    max-width: 1200px;
    padding: 20px 0;
    margin: 0 auto;
    font-size: 0.9em;
    line-height: 1.2em;
    color: #000;
    background: none;
    border: none;
    z-index: 10;
}
.breadcrumb:before {
	display: inline-block;
	content: '';
    width: 10px;
    height: 10px;
    background-image: url('https://shortterm.alesco.fit/wp-content/themes/shortterm/img/svg/icon_home.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-right: 5px;
}
.breadcrumb a {
    font-size: 0.9em;
    line-height: 1;
    padding: 0;
    margin: 0;
    text-decoration: none;
    transition: ease 0.2s;
    color: #000;
}
.breadcrumb a:hover {
    text-decoration: none;
    transition: ease 0.2s;
    color: #000;
    opacity: 0.8;
}
.breadcrumb span {
    position: relative;
    text-indent: -9999px;
    color: #fff;
    width: 10px;
    padding: 0;
    margin: 0;
    display: inline-block;
}
.breadcrumb span:before {
    content: '';
    width: 4px;
    height: 4px;
    border: 0px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -6px;
    text-indent: 0px;
    color: #fff;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    /*パンくず*/
    .breadcrumb {
        width: 100%;
        max-width: 100%;
        padding: 10px 0;
        margin: 0 auto;
        font-size: 10px;
        line-height: 1em;
        color: #555;
        background: none;
        border: none;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        overflow-scrolling: touch;
        overflow: auto;
        white-space: nowrap;
    }
    .breadcrumb:before {
        display: inline-block;
        content: '';
        width: 10px;
        height: 10px;
        background-image: url('https://alpha0701.xsrv.jp/wp-content/themes/hanayuki/img/svg/icon_home.svg');
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        margin-right: 5px;
    }
    .breadcrumb a {
        font-size: 10px;
        line-height: 1;
        padding: 0;
        margin: 0;
        text-decoration: none;
        transition: ease 0.2s;
        color: #555;
    }
    .breadcrumb a:hover {
        text-decoration: none;
        transition: ease 0.2s;
        color: #555;
        opacity: 0.8;
    }
    .breadcrumb span {
        position: relative;
        text-indent: -9999px;
        color: #555;
        width: 10px;
        padding: 0;
        margin: 0;
        display: inline-block;
    }
    .breadcrumb span:before {
        content: '';
        width: 4px;
        height: 4px;
        border: 0px;
        border-top: solid 1px #555;
        border-right: solid 1px #555;
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -6px;
        text-indent: 0px;
        color: #555;
    }
}

/*パンくず*/
.breadcrumb2 {
    width: 100%;
    max-width: 1200px;
    padding: 0;
    margin: 0 auto 15px;
    font-size: 0.9em;
    line-height: 1.2em;
    color: #45260D;
    background: none;
    border: none;
}
.breadcrumb2:before {
	display: inline-block;
	content: '';
    width: 10px;
    height: 10px;
    background-image: url('https://alpha0701.xsrv.jp/wp-content/themes/hanayuki/img/svg/icon_home2.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-right: 5px;
}
.breadcrumb2 a {
    font-size: 0.9em;
    line-height: 1;
    padding: 0;
    margin: 0;
    text-decoration: none;
    transition: ease 0.2s;
    color: #45260D;
}
.breadcrumb2 a:hover {
    text-decoration: none;
    transition: ease 0.2s;
    color: #45260D;
    opacity: 0.8;
}
.breadcrumb2 span {
    position: relative;
    text-indent: -9999px;
    color: #45260D;
    width: 10px;
    padding: 0;
    margin: 0;
    display: inline-block;
}
.breadcrumb2 span:before {
    content: '';
    width: 4px;
    height: 4px;
    border: 0px;
    border-top: solid 1px #45260D;
    border-right: solid 1px #45260D;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -6px;
    text-indent: 0px;
    color: #45260D;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    .breadcrumb2 {
        width: 90%;
        max-width: 90%;
        padding: 0;
        margin: 0 auto 15px;
        font-size: 0.9em;
        line-height: 1.2em;
        color: #45260D;
        background: none;
        border: none;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        overflow-scrolling: touch;
        overflow: auto;
        white-space: nowrap;
    }
}

/************************************************************/
/*　目次
/************************************************************/
#all_wrap .outline {
    width: 100%;
    padding: 30px 30px 0;
    margin: 50px auto 50px;
    background: linear-gradient( to right, #FFCAD4 0, #FF839A 100% );
    color: #282828;
    border: 1px solid #FFCAD4;
    position: relative;
}
#all_wrap .outline__title {
    display: block;
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0 auto;
    line-height: 1.4em;
    font-family: 'trajan-pro-3', 'Noto Serif JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    font-size: 20px;
    font-weight: lighter;
    letter-spacing: 0.2em;
}
#all_wrap .outline__switch {
    position: absolute;
    top: 30px;
    right: 30px;
    transition: ease 0.2s;
}
#all_wrap .l-wrapper .postContents .content .outline__list {
    list-style: none;
    padding: 10px 0 0;
    margin: 0 auto 30px;
    background: none;
}
#all_wrap .outline__list li {
    background: none;
    color: #282828;
}
#all_wrap .outline__list li .outline__number {
    color: #282828;
    background: #fff;
    border: 1px solid #282828;
}
#all_wrap .outline__list li a {
    font-weight: 400;
    color: #282828;
    transition: ease 0.2s;
}
#all_wrap .outline__list li a:hover {
    font-weight: 400;
    color: #282828;
    transition: ease 0.2s;
    opacity: 0.8;
}
#all_wrap .outline__switch::before {
    cursor: pointer;
    border: 1px solid #282828;
    padding: 5px;
    font-size: 1.2rem;
    margin-left: 5px;
    border-radius: 5px;
    background: #fff;
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    #all_wrap .outline {
        width: 100%;
        padding: 20px 20px 0;
        margin: 0 auto 20px;
        background: linear-gradient( to right, #FFCAD4 0, #FF839A 100% );
        color: #282828;
        border: none;
        position: relative;
    }
    #all_wrap .outline__title {
        display: block;
        width: 100%;
        text-align: center;
        padding: 0;
        margin: 0 auto;
        line-height: 1.4em;
        font-family: 'trajan-pro-3', 'Noto Serif JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
        font-size: 20px;
        font-weight: lighter;
        letter-spacing: 0.2em;
    }
    #all_wrap .outline__switch {
        position: absolute;
        top: 20px;
        right: 20px;
        transition: ease 0.2s;
    }
    #all_wrap .l-wrapper .postContents .content .outline__list {
        list-style: none;
        padding: 10px 0 0;
        margin: 0 auto 20px;
        background: none;
    }
    #all_wrap .l-wrapper .postContents .content .outline__list li {
        background: none;
        color: #282828;
        padding: 0;
        margin: 0;
    }
    #all_wrap .outline__list li .outline__number {
        color: #282828;
        background: #fff;
        border: 1px solid #282828;
        float: left;
    }
    #all_wrap .outline__list li a {
        font-weight: 400;
        color: #282828;
        transition: ease 0.2s;
    }
    #all_wrap .outline__list li a:hover {
        font-weight: 400;
        color: #282828;
        transition: ease 0.2s;
        opacity: 0.8;
    }
    #all_wrap .outline__switch::before {
        cursor: pointer;
        border: 1px solid #282828;
        padding: 5px;
        font-size: 1.2rem;
        margin-left: 5px;
        border-radius: 5px;
        background: #fff;
    }
}

/************************************************************/
/*　フォントサイズ
/************************************************************/
.content table {
	font-size: 15px;
    color: #fff;
}

/************************************************************/
/*　LINEボタン
/************************************************************/
#lineBtn {
    width: 180px;
    height: 180px;
    padding: 0;
    margin: 0;
    position: fixed;
    bottom: 65px;
    right: 75px;
    z-index: 100;
}
#lineBtn a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    background: #00BF00;
    border-radius: 50%;
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    font-weight: 700;
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt" 1;
    font-size: 20px;
    line-height: 1.2em;
    color: #fff;
    text-align: center;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
}
#lineBtn a span {
    display: block;
    width: 100%;
    text-align: center;
}
#lineBtn a img {
    width: 50px;
    height: auto;
    padding: 0;
    margin: 0 auto 5px;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    #lineBtn {
        width: 80px;
        height: 80px;
        padding: 0;
        margin: 0;
        position: fixed;
        bottom: 20px;
        right: auto;
        left: 20px;
        z-index: 100;
    }
    #lineBtn a {
        display: block;
        width: 100%;
        height: 100%;
        padding: 0;
        margin: 0;
        background: #00BF00;
        border-radius: 50%;
        font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
        font-weight: 700;
        -webkit-text-size-adjust: 100%;
        font-feature-settings: "palt" 1;
        font-size: 8px;
        line-height: 1.2em;
        color: #fff;
        text-align: center;
        display: -webkit-flex;
        display: flex;
        justify-content: center;
        align-content: center;
        align-items: center;
        flex-wrap: wrap;
    }
    #lineBtn a span {
        display: block;
        width: 100%;
        text-align: center;
    }
    #lineBtn a img {
        width: 20px;
        height: auto;
        padding: 0;
        margin: 0 auto 5px;
    }
}

/************************************************************/
/*　グローバルメニュー　＆　ヘッダー
/************************************************************/
#header {
    width: 100%;
    padding: 20px;
    margin: 0;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    align-content: stretch;
    align-items: stretch;
    flex-wrap: wrap;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
}
#header > h1 {
    width: 20%;
    max-width: 200px;
    padding: 0;
    margin: 0 20px 0 0;
    border: none;
    background: none;
}
#header > h1 img {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
}
#header > strong {
    width: 30%;
    padding: 0;
    margin: 0;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    line-height: 1.4em;
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    #header {
        width: 100%;
        padding: 15px 15px 15px 10px;
        margin: 0;
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
        align-content: stretch;
        align-items: stretch;
        flex-wrap: wrap;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 99999;
    }
    #header > h1 {
        width: 40%;
        max-width: 200px;
        padding: 0;
        margin: 0 20px 0 0;
        border: none;
        background: none;
    }
    #header > h1 img {
        width: 100%;
        height: auto;
        padding: 0;
        margin: 0;
    }
    #header > strong {
        display: none;
    }
}


/************************************************************/
/*　ドロワーメニュー
/************************************************************/
.humburger > em {
    font-size: 8px;
    display: block;
    padding: 0;
    margin: 10px 0 0;
    font-family: 'trajan-pro-3', 'Noto Serif JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    font-style: normal;
}
.humburger span {
    width: 30px;
    height: 1px;
    background-color: rgba(255,255,255,1);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -65%);
    transition: 0.3s; /*真ん中の線がゆっくり消えるように*/
}
.humburger span:nth-of-type(1) {
    transform: translate(-50%, -8px);
}
.humburger span:nth-of-type(3) {
    transform: translate(-50%, 6px);
}

#navTgl:checked + .open .humburger span:nth-of-type(1) {
    transform: rotate(45deg) translate(-50%, 0);
    transform-origin: 0% 50%;
    background-color: #141414;
}
#navTgl:checked + .open .humburger span:nth-of-type(2) {
    opacity: 0;
}
#navTgl:checked + .open .humburger span:nth-of-type(3) {
    transform: rotate(-45deg) translate(-50%, 0);
    transform-origin: 0% 50%;
    background-color: #141414;
}


#navTgl {
    display: none;
}
label.open,
label.close {
    cursor: pointer;
    position: fixed;
    top: 30px;
    right: 30px;
    z-index: 10000;
    border-radius: 50%;
}
.open {
    z-index: 10000;
    width: 50px;
    height: 50px;
    color: white;
    background-color: #FF839A;
    border-radius: 50%;
    font-size: 3em;
    text-align: center;
    -webkit-transition: background-color .6s, -webkit-transform .4s;
    transition: background-color .6s, transform .4s;
}
.open::before {
    content: 'MENU';
    display: block;
    padding: 0;
    margin: 0;
    position: fixed;
    top: 50px;
    right: 90px;
    z-index: 10000;
    color: #FF839A;
    font-size: 12px;
    line-height: 1;
    font-family: 'trajan-pro-3', 'Noto Serif JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
}
#navTgl:checked + .open {
    z-index: 10000;
}
#navTgl:checked + .open > .humburger > em {
    color: #fff;
}
.close {
    pointer-events: none;
    z-index: 1;
    width: 100%;
    height: 100%;
    transition: background-color .4s;
}
#navTgl:checked ~ .close {
    pointer-events: auto;
    background-color: rgba(0,0,0,.3);
    z-index: 10000;
}
#menu.menuNav {
    display: none;
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.9);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    -webkit-transition: -webkit-transform .4s;
    transition: transform .4s;
    padding: 50px;
    overflow: hidden;
    overflow-y: scroll;
    -ms-overflow-style: none;    /* IE, Edge 対応 */
    scrollbar-width: none;       /* Firefox 対応 */
}
#menu.menuNav::-webkit-scrollbar {  /* Chrome, Safari 対応 */
    display:none;
}
#navTgl:checked ~ #menu.menuNav {
    -webkit-transition: -webkit-transform .4s;
    transition: transform .4s;
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    label.open,
    label.close {
        cursor: pointer;
        position: relative;
        top: auto;
        right: auto;
        z-index: 10000;
    }
    #menu.menuNav {
        display: none;
        z-index: 9999;
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background: rgba(0,0,0,0.9);
        backdrop-filter: blur(12px);
        -webkit-backdrop-filter: blur(12px);
        -webkit-transition: -webkit-transform .4s;
        transition: transform .4s;
        padding: 50px;
        overflow: hidden;
        overflow-y: scroll;
        -ms-overflow-style: none;    /* IE, Edge 対応 */
        scrollbar-width: none;       /* Firefox 対応 */
    }
    #menu.menuNav::-webkit-scrollbar {  /* Chrome, Safari 対応 */
        display:none;
    }
    #navTgl:checked ~ #menu.menuNav {
        -webkit-transition: -webkit-transform .4s;
        transition: transform .4s;
    }
    .open {
        z-index: 10000;
        width: 40px;
        height: 40px;
        color: #fff;
        background: linear-gradient( to right, #FFCAD4 0, #FF839A 100% );
        font-size: 3em;
        text-align: center;
        -webkit-transition: background-color .6s, -webkit-transform .4s;
        transition: background-color .6s, transform .4s;
        margin: 0;
        position: relative;
    }
    .open::before {
        display: none;
    }
    .humburger > em {
        font-size: 10px;
        display: block;
        padding: 0;
        margin: 5px 0 0;
        font-family: 'trajan-pro-3', 'Noto Serif JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
        font-style: normal;
        transform: scale(0.8);
    }
    .humburger span {
        width: 20px;
        height: 1px;
        background-color: rgba(255,255,255,1);
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -65%);
        transition: 0.3s; /*真ん中の線がゆっくり消えるように*/
        z-index: 1000;
    }
    .humburger span:nth-of-type(1) {
        transform: translate(-50%, -8px);
        background-color: rgba(255,255,255,1);
    }
    .humburger span:nth-of-type(3) {
        transform: translate(-50%, 6px);
        background-color: rgba(255,255,255,1);
    }
    #navTgl:checked + .open .humburger span:nth-of-type(1) {
        transform: rotate(45deg) translate(-50%, 0);
        transform-origin: 0% 50%;
        background-color: #fff;
    }
    #navTgl:checked + .open .humburger span:nth-of-type(2) {
        opacity: 0;
    }
    #navTgl:checked + .open .humburger span:nth-of-type(3) {
        transform: rotate(-45deg) translate(-50%, 0);
        transform-origin: 0% 50%;
        background-color: #fff;
    }
    

    #navTgl:checked + .open .humburger span:nth-of-type(1) {
        transform: rotate(45deg) translate(-50%, 0);
        transform-origin: left top;
        background-color: rgba(0,0,0,1);
        background: #fff;
    }
    #navTgl:checked + .open .humburger span:nth-of-type(2) {
        transform: rotate(-45deg) translate(-50%, 0);
        transform-origin: left bottom;
        background-color: rgba(0,0,0,1);
        background: #fff;
    }
}

#menu.menuNav #menuNavBox {
    width: 80%;
    padding: 50px;
    margin: 0;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
#menu.menuNav #menuNavBox > .widget_nav_menu {
    width: 100%;
    padding: 0;
    margin: 0;
}
#menu.menuNav #menuNavBox > h2 {
    width: 100%;
    font-size: 30px;
    color: #fff;
    line-height: 1;
    font-family: 'trajan-pro-3', 'Noto Serif JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-feature-settings: "palt";
    text-transform: uppercase;
    text-align: center;
    padding: 0;
    margin: 0 auto 40px;
}
#menu.menuNav #menuNavBox ul.menu {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    border: none;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#menu.menuNav #menuNavBox ul.menu > li {
    padding: 0;
    margin: 0 auto 20px;
    border: none;
    width: 100%;
    text-align: center;
}
#menu.menuNav #menuNavBox ul.menu > li:last-child {
    margin-bottom: 0;
}
#menu.menuNav #menuNavBox ul.menu > li a {
    color: #fff;
    font-size: 18px;
    font-family: 'trajan-pro-3', 'Noto Serif JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-feature-settings: "palt";
    background: none;
    padding: 0;
    margin: 0;
    border: none;
    display: inline;
    box-shadow: none;
    font-weight: 400;
    transition: ease 0.2s;
}
#menu.menuNav #menuNavBox ul.menu > li a:hover {
    color: #fff;
    font-size: 18px;
    background: none;
    padding: 0;
    margin: 0;
    border: none;
    display: inline;
    box-shadow: none;
    font-weight: 400;
    transition: ease 0.2s;
    opacity: 0.8;
}
#menu.menuNav #menuNavBox ul.menu > li a::before,
#menu.menuNav #menuNavBox ul.menu > li a::after {
    display: none;
}
#menu.menuNav #menuNavBox ul.menu > li > ul {
    list-style: none;
    padding: 20px 0 0;
    margin: 0;
    border: none;
}
#menu.menuNav #menuNavBox ul.menu > li > ul > li {
    padding: 0 0 0 10px;
    margin: 0 0 20px;
    position: relative;
    border: none;
}
#menu.menuNav #menuNavBox ul.menu > li > ul > li::before {
    content: '';
    display: block;
    width: 5px;
    height: 1px;
    padding: 0;
    margin: 0;
    background: rgba(255,255,255,0.5);
    position: absolute;
    top: 50%;
    left: 0;
}
#menu.menuNav #menuNavBox ul.menu > li > ul > li > a {
    color: #fff;
    font-size: 13px;
    background: none;
    padding: 0;
    margin: 0;
    border: none;
    display: inline;
}
#menu.menuNav #menuNavBox ul.menu > li > ul > li > a:hover {
    color: #fff;
    font-size: 13px;
    background: none;
    padding: 0;
    margin: 0;
    border: none;
    display: inline;
    font-weight: 400;
    transition: ease 0.2s;
    opacity: 0.8;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    #menu.menuNav #menuNavBox {
        width: 80%;
        padding: 0;
        margin: 0;
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        position: absolute;
        top: 20%;
        left: 50%;
        transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
    }
    #menu.menuNav #menuNavBox > .widget_nav_menu {
        width: 100%;
        padding: 0;
        margin: 0;
    }
    #menu.menuNav #menuNavBox > h2 {
        width: 100%;
        font-size: 30px;
        color: #fff;
        line-height: 1;
        font-family: 'trajan-pro-3', 'Noto Serif JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
        font-weight: 500;
        font-style: normal;
        font-feature-settings: "palt";
        text-transform: uppercase;
        text-align: center;
        padding: 0;
        margin: 0 auto 30px;
        background: linear-gradient( to right, #FFCAD4 0, #FF839A 100% );
        -webkit-background-clip: text;
        color: transparent;
        border: none;
    }
    #menu.menuNav #menuNavBox ul.menu {
        list-style: none;
        padding: 0;
        margin: 0 auto 20px;
        border: none;
    }
    #menu.menuNav #menuNavBox ul.menu > li {
        width: 100%;
        padding: 0;
        margin: 0 0 20px;
        border: none;
        text-align: center;
    }
    #menu.menuNav #menuNavBox ul.menu > li a {
        color: #fff;
        font-size: 15px;
        background: none;
        padding: 0;
        margin: 0;
        border: none;
        display: inline;
        box-shadow: none;
        font-weight: 400;
        transition: ease 0.2s;
    }
    #menu.menuNav #menuNavBox ul.menu > li a:hover {
        color: #fff;
        font-size: 15px;
        background: none;
        padding: 0;
        margin: 0;
        border: none;
        display: inline;
        box-shadow: none;
        font-weight: 400;
        transition: ease 0.2s;
        opacity: 0.8;
    }

    #menu.menuNav #menuNavBox ul.menu > li a::before,
    #menu.menuNav #menuNavBox ul.menu > li a::after {
        display: none;
    }
    #menu.menuNav #menuNavBox ul.menu > li > ul {
        list-style: none;
        padding: 10px 0 0;
        margin: 0;
        border: none;
    }
    #menu.menuNav #menuNavBox ul.menu > li > ul > li {
        padding: 0 0 0 10px;
        margin: 0 0 10px;
        position: relative;
        border: none;
    }
    #menu.menuNav #menuNavBox ul.menu > li > ul > li::before {
        content: '';
        display: block;
        width: 5px;
        height: 1px;
        padding: 0;
        margin: 0;
        background: rgba(255,255,255,0.5);
        position: absolute;
        top: 50%;
        left: 0;
    }
    #menu.menuNav #menuNavBox ul.menu > li > ul > li > a {
        color: #fff;
        font-size: 13px;
        background: none;
        padding: 0;
        margin: 0;
        border: none;
        display: inline;
    }
    #menu.menuNav #menuNavBox ul.menu > li > ul > li > a:hover {
        color: #fff;
        font-size: 13px;
        background: none;
        padding: 0;
        margin: 0;
        border: none;
        display: inline;
        font-weight: 400;
        transition: ease 0.2s;
        opacity: 0.8;
    }
}


#menu.menuNav #menuNavBox .widget_text {
    width: 100%;
    padding: 0;
    margin: 0 auto;
}
#menu.menuNav #menuNavBox .widget_text ul.menuNavSns {
    list-style: none;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    padding: 0;
    margin: 0 auto 40px;
}
#menu.menuNav #menuNavBox .widget_text ul.menuNavSns > li {
    width: 25px;
    padding: 0;
    margin: 0 10px;
}
#menu.menuNav #menuNavBox .widget_text ul.menuNavSns > li img {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    #menu.menuNav #menuNavBox .widget_text {
        width: 100%;
        padding: 0;
        margin: 0 auto;
        order: 4;
    }
    #menu.menuNav #menuNavBox .widget_text ul.menuNavSns {
        list-style: none;
        display: -webkit-flex;
        display: flex;
        justify-content: center;
        flex-wrap: nowrap;
        padding: 0;
        margin: 0 auto 20px;
    }
    #menu.menuNav #menuNavBox .widget_text ul.menuNavSns > li {
        width: 25px;
        padding: 0;
        margin: 0 10px;
    }
    #menu.menuNav #menuNavBox .widget_text ul.menuNavSns > li img {
        width: 100%;
        height: auto;
        padding: 0;
        margin: 0;
    }
}


/************************************************************/
/*　サイドバー
/************************************************************/

.l-sidebar .widget.widget_nav_menu ul.menu {
    border: none;
    background: none;
}
.l-sidebar .widget.widget_nav_menu ul.menu li {
    border: none;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.l-sidebar .widget.widget_nav_menu ul.menu li a {
    background: #fff;
    padding: 10px 10px;
    color: #45260D;
    font-feature-settings: "palt";
    font-weight: lighter;
    transition: 0.2s;
}
.l-sidebar .widget.widget_nav_menu ul.menu li a:hover {
    background: #fff;
    font-weight: lighter;
    color: #45260D;
    opacity: 0.8;
    transition: 0.2s;
}
.l-sidebar .widget.widget_nav_menu ul.menu li a::before {
    content: '-';
    color: #45260D;
    margin-right: 10px;
}
.l-sidebar .widget.widget_nav_menu ul.menu li a:hover::before {
    color: #45260D;
}

/*メニューボタン 見出し*/
.l-sidebar .widget-side .heading.heading-widget {
    background: none;
    color: #45260D;
    text-transform: uppercase;
    font-family: 'trajan-pro-3', 'Noto Serif JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    font-size: 1.2em;
    font-feature-settings: "palt";
    letter-spacing: 0.2em;
    margin-bottom: 0;
    position: relative;
    text-align: center;
}
.l-sidebar .widgetCatTitle {
    display: none;
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    .l-sidebar {
        display: none;
    }
    .l-sidebar .widget {
        margin: 0 auto;
    }
}


/************************************************************/
/*　メインビジュアル
/************************************************************/
#main_visual {
    width: 100%;
    position: relative;
    padding: 0;
    margin: 0;
    background-image: url('https://shortterm.alesco.fit/img/mainVisual.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border: 50px solid #fff;
    box-sizing: border-box;
}
#main_visual::before {
    content: '© Copyright - Short Term';
    display: block;
    color: #000;
    font-size: 12px;
    line-height: 1;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 30%;
    left: -30px;
    transform: translate(0, -50%) rotate(90deg);
    -webkit-transform: translate(0, -50%) rotate(90deg);
    -ms-transform: translate(0, -50%) rotate(90deg);
    transform-origin: left bottom;
    font-family: 'trajan-pro-3', 'Noto Serif JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    z-index: 10;
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    #main_visual {
        width: 100%;
        height: 500px;
        position: relative;
        padding: 0;
        margin: 0;
        background-image: url('https://shortterm.alesco.fit/img/mainVisual.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        border: 20px solid #fff;
        box-sizing: border-box;
    }
    #main_visual::before {
        content: '© Copyright - Short Term';
        display: block;
        color: #000;
        font-size: 10px;
        line-height: 1;
        padding: 0;
        margin: 0;
        position: absolute;
        top: 30%;
        left: -15px;
        transform: translate(0, -50%) rotate(90deg);
        -webkit-transform: translate(0, -50%) rotate(90deg);
        -ms-transform: translate(0, -50%) rotate(90deg);
        transform-origin: left bottom;
        font-family: 'trajan-pro-3', 'Noto Serif JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
        z-index: 10;
    }
}

/*キャッチコピー*/
.mainVisualTxt {
    width: 60%;
    height: auto;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 100;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.mainVisualTxt > strong {
    display: block;
    width: auto;
    padding: 0;
    margin: 0 auto;
    font-size: 30px;
    line-height: 1.4em;
    font-family: 'trajan-pro-3', 'Noto Serif JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    font-weight: 400;
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt" 1;
    color: #fff;
    font-style: normal;
    text-align: center;
}
.mainVisualTxt > h2 {
    width: auto;
    font-size: 40px;
    line-height: 1.4em;
    color: #fff;
    text-align: center;
    padding: 50px;
    margin: 0 0 20px;
    position: relative;
    z-index: 105;
    font-family: 'trajan-pro-3', 'Noto Serif JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    font-weight: 400;
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt" 1;
    background: rgba(0,0,0,0.8);
    white-space: nowrap;
}
.mainVisualTxt > h2 span {
    display: inline-block;
    padding: 0;
    margin: 0;
    position: absolute;
    top: -30px;
    left: -30px;
    font-family: shelby,sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 80px;
    transform: rotate(-7deg);
    color: #FF839A;
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    /*キャッチコピー*/
    .mainVisualTxt {
        width: 90%;
        height: auto;
        padding: 0;
        margin: 0;
        position: absolute;
        top: 45%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        z-index: 100;
        display: -webkit-flex;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }
    .mainVisualTxt > strong {
        display: block;
        width: auto;
        padding: 0;
        margin: 0 auto;
        font-size: 16px;
        line-height: 1.4em;
        font-family: 'trajan-pro-3', 'Noto Serif JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
        font-weight: 400;
        -webkit-text-size-adjust: 100%;
        font-feature-settings: "palt" 1;
        color: #fff;
        font-style: normal;
        text-align: center;
        text-shadow:0 0 3px rgba(0,0,0,0.5),0 0 3px rgba(0,0,0,0.5),0 0 3px rgba(0,0,0,0.5),0 0 3px rgba(0,0,0,0.5),0 0 3px rgba(0,0,0,0.5),0 0 3px rgba(0,0,0,0.5),0 0 3px rgba(0,0,0,0.5),0 0 3px rgba(0,0,0,0.5),0 0 3px rgba(0,0,0,0.5),0 0 3px rgba(0,0,0,0.5),0 0 3px rgba(0,0,0,0.5),0 0 3px rgba(0,0,0,0.5),0 0 3px rgba(0,0,0,0.5),0 0 3px rgba(0,0,0,0.5),0 0 3px rgba(0,0,0,0.5),0 0 3px rgba(0,0,0,0.5);
    }
    .mainVisualTxt > h2 {
        width: 90%;
        font-size: 20px;
        line-height: 1.4em;
        color: #fff;
        text-align: center;
        padding: 20px;
        margin: 0 0 10px;
        position: relative;
        z-index: 105;
        font-family: 'trajan-pro-3', 'Noto Serif JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
        font-weight: 400;
        -webkit-text-size-adjust: 100%;
        font-feature-settings: "palt" 1;
        background: rgba(0,0,0,0.8);
        white-space: nowrap;
    }
    .mainVisualTxt > h2 span {
        display: inline-block;
        padding: 0;
        margin: 0;
        position: absolute;
        top: -15px;
        left: -15px;
        font-family: shelby,sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 30px;
        transform: rotate(-7deg);
        color: #FF839A;
    }
}

/************************************************************/
/*　ニュースティッカー
/************************************************************/
#news_ticker {
    width: 80%;
    padding: 5px 0 5px 150px;
    margin: 0;
    background: none;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #000;
}
#news_ticker > #ticker {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    position: relative;
    
}
#news_ticker > #ticker ul {
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
}
#news_ticker > #ticker ul li {
    padding: 0;
    margin: 0;
}
#news_ticker > #ticker ul li span.date {
    display: inline-block;
    padding: 0;
    margin: 0 10px 0 0;
    color: #fff;
}
#news_ticker > #ticker ul li > a {
    font-size: 14px;
    transition: ease 0.2s;
    color: #fff;
}
#news_ticker > #ticker ul li > a:hover {
    transition: ease 0.2s;
    opacity: 0.9;
    color: #fff;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    #news_ticker {
        width: 100%;
        padding: 5px;
        margin: 0;
        background: none;
        position: absolute;
        bottom: 0;
        left: 0;
        background: #000;
    }
    #news_ticker > #ticker {
        width: 100%;
        padding: 0;
        margin: 0 auto;
        position: relative;

    }
    #news_ticker > #ticker ul {
        width: 100%;
        list-style: none;
        padding: 0;
        margin: 0;
    }
    #news_ticker > #ticker ul li {
        padding: 0;
        margin: 0;
    }
    #news_ticker > #ticker ul li span.date {
        display: block;
        padding: 0;
        margin: 0 0 3px 0;
        color: #fff;
        font-size: 10px;
    }
    #news_ticker > #ticker ul li > a {
        font-size: 12px;
        transition: ease 0.2s;
        color: #fff;
    }
    #news_ticker > #ticker ul li > a:hover {
        transition: ease 0.2s;
        opacity: 0.9;
        color: #fff;
    }
}


/************************************************************/
/*　フッター
/************************************************************/

#footContact {
    width: 100%;
    padding: 50px 0;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
#footContact figure {
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: 0.5s;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    padding: 0;
    margin: 0;
    transition: 0.5s;
    z-index: -2;
}
#footContact figure img {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}
#footContact::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
#footContact::after {
    content: '';
    display: block;
    width: 1px;
    height: 50%;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 2;
}
#footContact .footContactWrap {
    width: 100%;
    max-width: 800px;
    padding: 0;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#footContact .footContactLeft {
    width: 45%;
    padding: 0;
    margin: 0;
}
#footContact .footContactRight {
    width: 45%;
    padding: 0;
    margin: 0;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#footContact .footContactLeft > h3 {
    font-size: 40px;
    line-height: 1;
    font-family: 'trajan-pro-3', 'Noto Serif JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt" 1;
    color: #fff;
    padding: 0;
    margin: 0 auto 20px;
}
#footContact .footContactLeft > p {
    font-size: 15px;
    line-height: 1.4em;
    padding: 0;
    margin: 0;
    color: #fff;
}

#footContact .footContactRight tel {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0 auto 20px;
    font-size: 30px;
    line-height: 1;
    font-family: 'trajan-pro-3', 'Noto Serif JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt" 1;
    color: #fff;
}
#footContact .footContactRight tel a {
    font-size: 35px;
    line-height: 1;
    font-family: 'trajan-pro-3', 'Noto Serif JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt" 1;
    color: #fff;
}
#footContact .footContactRight > span {
    display: block;
    width: 70%;
}
#footContact .footContactRight > span a {
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 10px 10px;
    margin: 0;
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    line-height: 1em;
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt" 1;
    color: #000;
    text-align: center;
    background: #fff;
}
#footContact .footContactRight > span.BtnLine {
    display: block;
    width: 25%;
}
#footContact .footContactRight > span.BtnLine a {
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 10px 10px;
    margin: 0;
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    line-height: 1em;
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt" 1;
    color: #fff;
    text-align: center;
    background: #00BF00;
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    
    #footContact {
        width: 100%;
        padding: 20px 0;
        margin: 0 auto;
        overflow: hidden;
        position: relative;
    }
    #footContact figure {
        width: 100%;
        height: auto;
        object-fit: cover;
        transition: 0.5s;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        padding: 0;
        margin: 0;
        transition: 0.5s;
        z-index: -2;
    }
    #footContact figure img {
        width: 100%;
        height: auto;
        padding: 0;
        margin: 0;
        -webkit-filter: grayscale(100%);
        -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
        -o-filter: grayscale(100%);
        filter: grayscale(100%);
    }
    #footContact::before {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.7);
        backdrop-filter: blur(2px);
        -webkit-backdrop-filter: blur(2px);
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
    }
    #footContact::after {
        display: none;
    }
    #footContact .footContactWrap {
        width: 90%;
        max-width: 90%;
        padding: 0;
        margin: 0 auto;
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    #footContact .footContactLeft {
        width: 100%;
        padding: 0;
        margin: 0;
    }
    #footContact .footContactRight {
        width: 100%;
        padding: 0;
        margin: 0;
        display: -webkit-flex;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    #footContact .footContactLeft > h3 {
        font-size: 30px;
        line-height: 1;
        font-family: 'trajan-pro-3', 'Noto Serif JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
        font-weight: 400;
        font-style: normal;
        -webkit-text-size-adjust: 100%;
        font-feature-settings: "palt" 1;
        color: #fff;
        padding: 0;
        margin: 0 auto 10px;
        text-align: center;
    }
    #footContact .footContactLeft > p {
        font-size: 14px;
        line-height: 1.4em;
        padding: 0;
        margin: 0 auto 10px;
        color: #fff;
        text-align: center;
    }

    #footContact .footContactRight tel {
        display: block;
        width: 100%;
        padding: 0;
        margin: 0 auto 10px;
        font-size: 20px;
        line-height: 1;
        font-family: 'trajan-pro-3', 'Noto Serif JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
        font-weight: 400;
        font-style: normal;
        -webkit-text-size-adjust: 100%;
        font-feature-settings: "palt" 1;
        color: #fff;
        text-align: center;
    }
    #footContact .footContactRight tel a {
        font-size: 20px;
        line-height: 1;
        font-family: 'trajan-pro-3', 'Noto Serif JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
        font-weight: 400;
        font-style: normal;
        -webkit-text-size-adjust: 100%;
        font-feature-settings: "palt" 1;
        color: #fff;
    }
    #footContact .footContactRight > span {
        display: block;
        width: 40%;
        margin-right: 10px;
    }
    #footContact .footContactRight > span a {
        display: -webkit-flex;
        display: flex;
        justify-content: center;
        align-content: center;
        align-items: center;
        flex-wrap: wrap;
        padding: 10px 10px;
        margin: 0;
        font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 10px;
        line-height: 1em;
        -webkit-text-size-adjust: 100%;
        font-feature-settings: "palt" 1;
        color: #000;
        text-align: center;
        background: #fff;
    }
    #footContact .footContactRight > span.BtnLine {
        display: block;
        width: 20%;
    }
    #footContact .footContactRight > span.BtnLine a {
        display: -webkit-flex;
        display: flex;
        justify-content: center;
        align-content: center;
        align-items: center;
        flex-wrap: wrap;
        padding: 10px 10px;
        margin: 0;
        font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 10px;
        line-height: 1em;
        -webkit-text-size-adjust: 100%;
        font-feature-settings: "palt" 1;
        color: #fff;
        text-align: center;
        background: #00BF00;
    }
}


.bottomFooter__copyright {
    padding: 10px 0;
    margin: 0;
    background: rgba(0,0,0,0.08);
    color: #141414;
    font-size: 10px;
    position: relative;
}
#footer_btm_area .bottomFooter__copyright .f_alpha {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    line-height: 1;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    #footer_btm_area .bottomFooter__copyright .f_alpha {
        display: block;
        text-align: center;
        margin-top: 5px;
        position: static;
        top: auto;
        left: auto;
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        line-height: 1;
    }
}

/************************************************************/
/*　アーカイブ　リスト
/************************************************************/

/*商品一覧*/
#all_wrap .archive_list {
    width: 100%;
    max-width: 1000px;
    padding: 100px 0;
    margin: 0 auto;
    list-style: none;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#all_wrap .archive_list::after {
    content: '';
    display: block;
    width: 30%;
}
#all_wrap .archive_list > div {
    width: 30%;
    padding: 0;
    margin: 0 0 70px;
    position: relative;
}
/*画像*/
#all_wrap .archive_list > div figure {
    width: 100%;
    padding: 0;
    margin: 0 auto 10px;
}
#all_wrap .archive_list > div figure a {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: center;
    position: relative;
    overflow: hidden;
    background: #fff;
}
#all_wrap .archive_list > div figure a:before {
    content: "";
    display: block;
    padding-top: 56.25%;
}
#all_wrap .archive_list > div figure a img {
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: 0.5s;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    padding: 0;
    margin: 0;
    transition: 0.5s;
}
/*日付*/
#all_wrap .archive_list > div .itemDate {
    display: block;
    padding: 0;
    margin: 0 auto 10px;
    font-size: 12px;
    line-height: 1;
    color: #B4B4B4;
}
/*タグ*/
#all_wrap .archive_list > div .tags {
    padding: 0;
    margin: 0;
}
#all_wrap .archive_list > div .itemTag {
    display: inline-block;
    margin: 0 10px 5px 0;
    padding: 0;
    font-size: 10px;
    line-height: 1;
    font-family: 'trajan-pro-3', 'Noto Serif JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 12px;
    color: #45260D;
}
/*商品名*/
#all_wrap .archive_list > div h3 {
    font-family: 'trajan-pro-3', 'Noto Serif JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 1.2em;
    color: #45260D;
    padding: 0;
    margin: 0 auto 10px;
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    /*商品一覧*/
    #all_wrap .archive_list {
        width: 90%;
        max-width: 90%;
        padding: 50px 0;
        margin: 0 auto;
        list-style: none;
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    #all_wrap .archive_list::after {
        display: none;
    }
    #all_wrap .archive_list > div {
        width: 100%;
        padding: 0;
        margin: 0 0 40px;
        position: relative;
    }
    /*画像*/
    #all_wrap .archive_list > div figure {
        width: 100%;
        padding: 0;
        margin: 0 auto 10px;
    }
    #all_wrap .archive_list > div figure a {
        display: block;
        width: 100%;
        padding: 0;
        margin: 0;
        text-align: center;
        position: relative;
        overflow: hidden;
        background: #fff;
    }
    #all_wrap .archive_list > div figure a:before {
        content: "";
        display: block;
        padding-top: 56.25%;
    }
    #all_wrap .archive_list > div figure a img {
        width: 100%;
        height: auto;
        object-fit: cover;
        transition: 0.5s;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        padding: 0;
        margin: 0;
        transition: 0.5s;
    }
    /*日付*/
    #all_wrap .archive_list > div .itemDate {
        display: block;
        padding: 0;
        margin: 0 auto 10px;
        font-size: 12px;
        line-height: 1;
        color: #B4B4B4;
    }
    /*タグ*/
    #all_wrap .archive_list > div .tags {
        padding: 0;
        margin: 0;
    }
    #all_wrap .archive_list > div .itemTag {
        display: inline-block;
        margin: 0 10px 5px 0;
        padding: 0;
        font-size: 10px;
        line-height: 1;
        font-family: 'trajan-pro-3', 'Noto Serif JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
        font-weight: 400;
        font-style: italic;
        font-size: 12px;
        color: #45260D;
    }
    /*商品名*/
    #all_wrap .archive_list > div h3 {
        font-family: 'trajan-pro-3', 'Noto Serif JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 16px;
        line-height: 1.2em;
        color: #45260D;
        padding: 0;
        margin: 0 auto 10px;
    }
}

.archive {
    width: 80%;
    padding: 0;
    margin: 0 auto;
}
.widgetArchive {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    width: 100%;
}
.widgetArchive2 {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    list-style: none;
}
#all_wrap .l-sidebar .widget-side .heading.heading-widget {
    padding: 10px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'trajan-pro-3', 'Noto Serif JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 0;
    position: relative;
    text-align: center;
    background: linear-gradient( to right, #FFCAD4 0, #FF839A 100% );
    border-radius: 0;
}
.widgetArchive li {
    width: 30%;
    padding: 0;
    margin: 0;
}
.widgetArchive2 li a {
    font-size: 12px;
    line-height: 1.4;
}
#all_wrap .widgetArchive__item.widgetArchive__item-rank:before {
    counter-increment: rank;
	content: counter(rank);
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
}
#all_wrap .widgetArchive__item.widgetArchive__item-rank {
    width: 100%;
    margin: 0;
    padding: 15px 0 10px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    transition: 0.5s;
}
#all_wrap .widgetArchive__item.widgetArchive__item-rank .eyecatch {
    width: 35%;
}
#all_wrap .widgetArchive__item.widgetArchive__item-rank h3 {
    font-weight: 400;
    font-size: 1em;
    padding: 0;
    margin: 0 auto 5px;
}
#all_wrap .widgetArchive__item.widgetArchive__item-rank:hover {
    opacity: 0.8;
    transition: 0.5s;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    .archive {
        width: 100%;
        padding: 0;
        margin: 0 auto;
    }
}

/************************************************************/
/*　リスト
/************************************************************/
#all_wrap .l-wrapper .pageContents .content ul,
#all_wrap .l-wrapper .postContents .content ul {
    list-style: none;
    padding: 0;
    margin: 0 auto 10px;
}
#all_wrap .l-wrapper .pageContents .content ul li,
#all_wrap .l-wrapper .postContents .content ul li {
    padding: 0 0 0 20px;
    margin: 0 0 10px;
    list-style: none;
    border: none;
    background: none;
    position: relative;
}
#all_wrap .l-wrapper .pageContents .content ul li:last-child,
#all_wrap .l-wrapper .postContents .content ul li:last-child {
    margin-bottom: 0;
}
#all_wrap .l-wrapper .pageContents .content ul li::before {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 10px;
    height: 2px;
    background-color: #c8c8c8;
    margin: 0;
}


/************************************************************/
/*　お問い合わせ&テーブル
/************************************************************/


/*表*/
#all_wrap .l-wrapper .pageContents table,
#all_wrap .l-wrapper .postContents table,
#all_wrap .l-wrapper-full .pageContents table {
    overflow: hidden;
    table-layout: fixed;
    border: none;
    color: #141414;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 100px;
    padding: 0;
    border-top: 1px solid rgba(0,0,0,0.1);
}
#all_wrap .l-wrapper .pageContents table tbody tr:nth-of-type(odd),
#all_wrap .l-wrapper .pageContents table tbody tr,
#all_wrap .l-wrapper .content table tr:nth-child(odd) td,
#all_wrap .l-wrapper .postContents table tbody tr:nth-of-type(odd),
#all_wrap .l-wrapper .postContents table tbody tr {
    background: none;
}
#all_wrap .l-wrapper .pageContents table th,
#all_wrap .l-wrapper .postContents table th,
#all_wrap .l-wrapper-full .pageContents table th {
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    font-weight: 500;
    font-style: italic;
    font-feature-settings: "palt";
    border: none;
    border-bottom: none;
    vertical-align: inherit;
    background: none;
    color: #141414;
    padding: 20px;
    margin: 0;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    width: 25%;
    font-size: 16px;
}
#all_wrap .l-wrapper .pageContents table td,
#all_wrap .l-wrapper .postContents table td,
#all_wrap .l-wrapper-full .pageContents table td{
    border: none;
    background: none;
    vertical-align: inherit;
    border-bottom: none;
    padding: 20px;
    margin: 0;
    background: none;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-feature-settings: "palt";
    font-size: 16px;
    color: #141414;
}
#all_wrap .content table th {
    background: none;
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    #all_wrap .l-wrapper .pageContents table tr,
    #all_wrap .l-wrapper .postContents table tr {
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 100%;
    }
    #all_wrap .l-wrapper .pageContents table th,
    #all_wrap .l-wrapper .postContents table th {
        font-size: 14px;
        font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
        font-weight: 500;
        font-style: italic;
        font-feature-settings: "palt";
        border: none;
        border-bottom: none;
        vertical-align: inherit;
        background: #fafafa;
        color: #141414;
        padding: 10px;
        margin: 0;
        border-bottom: 1px solid rgba(0,0,0,0.1);
        width: 100%;
        min-width: 100%;
        text-align: left;
    }
    #all_wrap .l-wrapper .pageContents table td,
    #all_wrap .l-wrapper .postContents table td {
        font-size: 14px;
        font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
        font-weight: 400;
        font-style: normal;
        font-feature-settings: "palt";
        border: none;
        background: #fff;
        vertical-align: inherit;
        border-bottom: none;
        padding: 20px 10px;
        margin: 0;
        background: #fff;
        border-bottom: 1px solid rgba(0,0,0,0.1);
        width: 100%;
        min-width: 100%;
        text-align: left;
    }
    #all_wrap .l-wrapper .pageContents table th,
    #all_wrap .l-wrapper .pageContents table td,
    #all_wrap .l-wrapper .pageContents table tr,
    #all_wrap .l-wrapper .pageContents table tbody,
    #all_wrap .l-wrapper .pageContents table {
        display: block;
        width: 100%;
    }
}

/*お問い合わせフォーム*/
#all_wrap #contactPage {
    padding: 100px 0 0;
    margin: 0 auto;
    overflow: hidden;
}
#all_wrap .l-wrapper-full #contactPage p.contactPageTxt {
    text-align: center;
    width: 90%;
    max-width: 1000px;
    margin: 0 auto 50px;
}
#all_wrap .l-wrapper-full #contactPage .contactPageForm {
    width: 100%;
    padding: 50px 0 100px;
    margin: 0 auto;
    position: relative;
}
#all_wrap .l-wrapper-full #contactPage .contactPageForm::before {
    content: '';
    display: block;
    width: 70%;
    height: 100%;
    padding: 0;
    margin: 0;
    background: linear-gradient( to right, #FFCAD4 0, #FF839A 100% );
    position: absolute;
    bottom: 0;
    left: -20%;
    transform: skewX(-15deg);
    z-index: -5;
}
#all_wrap .l-wrapper-full #contactPage .contactPageForm::after {
    content: 'CONTACT FORM';
    display: block;
    font-size: 70px;
    line-height: 1;
    color: rgba(255,255,255,0.1);
    font-family: 'trajan-pro-3', 'Noto Serif JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-feature-settings: "palt";
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: -8px;
    left: 5%;
    z-index: -4;
}
#all_wrap .l-wrapper-full table.table-contactform7 {
    border: none;
    background: none;
    padding: 0;
    margin: 0 auto;
    width: 100%;
    max-width: 1000px;
    border: none;
}
#all_wrap .l-wrapper-full table.table-contactform7 tr,
#all_wrap .l-wrapper-full table.table-contactform7 tr:nth-of-type(odd),
#all_wrap .l-wrapper-full table.table-contactform7 tr:nth-of-type(even) {
    border: none;
    background: none;
    padding: 0;
    margin: 0;
}
#all_wrap .l-wrapper-full table.table-contactform7 th {
    border: none;
    background: none;
    padding: 20px 20px;
    margin: 0;
    color: #141414;
    font-size: 16px;
    font-style: normal;
    font-feature-settings: "palt";
    width: 25%;
    border: none;
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    font-weight: 500;
    color: #fff;
    font-style: normal;
    font-feature-settings: "palt";
    vertical-align: top;
}
#all_wrap .l-wrapper-full table.table-contactform7 td {
    border: none;
    background: none;
    padding: 20px 20px;
    margin: 0;
    color: #141414;
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    font-style: normal;
    font-feature-settings: "palt";
    font-size: 16px;
    border: none;
}
#all_wrap .l-wrapper-full table.table-contactform7 .att {
    display: inline-block;
    border: none;
    background: #fff;
    padding: 5px 10px;
    margin: 5px 0 0;
    color: #ec0d1f;
    font-size: 10px;
    line-height: 1;
    border-radius: 20px;
}
#all_wrap .l-wrapper-full table.table-contactform7 .cf7-harf {
    border-right: 1px solid #fff;
}
#all_wrap .l-wrapper-full table.table-contactform7 input {
    border-radius: 5px;
    border: 1px solid #c8c8c8;
    box-shadow: none;
    font-size: 1em;
    padding: 15px;
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    font-style: normal;
    font-feature-settings: "palt";
    outline: none;
}
#all_wrap .l-wrapper-full table.table-contactform7 td.add span:first-of-type input {
    margin: 0 0 10px;
}
#all_wrap .l-wrapper-full table.table-contactform7 input.wpcf7-text {
    width: 100%;
    padding: 15px;
    margin: 0;
    border-radius: 5px;
    border: 1px solid #c8c8c8;
    box-shadow: none;
    font-size: 15px;
    line-height: 1;
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    font-style: normal;
    font-feature-settings: "palt";
    background: #fff;
    outline: none;
}
#all_wrap .l-wrapper-full table.table-contactform7 input.wpcf7-date {
    padding: 5px;
    margin: 0;
    margin-right: 10px;
    font-size: 15px;
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    font-style: normal;
    font-feature-settings: "palt";
    background: #fafafa;
}
#all_wrap .l-wrapper-full table.table-contactform7 select.wpcf7-form-control.wpcf7-select {
    width: 150px;
    height: 40px;
    line-height: 40px;
    padding: 10px;
    margin: 0;
    border-radius: 5px;
    border: 1px solid #c8c8c8;
    box-shadow: none;
    font-size: 15px;
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    font-style: normal;
    font-feature-settings: "palt";
    background: #fafafa;
}
#all_wrap .l-wrapper-full table.table-contactform7 input.your-naiyou {
    display: inline;
    width: auto;
}
#all_wrap .l-wrapper-full table.table-contactform7 label {
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    font-style: normal;
    font-feature-settings: "palt";
    font-size: 15px;
    line-height: 1.2em;
}
#all_wrap .l-wrapper-full table.table-contactform7 .required-contactform7 {
    border-radius: 0;
    background: #f44336;
    padding: 5px 5px;
    margin: 0 5px 0 0;
    display: inline-block;
    color: #fff;
    font-size: 15px;
    line-height: 1;
}
#all_wrap .l-wrapper-full table.table-contactform7 .wpcf7-list-item {
    padding: 0;
    margin: 0 10px 10px 0;
    border: none;
    vertical-align: middle;
    line-height: 1;
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    font-style: normal;
    font-feature-settings: "palt";
    background: none;
    color: #fff;
}
#all_wrap .l-wrapper-full table.table-contactform7 .wpcf7-list-item input[type='radio'] {
    top: 2px;
    position: relative;
}
#all_wrap .l-wrapper-full table.table-contactform7 .wpcf7-list-item input[type='checkbox'] {
    top: 2px;
    position: relative;
    width: 14px;
    height: 14px;
    padding: 0;
    border: none;
    box-shadow: none;
}
#all_wrap .l-wrapper-full table.table-contactform7 textarea {
    width: 100%;
    padding: 15px;
    margin: 0;
    border-radius: 5px;
    border: 1px solid #c8c8c8;
    box-shadow: none;
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    font-style: normal;
    font-feature-settings: "palt";
    font-size: 15px;
    line-height: 1;
    outline: none;
    background: #fff;
}
#all_wrap .l-wrapper-full .txt_cent {
    text-align: center;
}
#all_wrap .l-wrapper-full .txt_cent input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 5px;
}
#all_wrap .l-wrapper-full .txt_cent input {
    padding: 20px 100px;
    margin: 0 auto;
    display: inline-block;
    border-radius: 5px;
    background: #141414;
    border: none;
    color: #fff;
    cursor: pointer;
    transition: 0.5s;
}
#all_wrap .l-wrapper-full .txt_cent input:hover {
    transition: 0.5s;
    opacity: 0.8;
}


#all_wrap #confirm {
    width: 100%;
    max-width: 1000px;
    padding: 50px 0;
    margin: 0 auto;
}
#all_wrap #confirm h3 {
    text-align: center;
    width: 100%;
    margin: 0 auto 10px;
}
#all_wrap #confirm .confirm_box {
    padding: 20px 30px;
    margin: 0;
    background: #fafafa;
    border-radius: 10px;
    border: 1px solid #f5f5f5;
}
#all_wrap #confirm input[type=checkbox] {
    transform: scale(1.5);
    margin-right: 10px;
}
#all_wrap .l-wrapper .txt_cent input[type="submit"]:disabled {
    background: #c8c8c8;
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    /*お問い合わせフォーム*/
    #all_wrap #contactPage {
        padding: 50px 0 0;
        margin: 0 auto;
        overflow: hidden;
    }
    #all_wrap .l-wrapper-full #contactPage p.contactPageTxt {
        text-align: center;
        width: 90%;
        max-width: 90%;
        margin: 0 auto 50px;
    }
    #all_wrap .l-wrapper-full #contactPage .contactPageForm {
        width: 100%;
        padding: 20px 0 20px;
        margin: 0 auto;
        position: relative;
    }
    #all_wrap .l-wrapper-full #contactPage .contactPageForm::before {
        content: '';
        display: block;
        width: 90%;
        height: 100%;
        padding: 0;
        margin: 0;
        background: linear-gradient( to right, #FFCAD4 0, #FF839A 100% );
        position: absolute;
        bottom: 0;
        left: -20%;
        transform: skewX(-5deg);
        z-index: -5;
    }
    #all_wrap .l-wrapper-full #contactPage .contactPageForm::after {
        display: none;
    }
    #all_wrap .l-wrapper-full table.table-contactform7 {
        border: none;
        background: none;
        padding: 0;
        margin: 0 auto;
        width: 90%;
        max-width: 90%;
    }
    #all_wrap .l-wrapper-full table.table-contactform7 tr,
    #all_wrap .l-wrapper-full table.table-contactform7 tr:nth-of-type(odd),
    #all_wrap .l-wrapper-full table.table-contactform7 tr:nth-of-type(even) {
        border: none;
        background: none;
        padding: 0;
        margin: 0;
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    #all_wrap .l-wrapper-full table.table-contactform7 th {
        border-bottom: none;
        box-shadow: none;
        background: none;
        padding: 20px 0;
        margin: 0;
        color: #fff;
        font-size: 14px;
        font-style: normal;
        font-feature-settings: "palt";
        width: 100%;
        min-width: 100%;
    }
    #all_wrap .l-wrapper-full table.table-contactform7 th br {
        display: none;
    }
    #all_wrap .l-wrapper-full table.table-contactform7 td {
        border-bottom: 1px solid rgba(255,255,255,0.5);
        background: none;
        padding: 0 0 20px;
        margin: 0;
        color: #141414;
        font-size: 14px;
        width: 100%;
        min-width: 100%;
        box-shadow: none;
    }
    #all_wrap .l-wrapper-full table.table-contactform7 .att {
        display: inline-block;
        border: none;
        background: #fff;
        padding: 5px 10px;
        margin: 0 0 0 10px;
        color: #ec0d1f;
        font-size: 10px;
        line-height: 1;
        border-radius: 20px;
    }
    #all_wrap .l-wrapper-full table.table-contactform7 input {
        border-radius: 3px;
        border: 1px solid #c8c8c8;
        box-shadow: none;
        font-size: 1em;
    }
    #all_wrap .l-wrapper-full table.table-contactform7 input.wpcf7-text {
        width: 100%;
        padding: 10px;
        margin: 0;
        border-radius: 3px;
        border: 1px solid #c8c8c8;
        box-shadow: none;
        font-size: 0.8em;
        line-height: 1;
        background: #fff;
    }
    #all_wrap .l-wrapper-full table.table-contactform7 input.wpcf7-date {
        padding: 5px;
        margin: 0;
        margin-right: 10px;
        font-size: 0.8em;
        background: #fafafa;
    }
    #all_wrap .l-wrapper-full table.table-contactform7 select.wpcf7-form-control.wpcf7-select {
        width: 150px;
        height: 40px;
        line-height: 40px;
        padding: 5px;
        margin: 0;
        border-radius: 3px;
        border: 1px solid #c8c8c8;
        box-shadow: none;
        font-size: 0.8em;
        background: #fff;
    }
    #all_wrap .l-wrapper-full table.table-contactform7 input.your-naiyou {
        display: inline;
        width: auto;
    }
    #all_wrap .l-wrapper-full table.table-contactform7 label {
        font-size: 0.8em;
        line-height: 1.2em;
    }
    #all_wrap .l-wrapper-full table.table-contactform7 .required-contactform7 {
        border-radius: 0;
        background: #f44336;
        padding: 5px 5px;
        margin: 0 5px 0 0;
        display: inline-block;
        color: #fff;
        font-size: 0.7em;
        line-height: 1;
    }
    #all_wrap .l-wrapper-full table.table-contactform7 .wpcf7-list-item {
        padding: 10px;
        margin: 0 10px 10px 0;
        border: dashed 1px #CCCCCC;
        vertical-align: middle;
        line-height: 1;
        background: #fff;
    }
    #all_wrap .l-wrapper-full table.table-contactform7 .wpcf7-list-item input[type='radio'] {
        top: 2px;
        position: relative;
    }
    #all_wrap .l-wrapper-full table.table-contactform7 textarea {
        width: 100%;
        padding: 10px;
        margin: 0;
        border-radius: 3px;
        border: 1px solid #c8c8c8;
        box-shadow: none;
        font-size: 0.8em;
        line-height: 1;
        background: #fff;
    }
    #all_wrap .l-wrapper-full .txt_cent {
        text-align: center;
    }
    #all_wrap .l-wrapper-full .txt_cent input[type="submit"] {
        -webkit-appearance: none;
        border-radius: 5px;
    }
    #all_wrap .l-wrapper-full .txt_cent input {
        padding: 20px 100px;
        margin: 0 auto;
        display: inline-block;
        border-radius: 5px;
        background: #141414;
        border: none;
        color: #fff;
        cursor: pointer;
        transition: 0.5s;
    }
    #all_wrap .l-wrapper-full .txt_cent input:hover {
        transition: 0.5s;
        opacity: 0.8;
    }
    #all_wrap #confirm {
        width: 100%;
        max-width: 100%;
        padding: 20px 0;
        margin: 0 auto;
    }
    #all_wrap .l-wrapper table.table-contactform7 th.cf7-harf.cf7-name:nth-child(1)::after {
        content: '・フリガナ';
    }
    #all_wrap .l-wrapper table.table-contactform7 th.cf7-harf.cf7-add:nth-child(1)::after {
        content: '・ご住所';
    }
    #all_wrap .l-wrapper table.table-contactform7 th.cf7-harf.cf7-tel:nth-child(1)::after {
        content: '・お電話番号';
    }
    #all_wrap .l-wrapper table.table-contactform7 th.cf7-harf:nth-child(2) {
        display: none;
    }
    #all_wrap .wpcf7 .ajax-loader {
        display: block;
    }
}



/*表削除*/
#all_wrap .pageContents .content .tablenone,
#all_wrap .postContents .content .tablenone {
    padding: 0;
    margin: 0;
    border-top: none;
    border-bottom: none;
    border-left: none;
    border-right: none;
    border-radius: none;
    background: none;
    color: #141414;
}
#all_wrap .pageContents .content .tablenone tbody,
#all_wrap .pageContents .content .tablenone th,
#all_wrap .pageContents .content .tablenone td,
#all_wrap .pageContents .content .tablenone tr,
#all_wrap .pageContents .content .tablenone tr:nth-child(odd) td,
#all_wrap .pageContents .content .tablenone tr:nth-child(even) td {
    padding: 0;
    margin: 0;
    border-top: none;
    border-bottom: none;
    border-left: none;
    border-right: none;
    border-radius: none;
    background: none;
    color: #141414;
}
#all_wrap .postContents .content .tablenone tbody,
#all_wrap .postContents .content .tablenone th,
#all_wrap .postContents .content .tablenone td,
#all_wrap .postContents .content .tablenone tr,
#all_wrap .postContents .content .tablenone tr:nth-child(odd) td,
#all_wrap .postContents .content .tablenone tr:nth-child(even) td {
    padding: 0;
    margin: 0;
    border-top: none;
    border-bottom: none;
    border-left: none;
    border-right: none;
    border-radius: none;
    background: none;
    color: #141414;
}


/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    
}



/************************************************************/
/*　お問い合わせ&テーブル 施工事例
/************************************************************/

/*表*/
#all_wrap .l-wrapper-single .pageContents table,
#all_wrap .l-wrapper-single .postContents table{
    overflow: hidden;
    table-layout: fixed;
    border: none;
    background: #fff;
    padding: 50px;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}
#all_wrap .l-wrapper-single .pageContents table tbody tr:nth-of-type(odd),
#all_wrap .l-wrapper-single .pageContents table tbody tr,
#all_wrap .l-wrapper-single .content table tr:nth-child(odd) td,
#all_wrap .l-wrapper-single .postContents table tbody tr:nth-of-type(odd),
#all_wrap .l-wrapper-single .postContents table tbody tr {
    background: #ffffff;
}
#all_wrap .l-wrapper-single .pageContents table th,
#all_wrap .l-wrapper-single .postContents table th {
    font-style: normal;
    font-feature-settings: "palt";
    border: none;
    border-bottom: none;
    vertical-align: inherit;
    background: #fff;
    color: #141414;
    padding: 20px;
    margin: 0;
    border-bottom: 1px dashed rgba(0,0,0,0.2);
    box-shadow: 0 1px 0 rgba(255,255,255,1);
    width: 20%;
    font-size: 16px;
}
#all_wrap .l-wrapper-single .pageContents table td,
#all_wrap .l-wrapper-single .postContents table td {
    border: none;
    background: #fff;
    vertical-align: inherit;
    border-bottom: none;
    padding: 20px;
    margin: 0;
    border-bottom: 1px dashed rgba(0,0,0,0.2);
    box-shadow: 0 1px 0 rgba(255,255,255,1);
    font-size: 16px;
}


/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    /*表*/
    #all_wrap .l-wrapper-single .pageContents table,
    #all_wrap .l-wrapper-single .postContents table{
        overflow: hidden;
        table-layout: fixed;
        border: none;
        background: #fff;
        padding: 0;
        width: 90%;
        max-width: 90%;
        margin: 0 auto;
    }
    #all_wrap .l-wrapper-single .pageContents table tbody tr:nth-of-type(odd),
    #all_wrap .l-wrapper-single .pageContents table tbody tr,
    #all_wrap .l-wrapper-single .content table tr:nth-child(odd) td,
    #all_wrap .l-wrapper-single .postContents table tbody tr:nth-of-type(odd),
    #all_wrap .l-wrapper-single .postContents table tbody tr {
        background: #ffffff;
    }
    #all_wrap .l-wrapper-single .pageContents table th,
    #all_wrap .l-wrapper-single .postContents table th {
        font-style: normal;
        font-feature-settings: "palt";
        border: none;
        border-bottom: none;
        vertical-align: inherit;
        background: #fafafa;
        color: #141414;
        padding: 10px;
        margin: 0;
        border-bottom: 1px dashed rgba(0,0,0,0.2);
        box-shadow: 0 1px 0 rgba(255,255,255,1);
        width: 100%;
        min-width: 100%;
        font-size: 14px;
        display: block;
    }
    #all_wrap .l-wrapper-single .pageContents table td,
    #all_wrap .l-wrapper-single .postContents table td {
        border: none;
        background: #fff;
        vertical-align: inherit;
        border-bottom: none;
        padding: 20px 10px;
        margin: 0;
        border-bottom: 1px dashed rgba(0,0,0,0.2);
        box-shadow: 0 1px 0 rgba(255,255,255,1);
        font-size: 14px;
        width: 100%;
        min-width: 100%;
        display: block;
    }
}



/************************************************************/
/*　Google Map
/************************************************************/
.google-maps {
    position: relative;
    padding-bottom: 30%;
    height: 0;
    overflow: hidden;
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
.access_info p {
    font-size: 1.1em;
    line-height: 2em;
    margin-bottom: 20px;
    text-align: center;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    .access_info p {
        width: 90%;
        padding: 0;
        margin: 0 auto;
        font-size: 1.1em;
        line-height: 2em;
        margin-bottom: 20px;
        text-align: center;
    }
    .top_gmap iframe {
        height: 200px;
    }
}



/************************************************************/
/*　全体
/************************************************************/

.top_wrapper {
    padding: 0;
    margin: 0 auto;
    width: 100%;
    position: relative;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    .top_wrapper {
        padding: 0;
        margin: 0 auto;
        width: 100%;
    }
}


/************************************************************/
/*　サイトマップ
/************************************************************/
.l-wrapper-full .sitemap ul {
    width: 100%;
    max-width: 1000px;
    padding: 100px 0;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    list-style: none;
}
.l-wrapper-full .sitemap ul li.page_item {
    width: 100%;
    padding: 0;
    margin: 0;
    background: none;
    list-style: none;
}
.l-wrapper-full .sitemap ul li.page_item:nth-child(2n){
    background: none;
}
.l-wrapper-full .sitemap ul li.page_item:hover {
    background: none;
}
.l-wrapper-full .sitemap ul li.page_item:before,
.l-wrapper-full .sitemap ul li.page_item:after {
    display: none;
}
.l-wrapper-full .sitemap ul li.page_item a {
    display: block;
    padding: 20px 20px 20px 20px;
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    position: relative;
    transition: 0.5s;
    color: #45260D;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.l-wrapper-full .sitemap ul li.page_item a:hover {
    transition: 0.5s;
    color: #45260D;
}
.l-wrapper-full .sitemap ul li.page_item a::before {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -3px;
    width: 5px;
    height: 5px;
    border-top: 1px solid #45260D;
    border-right: 1px solid #45260D;
    transform: rotate(45deg);
    transition: ease 0.2s;
}
.l-wrapper-full .sitemap ul li.page_item a::after {
    display: block;
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 1px;
    background: #45260D;
    opacity: 0;
    overflow: hidden;
}
.l-wrapper-full .sitemap ul li.page_item a:hover::after {
    display: block;
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #45260D;
    opacity: 1;
    transition: 0.2s cubic-bezier(0.55, 0.05, 0.22, 0.99);
    transform-origin: left;
}
.l-wrapper-full .sitemap ul li.page_item:hover a::before {
    border-top: 1px solid #45260D;
    border-right: 1px solid #45260D;
    right: 15px;
}
.l-wrapper-full .sitemap ul li ul.children {
    width: 100%;
    padding: 5px 0;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    list-style: none;
}
.l-wrapper-full .sitemap ul li.page_item ul.children li {
    width: 100%;
    padding: 0 0 0 20px;
    margin: 0;
    margin-bottom: 0;
    background: none;
    border-bottom: none;
    list-style: none;
}
.l-wrapper-full .sitemap ul li.page_item ul.children li a {
    display: block;
    padding: 10px 0;
    margin: 0;
    font-size: 11px;
    font-weight: 400;
    line-height: 1;
    position: relative;
    transition: 0.5s;
}
.l-wrapper-full .sitemap ul li.page_item ul.children li a:hover {
    background: none;
    transition: 0.5s;
    color: #45260D;
}
.l-wrapper-full .sitemap ul li.page_item ul.children li a::before {
    content: '-';
    display: inline-block;
    position: static;
    padding: 0;
    margin: 0 10px 0 0;
    border: none;
    transform: rotate(0deg);
}


/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    .l-wrapper-full .sitemap ul {
        width: 90%;
        max-width: 90%;
        padding: 0;
        margin: 0 auto 50px;
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        list-style: none;
    }
    .sitemap {
        width: 100%;
        padding: 0;
        margin: 0 auto;
    }
    .sitemap ul {
        width: 90%;
        padding: 0;
        margin: 0 auto;
    }
    .sitemap ul li {
        width:100%;
    }
    .l-wrapper-full .sitemap ul li.page_item a {
        font-size: 14px;
    }
}

/*スマホ改行
------------------------------------------------------------*/
	
@media screen and (min-width: 768px){   
  .br-pc { display:block; }
  .br-sp { display:none; }
}
@media screen and (max-width: 768px){   
  .br-pc { display:none; }
  .br-sp { display:block; }
}


/************************************************************/
/*　本文ギャラリー
/************************************************************/
#all_wrap .content .gallery {
    width: 80%;
    padding: 0;
    margin: 0 auto 100px;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#all_wrap .content .gallery dl {
    width: 31%;
    padding: 0;
    margin: 0 0 30px;
}
#all_wrap .content .gallery dt {
    padding: 5px 0;
    margin: 0;
    text-align: center;
}
#all_wrap .content .gallery dd {
    padding: 0;
    margin: 0;
    text-align: center;
}
#all_wrap .content .gallery dl img {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    #all_wrap .content .gallery {
        width: 100%;
        padding: 0;
        margin: 0 auto 50px;
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    #all_wrap .content .gallery dl {
        width: 48%;
        padding: 0;
        margin: 0 0 20px;
    }
    #all_wrap .content .gallery dt {
        padding: 5px 0;
        margin: 0;
        text-align: center;
    }
    #all_wrap .content .gallery dd {
        padding: 0;
        margin: 0;
        text-align: center;
    }
    #all_wrap .content .gallery dl img {
        width: 100%;
        height: auto;
        padding: 0;
        margin: 0;
    }
}

/************************************************************/
/*　Youtube
/************************************************************/
#all_wrap .l-wrapper .youtubeBox {
    width:860px;              /*横幅いっぱいにwidthを指定*/
    padding-bottom: 56.25%;  /*高さをpaddingで指定(16:9)*/
    height:0px;              /*高さはpaddingで指定するためheightは0に*/
    position: relative;
    margin: 0 auto;
}
#all_wrap .l-wrapper .youtubeBox > iframe {
    position: static;
    top: auto;
    left: auto;
    width: 860px;
    height: 500px;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    #all_wrap .l-wrapper .youtubeBox {
        width:100%;              /*横幅いっぱいにwidthを指定*/
        padding-bottom: 56.25%;  /*高さをpaddingで指定(16:9)*/
        height:0px;              /*高さはpaddingで指定するためheightは0に*/
        position: relative;
    }
    #all_wrap .l-wrapper .youtubeBox > iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}

/************************************************************/
/*　記事詳細
/************************************************************/

/*タグリスト*/
.l-wrapper .tag_btn {
    width: 100%;
    padding-top: 30px;
    margin: 0 auto;
}
.l-wrapper-full .tag_btn {
    width: 80%;
    padding-top: 30px;
    margin: 0 auto;
}
.tag_btn a {
    display: inline-block;
    padding: 0;
    margin: 0 10px 10px 0;
    background: none;
    text-align: center;
    color: #45260D;
    text-decoration: none;
    transition: 0.5s;
}
.tag_btn a::before {
    content: '#';
    display: inline-block;
}
.tag_btn a:hover {
    opacity: 0.8;
    transition: 0.5s;
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    /*タグリスト*/
    .l-wrapper .tag_btn {
        width: 100%;
        padding-top: 30px;
        margin: 0 auto;
    }
    .l-wrapper-full .tag_btn {
        width: 90%;
        padding-top: 30px;
        margin: 0 auto;
    }
}


/*関連記事*/
#all_wrap .related__list {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    list-style: none;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}
#all_wrap .related__list li.related__item {
    width: 49%;
    border: 1px solid rgba(0,0,0,.1);
    padding: 20px;
    margin: 0 0 20px;
}
#all_wrap .related__list li.related__item .eyecatch {
    margin: 0;
}
#all_wrap .related__list li.related__item .dateList {
    margin: 0 auto 10px;
}
#all_wrap .related__list li.related__item h3.heading-secondary {
    font-size: 1em;
}
#all_wrap .related__list li.related__item h3.heading-secondary a {
    transition: 0.5s;
}
#all_wrap .related__list li.related__item h3.heading-secondary a:hover {
    transition: 0.5s;
    color: #165e83;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    #all_wrap .related__list li.related__item {
        width: 100%;
        border: 1px solid rgba(0,0,0,.1);
        padding: 20px;
        margin: 0 0 10px;
    }
}

/************************************************************/
/*　ブログ　詳細＆サイドバー 
/************************************************************/
#all_wrap #single_title {
    width: 100%;
    padding: 0 0 15px;
    margin: 0 auto 20px;
    font-size: 30px;
    line-height: 1.2em;
    color: #000;
    font-family: 'trajan-pro-3', 'Noto Serif JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    line-height: 1.2em;
    border-bottom: 1px solid #45260D;
}
#single_date {
    display: inline-block;
    padding: 5px 10px;
    margin: 0 auto 10px;
    color: #fff;
    font-family: 'trajan-pro-3', 'Noto Serif JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    background: linear-gradient( to right, #FFCAD4 0, #FF839A 100% );
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    #all_wrap #single_title {
        width: 100%;
        padding: 0 0 10px;
        margin: 0 auto 20px;
        font-size: 20px;
        line-height: 1.2em;
        color: #000;
        font-family: 'trajan-pro-3', 'Noto Serif JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
        font-weight: 400;
        font-style: normal;
        line-height: 1.2em;
        border-bottom: 1px solid #45260D;
    }
    #single_date {
        display: inline-block;
        padding: 5px 10px;
        margin: 0 auto 10px;
        color: #fff;
        font-family: 'trajan-pro-3', 'Noto Serif JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 10px;
        background: linear-gradient( to right, #FFCAD4 0, #FF839A 100% );
    }
}

#all_wrap .sid_title {
    width: 100%;
    padding: 0 0 0 13px;
    margin: 0 auto 20px;
    border-left: 2px solid #ff7b25;
    font-family: 'trajan-pro-3', 'Noto Serif JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    color: #45260D;
}
#all_wrap .sid_title span {
    display: block;
    padding: 0;
    margin: 0 auto 5px;
    font-family: 'trajan-pro-3', 'Noto Serif JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.2em;
    color: #ff7b25;
}
.blog_sid {
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0 auto 100px;
}
.blog_sid li {
    width: 100%;
    padding: 0 0 10px;
    margin: 0 auto 10px;
    border-bottom: 1px dotted rgba(0,0,0,0.3);
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}
.blog_sid li figure {
    width: 30%;
    padding: 0;
    margin: 0;
}
.blog_sid li figure a {
    display: block;
    padding: 0;
    margin: 0s;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.blog_sid li figure a:before {
    content:"";
    display: block;
    padding: 50%; /* 高さと幅の比を16:9に固定。9/16*100=56.25 */
}
.blog_sid li figure a img {
    width: auto;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    padding: 0;
    margin: 0;
    transition: 0.5s;
}
.blog_sid li .blog_info {
    width: 65%;
    padding: 0;
    margin: 0;
}
.blog_sid li .blog_info .date {
    color: #c8c8c8;
    font-style: italic;
    display: block;
    padding: 0;
    margin: 0 auto 10px;
    font-size: 10px;
}
#all_wrap .blog_sid li h3 {
    padding: 0;
    margin: 0;
    color: #45260D;
    font-size: 12px;
    line-height: 1.2em;
    font-family: 'trajan-pro-3', 'Noto Serif JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    font-weight: 500;
    border: none;
}
#all_wrap .blog_sid li h3 a {
    transition: ease 0.2s;
    color: #45260D;
    font-size: 12px;
    line-height: 1.2em;
    font-family: 'trajan-pro-3', 'Noto Serif JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    font-weight: 500;
}
#all_wrap .blog_sid li h3 a:hover {
    color: #45260D;
    font-size: 12px;
    line-height: 1.2em;
    font-family: 'trajan-pro-3', 'Noto Serif JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    font-weight: 500;
    transition: ease 0.2s;
    opacity: 0.8;
}

/*前後の記事*/
#all_wrap .prevNext__pop {
    background-color: #aa8a46;
}
#all_wrap .eyecatch {
    background: #000;
}

/*プロフィール*/
#all_wrap .profile {
    border: none;
    margin-top: 0;
    padding: 20px;
    background: #000;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}
#all_wrap .profile__text {
    background: none;
    font-size: 16px;
    padding: 0 0 0 13px;
    margin-bottom: 15px;
    margin-top: 40px;
    border-left: 2px solid #d3c8a8;
    font-style: italic;
    text-align: left;
    color: #d3c8a8;
}
#all_wrap .profile__contents {
    width: 80%;
    padding: 0;
    margin: 0;
}
#all_wrap .profile__name {
    color: #d3c8a8;
    font-size: 19px;
    line-height: 1.4em;
    font-style: italic;
    padding: 0 0 10px;
    margin: 0 auto 10px;
    border-bottom: 1px solid #d3c8a8;
}
#all_wrap .profile__author {
    width: 15%;
    text-align: left;
    padding: 0;
    margin: 0 20px 0 0;
}
#all_wrap .profile__author img {
    width: 100%;
    height: auto;
    margin: 0;
}
#all_wrap .profile__list {
    display: none;
}
#all_wrap .profile__description {
    padding: 0;
    margin: 0;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    /*プロフィール*/
    #all_wrap .profile {
        border: none;
        margin-top: 0;
        padding: 20px;
        background: #000;
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
        align-content: flex-start;
        align-items: flex-start;
        flex-wrap: wrap;
    }
    #all_wrap .profile__text {
        background: none;
        font-size: 16px;
        padding: 0 0 0 13px;
        margin-bottom: 15px;
        margin-top: 40px;
        border-left: 2px solid #d3c8a8;
        font-style: italic;
        text-align: left;
        color: #d3c8a8;
    }
    #all_wrap .profile__contents {
        width: 80%;
        padding: 0;
        margin: 0;
    }
    #all_wrap .profile__name {
        color: #d3c8a8;
        font-size: 19px;
        line-height: 1.4em;
        font-style: italic;
        padding: 0 0 10px;
        margin: 0 auto 10px;
        border-bottom: 1px solid #d3c8a8;
    }
    #all_wrap .profile__author {
        width: 15%;
        text-align: left;
        padding: 0;
        margin: 0 0 0 0;
    }
    #all_wrap .profile__author img {
        width: 100%;
        height: auto;
        margin: 0;
    }
    #all_wrap .profile__list {
        display: none;
    }
    #all_wrap .profile__description {
        padding: 0;
        margin: 0;
    }
}


/************************************************************/
/*　ページ形成
/************************************************************/

/*ページ*/
#newsPage {
    width: 100%;
    padding: 100px 0;
    margin: 0 auto;
    position: relative;
}

/*幅1100*/
.w1100 {
    width: 100%;
    max-width: 1200px;
    padding: 0;
    margin: 0 auto;
}
.box1000 {
    width: 100%;
    max-width: 1000px;
    padding: 50px;
    margin: 0 auto 80px;
    background: #fff;
}
#all_wrap .box1100 p {
    padding: 0;
    margin: 0 auto 20px;
}

#all_wrap .box-l,
#all_wrap .box-r {
    width: 100%;
    padding: 0;
    margin: 0 auto 70px;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    position: relative;
}
#all_wrap .box-l figure {
    width: 30%;
    padding: 0;
    margin: 0;
    order: 1;
}
#all_wrap .box-l > div {
    width: 65%;
    padding: 0;
    margin: 0;
    order: 2;
}
#all_wrap .box-r figure {
    width: 30%;
    padding: 0;
    margin: 0;
    order: 2;
}
#all_wrap .box-r > div {
    width: 65%;
    padding: 0;
    margin: 0;
    order: 1;
}
#all_wrap .box-l figure img,
#all_wrap .box-r figure img {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
}
#all_wrap .box-l h3,
#all_wrap .box-r h3 {
    padding: 0;
    margin: 0 auto 10px;
}

/*注意文*/
#all_wrap .attention {
    padding: 10px 0;
    margin: 0;
    font-size: 1.5em;
    font-weight: 600;
    color: #aa2f26;
    font-style: normal;
    font-feature-settings: "palt";
}
#all_wrap .attention::before {
    content: '※';
    display: inline-block;
    padding: 0;
    margin: 0;
    margin-right: 5px;
}



/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    /*幅1100*/
    .w1100 {
        width: 90%;
        max-width: 90%;
        padding: 0;
        margin: 0 auto;
    }
    .box1100 {
        width: 100%;
        max-width: 100%;
        padding: 20px;
        margin: 0 auto 50px;
        background: #fff;
    }
    #all_wrap .box1100 p {
        padding: 0;
        margin: 0 auto 10px;
    }

    #all_wrap .box-l,
    #all_wrap .box-r {
        width: 100%;
        padding: 0;
        margin: 0 auto 50px;
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
        align-items: stretch;
        flex-wrap: wrap;
        position: relative;
    }
    #all_wrap .box-l figure {
        width: 100%;
        padding: 0;
        margin: 0;
        order: 2;
    }
    #all_wrap .box-l > div {
        width: 100%;
        padding: 0;
        margin: 0;
        order: 1;
    }
    #all_wrap .box-r figure {
        width: 100%;
        padding: 0;
        margin: 0;
        order: 2;
    }
    #all_wrap .box-r > div {
        width: 100%;
        padding: 0;
        margin: 0;
        order: 1;
    }
    #all_wrap .box-l figure img,
    #all_wrap .box-r figure img {
        width: 100%;
        height: auto;
        padding: 0;
        margin: 0;
    }
    #all_wrap .box-l h3,
    #all_wrap .box-r h3 {
        padding: 0;
        margin: 0 auto 10px;
    }
    #all_wrap .box-l p,
    #all_wrap .box-r p {
        padding: 0;
        margin: 0 auto 10px;
    }

    /*注意文*/
    #all_wrap .attention {
        padding: 10px 0;
        margin: 0;
        font-size: 1.2em;
        font-weight: 600;
        color: #aa2f26;
        font-style: normal;
        font-feature-settings: "palt";
        text-align: center;
    }
    #all_wrap .attention::before {
        content: '※';
        display: inline-block;
        padding: 0;
        margin: 0;
        margin-right: 5px;
    }
}

/************************************************************/
/*　トップページ　紹介
/************************************************************/
#topAbout {
    width: 100%;
    padding: 100px 0;
    margin: 0 auto;
}
#topAbout .topAboutTitle {
    width: 85%;
    padding: 50px 0 50px 20%;
    margin: 0 auto 20px 0;
    overflow: hidden;
    position: relative;
    z-index: 0;
}
#topAbout .topAboutTitle::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    background: rgba(0,0,0,0.3);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
#topAbout .topAboutTitle > figure {
    width: 100%;
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: -2;
}
#topAbout .topAboutTitle > h2 {
    font-size: 30px;
    line-height: 1.4em;
    font-family: 'trajan-pro-3', 'Noto Serif JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    font-weight: 400;
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt" 1;
    color: #fff;
    font-style: normal;
    color: #fff;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    white-space: nowrap;
    border: none;
    background: none;
}
#topAbout .topAboutTitle > h2::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    padding: 0;
    margin: 0 0 0 20px;
    background: #fff;
}
#topAbout .topAboutTitle > strong {
    display: block;
    font-size: 30px;
    line-height: 1.4em;
    font-family: 'trajan-pro-3', 'Noto Serif JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    font-weight: 400;
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt" 1;
    color: #fff;
    font-style: normal;
    padding: 0;
    margin: 0 auto 20px;
}
#topAbout .topAboutTitle > p {
    font-size: 15px;
    line-height: 2;
    color: #fff;
    padding: 0;
    margin: 0;
}
#topAbout > span.cursive {
    width: 90%;
    display: block;
    padding: 0;
    margin: 0 auto;
    transform: rotate(-7deg);
    color: #FF839A;
    text-align: right;
}
#topAbout > span.cursive img {
    width: 550px;
    height: auto;
    padding: 0;
    margin: 0;
}

/*リスト*/
#all_wrap .topAboutList {
    width: 100%;
    max-width: 1000px;
    padding: 0;
    margin: 0 auto;
    list-style: none;
}
#all_wrap .topAboutList > li {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    flex-wrap: nowrap;
    padding: 0;
    margin: 0 auto 20px;
}
#all_wrap .topAboutList > li figure {
    display: block;
    width: 30%;
    padding: 0;
    margin: 0;
    text-align: center;
    position: relative;
    border-radius: 50%;
}
#all_wrap .topAboutList > li figure:before {
    content: "";
    display: block;
    padding: 50%;
}
#all_wrap .topAboutList > li figure img {
    width: auto;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    padding: 0;
    margin: 0;
    transition: 0.5s;
}
#all_wrap .topAboutList > li .topAboutInfo {
    width: 65%;
    padding: 0;
    margin: 0;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
}
#all_wrap .topAboutList > li .topAboutInfo h3 {
    width: 100%;
    font-size: 30px;
    line-height: 1.4em;
    font-family: 'trajan-pro-3', 'Noto Serif JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    font-weight: 400;
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt" 1;
    color: #000;
    font-style: normal;
    padding: 0;
    margin: 0 auto 20px;
}
#all_wrap .topAboutList > li .topAboutInfo > p {
    font-size: 15px;
    line-height: 2;
    color: #000;
    padding: 0;
    margin: 0;
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    #topAbout {
        width: 100%;
        padding: 0;
        margin: 0 auto;
    }
    #topAbout .topAboutTitle {
        width: 100%;
        padding: 20px;
        margin: 0;
        overflow: hidden;
        position: relative;
        z-index: 0;
    }
    #topAbout .topAboutTitle::before {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        padding: 0;
        margin: 0;
        background: rgba(0,0,0,0.7);
        backdrop-filter: blur(2px);
        -webkit-backdrop-filter: blur(2px);
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
    }
    #topAbout .topAboutTitle > figure {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        z-index: -2;
    }
    #topAbout .topAboutTitle > figure img {
        width: auto;
        height: auto;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) scale(1.5);
        -webkit-transform: translate(-50%, -50%) scale(1.5);
        -ms-transform: translate(-50%, -50%) scale(1.5);
        margin: auto;
    }
    #topAbout .topAboutTitle > h2 {
        font-size: 15px;
        line-height: 1.4em;
        font-family: 'trajan-pro-3', 'Noto Serif JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
        font-weight: 400;
        -webkit-text-size-adjust: 100%;
        font-feature-settings: "palt" 1;
        color: #fff;
        font-style: normal;
        color: #fff;
        display: -webkit-flex;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: nowrap;
        white-space: nowrap;
        border: none;
        background: none;
    }
    #topAbout .topAboutTitle > h2::after {
        content: '';
        display: block;
        width: 100%;
        height: 1px;
        padding: 0;
        margin: 0 0 0 20px;
        background: #fff;
    }
    #topAbout .topAboutTitle > strong {
        display: block;
        font-size: 18px;
        line-height: 1.4em;
        font-family: 'trajan-pro-3', 'Noto Serif JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
        font-weight: 400;
        -webkit-text-size-adjust: 100%;
        font-feature-settings: "palt" 1;
        color: #fff;
        font-style: normal;
        padding: 0;
        margin: 0 auto 20px;
    }
    #topAbout .topAboutTitle > p {
        font-size: 14px;
        line-height: 1.7em;
        color: #fff;
        padding: 0;
        margin: 0;
    }
    #topAbout > span.cursive {
        width: 90%;
        display: block;
        padding: 0;
        margin: 0 auto;
        transform: rotate(-7deg);
        color: #FF839A;
        text-align: right;
    }
    #topAbout > span.cursive img {
        width: 100%;
        height: auto;
        padding: 0;
        margin: 0;
    }

    /*リスト*/
    #all_wrap .topAboutList {
        width: 90%;
        max-width: 90%;
        padding: 20px 0 0;
        margin: 0 auto 50px;
        list-style: none;
    }
    #all_wrap .topAboutList > li {
        width: 100%;
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
        align-content: center;
        align-items: center;
        flex-wrap: wrap;
        padding: 0;
        margin: 0 auto 20px;
    }
    #all_wrap .topAboutList > li figure {
        display: block;
        width: 100%;
        padding: 0;
        margin: 0 auto 10px;
        text-align: center;
        position: relative;
        border-radius: 50%;
    }
    #all_wrap .topAboutList > li figure:before {
        content: "";
        display: block;
        padding: 50%;
    }
    #all_wrap .topAboutList > li figure img {
        width: auto;
        height: 100%;
        object-fit: cover;
        transition: 0.5s;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        padding: 0;
        margin: 0;
        transition: 0.5s;
    }
    #all_wrap .topAboutList > li .topAboutInfo {
        width: 100%;
        padding: 0;
        margin: 0;
        display: -webkit-flex;
        display: flex;
        justify-content: flex-start;
        align-content: center;
        align-items: center;
        flex-wrap: wrap;
        order: 2;
    }
    #all_wrap .topAboutList > li .topAboutInfo h3 {
        width: 100%;
        font-size: 20px;
        line-height: 1.4em;
        font-family: 'trajan-pro-3', 'Noto Serif JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
        font-weight: 400;
        -webkit-text-size-adjust: 100%;
        font-feature-settings: "palt" 1;
        color: #000;
        font-style: normal;
        padding: 0;
        margin: 0 auto 10px;
        text-align: center;
    }
    #all_wrap .topAboutList > li .topAboutInfo > p {
        font-size: 14px;
        line-height: 1.7em;
        color: #000;
        padding: 0;
        margin: 0;
    }
}


/************************************************************/
/*　トップページ　トレーニング環境
/************************************************************/
#topEnv {
    width: 100%;
    padding: 0;
    margin: 0 auto 100px;
}
#all_wrap #topEnv > h2 {
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0 auto 50px;
    font-size: 70px;
    line-height: 1;
    color: #FF839A;
    font-family: 'trajan-pro-3', sans-serif;
    font-weight: 400;
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt" 1;
    border: none;
}
#all_wrap #topEnv > h2 > span {
    display: block;
    width: 95%;
    padding: 20px;
    margin: 15px auto 0;
    text-align: center;
    font-size: 20px;
    line-height: 1;
    font-family: 'trajan-pro-3', 'Noto Serif JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt" 1;
    color: #fff;
    background: linear-gradient( to right, #FFCAD4 0, #FF839A 100% );
}

#all_wrap #topEnv > ul {
    width: 100%;
    max-width: 1000px;
    padding: 0;
    margin: 0 auto;
    list-style: none;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#all_wrap #topEnv > ul > li {
    width: 31%;
    padding: 0;
    margin: 0;
}
#all_wrap #topEnv > ul > li figure {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0 auto 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
#all_wrap #topEnv > ul > li figure:before {
    content: "";
    display: block;
    padding-top: 56.25%;
}
#all_wrap #topEnv > ul > li figure img {
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: 0.5s;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    padding: 0;
    margin: 0;
    transition: 0.5s;
}
#all_wrap #topEnv > ul > li h3 {
    text-align: center;
    padding: 0;
    margin: 0 auto 20px;
    font-size: 20px;
    line-height: 1.4em;
    font-family: 'trajan-pro-3', 'Noto Serif JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt" 1;
    color: #000;
}
#all_wrap #topEnv > ul > li > p {
    padding: 0;
    margin: 0;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    #topEnv {
        width: 100%;
        padding: 0;
        margin: 0 auto 50px;
    }
    #all_wrap #topEnv > h2 {
        width: 100%;
        text-align: center;
        padding: 0;
        margin: 0 auto 20px;
        font-size: 30px;
        line-height: 1;
        color: #FF839A;
        font-family: 'trajan-pro-3', sans-serif;
        font-weight: 400;
        -webkit-text-size-adjust: 100%;
        font-feature-settings: "palt" 1;
        border: none;
    }
    #all_wrap #topEnv > h2 > span {
        display: block;
        width: 90%;
        padding: 10px;
        margin: 10px auto 0;
        text-align: center;
        font-size: 14px;
        line-height: 1;
        font-family: 'trajan-pro-3', 'Noto Serif JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
        font-weight: 400;
        font-style: normal;
        -webkit-text-size-adjust: 100%;
        font-feature-settings: "palt" 1;
        color: #fff;
        background: linear-gradient( to right, #FFCAD4 0, #FF839A 100% );
    }

    #all_wrap #topEnv > ul {
        width: 90%;
        max-width: 90%;
        padding: 0;
        margin: 0 auto;
        list-style: none;
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    #all_wrap #topEnv > ul > li {
        width: 100%;
        padding: 0;
        margin: 0 auto 30px;
    }
    #all_wrap #topEnv > ul > li:last-child {
        margin: 0 auto;
    }
    #all_wrap #topEnv > ul > li figure {
        display: block;
        width: 100%;
        padding: 0;
        margin: 0 auto 10px;
        text-align: center;
        position: relative;
        overflow: hidden;
    }
    #all_wrap #topEnv > ul > li figure:before {
        content: "";
        display: block;
        padding-top: 56.25%;
    }
    #all_wrap #topEnv > ul > li figure img {
        width: 100%;
        height: auto;
        object-fit: cover;
        transition: 0.5s;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        padding: 0;
        margin: 0;
        transition: 0.5s;
    }
    #all_wrap #topEnv > ul > li h3 {
        text-align: center;
        padding: 0;
        margin: 0 auto 5px;
        font-size: 20px;
        line-height: 1.4em;
        font-family: 'trajan-pro-3', 'Noto Serif JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
        font-weight: 400;
        font-style: normal;
        -webkit-text-size-adjust: 100%;
        font-feature-settings: "palt" 1;
        color: #000;
    }
    #all_wrap #topEnv > ul > li > p {
        padding: 0;
        margin: 0;
    }
}

/************************************************************/
/*　トップページ　店舗紹介
/************************************************************/
#topStudio {
    width: 95%;
    padding: 50px;
    margin: 0 auto 100px;
    background: #000;
}
#all_wrap #topStudio > h2 {
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0 auto 50px;
    font-size: 70px;
    line-height: 1;
    color: #fff;
    font-family: 'trajan-pro-3', sans-serif;
    font-weight: 400;
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt" 1;
}
#all_wrap #topStudio > h2 > span {
    display: block;
    width: 95%;
    padding: 0;
    margin: 10px auto 0;
    text-align: center;
    font-size: 20px;
    line-height: 1;
    font-family: 'trajan-pro-3', 'Noto Serif JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt" 1;
    color: #fff;
}
#all_wrap #topStudio > ul {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    list-style: none;
}
#all_wrap #topStudio > ul > li:nth-child(odd) {
    width: 100%;
    padding: 0;
    margin: 0 auto 50px;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
#all_wrap #topStudio > ul > li:nth-child(even) {
    width: 100%;
    padding: 0;
    margin: 0 auto 50px;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}
#all_wrap #topStudio > ul > li:nth-child(odd) figure {
    display: block;
    width: 50%;
    height: 250px;
    padding: 0;
    margin: 0;
    text-align: center;
    position: relative;
    overflow: hidden;
    order: 0;
}
#all_wrap #topStudio > ul > li:nth-child(even) figure {
    display: block;
    width: 50%;
    height: 250px;
    padding: 0;
    margin: 0;
    text-align: center;
    position: relative;
    overflow: hidden;
    order: 1;
}
#all_wrap #topStudio > ul > li figure::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    background: rgba(0,0,0,0.2);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
#all_wrap #topStudio > ul > li figure iframe {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}
#all_wrap #topStudio > ul > li .topStudioInfo {
    width: 40%;
    padding: 0 50px;
    margin: 0;
}
#all_wrap #topStudio > ul > li .topStudioInfo > h3 {
    padding: 20px 0 10px;
    margin: 0 auto 20px;
    font-size: 20px;
    line-height: 1.4em;
    font-family: 'trajan-pro-3', 'Noto Serif JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt" 1;
    color: #fff;
    position: relative;
}
#all_wrap #topStudio > ul > li:nth-child(odd) .topStudioInfo > h3::before {
    content: '';
    display: block;
    width: 130%;
    height: 1px;
    padding: 0;
    margin: 0;
    background: #fff;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
}
#all_wrap #topStudio > ul > li:nth-child(even) .topStudioInfo > h3::before {
    content: '';
    display: block;
    width: 130%;
    height: 1px;
    padding: 0;
    margin: 0;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
}
#all_wrap #topStudio > ul > li .topStudioInfo > p {
    padding: 0;
    margin: 0;
    font-size: 14px;
    line-height: 1.4em;
    color: #fff;
}
#all_wrap #topStudio > ul > li:nth-child(odd) > span {
    display: inline-block;
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: -30px;
    left: -20px;
    z-index: 5;
    transform: rotate(-7deg);
    color: #fff;
}
#all_wrap #topStudio > ul > li:nth-child(even) > span {
    display: inline-block;
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: -30px;
    right: -20px;
    z-index: 5;
    transform: rotate(-7deg);
    color: #fff;
}
#all_wrap #topStudio > ul > li:nth-child(odd) > span img {
    width: 250px;
    height: auto;
    padding: 0;
    margin: 0;
}
#all_wrap #topStudio > ul > li:nth-child(even) > span img {
    width: 350px;
    height: auto;
    padding: 0;
    margin: 0;
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    #topStudio {
        width: 90%;
        padding: 20px;
        margin: 0 auto 50px;
        background: #000;
    }
    #all_wrap #topStudio > h2 {
        width: 100%;
        text-align: center;
        padding: 0;
        margin: 0 auto 20px;
        font-size: 30px;
        line-height: 1;
        color: #fff;
        font-family: 'trajan-pro-3', sans-serif;
        font-weight: 400;
        -webkit-text-size-adjust: 100%;
        font-feature-settings: "palt" 1;
    }
    #all_wrap #topStudio > h2 > span {
        display: block;
        width: 90%;
        padding: 0;
        margin: 10px auto 0;
        text-align: center;
        font-size: 14px;
        line-height: 1;
        font-family: 'trajan-pro-3', 'Noto Serif JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
        font-weight: 400;
        font-style: normal;
        -webkit-text-size-adjust: 100%;
        font-feature-settings: "palt" 1;
        color: #fff;
    }
    #all_wrap #topStudio > ul {
        width: 100%;
        padding: 0;
        margin: 0 auto;
        list-style: none;
    }
    #all_wrap #topStudio > ul > li:nth-child(odd) {
        width: 100%;
        padding: 0;
        margin: 0 auto 40px;
        display: -webkit-flex;
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    #all_wrap #topStudio > ul > li:nth-child(even) {
        width: 100%;
        padding: 0;
        margin: 0 auto;
        display: -webkit-flex;
        display: flex;
        justify-content: flex-end;
        flex-wrap: wrap;
    }
    #all_wrap #topStudio > ul > li:nth-child(odd) figure {
        display: block;
        width: 100%;
        height: 200px;
        padding: 0;
        margin: 0;
        text-align: center;
        position: relative;
        overflow: hidden;
        order: 0;
    }
    #all_wrap #topStudio > ul > li:nth-child(even) figure {
        display: block;
        width: 100%;
        height: 200px;
        padding: 0;
        margin: 0;
        text-align: center;
        position: relative;
        overflow: hidden;
        order: 1;
    }
    #all_wrap #topStudio > ul > li figure::before {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        padding: 0;
        margin: 0;
        background: rgba(0,0,0,0.2);
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
    }
    #all_wrap #topStudio > ul > li figure iframe {
        width: 100%;
        height: 100%;
        padding: 0;
        margin: 0;
    }
    #all_wrap #topStudio > ul > li .topStudioInfo {
        width: 100%;
        padding: 0;
        margin: 0;
        order: 1;
    }
    #all_wrap #topStudio > ul > li .topStudioInfo > h3 {
        padding: 10px 0 10px;
        margin: 0 auto 10px;
        font-size: 18px;
        line-height: 1.4em;
        font-family: 'trajan-pro-3', 'Noto Serif JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
        font-weight: 400;
        font-style: normal;
        -webkit-text-size-adjust: 100%;
        font-feature-settings: "palt" 1;
        color: #fff;
        border-bottom: 1px solid #fff;
        position: relative;
    }
    #all_wrap #topStudio > ul > li:nth-child(odd) .topStudioInfo > h3::before {
        display: none;
    }
    #all_wrap #topStudio > ul > li:nth-child(even) .topStudioInfo > h3::before {
        display: none;
    }
    #all_wrap #topStudio > ul > li .topStudioInfo > p {
        padding: 0;
        margin: 0;
        font-size: 14px;
        line-height: 1.4em;
        color: #fff;
    }
    #all_wrap #topStudio > ul > li:nth-child(odd) > span {
        display: inline-block;
        padding: 0;
        margin: 0;
        position: absolute;
        bottom: -10px;
        left: auto;
        right: -10px;
        z-index: 5;
        transform: rotate(-7deg);
        color: #fff;
        opacity: 0.2;
        text-align: right;
    }
    #all_wrap #topStudio > ul > li:nth-child(even) > span {
        display: inline-block;
        padding: 0;
        margin: 0;
        position: absolute;
        bottom: -10px;
        left: auto;
        right: -10px;
        z-index: 5;
        transform: rotate(-7deg);
        color: #fff;
        opacity: 0.2;
        text-align: right;
    }
    #all_wrap #topStudio > ul > li:nth-child(odd) > span img {
        width: 70%;
        height: auto;
        padding: 0;
        margin: 0;
    }
    #all_wrap #topStudio > ul > li:nth-child(even) > span img {
        width: 70%;
        height: auto;
        padding: 0;
        margin: 0;
    }
}

/************************************************************/
/*　トップページ　プラン・料金
/************************************************************/
#topPlan {
    width: 95%;
    padding: 0;
    margin: 0 auto 100px;
    background: #FFF5F7;
    position: relative;
    z-index: 0;
}
#topPlan::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    background: url('https://shortterm.alesco.fit/img/flowerBg.jpg') no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.25;
    z-index: -1;
}
#all_wrap #topPlan > h2 {
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0 auto;
    font-size: 70px;
    line-height: 1;
    color: #FF849B;
    font-family: 'trajan-pro-3', sans-serif;
    font-weight: 400;
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt" 1;
    -ms-transform: translateY(-40px);
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
}
#all_wrap #topPlan > h2 > span {
    display: block;
    width: 95%;
    padding: 0;
    margin: 10px auto 0;
    text-align: center;
    font-size: 20px;
    line-height: 1;
    font-family: 'trajan-pro-3', 'Noto Serif JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt" 1;
    color: #000;
}
#all_wrap #topPlan > strong {
    display: block;
    text-align: center;
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt" 1;
    color: #000;
    font-style: normal;
    padding: 0;
    margin: 0 auto 50px;
}
#all_wrap #topPlan > strong > b {
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt" 1;
    color: #000;
    font-style: normal;
    text-decoration: underline;
}

#all_wrap #topPlan > ul {
    width: 100%;
    max-width: 1000px;
    padding: 0;
    margin: 0 auto;
    list-style: none;
}
#all_wrap #topPlan > ul > li:nth-child(odd) {
    width: 100%;
    padding: 0;
    margin: 0 auto 30px;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}
#all_wrap #topPlan > ul > li:nth-child(even) {
    width: 100%;
    padding: 0;
    margin: 0 auto 30px;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}
#all_wrap #topPlan > ul > li:nth-child(odd)::before {
    content: '';
    display: block;
    width: 48%;
    height: 100%;
    padding: 0;
    margin: 0;
    background: #FFCED7;
    position: absolute;
    bottom: -20px;
    right: -20px;
    z-index: -1;
}
#all_wrap #topPlan > ul > li figure {
    display: block;
    width: 48%;
    padding: 0;
    margin: 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}
#all_wrap #topPlan > ul > li figure:before {
    content: "";
    display: block;
    padding-top: 56.25%;
}
#all_wrap #topPlan > ul > li figure img {
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: 0.5s;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    padding: 0;
    margin: 0;
    transition: 0.5s;
}
#all_wrap #topPlan > ul > li .topPlanInfo {
    width: 48%;
    padding: 0;
    margin: 0;
}
#all_wrap #topPlan > ul > li:nth-child(even) .topPlanInfo {
    order: 1;
}
#all_wrap #topPlan > ul > li .topPlanInfo h3 {
    padding: 0;
    margin: 0 auto 20px;
    font-size: 20px;
    line-height: 1.4em;
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt" 1;
    color: #000;
    position: relative;
}
#all_wrap #topPlan > ul > li .planPrice {
    display: block;
    padding: 0;
    margin: 0 auto 20px;
    font-size: 20px;
    line-height: 1.4em;
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    font-weight: 600;
    font-style: normal;
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt" 1;
    color: #000;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
}
#all_wrap #topPlan > ul > li .planPrice::before {
    content: '月額';
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 5px 10px;
    margin: 0 10px 0 0;
    background: #000;
    color: #fff;
    font-size: 12px;
    line-height: 1;
}
#all_wrap #topPlan > ul > li .topPlanInfo > p {
    padding: 0;
    margin: 0;
}
#all_wrap .topPlanBtn {
    text-align: center;
    width: 100%;
}
#all_wrap .topPlanBtn a {
    display: inline-block;
    padding: 20px 40px;
    margin: 0 auto;
    background: #FF849B;
    color: #fff;
    text-align: center;
    font-size: 15px;
    line-height: 1;
    -ms-transform: translateY(20px);
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    #topPlan {
        width: 90%;
        padding: 0;
        margin: 0 auto 100px;
        background: #FFF5F7;
        position: relative;
        z-index: 0;
    }
    #topPlan::before {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        padding: 0;
        margin: 0;
        background: url('https://shortterm.alesco.fit/img/flowerBg.jpg') repeat-y;
        background-size: 100%;
        background-position: center;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0.25;
        z-index: -1;
    }
    #all_wrap #topPlan > h2 {
        width: 100%;
        text-align: center;
        padding: 0;
        margin: 0 auto;
        font-size: 30px;
        line-height: 1;
        color: #FF849B;
        font-family: 'trajan-pro-3', sans-serif;
        font-weight: 400;
        -webkit-text-size-adjust: 100%;
        font-feature-settings: "palt" 1;
        -ms-transform: translateY(-10px);
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    #all_wrap #topPlan > h2 > span {
        display: block;
        width: 90%;
        padding: 0;
        margin: 10px auto 0;
        text-align: center;
        font-size: 14px;
        line-height: 1;
        font-family: 'trajan-pro-3', 'Noto Serif JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
        font-weight: 400;
        font-style: normal;
        -webkit-text-size-adjust: 100%;
        font-feature-settings: "palt" 1;
        color: #000;
    }
    #all_wrap #topPlan > strong {
        width: 90%;
        display: block;
        text-align: center;
        font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
        font-weight: 400;
        font-style: normal;
        -webkit-text-size-adjust: 100%;
        font-feature-settings: "palt" 1;
        color: #000;
        font-style: normal;
        padding: 0;
        margin: 0 auto 20px;
        font-size: 14px;
        line-height: 1.4em;
    }
    #all_wrap #topPlan > strong > b {
        font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
        font-weight: 400;
        font-style: normal;
        -webkit-text-size-adjust: 100%;
        font-feature-settings: "palt" 1;
        color: #000;
        font-style: normal;
        text-decoration: underline;
    }

    #all_wrap #topPlan > ul {
        width: 90%;
        max-width: 90%;
        padding: 0;
        margin: 0 auto;
        list-style: none;
    }
    #all_wrap #topPlan > ul > li:nth-child(odd) {
        width: 100%;
        padding: 0;
        margin: 0 auto 30px;
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        position: relative;
    }
    #all_wrap #topPlan > ul > li:nth-child(even) {
        width: 100%;
        padding: 0;
        margin: 0 auto 30px;
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        position: relative;
    }
    #all_wrap #topPlan > ul > li:last-child {
        margin-bottom: 0;
    }
    #all_wrap #topPlan > ul > li:nth-child(odd)::before {
        display: none;
    }
    #all_wrap #topPlan > ul > li figure {
        display: block;
        width: 100%;
        padding: 0;
        margin: 0 auto 10px;
        text-align: center;
        position: relative;
        overflow: hidden;
    }
    #all_wrap #topPlan > ul > li figure:before {
        content: "";
        display: block;
        padding-top: 56.25%;
    }
    #all_wrap #topPlan > ul > li figure img {
        width: 100%;
        height: auto;
        object-fit: cover;
        transition: 0.5s;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        padding: 0;
        margin: 0;
        transition: 0.5s;
    }
    #all_wrap #topPlan > ul > li .topPlanInfo {
        width: 100%;
        padding: 0;
        margin: 0;
        order: 2;
    }
    #all_wrap #topPlan > ul > li:nth-child(even) .topPlanInfo {
        order: 2;
    }
    #all_wrap #topPlan > ul > li .topPlanInfo h3 {
        padding: 0;
        margin: 0 auto 10px;
        font-size: 18px;
        line-height: 1.4em;
        font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
        font-weight: 600;
        font-style: normal;
        -webkit-text-size-adjust: 100%;
        font-feature-settings: "palt" 1;
        color: #000;
        position: relative;
    }
    #all_wrap #topPlan > ul > li .planPrice {
        display: block;
        padding: 0;
        margin: 0 auto 10px;
        font-size: 15px;
        line-height: 1.4em;
        font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
        font-weight: 600;
        font-style: normal;
        -webkit-text-size-adjust: 100%;
        font-feature-settings: "palt" 1;
        color: #000;
        display: -webkit-flex;
        display: flex;
        justify-content: flex-start;
        flex-wrap: nowrap;
    }
    #all_wrap #topPlan > ul > li .planPrice::before {
        content: '月額';
        display: -webkit-flex;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        padding: 5px 10px;
        margin: 0 10px 0 0;
        background: #000;
        color: #fff;
        font-size: 10px;
        line-height: 1;
    }
    #all_wrap #topPlan > ul > li .topPlanInfo > p {
        padding: 0;
        margin: 0;
    }
    #all_wrap .topPlanBtn {
        text-align: center;
        width: 100%;
    }
    #all_wrap .topPlanBtn a {
        display: inline-block;
        padding: 10px 20px;
        margin: 0 auto;
        background: #FF849B;
        color: #fff;
        text-align: center;
        font-size: 14px;
        line-height: 1;
        -ms-transform: translateY(20px);
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
}


/************************************************************/
/*　トップページ　体験トレーニング
/************************************************************/
#topExp {
    width: 90%;
    padding: 0;
    margin: 0 auto 100px;
    position: relative;
}
#topExp::before {
    content: '';
    display: block;
    width: 1px;
    height: 50px;
    padding: 0;
    margin: 0;
    background: #000;
    position: absolute;
    top: 75%;
    left: 50%;
    z-index: 5;
}
#topExp > h2 {
    text-align: center;
    padding: 0;
    margin: 0 auto 20px;
    font-size: 30px;
    line-height: 1;
    font-family: 'trajan-pro-3', 'Noto Serif JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt" 1;
    color: #FF839A;
}
#topExp > strong {
    display: block;
    text-align: center;
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.4em;
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt" 1;
    color: #000;
    font-style: normal;
    padding: 0;
    margin: 0 auto 50px;
}

#topExp .topExpInfo {
    width: 100%;
    padding: 40px 0;
    margin: 0 auto 40px;
    position: relative;
    overflow: hidden;
}
#topExp .topExpInfo::before {
    content: '';
    display: block;
    width: 50%;
    height: 60%;
    padding: 0;
    margin: 0;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    z-index: -1;
}
#topExp .topExpInfo .topExpTxt {
    width: 100%;
    max-width: 900px;
    padding: 0;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
#topExp .topExpInfo figure {
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: 0.5s;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    padding: 0;
    margin: 0;
    transition: 0.5s;
    z-index: -2;
}
#topExp .topExpInfo figure img {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
}
#topExp .topExpInfo .topExpTxt> h3 {
    width: 48%;
    padding: 20px;
    margin: 0 auto 0 0;
    font-size: 25px;
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    font-weight: 600;
    font-style: normal;
    line-height: 1.4em;
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt" 1;
    color: #000;
    font-style: normal;
}
#topExp .topExpInfo .topExpTxt> h3 b {
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    font-weight: 600;
    font-style: normal;
    line-height: 1.4em;
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt" 1;
    font-style: normal;
    color: #FF849B;
}
#topExp .topExpInfo .topExpTxt > span {
    width: 180px;
    height: 180px;
    padding: 0;
    margin: 0;
    margin-left: 20px;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    background: #000;
    border-radius: 50%;
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    line-height: 1.2em;
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt" 1;
    color: #fff;
    text-align: center;
}
#topExp .topExpInfo .topExpTxt > span b {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0 auto;
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    line-height: 1.4em;
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt" 1;
    color: #fff;
    text-align: center;
}
#topExp .topExpInfo .topExpTxt > span b.big {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0 auto;
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 30px;
    line-height: 1.4em;
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt" 1;
    color: #fff;
    text-align: center;
}
#topExp .topExpInfo .topExpTxt > span em {
    display: inline-block;
    padding: 0;
    margin: 15px 0 0;
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    line-height: 1.4em;
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt" 1;
    color: #fff;
    text-align: center;
}

#all_wrap .topExpBtn {
    text-align: center;
    width: 100%;
}
#all_wrap .topExpBtn a {
    display: inline-block;
    padding: 20px 40px;
    margin: 0 auto;
    background: #FF849B;
    color: #fff;
    text-align: center;
    font-size: 15px;
    line-height: 1;
    -ms-transform: translateY(20px);
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    #topExp {
        width: 90%;
        padding: 0;
        margin: 0 auto 50px;
        position: relative;
    }
    #topExp::before {
        display: none;
    }
    #topExp > h2 {
        text-align: center;
        padding: 0;
        margin: 0 auto 10px;
        font-size: 20px;
        line-height: 1;
        font-family: 'trajan-pro-3', 'Noto Serif JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
        font-weight: 400;
        font-style: normal;
        -webkit-text-size-adjust: 100%;
        font-feature-settings: "palt" 1;
        color: #FF839A;
    }
    #topExp > strong {
        display: block;
        text-align: center;
        font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
        font-weight: 400;
        font-style: normal;
        line-height: 1.4em;
        -webkit-text-size-adjust: 100%;
        font-feature-settings: "palt" 1;
        font-size: 14px;
        color: #000;
        font-style: normal;
        padding: 0;
        margin: 0 auto 20px;
    }

    #topExp .topExpInfo {
        width: 100%;
        padding: 0;
        margin: 0 auto;
        position: relative;
        overflow: hidden;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
    }
    #topExp .topExpInfo::before {
        display: none;
    }
    #topExp .topExpInfo .topExpTxt {
        width: 100%;
        max-width: 100%;
        padding: 0;
        margin: 0 auto;
        display: -webkit-flex;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        order: 2;
    }
    #topExp .topExpInfo figure {
        display: block;
        width: 100%;
        padding: 0;
        margin: 0 auto 10px;
        text-align: center;
        position: relative;
        overflow: hidden;
        top: auto;
        left: auto;
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        order: 1;
    }
    #topExp .topExpInfo figure:before {
        content: "";
        display: block;
        padding-top: 30%;
    }
    #topExp .topExpInfo figure img {
        width: 100%;
        height: auto;
        object-fit: cover;
        transition: 0.5s;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        padding: 0;
        margin: 0;
        transition: 0.5s;
    }
    #topExp .topExpInfo .topExpTxt> h3 {
        width: 100%;
        padding: 0;
        margin: 0 auto 20px;
        font-size: 20px;
        font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
        font-weight: 600;
        font-style: normal;
        line-height: 1.4em;
        -webkit-text-size-adjust: 100%;
        font-feature-settings: "palt" 1;
        color: #000;
        font-style: normal;
        text-align: center;
    }
    #topExp .topExpInfo .topExpTxt> h3 b {
        font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
        font-weight: 600;
        font-style: normal;
        line-height: 1.4em;
        -webkit-text-size-adjust: 100%;
        font-feature-settings: "palt" 1;
        font-style: normal;
        color: #FF849B;
    }
    #topExp .topExpInfo .topExpTxt > span {
        width: 120px;
        height: 120px;
        padding: 0;
        margin: 0 10px;
        display: -webkit-flex;
        display: flex;
        justify-content: center;
        align-content: center;
        align-items: center;
        flex-wrap: wrap;
        background: #000;
        border-radius: 50%;
        font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 15px;
        line-height: 1.2em;
        -webkit-text-size-adjust: 100%;
        font-feature-settings: "palt" 1;
        color: #fff;
        text-align: center;
    }
    #topExp .topExpInfo .topExpTxt > span b {
        display: block;
        width: 100%;
        padding: 0;
        margin: 0 auto;
        font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 15px;
        line-height: 1.4em;
        -webkit-text-size-adjust: 100%;
        font-feature-settings: "palt" 1;
        color: #fff;
        text-align: center;
    }
    #topExp .topExpInfo .topExpTxt > span b.big {
        display: block;
        width: 100%;
        padding: 0;
        margin: 0 auto;
        font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 30px;
        line-height: 1.4em;
        -webkit-text-size-adjust: 100%;
        font-feature-settings: "palt" 1;
        color: #fff;
        text-align: center;
    }
    #topExp .topExpInfo .topExpTxt > span em {
        display: inline-block;
        padding: 0;
        margin: 0;
        font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 15px;
        line-height: 1.4em;
        -webkit-text-size-adjust: 100%;
        font-feature-settings: "palt" 1;
        color: #fff;
        text-align: center;
    }

    #all_wrap .topExpBtn {
        text-align: center;
        width: 100%;
    }
    #all_wrap .topExpBtn a {
        display: block;
        padding: 10px 20px;
        margin: 0 auto;
        background: #FF849B;
        color: #fff;
        text-align: center;
        font-size: 14px;
        line-height: 1;
        -ms-transform: translateY(20px);
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
}


/************************************************************/
/*　トップページ　ブログ＆ニュース
/************************************************************/
#topBlog {
    width: 95%;
    padding: 100px 0;
    margin: 0 auto;
    position: relative;
}
#topBlog::before {
    content: '';
    display: block;
    width: 50%;
    height: 100%;
    padding: 0;
    margin: 0;
    background: #FFCED7;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}
#topBlog > h2 {
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0 auto 40px;
    font-size: 70px;
    line-height: 1;
    color: #000;
    font-family: 'trajan-pro-3', sans-serif;
    font-weight: 400;
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt" 1;
}
#all_wrap .blogList {
    width: 100%;
    padding: 0;
    margin: 0 auto 50px;
    list-style: none;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
}
#all_wrap .blogList > li {
    width: 18%;
    padding: 0;
    margin: 0 1%;
    position: relative;
}
#all_wrap #blogPage .blogList > li {
    width: 30%;
    padding: 0;
    margin: 0 1%;
    position: relative;
}
#all_wrap .blogList > li > .catList {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}
#all_wrap .blogList > li > .catList .itemCat {
    display: inline-block;
    padding: 0;
    margin: 0 1px 1px 0;
}
#all_wrap .blogList > li > .catList .itemCat a {
    display: block;
    padding: 3px 5px;
    font-size: 8px;
    line-height: 1;
    background: #000;
    color: #fff;
    text-align: center;
}
#all_wrap .blogList > li figure {
    width: 100%;
    padding: 0;
    margin: 0 auto 10px;
}
#all_wrap .blogList > li figure a {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: center;
    position: relative;
    overflow: hidden;
    background: #fff;
}
#all_wrap .blogList > li figure a:before {
    content: "";
    display: block;
    padding-top: 56.25%;
}
#all_wrap .blogList > li figure a img {
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: 0.5s;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    padding: 0;
    margin: 0;
    transition: 0.5s;
}
#all_wrap .blogList > li h3 {
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 1.4em;
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt" 1;
    color: #000;
    text-align: left;
    padding: 0;
    margin: 0 auto 10px;
}
#all_wrap .blogList > li > p {
    padding: 0;
    margin: 0;
    font-size: 12px;
    line-height: 1.4em;
}
#all_wrap .topBlogBtn {
    text-align: center;
    width: 100%;
}
#all_wrap .topBlogBtn a {
    display: inline-block;
    padding: 20px 40px;
    margin: 0 auto;
    background: #FF849B;
    color: #fff;
    text-align: center;
    font-size: 15px;
    line-height: 1;
    -ms-transform: translateY(20px);
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    #topBlog {
        width: 90%;
        padding: 50px 0;
        margin: 0 auto;
        position: relative;
    }
    #topBlog::before {
        content: '';
        display: block;
        width: 50%;
        height: 100%;
        padding: 0;
        margin: 0;
        background: #FFCED7;
        position: absolute;
        top: 0;
        right: 0;
        z-index: -1;
    }
    #topBlog > h2 {
        width: 100%;
        text-align: center;
        padding: 0;
        margin: 0 auto 20px;
        font-size: 30px;
        line-height: 1;
        color: #000;
        font-family: 'trajan-pro-3', sans-serif;
        font-weight: 400;
        -webkit-text-size-adjust: 100%;
        font-feature-settings: "palt" 1;
    }
    #all_wrap .blogList {
        width: 90%;
        padding: 0;
        margin: 0 auto;
        list-style: none;
        display: -webkit-flex;
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    #all_wrap .blogList > li {
        width: 100%;
        padding: 0;
        margin: 0 auto 30px;
        position: relative;
    }
    #all_wrap #blogPage .blogList > li {
        width: 100%;
        padding: 0;
        margin: 0 auto 30px;
        position: relative;
    }
    #all_wrap .blogList > li > .catList {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10;
    }
    #all_wrap .blogList > li > .catList .itemCat {
        display: inline-block;
        padding: 0;
        margin: 0 1px 1px 0;
    }
    #all_wrap .blogList > li > .catList .itemCat a {
        display: block;
        padding: 3px 5px;
        font-size: 8px;
        line-height: 1;
        background: #000;
        color: #fff;
        text-align: center;
    }
    #all_wrap .blogList > li figure {
        width: 100%;
        padding: 0;
        margin: 0 auto 10px;
    }
    #all_wrap .blogList > li figure a {
        display: block;
        width: 100%;
        padding: 0;
        margin: 0;
        text-align: center;
        position: relative;
        overflow: hidden;
        background: #fff;
    }
    #all_wrap .blogList > li figure a:before {
        content: "";
        display: block;
        padding-top: 56.25%;
    }
    #all_wrap .blogList > li figure a img {
        width: 100%;
        height: auto;
        object-fit: cover;
        transition: 0.5s;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        padding: 0;
        margin: 0;
        transition: 0.5s;
    }
    #all_wrap .blogList > li h3 {
        font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 16px;
        line-height: 1.4em;
        -webkit-text-size-adjust: 100%;
        font-feature-settings: "palt" 1;
        color: #000;
        text-align: left;
        padding: 0;
        margin: 0 auto 10px;
    }
    #all_wrap .blogList > li > p {
        padding: 0;
        margin: 0;
        font-size: 12px;
        line-height: 1.4em;
    }
    #all_wrap .topBlogBtn {
        text-align: center;
        width: 100%;
    }
    #all_wrap .topBlogBtn a {
        width: 90%;
        display: block;
        padding: 10px 20px;
        margin: 0 auto;
        background: #FF849B;
        color: #fff;
        text-align: center;
        font-size: 14px;
        line-height: 1;
        -ms-transform: translateY(20px);
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
}


/************************************************************/
/*　ショートタームの特徴
/************************************************************/
#pageFeatures {
    width: 100%;
    padding: 0;
    margin: 0 auto 100px;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    #pageFeatures {
        width: 100%;
        padding: 0;
        margin: 0 auto 50px;
    }
}

/*ショートタームオーナーから皆様へのメッセージ*/
#all_wrap .featureMessage {
    padding: 0;
    margin: 0 auto 150px;
}
#all_wrap .featureMessage > h2 {
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0 auto 50px;
    font-size: 70px;
    line-height: 1;
    color: #FF839A;
    font-family: 'trajan-pro-3', sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt" 1;
    border: none;
}
#all_wrap .featureMessage > h2 > span {
    display: block;
    width: 100%;
    padding: 20px;
    margin: 15px auto 0;
    text-align: center;
    font-size: 20px;
    line-height: 1;
    font-family: 'trajan-pro-3', 'Noto Serif JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt" 1;
    color: #fff;
    background: linear-gradient( to right, #FFCAD4 0, #FF839A 100% );
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    /*ショートタームオーナーから皆様へのメッセージ*/
    #all_wrap .featureMessage {
        width: 90%;
        padding: 0;
        margin: 0 auto 100px;
    }
    #all_wrap .featureMessage > h2 {
        width: 100%;
        text-align: center;
        padding: 0;
        margin: 0 auto 20px;
        font-size: 30px;
        line-height: 1;
        color: #FF839A;
        font-family: 'trajan-pro-3', sans-serif;
        font-weight: 400;
        font-style: normal;
        -webkit-text-size-adjust: 100%;
        font-feature-settings: "palt" 1;
        border: none;
    }
    #all_wrap .featureMessage > h2 > span {
        display: block;
        width: 100%;
        padding: 10px;
        margin: 5px auto 0;
        text-align: center;
        font-size: 14px;
        line-height: 1;
        font-family: 'trajan-pro-3', 'Noto Serif JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
        font-weight: 400;
        font-style: normal;
        -webkit-text-size-adjust: 100%;
        font-feature-settings: "palt" 1;
        letter-spacing: normal;
        color: #fff;
        background: linear-gradient( to right, #FFCAD4 0, #FF839A 100% );
    }
}

/*女性らしい美しいカラダづくり*/
#pageFeatures .featureMessageBox {
    width: 100%;
    max-width: 1000px;
    padding: 0;
    margin: 0 auto 100px;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#pageFeatures .featureMessageBox > .featureMessageInfo {
    width: 50%;
    padding: 0;
    margin: 0;
    background: url('https://shortterm.alesco.fit/img/messageBg.png') no-repeat;
    background-size: 70px;
    background-position: top right 80px;
}
#pageFeatures .featureMessageBox > figure {
    display: block;
    width: 45%;
    padding: 0;
    margin: 0;
    text-align: center;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
}
#pageFeatures .featureMessageBox > figure:before {
    content: "";
    display: block;
    padding: 50%;
}
#pageFeatures .featureMessageBox > figure img {
    width: auto;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    padding: 0;
    margin: 0;
    transition: 0.5s;
}
#pageFeatures .featureMessageBox > .featureMessageInfo > h3 {
    width: 100%;
    font-size: 30px;
    line-height: 1.4em;
    font-family: 'trajan-pro-3', 'Noto Serif JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    font-weight: 400;
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt" 1;
    color: #000;
    font-style: normal;
    padding: 20px 0 0;
    margin: 0 auto 20px;
}
#pageFeatures .featureMessageBox > .featureMessageInfo > p {
    font-size: 15px;
    line-height: 2;
    padding: 0;
    margin: 0 auto 20px;
}
.ownerName {
    font-family: 'trajan-pro-3', 'Noto Serif JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    font-weight: 400;
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt" 1;
    color: #000;
    font-style: normal;
}
.ownerName > span {
    display: inline-block;
    padding: 0;
    margin: 0 0 0 20px;
    font-size: 20px;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    /*女性らしい美しいカラダづくり*/
    #pageFeatures .featureMessageBox {
        width: 100%;
        max-width: 100%;
        padding: 0;
        margin: 0 auto 20px;
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    #pageFeatures .featureMessageBox > .featureMessageInfo {
        width: 100%;
        padding: 0;
        margin: 0 auto 20px;
        background: url('https://shortterm.alesco.fit/img/messageBg.png') no-repeat;
        background-size: 30px;
        background-position: top right;
        text-align: left;
    }
    #pageFeatures .featureMessageBox > figure {
        display: block;
        width: 100%;
        padding: 0;
        margin: 0 auto;
        text-align: center;
        position: relative;
        overflow: hidden;
        border-radius: 50%;
    }
    #pageFeatures .featureMessageBox > figure:before {
        content: "";
        display: block;
        padding: 50%;
    }
    #pageFeatures .featureMessageBox > figure img {
        width: auto;
        height: 100%;
        object-fit: cover;
        transition: 0.5s;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        padding: 0;
        margin: 0;
        transition: 0.5s;
    }
    #pageFeatures .featureMessageBox > .featureMessageInfo > h3 {
        width: 100%;
        font-size: 20px;
        line-height: 1.4em;
        font-family: 'trajan-pro-3', 'Noto Serif JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
        font-weight: 400;
        -webkit-text-size-adjust: 100%;
        font-feature-settings: "palt" 1;
        color: #000;
        font-style: normal;
        padding: 0;
        margin: 0 auto 10px;
        text-align: center;
    }
    #pageFeatures .featureMessageBox > .featureMessageInfo > p {
        font-size: 14px;
        line-height: 1.7em;
        padding: 0;
        margin: 0 auto 10px;
    }
    #all_wrap .content .ownerName {
        font-family: 'trajan-pro-3', 'Noto Serif JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
        font-weight: 400;
        -webkit-text-size-adjust: 100%;
        font-feature-settings: "palt" 1;
        color: #000;
        font-style: normal;
        margin: 0 auto;
        text-align: right;
    }
    .ownerName > span {
        display: inline-block;
        padding: 0;
        margin: 0 0 0 20px;
        font-size: 20px;
    }
}

/*ショートタームは、こんな方にオススメです*/
#pageFeatures .featureRecom > h3 {
    width: 100%;
    font-size: 30px;
    line-height: 1.4em;
    font-family: 'trajan-pro-3', 'Noto Serif JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    font-weight: 400;
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt" 1;
    color: #000;
    font-style: normal;
    padding: 0;
    margin: 0 auto 50px;
    text-align: center;
}
#pageFeatures .featureRecom > .featureRecomList {
    width: 100%;
    max-width: 1000px;
    padding: 0;
    margin: 0 auto 50px;
    list-style: none;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#pageFeatures .featureRecom > .featureRecomList::after {
    content: '';
    display: block;
    width: 31%;
}
#pageFeatures .featureRecom > .featureRecomList > li {
    width: 31%;
    padding: 0;
    margin: 0 0 30px;
    position: relative;
}
#pageFeatures .featureRecom > .featureRecomList > li span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 100%;
    padding: 0;
    margin: 0;
    z-index: 2;
    text-align: center;
    font-size: 20px;
    line-height: 1.4em;
    font-family: 'trajan-pro-3', 'Noto Serif JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt" 1;
    color: #000;
}
#pageFeatures .featureRecom > .featureRecomList > li > b {
    display: block;
    font-size: 70px;
    line-height: 1;
    font-family: 'trajan-pro-3', 'Noto Serif JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt" 1;
    color: #FF839A;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 5;
}
#pageFeatures .featureRecom > .featureRecomList > li span strong {
    font-size: 30px;
}
#pageFeatures .featureRecom > .featureRecomList > li:nth-child(odd):before {
    content: "";
    display: block;
    padding: 50%;
    background: #FFF4F6;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
#pageFeatures .featureRecom > .featureRecomList > li:nth-child(even):before {
    content: "";
    display: block;
    padding: 50%;
    background: #FFE5EA;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
#pageFeatures .featureRecom > .featureRecomList > li::after {
    content: '';
    display: block;
    padding: 50%;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    /*ショートタームは、こんな方にオススメです*/
    #pageFeatures .featureRecom > h3 {
        width: 100%;
        font-size: 20px;
        line-height: 1.4em;
        font-family: 'trajan-pro-3', 'Noto Serif JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
        font-weight: 400;
        -webkit-text-size-adjust: 100%;
        font-feature-settings: "palt" 1;
        color: #000;
        font-style: normal;
        padding: 0;
        margin: 0 auto 20px;
        text-align: center;
    }
    #pageFeatures .featureRecom > .featureRecomList {
        width: 100%;
        max-width: 100%;
        padding: 0;
        margin: 0 auto;
        list-style: none;
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    #pageFeatures .featureRecom > .featureRecomList::after {
        content: '';
        display: block;
        width: 48%;
    }
    #pageFeatures .featureRecom > .featureRecomList > li {
        width: 48%;
        padding: 0;
        margin: 0 0 20px;
        position: relative;
    }
    #pageFeatures .featureRecom > .featureRecomList > li span {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        width: 100%;
        padding: 0;
        margin: 0;
        z-index: 2;
        text-align: center;
        font-size: 12px;
        line-height: 1.4em;
        font-family: 'trajan-pro-3', 'Noto Serif JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
        font-weight: 400;
        font-style: normal;
        -webkit-text-size-adjust: 100%;
        font-feature-settings: "palt" 1;
        color: #000;
    }
    #pageFeatures .featureRecom > .featureRecomList > li > b {
        display: block;
        font-size: 30px;
        line-height: 1;
        font-family: 'trajan-pro-3', 'Noto Serif JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
        font-weight: 400;
        font-style: normal;
        -webkit-text-size-adjust: 100%;
        font-feature-settings: "palt" 1;
        color: #FF839A;
        position: absolute;
        top: 10px;
        left: 10px;
        z-index: 5;
    }
    #pageFeatures .featureRecom > .featureRecomList > li span strong {
        font-size: 16px;
    }
    #pageFeatures .featureRecom > .featureRecomList > li:nth-child(odd):before {
        content: "";
        display: block;
        padding: 50%;
        background: #FFF4F6;
        border-radius: 50%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
    }
    #pageFeatures .featureRecom > .featureRecomList > li:nth-child(even):before {
        content: "";
        display: block;
        padding: 50%;
        background: #FFE5EA;
        border-radius: 50%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
    }
    #pageFeatures .featureRecom > .featureRecomList > li::after {
        content: '';
        display: block;
        padding: 50%;
    }
}

/*こんな方にはオススメできません…*/
#pageFeatures .featureRecomNot {
    width: 100%;
    max-width: 1000px;
    padding: 0;
    margin: 0 auto;
    list-style: none;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
#pageFeatures .featureRecomNot > li {
    width: auto;
    padding: 0;
    margin: 0 20px;
    font-size: 20px;
    line-height: 1.4em;
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt" 1;
    color: #000;
}
#pageFeatures .featureRecomNot > li::before {
    display: none;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    /*こんな方にはオススメできません…*/
    #pageFeatures .featureRecomNot {
        width: 100%;
        max-width: 100%;
        padding: 0;
        margin: 0 auto;
        list-style: none;
        display: -webkit-flex;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    #pageFeatures .featureRecomNot > li {
        width: auto;
        padding: 0;
        margin: 0 auto 10px;
        font-size: 14px;
        line-height: 1.4em;
        font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
        font-weight: 600;
        font-style: normal;
        -webkit-text-size-adjust: 100%;
        font-feature-settings: "palt" 1;
        color: #000;
    }
    #pageFeatures .featureRecomNot > li::before {
        display: none;
    }
}

/*ショートタームの特徴をご紹介*/
.featureAbout {
    width: 100%;
    padding: 0 0 100px;
    margin: 0 auto 100px;
    position: relative;
}
.featureAbout::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    background: url('https://shortterm.alesco.fit/img/flowerBg.jpg') repeat-y;
    background-size: 100%;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.25;
}
/*美尻に特化したトレーニング*/
#all_wrap .featureAbout > h2 {
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0 auto 50px;
    font-size: 70px;
    line-height: 1;
    color: #FF839A;
    font-family: 'trajan-pro-3', sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt" 1;
    transform: translate(0, -40px);
    -webkit-transform: translate(0, -40px);
    -ms-transform: translate(0, -40px);
    border: none;
}
#all_wrap .featureAbout > h2 > span {
    display: block;
    width: 100%;
    padding: 20px;
    margin: 15px auto 0;
    text-align: center;
    font-size: 20px;
    line-height: 1;
    font-family: 'trajan-pro-3', 'Noto Serif JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt" 1;
    color: #fff;
    background: linear-gradient( to right, #FFCAD4 0, #FF839A 100% );
}
#all_wrap .featureAbout > strong {
    display: block;
    width: 100%;
    font-size: 30px;
    line-height: 1.4em;
    font-family: 'trajan-pro-3', 'Noto Serif JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    font-weight: 400;
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt" 1;
    color: #000;
    font-style: normal;
    text-align: center;
    padding: 0;
    margin: 0 auto 20px;
}
#all_wrap .featureAbout > strong > span {
    font-size: 1.2em;
    color: #FF859C;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    /*ショートタームの特徴をご紹介*/
    .featureAbout {
        width: 100%;
        padding: 0 0 20px;
        margin: 0 auto 50px;
        position: relative;
    }
    .featureAbout::before {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        padding: 0;
        margin: 0;
        background: url('https://shortterm.alesco.fit/img/flowerBg.jpg') repeat-y;
        background-size: 100%;
        background-position: center;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        opacity: 0.25;
    }
    /*美尻に特化したトレーニング*/
    #all_wrap .featureAbout > h2 {
        width: 100%;
        text-align: center;
        padding: 0;
        margin: 0 auto 20px;
        font-size: 30px;
        line-height: 1;
        color: #FF839A;
        font-family: 'trajan-pro-3', sans-serif;
        font-weight: 400;
        font-style: normal;
        -webkit-text-size-adjust: 100%;
        font-feature-settings: "palt" 1;
        transform: translate(0, -10px);
        -webkit-transform: translate(0, -10px);
        -ms-transform: translate(0, -10px);
        border: none;
    }
    #all_wrap .featureAbout > h2 > span {
        display: block;
        width: 100%;
        padding: 10px;
        margin: 5px auto 0;
        text-align: center;
        font-size: 14px;
        line-height: 1;
        font-family: 'trajan-pro-3', 'Noto Serif JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
        font-weight: 400;
        font-style: normal;
        -webkit-text-size-adjust: 100%;
        font-feature-settings: "palt" 1;
        color: #fff;
        background: linear-gradient( to right, #FFCAD4 0, #FF839A 100% );
    }
    #all_wrap .featureAbout > strong {
        display: block;
        width: 90%;
        font-size: 18px;
        line-height: 1.4em;
        font-family: 'trajan-pro-3', 'Noto Serif JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
        font-weight: 400;
        -webkit-text-size-adjust: 100%;
        font-feature-settings: "palt" 1;
        color: #000;
        font-style: normal;
        text-align: center;
        padding: 0;
        margin: 0 auto 20px;
    }
    #all_wrap .featureAbout > strong > span {
        font-size: 1.2em;
        color: #FF859C;
    }
}

/*リスト１*/
#all_wrap .featureAbout > .aboutList01 {
    width: 100%;
    max-width: 1000px;
    padding: 0;
    margin: 0 auto 100px;
    list-style: none;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#all_wrap .featureAbout > .aboutList01 > li {
    width: 48%;
    padding: 0;
    margin: 0;
    background: #FF839A;
}
#all_wrap .featureAbout > .aboutList01 > li figure {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: center;
    position: relative;
    overflow: hidden;
    background: #fff;
}
#all_wrap .featureAbout > .aboutList01 > li figure:before {
    content: "";
    display: block;
    padding-top: 56.25%;
}
#all_wrap .featureAbout > .aboutList01 > li figure img {
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: 0.5s;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    padding: 0;
    margin: 0;
    transition: 0.5s;
}
#all_wrap .featureAbout > .aboutList01 > li .aboutList01Info {
    width: 100%;
    padding: 20px;
    margin: 0;
    color: #fff;
}
#all_wrap .featureAbout > .aboutList01 > li .aboutList01Info h3 {
    font-size: 30px;
    line-height: 1.4em;
    font-family: 'trajan-pro-3', 'Noto Serif JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    font-weight: 400;
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt" 1;
    color: #fff;
    font-style: normal;
    text-align: left;
    padding: 0 0 15px;
    margin: 0 auto 20px;
    border-bottom: 1px solid #fff;
}
#all_wrap .featureAbout > .aboutList01 > li .aboutList01Info p {
    padding: 0;
    margin: 0;
    color: #fff;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    /*リスト１*/
    #all_wrap .featureAbout > .aboutList01 {
        width: 90%;
        max-width: 90%;
        padding: 0;
        margin: 0 auto 50px;
        list-style: none;
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    #all_wrap .featureAbout > .aboutList01 > li {
        width: 100%;
        padding: 0;
        margin: 0 auto 20px;
        background: #FF839A;
    }
    #all_wrap .featureAbout > .aboutList01 > li figure {
        display: block;
        width: 100%;
        padding: 0;
        margin: 0;
        text-align: center;
        position: relative;
        overflow: hidden;
        background: #fff;
    }
    #all_wrap .featureAbout > .aboutList01 > li figure:before {
        content: "";
        display: block;
        padding-top: 56.25%;
    }
    #all_wrap .featureAbout > .aboutList01 > li figure img {
        width: 100%;
        height: auto;
        object-fit: cover;
        transition: 0.5s;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        padding: 0;
        margin: 0;
        transition: 0.5s;
    }
    #all_wrap .featureAbout > .aboutList01 > li .aboutList01Info {
        width: 100%;
        padding: 20px;
        margin: 0;
        color: #fff;
    }
    #all_wrap .featureAbout > .aboutList01 > li .aboutList01Info h3 {
        font-size: 18px;
        line-height: 1.4em;
        font-family: 'trajan-pro-3', 'Noto Serif JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
        font-weight: 400;
        -webkit-text-size-adjust: 100%;
        font-feature-settings: "palt" 1;
        color: #fff;
        font-style: normal;
        text-align: left;
        padding: 0 0 10px;
        margin: 0 auto 10px;
        border-bottom: 1px solid #fff;
    }
    #all_wrap .featureAbout > .aboutList01 > li .aboutList01Info p {
        padding: 0;
        margin: 0;
        color: #fff;
    }
}

/*リスト2*/
#all_wrap .featureAbout > .aboutList02 {
    width: 100%;
    max-width: 1000px;
    padding: 0;
    margin: 0 auto;
    list-style: none;
}
#all_wrap .featureAbout > .aboutList02 > li {
    width: 100%;
    padding: 0;
    margin: 0 auto 20px;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#all_wrap .featureAbout > .aboutList02 > li:nth-child(odd)::before {
    counter-increment: rank;
    content: '0' counter(rank);
    font-size: 70px;
    line-height: 1;
    font-family: 'trajan-pro-3', 'Noto Serif JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt" 1;
    color: #FF839A;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 5;
}
#all_wrap .featureAbout > .aboutList02 > li:nth-child(even)::before {
    counter-increment: rank;
    content: '0' counter(rank);
    font-size: 70px;
    line-height: 1;
    font-family: 'trajan-pro-3', 'Noto Serif JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt" 1;
    color: #FF839A;
    position: absolute;
    top: 10px;
    left: auto;
    right: 10px;
    z-index: 5;
}
#all_wrap .featureAbout > .aboutList02 > li figure {
    display: block;
    width: 30%;
    padding: 0;
    margin: 0;
    text-align: center;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
}
#all_wrap .featureAbout > .aboutList02 > li:nth-child(even) figure {
    order: 1;
}
#all_wrap .featureAbout > .aboutList02 > li figure:before {
    content: "";
    display: block;
    padding: 50%;
}
#all_wrap .featureAbout > .aboutList02 > li figure img {
    width: auto;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    padding: 0;
    margin: 0;
    transition: 0.5s;
}
#all_wrap .featureAbout > .aboutList02 > li .aboutList02Info {
    width: 65%;
    padding: 0;
    margin: 0;
    display: -webkit-flex;
    display: flex;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
}
#all_wrap .featureAbout > .aboutList02 > li .aboutList02Info h3 {
    width: 100%;
    font-size: 30px;
    line-height: 1.4em;
    font-family: 'trajan-pro-3', 'Noto Serif JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    font-weight: 400;
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt" 1;
    color: #000;
    font-style: normal;
    text-align: left;
    padding: 0;
    margin: 0 auto 20px;
}
#all_wrap .featureAbout > .aboutList02 > li .aboutList02Info p {
    width: 100%;
    padding: 0;
    margin: 0;
}
#all_wrap .featureAbout > .aboutList02 > li .aboutList02Info p a {
    font-weight: bold;
    color: #000;
    text-decoration: underline;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    /*リスト2*/
    #all_wrap .featureAbout > .aboutList02 {
        width: 100%;
        max-width: 100%;
        padding: 0;
        margin: 0 auto;
        list-style: none;
    }
    #all_wrap .featureAbout > .aboutList02 > li {
        width: 100%;
        padding: 0;
        margin: 0 auto 20px;
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    #all_wrap .featureAbout > .aboutList02 > li:nth-child(odd)::before {
        counter-increment: rank;
        content: '0' counter(rank);
        font-size: 50px;
        line-height: 1;
        font-family: 'trajan-pro-3', 'Noto Serif JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
        font-weight: 400;
        font-style: normal;
        -webkit-text-size-adjust: 100%;
        font-feature-settings: "palt" 1;
        color: #FF839A;
        position: absolute;
        top: 10px;
        left: 20px;
        z-index: 5;
    }
    #all_wrap .featureAbout > .aboutList02 > li:nth-child(even)::before {
        counter-increment: rank;
        content: '0' counter(rank);
        font-size: 50px;
        line-height: 1;
        font-family: 'trajan-pro-3', 'Noto Serif JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
        font-weight: 400;
        font-style: normal;
        -webkit-text-size-adjust: 100%;
        font-feature-settings: "palt" 1;
        color: #FF839A;
        position: absolute;
        top: 10px;
        left: auto;
        right: 20px;
        z-index: 5;
    }
    #all_wrap .featureAbout > .aboutList02 > li figure {
        display: block;
        width: 80%;
        padding: 0;
        margin: 0 auto 15px;
        text-align: center;
        position: relative;
        overflow: hidden;
        border-radius: 50%;
        order: 1;
    }
    #all_wrap .featureAbout > .aboutList02 > li:nth-child(even) figure {
        order: 1;
    }
    #all_wrap .featureAbout > .aboutList02 > li figure:before {
        content: "";
        display: block;
        padding: 50%;
    }
    #all_wrap .featureAbout > .aboutList02 > li figure img {
        width: auto;
        height: 100%;
        object-fit: cover;
        transition: 0.5s;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        padding: 0;
        margin: 0;
        transition: 0.5s;
    }
    #all_wrap .featureAbout > .aboutList02 > li .aboutList02Info {
        width: 90%;
        padding: 0;
        margin: 0 auto;
        display: -webkit-flex;
        display: flex;
        align-content: center;
        align-items: center;
        flex-wrap: wrap;
        order: 2;
    }
    #all_wrap .featureAbout > .aboutList02 > li .aboutList02Info h3 {
        width: 100%;
        font-size: 16px;
        line-height: 1.4em;
        font-family: 'trajan-pro-3', 'Noto Serif JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
        font-weight: 400;
        -webkit-text-size-adjust: 100%;
        font-feature-settings: "palt" 1;
        letter-spacing: normal;
        color: #000;
        font-style: normal;
        text-align: center;
        padding: 0;
        margin: 0 auto 10px;
    }
    #all_wrap .featureAbout > .aboutList02 > li .aboutList02Info p {
        width: 100%;
        padding: 0;
        margin: 0;
    }
    #all_wrap .featureAbout > .aboutList02 > li .aboutList02Info p a {
        font-weight: bold;
        color: #000;
        text-decoration: underline;
    }
}

/************************************************************/
/*　ショートタームの料金表
/************************************************************/
#pagePrice {
    width: 100%;
    padding: 0;
    margin: 0 auto 100px;
}
/*ショートタームの料金表*/
.pricePlan {
    width: 100%;
    padding: 0 0 100px;
    margin: 0 auto 100px;
    position: relative;
}
.pricePlan::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    background: url('https://shortterm.alesco.fit/img/flowerBg.jpg') repeat-y;
    background-size: 100%;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.25;
}
#all_wrap .pricePlan > h2 {
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0 auto 20px;
    font-size: 70px;
    line-height: 1;
    color: #FF839A;
    font-family: 'trajan-pro-3', sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt" 1;
    transform: translate(0, -40px);
    -webkit-transform: translate(0, -40px);
    -ms-transform: translate(0, -40px);
    border: none;
}
#all_wrap .pricePlan > h2 > span {
    display: block;
    width: 100%;
    padding: 20px;
    margin: 15px auto 0;
    text-align: center;
    font-size: 20px;
    line-height: 1;
    font-family: 'trajan-pro-3', 'Noto Serif JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt" 1;
    color: #fff;
    background: linear-gradient( to right, #FFCAD4 0, #FF839A 100% );
}
#all_wrap #pagePrice .pricePlan > p {
    text-align: center;
    padding: 0;
    margin: 0 auto 50px;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    #pagePrice {
        width: 100%;
        padding: 0;
        margin: 0 auto 50px;
    }
    /*ショートタームの料金表*/
    .pricePlan {
        width: 100%;
        padding: 0 0 20px;
        margin: 0 auto 50px;
        position: relative;
    }
    .pricePlan::before {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        padding: 0;
        margin: 0;
        background: url('https://shortterm.alesco.fit/img/flowerBg.jpg') repeat-y;
        background-size: 100%;
        background-position: center;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        opacity: 0.25;
    }
    #all_wrap .pricePlan > h2 {
        width: 90%;
        text-align: center;
        padding: 0;
        margin: 0 auto 10px;
        font-size: 30px;
        line-height: 1;
        color: #FF839A;
        font-family: 'trajan-pro-3', sans-serif;
        font-weight: 400;
        font-style: normal;
        -webkit-text-size-adjust: 100%;
        font-feature-settings: "palt" 1;
        transform: translate(0, -10px);
        -webkit-transform: translate(0, -10px);
        -ms-transform: translate(0, -10px);
        border: none;
    }
    #all_wrap .pricePlan > h2 > span {
        display: block;
        width: 100%;
        padding: 10px;
        margin: 5px auto 0;
        text-align: center;
        font-size: 14px;
        line-height: 1;
        font-family: 'trajan-pro-3', 'Noto Serif JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
        font-weight: 400;
        font-style: normal;
        -webkit-text-size-adjust: 100%;
        font-feature-settings: "palt" 1;
        color: #fff;
        background: linear-gradient( to right, #FFCAD4 0, #FF839A 100% );
    }
    #all_wrap #pagePrice .pricePlan > p {
        width: 90%;
        text-align: left;
        padding: 0;
        margin: 0 auto 20px;
    }
}

/*プランリスト*/
#all_wrap .pricePlan > ul {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    list-style: none;
}
#all_wrap .pricePlan > ul > li {
    width: 100%;
    padding: 0;
    margin: 0 auto 50px;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
}
#all_wrap .pricePlan > ul > li::before {
    display: none;
}
#all_wrap .pricePlan > ul > li figure {
    display: block;
    width: 50%;
    padding: 0;
    margin: 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}
#all_wrap .pricePlan > ul > li figure::before {
    content: '';
    display: block;
    padding-top: 56.25%;
}
#all_wrap .pricePlan > ul > li figure img {
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: 0.5s;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    padding: 0;
    margin: 0;
    transition: 0.5s;
}
#all_wrap .pricePlan > ul > li .pricePlanInfo {
    width: 35%;
    padding: 0 50px 0 0;
    margin: 0 0 0 15%;
    display: -webkit-flex;
    display: flex;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
}
#all_wrap .pricePlan > ul > li .pricePlanInfo h3 {
    width: 100%;
    font-size: 30px;
    line-height: 1.4em;
    font-family: 'trajan-pro-3', 'Noto Serif JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    font-weight: 400;
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt" 1;
    color: #000;
    font-style: normal;
    text-align: left;
    padding: 0;
    margin: 0 auto 20px;
    position: relative;
    white-space: nowrap;
}
#all_wrap .pricePlan > ul > li .pricePlanInfo h3::after {
    content: '';
    display: block;
    width: 150px;
    height: 1px;
    background: #000;
    position: absolute;
    top: 50%;
    left: calc(100% - 20px);
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    z-index: 5;
}
#all_wrap .pricePlan > ul > li .pricePlanInfo .priceBox {
    width: 100%;
    padding: 20px;
    margin: 0 auto 20px;
    background: #FF839A;
    color: #fff;
}
#all_wrap .pricePlan > ul > li .pricePlanInfo .priceBox h4 {
    width: 100%;
    padding: 0;
    margin: 0 auto 10px;
    font-size: 20px;
    line-height: 1.4em;
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    font-weight: 400;
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt" 1;
    color: #fff;
    font-style: normal;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    flex-wrap: nowrap;
    white-space: nowrap;
}
#all_wrap .pricePlan > ul > li .pricePlanInfo .priceBox h4::before {
    display: none;
}
#all_wrap .pricePlan > ul > li .pricePlanInfo .priceBox h4::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #fff;
    padding: 0;
    margin: 0 0 0 20px;
}
#all_wrap #pagePrice .pricePlan > ul > li .pricePlanInfo .priceBox .price {
    font-size: 20px;
    line-height: 1.4em;
    font-family: 'trajan-pro-3', 'Noto Serif JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    font-weight: 400;
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt" 1;
    color: #fff;
    font-style: normal;
    text-align: left;
    padding: 0;
    margin: 0;
}
#all_wrap .pricePlan > ul > li .pricePlanInfo .priceBox .price b {
    font-size: 30px;
    color: #fff;
}
#all_wrap #pagePrice .pricePlan > ul > li .pricePlanInfo > p {
    padding: 0;
    margin: 0;
}

#all_wrap #pagePrice .pricePlan > ul > li .pricePlanAtt {
    width: 100%;
    max-width: 1000px;
    background: #FFFAFB;
    padding: 40px;
    margin: 50px auto 0;
}
#all_wrap #pagePrice .pricePlan > ul > li .pricePlanAtt > p {
    padding: 0;
    margin: 0;
}

#all_wrap #pagePrice .pricePlan > ul > li .pricePlanCurve {
    width: 30%;
    display: block;
    padding: 0;
    margin: 0 auto;
    transform: rotate(-7deg);
    position: absolute;
    top: 320px;
    right: -20px;
    z-index: 10;
}
#all_wrap #pagePrice .pricePlan > ul > li .pricePlanCurve img {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    /*プランリスト*/
    #all_wrap .pricePlan > ul {
        width: 90%;
        padding: 0;
        margin: 0 auto;
        list-style: none;
    }
    #all_wrap .pricePlan > ul > li {
        width: 100%;
        padding: 0;
        margin: 0 auto 30px;
        display: -webkit-flex;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        position: relative;
    }
    #all_wrap .pricePlan > ul > li::before {
        display: none;
    }
    #all_wrap .pricePlan > ul > li figure {
        display: block;
        width: 100%;
        padding: 0;
        margin: 0 auto 10px;
        text-align: center;
        position: relative;
        overflow: hidden;
        order: 1;
    }
    #all_wrap .pricePlan > ul > li figure::before {
        content: '';
        display: block;
        padding-top: 56.25%;
    }
    #all_wrap .pricePlan > ul > li figure img {
        width: 100%;
        height: auto;
        object-fit: cover;
        transition: 0.5s;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        padding: 0;
        margin: 0;
        transition: 0.5s;
    }
    #all_wrap .pricePlan > ul > li .pricePlanInfo {
        width: 100%;
        padding: 0;
        margin: 0 auto;
        display: -webkit-flex;
        display: flex;
        align-content: center;
        align-items: center;
        flex-wrap: wrap;
        order: 2;
    }
    #all_wrap .pricePlan > ul > li .pricePlanInfo h3 {
        width: 100%;
        font-size: 18px;
        line-height: 1.4em;
        font-family: 'trajan-pro-3', 'Noto Serif JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
        font-weight: 400;
        -webkit-text-size-adjust: 100%;
        font-feature-settings: "palt" 1;
        color: #000;
        font-style: normal;
        text-align: center;
        padding: 0;
        margin: 0 auto 10px;
        position: relative;
        white-space: nowrap;
    }
    #all_wrap .pricePlan > ul > li .pricePlanInfo h3::after {
        display: none;
    }
    #all_wrap .pricePlan > ul > li .pricePlanInfo .priceBox {
        width: 100%;
        padding: 10px;
        margin: 0 auto 20px;
        background: #FF839A;
        color: #fff;
    }
    #all_wrap .pricePlan > ul > li .pricePlanInfo .priceBox h4 {
        width: 100%;
        padding: 0;
        margin: 0 auto 10px;
        font-size: 16px;
        line-height: 1.4em;
        font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
        font-weight: 400;
        -webkit-text-size-adjust: 100%;
        font-feature-settings: "palt" 1;
        color: #fff;
        font-style: normal;
        display: -webkit-flex;
        display: flex;
        justify-content: flex-start;
        align-content: center;
        align-items: center;
        flex-wrap: nowrap;
        white-space: nowrap;
    }
    #all_wrap .pricePlan > ul > li .pricePlanInfo .priceBox h4::before {
        display: none;
    }
    #all_wrap .pricePlan > ul > li .pricePlanInfo .priceBox h4::after {
        content: '';
        display: block;
        width: 100%;
        height: 1px;
        background: #fff;
        padding: 0;
        margin: 0 0 0 20px;
    }
    #all_wrap #pagePrice .pricePlan > ul > li .pricePlanInfo .priceBox .price {
        font-size: 16px;
        line-height: 1.4em;
        font-family: 'trajan-pro-3', 'Noto Serif JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
        font-weight: 400;
        -webkit-text-size-adjust: 100%;
        font-feature-settings: "palt" 1;
        color: #fff;
        font-style: normal;
        text-align: left;
        padding: 0;
        margin: 0;
    }
    #all_wrap .pricePlan > ul > li .pricePlanInfo .priceBox .price b {
        font-size: 20px;
        color: #fff;
    }
    #all_wrap #pagePrice .pricePlan > ul > li .pricePlanInfo > p {
        padding: 0;
        margin: 0;
    }

    #all_wrap #pagePrice .pricePlan > ul > li .pricePlanAtt {
        width: 100%;
        max-width: 100%;
        background: #FFFAFB;
        padding: 20px;
        margin: 10px auto 0;
        order: 3;
    }
    #all_wrap #pagePrice .pricePlan > ul > li .pricePlanAtt > p {
        padding: 0;
        margin: 0;
    }

    #all_wrap #pagePrice .pricePlan > ul > li .pricePlanCurve {
        width: 50%;
        display: block;
        padding: 0;
        margin: 0 auto;
        transform: rotate(-7deg);
        position: absolute;
        top: 320px;
        right: -20px;
        z-index: 10;
    }
    #all_wrap #pagePrice .pricePlan > ul > li .pricePlanCurve img {
        width: 100%;
        height: auto;
        padding: 0;
        margin: 0;
    }
}


/************************************************************/
/*　トレーナー紹介
/************************************************************/
#pageTrainer {
    width: 100%;
    padding: 0;
    margin: 0 auto 100px;
}
/*ショートタームの料金表*/
.trainerMessage {
    width: 100%;
    padding: 0;
    margin: 0 auto 150px;
    position: relative;
}
#all_wrap .trainerMessage > h2 {
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0 auto 20px;
    font-size: 70px;
    line-height: 1;
    color: #FF839A;
    font-family: 'trajan-pro-3', sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt" 1;
    transform: translate(0, -40px);
    -webkit-transform: translate(0, -40px);
    -ms-transform: translate(0, -40px);
    border: none;
}
#all_wrap .trainerMessage > h2 > span {
    display: block;
    width: 100%;
    padding: 20px;
    margin: 15px auto 0;
    text-align: center;
    font-size: 20px;
    line-height: 1;
    font-family: 'trajan-pro-3', 'Noto Serif JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt" 1;
    color: #fff;
    background: linear-gradient( to right, #FFCAD4 0, #FF839A 100% );
}
#all_wrap .trainerMessage > h3 {
    width: 100%;
    font-size: 30px;
    line-height: 1.4em;
    font-family: 'trajan-pro-3', 'Noto Serif JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    font-weight: 400;
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt" 1;
    color: #000;
    font-style: normal;
    text-align: center;
    padding: 0;
    margin: 0 auto 50px;
    position: relative;
}
#all_wrap .trainerMessage > h3 strong {
    color: #FFA8B8;
}
#all_wrap #pageTrainer .trainerMessage > p {
    text-align: center;
    padding: 0;
    margin: 0 auto 20px;
}
#all_wrap #pageTrainer .trainerMessage > p:last-of-type {
    margin: 0 auto 50px;
}

#all_wrap #pageTrainer .trainerMessage > figure {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    position: relative;
}
#all_wrap #pageTrainer .trainerMessage > figure > img {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
}
#all_wrap #pageTrainer .trainerMessage > figure > span.trainerMessageCurve {
    display: block;
    width: 40%;
    padding: 0;
    margin: 0;
    transform: rotate(-7deg);
    position: absolute;
    bottom: -20px;
    left: 20px;
    z-index: 10;
    opacity: 0.5;
}
#all_wrap #pageTrainer .trainerMessage > figure > span.trainerMessageCurve img {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    #pageTrainer {
        width: 100%;
        padding: 0;
        margin: 0 auto 50px;
    }
    /*ショートタームの料金表*/
    .trainerMessage {
        width: 100%;
        padding: 0;
        margin: 0 auto 100px;
        position: relative;
    }
    #all_wrap .trainerMessage > h2 {
        width: 100%;
        text-align: center;
        padding: 0;
        margin: 0 auto 10px;
        font-size: 30px;
        line-height: 1;
        color: #FF839A;
        font-family: 'trajan-pro-3', sans-serif;
        font-weight: 400;
        font-style: normal;
        -webkit-text-size-adjust: 100%;
        font-feature-settings: "palt" 1;
        transform: translate(0, -10px);
        -webkit-transform: translate(0, -10px);
        -ms-transform: translate(0, -10px);
        border: none;
    }
    #all_wrap .trainerMessage > h2 > span {
        display: block;
        width: 100%;
        padding: 10px;
        margin: 5px auto 0;
        text-align: center;
        font-size: 14px;
        line-height: 1;
        font-family: 'trajan-pro-3', 'Noto Serif JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
        font-weight: 400;
        font-style: normal;
        -webkit-text-size-adjust: 100%;
        font-feature-settings: "palt" 1;
        color: #fff;
        background: linear-gradient( to right, #FFCAD4 0, #FF839A 100% );
    }
    #all_wrap .trainerMessage > h3 {
        width: 100%;
        font-size: 16px;
        line-height: 1.4em;
        font-family: 'trajan-pro-3', 'Noto Serif JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
        font-weight: 400;
        -webkit-text-size-adjust: 100%;
        font-feature-settings: "palt" 1;
        color: #000;
        font-style: normal;
        text-align: center;
        padding: 0;
        margin: 0 auto 20px;
        position: relative;
    }
    #all_wrap .trainerMessage > h3 strong {
        color: #FFA8B8;
    }
    #all_wrap #pageTrainer .trainerMessage > p {
        text-align: center;
        padding: 0;
        margin: 0 auto 10px;
    }
    #all_wrap #pageTrainer .trainerMessage > p:last-of-type {
        margin: 0 auto 20px;
    }

    #all_wrap #pageTrainer .trainerMessage > figure {
        width: 100%;
        padding: 0;
        margin: 0 auto;
        position: relative;
    }
    #all_wrap #pageTrainer .trainerMessage > figure > img {
        width: 100%;
        height: auto;
        padding: 0;
        margin: 0;
    }
    #all_wrap #pageTrainer .trainerMessage > figure > span.trainerMessageCurve {
        display: block;
        width: 90%;
        padding: 0;
        margin: 0;
        position: absolute;
        bottom: -50px;
        left: 50%;
        transform: translate(-50%, -50%) rotate(-7deg);
        -webkit-transform: translate(-50%, -50%) rotate(-7deg);
        -ms-transform: translate(-50%, -50%) rotate(-7deg);
        z-index: 10;
        opacity: 0.5;
        text-align: center;
    }
    #all_wrap #pageTrainer .trainerMessage > figure > span.trainerMessageCurve img {
        width: 100%;
        height: auto;
        padding: 0;
        margin: 0;
    }
}

/* リスト */
#all_wrap #trainerList {
    margin: 0 auto 50px;
}
#all_wrap #trainerList > h2 {
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0 auto;
    font-size: 70px;
    line-height: 1;
    color: #FF839A;
    font-family: 'trajan-pro-3', sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt" 1;
    transform: translate(0, -40px);
    -webkit-transform: translate(0, -40px);
    -ms-transform: translate(0, -40px);
    border: none;
}
#all_wrap #trainerList > h2 > span {
    display: block;
    width: 100%;
    padding: 20px;
    margin: 15px auto 0;
    text-align: center;
    font-size: 20px;
    line-height: 1;
    font-family: 'trajan-pro-3', 'Noto Serif JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt" 1;
    color: #fff;
    background: linear-gradient( to right, #FFCAD4 0, #FF839A 100% );
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    /* リスト */
    #all_wrap #trainerList {
        margin: 0 auto 50px;
    }
    #all_wrap #trainerList > h2 {
        width: 100%;
        text-align: center;
        padding: 0;
        margin: 0 auto;
        font-size: 30px;
        line-height: 1;
        color: #FF839A;
        font-family: 'trajan-pro-3', sans-serif;
        font-weight: 400;
        font-style: normal;
        -webkit-text-size-adjust: 100%;
        font-feature-settings: "palt" 1;
        transform: translate(0, -10px);
        -webkit-transform: translate(0, -10px);
        -ms-transform: translate(0, -10px);
        border: none;
    }
    #all_wrap #trainerList > h2 > span {
        display: block;
        width: 100%;
        padding: 10px;
        margin: 5px auto 0;
        text-align: center;
        font-size: 14px;
        line-height: 1;
        font-family: 'trajan-pro-3', 'Noto Serif JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
        font-weight: 400;
        font-style: normal;
        -webkit-text-size-adjust: 100%;
        font-feature-settings: "palt" 1;
        color: #fff;
        background: linear-gradient( to right, #FFCAD4 0, #FF839A 100% );
    }
}

#all_wrap #trainerList > ul {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    list-style: none;
}
#all_wrap #trainerList > ul > li {
    width: 100%;
    padding: 100px 0;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
}
#all_wrap #trainerList > ul > li::before,
#all_wrap #trainerList > ul > li::after {
    display: none;
}
#all_wrap #trainerList > ul > li:nth-child(even)::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    background: url('https://shortterm.alesco.fit/img/flowerBg.jpg') repeat-y;
    background-size: 100%;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.25;
    z-index: -2;
}
#all_wrap #trainerList > ul > li figure {
    display: block;
    width: 30%;
    padding: 0;
    margin: 0 0 0 auto;
    position: relative;
}
#all_wrap #trainerList > ul > li:nth-child(even) figure {
    display: block;
    width: 30%;
    padding: 0;
    margin: 0 auto 0 0;
    position: relative;
}
#all_wrap #trainerList > ul > li:nth-child(odd) figure::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    padding: 50%;
    background: #FFCED7;
    position: absolute;
    bottom: -10px;
    left: -10px;
    z-index: -1;
}
#all_wrap #trainerList > ul > li:nth-child(even) figure::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    padding: 50%;
    background: #FFCED7;
    position: absolute;
    bottom: auto;
    left: auto;
    top: -10px;
    right: -10px;
    z-index: -1;
}
#all_wrap #trainerList > ul > li figure img {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
}
#all_wrap #trainerList > ul > li .trainerListInfo {
    width: 40%;
    padding: 20px 40px;
    margin: 0 auto 0 0;
    display: -webkit-flex;
    display: flex;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
}
#all_wrap #trainerList > ul > li:nth-child(even) .trainerListInfo {
    width: 40%;
    padding: 20px 40px;
    margin: 0 0 0 auto;
    display: -webkit-flex;
    display: flex;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
}
#all_wrap #trainerList > ul > li .trainerListInfo h3 {
    width: 100%;
    font-size: 30px;
    line-height: 1.4em;
    font-family: 'trajan-pro-3', 'Noto Serif JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    font-weight: 400;
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt" 1;
    color: #000;
    font-style: normal;
    text-align: left;
    padding: 0;
    margin: 0 0 40px;
    position: relative;
}
#all_wrap #trainerList > ul > li:nth-child(odd) .trainerListInfo h3::before {
    content: '';
    display: block;
    width: calc(100% + 100px);
    height: 1px;
    padding: 0;
    margin: 0;
    background: #000;
    position: absolute;
    bottom: -20px;
    right: 0;
    left: auto;
    z-index: 5;
}
#all_wrap #trainerList > ul > li:nth-child(even) .trainerListInfo h3::before {
    content: '';
    display: block;
    width: calc(100% + 140px);
    height: 1px;
    padding: 0;
    margin: 0;
    background: #000;
    position: absolute;
    bottom: -20px;
    right: auto;
    left: -40px;
    z-index: 5;
}
#all_wrap #trainerList > ul > li .trainerListInfo h3 span {
    display: inline-block;
    font-size: 25px;
    line-height: 1.4em;
    font-family: 'trajan-pro-3', 'Noto Serif JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    font-weight: 400;
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt" 1;
    color: #FF839A;
    font-style: normal;
    text-align: left;
    padding: 0;
    margin: 0 0 0 20px;
}
#all_wrap #trainerList > ul > li .trainerListCont {
    width: 100%;
    max-width: 1000px;
    margin: 50px auto 0;
    padding: 0;
}
#all_wrap #trainerList > ul > li .trainerListCont h3 {
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-wrap: nowrap;
    font-size: 25px;
    line-height: 1.4em;
    font-family: 'trajan-pro-3', 'Noto Serif JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    font-weight: 400;
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt" 1;
    color: #FF839A;
    font-style: normal;
    text-align: left;
    padding: 0;
    margin: 0 auto 20px;
}
#all_wrap #trainerList > ul > li .trainerListCont h3::before,
#all_wrap #trainerList > ul > li .trainerListCont h3::after {
    content: '';
    display: block;
    width: 5%;
    height: 1px;
    background: #FF839A;
    padding: 0;
    margin: 0 20px;
}

#all_wrap #trainerList > ul > li:nth-child(even) figure {
    order: 2;
}
#all_wrap #trainerList > ul > li:nth-child(even) .trainerListInfo {
    order: 1;
}
#all_wrap #trainerList > ul > li:nth-child(even) .trainerListCont {
    order: 3;
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    #all_wrap #trainerList > ul {
        width: 100%;
        padding: 0;
        margin: 0 auto;
        list-style: none;
    }
    #all_wrap #trainerList > ul > li {
        width: 100%;
        padding: 20px 20px 50px;
        margin: 0 auto;
        display: -webkit-flex;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        position: relative;
    }
    #all_wrap #trainerList > ul > li:nth-child(even) {
        width: 100%;
        padding: 50px 20px 50px;
        margin: 0 auto;
        display: -webkit-flex;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        position: relative;
    }
    #all_wrap #trainerList > ul > li::before,
    #all_wrap #trainerList > ul > li::after {
        display: none;
    }
    #all_wrap #trainerList > ul > li:nth-child(even)::before {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        padding: 0;
        margin: 0;
        background: url('https://shortterm.alesco.fit/img/flowerBg.jpg') repeat-y;
        background-size: 100%;
        background-position: center;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0.25;
        z-index: -2;
    }
    #all_wrap #trainerList > ul > li figure {
        display: block;
        width: 95%;
        padding: 0;
        margin: 0 auto;
        position: relative;
    }
    #all_wrap #trainerList > ul > li:nth-child(even) figure {
        display: block;
        width: 95%;
        padding: 0;
        margin: 0 auto;
        position: relative;
    }
    #all_wrap #trainerList > ul > li:nth-child(odd) figure::before {
        content: '';
        display: block;
        width: 0;
        height: 0;
        padding: 50%;
        background: #FFCED7;
        position: absolute;
        bottom: -10px;
        left: -10px;
        z-index: -1;
    }
    #all_wrap #trainerList > ul > li:nth-child(even) figure::before {
        content: '';
        display: block;
        width: 0;
        height: 0;
        padding: 50%;
        background: #FFCED7;
        position: absolute;
        bottom: -10px;
        left: -10px;
        top: auto;
        right: auto;
        z-index: -1;
    }
    #all_wrap #trainerList > ul > li figure img {
        width: 100%;
        height: auto;
        padding: 0;
        margin: 0;
    }
    #all_wrap #trainerList > ul > li .trainerListInfo {
        width: 100%;
        padding: 20px 0 0;
        margin: 0 auto;
        display: -webkit-flex;
        display: flex;
        align-content: center;
        align-items: center;
        flex-wrap: wrap;
    }
    #all_wrap #trainerList > ul > li:nth-child(even) .trainerListInfo {
        width: 100%;
        padding: 20px 0 0;
        margin: 0 auto;
        display: -webkit-flex;
        display: flex;
        align-content: center;
        align-items: center;
        flex-wrap: wrap;
    }
    #all_wrap #trainerList > ul > li .trainerListInfo h3 {
        width: 100%;
        font-size: 20px;
        line-height: 1.4em;
        font-family: 'trajan-pro-3', 'Noto Serif JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
        font-weight: 400;
        -webkit-text-size-adjust: 100%;
        font-feature-settings: "palt" 1;
        color: #000;
        font-style: normal;
        text-align: left;
        padding: 0;
        margin: 0 0 20px;
        position: relative;
    }
    #all_wrap #trainerList > ul > li:nth-child(odd) .trainerListInfo h3::before {
        content: '';
        display: block;
        width: calc(100%);
        height: 1px;
        padding: 0;
        margin: 0;
        background: #000;
        position: absolute;
        bottom: -10px;
        right: 0;
        left: auto;
        z-index: 5;
    }
    #all_wrap #trainerList > ul > li:nth-child(even) .trainerListInfo h3::before {
        content: '';
        display: block;
        width: calc(100%);
        height: 1px;
        padding: 0;
        margin: 0;
        background: #000;
        position: absolute;
        bottom: -10px;
        right: auto;
        left: 0;
        z-index: 5;
    }
    #all_wrap #trainerList > ul > li .trainerListInfo h3 span {
        display: inline-block;
        font-size: 15px;
        line-height: 1.4em;
        font-family: 'trajan-pro-3', 'Noto Serif JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
        font-weight: 400;
        -webkit-text-size-adjust: 100%;
        font-feature-settings: "palt" 1;
        color: #FF839A;
        font-style: normal;
        text-align: left;
        padding: 0;
        margin: 0 0 0 10px;
    }
    #all_wrap #trainerList > ul > li .trainerListCont {
        width: 100%;
        max-width: 100%;
        margin: 20px auto 0;
        padding: 0;
    }
    #all_wrap #trainerList > ul > li .trainerListCont h3 {
        display: -webkit-flex;
        display: flex;
        justify-content: center;
        align-content: center;
        align-items: center;
        flex-wrap: nowrap;
        font-size: 18px;
        line-height: 1.4em;
        font-family: 'trajan-pro-3', 'Noto Serif JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
        font-weight: 400;
        -webkit-text-size-adjust: 100%;
        font-feature-settings: "palt" 1;
        color: #FF839A;
        font-style: normal;
        text-align: left;
        padding: 0;
        margin: 0 auto 20px;
    }
    #all_wrap #trainerList > ul > li .trainerListCont h3::before,
    #all_wrap #trainerList > ul > li .trainerListCont h3::after {
        content: '';
        display: block;
        width: 5%;
        height: 1px;
        background: #FF839A;
        padding: 0;
        margin: 0 20px;
    }

    #all_wrap #trainerList > ul > li:nth-child(even) figure {
        order: 1;
    }
    #all_wrap #trainerList > ul > li:nth-child(even) .trainerListInfo {
        order: 2;
    }
    #all_wrap #trainerList > ul > li:nth-child(even) .trainerListCont {
        order: 3;
    }
}


/************************************************************/
/*　トレーナー紹介　シングルページ
/************************************************************/
#all_wrap #trainerSingle {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    position: relative;
}
#all_wrap #trainerSingle figure {
    display: block;
    width: 40%;
    padding: 0;
    margin: 0;
    position: relative;
}
#all_wrap #trainerSingle figure::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    padding: 50%;
    background: #FFCED7;
    position: absolute;
    bottom: -10px;
    left: -10px;
    z-index: -1;
}
#all_wrap #trainerSingle figure img {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
}
#all_wrap #trainerSingle .trainerListInfo {
    width: 60%;
    padding: 20px 30px;
    margin: 0;
    display: -webkit-flex;
    display: flex;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
}
#all_wrap #trainerSingle .trainerListInfo h3 {
    width: 100%;
    font-size: 30px;
    line-height: 1.4em;
    font-family: 'trajan-pro-3', 'Noto Serif JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    font-weight: 400;
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt" 1;
    color: #000;
    font-style: normal;
    text-align: left;
    padding: 0;
    margin: 0 0 40px;
    position: relative;
}
#all_wrap #trainerSingle .trainerListInfo h3::before {
    content: '';
    display: block;
    width: calc(100% + 100px);
    height: 1px;
    padding: 0;
    margin: 0;
    background: #000;
    position: absolute;
    bottom: -20px;
    right: 0;
    left: auto;
    z-index: 5;
}
#all_wrap #trainerSingle .trainerListInfo h3 span {
    display: inline-block;
    font-size: 25px;
    line-height: 1.4em;
    font-family: 'trajan-pro-3', 'Noto Serif JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    font-weight: 400;
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt" 1;
    color: #FF839A;
    font-style: normal;
    text-align: left;
    padding: 0;
    margin: 0 0 0 20px;
}

#all_wrap #trainerSingle .trainerListCont {
    width: 100%;
    max-width: 1000px;
    margin: 50px auto 0;
    padding: 0;
}
#all_wrap #trainerSingle .trainerListCont h3 {
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-wrap: nowrap;
    font-size: 25px;
    line-height: 1.4em;
    font-family: 'trajan-pro-3', 'Noto Serif JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    font-weight: 400;
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt" 1;
    color: #FF839A;
    font-style: normal;
    text-align: left;
    padding: 0;
    margin: 0 auto 20px;
}
#all_wrap #trainerSingle .trainerListCont h3::before,
#all_wrap #trainerSingle .trainerListCont h3::after {
    content: '';
    display: block;
    width: 5%;
    height: 1px;
    background: #FF839A;
    padding: 0;
    margin: 0 20px;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    #all_wrap #trainerSingle {
        width: 100%;
        padding: 0;
        margin: 0 auto;
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
        align-content: flex-start;
        align-items: flex-start;
        flex-wrap: wrap;
        position: relative;
    }
    #all_wrap #trainerSingle figure {
        display: block;
        width: 100%;
        padding: 0;
        margin: 0;
        position: relative;
    }
    #all_wrap #trainerSingle figure::before {
        content: '';
        display: block;
        width: 0;
        height: 0;
        padding: 50%;
        background: #FFCED7;
        position: absolute;
        bottom: -10px;
        left: -10px;
        z-index: -1;
    }
    #all_wrap #trainerSingle figure img {
        width: 100%;
        height: auto;
        padding: 0;
        margin: 0;
    }
    #all_wrap #trainerSingle .trainerListInfo {
        width: 100%;
        padding: 20px 0 0;
        margin: 0;
        display: -webkit-flex;
        display: flex;
        align-content: center;
        align-items: center;
        flex-wrap: wrap;
    }
    #all_wrap #trainerSingle .trainerListInfo h3 {
        width: 100%;
        font-size: 20px;
        line-height: 1.4em;
        font-family: 'trajan-pro-3', 'Noto Serif JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
        font-weight: 400;
        -webkit-text-size-adjust: 100%;
        font-feature-settings: "palt" 1;
        color: #000;
        font-style: normal;
        text-align: left;
        padding: 0;
        margin: 0 0 20px;
        position: relative;
    }
    #all_wrap #trainerSingle .trainerListInfo h3::before {
        content: '';
        display: block;
        width: calc(100%);
        height: 1px;
        padding: 0;
        margin: 0;
        background: #000;
        position: absolute;
        bottom: -10px;
        right: 0;
        left: auto;
        z-index: 5;
    }
    #all_wrap #trainerSingle .trainerListInfo h3 span {
        display: inline-block;
        font-size: 15px;
        line-height: 1.4em;
        font-family: 'trajan-pro-3', 'Noto Serif JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
        font-weight: 400;
        -webkit-text-size-adjust: 100%;
        font-feature-settings: "palt" 1;
        color: #FF839A;
        font-style: normal;
        text-align: left;
        padding: 0;
        margin: 0 0 0 10px;
    }

    #all_wrap #trainerSingle .trainerListCont {
        width: 100%;
        max-width: 100%;
        margin: 20px auto 0;
        padding: 0;
    }
    #all_wrap #trainerSingle .trainerListCont h3 {
        display: -webkit-flex;
        display: flex;
        justify-content: center;
        align-content: center;
        align-items: center;
        flex-wrap: nowrap;
        font-size: 18px;
        line-height: 1.4em;
        font-family: 'trajan-pro-3', 'Noto Serif JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
        font-weight: 400;
        -webkit-text-size-adjust: 100%;
        font-feature-settings: "palt" 1;
        color: #FF839A;
        font-style: normal;
        text-align: left;
        padding: 0;
        margin: 0 auto 20px;
    }
    #all_wrap #trainerSingle .trainerListCont h3::before,
    #all_wrap #trainerSingle .trainerListCont h3::after {
        content: '';
        display: block;
        width: 5%;
        height: 1px;
        background: #FF839A;
        padding: 0;
        margin: 0 20px;
    }
}

/************************************************************/
/*　トレーニングスタジオ一覧
/************************************************************/
#all_wrap #pageStudio .studioAbout {
    margin: 0 auto 150px;
    padding: 0;
}
#all_wrap #pageStudio .studioAbout > h2 {
    width: 100%;
    font-size: 30px;
    line-height: 1.4em;
    font-family: 'trajan-pro-3', 'Noto Serif JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    font-weight: 400;
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt" 1;
    color: #000;
    font-style: normal;
    padding: 0;
    margin: 0 auto 20px;
    text-align: center;
    border: none;
}
#all_wrap #pageStudio .studioAbout > p {
    padding: 0;
    margin: 0 auto 50px;
    text-align: center;
}

#all_wrap .l-wrapper-full .pageContents .content .studioPoint {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    list-style: none;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#all_wrap .l-wrapper-full .pageContents .content .studioPoint > li {
    width: 48%;
    padding: 40px 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}
#all_wrap .l-wrapper-full .pageContents .content .studioPoint > li::before {
    content: '';
    display: block;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    padding: 0;
    margin: 0;
    background: rgba(0,0,0,0.5);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 0;
}
#all_wrap #pageStudio .studioPoint > li h3 {
    width: calc(100% - 20px);
    font-family: 'trajan-pro-3', 'Noto Serif JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    font-weight: 400;
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt" 1;
    color: #fff;
    font-size: 18px;
    font-style: normal;
    padding: 20px 0 15px;
    margin: 0 auto 20px;
    text-align: center;
    border-bottom: 1px solid #fff;
}
#all_wrap #pageStudio .studioPoint > li h3 span {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0 auto 10px;
    color: #fff;
    font-size: 40px;
}
#all_wrap #pageStudio .studioPoint > li figure {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: -1;
}
#all_wrap #pageStudio .studioPoint > li figure img {
    width: auto;
    height: 100%;
    padding: 0;
    margin: 0;
}
#all_wrap .l-wrapper-full .pageContents .content .studioPoint > li p {
    color: #fff;
    padding: 0 40px;
    margin: 0;
    text-align: left;
    position: relative;
    z-index: 5;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    #all_wrap #pageStudio .studioAbout {
        margin: 0 auto 100px;
        padding: 0;
    }
    #all_wrap #pageStudio .studioAbout > h2 {
        width: 100%;
        font-size: 20px;
        line-height: 1.4em;
        font-family: 'trajan-pro-3', 'Noto Serif JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
        font-weight: 400;
        -webkit-text-size-adjust: 100%;
        font-feature-settings: "palt" 1;
        color: #000;
        font-style: normal;
        padding: 0;
        margin: 0 auto 10px;
        text-align: center;
    }
    #all_wrap #pageStudio .studioAbout > p {
        padding: 0;
        margin: 0 auto 20px;
        text-align: center;
    }

    #all_wrap .l-wrapper-full .pageContents .content .studioPoint {
        width: 100%;
        padding: 0;
        margin: 0 auto;
        list-style: none;
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    #all_wrap .l-wrapper-full .pageContents .content .studioPoint > li {
        width: 100%;
        padding: 20px 0;
        margin: 0 auto 20px;
        overflow: hidden;
        position: relative;
    }
    #all_wrap .l-wrapper-full .pageContents .content .studioPoint > li::before {
        content: '';
        display: block;
        width: calc(100% - 20px);
        height: calc(100% - 20px);
        padding: 0;
        margin: 0;
        background: rgba(0,0,0,0.5);
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        z-index: 0;
    }
    #all_wrap #pageStudio .studioPoint > li h3 {
        width: calc(100% - 20px);
        font-family: 'trajan-pro-3', 'Noto Serif JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
        font-weight: 400;
        -webkit-text-size-adjust: 100%;
        font-feature-settings: "palt" 1;
        color: #fff;
        font-size: 15px;
        font-style: normal;
        padding: 10px 0 10px;
        margin: 0 auto 10px;
        text-align: center;
        border-bottom: 1px solid #fff;
    }
    #all_wrap #pageStudio .studioPoint > li h3 span {
        display: block;
        width: 100%;
        padding: 0;
        margin: 0 auto 10px;
        color: #fff;
        font-size: 30px;
    }
    #all_wrap #pageStudio .studioPoint > li figure {
        width: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        z-index: -1;
    }
    #all_wrap #pageStudio .studioPoint > li figure img {
        width: auto;
        height: auto;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) scale(2);
        -webkit-transform: translate(-50%, -50%) scale(2);
        -ms-transform: translate(-50%, -50%) scale(2);
        margin: auto;
    }
    #all_wrap .l-wrapper-full .pageContents .content .studioPoint > li p {
        color: #fff;
        padding: 0 40px;
        margin: 0;
        text-align: left;
        position: relative;
        z-index: 5;
    }
}

/* リスト */
#all_wrap .studioList {
    margin: 0 auto 50px;
}
#all_wrap .studioList > h2 {
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0 auto;
    font-size: 70px;
    line-height: 1;
    color: #FF839A;
    font-family: 'trajan-pro-3', sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt" 1;
    transform: translate(0, -40px);
    -webkit-transform: translate(0, -40px);
    -ms-transform: translate(0, -40px);
    border: none;
}
#all_wrap .studioList > h2 > span {
    display: block;
    width: 100%;
    padding: 20px;
    margin: 15px auto 0;
    text-align: center;
    font-size: 20px;
    line-height: 1;
    font-family: 'trajan-pro-3', 'Noto Serif JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt" 1;
    color: #fff;
    background: linear-gradient( to right, #FFCAD4 0, #FF839A 100% );
}
#all_wrap .l-wrapper-full .pageContents .content .studioList > ul {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    list-style: none;
}
#all_wrap .l-wrapper-full .pageContents .content .studioList > ul > li {
    width: 100%;
    padding: 0;
    margin: 0 auto 150px;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
}
#all_wrap .l-wrapper-full .pageContents .content .studioList > ul > li::before,
#all_wrap .l-wrapper-full .pageContents .content .studioList > ul > li::after {
    display: none;
}
#all_wrap .studioList > ul > li figure {
    display: block;
    width: 30%;
    padding: 0;
    margin: 0 0 0 auto;
    position: relative;
}
#all_wrap .studioList > ul > li figure::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    padding: 50%;
    background: #FFCED7;
    position: absolute;
    top: 10px;
    left: -10px;
    z-index: -1;
}
#all_wrap .studioList > ul > li figure img {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
}
#all_wrap .studioList > ul > li .studioListInfo {
    width: 40%;
    padding: 20px 40px;
    margin: 0 auto 0 0;
    display: -webkit-flex;
    display: flex;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
}
#all_wrap .studioList > ul > li .studioMap {
    width: 100%;
    height: 300px;
    padding: 0;
    margin: 80px auto 0;
}
#all_wrap .studioList > ul > li .studioMap iframe {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}
#all_wrap .studioList > ul > li .studioListInfo h3 {
    width: 100%;
    font-size: 30px;
    line-height: 1.4em;
    font-family: 'trajan-pro-3', 'Noto Serif JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    font-weight: 400;
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt" 1;
    color: #000;
    font-style: normal;
    text-align: left;
    padding: 0;
    margin: 0 0 40px;
    position: relative;
}
#all_wrap .studioList > ul > li .studioListInfo h3::before {
    content: '';
    display: block;
    width: calc(100% + 100px);
    height: 1px;
    padding: 0;
    margin: 0;
    background: #000;
    position: absolute;
    bottom: -20px;
    right: 0;
    left: auto;
    z-index: 5;
}
#all_wrap .studioList > ul > li .studioListInfo dl {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
}
#all_wrap .studioList > ul > li .studioListInfo dl dt {
    display: block;
    width: 20%;
    padding: 5px 10px;
    margin: 0 0 5px;
    background: #FFA8B8;
    color: #fff;
    text-align: center;
    font-size: 12px;
    line-height: 1;
}
#all_wrap .studioList > ul > li .studioListInfo dl dd {
    display: block;
    width: 75%;
    padding: 0;
    margin: 0 0 5px;
    color: #000;
    font-size: 14px;
    line-height: 1.7em;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    /* リスト */
    #all_wrap .studioList {
        margin: 0 auto 50px;
    }
    #all_wrap .studioList > h2 {
        width: 100%;
        text-align: center;
        padding: 0;
        margin: 0 auto 20px;
        font-size: 30px;
        line-height: 1;
        color: #FF839A;
        font-family: 'trajan-pro-3', sans-serif;
        font-weight: 400;
        font-style: normal;
        -webkit-text-size-adjust: 100%;
        font-feature-settings: "palt" 1;
        transform: translate(0, -10px);
        -webkit-transform: translate(0, -10px);
        -ms-transform: translate(0, -10px);
        border: none;
    }
    #all_wrap .studioList > h2 > span {
        display: block;
        width: 100%;
        padding: 10px;
        margin: 5px auto 0;
        text-align: center;
        font-size: 14px;
        line-height: 1;
        font-family: 'trajan-pro-3', 'Noto Serif JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
        font-weight: 400;
        font-style: normal;
        -webkit-text-size-adjust: 100%;
        font-feature-settings: "palt" 1;
        color: #fff;
        background: linear-gradient( to right, #FFCAD4 0, #FF839A 100% );
    }
    #all_wrap .l-wrapper-full .pageContents .content .studioList > ul {
        width: 100%;
        padding: 0;
        margin: 0 auto;
        list-style: none;
    }
    #all_wrap .l-wrapper-full .pageContents .content .studioList > ul > li {
        width: 100%;
        padding: 0;
        margin: 0 auto 50px;
        display: -webkit-flex;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        position: relative;
    }
    #all_wrap .l-wrapper-full .pageContents .content .studioList > ul > li::before,
    #all_wrap .l-wrapper-full .pageContents .content .studioList > ul > li::after {
        display: none;
    }
    #all_wrap .studioList > ul > li figure {
        display: block;
        width: 100%;
        padding: 0;
        margin: 0 auto 10px;
        position: relative;
    }
    #all_wrap .studioList > ul > li figure::before {
        display: none;
    }
    #all_wrap .studioList > ul > li figure img {
        width: 100%;
        height: auto;
        padding: 0;
        margin: 0;
    }
    #all_wrap .studioList > ul > li .studioListInfo {
        width: 100%;
        padding: 0;
        margin: 0 auto;
        display: -webkit-flex;
        display: flex;
        align-content: center;
        align-items: center;
        flex-wrap: wrap;
    }
    #all_wrap .studioList > ul > li .studioMap {
        width: 100%;
        height: 300px;
        padding: 0;
        margin: 0 auto 0;
    }
    #all_wrap .studioList > ul > li .studioMap iframe {
        width: 100%;
        height: 100%;
        padding: 0;
        margin: 0;
        -webkit-filter: grayscale(100%);
        -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
        -o-filter: grayscale(100%);
        filter: grayscale(100%);
    }
    #all_wrap .studioList > ul > li .studioListInfo h3 {
        width: 100%;
        font-size: 20px;
        line-height: 1.4em;
        font-family: 'trajan-pro-3', 'Noto Serif JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
        font-weight: 400;
        -webkit-text-size-adjust: 100%;
        font-feature-settings: "palt" 1;
        color: #000;
        font-style: normal;
        text-align: left;
        padding: 0;
        margin: 0 0 20px;
        position: relative;
    }
    #all_wrap .studioList > ul > li .studioListInfo h3::before {
        content: '';
        display: block;
        width: calc(100%);
        height: 1px;
        padding: 0;
        margin: 0;
        background: #000;
        position: absolute;
        bottom: -10px;
        right: 0;
        left: auto;
        z-index: 5;
    }
    #all_wrap .studioList > ul > li .studioListInfo dl {
        width: 100%;
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
        align-content: flex-start;
        align-items: flex-start;
        flex-wrap: wrap;
        padding: 0;
        margin: 0;
    }
    #all_wrap .studioList > ul > li .studioListInfo dl dt {
        display: block;
        width: 100%;
        padding: 5px 5px;
        margin: 0 0 10px;
        background: #FFA8B8;
        color: #fff;
        text-align: center;
        font-size: 12px;
        line-height: 1;
    }
    #all_wrap .studioList > ul > li .studioListInfo dl dd {
        display: block;
        width: 100%;
        padding: 0;
        margin: 0 auto 10px;
        color: #000;
        font-size: 14px;
        line-height: 1.7em;
    }
}

/************************************************************/
/*　カウンセリングフォーム
/************************************************************/
/*カウンセリングフォーム*/
.counseling_form {
    width: 95%;
    padding: 100px 0;
    margin: 0 auto;
    background: #fff;
}
#all_wrap .counseling_form > h2 {
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0 auto 20px;
    font-size: 70px;
    line-height: 1;
    color: #FF839A;
    font-family: 'trajan-pro-3', sans-serif;
    font-weight: 400;
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt" 1;
    -ms-transform: translateY(-40px);
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
}
#all_wrap .counseling_form > h2 > span {
    display: block;
    width: 95%;
    padding: 0;
    margin: 10px auto 0;
    text-align: center;
    font-size: 20px;
    line-height: 1;
    font-family: 'trajan-pro-3', 'Noto Serif JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt" 1;
    color: #000;
}
.counseling_form .aligncenter {
    padding: 0;
    margin: 0 auto 50px;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    /*カウンセリングフォーム*/
    .counseling_form {
        width: 90%;
        padding: 50px 0;
        margin: 0 auto;
        background: #fff;
    }
    #all_wrap .counseling_form > h2 {
        width: 100%;
        text-align: center;
        padding: 0;
        margin: 0 auto 20px;
        font-size: 30px;
        line-height: 1;
        color: #FF839A;
        font-family: 'trajan-pro-3', sans-serif;
        font-weight: 400;
        -webkit-text-size-adjust: 100%;
        font-feature-settings: "palt" 1;
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    #all_wrap .counseling_form > h2 > span {
        display: block;
        width: 90%;
        padding: 0;
        margin: 5px auto 0;
        text-align: center;
        font-size: 14px;
        line-height: 1;
        font-family: 'trajan-pro-3', 'Noto Serif JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
        font-weight: 400;
        font-style: normal;
        -webkit-text-size-adjust: 100%;
        font-feature-settings: "palt" 1;
        color: #000;
    }
    #all_wrap .counseling_form .aligncenter {
        padding: 0;
        margin: 0 auto 20px;
    }
}


/*フォームデザイン*/
#form_area {
    width: 70%;
    padding: 0;
    margin: 0 auto;
}
#all_wrap #form_area table.counseling_form_table {
    width: 100%;
    padding: 0;
    margin: 0 auto 50px;
    border: none;
    border-top: 1px solid #c8c8c8;
    box-shadow: none;
}
#all_wrap #form_area table.counseling_form_table th {
    width: 40%;
    padding: 30px 20px;
    margin: 0;
    border: none;
    border-bottom: 1px solid #c8c8c8;
    box-shadow: none;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2em;
    line-height: 1.4em;
    font-family: 'trajan-pro-3', 'Noto Serif JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    font-weight: 400;
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt" 1;
    color: #000;
}
#all_wrap #form_area table.counseling_form_table td {
    width: 60%;
    padding: 20px 20px;
    margin: 0;
    border: none;
    border-bottom: 1px solid #c8c8c8;
    box-shadow: none;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2em;
    font-feature-settings: "palt";
    color: #000;
    overflow: hidden;
}
#all_wrap #form_area table.counseling_form_table .att {
    display: inline-block;
    padding: 0;
    margin: 0 0 0 10px;
    color: #FFA8B8;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    /*フォームデザイン*/
    #form_area {
        width: 100%;
        padding: 0;
        margin: 0 auto;
    }
    #all_wrap #form_area table.counseling_form_table {
        width: 100%;
        padding: 0;
        margin: 0 auto 20px;
        border: none;
        border-top: 1px solid #c8c8c8;
        box-shadow: none;
    }
    #all_wrap #form_area table.counseling_form_table tr {
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }
    #all_wrap #form_area table.counseling_form_table th {
        width: 100%;
        padding: 20px 10px 0;
        margin: 0;
        border: none;
        box-shadow: none;
        font-size: 15px;
        font-weight: bold;
        line-height: 1.2em;
        font-feature-settings: "palt";
        color: #000;
    }
    #all_wrap #form_area table.counseling_form_table td {
        width: 100%;
        padding: 10px 10px 20px;
        margin: 0;
        border: none;
        border-bottom: 1px solid #000;
        box-shadow: none;
        font-size: 15px;
        font-weight: bold;
        line-height: 1.2em;
        font-feature-settings: "palt";
        color: #000;
        overflow: hidden;
        border-bottom: 1px solid #c8c8c8;
    }
    #all_wrap #form_area table.counseling_form_table .att {
        display: inline-block;
        padding: 0;
        margin: 0 0 0 10px;
        color: #FFA8B8;
    }
}

/*テキストフォーム*/
#all_wrap #form_area table.counseling_form_table td input[type="text"],
#all_wrap #form_area table.counseling_form_table td input[type="email"],
#all_wrap #form_area table.counseling_form_table td textarea {
    width: 100%;
    padding: 10px 10px;
    margin: 0;
    background: #f8f8f8;
    border: 1px solid #c8c8c8;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    font-feature-settings: "palt";
    outline: none;
}
#all_wrap #form_area table.counseling_form_table td textarea {
    padding: 15px 10px;
}
#all_wrap #form_area table.counseling_form_table td input[type="text"]:focus,
#all_wrap #form_area table.counseling_form_table td input[type="email"]:focus,
#all_wrap #form_area table.counseling_form_table td textarea:focus {
    background: #fff;
}
#all_wrap #form_area table.counseling_form_table td input::placeholder,
#all_wrap #form_area table.counseling_form_table td select::placeholder,
#all_wrap #form_area table.counseling_form_table td textarea::placeholder {
    color: #78787b;
}
#all_wrap #form_area table.counseling_form_table td input::-webkit-input-placeholder,
#all_wrap #form_area table.counseling_form_table td select::-webkit-input-placeholder,
#all_wrap #form_area table.counseling_form_table td textarea::-webkit-input-placeholder {
    color: #78787b;
}

/*セレクトフォーム*/
#all_wrap #form_area table.counseling_form_table td select {
    width: 100%;
    padding: 14px 10px;
    margin: 0;
    background: #f8f8f8;
    border: 1px solid #c8c8c8;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    font-feature-settings: "palt";
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
#all_wrap #form_area table.counseling_form_table td .select_wrap {
    padding: 0;
    margin: 0;
    position: relative;
}
#all_wrap #form_area table.counseling_form_table td .select_wrap::after {
    content: '';
    width: 10px;
    height: 10px;
    border: 0px;
    border-bottom: solid 2px #1b1b20;
    border-right: solid 2px #1b1b20;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -5px;
}

/*日付*/
.first-choice {
    width: 100%;
    padding: 10px 0 10px 100px;
    margin: 0;
    position: relative;
}
.first-choice::before {
    content: '第1希望';
    font-family: 'trajan-pro-3', 'Noto Serif JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    font-weight: 400;
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt" 1;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 90px;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
}
.second-choice {
    width: 100%;
    padding: 10px 0 10px 100px;
    margin: 0;
    position: relative;
}
.second-choice::before {
    content: '第2希望';
    font-family: 'trajan-pro-3', 'Noto Serif JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    font-weight: 400;
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt" 1;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 90px;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
}
.third-choice {
    width: 100%;
    padding: 10px 0 10px 100px;
    margin: 0 0 10px;
    position: relative;
}
.third-choice::before {
    content: '第3希望';
    font-family: 'trajan-pro-3', 'Noto Serif JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    font-weight: 400;
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt" 1;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 90px;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
}
#all_wrap #form_area table.counseling_form_table td input[type="date" i] {
    width: 100%;
    padding: 8px 10px;
    margin: 0 0 10px;
    background: #f8f8f8;
    border: 1px solid #c8c8c8;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    font-feature-settings: "palt";
    outline: none;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    /*日付*/
    .first-choice {
        width: 100%;
        padding: 30px 0 0 0;
        margin: 0;
        position: relative;
    }
    .first-choice::before {
        content: '第1希望';
        display: -webkit-flex;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-wrap: wrap;
        width: 100%;
        height: auto;
        position: absolute;
        top: 5px;
        left: 0;
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
    }
    .second-choice {
        width: 100%;
        padding: 30px 0 0 0;
        margin: 0;
        position: relative;
    }
    .second-choice::before {
        content: '第2希望';
        display: -webkit-flex;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-wrap: wrap;
        width: 100%;
        height: auto;
        position: absolute;
        top: 5px;
        left: 0;
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
    }
    .third-choice {
        width: 100%;
        padding: 30px 0 0 0;
        margin: 0 0 10px;
        position: relative;
    }
    .third-choice::before {
        content: '第3希望';
        display: -webkit-flex;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-wrap: wrap;
        width: 100%;
        height: auto;
        position: absolute;
        top: 5px;
        left: 0;
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
    }
    #all_wrap #form_area table.counseling_form_table td input[type="date" i] {
        width: 100%;
        padding: 8px 10px;
        margin: 0 0 10px;
        background: #f8f8f8;
        border: 1px solid #c8c8c8;
        color: #000;
        font-size: 14px;
        font-weight: 400;
        line-height: 1;
        font-feature-settings: "palt";
        outline: none;
    }
}

/*プライバシーポリシー*/
.privacy_txt {
    width: 100%;
    height: 250px;
    padding: 30px;
    margin: 0 auto 50px;
    border: 1px solid #c8c8c8;
    overflow: hidden;
    overflow-y: scroll;
    color: #000;
    background: #f5f5f5;
}
/* スクロールの幅の設定 */
.privacy_txt::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}
/* スクロールの背景の設定 */
.privacy_txt::-webkit-scrollbar-track {
    border-radius: 0;
    box-shadow: 0;
    
}
/* スクロールのつまみ部分の設定 */
.privacy_txt::-webkit-scrollbar-thumb {
    border-radius: 0;
    background: #fff;
}

/*チェックボックス*/
.checkbox-input{
    display: none;
}
.wpcf7-list-item-label{
    padding-left: 20px;
    position:relative;
    margin-right: 20px;
    color: #000;
}
.wpcf7-list-item-label::before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #999;
    border-radius: 4px;
}
.checkbox-input:checked + .wpcf7-list-item-label{
    color: #000;
}
.checkbox-input:checked + .wpcf7-list-item-label::after{
    content: "";
    display: block;
    position: absolute;
    top: -3px;
    left: 5px;
    width: 7px;
    height: 14px;
    transform: rotate(40deg);
    border-bottom: 3px solid #000;
    border-right: 3px solid #000;
}
.privacy_btn {
    text-align: center;
    padding: 0;
    margin: 0 auto 50px;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

/*送信ボタン*/
.send_btn {
    text-align: center;
}
#all_wrap #form_area input[type="submit"] {
    padding: 20px 100px;
    margin: 0 auto;
    display: inline-block;
    background: #FF849B;
    border: none;
    color: #fff;
    cursor: pointer;
    transition: 0.5s;
    font-family: 'trajan-pro-3', 'Noto Serif JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    font-weight: 400;
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt" 1;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    /*プライバシーポリシー*/
    .privacy_txt {
        width: 100%;
        height: 250px;
        padding: 20px;
        margin: 0 auto 20px;
        border: 1px solid #c8c8c8;
        overflow: hidden;
        overflow-y: scroll;
        color: #000;
        background: #f5f5f5;
    }
    .privacy_btn {
        text-align: center;
        padding: 0;
        margin: 0 auto 20px;
        display: -webkit-flex;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }
    /*送信ボタン*/
    .send_btn {
        text-align: center;
    }
    /* iOSでのデフォルトスタイルをリセット */
    #all_wrap #form_area input[type="submit"],
    #all_wrap #form_area input[type="button"] {
      border-radius: 0;
      -webkit-box-sizing: content-box;
      -webkit-appearance: none;
      appearance: button;
      border: none;
      box-sizing: border-box;
      cursor: pointer;
    }
    #all_wrap #form_area input[type="submit"]::-webkit-search-decoration,
    #all_wrap #form_area input[type="button"]::-webkit-search-decoration {
      display: none;
    }
    #all_wrap #form_area input[type="submit"]::focus,
    #all_wrap #form_area input[type="button"]::focus {
      outline-offset: -2px;
    }
    #all_wrap #form_area input[type="submit"] {
        width: 100%;
        padding: 10px 20px;
        margin: 0 auto;
        display: inline-block;
        background: #FF849B;
        border: none;
        color: #fff;
        cursor: pointer;
        font-size: 14px;
        transition: 0.5s;
    }
}








/************************************************************/
/*　LP
/************************************************************/
.l-wrapper-lp {
    width: 100%;
    padding: 0;
    margin: 0;
    background: #000;
}
.l-wrapper-lp > .lpContent {
    width: 100%;
    max-width: 750px;
    padding: 0;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    .l-wrapper-lp {
        width: 100%;
        padding: 0;
        margin: 0;
        background: #fff;
    }
    .l-wrapper-lp > .lpContent {
        width: 100%;
        max-width: 100%;
        padding: 0;
        margin: 0 auto;
        overflow: hidden;
    }
}

/*ヘッダー*/
#lp_header.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100000;
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    background: rgba(255,255,255,1);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}
#lp_header {
    width: 100%;
    padding: 20px;
    margin: 0 auto;
    background: #fff;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
}
#lp_header > h1 {
    width: 40%;
    padding: 0;
    margin: 0;
    border: none;
    background: none;
}
#lp_header > h1 img {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
}
#lp_header > tel {
    display: block;
    width: 50%;
    padding: 0;
    margin: 0;
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    font-size: 35px;
    line-height: 1;
    font-weight: 600;
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt" 1;
    background: linear-gradient( to right, #E86CB7 0, #E89560 100% );
    -webkit-background-clip: text;
    color: transparent;
    text-align: right;
}
#lp_header > tel span {
    font-size: 25px;
    line-height: 1;
}
#lp_header > .headLine {
    width: 50%;
    padding: 0;
    margin: 0;
}
#lp_header > .headLine a {
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-wrap: nowrap;
    padding: 10px;
    margin: 0;
    text-align: center;
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    color: #fff;
    border-radius: 5px;
    background: #00BF00;
    transition: 0.2s;
}
#lp_header > .headLine a:hover {
    transition: 0.2s;
    opacity: 0.8;
}
#lp_header > .headLine a img {
    width: 30px;
    height: auto;
    padding: 0;
    margin: 0 10px 0 0;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    /*ヘッダー*/
    #lp_header {
        width: 100%;
        padding: 10px;
        margin: 0 auto;
        background: #fff;
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
        align-content: center;
        align-items: center;
        flex-wrap: wrap;
    }
    #lp_header > h1 {
        width: 40%;
        padding: 0;
        margin: 0;
        border: none;
        background: none;
    }
    #lp_header > h1 img {
        width: 100%;
        height: auto;
        padding: 0;
        margin: 0;
    }
    #lp_header > tel {
        display: block;
        width: 50%;
        padding: 0;
        margin: 0;
        font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
        font-size: 35px;
        line-height: 1;
        font-weight: 600;
        -webkit-text-size-adjust: 100%;
        font-feature-settings: "palt" 1;
        background: linear-gradient( to right, #E86CB7 0, #E89560 100% );
        -webkit-background-clip: text;
        color: transparent;
        text-align: right;
    }
    #lp_header > tel span {
        font-size: 25px;
        line-height: 1;
    }
    #lp_header > .headLine {
        width: 50%;
        padding: 0;
        margin: 0;
    }
    #lp_header > .headLine a {
        display: -webkit-flex;
        display: flex;
        justify-content: center;
        align-content: center;
        align-items: center;
        flex-wrap: nowrap;
        padding: 5px;
        margin: 0;
        text-align: center;
        font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
        font-size: 10px;
        font-weight: 500;
        line-height: 1;
        color: #fff;
        border-radius: 5px;
        background: #00BF00;
        transition: 0.2s;
    }
    #lp_header > .headLine a:hover {
        transition: 0.2s;
        opacity: 0.8;
    }
    #lp_header > .headLine a img {
        width: 20px;
        height: auto;
        padding: 0;
        margin: 0 10px 0 0;
    }
}

/*メインビジュアル*/
#lp_mainVisual {
    width: 100%;
    height: 1066px;
    padding: 0;
    margin: 0;
    position: relative;
    background: linear-gradient( to right, #f8eff8 0, #f9f9f9 50%, #fcfcfc 100% );
    display: -webkit-flex;
    display: flex;
    align-content: flex-end;
    align-items: flex-end;
    flex-wrap: wrap;
}
#lp_mainVisual > h2 {
    width: 90%;
    padding: 0;
    margin: 0 auto 20px;
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    font-size: 30px;
    line-height: 1.7em;
    font-weight: 600;
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt" 1;
    color: #fff;
    position: relative;
    z-index: 1;
}
#lp_mainVisual > h2 > strong {
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    font-size: 30px;
    line-height: 1.7em;
    font-weight: 600;
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt" 1;
    color: #fff;
    background-image: linear-gradient(to right, #E86CB7, #E89560);
	background-repeat: no-repeat;
	background-size: 100% 40%;
	background-position: bottom;
}
#lp_mainVisual > h2::before {
    content: '';
    display: block;
    width: 70%;
    height: 100%;
    padding: 0;
    margin: 0;
    position: absolute;
    top: -100px;
    left: -10%;
    z-index: 0;
    background: url('https://shortterm.alesco.fit/img/visualCurve.png') no-repeat;
    background-size: 100%;
    background-position: center top;
}
#lp_mainVisual .visualAward {
    width: 90%;
    padding: 0;
    margin: 0 auto;
    list-style: none;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
    transform: translate(0, 50px);
    -webkit-transform: translate(0, 50px);
    -ms-transform: translate(0, 50px);
}
#lp_mainVisual .visualAward > li {
    width: 31%;
    padding: 0;
    margin: 0;
}
#lp_mainVisual .visualAward > li img {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
}
#lp_mainVisual > figure {
    padding: 0;
    margin: 0;
}
#lp_mainVisual > figure img {
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: 0.5s;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    padding: 0;
    margin: 0;
    transition: 0.5s;
    z-index: 0;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    /*メインビジュアル*/
    #lp_mainVisual {
        width: 100%;
        height: 580px;
        padding: 0 0 50px;
        margin: 0;
        position: relative;
        background: linear-gradient( to right, #f8eff8 0, #f9f9f9 50%, #fcfcfc 100% );
        display: -webkit-flex;
        display: flex;
        align-content: flex-end;
        align-items: flex-end;
        flex-wrap: wrap;
        overflow: hidden;
    }
    #lp_mainVisual > h2 {
        width: 90%;
        padding: 0;
        margin: 0 auto;
        font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
        font-size: 15px;
        line-height: 1.7em;
        font-weight: 600;
        -webkit-text-size-adjust: 100%;
        font-feature-settings: "palt" 1;
        color: #fff;
        position: relative;
        z-index: 1;
    }
    #lp_mainVisual > h2 > strong {
        font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
        font-size: 15px;
        line-height: 1.7em;
        font-weight: 600;
        -webkit-text-size-adjust: 100%;
        font-feature-settings: "palt" 1;
        color: #fff;
        background-image: linear-gradient(to right, #E86CB7, #E89560);
        background-repeat: no-repeat;
        background-size: 100% 40%;
        background-position: bottom;
    }
    #lp_mainVisual > h2::before {
        content: '';
        display: block;
        width: 70%;
        height: 100%;
        padding: 0;
        margin: 0;
        position: absolute;
        top: -50px;
        left: -10%;
        z-index: 0;
        background: url('https://shortterm.alesco.fit/img/visualCurve.png') no-repeat;
        background-size: 100%;
        background-position: center top;
    }
    #lp_mainVisual .visualAward {
        width: 90%;
        padding: 0;
        margin: 0 auto;
        list-style: none;
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        position: relative;
        z-index: 1;
        transform: translate(0, 50px);
        -webkit-transform: translate(0, 50px);
        -ms-transform: translate(0, 50px);
    }
    #lp_mainVisual .visualAward > li {
        width: 31%;
        padding: 0;
        margin: 0;
    }
    #lp_mainVisual .visualAward > li img {
        width: 100%;
        height: auto;
        padding: 0;
        margin: 0;
    }
    #lp_mainVisual > figure {
        padding: 0;
        margin: 0;
    }
    #lp_mainVisual > figure img {
        width: 100%;
        height: auto;
        object-fit: cover;
        transition: 0.5s;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        padding: 0;
        margin: 0;
        transition: 0.5s;
        z-index: 0;
    }
}

/*コンセプト*/
#lp_concept {
    width: 100%;
    padding: 100px 0 100px;
    margin: 0;
    background: url('https://shortterm.alesco.fit/img/lp_conceptBg.png') no-repeat;
    background-size: 100%;
    background-position: top center;
    background-color: linear-gradient( to right, #f8eff8 0, #fcfcfc 100% );
    position: relative;
    z-index: 0;
}
#lp_concept::before {
    content: '';
    display: block;
    width: 100%;
    height: 30%;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}
#lp_concept > h2 {
    width: 90%;
    padding: 0;
    margin: 0 auto 20px;
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    font-size: 45px;
    line-height: 1.4em;
    font-weight: 600;
    font-style: italic;
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt" 1;
    background: linear-gradient( to right, #E86CB7 0, #E89560 100% );
    -webkit-background-clip: text;
    color: transparent;
    position: relative;
    z-index: 1;
    opacity: 0;
    transform: translateX(-30px);
    transition: all .5s .2s ease;
}
#lp_concept > h2.show {
    opacity: 1 !important;
    transform: translateX(0);
    transition: all .5s .2s ease;
}
#lp_concept > p {
    width: 90%;
    padding: 0;
    margin: 0 auto 50px;
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    font-size: 25px;
    line-height: 2em;
    font-weight: 600;
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt" 1;
    color: #282828;
    text-align: justify;
    text-justify: inter-ideograph;
    position: relative;
    z-index: 1;
    opacity: 0;
    transform: translateY(30px);
    transition: all .5s .2s ease;
}
#lp_concept > p.show {
    opacity: 1 !important;
    transform: translateY(0);
    transition: all .5s .2s ease;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    /*コンセプト*/
    #lp_concept {
        width: 100%;
        padding: 50px 0 50px;
        margin: 0;
        background: url('https://shortterm.alesco.fit/img/lp_conceptBg.png') no-repeat;
        background-size: 100%;
        background-position: top center;
        background-color: linear-gradient( to right, #f8eff8 0, #fcfcfc 100% );
        position: relative;
        z-index: 0;
    }
    #lp_concept::before {
        content: '';
        display: block;
        width: 100%;
        height: 30%;
        background: #fff;
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: -1;
    }
    #lp_concept > h2 {
        width: 90%;
        padding: 0;
        margin: 0 auto 20px;
        font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
        font-size: 22px;
        line-height: 1.4em;
        font-weight: 600;
        font-style: italic;
        -webkit-text-size-adjust: 100%;
        font-feature-settings: "palt" 1;
        background: linear-gradient( to right, #E86CB7 0, #E89560 100% );
        -webkit-background-clip: text;
        color: transparent;
        position: relative;
        z-index: 1;
        opacity: 0;
        transform: translateX(-30px);
        transition: all .5s .2s ease;
    }
    #lp_concept > h2.show {
        opacity: 1 !important;
        transform: translateX(0);
        transition: all .5s .2s ease;
    }
    #lp_concept > p {
        width: 90%;
        padding: 0;
        margin: 0 auto 20px;
        font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
        font-size: 15px;
        line-height: 2em;
        font-weight: 600;
        -webkit-text-size-adjust: 100%;
        font-feature-settings: "palt" 1;
        color: #282828;
        text-align: justify;
        text-justify: inter-ideograph;
        position: relative;
        z-index: 1;
        opacity: 0;
        transform: translateY(30px);
        transition: all .5s .2s ease;
    }
    #lp_concept > p.show {
        opacity: 1 !important;
        transform: translateY(0);
        transition: all .5s .2s ease;
    }
}

/*紹介1*/
#lp_concept .lp_aboutBox {
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
    background: url('https://shortterm.alesco.fit/img/lp_aboutBg.png') no-repeat;
    background-size: 100%;
    background-position: top center;
}
#lp_concept .lp_aboutBox > .lp_about01 {
    width: 90%;
    padding: 200px 0;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
#lp_concept .lp_aboutBox > .lp_about01 h3 {
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    font-size: 45px;
    line-height: 1.4em;
    font-weight: 600;
    font-style: normal;
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt" 1;
    text-align: center;
    color: #fff;
    padding: 0;
    margin: 0 auto 20px;
    opacity: 0;
    transform: translateY(30px);
    transition: all .5s .2s ease;
}
#lp_concept .lp_aboutBox > .lp_about01 h3.show {
    opacity: 1 !important;
    transform: translateY(0);
    transition: all .5s .2s ease;
}
#lp_concept .lp_aboutBox > .lp_about01 h3 strong {
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    font-size: 45px;
    line-height: 1.4em;
    font-weight: 600;
    font-style: normal;
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt" 1;
    color: #FFFF8C;
}
#lp_concept .lp_aboutBox > .lp_about01 > p {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    font-size: 25px;
    line-height: 2em;
    font-weight: 500;
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt" 1;
    color: #fff;
    text-align: justify;
    text-justify: inter-ideograph;
    opacity: 0;
    transform: translateY(30px);
    transition: all .5s .2s ease;
}
#lp_concept .lp_aboutBox > .lp_about01 > p.show {
    opacity: 1 !important;
    transform: translateY(0);
    transition: all .5s .2s ease;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    /*紹介1*/
    #lp_concept .lp_aboutBox {
        width: 100%;
        padding: 0;
        margin: 0;
        position: relative;
        background: url('https://shortterm.alesco.fit/img/lp_aboutBg.png') no-repeat;
        background-size: 100%;
        background-position: top center;
    }
    #lp_concept .lp_aboutBox > .lp_about01 {
        width: 90%;
        padding: 80px 0 80px;
        margin: 0 auto;
        position: relative;
        z-index: 1;
    }
    #lp_concept .lp_aboutBox > .lp_about01 h3 {
        font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
        font-size: 22px;
        line-height: 1.4em;
        font-weight: 600;
        font-style: normal;
        -webkit-text-size-adjust: 100%;
        font-feature-settings: "palt" 1;
        text-align: center;
        color: #fff;
        padding: 0;
        margin: 0 auto 10px;
        opacity: 0;
        transform: translateY(30px);
        transition: all .5s .2s ease;
    }
    #lp_concept .lp_aboutBox > .lp_about01 h3.show {
        opacity: 1 !important;
        transform: translateY(0);
        transition: all .5s .2s ease;
    }
    #lp_concept .lp_aboutBox > .lp_about01 h3 strong {
        font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
        font-size: 22px;
        line-height: 1.4em;
        font-weight: 600;
        font-style: normal;
        -webkit-text-size-adjust: 100%;
        font-feature-settings: "palt" 1;
        color: #FFFF8C;
    }
    #lp_concept .lp_aboutBox > .lp_about01 > p {
        width: 100%;
        padding: 0;
        margin: 0 auto;
        font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
        font-size: 15px;
        line-height: 2em;
        font-weight: 500;
        -webkit-text-size-adjust: 100%;
        font-feature-settings: "palt" 1;
        color: #fff;
        text-align: justify;
        text-justify: inter-ideograph;
        opacity: 0;
        transform: translateY(30px);
        transition: all .5s .2s ease;
    }
    #lp_concept .lp_aboutBox > .lp_about01 h3.show {
        opacity: 1 !important;
        transform: translateY(0);
        transition: all .5s .2s ease;
    }
}

/*紹介2*/
#lp_concept .lp_aboutBox > .lp_about02 {
    width: 90%;
    padding: 100px 0 200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
#lp_concept .lp_aboutBox > .lp_about02 h3 {
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    font-size: 45px;
    line-height: 1.4em;
    font-weight: 600;
    font-style: normal;
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt" 1;
    text-align: center;
    color: #fff;
    padding: 0;
    margin: 0 auto 20px;
    opacity: 0;
    transform: translateY(30px);
    transition: all .5s .2s ease;
}
#lp_concept .lp_aboutBox > .lp_about02 h3.show {
    opacity: 1 !important;
    transform: translateY(0);
    transition: all .5s .2s ease;
}
#lp_concept .lp_aboutBox > .lp_about02 h3 strong {
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    font-size: 45px;
    line-height: 1.4em;
    font-weight: 600;
    font-style: normal;
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt" 1;
    color: #FFFF8C;
}
#lp_concept .lp_aboutBox > .lp_about02 > p {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    font-size: 25px;
    line-height: 2em;
    font-weight: 500;
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt" 1;
    color: #fff;
    text-align: justify;
    text-justify: inter-ideograph;
    opacity: 0;
    transform: translateY(30px);
    transition: all .5s .2s ease;
}
#lp_concept .lp_aboutBox > .lp_about02 > p.show {
    opacity: 1 !important;
    transform: translateY(0);
    transition: all .5s .2s ease;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    /*紹介2*/
    #lp_concept .lp_aboutBox > .lp_about02 {
        width: 90%;
        padding: 80px 0 80px;
        margin: 0 auto;
        position: relative;
        z-index: 1;
    }
    #lp_concept .lp_aboutBox > .lp_about02 h3 {
        font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
        font-size: 22px;
        line-height: 1.4em;
        font-weight: 600;
        font-style: normal;
        -webkit-text-size-adjust: 100%;
        font-feature-settings: "palt" 1;
        text-align: center;
        color: #fff;
        padding: 0;
        margin: 0 auto 10px;
        opacity: 0;
        transform: translateY(30px);
        transition: all .5s .2s ease;
    }
    #lp_concept .lp_aboutBox > .lp_about02 h3.show {
        opacity: 1 !important;
        transform: translateY(0);
        transition: all .5s .2s ease;
    }
    #lp_concept .lp_aboutBox > .lp_about02 h3 strong {
        font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
        font-size: 22px;
        line-height: 1.4em;
        font-weight: 600;
        font-style: normal;
        -webkit-text-size-adjust: 100%;
        font-feature-settings: "palt" 1;
        color: #FFFF8C;
    }
    #lp_concept .lp_aboutBox > .lp_about02 > p {
        width: 100%;
        padding: 0;
        margin: 0 auto;
        font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
        font-size: 15px;
        line-height: 2em;
        font-weight: 500;
        -webkit-text-size-adjust: 100%;
        font-feature-settings: "palt" 1;
        color: #fff;
        text-align: justify;
        text-justify: inter-ideograph;
        opacity: 0;
        transform: translateY(30px);
        transition: all .5s .2s ease;
    }
    #lp_concept .lp_aboutBox > .lp_about02 h3.show {
        opacity: 1 !important;
        transform: translateY(0);
        transition: all .5s .2s ease;
    }
}

/*トレーニング*/
#lp_training {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    background: #fff;
    position: relative;
}
#lp_training > h2 {
    width: 90%;
    padding: 0;
    margin: 0 auto 20px;
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    font-size: 65px;
    line-height: 1.2em;
    font-weight: 600;
    font-style: italic;
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt" 1;
    background: linear-gradient( to right, #E86CB7 0, #E89560 100% );
    -webkit-background-clip: text;
    color: transparent;
    text-align: center;
    position: relative;
    z-index: 1;
    opacity: 0;
    transform: translateY(30px);
    transition: all .5s .2s ease;
}
#lp_training > h2.show {
    opacity: 1 !important;
    transform: translateY(0);
    transition: all .5s .2s ease;
}
#lp_training > h2::before {
    content: '';
    display: block;
    width: 100%;
    height: 300px;
    padding: 0;
    margin: 0 auto;
    background: url('https://shortterm.alesco.fit/img/lp_trainingCurve.png') no-repeat;
    background-size: 70%;
    background-position: top center;
    position: absolute;
    top: -100px;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    /*トレーニング*/
    #lp_training {
        width: 100%;
        padding: 0;
        margin: 0 auto;
        background: #fff;
        position: relative;
    }
    #lp_training > h2 {
        width: 90%;
        padding: 0;
        margin: 0 auto 20px;
        font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
        font-size: 25px;
        line-height: 1.2em;
        font-weight: 600;
        font-style: italic;
        -webkit-text-size-adjust: 100%;
        font-feature-settings: "palt" 1;
        background: linear-gradient( to right, #E86CB7 0, #E89560 100% );
        -webkit-background-clip: text;
        color: transparent;
        text-align: center;
        position: relative;
        z-index: 1;
        opacity: 0;
        transform: translateY(30px);
        transition: all .5s .2s ease;
    }
    #lp_training > h2.show {
        opacity: 1 !important;
        transform: translateY(0);
        transition: all .5s .2s ease;
    }
    #lp_training > h2::before {
        content: '';
        display: block;
        width: 100%;
        height: 150px;
        padding: 0;
        margin: 0 auto;
        background: url('https://shortterm.alesco.fit/img/lp_trainingCurve.png') no-repeat;
        background-size: 70%;
        background-position: top center;
        position: absolute;
        top: -60px;
        left: 50%;
        transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
    }
}

/*トレーニング01*/
#lp_training .lp_trainingBox01 {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    overflow: hidden;
}
#lp_training .lp_trainingBox01 figure {
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: right;
    position: relative;
    z-index: 0;
}
#lp_training .lp_trainingBox01 figure::before {
    content: '';
    display: block;
    width: 100%;
    height: 120%;
    padding: 0;
    margin: 0;
    background: linear-gradient( to right, rgba(232,108,183,0.65) 0, #E86CB7 100% );
    transform: skewX(5deg);
    position: absolute;
    top: 60px;
    right: 5%;
    z-index: -1;
}
#lp_training .lp_trainingBox01 figure img {
    width: 95%;
    height: auto;
    padding: 0;
    margin: 0;
}
#lp_training .lp_trainingBox01 > h3 {
    width: 80%;
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    font-size: 60px;
    line-height: 1.2em;
    font-weight: 600;
    font-style: normal;
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt" 1;
    text-align: left;
    color: #fff;
    padding: 0;
    margin: 0 auto;
    opacity: 0;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transition: all .5s .2s ease;
}
#lp_training .lp_trainingBox01 > h3.show {
    opacity: 1 !important;
    transform: translateY(-35px);
    transition: all .5s .2s ease;
}
#lp_training .lp_trainingBox01 > h3 span {
    display: block;
    width: 100%;
    text-align: right;
}
#lp_training .lp_trainingBox01 > h3 strong {
    font-size: 80px;
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    line-height: 1.2em;
    font-weight: 600;
    font-style: normal;
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt" 1;
    color: transparent;
    text-stroke: 2px #FFFF8C;
    -webkit-text-stroke: 2px #FFFF8C;
}
#lp_training .lp_trainingBox01 > p {
    width: 90%;
    padding: 10px 0 30px;
    margin: 0 auto;
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    font-size: 25px;
    line-height: 2em;
    font-weight: 500;
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt" 1;
    color: #282828;
    text-align: justify;
    text-justify: inter-ideograph;
    opacity: 0;
    transform: translateY(30px);
    transition: all .5s .2s ease;
}
#lp_training .lp_trainingBox01 > p.show {
    opacity: 1 !important;
    transform: translateY(0);
    transition: all .5s .2s ease;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    /*トレーニング01*/
    #lp_training .lp_trainingBox01 {
        width: 100%;
        padding: 0;
        margin: 0 auto;
        overflow: hidden;
    }
    #lp_training .lp_trainingBox01 figure {
        width: 100%;
        padding: 0;
        margin: 0;
        text-align: right;
        position: relative;
        z-index: 0;
    }
    #lp_training .lp_trainingBox01 figure::before {
        content: '';
        display: block;
        width: 100%;
        height: 110%;
        padding: 0;
        margin: 0;
        background: linear-gradient( to right, rgba(232,108,183,0.65) 0, #E86CB7 100% );
        transform: skewX(5deg);
        position: absolute;
        top: 60px;
        right: 5%;
        z-index: -1;
    }
    #lp_training .lp_trainingBox01 figure img {
        width: 95%;
        height: auto;
        padding: 0;
        margin: 0;
    }
    #lp_training .lp_trainingBox01 > h3 {
        width: 80%;
        font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
        font-size: 30px;
        line-height: 1.2em;
        font-weight: 600;
        font-style: normal;
        -webkit-text-size-adjust: 100%;
        font-feature-settings: "palt" 1;
        text-align: left;
        color: #fff;
        padding: 0;
        margin: 0 auto;
        opacity: 0;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transition: all .5s .2s ease;
    }
    #lp_training .lp_trainingBox01 > h3.show {
        opacity: 1 !important;
        transform: translateY(-15px);
        transition: all .5s .2s ease;
    }
    #lp_training .lp_trainingBox01 > h3 span {
        display: block;
        width: 100%;
        text-align: right;
    }
    #lp_training .lp_trainingBox01 > h3 strong {
        font-size: 40px;
        font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
        line-height: 1.2em;
        font-weight: 600;
        font-style: normal;
        -webkit-text-size-adjust: 100%;
        font-feature-settings: "palt" 1;
        color: transparent;
        text-stroke: 2px #FFFF8C;
        -webkit-text-stroke: 2px #FFFF8C;
    }
    #lp_training .lp_trainingBox01 > p {
        width: 90%;
        padding: 10px 0 20px;
        margin: 0 auto;
        font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
        font-size: 15px;
        line-height: 2em;
        font-weight: 500;
        -webkit-text-size-adjust: 100%;
        font-feature-settings: "palt" 1;
        color: #282828;
        text-align: justify;
        text-justify: inter-ideograph;
        opacity: 0;
        transform: translateY(30px);
        transition: all .5s .2s ease;
    }
    #lp_training .lp_trainingBox01 > p.show {
        opacity: 1 !important;
        transform: translateY(0);
        transition: all .5s .2s ease;
    }
}

/*トレーニング02*/
#lp_training .lp_trainingBox02 {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    overflow: hidden;
}
#lp_training .lp_trainingBox02 figure {
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: left;
    position: relative;
    z-index: 0;
}
#lp_training .lp_trainingBox02 figure::before {
    content: '';
    display: block;
    width: 100%;
    height: 115%;
    padding: 0;
    margin: 0;
    background: linear-gradient( to left, rgba(232,108,183,0.65) 0, #E86CB7 100% );
    transform: skewX(-5deg);
    position: absolute;
    top: 60px;
    left: 5%;
    z-index: -1;
}
#lp_training .lp_trainingBox02 figure img {
    width: 95%;
    height: auto;
    padding: 0;
    margin: 0;
}
#lp_training .lp_trainingBox02 > h3 {
    width: 85%;
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    font-size: 50px;
    line-height: 1.2em;
    font-weight: 600;
    font-style: normal;
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt" 1;
    letter-spacing: -0.02em;
    text-align: left;
    color: #fff;
    padding: 0;
    margin: 0 auto;
    opacity: 0;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transition: all .5s .2s ease;
}
#lp_training .lp_trainingBox02 > h3.show {
    opacity: 1 !important;
    transform: translateY(-35px);
    transition: all .5s .2s ease;
}
#lp_training .lp_trainingBox02 > h3 strong {
    font-size: 80px;
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    line-height: 1.2em;
    font-weight: 600;
    font-style: normal;
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt" 1;
    color: transparent;
    text-stroke: 2px #FFFF8C;
    -webkit-text-stroke: 2px #FFFF8C;
}
#lp_training .lp_trainingBox02 > p {
    width: 90%;
    padding: 0 0 20px;
    margin: 0 auto;
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    font-size: 25px;
    line-height: 2em;
    font-weight: 500;
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt" 1;
    color: #282828;
    text-align: justify;
    text-justify: inter-ideograph;
    opacity: 0;
    transform: translateY(30px);
    transition: all .5s .2s ease;
}
#lp_training .lp_trainingBox02 > p.show {
    opacity: 1 !important;
    transform: translateY(0);
    transition: all .5s .2s ease;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    /*トレーニング02*/
    #lp_training .lp_trainingBox02 {
        width: 100%;
        padding: 0;
        margin: 0 auto;
        overflow: hidden;
    }
    #lp_training .lp_trainingBox02 figure {
        width: 100%;
        padding: 0;
        margin: 0;
        text-align: left;
        position: relative;
        z-index: 0;
    }
    #lp_training .lp_trainingBox02 figure::before {
        content: '';
        display: block;
        width: 100%;
        height: 110%;
        padding: 0;
        margin: 0;
        background: linear-gradient( to left, rgba(232,108,183,0.65) 0, #E86CB7 100% );
        transform: skewX(-5deg);
        position: absolute;
        top: 60px;
        left: 5%;
        z-index: -1;
    }
    #lp_training .lp_trainingBox02 figure img {
        width: 95%;
        height: auto;
        padding: 0;
        margin: 0;
    }
    #lp_training .lp_trainingBox02 > h3 {
        width: 85%;
        font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
        font-size: 25px;
        line-height: 1.2em;
        font-weight: 600;
        font-style: normal;
        -webkit-text-size-adjust: 100%;
        font-feature-settings: "palt" 1;
        letter-spacing: -0.02em;
        text-align: left;
        color: #fff;
        padding: 0;
        margin: 0 auto;
        opacity: 0;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transition: all .5s .2s ease;
    }
    #lp_training .lp_trainingBox02 > h3.show {
        opacity: 1 !important;
        transform: translateY(-15px);
        transition: all .5s .2s ease;
    }
    #lp_training .lp_trainingBox02 > h3 strong {
        font-size: 40px;
        font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
        line-height: 1.2em;
        font-weight: 600;
        font-style: normal;
        -webkit-text-size-adjust: 100%;
        font-feature-settings: "palt" 1;
        color: transparent;
        text-stroke: 2px #FFFF8C;
        -webkit-text-stroke: 2px #FFFF8C;
    }
    #lp_training .lp_trainingBox02 > p {
        width: 90%;
        padding: 20px 0 20px;
        margin: 0 auto;
        font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
        font-size: 15px;
        line-height: 2em;
        font-weight: 500;
        -webkit-text-size-adjust: 100%;
        font-feature-settings: "palt" 1;
        color: #282828;
        text-align: justify;
        text-justify: inter-ideograph;
        opacity: 1 !important;
        transform: translateY(30px);
        transition: all .5s .2s ease;
    }
    #lp_training .lp_trainingBox02 > p.show {
        opacity: 1 !important;
        transform: translateY(0);
        transition: all .5s .2s ease;
    }
}

/*特長*/
#lp_feature {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    background: url('https://shortterm.alesco.fit/img/lp_featureBg.png');
    background-size: 24px;
    overflow: hidden;
}
#lp_feature .lp_featureBox01 {
    width: 100%;
    padding: 120px 0 0;
    margin: 0 auto 120px;
    position: relative;
}
#lp_feature .lp_featureBox01::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0; 
    border-top: 120px solid #fff;
    border-right: 750px solid transparent;
    z-index: 1;
}
#lp_feature .lp_featureBox02 {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    position: relative;
    background: rgba(0,0,0,0.5);
}
#lp_feature .lp_featureBox02::before {
    content: '';
    position: absolute;
    top: -120px;
    left: 0; 
    border-bottom: 120px solid rgba(0,0,0,0.5);
    border-left: 750px solid transparent;
    z-index: 1;
}
#lp_feature .lp_featureBox02::after {
    content: '';
    position: absolute;
    bottom: -120px;
    left: 0; 
    border-top: 120px solid rgba(0,0,0,0.5);
    border-right: 750px solid transparent;
    z-index: 1;
}
#lp_feature .lp_featureBox03 {
    width: 100%;
    padding: 120px 0 50px;
    margin: 0 auto;
    position: relative;
}
#lp_feature .lp_featureBox01 > h3,
#lp_feature .lp_featureBox02 > h3,
#lp_feature .lp_featureBox03 > h3 {
    width: 90%;
    padding: 0;
    margin: 0 auto;
    text-align: center;
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    font-size: 45px;
    line-height: 1.4em;
    font-weight: 600;
    font-style: italic;
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt" 1;
    color: #fff;
    position: relative;
    z-index: 0;
    opacity: 0;
    transform: translateY(50px);
    transition: all .5s .2s ease;
}
#lp_feature .lp_featureBox01 > h3.show,
#lp_feature .lp_featureBox02 > h3.show,
#lp_feature .lp_featureBox03 > h3.show {
    opacity: 1 !important;
    transform: translateY(20px);
    transition: all .5s .2s ease;
}
#lp_feature .lp_featureBox01 > h3 em,
#lp_feature .lp_featureBox02 > h3 em,
#lp_feature .lp_featureBox03 > h3 em {
    display: block;
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0 auto 5px;
}
#lp_feature .lp_featureBox01 > h3 em img,
#lp_feature .lp_featureBox02 > h3 em img,
#lp_feature .lp_featureBox03 > h3 em img {
    width: 20%;
    padding: 0;
    margin: 0 auto;
}
#lp_feature .lp_featureBox01 > h3 span,
#lp_feature .lp_featureBox02 > h3 span,
#lp_feature .lp_featureBox03 > h3 span {
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    font-size: 45px;
    line-height: 1.4em;
    font-weight: 600;
    font-style: italic;
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt" 1;
    color: #fff;
    position: relative;
    z-index: 1;
}
#lp_feature .lp_featureBox01 > h3 span::before,
#lp_feature .lp_featureBox02 > h3 span::before,
#lp_feature .lp_featureBox03 > h3 span::before {
    content: '';
    display: block;
    width: 120%;
    height: 30px;
    background-image: linear-gradient(to right, #E86CB7, #E89560);
	background-repeat: no-repeat;
	background-position: bottom;
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translate(-50%, 0) skewX(-15deg);
    -webkit-transform: translate(-50%, 0) skewX(-15deg);
    -ms-transform: translate(-50%, 0) skewX(-15deg);
    z-index: -1;
}
#lp_feature .lp_featureBox01 > figure,
#lp_feature .lp_featureBox02 > figure,
#lp_feature .lp_featureBox03 > figure {
    width: 100%;
    padding: 0;
    margin: 0;
}
#lp_feature .lp_featureBox01 > figure img,
#lp_feature .lp_featureBox02 > figure img,
#lp_feature .lp_featureBox03 > figure img {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
}
#lp_feature .lp_featureBox01 > p,
#lp_feature .lp_featureBox02 > p,
#lp_feature .lp_featureBox03 > p {
    padding: 20px 5%;
    margin: 0 auto;
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    font-size: 25px;
    line-height: 2em;
    font-weight: 500;
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt" 1;
    color: #fff;
    text-align: justify;
    text-justify: inter-ideograph;
    opacity: 0;
    transform: translateY(30px);
    transition: all .5s .2s ease;
}
#lp_feature .lp_featureBox01 > p.show,
#lp_feature .lp_featureBox02 > p.show,
#lp_feature .lp_featureBox03 > p.show {
    opacity: 1 !important;
    transform: translateY(0);
    transition: all .5s .2s ease;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    /*特長*/
    #lp_feature {
        width: 100%;
        padding: 0;
        margin: 0 auto;
        background: url('https://shortterm.alesco.fit/img/lp_featureBg.png');
        background-size: 24px;
        overflow: hidden;
    }
    #lp_feature .lp_featureBox01 {
        width: 100%;
        padding: 50px 0 0;
        margin: 0 auto 50px;
        position: relative;
    }
    #lp_feature .lp_featureBox01::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0; 
        border-top: 50px solid #fff;
        border-right: 100vw solid transparent;
        z-index: 1;
    }
    #lp_feature .lp_featureBox02 {
        width: 100%;
        padding: 0;
        margin: 0 auto;
        position: relative;
        background: rgba(0,0,0,0.5);
    }
    #lp_feature .lp_featureBox02::before {
        content: '';
        position: absolute;
        top: -50px;
        left: 0; 
        border-bottom: 50px solid rgba(0,0,0,0.5);
        border-left: 100vw solid transparent;
        z-index: 1;
    }
    #lp_feature .lp_featureBox02::after {
        content: '';
        position: absolute;
        bottom: -50px;
        left: 0; 
        border-top: 50px solid rgba(0,0,0,0.5);
        border-right: 100vw solid transparent;
        z-index: 1;
    }
    #lp_feature .lp_featureBox03 {
        width: 100%;
        padding: 50px 0 0;
        margin: 0 auto;
        position: relative;
    }
    #lp_feature .lp_featureBox01 > h3,
    #lp_feature .lp_featureBox02 > h3,
    #lp_feature .lp_featureBox03 > h3 {
        width: 90%;
        padding: 0;
        margin: 0 auto;
        text-align: center;
        font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
        font-size: 25px;
        line-height: 1.7em;
        font-weight: 600;
        font-style: italic;
        -webkit-text-size-adjust: 100%;
        font-feature-settings: "palt" 1;
        color: #fff;
        position: relative;
        z-index: 0;
        opacity: 0;
        transform: translateY(50px);
        transition: all .5s .2s ease;
    }
    #lp_feature .lp_featureBox01 > h3.show,
    #lp_feature .lp_featureBox02 > h3.show,
    #lp_feature .lp_featureBox03 > h3.show {
        opacity: 1 !important;
        transform: translateY(20px);
        transition: all .5s .2s ease;
    }
    #lp_feature .lp_featureBox01 > h3 em,
    #lp_feature .lp_featureBox02 > h3 em,
    #lp_feature .lp_featureBox03 > h3 em {
        display: block;
        width: 100%;
        text-align: center;
        padding: 0;
        margin: 0 auto 5px;
    }
    #lp_feature .lp_featureBox01 > h3 em img,
    #lp_feature .lp_featureBox02 > h3 em img,
    #lp_feature .lp_featureBox03 > h3 em img {
        width: 20%;
        padding: 0;
        margin: 0 auto;
    }
    #lp_feature .lp_featureBox01 > h3 span,
    #lp_feature .lp_featureBox02 > h3 span,
    #lp_feature .lp_featureBox03 > h3 span {
        font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
        font-size: 25px;
        line-height: 1.7em;
        font-weight: 600;
        font-style: italic;
        -webkit-text-size-adjust: 100%;
        font-feature-settings: "palt" 1;
        color: #fff;
        position: relative;
        z-index: 1;
    }
    #lp_feature .lp_featureBox01 > h3 span::before,
    #lp_feature .lp_featureBox02 > h3 span::before,
    #lp_feature .lp_featureBox03 > h3 span::before {
        content: '';
        display: block;
        width: 120%;
        height: 35px;
        background-image: linear-gradient(to right, #E86CB7, #E89560);
        background-repeat: no-repeat;
        background-position: bottom;
        position: absolute;
        bottom: -5px;
        left: 50%;
        transform: translate(-50%, 0) skewX(-15deg);
        -webkit-transform: translate(-50%, 0) skewX(-15deg);
        -ms-transform: translate(-50%, 0) skewX(-15deg);
        z-index: -1;
    }
    #lp_feature .lp_featureBox01 > figure,
    #lp_feature .lp_featureBox02 > figure,
    #lp_feature .lp_featureBox03 > figure {
        width: 100%;
        padding: 0;
        margin: 0;
    }
    #lp_feature .lp_featureBox01 > figure img,
    #lp_feature .lp_featureBox02 > figure img,
    #lp_feature .lp_featureBox03 > figure img {
        width: 100%;
        height: auto;
        padding: 0;
        margin: 0;
    }
    #lp_feature .lp_featureBox01 > p,
    #lp_feature .lp_featureBox02 > p,
    #lp_feature .lp_featureBox03 > p {
        padding: 20px 5%;
        margin: 0 auto;
        font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
        font-size: 15px;
        line-height: 2em;
        font-weight: 500;
        -webkit-text-size-adjust: 100%;
        font-feature-settings: "palt" 1;
        color: #fff;
        text-align: justify;
        text-justify: inter-ideograph;
        opacity: 0;
        transform: translateY(30px);
        transition: all .5s .2s ease;
    }
    #lp_feature .lp_featureBox01 > p.show,
    #lp_feature .lp_featureBox02 > p.show,
    #lp_feature .lp_featureBox03 > p.show {
        opacity: 1 !important;
        transform: translateY(0);
        transition: all .5s .2s ease;
    }
}

/*/トレーニング体験*/
#lp_exp {
    width: 100%;
    padding: 0;
    margin: 0;
}
.lp_expMain {
    width: 100%;
    padding: 40px;
    margin: 0 auto;
    list-style: none;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background: url('https://shortterm.alesco.fit/img/lp_expBg.jpg') no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    z-index: 0;
}
.lp_expMain::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    background-image: linear-gradient(to right, #E86CB7, #E89560);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0.8;
}
#lp_exp .lp_expMain > h2 {
    width: 100%;
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    font-size: 30px;
    line-height: 1.4em;
    font-weight: 600;
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt" 1;
    color: #fff;
    text-align: center;
    padding: 0;
    margin: 0 auto 20px;
    position: relative;
    z-index: 2;
    opacity: 0;
    transform: translateY(30px);
    transition: all .5s .2s ease;
}
#lp_exp .lp_expMain > h2.show {
    opacity: 1 !important;
    transform: translateY(0);
    transition: all .5s .2s ease;
}
.lp_expMain > p {
    width: 48%;
    padding: 20px;
    margin: 0;
    border: 4px solid #fff;
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    font-size: 25px;
    line-height: 1.2em;
    font-weight: 600;
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt" 1;
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 2;
    opacity: 0;
    transform: translateY(30px);
    transition: all .5s .2s ease;
}
.lp_expMain > p.show {
    opacity: 1 !important;
    transform: translateY(0);
    transition: all .5s .2s ease;
}
.lp_expMain > p > span {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0 auto;
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    font-size: 60px;
    line-height: 1.2em;
    font-weight: 600;
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt" 1;
    color: #FFFF8C;
    text-align: center;
}
.lp_expMain > p > span ruby {
    font-size: 40px;
}
.lp_expMain > p > span ruby rt {
    font-size: 12px;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    /*/トレーニング体験*/
    #lp_exp {
        width: 100%;
        padding: 0;
        margin: 0;
    }
    .lp_expMain {
        width: 100%;
        padding: 20px;
        margin: 0 auto;
        list-style: none;
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        background: url('https://shortterm.alesco.fit/img/lp_expBg.jpg') no-repeat;
        background-size: cover;
        background-position: center center;
        position: relative;
        z-index: 0;
    }
    .lp_expMain::before {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        padding: 0;
        margin: 0;
        background-image: linear-gradient(to right, #E86CB7, #E89560);
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        opacity: 0.8;
    }
    #lp_exp .lp_expMain > h2 {
        width: 100%;
        font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
        font-size: 16px;
        line-height: 1.4em;
        font-weight: 600;
        -webkit-text-size-adjust: 100%;
        font-feature-settings: "palt" 1;
        color: #fff;
        text-align: center;
        padding: 0;
        margin: 0 auto 20px;
        position: relative;
        z-index: 2;
        opacity: 0;
        transform: translateY(30px);
        transition: all .5s .2s ease;
    }
    #lp_exp .lp_expMain > h2.show {
        opacity: 1 !important;
        transform: translateY(0);
        transition: all .5s .2s ease;
    }
    .lp_expMain > p {
        width: 100%;
        padding: 20px;
        margin: 0 auto 20px;
        border: 2px solid #fff;
        font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
        font-size: 20px;
        line-height: 1.2em;
        font-weight: 600;
        -webkit-text-size-adjust: 100%;
        font-feature-settings: "palt" 1;
        color: #fff;
        text-align: center;
        position: relative;
        z-index: 2;
        opacity: 0;
        transform: translateY(30px);
        transition: all .5s .2s ease;
    }
    .lp_expMain > p.show {
        opacity: 1 !important;
        transform: translateY(0);
        transition: all .5s .2s ease;
    }
    .lp_expMain > p:last-of-type {
        margin-bottom: 0;
    }
    .lp_expMain > p > span {
        display: block;
        width: 100%;
        padding: 0;
        margin: 0 auto;
        font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
        font-size: 40px;
        line-height: 1.2em;
        font-weight: 600;
        -webkit-text-size-adjust: 100%;
        font-feature-settings: "palt" 1;
        color: #FFFF8C;
        text-align: center;
    }
    .lp_expMain > p > span ruby {
        font-size: 40px;
    }
    .lp_expMain > p > span ruby rt {
        font-size: 12px;
    }
    .lp_expMain > p > br {
        display: none;
    }
}

/*無料体験リンク*/
.lp_expBtn {
    padding: 40px;
    margin: 0;
    background: #fff;
}
.lp_expBtn > a {
    display: block;
    width: 100%;
    padding: 40px 20px;
    margin: 0 auto;
    text-align: center;
    border-radius: 5px;
    background-image: linear-gradient(to top, #E86CB7, #EEA8C0);
    color: #fff;
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    font-size: 30px;
    line-height: 1;
    font-weight: 600;
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt" 1;
    position: relative;
}
.lp_expBtn > a::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 20px solid #fff;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    z-index: 5;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    /*無料体験リンク*/
    .lp_expBtn {
        padding: 20px;
        margin: 0;
        background: #fff;
    }
    .lp_expBtn > a {
        display: block;
        width: 100%;
        padding: 20px 20px;
        margin: 0 auto;
        text-align: center;
        border-radius: 5px;
        background-image: linear-gradient(to top, #E86CB7, #EEA8C0);
        color: #fff;
        font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
        font-size: 15px;
        line-height: 1;
        font-weight: 600;
        -webkit-text-size-adjust: 100%;
        font-feature-settings: "palt" 1;
        position: relative;
    }
    .lp_expBtn > a::before {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border-top: 5px solid transparent;
        border-right: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-left: 10px solid #fff;
        position: absolute;
        top: 50%;
        right: 10px;
        transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        z-index: 5;
    }
}

/*選ばれる6つの理由*/
#lp_reason {
    width: 100%;
    padding: 200px 0 0;
    margin: 0;
    background: #fff;
}
#lp_reason > h2 {
    width: 90%;
    padding: 0;
    margin: 0 auto 20px;
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    font-size: 65px;
    line-height: 1.2em;
    font-weight: 600;
    font-style: italic;
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt" 1;
    color: #000;
    text-align: center;
    position: relative;
    z-index: 1;
    opacity: 0;
    transform: translateY(30px);
    transition: all .5s .2s ease;
}
#lp_reason > h2.show {
    opacity: 1 !important;
    transform: translateY(0);
    transition: all .5s .2s ease;
}
#lp_reason > h2::before {
    content: '';
    display: block;
    width: 180%;
    height: 300px;
    padding: 0;
    margin: 0 auto;
    background: url(https://shortterm.alesco.fit/img/lp_reasonCurve.png) no-repeat;
    background-size: 70%;
    background-position: top center;
    position: absolute;
    top: -150px;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
}
#lp_reason > h2 > span {
    display: block;
    width: 50%;
    padding: 5px 0;
    margin: 0 auto;
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    font-size: 25px;
    line-height: 1.2em;
    font-weight: 600;
    font-style: italic;
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt" 1;
    color: #fff;
    position: relative;
    z-index: 0;
}
#lp_reason > h2 > span::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    background: #000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) skewX(-15deg);
    -webkit-transform: translate(-50%, -50%) skewX(-15deg);
    -ms-transform: translate(-50%, -50%) skewX(-15deg);
    z-index: -1;
}
#lp_reason > h2 > em {
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    font-size: 1.4em;
    width: 0.8em;
    line-height: 1.2em;
    font-weight: 600;
    font-style: italic;
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt" 1;
    display: inline-block;
    background: linear-gradient( to right, #E86CB7 0, #E89560 100% );
    -webkit-background-clip: text;
    color: transparent;
}
#lp_reason > .lp_reasonList {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    list-style: none;
    background-image: linear-gradient(to right, #E86CB7, #E89560);
    position: relative;
    z-index: 0;
}
#lp_reason > .lp_reasonList::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    background: url('https://shortterm.alesco.fit/img/reasonBg.png');
    background-size: 40px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.05;
}
#lp_reason > .lp_reasonList::after {
    content: '';
    display: block;
    width: 100%;
    height: 70px;
    padding: 0;
    margin: 0;
    background: #fff;
    background-size: 40px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
    opacity: 1;
}
#lp_reason > .lp_reasonList > li {
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
}
#lp_reason > .lp_reasonList > li figure {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    font-size: 0;
    line-height: 1;
}
#lp_reason > .lp_reasonList > li figure img {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
}
#lp_reason > .lp_reasonList > li .lp_reasonInfo {
    width: 90%;
    padding: 60px 40px 40px;
    margin: 0;
    background: #fff;
    position: relative;
    transform: translate(-30px, -70px);
    -webkit-transform: translate(-30px, -70px);
    -ms-transform: translate(-30px, -70px);
    z-index: 2;
    opacity: 0;
    transition: all .5s .2s ease;
}
#lp_reason > .lp_reasonList > li .lp_reasonInfo.show {
    opacity: 1 !important;
    transform: translate(0, -70px);
    -webkit-transform: translate(0, -70px);
    -ms-transform: translate(0, -70px);
    transition: all .5s .2s ease;
}
#lp_reason > .lp_reasonList > li:nth-child(even) .lp_reasonInfo {
    width: 90%;
    padding: 60px 40px 40px;
    margin: 0 0 0 auto;
    background: #fff;
    position: relative;
    transform: translate(30px, -70px);
    -webkit-transform: translate(30px, -70px);
    -ms-transform: translate(30px, -70px);
    z-index: 2;
    opacity: 0;
    transition: all .5s .2s ease;
}
#lp_reason > .lp_reasonList > li:nth-child(even) .lp_reasonInfo.show {
    opacity: 1 !important;
    transform: translate(0, -70px);
    -webkit-transform: translate(0, -70px);
    -ms-transform: translate(0, -70px);
    transition: all .5s .2s ease;
}
#lp_reason > .lp_reasonList > li .lp_reasonInfo p {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    font-size: 25px;
    line-height: 2em;
    font-weight: 500;
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt" 1;
    color: #282828;
    text-align: justify;
    text-justify: inter-ideograph;
}
#lp_reason > .lp_reasonList > li .lp_reasonInfo > span {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    font-family: 'Poppins', sans-serif;
    font-size: 50px;
    line-height: 1;
    font-style: italic;
    color: #fff;
    position: absolute;
    top: 90px;
    left: auto;
    right: -109%;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform-origin: top left;
}
#lp_reason > .lp_reasonList > li:nth-child(even) .lp_reasonInfo > span {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    font-family: 'Poppins', sans-serif;
    font-size: 50px;
    line-height: 1;
    font-style: italic;
    color: #fff;
    position: absolute;
    top: 90px;
    left: -2%;
    right: auto;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform-origin: top left;
}
#lp_reason > .lp_reasonList > li .lp_reasonInfo > em {
    width: auto;
    height: 70px;
    padding: 0;
    margin: 0;
    position: absolute;
    top: -35px;
    left: 40px;
    z-index: 5;
}
#lp_reason > .lp_reasonList > li:nth-child(even) .lp_reasonInfo > em {
    width: auto;
    height: 70px;
    padding: 0;
    margin: 0;
    position: absolute;
    top: -35px;
    left: auto;
    right: 40px;
    z-index: 5;
}
#lp_reason > .lp_reasonList > li .lp_reasonInfo > em img {
    width: auto;
    height: 100%;
    padding: 0;
    margin: 0;
}
#lp_reason > .lp_reasonList > li .lp_reasonInfo > h3 {
    padding: 0;
    margin: 0 auto 20px;
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    font-size: 40px;
    line-height: 1.2em;
    font-weight: 600;
    font-style: italic;
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt" 1;
    background: linear-gradient( to right, #E86CB7 0, #E89560 100% );
    -webkit-background-clip: text;
    color: transparent;
    text-align: left;
    position: relative;
    z-index: 1;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    /*選ばれる6つの理由*/
    #lp_reason {
        width: 100%;
        padding: 100px 0 0;
        margin: 0;
        background: #fff;
    }
    #lp_reason > h2 {
        width: 90%;
        padding: 0;
        margin: 0 auto 20px;
        font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
        font-size: 30px;
        line-height: 1.2em;
        font-weight: 600;
        font-style: italic;
        -webkit-text-size-adjust: 100%;
        font-feature-settings: "palt" 1;
        color: #000;
        text-align: center;
        position: relative;
        z-index: 1;
        opacity: 0;
        transform: translateY(30px);
        transition: all .5s .2s ease;
    }
    #lp_reason > h2.show {
        opacity: 1 !important;
        transform: translateY(0);
        transition: all .5s .2s ease;
    }
    #lp_reason > h2::before {
        content: '';
        display: block;
        width: 180%;
        height: 150px;
        padding: 0;
        margin: 0 auto;
        background: url(https://shortterm.alesco.fit/img/lp_reasonCurve.png) no-repeat;
        background-size: 70%;
        background-position: top center;
        position: absolute;
        top: -50px;
        left: 50%;
        transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
    }
    #lp_reason > h2 > span {
        display: block;
        width: 70%;
        padding: 5px 0;
        margin: 0 auto;
        font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
        font-size: 15px;
        line-height: 1.2em;
        font-weight: 600;
        font-style: italic;
        -webkit-text-size-adjust: 100%;
        font-feature-settings: "palt" 1;
        color: #fff;
        position: relative;
        z-index: 0;
    }
    #lp_reason > h2 > span::before {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        padding: 0;
        margin: 0;
        background: #000;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) skewX(-15deg);
        -webkit-transform: translate(-50%, -50%) skewX(-15deg);
        -ms-transform: translate(-50%, -50%) skewX(-15deg);
        z-index: -1;
    }
    #lp_reason > h2 > em {
        font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
        font-size: 1.2em;
        width: 0.8em;
        line-height: 1.2em;
        font-weight: 600;
        font-style: italic;
        -webkit-text-size-adjust: 100%;
        font-feature-settings: "palt" 1;
        display: inline-block;
        background: linear-gradient( to right, #E86CB7 0, #E89560 100% );
        -webkit-background-clip: text;
        color: transparent;
    }
    #lp_reason > .lp_reasonList {
        width: 100%;
        padding: 0;
        margin: 0 auto;
        list-style: none;
        background-image: linear-gradient(to right, #E86CB7, #E89560);
        position: relative;
        z-index: 0;
    }
    #lp_reason > .lp_reasonList::before {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        padding: 0;
        margin: 0;
        background: url('https://shortterm.alesco.fit/img/reasonBg.png');
        background-size: 40px;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        opacity: 0.05;
    }
    #lp_reason > .lp_reasonList::after {
        content: '';
        display: block;
        width: 100%;
        height: 70px;
        padding: 0;
        margin: 0;
        background: #fff;
        background-size: 40px;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 0;
        opacity: 1;
    }
    #lp_reason > .lp_reasonList > li {
        width: 100%;
        padding: 0;
        margin: 0;
        position: relative;
    }
    #lp_reason > .lp_reasonList > li figure {
        width: 100%;
        padding: 0;
        margin: 0 auto;
        font-size: 0;
        line-height: 1;
    }
    #lp_reason > .lp_reasonList > li figure img {
        width: 100%;
        height: auto;
        padding: 0;
        margin: 0;
    }
    #lp_reason > .lp_reasonList > li .lp_reasonInfo {
        width: 90%;
        padding: 30px 20px 20px;
        margin: 0;
        background: #fff;
        position: relative;
        transform: translate(-30px, -40px);
        -webkit-transform: translate(-30px, -40px);
        -ms-transform: translate(-30px, -40px);
        z-index: 2;
        opacity: 0;
        transition: all .5s .2s ease;
    }
    #lp_reason > .lp_reasonList > li .lp_reasonInfo.show {
        opacity: 1 !important;
        transform: translate(0, -40px);
        -webkit-transform: translate(0, -40px);
        -ms-transform: translate(0, -40px);
        transition: all .5s .2s ease;
    }
    #lp_reason > .lp_reasonList > li:nth-child(even) .lp_reasonInfo {
        width: 90%;
        padding: 30px 20px 20px;
        margin: 0 0 0 auto;
        background: #fff;
        position: relative;
        transform: translate(30px, -40px);
        -webkit-transform: translate(30px, -40px);
        -ms-transform: translate(30px, -40px);
        z-index: 2;
        opacity: 0;
        transition: all .5s .2s ease;
    }
    #lp_reason > .lp_reasonList > li:nth-child(even) .lp_reasonInfo.show {
        opacity: 1 !important;
        transform: translate(0, -40px);
        -webkit-transform: translate(0, -40px);
        -ms-transform: translate(0, -40px);
        transition: all .5s .2s ease;
    }
    #lp_reason > .lp_reasonList > li .lp_reasonInfo p {
        width: 100%;
        padding: 0;
        margin: 0 auto;
        font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
        font-size: 15px;
        line-height: 2em;
        font-weight: 500;
        -webkit-text-size-adjust: 100%;
        font-feature-settings: "palt" 1;
        color: #282828;
        text-align: justify;
        text-justify: inter-ideograph;
    }
    #lp_reason > .lp_reasonList > li .lp_reasonInfo > span {
        display: block;
        width: 100%;
        padding: 0;
        margin: 0;
        font-family: 'Poppins', sans-serif;
        font-size: 20px;
        line-height: 1;
        font-style: italic;
        color: #fff;
        position: absolute;
        top: 60px;
        left: auto;
        right: -109%;
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform-origin: top left;
    }
    #lp_reason > .lp_reasonList > li:nth-child(even) .lp_reasonInfo > span {
        display: block;
        width: 100%;
        padding: 0;
        margin: 0;
        font-family: 'Poppins', sans-serif;
        font-size: 20px;
        line-height: 1;
        font-style: italic;
        color: #fff;
        position: absolute;
        top: 60px;
        left: -2%;
        right: auto;
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform-origin: top left;
    }
    #lp_reason > .lp_reasonList > li .lp_reasonInfo > em {
        width: auto;
        height: 40px;
        padding: 0;
        margin: 0;
        position: absolute;
        top: -20px;
        left: 20px;
        z-index: 5;
    }
    #lp_reason > .lp_reasonList > li:nth-child(even) .lp_reasonInfo > em {
        width: auto;
        height: 40px;
        padding: 0;
        margin: 0;
        position: absolute;
        top: -20px;
        left: auto;
        right: 20px;
        z-index: 5;
    }
    #lp_reason > .lp_reasonList > li .lp_reasonInfo > em img {
        width: auto;
        height: 100%;
        padding: 0;
        margin: 0;
    }
    #lp_reason > .lp_reasonList > li .lp_reasonInfo > h3 {
        padding: 0;
        margin: 0 auto 10px;
        font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
        font-size: 20px;
        line-height: 1.2em;
        font-weight: 600;
        font-style: italic;
        -webkit-text-size-adjust: 100%;
        font-feature-settings: "palt" 1;
        background: linear-gradient( to right, #E86CB7 0, #E89560 100% );
        -webkit-background-clip: text;
        color: transparent;
        text-align: left;
        position: relative;
        z-index: 1;
    }
}

/*料金*/
#lp_price {
    width: 100%;
    padding: 100px 0 0;
    margin: 0;
    background: #fff;
    overflow: hidden;
    position: relative;
}
#lp_price > h2 {
    width: 60%;
    padding: 0;
    margin: 0 auto 20px;
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    font-size: 65px;
    line-height: 1.2em;
    font-weight: 600;
    font-style: italic;
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt" 1;
    background: linear-gradient( to right, #E86CB7 0, #E89560 100% );
    -webkit-background-clip: text;
    color: transparent;
    text-align: center;
    position: relative;
    z-index: 1;
    opacity: 0;
    transform: translateY(30px);
    transition: all .5s .2s ease;
}
#lp_price > h2.show {
    opacity: 1 !important;
    transform: translateY(0);
    transition: all .5s .2s ease;
}
#lp_price > h2::before {
    content: '';
    display: block;
    width: 180%;
    height: 300px;
    padding: 0;
    margin: 0 auto;
    background: url(https://shortterm.alesco.fit/img/lp_priceCurve.png) no-repeat;
    background-size: 100%;
    background-position: top center;
    position: absolute;
    top: -80px;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
}
#lp_price > p {
    width: 90%;
    padding: 0;
    margin: 0 auto 40px;
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    font-size: 25px;
    line-height: 2em;
    font-weight: 500;
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt" 1;
    color: #282828;
    opacity: 0;
    transform: translateY(30px);
    transition: all .5s .2s ease;
}
#lp_price > p.show {
    opacity: 1 !important;
    transform: translateY(0);
    transition: all .5s .2s ease;
}
#lp_price > .lp_priceList {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    list-style: none;
}
#lp_price > .lp_priceList > li {
    width: 90%;
    padding: 0;
    margin: 0 auto;
}
#lp_price > .lp_priceList > li figure {
    width: 100%;
    padding: 0;
    margin: 0 auto;
}
#lp_price > .lp_priceList > li figure img {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
}
#lp_price > .lp_priceList > li .lp_priceListInfo {
    padding: 30px 0 50px;
    margin: 0 auto;
    position: relative;
    opacity: 0;
    transform: translateY(30px);
    transition: all .5s .2s ease;
}
#lp_price > .lp_priceList > li .lp_priceListInfo.show {
    opacity: 1 !important;
    transform: translateY(0);
    transition: all .5s .2s ease;
}
#lp_price > .lp_priceList > li:first-child .lp_priceListInfo {
    padding: 40px 0 50px;
    margin: 0 auto;
    position: relative;
    opacity: 0;
    transform: translateY(30px);
    transition: all .5s .2s ease;
}
#lp_price > .lp_priceList > li:first-child .lp_priceListInfo.show {
    opacity: 1 !important;
    transform: translateY(0);
    transition: all .5s .2s ease;
}
#lp_price > .lp_priceList > li .lp_priceListInfo > strong {
    display: block;
    width: 50%;
    padding: 10px;
    margin: 0 auto;
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    font-size: 30px;
    line-height: 1.2em;
    font-weight: 600;
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt" 1;
    color: #fff;
    position: absolute;
    top: -47px;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    z-index: 1;
    text-align: center;
}
#lp_price > .lp_priceList > li:last-child .lp_priceListInfo > strong {
    display: block;
    width: 50%;
    padding: 10px;
    margin: 0 auto;
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    font-size: 30px;
    line-height: 1.2em;
    font-weight: 600;
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt" 1;
    color: #fff;
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    z-index: 1;
    text-align: center;
}
#lp_price > .lp_priceList > li .lp_priceListInfo > strong::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, #E86CB7, #E89560);
	background-repeat: no-repeat;
	background-position: bottom;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0) skewX(-10deg);
    -webkit-transform: translate(-50%, 0) skewX(-10deg);
    -ms-transform: translate(-50%, 0) skewX(-10deg);
    z-index: -1;
}
#lp_price > .lp_priceList > li .lp_priceListInfo > strong::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 20px solid #E8808C;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid transparent;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    z-index: 5;
}
#lp_price > .lp_priceList > li .lp_priceListInfo > strong span {
    color: #FFFF8C;
}
#lp_price > .lp_priceList > li .lp_priceListInfo > strong em {
    font-size: 1.2em;
    font-style: normal;
}
#lp_price > .lp_priceList > li .lp_priceListInfo h3 {
    width: 90%;
    padding: 0;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-wrap: nowrap;
    white-space: nowrap;
    font-family: 'Poppins', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    font-size: 120px;
    line-height: 1.2em;
    font-weight: 500;
    font-style: italic;
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt" 1;
    background: linear-gradient( to right, #E86CB7 0, #E89560 100% );
    -webkit-background-clip: text;
    color: transparent;
    text-shadow:3px 3px 0 rgba(232,108,183,0.2);
}
#lp_price > .lp_priceList > li .lp_priceListInfo h3 span {
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-wrap: nowrap;
    font-size: 25px;
    line-height: 1;
    font-style: normal;
    width: 80px;
    height: 80px;
    padding: 0;
    margin: 0 10px 0 0;
    color: transparent;
    text-stroke: 1px #E86CB7;
    -webkit-text-stroke: 1px #E86CB7;
    text-align: center;
    background-image: linear-gradient(to right, #E86CB7, #E89560);
    position: relative;
    z-index: 0;
    text-shadow: none;
}
#lp_price > .lp_priceList > li .lp_priceListInfo h3 span::before {
    content: '';
    display: block;
    width: 76px;
    height: 76px;
    padding: 0;
    margin: 0;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: -1;
}
#lp_price > .lp_priceList > li .lp_priceListInfo h3 span::after {
    content: '';
    display: block;
    width: 70px;
    height: 70px;
    padding: 0;
    margin: 0;
    background: none;
    border: 1px solid #E86CB7;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: -1;
}
#lp_price > .lp_priceList > li .lp_priceListInfo h3 em {
    display: block;
    font-size: 0.6em;
    font-weight: 700;
    padding: 30px 0 0;
}
#lp_price > .lp_priceList > li .lp_priceListInfo > span {
    display: block;
    padding: 0;
    margin: 0 auto 10px;
    text-align: center;
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    font-size: 30px;
    line-height: 1.2em;
    font-weight: 600;
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt" 1;
    color: #232323;
}
#lp_price > .lp_priceList > li .lp_priceListInfo > p {
    width: 90%;
    padding: 0;
    margin: 0 auto 40px;
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    font-size: 25px;
    line-height: 1.7em;
    font-weight: 500;
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt" 1;
    color: #282828;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    /*料金*/
    #lp_price {
        width: 100%;
        padding: 50px 0 0;
        margin: 0;
        background: #fff;
        overflow: hidden;
        position: relative;
    }
    #lp_price > h2 {
        width: 90%;
        padding: 0;
        margin: 0 auto 20px;
        font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
        font-size: 30px;
        line-height: 1.2em;
        font-weight: 600;
        font-style: italic;
        -webkit-text-size-adjust: 100%;
        font-feature-settings: "palt" 1;
        background: linear-gradient( to right, #E86CB7 0, #E89560 100% );
        -webkit-background-clip: text;
        color: transparent;
        text-align: center;
        position: relative;
        z-index: 1;
        opacity: 0;
        transform: translateY(30px);
        transition: all .5s .2s ease;
    }
    #lp_price > h2.show {
        opacity: 1 !important;
        transform: translateY(0);
        transition: all .5s .2s ease;
    }
    #lp_price > h2::before {
        content: '';
        display: block;
        width: 110%;
        height: 150px;
        padding: 0;
        margin: 0 auto;
        background: url(https://shortterm.alesco.fit/img/lp_priceCurve.png) no-repeat;
        background-size: 100%;
        background-position: top center;
        position: absolute;
        top: -40px;
        left: 50%;
        transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
    }
    #lp_price > p {
        width: 90%;
        padding: 0;
        margin: 0 auto 20px;
        font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
        font-size: 15px;
        line-height: 2em;
        font-weight: 500;
        -webkit-text-size-adjust: 100%;
        font-feature-settings: "palt" 1;
        color: #282828;
        opacity: 0;
        transform: translateY(30px);
        transition: all .5s .2s ease;
    }
    #lp_price > p.show {
        opacity: 1 !important;
        transform: translateY(0);
        transition: all .5s .2s ease;
    }
    #lp_price > .lp_priceList {
        width: 100%;
        padding: 0;
        margin: 0 auto;
        list-style: none;
    }
    #lp_price > .lp_priceList > li {
        width: 90%;
        padding: 0;
        margin: 0 auto;
    }
    #lp_price > .lp_priceList > li figure {
        width: 100%;
        padding: 0;
        margin: 0 auto;
    }
    #lp_price > .lp_priceList > li figure img {
        width: 100%;
        height: auto;
        padding: 0;
        margin: 0;
    }
    #lp_price > .lp_priceList > li .lp_priceListInfo {
        padding: 20px 0 40px;
        margin: 0 auto;
        position: relative;
        opacity: 0;
        transform: translateY(30px);
        transition: all .5s .2s ease;
    }
    #lp_price > .lp_priceList > li .lp_priceListInfo.show {
        opacity: 1 !important;
        transform: translateY(0);
        transition: all .5s .2s ease;
    }
    #lp_price > .lp_priceList > li:first-child .lp_priceListInfo {
        padding: 20px 0 40px;
        margin: 0 auto;
        position: relative;
        opacity: 0;
        transform: translateY(30px);
        transition: all .5s .2s ease;
    }
    #lp_price > .lp_priceList > li:first-child .lp_priceListInfo.show {
        opacity: 1 !important;
        transform: translateY(0);
        transition: all .5s .2s ease;
    }
    #lp_price > .lp_priceList > li .lp_priceListInfo > strong {
        display: block;
        width: 70%;
        padding: 10px;
        margin: 0 auto;
        font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
        font-size: 20px;
        line-height: 1.2em;
        font-weight: 600;
        -webkit-text-size-adjust: 100%;
        font-feature-settings: "palt" 1;
        color: #fff;
        position: absolute;
        top: -47px;
        left: 50%;
        transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        z-index: 1;
        text-align: center;
    }
    #lp_price > .lp_priceList > li:last-child .lp_priceListInfo > strong {
        display: block;
        width: 70%;
        padding: 10px;
        margin: 0 auto;
        font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
        font-size: 20px;
        line-height: 1.2em;
        font-weight: 600;
        -webkit-text-size-adjust: 100%;
        font-feature-settings: "palt" 1;
        color: #fff;
        position: absolute;
        top: -30px;
        left: 50%;
        transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        z-index: 1;
        text-align: center;
    }
    #lp_price > .lp_priceList > li .lp_priceListInfo > strong::before {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        background-image: linear-gradient(to right, #E86CB7, #E89560);
        background-repeat: no-repeat;
        background-position: bottom;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50%, 0) skewX(-10deg);
        -webkit-transform: translate(-50%, 0) skewX(-10deg);
        -ms-transform: translate(-50%, 0) skewX(-10deg);
        z-index: -1;
    }
    #lp_price > .lp_priceList > li .lp_priceListInfo > strong::after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border-top: 20px solid #E8808C;
        border-right: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 10px solid transparent;
        position: absolute;
        bottom: -20px;
        left: 50%;
        transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        z-index: 5;
    }
    #lp_price > .lp_priceList > li .lp_priceListInfo > strong span {
        color: #FFFF8C;
    }
    #lp_price > .lp_priceList > li .lp_priceListInfo > strong em {
        font-size: 1.2em;
        font-style: normal;
    }
    #lp_price > .lp_priceList > li .lp_priceListInfo h3 {
        width: 100%;
        padding: 0;
        margin: 0 auto;
        display: -webkit-flex;
        display: flex;
        justify-content: center;
        align-content: center;
        align-items: center;
        flex-wrap: nowrap;
        white-space: nowrap;
        font-family: 'Poppins', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
        font-size: 60px;
        line-height: 1.2em;
        font-weight: 500;
        font-style: italic;
        -webkit-text-size-adjust: 100%;
        font-feature-settings: "palt" 1;
        background: none;
        -webkit-background-clip: none;
        color: #E86CB7;
        text-shadow:3px 3px 0 rgba(232,108,183,0.2);
    }
    #lp_price > .lp_priceList > li .lp_priceListInfo h3 span {
        display: -webkit-flex;
        display: flex;
        justify-content: center;
        align-content: center;
        align-items: center;
        flex-wrap: nowrap;
        font-size: 12px;
        line-height: 1;
        font-style: normal;
        width: 50px;
        height: 50px;
        padding: 0;
        margin: 0 10px 0 0;
        color: transparent;
        text-stroke: 1px #E86CB7;
        -webkit-text-stroke: 1px #E86CB7;
        text-align: center;
        background-image: linear-gradient(to right, #E86CB7, #E89560);
        position: relative;
        z-index: 0;
        text-shadow: none;
    }
    #lp_price > .lp_priceList > li .lp_priceListInfo h3 span::before {
        content: '';
        display: block;
        width: 46px;
        height: 46px;
        padding: 0;
        margin: 0;
        background: #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        z-index: -1;
    }
    #lp_price > .lp_priceList > li .lp_priceListInfo h3 span::after {
        content: '';
        display: block;
        width: 40px;
        height: 40px;
        padding: 0;
        margin: 0;
        background: none;
        border: 1px solid #E86CB7;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        z-index: -1;
    }
    #lp_price > .lp_priceList > li .lp_priceListInfo h3 em {
        display: block;
        font-size: 0.6em;
        font-weight: 700;
        padding: 20px 0 0;
    }
    #lp_price > .lp_priceList > li .lp_priceListInfo > span {
        display: block;
        padding: 0;
        margin: 0 auto 10px;
        text-align: center;
        font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
        font-size: 20px;
        line-height: 1.2em;
        font-weight: 600;
        -webkit-text-size-adjust: 100%;
        font-feature-settings: "palt" 1;
        color: #232323;
    }
    #lp_price > .lp_priceList > li .lp_priceListInfo > p {
        width: 100%;
        padding: 0;
        margin: 0 auto;
        font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
        font-size: 15px;
        line-height: 1.7em;
        font-weight: 500;
        -webkit-text-size-adjust: 100%;
        font-feature-settings: "palt" 1;
        color: #282828;
    }
}

/*トレーナー紹介*/
#lp_trainer {
    width: 100%;
    padding: 200px 0 0;
    margin: 0 auto;
    position: relative;
    background: url(https://shortterm.alesco.fit/img/lp_featureBg.png);
    background-size: 24px;
    overflow: hidden;
}
#lp_trainer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border-top: 120px solid #fff;
    border-right: 750px solid transparent;
    z-index: 1;
}
#lp_trainer::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom: 120px solid #fff;
    border-left: 750px solid transparent;
    z-index: 1;
}
#lp_trainer > h2 {
    width: 60%;
    padding: 0;
    margin: 0 auto 40px;
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    font-size: 65px;
    line-height: 1.2em;
    font-weight: 600;
    font-style: italic;
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt" 1;
    background: linear-gradient( to right, #E86CB7 0, #E89560 100% );
    -webkit-background-clip: text;
    color: transparent;
    text-align: center;
    position: relative;
    z-index: 1;
    opacity: 0;
    transform: translateY(30px);
    transition: all .5s .2s ease;
}
#lp_trainer > h2.show {
    opacity: 1 !important;
    transform: translateY(0);
    transition: all .5s .2s ease;
}
#lp_trainer > h2::before {
    content: '';
    display: block;
    width: 70%;
    height: 300px;
    padding: 0;
    margin: 0 auto;
    background: url(https://shortterm.alesco.fit/img/lp_trainerCurve.png) no-repeat;
    background-size: 100%;
    background-position: top center;
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
}
#lp_trainer > .lp_trainerList {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    list-style: none;
}
#lp_trainer > .lp_trainerList > li {
    width: 100%;
    padding: 0;
    margin: 0;
}
#lp_trainer > .lp_trainerList > li figure {
    width: 85%;
    padding: 0;
    margin: 0 auto 0 0;
    position: relative;
    z-index: 0;
}
#lp_trainer > .lp_trainerList > li figure::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    background: linear-gradient( to right, #E86CB7 0, #E89560 100% );
    position: absolute;
    bottom: -20px;
    right: -20px;
    z-index: -1;
}
#lp_trainer > .lp_trainerList > li figure img {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
}
#lp_trainer > .lp_trainerList > li .lp_trainerListInfo {
    width: 85%;
    padding: 40px;
    margin: 0 0 0 auto;
    background: #fff;
    position: relative;
    transform: translate(30px, -100px);
    -webkit-transform: translate(30px, -100px);
    -ms-transform: translate(30px, -100px);
    opacity: 0;
    transition: all .5s .2s ease;
}
#lp_trainer > .lp_trainerList > li .lp_trainerListInfo.show {
    opacity: 1 !important;
    transform: translate(0, -100px);
    -webkit-transform: translate(0, -100px);
    -ms-transform: translate(0, -100px);
    transition: all .5s .2s ease;
}
#lp_trainer > .lp_trainerList > li:last-child .lp_trainerListInfo {
    width: 85%;
    padding: 40px 40px 0;
    margin: 0 0 0 auto;
    background: #fff;
    position: relative;
    transform: translate(30px, -100px);
    -webkit-transform: translate(30px, -100px);
    -ms-transform: translate(30px, -100px);
    opacity: 0;
    transition: all .5s .2s ease;
}
#lp_trainer > .lp_trainerList > li:last-child .lp_trainerListInfo.show {
    opacity: 1 !important;
    transform: translate(0, -100px);
    -webkit-transform: translate(0, -100px);
    -ms-transform: translate(0, -100px);
    transition: all .5s .2s ease;
}
#lp_trainer > .lp_trainerList > li:last-child .lp_trainerListInfo::after {
    content: '';
    display: block;
    width: 100%;
    height: 120px;
    padding: 0;
    margin: 0;
    background: #fff;
    position: absolute;
    bottom: -120px;
    left: 0;
}
#lp_trainer > .lp_trainerList > li .lp_trainerListInfo > strong {
    display: inline-block;
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    font-size: 30px;
    line-height: 1.2em;
    font-weight: 600;
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt" 1;
    color: #fff;
    padding: 10px;
    margin: 0;
    position: absolute;
    top: -30px;
    left: -30px;
}
#lp_trainer > .lp_trainerList > li .lp_trainerListInfo > strong::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, #E86CB7, #E89560);
    background-repeat: no-repeat;
    background-position: bottom;
    position: absolute;
    top: 0;
    left: 0;
    transform: skewX(-10deg);
    -webkit-transform: skewX(-10deg);
    -ms-transform: skewX(-10deg);
    z-index: -1;
}
#lp_trainer > .lp_trainerList > li .lp_trainerListInfo > strong span {
    font-size: 0.8em;
    display: inline-block;
    padding: 0;
    margin: 0 10px 0 0;
}
#lp_trainer > .lp_trainerList > li .lp_trainerListInfo > h3 {
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    font-size: 35px;
    line-height: 1.2em;
    font-weight: 600;
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt" 1;
    color: #282828;
    padding: 15px 0 0;
    margin: 0 auto 20px;
}
#lp_trainer > .lp_trainerList > li .lp_trainerListInfo > h3 span {
    background-image: linear-gradient(to right, #FFFF8C, #FFFF8C);
    background-repeat: no-repeat;
    background-size: 100% 40%;
    background-position: bottom;
}
#lp_trainer > .lp_trainerList > li .lp_trainerListInfo > p {
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    font-size: 25px;
    line-height: 1.7em;
    font-weight: 500;
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt" 1;
    color: #282828;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    /*トレーナー紹介*/
    #lp_trainer {
        width: 100%;
        padding: 100px 0 0;
        margin: 0 auto;
        position: relative;
        background: url(https://shortterm.alesco.fit/img/lp_featureBg.png);
        background-size: 24px;
        overflow: hidden;
    }
    #lp_trainer::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        border-top: 50px solid #fff;
        border-right: 100vw solid transparent;
        z-index: 1;
    }
    #lp_trainer::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        border-bottom: 50px solid #fff;
        border-left: 100vw solid transparent;
        z-index: 1;
    }
    #lp_trainer > h2 {
        width: 90%;
        padding: 0;
        margin: 0 auto 20px;
        font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
        font-size: 30px;
        line-height: 1.2em;
        font-weight: 600;
        font-style: italic;
        -webkit-text-size-adjust: 100%;
        font-feature-settings: "palt" 1;
        background: linear-gradient( to right, #E86CB7 0, #E89560 100% );
        -webkit-background-clip: text;
        color: transparent;
        text-align: center;
        position: relative;
        z-index: 1;
        opacity: 0;
        transform: translateY(30px);
        transition: all .5s .2s ease;
    }
    #lp_trainer > h2.show {
        opacity: 1 !important;
        transform: translateY(0);
        transition: all .5s .2s ease;
    }
    #lp_trainer > h2::before {
        content: '';
        display: block;
        width: 60%;
        height: 150px;
        padding: 0;
        margin: 0 auto;
        background: url(https://shortterm.alesco.fit/img/lp_trainerCurve.png) no-repeat;
        background-size: 100%;
        background-position: top center;
        position: absolute;
        top: -40px;
        left: 50%;
        transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
    }
    #lp_trainer > .lp_trainerList {
        width: 100%;
        padding: 0;
        margin: 0 auto;
        list-style: none;
    }
    #lp_trainer > .lp_trainerList > li {
        width: 100%;
        padding: 0;
        margin: 0;
    }
    #lp_trainer > .lp_trainerList > li figure {
        width: 85%;
        padding: 0;
        margin: 0 auto 0 0;
        position: relative;
        z-index: 0;
    }
    #lp_trainer > .lp_trainerList > li figure::before {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        padding: 0;
        margin: 0;
        background: linear-gradient( to right, #E86CB7 0, #E89560 100% );
        position: absolute;
        bottom: -20px;
        right: -20px;
        z-index: -1;
    }
    #lp_trainer > .lp_trainerList > li figure img {
        width: 100%;
        height: auto;
        padding: 0;
        margin: 0;
    }
    #lp_trainer > .lp_trainerList > li .lp_trainerListInfo {
        width: 85%;
        padding: 20px;
        margin: 0 0 0 auto;
        background: #fff;
        position: relative;
        opacity: 0;
        transform: translate(30px, -40px);
        -webkit-transform: translate(30px, -40px);
        -ms-transform: translate(30px, -40px);
        transition: all .5s .2s ease;
    }
    #lp_trainer > .lp_trainerList > li .lp_trainerListInfo.show {
        opacity: 1 !important;
        transform: translate(0, -40px);
        -webkit-transform: translate(0, -40px);
        -ms-transform: translate(0, -40px);
        transition: all .5s .2s ease;
    }
    #lp_trainer > .lp_trainerList > li:last-child .lp_trainerListInfo {
        width: 85%;
        padding: 20px 20px 0;
        margin: 0 0 0 auto;
        background: #fff;
        position: relative;
        opacity: 0;
        transform: translate(30px, -40px);
        -webkit-transform: translate(30px, -40px);
        -ms-transform: translate(30px, -40px);
        transition: all .5s .2s ease;
    }
    #lp_trainer > .lp_trainerList > li:last-child .lp_trainerListInfo.show {
        opacity: 1 !important;
        transform: translate(0, -40px);
        -webkit-transform: translate(0, -40px);
        -ms-transform: translate(0, -40px);
        transition: all .5s .2s ease;
    }
    #lp_trainer > .lp_trainerList > li:last-child .lp_trainerListInfo::after {
        content: '';
        display: block;
        width: 100%;
        height: 50px;
        padding: 0;
        margin: 0;
        background: #fff;
        position: absolute;
        bottom: -50px;
        left: 0;
    }
    #lp_trainer > .lp_trainerList > li .lp_trainerListInfo > strong {
        display: inline-block;
        font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
        font-size: 20px;
        line-height: 1.2em;
        font-weight: 600;
        -webkit-text-size-adjust: 100%;
        font-feature-settings: "palt" 1;
        color: #fff;
        padding: 10px;
        margin: 0;
        position: absolute;
        top: -30px;
        left: -30px;
    }
    #lp_trainer > .lp_trainerList > li .lp_trainerListInfo > strong::before {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        background-image: linear-gradient(to right, #E86CB7, #E89560);
        background-repeat: no-repeat;
        background-position: bottom;
        position: absolute;
        top: 0;
        left: 0;
        transform: skewX(-10deg);
        -webkit-transform: skewX(-10deg);
        -ms-transform: skewX(-10deg);
        z-index: -1;
    }
    #lp_trainer > .lp_trainerList > li .lp_trainerListInfo > strong span {
        font-size: 0.8em;
        display: inline-block;
        padding: 0;
        margin: 0 10px 0 0;
    }
    #lp_trainer > .lp_trainerList > li .lp_trainerListInfo > h3 {
        font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
        font-size: 20px;
        line-height: 1.2em;
        font-weight: 600;
        -webkit-text-size-adjust: 100%;
        font-feature-settings: "palt" 1;
        color: #282828;
        padding: 15px 0 0;
        margin: 0 auto 10px;
    }
    #lp_trainer > .lp_trainerList > li .lp_trainerListInfo > h3 span {
        background-image: linear-gradient(to right, #FFFF8C, #FFFF8C);
        background-repeat: no-repeat;
        background-size: 100% 40%;
        background-position: bottom;
    }
    #lp_trainer > .lp_trainerList > li .lp_trainerListInfo > p {
        font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
        font-size: 15px;
        line-height: 1.7em;
        font-weight: 500;
        -webkit-text-size-adjust: 100%;
        font-feature-settings: "palt" 1;
        color: #282828;
    }
}

/*スタジオ紹介*/
#lp_studio {
    width: 100%;
    padding: 100px 0 0;
    margin: 0;
    background: #fff;
    overflow: hidden;
    position: relative;
}
#lp_studio > h2 {
    width: 60%;
    padding: 0;
    margin: 0 auto 40px;
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    font-size: 65px;
    line-height: 1.2em;
    font-weight: 600;
    font-style: italic;
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt" 1;
    background: linear-gradient( to right, #E86CB7 0, #E89560 100% );
    -webkit-background-clip: text;
    color: transparent;
    text-align: center;
    position: relative;
    z-index: 1;
    opacity: 0;
    transform: translateY(30px);
    transition: all .5s .2s ease;
}
#lp_studio > h2.show {
    opacity: 1 !important;
    transform: translateY(0);
    transition: all .5s .2s ease;
}
#lp_studio > h2::before {
    content: '';
    display: block;
    width: 120%;
    height: 300px;
    padding: 0;
    margin: 0 auto;
    background: url(https://shortterm.alesco.fit/img/lp_studioCurve.png) no-repeat;
    background-size: 100%;
    background-position: top center;
    position: absolute;
    top: -80px;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
}
#lp_studio > h2 span {
    display: block;
    width: 80%;
    padding: 0;
    margin: 0 auto;
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    font-size: 50px;
    line-height: 1.2em;
    font-weight: 600;
    font-style: italic;
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt" 1;
    background: linear-gradient( to right, #E86CB7 0, #E89560 100% );
    -webkit-background-clip: text;
    color: transparent;
    text-align: center;
    position: relative;
    z-index: 1;
}
#lp_studio strong {
    display: block;
    padding: 0;
    margin: 0 auto 20px;
    text-align: center;
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    font-size: 30px;
    line-height: 1.4em;
    font-weight: 600;
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt" 1;
    color: #232323;
    text-align: center;
    opacity: 0;
    transform: translateY(30px);
    transition: all .5s .2s ease;
}
#lp_studio strong.show {
    opacity: 1 !important;
    transform: translateY(0);
    transition: all .5s .2s ease;
}
#lp_studio > p {
    width: 90%;
    padding: 0;
    margin: 0 auto 40px;
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    font-size: 25px;
    line-height: 2em;
    font-weight: 500;
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt" 1;
    color: #282828;
    opacity: 0;
    transform: translateY(30px);
    transition: all .5s .2s ease;
}
#lp_studio > p.show {
    opacity: 1 !important;
    transform: translateY(0);
    transition: all .5s .2s ease;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    /*スタジオ紹介*/
    #lp_studio {
        width: 100%;
        padding: 50px 0 0;
        margin: 0;
        background: #fff;
        overflow: hidden;
        position: relative;
    }
    #lp_studio > h2 {
        width: 80%;
        padding: 0;
        margin: 0 auto 20px;
        font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
        font-size: 30px;
        line-height: 1.2em;
        font-weight: 600;
        font-style: italic;
        -webkit-text-size-adjust: 100%;
        font-feature-settings: "palt" 1;
        background: linear-gradient( to right, #E86CB7 0, #E89560 100% );
        -webkit-background-clip: text;
        color: transparent;
        text-align: center;
        position: relative;
        z-index: 1;
        opacity: 0;
        transform: translateY(30px);
        transition: all .5s .2s ease;
    }
    #lp_studio > h2.show {
        opacity: 1 !important;
        transform: translateY(0);
        transition: all .5s .2s ease;
    }
    #lp_studio > h2::before {
        content: '';
        display: block;
        width: 100%;
        height: 150px;
        padding: 0;
        margin: 0 auto;
        background: url(https://shortterm.alesco.fit/img/lp_studioCurve.png) no-repeat;
        background-size: 100%;
        background-position: top center;
        position: absolute;
        top: -40px;
        left: 50%;
        transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
    }
    #lp_studio > h2 span {
        display: block;
        width: 80%;
        padding: 0;
        margin: 0 auto;
        font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
        font-size: 25px;
        line-height: 1.2em;
        font-weight: 600;
        font-style: italic;
        -webkit-text-size-adjust: 100%;
        font-feature-settings: "palt" 1;
        background: linear-gradient( to right, #E86CB7 0, #E89560 100% );
        -webkit-background-clip: text;
        color: transparent;
        text-align: center;
        position: relative;
        z-index: 1;
    }
    #lp_studio strong {
        display: block;
        width: 90%;
        padding: 0;
        margin: 0 auto 10px;
        text-align: center;
        font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
        font-size: 16px;
        line-height: 1.4em;
        font-weight: 600;
        -webkit-text-size-adjust: 100%;
        font-feature-settings: "palt" 1;
        color: #232323;
        text-align: center;
        opacity: 0;
        transform: translateY(30px);
        transition: all .5s .2s ease;
    }
    #lp_studio strong.show {
        opacity: 1 !important;
        transform: translateY(0);
        transition: all .5s .2s ease;
    }
    #lp_studio > p {
        width: 90%;
        padding: 0;
        margin: 0 auto 20px;
        font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
        font-size: 15px;
        line-height: 2em;
        font-weight: 500;
        -webkit-text-size-adjust: 100%;
        font-feature-settings: "palt" 1;
        color: #282828;
        opacity: 0;
        transform: translateY(30px);
        transition: all .5s .2s ease;
    }
    #lp_studio > p.show {
        opacity: 1 !important;
        transform: translateY(0);
        transition: all .5s .2s ease;
    }
}

#lp_studio > .lp_studioPoint {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    list-style: none;
}
#lp_studio > .lp_studioPoint > li {
    width: 100%;
    padding: 60px;
    margin: 0;
    overflow: hidden;
    position: relative;
    z-index: 0;
}
#lp_studio > .lp_studioPoint > li::before {
    content: '';
    display: block;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    padding: 0;
    margin: 0;
    background: rgba(40,40,40,0.8);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
#lp_studio > .lp_studioPoint > li figure {
    padding: 0;
    margin: 0;
}
#lp_studio > .lp_studioPoint > li figure img {
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: 0.5s;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    padding: 0;
    margin: 0;
    transition: 0.5s;
    z-index: -1;
}
#lp_studio > .lp_studioPoint > li span {
    display: block;
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0 auto 20px;
    position: relative;
    z-index: 2;
    opacity: 0;
    transform: translateY(30px);
    transition: all .5s .2s ease;
}
#lp_studio > .lp_studioPoint > li span.show {
    opacity: 1 !important;
    transform: translateY(0);
    transition: all .5s .2s ease;
}
#lp_studio > .lp_studioPoint > li span img {
    width: 100px;
    height: auto;
    padding: 0;
    margin: 0 auto;
}
#lp_studio > .lp_studioPoint > li h3 {
    display: block;
    padding: 0;
    margin: 0 auto 20px;
    text-align: center;
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    font-size: 35px;
    line-height: 1.4em;
    font-weight: 600;
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt" 1;
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 2;
    opacity: 0;
    transform: translateY(30px);
    transition: all .5s .2s ease;
}
#lp_studio > .lp_studioPoint > li h3.show {
    opacity: 1 !important;
    transform: translateY(0);
    transition: all .5s .2s ease;
}
#lp_studio > .lp_studioPoint > li > p {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    font-size: 25px;
    line-height: 2em;
    font-weight: 500;
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt" 1;
    color: #fff;
    position: relative;
    z-index: 2;
    opacity: 0;
    transform: translateY(30px);
    transition: all .5s .2s ease;
}
#lp_studio > .lp_studioPoint > li > p.show {
    opacity: 1 !important;
    transform: translateY(0);
    transition: all .5s .2s ease;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    #lp_studio > .lp_studioPoint {
        width: 100%;
        padding: 0;
        margin: 0 auto;
        list-style: none;
    }
    #lp_studio > .lp_studioPoint > li {
        width: 100%;
        padding: 40px;
        margin: 0;
        overflow: hidden;
        position: relative;
        z-index: 0;
    }
    #lp_studio > .lp_studioPoint > li::before {
        content: '';
        display: block;
        width: calc(100% - 40px);
        height: calc(100% - 40px);
        padding: 0;
        margin: 0;
        background: rgba(40,40,40,0.8);
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
    }
    #lp_studio > .lp_studioPoint > li figure {
        padding: 0;
        margin: 0;
    }
    #lp_studio > .lp_studioPoint > li figure img {
        width: auto;
        height: 100%;
        object-fit: cover;
        transition: 0.5s;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        padding: 0;
        margin: 0;
        transition: 0.5s;
        z-index: -1;
    }
    #lp_studio > .lp_studioPoint > li span {
        display: block;
        width: 100%;
        text-align: center;
        padding: 0;
        margin: 0 auto 10px;
        position: relative;
        z-index: 2;
        opacity: 0;
        transform: translateY(30px);
        transition: all .5s .2s ease;
    }
    #lp_studio > .lp_studioPoint > li span.show {
        opacity: 1 !important;
        transform: translateY(0);
        transition: all .5s .2s ease;
    }
    #lp_studio > .lp_studioPoint > li span img {
        width: 50px;
        height: auto;
        padding: 0;
        margin: 0 auto;
    }
    #lp_studio > .lp_studioPoint > li h3 {
        display: block;
        padding: 0;
        margin: 0 auto 10px;
        text-align: center;
        font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
        font-size: 25px;
        line-height: 1.4em;
        font-weight: 600;
        -webkit-text-size-adjust: 100%;
        font-feature-settings: "palt" 1;
        color: #fff;
        text-align: center;
        position: relative;
        z-index: 2;
        opacity: 0;
        transform: translateY(30px);
        transition: all .5s .2s ease;
    }
    #lp_studio > .lp_studioPoint > li h3.show {
        opacity: 1 !important;
        transform: translateY(0);
        transition: all .5s .2s ease;
    }
    #lp_studio > .lp_studioPoint > li > p {
        width: 100%;
        padding: 0;
        margin: 0 auto;
        font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
        font-size: 15px;
        line-height: 2em;
        font-weight: 500;
        -webkit-text-size-adjust: 100%;
        font-feature-settings: "palt" 1;
        color: #fff;
        position: relative;
        z-index: 2;
        opacity: 0;
        transform: translateY(30px);
        transition: all .5s .2s ease;
    }
    #lp_studio > .lp_studioPoint > li > p.show {
        opacity: 1 !important;
        transform: translateY(0);
        transition: all .5s .2s ease;
    }
}

/*アクセス*/
#lp_studio > .lp_studioAccess {
    width: 90%;
    padding: 40px 0;
    margin: 0 auto;
    list-style: none;
}
#lp_studio > .lp_studioAccess > li {
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 0;
}
#lp_studio > .lp_studioAccess > li figure {
    width: 100%;
    height: 300px;
    padding: 0;
    margin: 0 auto;
}
#lp_studio > .lp_studioAccess > li figure iframe {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}
#lp_studio > .lp_studioAccess > li .lp_accessInfo {
    width: 100%;
    padding: 40px 0;
    margin: 0 auto;
    position: relative;
    opacity: 0;
    transform: translateX(30px);
    transition: all .5s .2s ease;
}
#lp_studio > .lp_studioAccess > li .lp_accessInfo.show {
    opacity: 1 !important;
    transform: translateX(0);
    transition: all .5s .2s ease;
}
#lp_studio > .lp_studioAccess > li .lp_accessInfo h3 {
    width: 100%;
    padding: 0;
    margin: 0;
    position: absolute;
    top: -10px;
    left: -10px;
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    font-size: 20px;
    line-height: 1em;
    font-weight: 600;
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt" 1;
    color: #fff;
}
#lp_studio > .lp_studioAccess > li .lp_accessInfo h3 span {
    position: relative;
    padding: 10px 20px;
    margin: 0;
    z-index: 0;
}
#lp_studio > .lp_studioAccess > li .lp_accessInfo h3 span::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, #E86CB7, #E89560);
    background-repeat: no-repeat;
    background-position: bottom;
    position: absolute;
    top: 0;
    left: 0;
    transform: skewX(-10deg);
    -webkit-transform: skewX(-10deg);
    -ms-transform: skewX(-10deg);
    z-index: -1;
}
#lp_studio > .lp_studioAccess > li .lp_accessInfo > p {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    font-size: 25px;
    line-height: 2em;
    font-weight: 500;
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt" 1;
    color: #282828;
    position: relative;
    z-index: 2;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    /*アクセス*/
    #lp_studio > .lp_studioAccess {
        width: 90%;
        padding: 20px 0;
        margin: 0 auto;
        list-style: none;
    }
    #lp_studio > .lp_studioAccess > li {
        width: 100%;
        padding: 0;
        margin: 0;
        position: relative;
        z-index: 0;
    }
    #lp_studio > .lp_studioAccess > li figure {
        width: 100%;
        height: 200px;
        padding: 0;
        margin: 0 auto;
    }
    #lp_studio > .lp_studioAccess > li figure iframe {
        width: 100%;
        height: 100%;
        padding: 0;
        margin: 0;
    }
    #lp_studio > .lp_studioAccess > li .lp_accessInfo {
        width: 100%;
        padding: 30px 0 20px;
        margin: 0 auto;
        position: relative;
        opacity: 0;
        transform: translateX(30px);
        transition: all .5s .2s ease;
    }
    #lp_studio > .lp_studioAccess > li .lp_accessInfo.show {
        opacity: 1 !important;
        transform: translateX(0);
        transition: all .5s .2s ease;
    }
    #lp_studio > .lp_studioAccess > li .lp_accessInfo h3 {
        width: 100%;
        padding: 0;
        margin: 0;
        position: absolute;
        top: -10px;
        left: 0;
        font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
        font-size: 20px;
        line-height: 1em;
        font-weight: 600;
        -webkit-text-size-adjust: 100%;
        font-feature-settings: "palt" 1;
        color: #fff;
        text-align: center;
    }
    #lp_studio > .lp_studioAccess > li .lp_accessInfo h3 span {
        position: relative;
        padding: 10px 20px;
        margin: 0;
        z-index: 0;
    }
    #lp_studio > .lp_studioAccess > li .lp_accessInfo h3 span::before {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        background-image: linear-gradient(to right, #E86CB7, #E89560);
        background-repeat: no-repeat;
        background-position: bottom;
        position: absolute;
        top: 0;
        left: 0;
        transform: skewX(-10deg);
        -webkit-transform: skewX(-10deg);
        -ms-transform: skewX(-10deg);
        z-index: -1;
    }
    #lp_studio > .lp_studioAccess > li .lp_accessInfo > p {
        width: 100%;
        padding: 0;
        margin: 0 auto;
        font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
        font-size: 15px;
        line-height: 1.7em;
        font-weight: 500;
        -webkit-text-size-adjust: 100%;
        font-feature-settings: "palt" 1;
        color: #282828;
        position: relative;
        z-index: 2;
    }
}

/*カウンセリングフォーム*/
#lp_form {
    width: 100%;
    padding: 100px 0;
    margin: 0 auto;
    background: #fff;
    overflow: hidden;
}
#lp_form > h2 {
    width: 90%;
    padding: 0;
    margin: 0 auto 40px;
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    font-size: 65px;
    line-height: 1.2em;
    font-weight: 600;
    font-style: italic;
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt" 1;
    background: linear-gradient( to right, #E86CB7 0, #E89560 100% );
    -webkit-background-clip: text;
    color: transparent;
    text-align: center;
    position: relative;
    z-index: 1;
    opacity: 0;
    transform: translateY(30px);
    transition: all .5s .2s ease;
}
#lp_form > h2.show {
    opacity: 1 !important;
    transform: translateY(0);
    transition: all .5s .2s ease;
}
#lp_form > h2::before {
    content: '';
    display: block;
    width: 120%;
    height: 300px;
    padding: 0;
    margin: 0 auto;
    background: url(https://shortterm.alesco.fit/img/lp_formCurve.png) no-repeat;
    background-size: 100%;
    background-position: top center;
    position: absolute;
    top: -80px;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    /*カウンセリングフォーム*/
    #lp_form {
        width: 100%;
        padding: 100px 0 50px;
        margin: 0 auto;
        background: #fff;
        overflow: hidden;
    }
    #lp_form > h2 {
        width: 90%;
        padding: 0;
        margin: 0 auto 20px;
        font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
        font-size: 25px;
        line-height: 1.2em;
        font-weight: 600;
        font-style: italic;
        -webkit-text-size-adjust: 100%;
        font-feature-settings: "palt" 1;
        background: linear-gradient( to right, #E86CB7 0, #E89560 100% );
        -webkit-background-clip: text;
        color: transparent;
        text-align: center;
        position: relative;
        z-index: 1;
        opacity: 0;
        transform: translateY(30px);
        transition: all .5s .2s ease;
    }
    #lp_form > h2.show {
        opacity: 1 !important;
        transform: translateY(0);
        transition: all .5s .2s ease;
    }
    #lp_form > h2::before {
        content: '';
        display: block;
        width: 120%;
        height: 150px;
        padding: 0;
        margin: 0 auto;
        background: url(https://shortterm.alesco.fit/img/lp_formCurve.png) no-repeat;
        background-size: 100%;
        background-position: top center;
        position: absolute;
        top: -40px;
        left: 50%;
        transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
    }
}

#lp_form table.counseling_form_table {
    width: 90%;
    padding: 0;
    margin: 0 auto 20px;
    border: none;
    box-shadow: none;
}
#lp_form table.counseling_form_table tr {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
#lp_form table.counseling_form_table th {
    width: 100%;
    padding: 20px 0 0;
    margin: 0;
    border: none;
    box-shadow: none;
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    font-size: 25px;
    font-weight: 500;
    line-height: 1.2em;
    font-feature-settings: "palt";
    color: #282828;
}
#lp_form table.counseling_form_table td {
    width: 100%;
    padding: 10px 0 20px;
    margin: 0;
    border: none;
    box-shadow: none;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2em;
    font-feature-settings: "palt";
    color: #282828;
    overflow: hidden;
}
#lp_form table.counseling_form_table .att {
    display: inline-block;
    padding: 0;
    margin: 0 0 0 10px;
    color: #E86CB7;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    #lp_form table.counseling_form_table {
        width: 90%;
        padding: 0;
        margin: 0 auto 20px;
        border: none;
        box-shadow: none;
    }
    #lp_form table.counseling_form_table tr {
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }
    #lp_form table.counseling_form_table th {
        width: 100%;
        padding: 10px 0 0;
        margin: 0;
        border: none;
        box-shadow: none;
        font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
        font-size: 16px;
        font-weight: 600;
        line-height: 1.2em;
        font-feature-settings: "palt";
        color: #282828;
    }
    #lp_form table.counseling_form_table td {
        width: 100%;
        padding: 10px 0 20px;
        margin: 0;
        border: none;
        box-shadow: none;
        font-size: 15px;
        font-weight: bold;
        line-height: 1.2em;
        font-feature-settings: "palt";
        color: #282828;
        overflow: hidden;
    }
    #lp_form table.counseling_form_table .att {
        display: inline-block;
        padding: 0;
        margin: 0 0 0 10px;
        color: #E86CB7;
    }
}

/*テキストフォーム*/
#lp_form table.counseling_form_table td input[type="text"],
#lp_form table.counseling_form_table td input[type="email"],
#lp_form table.counseling_form_table td textarea {
    width: 100%;
    padding: 20px 20px;
    margin: 0;
    background: #fff;
    border: 1px solid #c8c8c8;
    border-radius: 5px;
    color: #000;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
    font-feature-settings: "palt";
    outline: none;
}
#lp_form table.counseling_form_table td textarea {
    padding: 20px 20px;
}
#lp_form table.counseling_form_table td input[type="text"]:focus,
#lp_form table.counseling_form_table td input[type="email"]:focus,
#lp_form table.counseling_form_table td textarea:focus {
    background: #fff;
}
#lp_form table.counseling_form_table td input::placeholder,
#lp_form table.counseling_form_table td select::placeholder,
#lp_form table.counseling_form_table td textarea::placeholder {
    color: #A9A9A9;
    font-size: 20px;
}
#lp_form table.counseling_form_table td input::-webkit-input-placeholder,
#lp_form table.counseling_form_table td select::-webkit-input-placeholder,
#lp_form table.counseling_form_table td textarea::-webkit-input-placeholder {
    color: #A9A9A9;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    /*テキストフォーム*/
    #lp_form table.counseling_form_table td input[type="text"],
    #lp_form table.counseling_form_table td input[type="email"],
    #lp_form table.counseling_form_table td textarea {
        width: 100%;
        padding: 10px 10px;
        margin: 0;
        background: #fff;
        border: 1px solid #c8c8c8;
        border-radius: 5px;
        color: #000;
        font-size: 15px;
        font-weight: 400;
        line-height: normal;
        font-feature-settings: "palt";
        outline: none;
    }
    #lp_form table.counseling_form_table td textarea {
        padding: 10px 10px;
    }
    #lp_form table.counseling_form_table td input[type="text"]:focus,
    #lp_form table.counseling_form_table td input[type="email"]:focus,
    #lp_form table.counseling_form_table td textarea:focus {
        background: #fff;
    }
    #lp_form table.counseling_form_table td input::placeholder,
    #lp_form table.counseling_form_table td select::placeholder,
    #lp_form table.counseling_form_table td textarea::placeholder {
        color: #A9A9A9;
        font-size: 15px;
    }
    #lp_form table.counseling_form_table td input::-webkit-input-placeholder,
    #lp_form table.counseling_form_table td select::-webkit-input-placeholder,
    #lp_form table.counseling_form_table td textarea::-webkit-input-placeholder {
        color: #A9A9A9;
    }
}

/*セレクトフォーム*/
#lp_form table.counseling_form_table td select {
    width: 100%;
    padding: 20px;
    margin: 0;
    background: #fff;
    border: 1px solid #c8c8c8;
    color: #000;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    font-feature-settings: "palt";
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 5px;
}
#lp_form table.counseling_form_table td .select_wrap {
    padding: 0;
    margin: 0;
    position: relative;
}
#lp_form table.counseling_form_table td .select_wrap::after {
    content: '';
    width: 10px;
    height: 10px;
    border: 0px;
    border-top: 13px solid #282828;
    border-right: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid transparent;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -5px;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    /*セレクトフォーム*/
    #lp_form table.counseling_form_table td select {
        width: 100%;
        padding: 10px;
        margin: 0;
        background: #fff;
        border: 1px solid #c8c8c8;
        color: #000;
        font-size: 15px;
        font-weight: 400;
        line-height: 1;
        font-feature-settings: "palt";
        outline: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border-radius: 5px;
    }
    #lp_form table.counseling_form_table td .select_wrap {
        padding: 0;
        margin: 0;
        position: relative;
    }
    #lp_form table.counseling_form_table td .select_wrap::after {
        content: '';
        width: 10px;
        height: 10px;
        border: 0px;
        border-top: 13px solid #282828;
        border-right: 7px solid transparent;
        border-bottom: 7px solid transparent;
        border-left: 7px solid transparent;
        position: absolute;
        top: 50%;
        right: 10px;
        margin-top: -5px;
    }
}

/*日付*/
#lp_form .first-choice {
    width: 100%;
    padding: 30px 0 10px 0;
    margin: 0;
    position: relative;
}
#lp_form .first-choice::before {
    content: '第1希望';
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    font-weight: 400;
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt" 1;
    display: block;
    position: static;
    width: 100%;
    padding: 0;
    margin: 0 auto;
}
#lp_form .second-choice {
    width: 100%;
    padding: 30px 0 10px 0;
    margin: 0;
    position: relative;
}
#lp_form .second-choice::before {
    content: '第2希望';
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    font-weight: 400;
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt" 1;
    display: block;
    position: static;
    width: 100%;
    padding: 0;
    margin: 0 auto;
}
#lp_form .third-choice {
    width: 100%;
    padding: 30px 0 10px 0;
    margin: 0;
    position: relative;
}
#lp_form .third-choice::before {
    content: '第3希望';
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    font-weight: 400;
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt" 1;
    display: block;
    position: static;
    width: 100%;
    padding: 0;
    margin: 0 auto;
}
#lp_form table.counseling_form_table td input[type="date" i] {
    width: 100%;
    padding: 20px;
    margin: 0 0 10px;
    background: #fff;
    border: 1px solid #c8c8c8;
    border-radius: 5px;
    color: #000;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    font-feature-settings: "palt";
    outline: none;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    /*日付*/
    #lp_form .first-choice {
        width: 100%;
        padding: 0;
        margin: 0 auto 20px;
        position: relative;
    }
    #lp_form .first-choice::before {
        content: '第1希望';
        font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
        font-weight: 600;
        -webkit-text-size-adjust: 100%;
        font-feature-settings: "palt" 1;
        display: block;
        position: static;
        width: 100%;
        padding: 0;
        margin: 0 auto 5px;
    }
    #lp_form .second-choice {
        width: 100%;
        padding: 0;
        margin: 0 auto 20px;
        position: relative;
    }
    #lp_form .second-choice::before {
        content: '第2希望';
        font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
        font-weight: 600;
        -webkit-text-size-adjust: 100%;
        font-feature-settings: "palt" 1;
        display: block;
        position: static;
        width: 100%;
        padding: 0;
        margin: 0 auto 5px;
    }
    #lp_form .third-choice {
        width: 100%;
        padding: 0;
        margin: 0 auto;
        position: relative;
    }
    #lp_form .third-choice::before {
        content: '第3希望';
        font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
        font-weight: 600;
        -webkit-text-size-adjust: 100%;
        font-feature-settings: "palt" 1;
        display: block;
        position: static;
        width: 100%;
        padding: 0;
        margin: 0 auto 5px;
    }
    #lp_form table.counseling_form_table td input[type="date" i] {
        width: 100%;
        padding: 10px;
        margin: 0 0 10px;
        background: #fff;
        border: 1px solid #c8c8c8;
        border-radius: 5px;
        color: #000;
        font-size: 15px;
        font-weight: 400;
        line-height: 1;
        font-feature-settings: "palt";
        outline: none;
    }
}

/*プライバシーポリシー*/
#lp_form .privacy_txt {
    width: 90%;
    height: 300px;
    padding: 30px;
    margin: 0 auto 50px;
    border: 1px solid #c8c8c8;
    border-radius: 5px;
    overflow: hidden;
    overflow-y: scroll;
    color: #000;
    background: #f5f5f5;
    font-size: 20px;
    line-height: 1.7em;
}
/* スクロールの幅の設定 */
#lp_form .privacy_txt::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}
/* スクロールの背景の設定 */
#lp_form .privacy_txt::-webkit-scrollbar-track {
    border-radius: 0;
    box-shadow: 0;
    
}
/* スクロールのつまみ部分の設定 */
#lp_form .privacy_txt::-webkit-scrollbar-thumb {
    background: #fff;
    border-radius: 5px;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    /*プライバシーポリシー*/
    #lp_form .privacy_txt {
        width: 90%;
        height: 300px;
        padding: 10px;
        margin: 0 auto 20px;
        border: 1px solid #c8c8c8;
        border-radius: 5px;
        overflow: hidden;
        overflow-y: scroll;
        color: #000;
        background: #f5f5f5;
        font-size: 15px;
        line-height: 1.7em;
    }
}

/*チェックボックス*/
#lp_form .checkbox-input{
    display: none;
}
#lp_form .wpcf7-list-item-label{
    padding-left: 30px;
    position:relative;
    margin-right: 20px;
    color: #000;
    font-size: 20px;
}
#lp_form .wpcf7-list-item-label::before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #999;
    border-radius: 4px;
}
#lp_form .checkbox-input:checked + #lp_form .wpcf7-list-item-label{
    color: #000;
}
#lp_form .checkbox-input:checked + #lp_form .wpcf7-list-item-label::after{
    content: "";
    display: block;
    position: absolute;
    top: -3px;
    left: 5px;
    width: 7px;
    height: 14px;
    transform: rotate(40deg);
    border-bottom: 3px solid #000;
    border-right: 3px solid #000;
}
#lp_form .privacy_btn {
    text-align: center;
    padding: 0;
    margin: 0 auto 50px;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    #lp_form .wpcf7-list-item-label{
        padding-left: 30px;
        position:relative;
        margin-right: 10px;
        color: #000;
        font-size: 15px;
    }
    #lp_form .privacy_btn {
        text-align: center;
        padding: 0;
        margin: 0 auto 20px;
        display: -webkit-flex;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }
}

/*送信ボタン*/
#lp_form .send_btn {
    width: 90%;
    padding: 0;
    margin: 0 auto;
    text-align: center;
    position: relative;
}
#lp_form .send_btn input[type="submit"] {
    display: block;
    width: 100%;
    padding: 40px 20px;
    margin: 0 auto;
    text-align: center;
    border-radius: 5px;
    background-image: linear-gradient(to top, #E86CB7, #EEA8C0);
    color: #fff;
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    font-size: 30px;
    line-height: 1;
    font-weight: 600;
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt" 1;
    position: relative;
}
#lp_form .send_btn::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 20px solid #fff;
    position: absolute;
    top: 50%;
    right: 40px;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    z-index: 5;
}
#lp_form div.wpcf7 .ajax-loader {
    display: none;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    /*送信ボタン*/
    #lp_form .send_btn {
        width: 90%;
        padding: 0;
        margin: 0 auto;
        text-align: center;
        position: relative;
    }
    #lp_form .send_btn input[type="submit"] {
        display: block;
        width: 100%;
        padding: 20px 20px;
        margin: 0 auto;
        text-align: center;
        border-radius: 5px;
        background-image: linear-gradient(to top, #E86CB7, #EEA8C0);
        color: #fff;
        font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
        font-size: 15px;
        line-height: 1;
        font-weight: 600;
        -webkit-text-size-adjust: 100%;
        font-feature-settings: "palt" 1;
        position: relative;
    }
    #lp_form .send_btn::before {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border-top: 5px solid transparent;
        border-right: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-left: 10px solid #fff;
        position: absolute;
        top: 50%;
        right: 10px;
        transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        z-index: 5;
    }
}

#lp_link {
    width: 100%;
    padding: 0 0 20px;
    margin: 0 auto;
    background: #fff;
}
#lp_link ul {
    width: 90%;
    list-style: none;
    padding: 0;
    margin: 0 auto;
}
#lp_link ul li {
    padding: 0;
    margin: 0 auto 20px;
}
#lp_link ul li a {
    display: block;
    text-align: center;
    padding: 20px;
    margin: 0;
    border-radius: 5px;
    width: 100%;
    color: #fff;
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    font-size: 20px;
    line-height: 1;
    font-weight: 600;
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt" 1;
    transition: 0.5s;
}
#lp_link ul li:nth-child(1) a {
    background: #E86CB7;
}
#lp_link ul li:nth-child(2) a {
    background: #aa8a46;
}
#lp_link ul li a:hover {
    opacity: 0.8;
    transition: 0.5s;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    #lp_link {
        width: 100%;
        padding: 0 0 20px;
        margin: 0 auto;
        background: #fff;
    }
    #lp_link ul {
        width: 90%;
        list-style: none;
        padding: 0;
        margin: 0 auto;
    }
    #lp_link ul li {
        padding: 0;
        margin: 0 auto 20px;
    }
    #lp_link ul li a {
        display: block;
        text-align: center;
        padding: 20px;
        margin: 0;
        border-radius: 5px;
        width: 100%;
        color: #fff;
        font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
        font-size: 15px;
        line-height: 1;
        font-weight: 600;
        -webkit-text-size-adjust: 100%;
        font-feature-settings: "palt" 1;
        transition: 0.5s;
    }
    #lp_link ul li:nth-child(1) a {
        background: #E86CB7;
    }
    #lp_link ul li:nth-child(2) a {
        background: #aa8a46;
    }
    #lp_link ul li a:hover {
        opacity: 0.8;
        transition: 0.5s;
    }
}

/*フッター*/
#lp_footer {
    text-align: center;
    background: #fff;
    padding: 20px 0;
    margin: 0 auto;
}
.lpToTop {
    width: 100%;
    max-width: 750px;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: right;
    z-index: 10000;
}
.lpToTop .bottomFooter__topBtnLp {
    display: block;
    background-color: #E86CB7;
    color: #fff;
    width: 40px;
    height: 40px;
    z-index: 999;
    margin: 0 0 0 auto;
    position: relative;
}
.lpToTop .bottomFooter__topBtnLp::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 50%;
    transform: rotate(-45deg);
    margin-top: -3px;
    margin-right: -6px;
    width: 12px;
    height: 12px;
    border-top: 3px solid;
    border-right: 3px solid;
    transition: .3s;
}