@charset  "UTF-8";
/* フッター最下部固定
-------------------- */
body.page-home {
    display: block !important; /*スライダーを表示させるため*/
}
body {
    display: flex;
    flex-direction: column;
}
.page-footer {
    margin-top: auto;
}

/* ユーザーログイン画面レイアウト調整
-------------------- */
.page-users .main-contents .main-contents__title {
    display: none !important;
}
.page-users .float-left.submit {
    margin: 30px 0;
}  

.swiper {
    z-index: 0 !important;
}

/* スライドイン
-------------------- */
.effect {
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha( opacity=0 )";
	transform: translateY(10px);
	-webkit-transform: translateY(10px);  
    -moz-transform: translateY(10px); 
	-webkit-transition: 1.0s ease-out;
	-moz-transition: 1.0s ease-out;
	transition: 1.0s ease-out;
}
.effect.delay_02 {
transition-delay:0.2s;
-webkit-transition-delay:0.2s;
}
.effect.delay_04 {
transition-delay:0.4s;
-webkit-transition-delay:0.4s;
}
.effect.delay_06 {
transition-delay:0.6s;
-webkit-transition-delay:0.6s;
}
.effect.delay_08 {
transition-delay:0.8s;
-webkit-transition-delay:0.8s;
}
.effect.start {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
	transform: translateY(0px);
	-webkit-transform: translateY(0px);  
    -moz-transform: translateY(0px);    
}


.baseTable th .required {
.color: #c30 !important;
font-size: 10px;
background: none !important;
padding: 4px 5px;
font-weight: normal;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
white-space: nowrap;
margin-left: 5px;
margin-right: 5px;
vertical-align: middle;
}

/* 動画埋め込みレスポンシブ対応
-------------------- */
.movie-wrap {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

/* サイドバー
-------------------- */
.side h2 {
    margin-bottom: 10px;
    padding: 8px;
    text-align: center;
    color: #fff;
    background: rgb(255,204,204);
    font-family: 'Manrope', 'Noto sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, sans-serif;
    font-size: .875rem;
    letter-spacing: 2px;
}
.widget {
    margin-bottom: 30px;
}
.widget ul {
    margin:0;
    padding:0;
    list-style: none;
}
.widget li a {
display: inline-block;
    padding: 13px 10px 12px 10px;
    text-decoration: none;
    color: #333;
}
.widget li a:before {
    content: '\f2fb';
    margin-right: 10px;
    color: #d1cac5;
    line-height: 0;
    font-family: 'Material-Design-Iconic-Font';
    vertical-align: middle;
}

.widget li:hover {
    background-color: #fff5f5;
}
.widget .blog-calendar {
    width: 100%;
}
.widget table tr:first-child {
    background: rgb(255,204,204);
    color: #fff;
    font-weight: 500;
}
.widget table tr:first-child a {
    color: #fff;
}
.widget table th,
.widget table td {
    padding: 3px;
    border: 1px solid #ddd;
    text-align: center;
}
.widget table th {
    background: #e8e8e8;
    font-size: .875rem;
    font-weight: 400;
}
.today {
    background-color: rgba(255,204,204,.5);
    color: #FFFFFF;
    border-radius: 4px;
}


/* 検索窓 */
.search-box {
    margin-bottom: 30px;
}
.search-box input#SearchIndexQ {
    width: calc(100% - 90px);
    max-width: 200px;
    font-size: 14px;
    font-family: 'Noto sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, sans-serif;
    padding:5px;
}
.page-tips .item__thumb.item__thumb--empty {
    display: none;
}

.page-tips .l-item__inner {
    width: 100% !important;
}

.page-tips .main-contents {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 0 60px;
    float: left;
    width: calc(100% - 300px);
}

#SideLeft {
    float: right;
    width: 250px;
}

@media screen and (max-width: 980px) {
#SideLeft {
    float: right;
    width: 250px;
    padding: 0 10px;
}
}

@media screen and (max-width: 767px) {
.page-tips .main-contents {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 0 60px;
    width: 100%;
    clear: both;
}

#SideLeft {
    clear: both;
    width: auto;
    padding: 0 10px;
}
}

.page-tips .submit {
    margin: 20px 0;
    text-align: center;
    clear: both;
}

.caption_E {
    color: #5F161D;
    text-decoration: none;
    font-family: 'Parisienne', cursive;
    font-size: 2.5rem;
    display: inline-block;
    font-weight: 400;
    padding-right: 20px;
}


.page-header .page-header__logo .logo__toggle-trigger,.page-header .page-header__logo a,.page-footer .page-footer__info .info__logo,.nav-global .nav-global__item {
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
}

.l-header .l-header__inner,.l-breadcrumbs .l-breadcrumbs__inner,.l-nav-global .l-nav-global__inner,.l-contents .l-contents__inner,.l-footer .l-footer__inner {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
}

.l-header {
    width: 100%;
}

.l-contents {
    width: 100%;
    margin-top: 50px;
}

.l-footer {
    width: 100%;
}

/* ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- *
 * ボタン
 * ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- */
 
.btn-more {
    text-align: right;
}
 
button.btn_wide,input[type=button].btn_wide,input[type=submit].btn_wide,a.btn.btn_wide,.btn a.btn_wide,span.btn.btn_wide,.btn.btn_wide a {
    width: 100%;
}

button.btn_mini,input[type=button].btn_mini,input[type=submit].btn_mini,a.btn.btn_mini,.btn a.btn_mini,span.btn.btn_mini,.btn.btn_mini a {
    font-size: .813rem;
    font-weight: 400;
    padding: .4em 1em .4em 1em;
}

button.btn_reverse,input[type=button].btn_reverse,input[type=submit].btn_reverse,a.btn.btn_reverse,.btn a.btn_reverse,span.btn.btn_reverse,.btn.btn_reverse a {
    padding: .7em 2em .7em 2em;
    background-position: 1% center;
    background-position: left 10px center;
}

button.btn_reverse.btn_mini,input[type=button].btn_reverse.btn_mini,input[type=submit].btn_reverse.btn_mini,a.btn.btn_reverse.btn_mini,.btn a.btn_reverse.btn_mini,span.btn.btn_reverse.btn_mini,.btn.btn_reverse.btn_mini a {
    padding: .4em 1em .4em 1em;
}

button.btn_noarrow,input[type=button].btn_noarrow,input[type=submit].btn_noarrow,a.btn.btn_noarrow,.btn a.btn_noarrow,span.btn.btn_noarrow,.btn.btn_noarrow a {
    padding: .7em 1em;
    background-image: none;
}

button.btn_noarrow.btn_mini,input[type=button].btn_noarrow.btn_mini,input[type=submit].btn_noarrow.btn_mini,a.btn.btn_noarrow.btn_mini,.btn a.btn_noarrow.btn_mini,span.btn.btn_noarrow.btn_mini,.btn.btn_noarrow.btn_mini a {
    padding: .4em 1em;
}

button.disabled,input[type=button].disabled,input[type=submit].disabled,a.btn.disabled,.btn a.disabled,span.btn.disabled,.btn.disabled a {
/*    opacity: .3;*/
}

button.disabled:hover,input[type=button].disabled:hover,input[type=submit].disabled:hover,a.btn.disabled:hover,.btn a.disabled:hover,span.btn.disabled:hover,.btn.disabled a:hover,button.disabled:focus,input[type=button].disabled:focus,input[type=submit].disabled:focus,a.btn.disabled:focus,.btn a.disabled:focus,span.btn.disabled:focus,.btn.disabled a:focus {
    box-shadow: none;
    background: rgba(255, 204, 204,.3);
}

button,input[type=button],input[type=submit],a.btn,.btn a,span.btn {
    color: #000;
    text-align: left;
    font-size: 1.08em;
    font-weight: 700;
    display: inline-block;
    padding: .7em 2em .7em 2em;
    box-sizing: border-box;
    vertical-align: middle;
    background: no-repeat 99% center;
    background: no-repeat right 10px center;
    border: solid 2px rgba(255,204,204,.6);
}

button:link,button:visited,input[type=button]:link,input[type=button]:visited,input[type=submit]:link,input[type=submit]:visited,a.btn:link,a.btn:visited,.btn a:link,.btn a:visited {
    color: #000;
    background: #FFF !important;
}

button:hover,input[type=button]:hover,input[type=submit]:hover,a.btn:hover,.btn a:hover {
    box-shadow: 0 0 0 1000px rgba(255, 204, 204,.3) inset;
}

button:focus,input[type=button]:focus,input[type=submit]:focus,a.btn:focus,.btn a:focus {
/*    box-shadow: 0 0 5px 1px #0570C7;*/
}

a:hover span.btn,a:focus span.btn {
    box-shadow: 0 0 0 1000px rgba(255, 204, 204,.3) inset;
}

.btn.disabled:hover a,.btn.disabled:focus a {
    box-shadow: none;
}

.nav-common .nav-common__item.nav-common__item--store {
    background: #756961;
}

.nav-common .nav-common__item.nav-common__item--store a {
    color: #fff;
}

.nav-common .nav-common__item.nav-common__item--store  a:before,.nav-common .nav-common__item.nav-common__item--store  a:after {
    display: none;
    content: "";
}

.nav-common .nav-common__item.nav-common__item--store  a:link {
    color: #fff;
}

.nav-common .nav-common__item.nav-common__item--store  a:link:hover {
    color: #fff;
}

.nav-common .nav-common__item.nav-common__item--store  a:visited {
    color: #fff;
}

.nav-common .nav-common__item.nav-common__item--store  a:hover {
    color: #fff;
}

/* ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- *
 * ボタン
 * ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- */
button,input[type=button],input[type=submit],a.btn,.btn a {
    color: #000;
    background: #fff;
}

button.btn_mini:after,input[type=button]:after,input[type=submit]:after,a.btn:after,.btn a:after {
content: '\f2fb';
display: inline-block;
margin-left: 10px;
color: #d1cac5;
line-height: 0;
font-family: 'Material-Design-Iconic-Font';
}

button.btn_reverse:after,input.btn_reverse[type=button]:after,input.btn_reverse[type=submit]:after,a.btn_reverse.btn:after,.btn a.btn_reverse:after {
    display: none;
}

button.btn_reverse:before,input.btn_reverse[type=button]:before,input.btn_reverse[type=submit]:before,a.btn_reverse.btn:before,.btn a.btn_reverse:before {
content: '\f2fa';
display: inline-block;
margin-right: 10px;
color: #d1cac5;
line-height: 0;
font-family: 'Material-Design-Iconic-Font';
}

button:link,button:visited,input[type=button]:link,input[type=button]:visited,input[type=submit]:link,input[type=submit]:visited,a.btn:link,a.btn:visited,.btn a:link,.btn a:visited {
    color: #000;
    ba
}

.breadcrumbs {
    color: #0e2d1e;
    font-size: .75rem;
    background: #fff5f5;
    text-align: left;
    padding: 10px;
    margin-top: 145px;
}

@media screen and (max-width: 980px) {
    .l-header .l-header__inner{
    height: 55px;
    }
    .breadcrumbs {
/*        display: none;*/
    margin-top: 55px;
    }
}

.breadcrumbs .breadcrumb__sub-title {
    display: none;
}

.breadcrumbs a {
    color: #0e2d1e;
}

.breadcrumbs a:link {
    color: #0e2d1e;
}

.breadcrumbs a:link:visited {
    color: #0e2d1e;
}

/* ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- *
 * メインビジュアル/スライドショー
 * ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- */
.billboard,
.swiper-wrapper {
    margin-top: 125px;
}

@media screen and (max-width: 980px) {
.billboard,
.swiper-wrapper {
    margin-top: 55px;
    }
}

.main-contents__banner {
    position: relative;
    margin-top: 20px;
    margin-bottom: 50px;
}

.main-contents__banner .banners {
    max-width: 941px;
    margin: 0 auto;
}

.top-banner__title,
.post-section__title {
    position: relative;
    font-family: 'Parisienne', cursive;
    display: block;
    text-align: center;
    margin-bottom: 30px !important;
}
.top-banner__title span,
.post-section__title span {
    position: relative;
    padding: 0 1em;
    background: #fff;
    color: #5F161D !important;
    font-size: 2rem !important;
    display: inline-block;
}
.top-banner__title::before {
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    right: 0;
    margin:0 auto;
    width: 50% !important;
    height: 2px;
    content: '';
    background: #5F161D;
}
@media screen and (max-width: 980px) {
.top-banner__title::before,
.post-section__title::before {
width: 100% !important;
}
}
@media screen and (max-width: 980px) {
    .main-contents__banner--vertical .banners {
        width: 100%;
        height: auto;
    }

    .main-contents__banner--vertical .banners ul {
        width: 100% !important;
        position: static !important;
    }

    .main-contents__banner--vertical .banners li {
        display: inline-block !important;
        padding: 0 !important;
        float: none !important;
        clear: both !important;
    }

    .main-contents__banner--vertical .banners li.-psycle-clone-element {
        display: none !important;
    }
}

.main-contents__banner--vertical .banners.banners--lite li {
    display: inline-block;
    padding: 0;
}

.banners {
    display: block;
    position: relative;
}

.banners ul {
    overflow: hidden;
    text-align: center;
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.banners li {
    display: block;
    margin: 0;
    padding-bottom: 30px;
    overflow: hidden;
}
@media screen and (max-width: 980px) {
.banners ul {
    overflow: hidden;
    text-align: center;
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.banners li {
    display: block;
    margin: 0 30px 30px !important;
    overflow: hidden;
}
}

.banners a {
    display: block;
}

.banners img {
    display: block;
    width: 250px;
    height: 250px;
    border-radius: 125px;
    -webkit-border-radius: 125px;
    -moz-border-radius: 125px;
    object-fit: cover;
}

.banners-ctrl {
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
}

@media screen and (max-width: 980px) {
    .banners-ctrl {
        display: none;
    }
}

.banners-ctrl .banners-ctrl__prev,.banners-ctrl .banners-ctrl__next {
    position: absolute;
    top: 18px;
    bottom: 0;
    width: 13px;
    height: 25px;
    cursor: pointer;
}

.banners-ctrl .banners-ctrl__prev {
    left: 0;
    background-image: url(../img/arrow_banner_left.png);
}

.banners-ctrl .banners-ctrl__next {
    right: 0;
    background-image: url(../img/arrow_banner_right.png);
}

/*



*/
.page-header {
    background: -webkit-linear-gradient(top,rgba(255,255,255,1),rgba(255,255,255,0.7),rgba(255,255,255,0));
    overflow: visible;
    position: fixed;
    padding-top: 25px;
    z-index: 1;
    top: 0;
}

@media screen and (max-width: 980px) {
    .page-header {
        background: rgba(255,255,255,.8);
        height: 55px;
        padding: 0;
    }
}

.page-header .page-header__description {
    font-size: .85rem;
    float: left;
    padding: 10px 0;
}

.page-header .page-header__description:empty {
    display: none;
    padding: 0;
}

@media screen and (max-width: 980px) {
    .page-header .page-header__description {
        display: none;
    }
}

.page-header .page-header__nav-common {
    float: right;
    padding-right: 25px;
}

@media screen and (max-width: 980px) {
    .page-header .page-header__nav-common {
        display: none;
    }
}

.page-header .page-header__info {
    float: right;
    clear: right;
}

@media screen and (max-width: 980px) {
    .page-header .page-header__info {
        display: none;
    }
}

.page-header .page-header__logo {
    position: relative;
    float: left;
    clear: left;
    max-width: 200px;
    height: 50px;
    padding-bottom: 20px;
    padding-left: 25px;
}

@media screen and (max-width: 980px) {
.page-header .page-header__logo {
    float: none;
    clear: both;
    width: 100%;
/*     height: 55px;*/
    }
.page-header .page-header__logo a {
    font-size: 25px !important;
    padding: 10px;
    height: 10px !important;
    position: absolute;
    left: 10px;
    top: 12px;
    }
.page-header.l-header h1 {
    padding: 10px;
    height: 55px;
    width: fit-content;
    float: left;
    box-sizing: border-box;
    }
.nav-global ul li a {
    padding-left: 20px;
    }
}

.page-header .page-header__logo .logo__toggle-trigger {
    display: none;
}

@media screen and (max-width: 980px) {
    .page-header .page-header__logo .logo__toggle-trigger {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        cursor: pointer;
        width: 55px;
        height: 55px;
        background: url(../img/sp/btn_menu.svg) no-repeat center center;
        -webkit-background-size: 20px auto;
        -o-background-size: 20px auto;
        background-size: 20px auto;
    }
}

.page-header .page-header__logo a {
    background: url(/files/theme_configs/logo_color.svg) no-repeat;
    display: block;
    width: 100%;
    height: 45px;
    background-size: contain;
    font-family: 'Parisienne', cursive;
    color: white;
    font-size: 1.875rem;
    padding-left: 25px;
}
@media screen and (max-width: 980px) {
.page-header .page-header__logo a {
    background: url(/files/theme_configs/logo_color.svg) no-repeat;
    display: block;
    width: 100%;
    height: 45px;
    background-size: contain;
    font-family: 'Parisienne', cursive;
    color: white;
    font-size: 1.875rem;
    padding-left: 25px;
}
}
.page-footer {
    clear: both;
}

.page-footer * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.page-footer a {
    color: #0e2d1e;
    font-size: .75rem;
}

.page-footer a:link {
    color: #0e2d1e;
}

.page-footer a:link:visited {
    color: #0e2d1e;
}

.page-footer .page-footer__info {
    color: #000;
    background: rgba(255, 204, 204,.5);
    padding: 30px 0;
}

@media screen and (max-width: 980px) {
    .page-footer .page-footer__info {
        padding: 20px;
    }
}

.page-footer .page-footer__info h1 {
    margin-left: 25px;
    display: inline-block;
}

.page-footer .page-footer__info h1 a {
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
    font-weight: 700;
    font-family: 'Parisienne', cursive;
    font-size: 1.875rem;
    background: url(/files/theme_configs/logo_color.svg) no-repeat;
    width: 285px;
    height: 45px;
    background-size: contain;
}

@media screen and (max-width: 980px) {
.page-footer .page-footer__info .info__logo {
    width: 180px;
    background: url(../img/sp/logo_footer.png) no-repeat;
    -webkit-background-size: 180px auto;
    -o-background-size: 180px auto;
    background-size: 180px auto;
    width: 250px;
    }
}

.page-footer .page-footer__info .info__address {
    margin-left: 30px;
    display: inline-block;
    vertical-align: middle;
    color: #0e2d1e;
    font-size: .875rem;
}

@media screen and (max-width: 980px) {
    .page-footer .page-footer__info .info__address {
    display: block;
    margin: 15px 0;
    text-align: center;
    }
    .page-footer .page-footer__info h1 {
    display: block;
    margin: 0 auto;
    }
    .page-footer .page-footer__info h1 a {
    display: block;
    vertical-align: middle;
    line-height: 0;
    font-weight: 700;
    font-family: 'Parisienne', cursive;
    font-size: 30px;
    text-align: center;
    width:250px;
    margin: 15px auto 40px;
    background-position: center;
    }
}

.page-footer .page-footer__info .info__tel {
    margin-left: 30px;
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
    font-weight: 300;
    font-size: .875rem;
}
.page-footer .page-footer__info .info__tel a {
    font-size: .875rem;
}

@media screen and (max-width: 980px) {
    .page-footer .page-footer__info .info__tel {
        margin: 20px 0 0 0;
        display: block;
        text-align: center;
    }

    .page-footer .page-footer__info .info__tel a {
        font-weight: 400;
        display: inline-block;
        padding: 1.2em 2em 1.1em;
        border: 1px solid #b5a672;
    }
}

.page-footer .page-footer__nav-feature {
    color: #0e2d1e;
    background: #fff5f5;
    padding: 30px 0;
}

.page-footer .page-footer__copyright {
    color: #fff;
    background: #5F161D;
    border-top: 1px solid #5F161D;
}

@media screen and (max-width: 980px) {
    .page-footer .page-footer__copyright {
        background: #5F161D;
    }
}

.page-footer .page-footer__copyright p {
    margin: 0;
    padding: 1em 10px;
    text-align: right;
    letter-spacing: 0.05rem;
}

/*



*/
.nav-common {
    font-size: .85rem;
}

.nav-common ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-common .nav-common__item {
    display: inline-block;
    margin: 0 0 0 5px;
}

.nav-common .nav-common__item a {
    display: block;
    color: #0e2d1e;
    line-height: 1;
    vertical-align: middle;
}

.nav-common .nav-common__item a:before {
    content: url(../img/marker_01.png);
    line-height: 0;
    vertical-align: middle;
    margin-right: 5px;
}

.nav-common .nav-common__item a:link,.nav-common .nav-common__item a:visited {
    color: #0e2d1e;
}

.nav-common .nav-common__item a:hover {
    color: #0e2d1e;
}

.nav-common .nav-common__item.nav-common__item--store {
    font-size: .875rem;
    padding: 10px 20px;
    background: #fff5f5;
    border-radius: 5px;
/* Old browsers */
}

.nav-common .nav-common__item.nav-common__item--store a:link,
.nav-common .nav-common__item.nav-common__item--store a:hover,
.nav-common .nav-common__item.nav-common__item--store a:visited {
    color: #5F161D !important;
}

.nav-global {
    clear: both;
    color: #0e2d1e;
    overflow: visible;
    height: 50px;
    background: rgba(255,255,255,0);
}

@media screen and (max-width: 980px) {
    .nav-global {
        display: none;
    }
}

.nav-global ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: table;
    width: 100%;
}

.nav-global ul li {
    text-align: center;
    display: table-cell;
    padding: 12px;
    background: rgba(255,255,255,.8);
}
.nav-global ul li:first-child {
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
}
.nav-global ul li:last-child {
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
}
@media screen and (max-width: 980px) {
.nav-global ul li {
    text-align: center;
    display: table-cell;
    padding: 9px;
    background: -moz-linear-gradient(left,rgb(255, 255, 255),rgba(255, 255, 255,.8));
    background:linear-gradient(left,rgb(255, 255, 255),rgba(255, 255, 255,.8));
	background:-webkit-linear-gradient(left,rgb(255, 255, 255),rgba(255, 255, 255,.8));
	background:-ms-linear-gradient(left,rgb(255, 255, 255),rgba(255, 255, 255,.8));
}
.nav-global ul li:first-child {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.nav-global ul li:last-child {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
}

@media screen and (max-width: 980px) {
    .nav-global ul li {
        text-align: left;
        display: block;
    }
}

.nav-global ul li a {
    color: #0e2d1e;
    text-decoration: none;
    font-family: 'Parisienne', cursive;
    font-size: 1.25rem;
    letter-spacing: .05rem;
    display: inline-block;
    width: 100%;
    height: 100%;
}

.nav-global ul li {
	overflow:		hidden;
	position:		relative;	/* 相対位置指定 */
}
.nav-global ul li .menuCaption {
	position: absolute;
	font-family: 'Zen Old Mincho', serif;
	font-size: .875rem;
	font-weight: 400;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	margin: 0 -50% 0 auto;
}
.nav-global ul li a .captionMask {
  width: 100%;
  height: 100%;
  position: absolute;	/* 絶対位置指定 */
  top: 0;
  left: 0;
  opacity:	 0;	/* マスクを表示しない */
  background-color: #fff;	/* マスクは半透明 */
  /* iOS Safariでも動く */
  transition: opacity .5s;
  opacity: 0;

}
.nav-global ul li a:hover .captionMask  {
  /* iOS Safariでも動く */
  transition-delay: 0s;
  opacity: 1;

}

@media screen and (max-width: 980px) {
.nav-global ul li .menuCaption {
	position: inline-block;
	font-family: 'Noto sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, sans-serif;
	font-size: .875rem;
	font-weight: 400;
	top: 50%;
	left:120px;
	-ms-transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	transform: translate(0,-50%);
}
.nav-global ul li a .captionMask {
    padding-left: 25px;
    background-color: rgba(255,255,255,0);	/* マスクは半透明 */
    opacity:	 1;
}
}
.nav-global .nav-global__item {
    margin: 0;
    padding: 0;
    float: left;
    width: 108.88889px;
    height: 60px;
}

@media screen and (max-width: 980px) {
    .nav-global .nav-global__item {
        text-indent: 0;
        color: #fff;
        width: 100%;
        height: auto;
    }
}

.nav-global .nav-global__item a {
    background: no-repeat scroll center center;
    display: block;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 980px) {
    .nav-global .nav-global__item a {
        color: #fff;
        background: none !important;
        padding: 10px;
        height: auto;
        text-align: center;
        border-top: solid 1px #423B2E;
    }
}

.nav-global .nav-global__item.nav-global__item--events a {
    background-image: url(../img/nav_global_events.png);
}

.nav-global .nav-global__item.nav-global__item--concept a {
    background-image: url(../img/nav_global_concept.png);
}

.nav-global .nav-global__item.nav-global__item--lineup a {
    background-image: url(../img/nav_global_lineup.png);
}

.nav-global .nav-global__item.nav-global__item--spec a {
    background-image: url(../img/nav_global_spec.png);
}

.nav-global .nav-global__item.nav-global__item--modelhouse a {
    background-image: url(../img/nav_global_modelhouse.png);
}

.nav-global .nav-global__item.nav-global__item--reform a {
    background-image: url(../img/nav_global_reform.png);
}

.nav-global .nav-global__item.nav-global__item--works a {
    background-image: url(../img/nav_global_works.png);
}

.nav-global .nav-global__item.nav-global__item--support a {
    background-image: url(../img/nav_global_support.png);
}

.nav-global .nav-global__item.nav-global__item--voice a {
    background-image: url(../img/nav_global_voice.png);
}

/*



*/
.nav-feature {
    clear: both;
    overflow: hidden;
}

@media screen and (max-width: 980px) {
    .nav-feature {
        margin: 0;
        padding: 0;
    }
}

.nav-feature .nav-feature__toggle-trigger {
    text-align: center;
    padding: 10px;
    font-size: 16px;
    font-weight: 500;
}

.nav-feature .nav-feature__toggle-trigger span {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 20px;
    height: 17px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 0 solid #fff;
    border-width: 3px 0;
    top: -2px;
    margin-left: 10px;
}

.nav-feature .nav-feature__toggle-trigger span:before {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -2px;
    content: "";
    display: block;
    width: 20px;
    height: 3px;
    background: #FFF;
}


ul.nav-menu {
  column-count: 4;
  column-gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0 0 0 20px;
  width: 100% !important;
  float: left;
}

@media screen and (min-width: 481px) and (max-width: 980px) {
ul.nav-menu {
  column-count: 3;
}
}

@media screen and (max-width: 480px) {
ul.nav-menu {
  column-count: 2;
}
}

.nav-feature ul:first-child {
    border: none;
}

.nav-feature li {
    margin: 0;
    padding: 0;
    position: relative;
}

.nav-feature .li-level-1 {
    overflow: hidden;
}

.nav-feature .li-level-1:before {
    content: '\f2fb';
    display: inline-block;
    margin-right: 3px;
    color: #d1cac5;
    line-height: 0;
    font-family: 'Material-Design-Iconic-Font';
    vertical-align: middle;
}

@media screen and (max-width: 980px) {
    .nav-feature .list__level1.list__item--has-child:after {
    content: '\f278';
    color: #d1cac5;
    line-height: 0;
    font-family: 'Material-Design-Iconic-Font';
}

    .nav-feature .list__level1.list__item--has-child.list__item--open:after {
    content: '\f273';
    color: #d1cac5;
    line-height: 0;
    font-family: 'Material-Design-Iconic-Font';
    }
}

.nav-feature .list__level1 .level1__link .title__sub-title {
    display: none;
}

.nav-feature .nav_local_level2 {
    width: 100%;
    padding: 0;
    border: none;
    margin: 0;
}

.nav-feature .list__level2 {
    margin-top: .3em;
    margin-bottom: .3em;
    padding-left: .6em;
}

.nav-feature .list__level2 a {
    display: block;
}

.nav-feature .list__level2 a:before {
    content: '\f2f6';
    display: inline-block;
    margin-right: 3px;
    color: #d1cac5;
    line-height: 0;
    font-family: 'Material-Design-Iconic-Font';
}

.nav-feature .list__level2 .level2__link {
    color: #0e2d1e;
}

.nav-feature .list__level2 .level2__link:link {
    color: #0e2d1e;
}

.nav-feature .list__level2 .level2__link .title__sub-title:before {
    content: "/ ";
}

.main-contents {
    max-width: 760px;
    margin: 0 auto;
    padding: 0 0 60px;
}

.page-home .main-contents {
    max-width: 960px;
}

.page-post--home .main-contents,.page-post--category .main-contents,.page-post--tag .main-contents {
    max-width: 760px;
}

@media screen and (max-width: 980px) {
    .main-contents {
        width: 100%;
    }

    .page-home .main-contents,.page-post--home .main-contents,.page-post--category .main-contents,.page-post--tag .main-contents {
        width: 100%;
    }
}

.main-contents .main-contents__title {
    max-width: 780px;
    margin-left: -10px;
    margin-top: -50px;
    margin-bottom: 50px;
    position: relative;
    padding: 40px 0 20px;
}

@media screen and (max-width: 980px) {
    .main-contents .main-contents__title {
        text-align: center;
        width: 100%;
        margin-left: 0;
    }
}

.main-contents .main-contents__title .title__main-title {
    display: block;
    color: #0e2d1e;
    font-size: 1.85rem;
    line-height: 1;
    padding-left: 10px;
    font-family: 'Parisienne', cursive, 'Zen Old Mincho';
}

.caption_E {
    color: #5F161D;
    text-decoration: none;
    font-family: 'Parisienne', cursive;
    font-size: 2.5rem;
    display: inline-block;
    font-weight: 400;
    padding-right: 20px;
}

@media screen and (max-width: 980px) {
    .main-contents .main-contents__title .title__main-title {
        font-size: 1.5rem;
    }
}
.main-contents .main-contents__title .title__sub-title {
    display: block;
    color: #0e2d1e;
    font-size: .92rem;
    line-height: 1;
    font-weight: 400;
    margin-top: 8px;
}

.main-contents .main-contents__title:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
}

.main-contents .main-contents__flash:empty {
    display: none;
}

.main-contents .main-contents__content {
    margin-top: 0px;
}

.page-home .main-contents .main-contents__banners {
    width: 980px;
}

.content-index .content-index__categories {
    list-style: none;
}

.content-index .content-index__categories li {
    color: #333;
    font-size: .75rem;
    line-height: 1;
    display: inline-block;
    border: 1px solid rgb(255,204,204);
    vertical-align: middle;
    margin-right: 5px;
    padding: 5px;
    border-radius: 3px;
}

.content-index .content-index__categories li a {
    display: block;
    padding: 5px;
}

.content-index .content-index__categories li a:link,.content-index .content-index__categories li a:visited {
    color: #333;
}
/*
.content-index .content-index__categories li a:hover,.content-index .content-index__categories li a:active,.content-index .content-index__categories li a:focus {
    background: #fcfcfc;
}
*/

.content-index .content-index__categories li:hover,.content-index .content-index__categories li:active,.content-index .content-index__categories li:focus {
    background: rgba(255,204,204,.5);
}

.content-index .content-index__categories li.current {
    border-color: rgb(255,204,204);
    background: rgba(255,204,204,.5);
}
/*
.content-index .content-index__categories li.current a {
    background: rgba(255,204,204,.5);
}
*/
.content-index .content-index__posts .posts__item {
    overflow: hidden;
    clear: both;
    margin: 20px 0 30px;
}

.content-index .content-index__posts .posts__item a {
    display: block;
}

.content-index .content-index__posts .posts__item a:link,.content-index .content-index__posts .posts__item a:visited {
    color: inherit;
}

.content-index .content-index__posts .posts__item .item__thumb {
    width: 200px;
    height: 200px;
    overflow: hidden;
    float: left;
    border-radius: 3px;
}

.item__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: contain;'
}

.bc-blog-category-list__item::before {
  content: '' !important;
}

@media screen and (max-width: 980px) {
    .content-index .content-index__posts .posts__item .item__thumb {
        width: 100%;
        float: none;
    }
}

.content-index .content-index__posts .posts__item .item__thumb img {
    display: block;
}

.content-index .content-index__posts .posts__item .l-item__inner {
    width: calc(100% - 230px);
    float: right;
    overflow: hidden;
}

@media screen and (max-width: 980px) {
    .content-index .content-index__posts .posts__item .l-item__inner {
        width: 100%;
        float: none;
        margin-top: 10px;
    }
}

.content-index .content-index__posts .posts__item .item__title {
    font-size: 1.15rem;
    margin: 10px 0 20px;
}

.content-index .content-index__posts .posts__item .item__meta .meta__category {
    font-size: .85rem;
    line-height: 1;
    display: inline-block;
    border: 1px solid #ccc;
    vertical-align: middle;
    padding: 5px;
    margin-bottom: 10px;
}

.content-index .content-index__posts .posts__item .item__meta .meta__category:hover,.content-index .content-index__posts .posts__item .item__meta .meta__category:focus {
    background: #fcfcfc;
}

.content-index .content-index__posts .posts__item .item__meta time {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}

.content-index .content-index__posts .posts__item.posts__item--new .item__meta time:after {
    color: #FFF;
    content: "NEW";
    display: inline-block;
    vertical-align: middle;
    line-height: 2;
    margin-left: 5px;
    background: rgb(255,204,204);
    font-size: 9px;
    padding: 6px;
    border-radius: 15px;
}

.content-index .content-index__posts .posts__item .item__btn {
    text-align: right;
}

.content-index--box .content-index__posts {
    overflow: hidden;
}

.content-index--box .content-index__posts .posts__item {
    width: 250px;
    float: left;
    clear: none;
    margin: 0 15px 30px 0;
}

.content-index--box .content-index__posts .posts__item:nth-child(3n) {
    margin-right: 0;
}

@media screen and (max-width: 980px) {
    .content-index--box .content-index__posts .posts__item {
    /* 1カラムの場合 */
    /* 2カラムの場合 */
        width: 49%;
        margin-right: 1%;
    }

    .content-index--box .content-index__posts .posts__item:nth-child(2n-1) {
        margin-left: 0 !important;
        margin-right: 1% !important;
    }

    .content-index--box .content-index__posts .posts__item:nth-child(2n) {
        margin-left: 1% !important;
        margin-right: 0 !important;
    }
}

.content-index--box .content-index__posts .posts__item a {
    display: block;
}

.content-index--box .content-index__posts .posts__item a:link,.content-index--box .content-index__posts .posts__item a:visited {
    color: inherit;
}

.content-index--box .content-index__posts .posts__item .item__thumb {
    width: 250px;
    height: 166.66667px;
    overflow: hidden;
    float: none;
}

@media screen and (max-width: 980px) {
    .content-index--box .content-index__posts .posts__item .item__thumb {
        width: 100%;
    }
}

.content-index--box .content-index__posts .posts__item .item__thumb img {
    display: block;
}

.content-index--box .content-index__posts .posts__item .l-item__inner {
    width: auto;
    float: none;
    overflow: hidden;
}

.content-index--box .content-index__posts .posts__item .item__title {
    margin: 0 0 10px;
}

.content-index--box .content-index__posts .posts__item .item__meta .meta__category {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}

.content-index--box .content-index__posts .posts__item .item__meta time {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}

.content-detail .content-detail__categories {
    list-style: none;
}

.content-detail .content-detail__categories li {
    color: #333;
    font-size: .75rem;
    line-height: 1;
    display: inline-block;
    border: 1px solid rgb(255,204,204);
    vertical-align: middle;
    margin-right: 5px;
    padding: 5px;
    border-radius: 3px;
}

.content-detail .content-detail__categories li a {
    display: block;
    padding: 5px;
}

.content-detail .content-detail__categories li a:link,.content-detail .content-detail__categories li a:visited {
    color: #333;
}

.content-detail .content-detail__categories li a:hover,.content-detail .content-detail__categories li a:active,.content-detail .content-detail__categories li a:focus {
    background: #fcfcfc;
}

.content-detail .content-detail__categories.current {
    border-color: #333;
}

.content-detail .content-detail__categories.current a {
    background: #fcfcfc;
}

.content-detail .content-detail__post {
    overflow: hidden;
    clear: both;
    margin: 0 0 30px;
}

.content-detail .content-detail__post .post__title {
    margin: 20px 0 20px;
}

.content-detail .content-detail__post .post__meta {
    overflow: hidden;
}

.content-detail .content-detail__post .post__meta .meta__category {
    font-size: .85rem;
    line-height: 1;
    display: inline-block;
    border: 1px solid #ccc;
    vertical-align: middle;
    padding: 5px;
    margin-bottom: 20px;
}

.content-detail .content-detail__post .post__meta .meta__category:hover,.content-detail .content-detail__post .post__meta .meta__category:focus {
    background: #fcfcfc;
}

.content-detail .content-detail__post .post__meta time {
    display: inline-block;
    vertical-align: middle;
    line-height: 1.7;
    float: right;
    margin-bottom: 20px;
}

.content-detail .content-detail__post.content-detail__post--new .post__meta time:after {
    color: #FFF;
    content: "NEW";
    display: inline-block;
    vertical-align: middle;
    line-height: 2;
    margin-left: 5px;
    background: rgb(255,204,204);
    font-size: 9px;
    padding: 6px;
    border-radius: 15px;
}

/*



*/
.post-section .post-section__title {
    position: relative;
    max-width: auto;
    margin-left: 0;
}

@media screen and (max-width: 980px) {
    .post-section .post-section__title {
        margin-top: 0;
    }
}

.post-section .post-section__title .title__readmore {
    position: absolute;
    top: 12px;
    right: 12px;
    width: auto !important;
}

/*



*/
.post-section__time-list {
    overflow: auto;
    height: 100%;
}

.post-section__time-list .time-list__item {
    padding: 1em;
    margin-bottom: 20px;
    clear: both;
    background: #fff5f5;
    border-radius: 3px;
}

.post-section__time-list .item__meta {
    color: #555;
    font-weight: 400;
    padding-left: 10px;
    margin-right: 10px;
    float: left;
    width: 200px;
}

.post-section__time-list .item__meta time {
    font-size: 1rem;
    display: inline-block;
    vertical-align: middle;
}

.post-section__time-list .item__title {
    color: #59210A;
    overflow: hidden;
    vertical-align: middle;
}

.post-section__time-list .item__title a {
    color: #59210A;
    display: inline-block;
    vertical-align: middle;
}

.post-section__time-list .item__title a:link,.post-section__time-list .item__title a:visited {
    color: #59210A;
}

.post-section__time-list .item__title a:hover,.post-section__time-list .item__title a:active,.post-section__time-list .item__title a:focus {
    text-decoration: underline;
}

.post-section__time-list .item__title p {
    margin: 0;
    padding: 0;
}

.post-section__time-list .time-list__item--new .item__meta:after {
    color: #FFF;
    content: "NEW";
    display: inline-block;
    vertical-align: middle;
    line-height: 2;
    margin-left: 5px;
    background: rgb(255,204,204);
    font-size: 9px;
    padding: 6px;
    border-radius: 15px;
}

.post-section__article-list {
    padding: 10px 0;
    overflow: auto;
    height: 100%;
    list-style: none;
}

.post-section__article-list .article-list__item {
    display: block;
    overflow: hidden;
    clear: both;
    margin-bottom: 20px;
}

.post-section--box .post-section__article-list .article-list__item {
    width: 150.83333px;
    margin-right: 15px;
    float: left;
    overflow: hidden;
    clear: none;
}

.post-section--box .post-section__article-list .article-list__item:nth-child(6n) {
    margin-right: 0;
}

@media screen and (max-width: 980px) {
    .post-section--box .post-section__article-list .article-list__item {
        width: 32%;
        margin-right: 2%;
    }

    .post-section--box .post-section__article-list .article-list__item:nth-child(6n) {
        margin-right: 2%;
    }

    .post-section--box .post-section__article-list .article-list__item:nth-child(3n) {
        margin-right: 0 !important;
    }
}

.post-section__article-list .article-list__item a {
    display: block;
    color: #0e2d1e;
}

.post-section__article-list .article-list__item a:link,.post-section__article-list .article-list__item a:visited {
    color: #0e2d1e;
    text-decoration: none;
}

.post-section__article-list .article-list__item a:hover,.post-section__article-list .article-list__item a:active,.post-section__article-list .article-list__item a:focus {
    text-decoration: none;
}

.post-section__article-list .item__thumb {
    width: 120px;
    height: 120px;
    margin-right: 15px;
    overflow: hidden;
    float: left;
    border-radius: 3px;
}

@media screen and (max-width: 980px) {
    .post-section__article-list .item__thumb {
        width: 32%;
        margin-right: 2%;
    }
}

.item__thumb.item__thumb--empty {
    background: rgba(255, 204, 204,.5);
    display: table;
    color: #FFF;
    border-radius: 3px;
}

.item__thumb.item__thumb--empty:after {
    vertical-align: middle;
    text-align: center;
    display: table-cell;
    content: "NOW PRINT";
    font-weight: 400;
}

.post-section--large .post-section__article-list .item__thumb {
    width: 233.75px;
    height: 155.83333px;
}

@media screen and (max-width: 980px) {
    .post-section--large .post-section__article-list .item__thumb {
        width: 48%;
        margin-right: 2%;
    }
}

.post-section--box .post-section__article-list .item__thumb {
    height: 120px;
}

@media screen and (max-width: 980px) {
    .post-section--box .post-section__article-list .item__thumb {
        width: 100%;
        margin-right: 0;
    }
}

.post-section__article-list .item__thumb img {
    display: block;
}

.post-section__article-list .item__title {
    font-weight: 400;
    overflow: hidden;
    font-size: 1rem;
    font-family: 'Zen Old Mincho', serif;
}

.post-section__time-list .item__meta time::before, .item__title p::before {
    content: '\f2ee';
    margin-right: .5rem;
    color: #d1cac5;
    line-height: 0;
    font-family: 'Material-Design-Iconic-Font';
}

.post-section__article-list .item__title p {
    margin: 0;
    padding: 0;
}

.post-section__article-list .item__desc {
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px dotted #CCC;
    overflow: hidden;
}

.post-section__article-list .article-list__item--new dd:after {
    color: #FFF;
    content: "NEW";
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    margin-left: 5px;
    background: #7f0019;
    font-size: 9px;
    padding: 4px 9px 2px;
}

/* ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- *
 * # 標準
 * ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- */
[href^="tel"] {
    pointer-events: none;
}

@media screen and (max-width: 980px) {
    [href^="tel"] {
        pointer-events: auto;
    }
}

/* ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- *
 * # テーマ・デザイン毎の出力出し分け
 * ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- */
/* ## ブログ系
 * ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- */
.page-news .item__thumb {
/*    display: none !important;*/
}

.page-news .l-item__inner {
/*    width: 100% !important;
    float: none !important;*/
}

.page-events .item__meta time,.page-events .post__meta time {
    display: none !important;
}

.page-staffs .item__meta time,.page-staffs .post__meta time {
    display: none !important;
}

.page-works .item__meta time,.page-works .post__meta time {
    display: none !important;
}

.page-works .item__desc {
    display: none !important;
}

.page-works .item__btn {
    display: none !important;
}

.page-voices .item__meta time,.page-voices .post__meta time {
    display: none !important;
}

/* ## メール系
 * ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- */
/* ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- *
 * シングルページ
 * ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- */
.meta .category {
    color: #FFF;
    font-weight: 700;
    line-height: 1;
    padding: 3px 10px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #58362b;
    border: none;
}

.meta time {
    font-weight: 700;
    float: right;
}

.meta time.new:after {
    content: "new";
    color: #fff;
    background: #b62d38;
}

/* [BG03] */

@media screen and (max-width: 980px) {
    .bg03 table {
        width: 100% !important;
    }

    .bg03 [data-bgt=table] table tr th,.bg03 [data-bgt=table] table tr td {
        width: auto;
        display: block;
    }

    .bg03 [data-bgt=table] table tr th {
        border-bottom: none;
    }

    .bg03 [data-bgt=trimmed-image] .bgt-box__image[style*="bg-noimage"],.bg03 [data-bgt=trimmed-image-link] .bgt-box__image[style*="bg-noimage"] {
        display: none;
    }

    .bg03 [data-bgt=table] table,.bg03 [data-bgt=table] tbody,.bg03 [data-bgt=table] tfoot,.bg03 [data-bgt=table] table tr {
        display: block;
    }
}

.bg03 .bgt-link__icon:after {
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e623";
    font-size: 1em;
    vertical-align: bottom;
}

.bg03 h2,.bg03 h3,.bg03 h4,.bg03 p,.bg03 li,.bg03 ul,.bg03 ol {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    border: none;
    background: none;
    white-space: normal;
    word-wrap: break-word;
    word-break: break-word;
    margin: 0;
    padding: 0;
}

.bg03 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #333;
    font-size: .875rem;
    line-height: 1.7em;
    text-align: left;
    width: 100%;
    margin: 0 auto;
}

.bg03 [data-bgb] {
    margin: 0 0 1.5em;
}

.bg03 [data-bgb]:after {
    content: '';
    display: block;
    clear: both;
}

.bg03 h2:first-child,.bg03 h3:first-child,.bg03 h4:first-child,.bg03 p:first-child,.bg03 ul:first-child,.bg03 ol:first-child,.bg03 blockquote:first-child,.bg03 table:first-child {
    margin-top: 0;
}

.bg03 h2 {
  position: relative;
  padding: 0 40px;
  font-weight: 500;
/*  text-align: center;*/
  margin-top: 40px;
  margin-bottom: 20px;
}

.bg03 h2:before {
  position: absolute;
  top: calc(50% + 1px);
  left: 0;
  width: 100%;
  height: 1px;
  content: '';
  background: #5F161D;
}

.bg03 h2 span {
  position: relative;
  padding: 0 1em;
  background: #fff;
  font-size: 1.125rem;
  color: #000;
  display: inline-block;
}

.bg03 h3 {
    position: relative;
    font-size: 1.15rem;
    font-weight: 500;
    overflow: hidden;
    margin: 1em 0;
    padding: 1rem 0 .7rem .7rem;
    border: none;
    border-bottom: 1px solid #d1cac5;
    background: none;
    vertical-align: middle;
    margin-left: -10px;
}

.bg03 h3:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 4px;
    height: 1.4rem;
    margin-top: -.6rem;
    background: #d1cac5;
}

.bg03 h4 {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.25;
    overflow: hidden;
    margin: 1em 0;
    padding: .7rem 0;
    border: none;
    border-bottom: 1px dotted #333;
    background: none;
    font-family: 'Parisienne', cursive, 'Zen Old Mincho';
    align-content: center;
    padding-left: 23px;
}

.bg03 h4::before {
    content: '\f279';
    margin-right: .5rem;
    color: #d1cac5;
    line-height: 0;
    font-family: 'Material-Design-Iconic-Font';
    display: inline-block;
    position: absolute;
    left: 10px;
    top: 1.45rem;
}

.bg03 h5 {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1;
    overflow: hidden;
    margin: 1rem 0;
    padding: 0;
    border: none;
    background: none;
}

.bg03 li {
    list-style: inherit;
    overflow: hidden;
}

.bg03 ul li {
    list-style-position: inside;
    list-style-type: none;
}

.bg03 ul ul {
    margin: 0 0 0 1.8em;
}

.bg03 ol li {
    list-style-position: inside;
    list-style-type: decimal-leading-zero;
}

.bg03 ol ol {
    margin: 0 0 0 2em;
}

.bg03 strong {
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
}

.bg03 u {
    font-weight: 400;
    font-style: normal;
    text-decoration: underline;
}

.bg03 s {
    font-weight: 400;
    font-style: normal;
    text-decoration: line-through;
}

.bg03 sub {
    font-size: .8em;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    vertical-align: sub;
}

.bg03 sup {
    font-size: .8em;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    vertical-align: super;
}

.bg03 blockquote {
    position: relative;
    overflow: hidden;
    border: none;
    border-radius: 5px;
    background: #F0F0F0;
    margin: 1em 0;
    padding: 1px 1em 1px 2em;
}

.bg03 blockquote:before {
    content: '“';
    display: block;
    position: absolute;
    top: .3em;
    left: 0;
    z-index: 0;
    color: #ccc;
    font-size: 6em;
}

.bg03 blockquote:after {
    content: '”';
    display: block;
    position: absolute;
    bottom: -.2em;
    right: 0;
    z-index: 0;
    color: #ccc;
    font-size: 6em;
}

.bg03 blockquote>* {
    position: relative;
    z-index: 10;
}

.bg03 table {
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: none;
    margin: 1em 0;
}

.bg03 table caption {
    font-weight: 500;
    text-align: left;
    background: url(/burger_editor/img/bge_style/marker_list02.png) no-repeat left center;
    padding: 0 0 0 10px;
}

.bg03 table tr:nth-child(odd) td {
    background: #fff;
}

.bg03 table tr:nth-child(even) td {
    background: #fafafa;
}

.bg03 table tr th,.bg03 table tr td {
    text-align: left;
    border: 1px solid #cccccc;
    padding: .625em;
    background-color: #fff !important;
    border-right: none !important;
    border-left: none !important;
}

.bg03 table tr th {
    font-weight: 400;
    background: #fff5f5 !important;
    width: 30%;
}

.bg03 table tr td {
    font-weight: 400;
}

.bg03 hr {
    width: 95%;
    height: 2px;
    background: #CCC;
    border-style: none;
    margin: 50px auto;
}

.bg03 .bgt-grid1 {
    width: 8.33333%;
}

.bg03 .bgt-grid2 {
    width: 16.66666%;
}

.bg03 .bgt-grid4,.bg03 [data-bgb=image3] .bgt-grid,.bg03 [data-bgb=image-link3] .bgt-grid,.bg03 [data-bgb=image-text3] .bgt-grid,.bg03 [data-bgb=image-link-text3] .bgt-grid,.bg03 [data-bgb=trimmed-image3] .bgt-grid,.bg03 [data-bgb=trimmed-image-link3] .bgt-grid {
    width: 33.33333%;
}

.bg03 .bgt-grid5 {
    width: 41.66666%;
}

.bg03 .bgt-grid6,.bg03 [data-bgb=image-text2] .bgt-grid,.bg03 [data-bgb=image-link-text2] .bgt-grid {
    width: 50%;
}

.bg03 .bgt-grid7 {
    width: 58.33333%;
}

.bg03 .bgt-grid8 {
    width: 66.66666%;
}

.bg03 .bgt-grid10 {
    width: 83.33333%;
}

.bg03 .bgt-grid11 {
    width: 91.66666%;
}

.bg03 .bgt-grid12 {
    width: 100%;
}

.bg03 [data-bgb=image5] .bgt-grid {
    width: 20%;
    float: left;
    padding-left: 6.66667px;
    padding-right: 6.66667px;
}

.bg03 [data-bgb=download-file] {
    text-align: left;
}

.bg03 [data-bgb=text-float-image1] .bgt-grid--first {
    float: right;
    margin-left: 20px;
    margin-bottom: 5px;
}

.bg03 [data-bgb=text-float-image2] .bgt-grid--first {
    float: left;
    margin-right: 20px;
    margin-bottom: 5px;
}

.bg03 .bgt-btn {
    display: inline-block;
    vertical-align: middle;
    background: #FFF;
    border-style: solid;
    border-width: 1px;
    padding: 5px 10px;
}

.bg03 .bgt-btn:active,.bg03 .bgt-btn:focus {
    box-shadow: 0 0 10px 0 #0570C7,0 0 10px 0 #fff;
}

.bg03 .bgt-btn--primary {
    color: #333;
    background: #fff;
    border-color: #ccc;
}

.bg03 .bgt-btn--primary:hover {
    color: #333;
    background: #e9e9e9;
}

.bg03 .bgt-btn--success {
    color: #fff;
    background: #449D44;
    border-color: #398439;
}

.bg03 .bgt-btn--success:hover {
    color: #fff;
    background: #5CB85C;
}

.bg03 .bgt-btn--info {
    color: #fff;
    background: #31B0D5;
    border-color: #269ABC;
}

.bg03 .bgt-btn--info:hover {
    color: #fff;
    background: #5BC0DE;
}

.bg03 .bgt-btn--warning {
    color: #fff;
    background: #EC971F;
    border-color: #D58512;
}

.bg03 .bgt-btn--warning:hover {
    color: #fff;
    background: #F0AD4E;
}

.bg03 .bgt-btn--danger {
    color: #fff;
    background: #C9302C;
    border-color: #AC2925;
}

.bg03 .bgt-btn--danger:hover {
    color: #fff;
    background: #D9534F;
}

.bg03 .bgt-download-file__link {
    color: #333;
    text-align: left;
    font-size: 1.08em;
    font-weight: 700;
    display: inline-block;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 3px;
    background-color: #FFF;
    line-height: 1;
    padding: .7em 1em;
}

.bg03 .bgt-download-file__link:hover {
    text-decoration: none;
    background-color: #eee;
}

.bg03 .bgt-download-file__link:focus {
    box-shadow: 0 0 5px 1px #0570C7;
    outline: none;
}

.bg03 .bgt-download-file__link.disabled {
    opacity: .3px;
}

.bg03 .bgt-download-file__link.disabled:hover,.bg03 .bgt-download-file__link.disabled:focus {
    box-shadow: inherit;
    background-color: inherit;
}

.bg03 .bgt-link__size {
    color: gray;
    font-size: .8em;
    font-weight: 400;
}

.bg03 .bgt-link__size:before {
    content: "(";
}

.bg03 .bgt-link__size:after {
    content: ")";
}

.bg03 .bgt-download-file__link[href$="pdf"] .bgt-link__icon:after {
    content: "\e601";
}

.bg03 .bgt-download-file__link[href$="doc"] .bgt-link__icon:after,.bg03 .bgt-download-file__link[href$="docx"] .bgt-link__icon:after {
    content: "\e626";
}

.bg03 .bgt-download-file__link[href$="xls"] .bgt-link__icon:after,.bg03 .bgt-download-file__link[href$="xlsx"] .bgt-link__icon:after {
    content: "\e627";
}

.bg03 .bgt-download-file__link[href$="ppt"] .bgt-link__icon:after,.bg03 .bgt-download-file__link[href$="pptx"] .bgt-link__icon:after {
    content: "\e629";
}

.bg03 .bgt-download-file__link[href$="zip"] .bgt-link__icon:after {
    content: "\e628";
}

.bg03 .bgt-download-file__link[href$="xml"] .bgt-link__icon:after,.bg03 .bgt-download-file__link[href$="htm"] .bgt-link__icon:after,.bg03 .bgt-download-file__link[href$="html"] .bgt-link__icon:after {
    content: "\e62a";
}

.bg03 .bgt-download-file__link[href$="css"] .bgt-link__icon:after,.bg03 .bgt-download-file__link[href$="sass"] .bgt-link__icon:after,.bg03 .bgt-download-file__link[href$="scss"] .bgt-link__icon:after,.bg03 .bgt-download-file__link[href$="less"] .bgt-link__icon:after,.bg03 .bgt-download-file__link[href$="styl"] .bgt-link__icon:after,.bg03 .bgt-download-file__link[href$="json"] .bgt-link__icon:after {
    content: "\e62b";
}

.bg03 .bgt-download-file__link[href$="jpeg"] .bgt-link__icon:after,.bg03 .bgt-download-file__link[href$="jpg"] .bgt-link__icon:after,.bg03 .bgt-download-file__link[href$="png"] .bgt-link__icon:after,.bg03 .bgt-download-file__link[href$="gif"] .bgt-link__icon:after,.bg03 .bgt-download-file__link[href$="tif"] .bgt-link__icon:after,.bg03 .bgt-download-file__link[href$="tiff"] .bgt-link__icon:after,.bg03 .bgt-download-file__link[href$="webp"] .bgt-link__icon:after,.bg03 .bgt-download-file__link[href$="bmp"] .bgt-link__icon:after {
    content: "\e602";
}

.bg03 .bgt-download-file__link[href$="mov"] .bgt-link__icon:after,.bg03 .bgt-download-file__link[href$="mp4"] .bgt-link__icon:after,.bg03 .bgt-download-file__link[href$="m4v"] .bgt-link__icon:after,.bg03 .bgt-download-file__link[href$="flv"] .bgt-link__icon:after,.bg03 .bgt-download-file__link[href$="swf"] .bgt-link__icon:after,.bg03 .bgt-download-file__link[href$="mpg"] .bgt-link__icon:after,.bg03 .bgt-download-file__link[href$="mpeg"] .bgt-link__icon:after,.bg03 .bgt-download-file__link[href$="wmv"] .bgt-link__icon:after,.bg03 .bgt-download-file__link[href$="webm"] .bgt-link__icon:after,.bg03 .bgt-download-file__link[href$="ogg"] .bgt-link__icon:after {
    content: "\e608";
}

.bg03 [data-bgt=google-maps] {
    width: 100%;
    height: 400px;
}

.bg03 [data-bgt=google-maps] .bgt-google-maps {
    width: 100%;
    height: 100%;
}

.bg03 [data-bgt=google-maps] .bgt-google-maps img {
    display: block;
    margin: 0 auto;
}

.bg03 [data-bgt=table] table {
    margin: 0;
}

.bg03 [data-bgt=youtube] iframe {
    display: block;
    border: none;
    margin: 0 auto;
}

.bg03 .bgt-hr {
    width: 100%;
    margin: 0 auto;
}

.bg03 .bgt-hr--bold {
    height: 5px;
}

.bg03 .bgt-hr--narrow {
    height: 1px;
}

.bg03 .bgt-hr--short {
    width: 60%;
    height: 1px;
}

.bg03 [data-bgt=embed] [data-bge=embed-code] {
    height: 0;
    overflow: hidden;
}

.bg03 .bge-embed-label {
    display: block;
    color: #999;
    font-weight: 700;
    text-align: center;
    padding: 20px;
}

.bg03 .bge-embed-label:after {
    content: "埋め込みタグはエディタ上ではプレビューできません";
    display: block;
    font-size: .92em;
    font-weight: 400;
}

.bg03 .bgb-opt--mb-large {
    margin-bottom: 4em !important;
}

.bg03 .bgb-opt--mb-small {
    margin-bottom: 1em !important;
}

.bg03 .bgb-opt--mb-none {
    margin-bottom: 0 !important;
}

.bg03 .bgb-opt--bg-gray {
    background-color: #EFEFEF !important;
}

.bg03 .bgb-opt--bg-blue {
    background-color: #D8F4FF !important;
}

.bg03 .bgb-opt--bg-pink {
    background-color: #FEE !important;
}

.bg03 .bgb-opt--border-none {
    border-style: none;
    border-width: 0 !important;
}

.bg03 .bgb-opt--border-bold {
    border-style: solid;
    border-width: 5px !important;
}

.bg03 .bgb-opt--border-thin {
    border-style: solid;
    border-width: 1px !important;
}

.bg03 .bgb-opt--border-dotted {
    border-style: dotted;
    border-width: 1px !important;
}

.bg03 .bgb-opt--border-td {
    border-left-width: 0 !important;
    border-right-width: 0 !important;
}

.bg03 .bgb-opt--border-lr {
    border-top-width: 0 !important;
    border-bottom-width: 0 !important;
}

.bg03 .bgb-opt--border-trl {
    border-bottom-width: 0 !important;
}

.bg03 .bgb-opt--border-rbl {
    border-top-width: 0 !important;
}

.bg03 * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.bg03.cke_editable {
    margin: 0;
    padding: 10px;
}

.bg03 p,.bg03 ul,.bg03 ol {
    margin: 1em 0;
}

.bg03 .bgt-grid3,.bg03 [data-bgb=image4] .bgt-grid,.bg03 [data-bgt=table] th {
    width: 25%;
}

.bg03 .bgt-grid9,.bg03 [data-bgt=table] td {
    width: 75%;
}

.bg03 [data-bgb=button],.bg03 .bgt-btn-container {
    text-align: center;
}

.bg03 [data-bgb=button] [data-bgt=button],.bg03 [data-bgb=download-file] [data-bgt=download-file] {
    display: inline-block;
    vertical-align: middle;
}

.bg03 [data-bgb=image2] .bgt-grid,.bg03 [data-bgb=image-link2] .bgt-grid,.bg03 [data-bgb=image-text2] .bgt-grid,.bg03 [data-bgb=image-link-text2] .bgt-grid,.bg03 [data-bgb=trimmed-image2] .bgt-grid,.bg03 [data-bgb=trimmed-image-link2] .bgt-grid,.bg03 [data-bgb=wysiwyg] .bgt-grid,.bg03 [data-bgb=wysiwyg2] .bgt-grid {
    float: left;
}

.bg03 [data-bgb=image2] .bgt-grid--first,.bg03 [data-bgb=image-link2] .bgt-grid--first,.bg03 [data-bgb=image-text2] .bgt-grid--first,.bg03 [data-bgb=image-link-text2] .bgt-grid--first,.bg03 [data-bgb=trimmed-image2] .bgt-grid--first,.bg03 [data-bgb=trimmed-image-link2] .bgt-grid--first,.bg03 [data-bgb=wysiwyg] .bgt-grid--first,.bg03 [data-bgb=wysiwyg2] .bgt-grid--first {
    padding-right: 10px;
}

.bg03 [data-bgb=image2] .bgt-grid--last,.bg03 [data-bgb=image-link2] .bgt-grid--last,.bg03 [data-bgb=image-text2] .bgt-grid--last,.bg03 [data-bgb=image-link-text2] .bgt-grid--last,.bg03 [data-bgb=trimmed-image2] .bgt-grid--last,.bg03 [data-bgb=trimmed-image-link2] .bgt-grid--last,.bg03 [data-bgb=wysiwyg] .bgt-grid--last,.bg03 [data-bgb=wysiwyg2] .bgt-grid--last {
    padding-left: 10px;
}

.bg03 [data-bgb=image3] .bgt-grid,.bg03 [data-bgb=image4] .bgt-grid,.bg03 [data-bgb=image-link3] .bgt-grid,.bg03 [data-bgb=image-text3] .bgt-grid,.bg03 [data-bgb=image-link-text3] .bgt-grid,.bg03 [data-bgb=trimmed-image3] .bgt-grid,.bg03 [data-bgb=trimmed-image-link3] .bgt-grid {
    float: left;
    padding-left: 6.66667px;
    padding-right: 6.66667px;
}

.bg03 [data-bgb=image3] .bgt-grid--first,.bg03 [data-bgb=image4] .bgt-grid--first,.bg03 [data-bgb=image5] .bgt-grid--first,.bg03 [data-bgb=image-link3] .bgt-grid--first,.bg03 [data-bgb=image-text3] .bgt-grid--first,.bg03 [data-bgb=image-link-text3] .bgt-grid--first,.bg03 [data-bgb=trimmed-image3] .bgt-grid--first,.bg03 [data-bgb=trimmed-image-link3] .bgt-grid--first {
    padding-left: 0;
    padding-right: 13.33333px;
}

.bg03 [data-bgb=image3] .bgt-grid--last,.bg03 [data-bgb=image4] .bgt-grid--last,.bg03 [data-bgb=image5] .bgt-grid--last,.bg03 [data-bgb=image-link3] .bgt-grid--last,.bg03 [data-bgb=image-text3] .bgt-grid--last,.bg03 [data-bgb=image-link-text3] .bgt-grid--last,.bg03 [data-bgb=trimmed-image3] .bgt-grid--last,.bg03 [data-bgb=trimmed-image-link3] .bgt-grid--last {
    padding-left: 13.33333px;
    padding-right: 0;
}

.bg03 [data-bgb=text-float-image1] .bgt-grid--last,.bg03 [data-bgb=text-float-image2] .bgt-grid--last {
    overflow: visible;
}

.bg03 [data-bgb=text-image1] .bgt-grid--first,.bg03 [data-bgb=text-image2] .bgt-grid--first {
    float: left;
    padding-right: 10px;
}

.bg03 [data-bgb=text-image1] .bgt-grid--last,.bg03 [data-bgb=text-image2] .bgt-grid--last {
    float: right;
    padding-left: 10px;
}

.bg03 .bgt-btn:link,.bg03 .bgt-btn:visited,.bg03 .bgt-btn:hover,.bg03 [data-bgt=image] .bgt-image__link:hover,.bg03 [data-bgt=image-link] .bgt-image-link__link:hover,.bg03 [data-bgt=trimmed-image] .bgt-trimmed-image__link:hover,.bg03 [data-bgt=trimmed-image-link] .bgt-trimmed-image-link__link:hover {
    text-decoration: none;
}

.bg03 .bgt-btn--primary:link,.bg03 .bgt-btn--primary:visited,.bg03 .bgt-btn--primary:active,.bg03 .bgt-btn--primary:focus,.bg03 .bgt-download-file__link:link,.bg03 .bgt-download-file__link:visited {
    color: #333;
}

.bg03 .bgt-btn--success:link,.bg03 .bgt-btn--success:visited,.bg03 .bgt-btn--success:active,.bg03 .bgt-btn--success:focus,.bg03 .bgt-btn--info:link,.bg03 .bgt-btn--info:visited,.bg03 .bgt-btn--info:active,.bg03 .bgt-btn--info:focus,.bg03 .bgt-btn--warning:link,.bg03 .bgt-btn--warning:visited,.bg03 .bgt-btn--warning:active,.bg03 .bgt-btn--warning:focus,.bg03 .bgt-btn--danger:link,.bg03 .bgt-btn--danger:visited,.bg03 .bgt-btn--danger:active,.bg03 .bgt-btn--danger:focus {
    color: #fff;
}

.bg03 .bgt-link__icon.bgt-link__icon--after,.bg03 [data-bgt=image] .bgt-box__caption:empty,.bg03 [data-bgt=image-link] .bgt-box__caption:empty,.bg03 [data-bgt=trimmed-image] .bgt-box__caption:empty,.bg03 [data-bgt=trimmed-image-link] .bgt-box__caption:empty {
    display: none;
}

.bg03 [data-bgt=image] .bgt-image__link,.bg03 [data-bgt=image-link] .bgt-image-link__link,.bg03 [data-bgt=trimmed-image] .bgt-trimmed-image__link,.bg03 [data-bgt=trimmed-image-link] .bgt-trimmed-image-link__link {
    display: block;
}

.bg03 [data-bgt=image] .bgt-image__link:link,.bg03 [data-bgt=image] .bgt-image__link:visited,.bg03 [data-bgt=image-link] .bgt-image-link__link:link,.bg03 [data-bgt=image-link] .bgt-image-link__link:visited,.bg03 [data-bgt=trimmed-image] .bgt-trimmed-image__link:link,.bg03 [data-bgt=trimmed-image] .bgt-trimmed-image__link:visited,.bg03 [data-bgt=trimmed-image-link] .bgt-trimmed-image-link__link:link,.bg03 [data-bgt=trimmed-image-link] .bgt-trimmed-image-link__link:visited {
    color: #333;
    text-decoration: none;
}

.bg03 [data-bgt=image] .bgt-image__link.bgt-colorbox--larger,.bg03 [data-bgt=trimmed-image] .bgt-trimmed-image__link[href*="bg-noimage"],.bg03 [data-bgt=trimmed-image] .bgt-trimmed-image__link.bgt-colorbox--larger,.bg03 [data-bgt=trimmed-image-link] .bgt-trimmed-image-link__link[href*="bg-noimage"] {
    pointer-events: none;
    cursor: default;
}

.bg03 [data-bgt=image] .bgt-box__image-container,.bg03 [data-bgt=image-link] .bgt-box__image-container {
    background: #f0f0f0;
}

.bg03 [data-bgt=image] .bgt-box__image-container img,.bg03 [data-bgt=image-link] .bgt-box__image-container img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.bg03 [data-bgt=image] .bgt-box__caption,.bg03 [data-bgt=image-link] .bgt-box__caption,.bg03 [data-bgt=trimmed-image] .bgt-box__caption,.bg03 [data-bgt=trimmed-image-link] .bgt-box__caption {
    text-align: center;
    font-weight: 700;
    background: #e0e0e0;
    padding: 10px 20px;
}

.bg03 [data-bgt=trimmed-image] .bgt-box__image,.bg03 [data-bgt=trimmed-image-link] .bgt-box__image {
    width: 100%;
    padding-top: 100%;
    height: 0;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.bg03 [data-bgt=title-h2] h2,.bg03 [data-bgt=title-h3] h3 {
    margin-bottom: 0;
}

.bg03 [data-bgt=youtube],.bg03 [data-bgt=youtube] .bgt-youtube__thumb {
    width: 100%;
    height: auto;
}

.bg03 p,.bg03 li,.bg03 ul,.bg03 ol {
/* リセット */
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0;
    border: none;
    background: none;
}

.bg03 * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.bg03 .bge-ckeditor > * {
    margin-top: 0;
}

.bg03 p {
    margin: 1em 0;
}

.bg03 li {
    list-style: inherit;
    overflow: hidden;
}

.bg03 ul ul {
    margin: 0 0 0 1.8em;
}

.bg03 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
/*
.bg03 ul li {
  list-style-position: inside;
  list-style-type: none;
  position: relative;
  padding: 0 0 0 .5rem;
  margin: 0;
}
.bg03 ul li::before {
  position: absolute;
  left: 0;
  font-family: 'Material-Design-Iconic-Font';
  content: '\f2f6';
  color: #d1cac5;
}
.bg03 ul li a:link {
    color: #0e2d1e !important;
    text-decoration: none;
}
.bg03 ul li a:visited {
    color: #0e2d1e !important;
}
*/

.bg03 ol {
    margin: 1em 0;
}

.bg03 ol ol {
    margin: 0 0 0 2em;
}

.bg03 ol li {
    list-style-position: inside;
    list-style-type: decimal;
    list-style-type: decimal-leading-zero;
}

.bg03 strong {
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
}

.bg03 u {
    font-weight: 400;
    font-style: normal;
    text-decoration: underline;
}

.bg03 s {
    font-weight: 400;
    font-style: normal;
    text-decoration: line-through;
}

.bg03 sub {
    font-size: .8em;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    vertical-align: sub;
}

.bg03 sup {
    font-size: .8em;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    vertical-align: super;
}

.bg03 blockquote {
    position: relative;
    overflow: hidden;
    margin: 1em 0;
    padding: 1px 1em 1px 2em;
    border: none;
    border-radius: 5px;
    background: #efeada;
}

.bg03 blockquote:before {
    content: '“';
    display: block;
    position: absolute;
    top: .3em;
    left: 0;
    z-index: 0;
    color: #ccc;
    font-size: 6em;
}

.bg03 blockquote:after {
    content: '”';
    display: block;
    position: absolute;
    bottom: -.2em;
    right: 0;
    z-index: 0;
    color: #ccc;
    font-size: 6em;
}

.bg03 blockquote > * {
    position: relative;
    z-index: 10;
}

.bg03 table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
    border: none;
    margin: 1em 0;
}

@media screen and (max-width: 980px) {
    .bg03 table {
        width: 100% !important;
    }
}

.bg03 caption {
    font-weight: 700;
    text-align: left;
    padding: 0 0 0 10px;
    background: url(../img/marker_01.png) no-repeat left center;
}

.bg03 th,.bg03 td {
    text-align: left;
    padding: .5em;
    border: 1px solid #d1cac5;
}

.bg03 th {
    font-weight: 700;
    background: #efeada;
}

.bg03 td {
    font-weight: 400;
}

.bg03 tr:nth-child(odd) td {
    background: #fff;
}

.bg03 tr:nth-child(even) td {
    background: #fafafa;
}

.bg03 hr {
    width: 50%;
    height: 2px;
    background: rgba(255, 204, 204,.5);
    border-style: none;
    margin: 50px auto;
}

.page-post--home .bg03,.page-post--category .bg03,.page-post--tag .bg03 {
    max-width: 760px;
}

@media screen and (max-width: 980px) {
    .bg03 {
        width: 100%;
        margin: 0 auto;
        padding: 0 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .page-home .bg03,.page-post--home .bg03,.page-post--category .bg03,.page-post--tag .bg03 {
        width: 100%;
    }
}

#MailMessageIndexForm .required,
#MailMessageConfirmForm .required {
    color: #FFF;
    font-size: 10px;
    background: none !important;
    padding: 4px 5px;
    font-weight: normal;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    white-space: nowrap;
    margin-left: 5px;
    margin-right: 5px;
    vertical-align: middle;
}
/* 二段組エディタテンプレート */
.bg03 .template-two-block.clearfix {
    margin: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.bg03 .block-left,
.bg03 .block-right {
    padding: 10px;
    width: 50%;
}
@media screen and (max-width: 980px) {
.bg03 .block-left,
.bg03 .block-right {
    padding: 10px 20px;
    width: 100%;
}
}
/* メニュー用丸画像エディタテンプレート */
.bg03 .template-image-float-left.clearfix,
.bg03 .template-image-float-right.clearfix {
    margin: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.bg03 .template-image-float-right.clearfix {
    flex-direction: row-reverse;
}
.bg03 .template-image-float-left .text,
.bg03 .template-image-float-right .text {
    padding: 0 10px;
    width: 50%;
    position: relative;
}
.bg03 .template-image-float-left img,
.bg03 .template-image-float-right img {
    width: 250px;
    height: 250px;
    border-radius: 125px;
    -webkit-border-radius: 125px;
    -moz-border-radius: 125px;
    object-fit: cover;
    transition: all 0.5s;
}
.bg03 .template-image-float-left img:hover,
.bg03 .template-image-float-right img:hover {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    width: 300px;
    height: 250px;
    transition:all 0.5s ease;
    transform: scale(1.2);
}
.bg03 .template-image-float-left .image,
.bg03 .template-image-float-right .image {
    margin: 0 auto;
    padding: 20px 0;
}
@media screen and (max-width: 980px) {
.bg03 .template-image-float-left .text,
.bg03 .template-image-float-right .text {
    padding: 10px 20px;
    width: 100%;
}
.bg03 .template-image-float-left .image,
.bg03 .template-image-float-right .image {
    margin: 0 auto;
    padding: 10px 0 20px 0;
}
}

.bge-google-maps {
    height: 0;
    overflow: hidden;
    padding-bottom: 75%;
    position: relative;
}

.bge-google-maps iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.captionCover {

	overflow:		hidden;
	position:		relative;	/* 相対位置指定 */
	border-radius: 125px;
}
.captionCover .menuCaption {
	position: absolute;
	font-family: 'Parisienne', cursive;
	font-size: 1.25rem;
	color: #5F161D;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	margin: 0 -50% 0 auto;
}
.captionCover .captionMask {
	width: 100%;
	height: 100%;
	position: absolute;	/* 絶対位置指定 */
	top: 0;
	left: 0;
	opacity:	 0;	/* マスクを表示しない */
	background-color: rgba(255,255,255,0.6);	/* マスクは半透明 */
	-webkit-transition:	all 0.3s ease;
	transition: all 0.3s ease;
}
.captionCover:hover .captionMask  {
	opacity:	 1;	/* マスクを表示する */
	-webkit-transform:	scale(2);	/* 2倍に拡大 */
	transform:		scale(2);
}

.inner_menu ul {
    overflow: hidden;
    text-align: center;
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.inner_menu img {
	width: 150px;
	height: 150px;
	margin:0 10px;
}
.inner_menu .captionCover:hover .captionMask {
	opacity:	 1;	/* マスクを表示する */
	-webkit-transform:	scale(1.5);	/* 2倍に拡大 */
	transform:		scale(1.5);
}
