@charset "UTF-8";
/*----------このエリアは削除すると正しく動作しない可能性があります----------

Theme Name:   Life Photo Salaon W
Theme URI:    https://lc-world.com/
Description:  「WEB総務課LC-World」が「Life Photo Salon W様」専用に作成した「LION BLOG」用の子テーマです。
Author:       LCW_komiyama
Author URI:   https://lc-world.com/
Template:     lionblog
Version:      1.0

----------このエリアは削除すると正しく動作しない可能性があります----------*/

/*/////////////////////////////////////////////////
//下記ユーザーカスタマイズエリア
/////////////////////////////////////////////////*/

/* googleフォントの読み込み */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP");
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+TC');
@import url("https://fonts.googleapis.com/css?family=M+PLUS+1p");
@import url("https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c");
@import url("https://fonts.googleapis.com/css?family=Sawarabi+Mincho");
@import url("https://fonts.googleapis.com/css?family=Sawarabi+Gothic");
/* IE/Edge用のフォント読み込み
----------------------------------------*/
/* Noto Sans JP */
@font-face {
  font-family: 'Noto Sans JP otf';
  font-style: normal;
  font-weight: 300;
  src: url(wf/NotoSansJP-Light.otf) format("opentype"); }
@font-face {
  font-family: 'Noto Sans JP otf';
  font-style: normal;
  font-weight: 500;
  src: url(wf/NotoSansJP-Regular.otf) format("opentype"); }
@font-face {
  font-family: 'Noto Sans JP otf';
  font-style: normal;
  font-weight: 700;
  src: url(wf/NotoSansJP-Bold.otf) format("opentype"); }
/* M PLUS 1p */
@font-face {
  font-family: 'M PLUS 1p ttf';
  font-style: normal;
  font-weight: 300;
  src: url(wf/MPLUS1p-Light.ttf) format("truetype"); }
@font-face {
  font-family: 'M PLUS 1p ttf';
  font-style: normal;
  font-weight: 500;
  src: url(wf/MPLUS1p-Regular.ttf) format("truetype"); }
@font-face {
  font-family: 'M PLUS 1p ttf';
  font-style: normal;
  font-weight: 700;
  src: url(wf/MPLUS1p-Bold.ttf) format("truetype"); }
/* M PLUS Rounded 1c */
@font-face {
  font-family: 'M PLUS Rounded 1c ttf';
  font-style: normal;
  font-weight: 300;
  src: url(wf/MPLUSRounded1c-Light.ttf) format("truetype"); }
@font-face {
  font-family: 'M PLUS Rounded 1c ttf';
  font-style: normal;
  font-weight: 500;
  src: url(wf/MPLUSRounded1c-Regular.ttf) format("truetype"); }
@font-face {
  font-family: 'M PLUS Rounded 1c ttf';
  font-style: normal;
  font-weight: 700;
  src: url(wf/MPLUSRounded1c-Bold.ttf) format("truetype"); }
/* Sawarabi Gothic */
@font-face {
  font-family: 'Sawarabi Gothic ttf';
  font-style: normal;
  font-weight: 500;
  src: url(wf/SawarabiGothic-Regular.ttf) format("truetype"); }
/* Sawarabi Mincho */
@font-face {
  font-family: 'Sawarabi Mincho ttf';
  font-style: normal;
  font-weight: 500;
  src: url(wf/SawarabiMincho-Regular.ttf) format("truetype"); }

/* 共通
---------------------------------------------*/
* {
    color: #393939;
    font-family: 'Noto Sans JP','Noto Sans JP otf';
    font-weight: 300;
}
.g-over_link {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
}

body {
    background-image: url(img/common/bg.png);
    background-size: cover;
    background-position: top left;
    background-attachment: fixed;
}
@media screen and (max-width:414px){
    html,body {
        max-width: 100vw;
    }
}

.center {
    text-align: center;
}
.bottom-large {
    margin-bottom: 50px;
}

/* 見出し */
.lcw-title01 {
    font-size: 40px;
    text-align: center;
    font-family: 'Noto Serif TC','Sawarabi Mincho','Sawarabi Mincho ttf';
    margin: 100px 0 100px;
    font-weight: normal;
    line-height: 1.2em;
}
@media screen and (max-width:414px) {
    .lcw-title01 {
        font-size: 26px;
        margin: 50px 0;
    }
}

/* フォント装飾 */
.lcw-t_orange {
    color: #D59F6A;
    font-family: 'Noto Serif TC','Sawarabi Mincho','Sawarabi Mincho ttf';
}


/* ヘッダー
---------------------------------------------*/
.t-color.t-light .l-hMain::before {
    display: none;
}
.t-light .l-hMain {
    position: fixed;
    width: 100%;
    height: 100px;
    top: 0;
    left: 0;
    z-index: 1000;
    box-shadow: 0 2px 5px 2px rgba(0, 0, 0, 0.2);
    background-color: rgba(255, 255, 255, 0.9);
}
@media screen and (max-width:414px){
    .t-light .l-hMain {
        padding: 0;
        height: auto;
    }
}
.l-header .container {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
}
@media screen and (max-width:414px){
    .l-header .container {
        padding: 0;
        flex-wrap: wrap;
        height: 60px;
    }
}
.container::after {
    display: none;
}
.lcw-logo-wrap {
    display: block;
    width: auto;
    padding-left: 40px;
    position: relative;
}
@media screen and (max-width:414px){
    .lcw-logo-wrap {
        padding-left: 10px;
    }
}
.lcw-site_title .lcw-site_desc {
    display: block;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 10px;
}
@media screen and (max-width:414px){
    .lcw-site_title .lcw-site_desc {
        font-size: 10px;
    }
}
.lcw-logo-wrap .lcw-logo {
    width: auto;
    height: auto;
    max-height: 45px;
}
@media screen and (max-width:414px){
    .lcw-logo-wrap .lcw-logo {
        max-width: 200px;
    }
}

/* メニュー */
.lcw-g_menu-wrap {
    display: flex;
}
@media screen and (max-width:414px) {
    .lcw-g_menu-wrap {
        display: none;
        position: absolute;
        top: 60px;
        background-color: transparent;
        box-sizing: border-box;
        overflow-y: scroll;
        max-height: calc(100vh - 60px);
    }
}

/* スマホトグル */
.lcw-sp-g_toggle {
    display: none;
}
@media screen and (max-width:414px) {
    .lcw-sp-g_toggle {
        display: block;
        position: absolute;
        width: 60px;
        height: 60px;
        box-sizing: border-box;
        top: 0;
        right: 0;
        background-color: #FFCE9E;
    }
    .lcw-sp-g_toggle .icon {
        display: block;
        position: absolute;
        width: 40px;
        height: 20px;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        margin-top: -10px;
    }
    .lcw-sp-g_toggle span {
        display: block;
        position: absolute;
        width: 100%;
        height: 2px;
        border-radius: 2px;
        background-color: white;
        left: 0;
        transition: all .3s;
    }
    .lcw-sp-g_toggle span.top {
        top: 0;
    }
    .lcw-sp-g_toggle span.middle {
        top: calc(50% - 1px);
    }
    .lcw-sp-g_toggle span.bottom {
        bottom: 0;
    }
    .lcw-sp-g_toggle .text {
        position: absolute;
        bottom: 8px;
        width: 100%;
        text-align: center;
        color: white;
    }
}


/* グローバルメニュー */
.lcw-g_menu {
    display: flex;
    list-style: none;
    align-items: center;
    margin-right: 20px;
}
@media screen and (max-width:414px){
    .lcw-g_menu {
        display: block;
        width: 100%;
        flex-wrap: wrap;
        margin-right: 0;
        background-color: rgba(255, 255, 255, 1);
    }
}
.lcw-g_menu > li {
    display: inline-block;
    padding: 10px 0;
    margin: 0 5px;
    position: relative;
}
@media screen and (max-width:414px) {
    .lcw-g_menu > li {
        width: 100%;
        padding: 0;
        margin: 0;
        border-bottom: dotted 1px #FDAB13;
        text-align: left;
    }
}
.lcw-g_menu > li:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #FDAB13;
    position: absolute;
    bottom: -3px;
    left: 0;
    opacity: 0;
    transition: all .3s;
}
.lcw-g_menu > li.hover:after {
    bottom: 0;
    opacity: 1;
}
.lcw-g_menu > li.current-menu-item {
    border-bottom: solid 1px #FDAB13;
}
@media screen and (max-width:414px) {
    .lcw-g_menu > li.current-menu-item {
        border-bottom: dotted 1px #ccc;
        background-color: rgba(238, 238, 238, 0.8);
    }
}
.lcw-g_menu > li.current-menu-item:after {
    display: none;
}
.lcw-g_menu > li a {
    display: inline-block;
    text-align: center;
    width: 100%;
    font-size: 16px;
    padding: 0 10px;
    box-sizing: border-box;
}
@media screen and (max-width:414px) {
    .lcw-g_menu > li a {
        display: block;
        padding: 15px 10px;
        font-size: 18px;
        text-align: left;
    }
}
.lcw-g_menu > li a.toggle {
    display: none;
}
@media screen and (max-width:414px) {
    .lcw-g_menu > li a.toggle {
        display: flex;
        position: absolute;
        justify-content: center;
        align-items: center;
        width: 30px;
        height: 30px;
        background-color: white;
        top: 24px;
        right: 10px;
        transform: translate(0,-50%);
        border-radius: 100%;
    }
    .lcw-g_menu > li a.toggle span {
        font-size: 18px;
        font-weight: bold;
    }
    .lcw-g_menu > li a.toggle .minus {
        display: none;
    }
    .lcw-g_menu > li a.toggle .plus {
        display: block;
    }
    .lcw-g_menu > li a.toggle.open .minus {
        display: block;
    }
    .lcw-g_menu > li a.toggle.open .plus {
        display: none;
    }
}
/* グローバルメニュー　サブメニュー */
.lcw-g_menu > li .sub-menu {
    position: absolute;
    top: calc(100% + 15px);
    list-style: none;
    padding: 10px;
    background-color: #FFCE9E;
    width: 200px;
    left: 50%;
    transform: translate(-50%,0);
    display: none;
}
@media screen and (max-width:414px) {
    .lcw-g_menu > li .sub-menu {
        position: relative;
        top: auto;
        padding: 0;
        width: 100%;
        left: auto;
        transform: none;
        display: none;
        border-top: dotted 1px #FDAB13;
        background-color: rgba(255, 245, 235, 0.8);
    }
}
.lcw-g_menu > li .sub-menu:before {
    content: '';
    display: block;
    border: solid 10px transparent;
    border-bottom: solid 10px #FFCE9E;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translate(-50%,0);
}
@media screen and (max-width:414px) {
    .lcw-g_menu > li .sub-menu:before {
        display: none;
    }
}
.lcw-g_menu > li .sub-menu > li {
    border-bottom: dotted 1px white;
    background-color: transparent;
    transition: all .3s;
}
@media screen and (max-width:414px) {
    .lcw-g_menu > li .sub-menu > li {
        border-color: #FDAB13;
    }
}
.lcw-g_menu > li .sub-menu > li.hover {
    background-color: #ffdebd;
}
.lcw-g_menu > li .sub-menu > li:last-of-type {
    border-bottom: none;
}
.lcw-g_menu > li .sub-menu > li a {
    display: inline-block;
    padding: 10px 0;
}
@media screen and (max-width:414px) {
    .lcw-g_menu > li .sub-menu > li a {
        padding: 15px 10px;
    }
}

/* お問い合わせ・ネット予約 */
.lcw-header_link {
    display: flex;
    list-style: none;
}
@media screen and (max-width:414px) {
    .lcw-header_link {
        display: block;
    }
}
.lcw-header_link > .list {
    width: 100px;
    height: 100px;
    box-sizing: border-box;
    background-color: #FFCE9E;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    border-left: solid 1px white;
    position: relative;
    transition: all .3s;
}
@media screen and (max-width:414px){
    .lcw-header_link > .list {
        width: 100%;
        height: 60px;
        border: none;
        border-bottom: dotted 1px white;
        padding: 10px;
        box-sizing: border-box;
        background-color: #FDAB13;
    }
}
.lcw-header_link > .list.hover {
    background-color: #ffdebd;
}
.lcw-header_link > .list > .lcw-img {
    display: block;
    width: 60px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media screen and (max-width:414px) {
    .lcw-header_link > .list > .lcw-img {
        margin-right: 20px;
    }
}
.lcw-header_link > .list > .lcw-img > img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
@media screen and (max-width:414px) {
    .lcw-header_link > .list > .lcw-img > img {
        max-width: 40px;
        max-height: 40px;
    }
}
.lcw-header_link > .list > .text {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 14px;
    margin-top: -20px;
}
@media screen and (max-width:414px) {
    .lcw-header_link > .list > .text {
        width: auto;
        margin-top: 0;
        font-size: 20px;
        color: white;
    }
}

/* TOPページ
-------------------------------------------*/
.lcw-home-wrap {
    max-width: 100vw;
    overflow-x: hidden;
}

/* メインビュー　スライダー */
.lcw-home_slider-wrap {
    display: block;
    width: 100%;
    height: 100vh;
    position: relative;
}
@media screen and (max-width:414px) {
    .lcw-home_slider-wrap {
        height: 350px;
    }
}
.lcw-home_slider {
    height: 100%;
}
.lcw-home_slider .slick-list {
    height: 100%;
}
.lcw-home_slider .slick-track {
    height: 100%;
}
.lcw-home_slider .slide_wrap {
    width: 100%;
    height: 100%;
    position: relative;
}
.lcw-home_slider .slide {
    height: 100%;
    overflow: hidden;
}
.lcw-home_slider .slide .img {
    display: block;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transform-origin: center bottom;
    transition: 10s ease-out;
    opacity: 1;
}
.lcw-home_slider .slide.animate_in .img {
    transform: scale(1);
}
.lcw-home_slider .slide.animate_in.slick-active .img {
    transform: scale(1.1);
    opacity: 0.8;
}
.lcw-home_slider .slide.animate_out .img {
    transform: scale(1.1);
}
.lcw-home_slider .slide.animate_out.slick-active .img {
    transform: scale(1);
    opacity: 0.8;
}


/* お知らせ */
.lcw-home_news-wrap {
    width: 1200px;
    max-width: 95%;
    height: auto;
    background-color: white;
    margin: 40px auto;
    box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width:414px) {
    .lcw-home_news-wrap {
        max-width: calc(100% - 30px);
        margin-top: 15px;
    }
}
.lcw-home_news-wrap .lcw-home_news_title {
    height: auto;
    background-color: #FDAB13;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 20px;
    box-sizing: border-box;
}
@media screen and (max-width:414px) {
    .lcw-home_news-wrap .lcw-home_news_title {
        width: 100%;
        height: 40px;
    }
}
.lcw-home_news-wrap .lcw-home_news_title > .title {
    color: white;
    font-size: 30px;
    font-family: 'Noto Serif TC','Sawarabi Mincho','Sawarabi Mincho ttf';
    text-align: center;
}
@media screen and (max-width:414px) {
    .lcw-home_news-wrap .lcw-home_news_title > .title {
        font-size: 24px;
    }
}
.lcw-home_news-wrap .lcw-home_news_list {
    list-style: none;
    padding: 10px 20px;
    box-sizing: border;
    border: solid 1px #FDAB13;
}
@media screen and (max-width:414px) {
    .lcw-home_news-wrap .lcw-home_news_list {
        width: 100%;
        padding: 10px;
    }
}
.lcw-home_news-wrap .lcw-home_news_list > .list {
    padding: 10px;
    border-bottom: dotted 1px #ccc;
    font-size: 16px;
    position: relative;
    background-color: transparent;
    transition: all .3s;
}
.lcw-home_news-wrap .lcw-home_news_list > .list .more_link {
    margin-left: 10px;
    transition: all .3s;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 4px;
    border: solid 1px #FDAB13;
    color: #FDAB13;
    font-size: 14px;
    opacity: 0;
}
@media screen and (max-width:414px) {
    .lcw-home_news-wrap .lcw-home_news_list > .list .more_link {
        opacity: 1;
        box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.1);
        margin-top: 5px;
    }
}
.lcw-home_news-wrap .lcw-home_news_list > .list.hover {
    background-color: #eee;
}
.lcw-home_news-wrap .lcw-home_news_list > .list.hover .more_link {
    opacity: 1;
    margin-left: 20px;
    background-color: white;
}
.lcw-home_news-wrap .lcw-home_news_list > .list:last-of-type {
    border-bottom: none;
}

/* コンセプト */
.lcw-home_concept-wrap .lcw-home_concept_content-wrap {
    display: flex;
    width: 1200px;
    max-width: calc(100% - 30px);
    margin: auto;
    justify-content: space-between;
    align-items: center;
}
@media screen and (max-width:414px) {
    .lcw-home_concept-wrap .lcw-home_concept_content-wrap {
        flex-wrap: wrap;
    }
}
.lcw-home_concept-wrap .lcw-home_concept_content-wrap .content {
    width: 50%;
}
@media screen and (max-width:414px) {
    .lcw-home_concept-wrap .lcw-home_concept_content-wrap .content {
        width: 100%;
        margin-top: 30px;
    }
}
.lcw-home_concept-wrap .lcw-home_concept_content-wrap .content p {
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 1.5em;
}
@media screen and (max-width:414px) {
    .lcw-home_concept-wrap .lcw-home_concept_content-wrap .content p {
        font-size: 16px;
    }
    .lcw-home_concept-wrap .lcw-home_concept_content-wrap .content p br {
        display: none;
    }
}
.lcw-home_concept-wrap .lcw-home_concept_content-wrap .img {
    width: calc(50% - 40px);
    display: flex;
    align-items: center;
    justify-content: center;
}
@media screen and (max-width:414px) {
    .lcw-home_concept-wrap .lcw-home_concept_content-wrap .img {
        width: 100%;
    }
}
.lcw-home_concept-wrap .lcw-home_concept_content-wrap .img img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

/* 撮影メニュー */
.lcw-home_satsuei-wrap {
    padding: 10px 0 30px;
    box-sizing: border-box;
    width: 100%;
    background-image: url(img/common/bg01.png);
    background-repeat: repeat;
    background-size: 50%;
    margin-top: 100px;
    position: relative;
    z-index: 11;
}
@media screen and (max-width:414px) {
    .lcw-home_satsuei-wrap {
        margin-top: 50px;
    }
    .lcw-home_satsuei-wrap .lcw-title01 {
        margin: 30px 0 50px;
    }
}
.lcw-home_satsuei-wrap > .inner {
    width: 1200px;
    max-width: calc(100% - 30px);
    margin: auto;
}
.lcw-home_satsuei-wrap .lcw-home_satsuei_menu1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media screen and (max-width:414px) {
    .lcw-home_satsuei-wrap .lcw-home_satsuei_menu1 {
        flex-wrap: wrap;
    }
}
.lcw-home_satsuei-wrap .lcw-home_satsuei_menu1 .img-wrap {
    width: 450px;
    height: auto;
    position: relative;
}
@media screen and (max-width:414px) {
    .lcw-home_satsuei-wrap .lcw-home_satsuei_menu1 .img-wrap {
        width: 100%;
    }
}
.lcw-home_satsuei-wrap .lcw-home_satsuei_menu1 .img-wrap .img {
    width: 100%;
    border: solid 5px white;
    box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.2);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    transform: rotate(3deg);
}
@media screen and (max-width:414px) {
    .lcw-home_satsuei-wrap .lcw-home_satsuei_menu1 .img-wrap .img {
        max-width: 300px;
        margin: auto;
    }
}
.lcw-home_satsuei-wrap .lcw-home_satsuei_menu1 .img-wrap .img:before {
    content: '';
    display: block;
    padding-top: 71%;
}
.lcw-home_satsuei-wrap .lcw-home_satsuei_menu1 .img-wrap .img:after {
    content: '';
    display: block;
    width: 30px;
    height: 35px;
    background-image: url(img/icon/ping01.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,-70%);
}
@media screen and (max-width:414px) {
    .lcw-home_satsuei-wrap .lcw-home_satsuei_menu1 .img-wrap .img:after {
        width: 20px;
        height: 25px;
    }
}
.lcw-home_satsuei-wrap .lcw-home_satsuei_menu1 .desc-wrap {
    width: calc(100% - 500px);
}
@media screen and (max-width:414px) {
    .lcw-home_satsuei-wrap .lcw-home_satsuei_menu1 .desc-wrap {
        width: 100%;
        margin-top: 30px;
    }
}
.lcw-home_satsuei-wrap .lcw-home_satsuei_menu1 .desc-wrap .title {
    font-size: 30px;
    margin-bottom: 10px;
    font-family: 'Noto Serif TC','Sawarabi Mincho','Sawarabi Mincho ttf';
    font-weight: normal;
    border-bottom: solid 1px #393939;
    padding-bottom: 10px;
}
@media screen and (max-width:414px) {
    .lcw-home_satsuei-wrap .lcw-home_satsuei_menu1 .desc-wrap .title {
        font-size: 24px;
        text-align: center;
    }
}
.lcw-home_satsuei-wrap .lcw-home_satsuei_menu1 .desc-wrap .gaiyou {
    margin-bottom: 30px;
}
@media screen and (max-width:414px) {
    .lcw-home_satsuei-wrap .lcw-home_satsuei_menu1 .desc-wrap .gaiyou {
        margin-bottom: 15px;
    }
}
.lcw-home_satsuei-wrap .lcw-home_satsuei_menu1 .desc-wrap .gaiyou p {
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 1.3em;
}
@media screen and (max-width:414px) {
    .lcw-home_satsuei-wrap .lcw-home_satsuei_menu1 .desc-wrap .gaiyou p {
        font-size: 16px;
    }
}
.lcw-home_satsuei-wrap .lcw-home_satsuei_menu1 .desc-wrap .syousai p {
    font-size: 20px;
    line-height: 1.5em;
    margin-bottom: 20px;
}
@media screen and (max-width:414px) {
    .lcw-home_satsuei-wrap .lcw-home_satsuei_menu1 .desc-wrap .syousai p {
        font-size: 16px;
    }
}
.lcw-home_satsuei-wrap .lcw-home_satsuei_menu1 .desc-wrap .more_link {
    font-size: 18px;
    display: inline-block;
    padding: 10px 20px;
    text-align: center;
    border-radius: 10px;
    border: solid 1px #707070;
    transition: all .3s;
}
@media screen and (max-width:414px) {
    .lcw-home_satsuei-wrap .lcw-home_satsuei_menu1 .desc-wrap .more_link {
        font-size: 16px;
        display: block;
        width: 80%;
        margin: auto;
        background-color: white;
        box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.1);
        border-color: white;
        padding: 15px;
    }
}
.lcw-home_satsuei-wrap .lcw-home_satsuei_menu1 .desc-wrap .more_link.hover {
    background-color: white;
    border-color: white;
    box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.1);
}
/* サブメニュー */
.lcw-home_satsuei_sub-wrap {
    display: flex;
    flex-wrap: wrap;
    margin-top: 80px;
}
@media screen and (max-width:414px) {
    .lcw-home_satsuei_sub-wrap {
        margin-top: 60px;
    }
}
.lcw-home_satsuei_sub-wrap .sub_menu {
    width: calc(33% - 40px);
    margin-right: 60px;
    margin-bottom: 60px;
    border-bottom: solid 2px #393939;
}
@media screen and (max-width:414px) {
    .lcw-home_satsuei_sub-wrap .sub_menu {
        width: 100%;
        margin: 0;
        margin-bottom: 20px;
        background-color: rgba(255, 255, 255, 0.3);
        padding: 10px;
        display: flex;
        align-items: center;
        border-bottom: none;
    }
}
.lcw-home_satsuei_sub-wrap .sub_menu:nth-of-type(3n) {
    margin-right: 0;
}
.lcw-home_satsuei_sub-wrap .sub_menu .img-wrap {
    width: 100%;
    text-align: center;
    position: relative;
    margin-bottom: 20px;
    padding: 20px 0;
}
@media screen and (max-width:414px) {
    .lcw-home_satsuei_sub-wrap .sub_menu .img-wrap {
        width: 40%;
        margin-bottom: 0;
        margin-right: 10px;
        box-sizing: border-box;
    }
}
.lcw-home_satsuei_sub-wrap .sub_menu .img-wrap .img {
    display: block;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(-1deg);
    border: solid 5px white;
    box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.2);
}
.lcw-home_satsuei_sub-wrap .sub_menu .img-wrap .img:before {
    content: '';
    display: block;
    padding-top: 70%;
}
.lcw-home_satsuei_sub-wrap .sub_menu .img-wrap .img:after {
    content: '';
    display: block;
    width: 30px;
    height: 35px;
    background-image: url(img/icon/ping02.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,-70%);
}
@media screen and (max-width:414px) {
    .lcw-home_satsuei_sub-wrap .sub_menu .img-wrap .img:after {
        width: 20px;
        height: 25px;
    }
}
.lcw-home_satsuei_sub-wrap .sub_menu:nth-of-type(2n) .img-wrap .img:after {
    background-image: url(img/icon/ping01.png);
}
.lcw-home_satsuei_sub-wrap .sub_menu .desc-wrap {
    padding: 10px;
    box-sizing: border-box;
}
@media screen and (max-width:414px) {
    .lcw-home_satsuei_sub-wrap .sub_menu .desc-wrap {
        width: calc(60% - 10px);
    }
}
.lcw-home_satsuei_sub-wrap .sub_menu .desc-wrap > .title {
    font-size: 26px;
    font-family: 'Noto Serif TC','Sawarabi Mincho','Sawarabi Mincho ttf';
    font-weight: normal;
    padding: 5px 0;
    border-bottom: solid 1px #393939;
    margin-bottom: 20px;
}
@media screen and (max-width:414px) {
    .lcw-home_satsuei_sub-wrap .sub_menu .desc-wrap > .title {
        font-size: 20px;
    }
}
.lcw-home_satsuei_sub-wrap .sub_menu .desc-wrap > .gaiyou {
    font-size: 18px;
    line-height: 1.5em;
    margin-bottom: 20px;
}
@media screen and (max-width:414px) {
    .lcw-home_satsuei_sub-wrap .sub_menu .desc-wrap > .gaiyou {
        margin-bottom: 0;
        font-size: 16px;
    }
}
.lcw-home_satsuei_sub-wrap .sub_menu .desc-wrap > .more_link {
    display: block;
    text-align: center;
    width: 80%;
    max-width: 230px;
    margin: auto;
    font-size: 18px;
    padding: 10px;
    box-sizing: border-box;
    border: solid 1px #393939;
    border-radius: 10px;
    transition: all .3s;
    margin-bottom: 20px;
}
@media screen and (max-width:414px) {
    .lcw-home_satsuei_sub-wrap .sub_menu .desc-wrap > .more_link {
        margin: 20px auto 0;
        width: 100%;
        font-size: 16px;
        max-width: none;
        padding: 15px 10px;
        background-color: white;
        border: none;
        box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.1);
    }
}
.lcw-home_satsuei_sub-wrap .sub_menu .desc-wrap > .more_link.hover {
    background-color: white;
    border-color: white;
    box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.1);
}
.lcw-home_satsuei-wrap .lcw-satsuei_yoyaku {
    width: 100%;
    text-align: center;
    margin: 0 0 30px;
    font-size: 22px;
}
@media screen and (max-width:414px) {
    .lcw-home_satsuei-wrap .lcw-satsuei_yoyaku {
        margin: 30px 0;
    }
}
.lcw-home_satsuei-wrap .lcw-satsuei_yoyaku .yoyaku_btn {
    display: inline-block;
    width: 400px;
    padding: 20px;
    box-sizing: border-box;
    max-width: 90%;
    border-radius: 10px;
    border: solid 1px #393939;
    transition: all .3s;
}
@media screen and (max-width:414px) {
    .lcw-home_satsuei-wrap .lcw-satsuei_yoyaku .yoyaku_btn {
        width: 100%;
        padding: 15px 10px;
        background-color: white;
        border: white;
        box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.1);
    }
}
.lcw-home_satsuei-wrap .lcw-satsuei_yoyaku .yoyaku_btn.hover {
    border-color: white;
    background-color: white;
    box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.1);
}

/* Life Photo Salon W のこだわり */
.lcw-home_kodawari-wrap {
    padding: 40px 0 130px;
    position: relative;
    z-index: 10;
}
@media screen and (max-width:414px) {
    .lcw-home_kodawari-wrap {
        padding: 20px 0 70px;
    }
}
.lcw-home_kodawari-wrap > .inner {
    width: 1000px;
    max-width: calc(100% - 30px);
    margin: auto;
    position: relative;
}
.lcw-home_kodawari-wrap > .inner > .lcw-line_dark {
    display: block;
    width: 135px;
    height: 1100px;
    position: absolute;
    background-color: rgba(255, 241, 227, 0.8);
    position: absolute;
}
@media screen and (max-width:414px) {
    .lcw-home_kodawari-wrap > .inner > .lcw-line_dark {
        width: 50px;
    }
}
.lcw-home_kodawari-wrap > .inner > .lcw-line_dark.line1 {
    left: calc(30% + 50px);
    bottom: 50px;
    transform: translate(-50%,0) rotate(-31.1deg);
    transform-origin: bottom center;
}
@media screen and (max-width:414px) {
    .lcw-home_kodawari-wrap > .inner > .lcw-line_dark.line1 {
        left: calc(30% + 20px);
    }
}
.lcw-home_kodawari-wrap > .inner > .lcw-line_dark.line2 {
    left: calc(50% - 40px);
    top: 180px;
    transform: translate(-50%,0) rotate(-31.1deg);
    transform-origin: top center;
}
@media screen and (max-width:414px) {
    .lcw-home_kodawari-wrap > .inner > .lcw-line_dark.line2 {
        left: 50%;
    }
}
.lcw-home_kodawari-wrap > .inner > .lcw-line_light {
    display: block;
    width: 135px;
    height: 350px;
    position: absolute;
    background-color: rgba(255, 249, 244, 0.8);
    position: absolute;
}
@media screen and (max-width:414px) {
    .lcw-home_kodawari-wrap > .inner > .lcw-line_light {
        width: 50px;
        height: 220px;
    }
}
.lcw-home_kodawari-wrap > .inner > .lcw-line_light.line3 {
    left: calc(30% - 10px);
    bottom: 10px;
    transform: rotate(31.3deg);
}
@media screen and (max-width:414px) {
    .lcw-home_kodawari-wrap > .inner > .lcw-line_light.line3 {
        left: calc(30% + 20px);
    }
}
.lcw-home_kodawari-wrap > .inner > .lcw-line_light.line4 {
    left: calc(70% - 20px);
    bottom: 10px;
    transform: rotate(31.3deg);
}
@media screen and (max-width:414px) {
    .lcw-home_kodawari-wrap > .inner > .lcw-line_light.line4 {
        left: 70%;
    }
}
.lcw-home_kodawari_list {
    display: flex;
    justify-content: space-between;
    position: relative;
    padding-bottom: 290px;
}
@media screen and (max-width:414px) {
    .lcw-home_kodawari_list {
        padding-bottom: 130px;
    }
}
.lcw-home_kodawari_list > .list {
    width: 250px;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    border: solid 1px #FFC284;
    text-align: center;
    font-size: 30px;
    font-weight: 100;
    box-shadow: 4px 4px 5px 2px rgba(0, 0, 0, 0.1);
    line-height: 1.6em;
    background-color: white;
    font-family: 'fot-klee-pro','Sawarabi Mincho','Sawarabi Mincho ttf';
}
@media all and (-ms-high-contrast: none) {
    .lcw-home_kodawari_list > .list {
        font-family: 'Sawarabi Mincho','Sawarabi Mincho ttf';
    }
}
@media screen and (max-width:414px) {
    .lcw-home_kodawari_list > .list {
        width: 120px;
        height: 120px;
        font-size: 16px;
    }
}
.lcw-home_kodawari_list > .list:nth-of-type(2) {
    position: absolute;
    bottom: 0;
    left: 30%;
    transform: translate(-50%,0);
}
.lcw-home_kodawari_list > .list:nth-of-type(4) {
    position: absolute;
    bottom: 0;
    right: 30%;
    transform: translate(50%,0);
}

/* 撮影実績 */
.lcw-home_portfolio {
    position: relative;
    z-index: 11;
}
.lcw-home_portfolio .lcw-home_portfolio_list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.lcw-home_portfolio .lcw-home_portfolio_list > .list {
    width: 25%;
    box-sizing: border-box;
    position: relative;
    background-color: #FDAB13;
}
@media screen and (max-width:414px) {
    .lcw-home_portfolio .lcw-home_portfolio_list > .list {
        width: 50%;
    }
}
.lcw-home_portfolio .lcw-home_portfolio_list > .list:before {
    content: '';
    display: block;
    padding-top: 100%;
}
.lcw-home_portfolio .lcw-home_portfolio_list > .list .midashi {
    display: block;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0,-50%);
    font-size: 40px;
    color: white;
    font-family: 'Noto Serif TC','Sawarabi Mincho','Sawarabi Mincho ttf';
    font-weight: normal;
}
@media screen and (max-width:414px) {
    .lcw-home_portfolio .lcw-home_portfolio_list > .list .midashi {
        font-size: 30px;
    }
}
.lcw-home_portfolio .lcw-home_portfolio_list > .list .thumb {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-repeat: none;
    background-position: center;
    background-size: cover;
}
.lcw-home_portfolio .lcw-home_portfolio_list > .list > .desc-wrap {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255, 247, 232, 0.9);
    padding: 12px;
    box-sizing: border-box;
    opacity: 0;
    transition: all .3s;
}
@media screen and (max-width:414px) {
    .lcw-home_portfolio .lcw-home_portfolio_list > .list > .desc-wrap {
        z-index: -1;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
}
.lcw-home_portfolio .lcw-home_portfolio_list > .list.hover > .desc-wrap {
    opacity: 1;
}
@media screen and (max-width:414px) {
    .lcw-home_portfolio .lcw-home_portfolio_list > .list.hover > .desc-wrap {
        z-index: 1;
    }
}
.lcw-home_portfolio .lcw-home_portfolio_list > .list > .desc-wrap > .title {
    font-size: 24px;
    text-align: center;
    font-weight: normal;
    font-family: 'Noto Serif TC','Sawarabi Mincho','Sawarabi Mincho ttf';
    margin: 40px 0;
    line-height: 1.3em;
}
@media screen and (max-width:414px) {
    .lcw-home_portfolio .lcw-home_portfolio_list > .list > .desc-wrap > .title {
        font-size: 20px;
        margin: 20px 0;
        width: 100%;
    }
    .lcw-home_portfolio .lcw-home_portfolio_list > .list > .desc-wrap > .title  br {
        display: none;
    }
}
.lcw-home_portfolio .lcw-home_portfolio_list > .list > .desc-wrap > .excerpt {
    font-size: 16px;
    line-height: 1.4em;
    margin-bottom: 20px;
    text-align: center;
}
@media screen and (max-width:414px) {
    .lcw-home_portfolio .lcw-home_portfolio_list > .list > .desc-wrap > .excerpt {
        display: none;
    }
}
.lcw-home_portfolio .lcw-home_portfolio_list > .list > .desc-wrap > .more_link {
    display: flex;
    width: 80%;
    max-width: 200px;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 10px;
    border: solid 1px #393939;
    margin: auto;
    transition: all .3s;
}
@media screen and (max-width:414px) {
    .lcw-home_portfolio .lcw-home_portfolio_list > .list > .desc-wrap > .more_link {
        width: 100%;
        font-size: 16px;
        padding: 15px 5px;
        background-color: white;
        border: white;
        box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.1);
    }
}
.lcw-home_portfolio .lcw-home_portfolio_list > .list > .desc-wrap > .more_link.hover {
    background-color: white;
    border-color: white;
    box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.1);
}

/* 新着ブログ */
.lcw-home_blog_list-wrap {
    padding: 0;
    padding-bottom: 100px;
}
.lcw-home_blog_list-wrap > .inner {
    display: flex;
    flex-wrap: wrap;
    width: 1200px;
    max-width: 95%;
    margin: auto;
    justify-content: space-between;
}
@media screen and (max-width:414px) {
    .lcw-home_blog_list-wrap > .inner {
        flex-wrap: wrap;
    }
}
.lcw-home_blog_list-wrap .lcw-title01 {
    width: 100%;
}
.lcw-home_blog_list-wrap .list-wrap {
    width: calc(100% - 400px);
}
@media screen and (max-width:414px) {
    .lcw-home_blog_list-wrap .list-wrap {
        width: 100%;
    }
}

.lcw-home_blog_list-wrap .lcw-home_blog_list {
    width: 100%;
    list-style: none;
}
.lcw-home_blog_list-wrap .lcw-home_blog_list > .list {
    width: 100%;
    background-color: white;
    box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.1);
    padding: 20px;
    box-sizing: border-box;
    margin-bottom: 20px;
    position: relative;
}
@media screen and (max-width:414px) {
    .lcw-home_blog_list-wrap .lcw-home_blog_list > .list {
        padding: 10px;
    }
}
.lcw-home_blog_list-wrap .lcw-home_blog_list > .list > .inner {
    display: flex;
    justify-content: space-between;
}
@media screen and (max-width:414px) {
    .lcw-home_blog_list-wrap .lcw-home_blog_list > .list > .inner {
        flex-wrap: wrap;
    }
}
.lcw-home_blog_list-wrap .lcw-home_blog_list > .list > .inner .thumb-wrap {
    width: 200px;
    height: 200px;
    position: relative;
    overflow: hidden;
}
@media screen and (max-width:414px) {
    .lcw-home_blog_list-wrap .lcw-home_blog_list > .list > .inner .thumb-wrap {
        width: 100px;
        height: 100px;
    }
}
.lcw-home_blog_list-wrap .lcw-home_blog_list > .list > .inner .thumb-wrap .thumb {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: all .3s;
}
.lcw-home_blog_list-wrap .lcw-home_blog_list > .list > .inner > .desc-wrap {
    width: calc(100% - 220px);
}
@media screen and (max-width:414px) {
    .lcw-home_blog_list-wrap .lcw-home_blog_list > .list > .inner > .desc-wrap {
        width: calc(100% - 110px);
    }
    .lcw-home_blog_list-wrap .lcw-home_blog_list > .list > .inner > .desc2 {
        width: 100%;
        margin-top: 15px;
    }
}
.lcw-home_blog_list-wrap .lcw-home_blog_list > .list > .inner > .desc-wrap > .title {
    font-size: 20px;
    font-weight: normal;
    width: 100%;
    font-family: 'Noto Serif TC','Sawarabi Mincho','Sawarabi Mincho ttf';
    line-height: 1.2em;
}
@media screen and (max-width:414px) {
    .lcw-home_blog_list-wrap .lcw-home_blog_list > .list > .inner > .desc-wrap > .title {
        margin-bottom: 10px;
    }
}
.lcw-home_blog_list-wrap .lcw-home_blog_list > .list > .inner > .desc-wrap > .dateList.dateList-leftImg {
    float: none;
    position: relative;
    z-index: 1;
}
@media screen and (max-width:414px) {
    .lcw-home_blog_list-wrap .lcw-home_blog_list > .list > .inner > .desc-wrap > .dateList.dateList-leftImg {
        width: 100%;
    }
}
.lcw-home_blog_list-wrap .lcw-home_blog_list > .list > .inner > .desc-wrap > .excerpt {
    font-size: 16px;
    line-height: 1.3em;
}
.lcw-home_blog_list-wrap .lcw-home_blog_list > .list > .inner > .desc-wrap > .more_link_btn {
    text-align: right;
    margin-top: 10px;
}
.lcw-home_blog_list-wrap .lcw-home_blog_list > .list > .inner > .desc-wrap > .more_link_btn > .more_link {
    display: inline-block;
    padding: 10px 20px;
    text-align: center;
    font-size: 16px;
    border: solid 1px #D35900;
    border-radius: 5px;
    color: #D35900;
    width: 220px;
    transition: all .3s;
    position: relative;
    z-index: 1;
}
@media screen and (max-width:414px) {
    .lcw-home_blog_list-wrap .lcw-home_blog_list > .list > .inner > .desc-wrap > .more_link_btn > .more_link {
        width: 100%;
    }
}
.lcw-home_blog_list-wrap .lcw-home_blog_list > .list > .inner > .desc-wrap > .more_link_btn > .more_link.hover {
    background-color: #D35900;
    color: white;
}
.lcw-home_blog_list-wrap .lcw-home_blog_list > .list.hover > .inner .thumb-wrap .thumb {
    transform: scale(1.1);
}
.lcw-home_blog_list-wrap .list-wrap .blog_more_link {
    text-align: center;
    margin-top: 50px;
}
@media screen and (max-width:414px) {
    .lcw-home_blog_list-wrap .list-wrap .blog_more_link {
        margin: 30px 0;
    }
}
.lcw-home_blog_list-wrap .list-wrap .blog_more_link .more_link {
    padding: 20px 10px;
    border: solid 1px #393939;
    font-size: 20px;
    width: 400px;
    display: inline-block;
    transition: all .3s;
}
@media screen and (max-width:414px) {
    .lcw-home_blog_list-wrap .list-wrap .blog_more_link .more_link {
        padding: 15px 10px;
        font-size: 16px;
        background-color: #D35900;;
        color: white;
        border: none;
        width: calc(100% - 30px);
    }
}
.lcw-home_blog_list-wrap .list-wrap .blog_more_link .more_link.hover {
    background-color: white;
    box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.1);
}

/* サイドバー
------------------------------------*/
.lcw-home_blog_list-wrap > .inner > .l-sidebar {
    padding: 0;
    width: 350px;
    margin-top: 0;
}
@media screen and (max-width:414px) {
    .lcw-home_blog_list-wrap > .inner > .l-sidebar {
        width: 100%;
        margin-top: 50px;
    }
}
.heading.heading-widget {
    font-size: 22px;
}
@media screen and (max-width:414px) {
    .heading.heading-widget {
        padding: 10px;
        background-color: white;
        box-sizing: border-box;
        font-size: 20px;
        width: 100%;
    }
    #twitter-widget-0 {
        height: 50vh;
        max-height: 50vh;
    }
    .fb_iframe_widget > span {
        height: 50vh;
        max-height: 50vh;
        width: 100%;
        overflow-y: scroll;
    }
}
/* フッター
-----------------------------------*/
.pagetop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background-color: transparent !important;
    z-index: 1000;
    transition: all .3s;
}
@media screen and (max-width:414px) {
    .pagetop {
        bottom: 10px;
        right: 10px;
    }
}
.pagetop.move {
    right: 80px;
}
.pagetop:before {
    display: none;
}
.pagetop .pagetop__link {
    width: 100%;
    height: 100%;
    display: flex;
    border-radius: 100%;
    background-color: rgba(255, 206, 158, 0.8);
    box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    align-items: center;
    justify-content: center;
}
.pagetop .pagetop__link:before {
    display: none;
}
.pagetop .pagetop__link > .inner {
    display: block;
    width: 60%;
    height: 60%;
    background-image: url(img/icon/page_top.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-bottom: 5px;
}

.l-footer {
    background-color: rgba(255, 236, 209, 0.5);
}
.l-footer:before {
    display: none;
}
.l-footer .container {
    width: 700px;
    display: block;
    text-align: center;
    margin-left: 0;
    box-sizing: border-box;
    padding: 30px 40px 20px;
}
@media screen and (max-width:414px) {
    .l-footer .container {
        width: 100%;
        padding: 10px;
        height: auto;
    }
}
.l-footer .container .footerNavi{
    padding-top: 0;
}
.l-footer .container .footerNavi .footerNavi__list {
    text-shadow: none;
}
.l-footer .container .footerNavi .footerNavi__list li {
    font-weight: normal;
    color: #393939;
    font-size: 18px;
    margin: 0 5px;
    transition: all .3s;
    position: relative;
}
@media screen and (max-width:414px) {
    .l-footer .container .footerNavi .footerNavi__list li {
        font-size: 16px;
    }
}
.l-footer .container .footerNavi .footerNavi__list li:before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #FDAB13;
    left: 0;
    bottom: -5px;
    transition: all .3s;
    opacity: 0;
}
.l-footer .container .footerNavi .footerNavi__list li.hover:before {
    opacity: 1;
    bottom: 0;
}
.l-footer .container .footerNavi .footerNavi__list li.current-menu-item {
    border-bottom: solid 1px #FDAB13;
}
.l-footer .container .footerNavi .footerNavi__list li.current-menu-item:before {
    display: none;
}
.l-footer .container .logo {
    width: auto;
    height: auto;
    max-width: 450px;
    margin: 50px 0;
}
@media screen and (max-width:414px) {
    .l-footer .container .logo {
        max-width: 250px;
    }
}
.l-footer .container .socialEffect {
    margin-top: 20px;
    margin-bottom: 20px;
}
.l-footer .container .lcw-footer_about_us .address {
    font-style: normal;
    font-size: 18px;
    margin: 0 0 30px;
}
@media screen and (max-width:414px) {
    .l-footer .container .lcw-footer_about_us .address {
        font-size: 16px;
    }
}
.l-footer .container .lcw-footer_about_us dl {
    width: 100%;
    max-width: 450px;
    display: flex;
    align-items: center;
    margin: auto;
    padding: 10px 0;
}
@media screen and (max-width:414px) {
    .l-footer .container .lcw-footer_about_us dl {
        flex-wrap: wrap;
        padding: 5px 0;
    }
}
.l-footer .container .lcw-footer_about_us dl dt {
    width: 110px;
    text-align: left;
    margin-right: 10px;
    font-size: 18px;
}
@media screen and (max-width:414ox) {
    .l-footer .container .lcw-footer_about_us dl dt {
        font-size: 16px;
    }
}
.l-footer .container .lcw-footer_about_us dl dd {
    width: calc(100% - 120px);
    text-align: left;
    font-size: 18px;
}
@media screen and (max-width:414px) {
    .l-footer .container .lcw-footer_about_us dl dd {
        font-size: 16px;
    }
}
.l-footer .container .copyright {
    padding: 0;
    font-size: 14px;
    color: #4d4d4d;
    margin-top: 50px;
}
@media screen and (max-width:414px) {
    .l-footer .container .copyright {
        font-size: 10px;
        margin-top: 20px;
    }
}
.l-footer .container .copyright a {
    color: #4d4d4d;
    font-weight: normal;
}
.l-footer .footer_map {
    width: calc(100% - 700px);
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
}
@media screen and (max-width:414px) {
    .l-footer .footer_map {
        width: 100%;
        height: 400px;
        position: relative;
        top: auto;
        right: auto;
    }
}
.l-footer .footer_map iframe {
    width: 100%;
    height: 100%;
}

/* 投稿ページ
----------------------------------------------*/
.l-wrapper {
    margin-top: 100px;
}
@media screen and (max-width:414px) {
    .l-wrapper {
        margin-top: 60px;
    }
}

/* dlリスト */
.lcw-dl-wrap01 {
    margin: 20px 0;
}
.lcw-dl-wrap01 dl {
    display: flex;
    width: 100%;
}
@media screen and (max-width:414px) {
    .lcw-dl-wrap01 dl {
        flex-wrap: wrap;
    }
}
.lcw-dl-wrap01 dl dt {
    width: 200px;
    padding: 10px;
    box-sizing: border-box;
    background-color: #eee;
    font-weight: bold;
    border-bottom: solid 1px #ccc;
    text-align: center;
    font-style: normal;
}
@media screen and (max-width:414px) {
    .lcw-dl-wrap01 dl dt {
        width: 100%;
    }
}
.lcw-dl-wrap01 dl dd {
    width: calc(100% - 200px);
    padding: 10px;
    box-sizing: border-box;
    border-bottom: solid 1px #ccc;
    font-style: normal;
}
@media screen and (max-width:414px) {
    .lcw-dl-wrap01 dl dd {
        width: 100%;
        border-bottom: none;
    }
    .lcw-dl-wrap01 dl:last-of-type dd {
        border-bottom: solid 1px #ccc;
    }
}

/* サイドバー */
.l-sidebar {
    padding-top: 70px;
    background-color: white;
}
.widgetSticky {
    padding-top: 100px;
    margin-top: -100px;
}

/* 見出し調整 */
.content h2 {
    padding: 15px;
    background-color: #FFF7E8;
    box-sizing: border-box;
    border-bottom: solid 2px #FDAB13;
    margin-bottom: 20px;
}
@media screen and (max-width:414px) {
    .content h2 {
        font-size: 20px;
    }
}
.content h3 {
    color: #393939;
    padding: 10px;
    border: none;
    border-bottom: solid 1px #FDAB13;
    margin-bottom: 20px;
}
@media screen and (max-width:414px) {
    .content h3 {
        font-size: 20px;
    }
}
.content h4 {
    padding: 10px;
    border-left: solid 3px #FDAB13;
}
@media screen and (max-width:414px) {
    .content h4 {
        font-size: 18px;
    }
}
.content h5 {
    padding: 10px;
    color: #FDAB13;
}
@media screen and (max-width:414px) {
    .content h5 {
        font-size: 18px;
    }
}

/* リンクカラー設定 */
.content a {
    color: #0000ff !important;
    padding: 0 5px;
    border-bottom: solid 1px #0000ff;
}

/* アーカイブページ
---------------------------------------------*/
.archiveTitle .heading {
    font-size: 26px;
}

/* ローディング画面
------------------------------------------*/
#lcw-home-wrap {
    /*opacity: 0; */
}
.loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: white;
    z-index: 1001;
    display: flex;
    align-items: center;
    justify-content: center;
}
.loader .loader-animation {
    opacity: 0;
    animation-name: loader_logo;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    width: 600px;
    max-width: 80%;
}
.loader .loader-animation p {
    margin-bottom: 30px;
    font-size: 20px;
    font-family: sans-serif;
}
@media screen and (max-width:414px) {
    .loader .loader-animation p {
        font-size: 12px;
        margin-bottom: 10px;
    }
}
@keyframes loader_logo {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}