@charset "UTF-8";
/*
 * cmn_layout.css
 *
 *  version --- 1.0
 *  updated --- 2012/3/30
 */

/* !HTML5 elements
---------------------------------------------------------- */

header, footer, nav, section, aside, article
{ display: block;}

/* !Reseting
---------------------------------------------------------- */
body {
font-family: "メイリオ", "Meiryo", arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
 -webkit-text-size-adjust: none;
 line-height: 1.5;
 color: #000;
 background: #fff;
}
.ff01{
    font-family: 'Times New Roman',游明朝, 'Yu Mincho', 游明朝体, YuMincho, 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', HiraMinProN-W3, HGS明朝E, 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
}
a{
    color: #fffbf1;
}
a:hover{
    text-decoration: none!important;
}
body.fontS{ font-size: 10px; }
body.fontM{ font-size: 12px; }
body.fontL{ font-size: 14px; }
body, div, pre, p, blockquote, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, th, td
{ margin: 0; padding: 0;}
input, textarea
{ margin: 0; font-size: 100%;}
label
{ cursor: pointer;}
table
{ border-collapse: collapse; border-spacing: 0; font-size: 100%;}
fieldset, img
{ border: 0;}
img
{ vertical-align: top; max-width: 100%;}
address, caption, cite, code, dfn, em, th, var
{ font-style: normal; font-weight: normal;}
ol, ul
{ list-style: none;}
caption, th
{ text-align: left;}
q:after, q:before
{ content:'';}
a, input
{ /* outline: none; */ }
abbr, acronym
{ border: 0;}

/* !Clearfix
---------------------------------------------------------- */
.clearfix {
	display: block;
	min-height: 1%;
}
.clearfix:after {
	clear: both;
	content:".";
	display: block;
	height: 0;
	visibility: hidden;
}
* html .clearfix {
	height: 1%;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}
/* !Layout
---------------------------------------------------------- */
html { overflow-y: scroll;}

@media print {
	html,
	html body { *zoom: 0.65;}
}

/* !common
---------------------------------------------------------- */
/* .list-mv06{
    transform: scale(0, 0) rotateY(180deg);
    -webkit-transform: scale(0, 0) rotateY(180deg);
}
.mv06{
    transform: scale(1, 1) rotateY(360deg);
    -webkit-transform: scale(1, 1) rotateY(360deg);
    transition-duration : 1s;
} */

.hdm{
    color: #AA944C;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}
.hdm span{
    position: relative;
}
.hdm span:before{
    content: '';
    position: absolute;
    top: 49%;
    display: inline-block;
    width: 30px;
    height: 2px;
    background: #ffffff;
    left: -45px;
    z-index: 2;
}
.hdm span:after{
    content: '';
    position: absolute;
    top: 49%;
    display: inline-block;
    width: 30px;
    height: 2px;
    background: #ffffff;
    right: -45px;
    z-index: 2;
}
.ht01{
    text-align: center;
}

.mainbox{
	padding: 50px 0 20px;
}

.combox{
    margin: 10px 0 ;
}




.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}


.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 45px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: #fff;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before
{
    opacity: 1;
    color: #fff;
}
.slick-dotted.slick-slider {
    margin-bottom: -5px;
}
@media screen and (max-width: 767px) {
    .ht01{
        text-align: center;
    }
    .ht01 img{
        width: 90%;
    }
    .mainbox{
        padding: 10px 0 10px;
    }
    .slick-dots li
    {
        margin: 0 1px;
    }
    .slick-dots li button:before
    {
        font-size: 30px;
    }
    .top_slider .slick-dots{
        bottom: 6px;
    }
}
 


/* !wrapper
---------------------------------------------------------- */
#wrapper {
    text-align: center;
}

.scrollUp {
    width: 100%;
    height: 100px;
    background-color: #000000;
	    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #333;
}


.scrollUp a {
    display: block;
    width: 100%;
    height: 100px;
    position: relative;
}


.scrollUp a .scrollUpIcon {
    display: block;
    width: 20px;
    height: 20px;
    margin: 0 auto;
    vertical-align: middle;
    position: absolute;
    right: 0;
    left: 0;
    top: 45%;
}

.scrollUp a .scrollUpIcon svg {
    width: 100%;
    height: 100%;
}


@media screen and (max-width: 767px) {
    #wrapper {
        min-width: 320px;
    }
}
.inner{
	max-width: 1200px;
	margin: 0 auto;
    position: relative;
}
.main-inner{
    max-width: 1200px;
    padding: 0 0 60px;
    margin: 0 auto;
    position: relative;
}
@media screen and (max-width: 767px) {
	.inner{
		width: 100%;
		padding: 0 10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
    .main-inner{
        width:  100%;
        padding: 10px 10px 30px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
}


/* !header
---------------------------------------------------------- */
#header{
    background: linear-gradient(180deg, rgba(248, 212, 228, .78) 0%, rgba(243, 189, 210, .84) 100%);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
}
.headline{
    font-size: 12px;
    line-height: 25px;
    font-weight: bold;
    background: #ff8ac4;
    color: #fff;
    text-align: center;
}

#header .logo{
    float: left;
}
#header .logo img{
    width: 200px;
}
.headerlinks{
    float: right;
    font-family: "メイリオ", "Meiryo", arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
    font-size: 16px;
    padding-top: 10px;
    padding-right: 240px;
    text-align: right;
    color: #fff;
}
.headerlinks a{
    display: inline-block;
    position: relative;
    color: #fff;
}
.headerlinks a i{
    margin-right: 8px;
}

.headerlinks span{
    display: inline-block;
    color: #fff;
}
@media screen and (max-width: 767px) {
    .main-txt{
        font-size: 12px;
        text-align: center;
        color: #fff;
        background: #000;
        line-height: 25px;
        font-weight: bold;
    }
    #header .logo img{
        width: 120px;
        padding: 4px 0 4px 10px;
    }
    #header{

    }
    .headerlinks{
        float: none;
        text-align: center;
        font-size: 13px;
        padding: 22px 0 0;
    }
    .header-access{
        font-size: 13px;
        text-align: center;
        padding-bottom: 15px;
        color: #d9b75b;
    }

}


/*
.drawer-nav{
    width: 600px;
    position: fixed;
	border-radius: 50%;
    top: 0;
    right: 0;
    z-index: 999;
    display: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*/

.drawer-nav{
    position: fixed;   	
    z-index: 1000;
    left: calc(100vw - 300px);
    bottom: -20px;
    width: 120vh;
    height: 120vh;
	
    display: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	
	border-bottom-left-radius: 50%;
	filter: drop-shadow(0 8px 6px rgba(0,0,0,0.2));
	
}


	
	
	
.drawer-menu{
    padding: 20px 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.drawer-menu>ul>li a span.main {
    font-size: 22px;
}


.drawer-menu>ul>li a span {
    text-align: center;
    line-height: 1;
}


.drawer-menu>ul>li a span.sub {
    font-size: 11px;
}


.drawer-menu>ul>li a span.sub::before, .drawer-menu>ul>ul>li a span.sub::after {
    content: "-";
    margin: 0 3px;
}



#drawer{
    z-index: 9999;
    position: relative;
}
.drawer-toggle {
    top: 34px !important;
    right: 20px;
    text-align: center;
}
.drawer-hamburger-icon,
.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
    background: #fff !important;
    position: absolute;
    top: -15px;
    height: 2px;
    left: 0;
    content: ' ';
}
.drawer-hamburger-icon:after{
    top: 15px;
    height: 2px;
}
.drawer-hamburger{
    width: 48px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.drawer-nav {
    /*  -webkit-box-shadow: 1px 1px 4px rgba(0,0,0,.9);
      -moz-box-shadow: 1px 1px 4px rgba(0,0,0,.9);
      box-shadow: 1px 1px 4px rgba(0,0,0,0.9);*/
}
.drawer-nav ul li {
    text-align: left;
    margin: 0 -20px;
}
.drawer-nav ul li a {
    
	display: -webkit-flex;
    display: flex;
    -weblit-flex-flow: column nowrap;
    flex-flow: column nowrap;
    justify-content: center;
    color: #fff;
		
    line-height: 25px;
    font-size: 16px;
    padding: 20px 0 10px 20px;
    position: relative;
    -webkit-transition: 0.1s ease-in-out;
    -moz-transition: 0.1s ease-in-out;
    -o-transition: 0.1s ease-in-out;
    -ms-transition: 0.1s ease-in-out;
    transition: 0.1s ease-in-out;

}
#drawer i{
    color: #fff;
    padding-right: 10px;
    -webkit-transition: 0.1s ease-in-out;
    -moz-transition: 0.1s ease-in-out;
    -o-transition: 0.1s ease-in-out;
    -ms-transition: 0.1s ease-in-out;
    transition: 0.1s ease-in-out;
}
.drawer-nav ul li a.active,
.drawer-nav ul li a:hover,
.drawer-nav ul li a:hover i,
#drawer a.active i,
#drawer a:hover i{
    color: #C9C2A1;
}
.drawer-nav ul li a::after{
    content: "\f105";
    font-family: "FontAwesome";
    position: absolute;
    right: 7%;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
 




.drawer-nav ul li a:hover::after{
    right: 5%;
}
.drawer-nav ul li:last-child{
    border-bottom: none;
}
.drawer-list{
    display: table-cell;
    width: 50%;
    vertical-align: top;
    padding-top: 70px;

}
.drawer-photo{
    display: table-cell;
    width: 50%;
    vertical-align: top;
}
.drawer-photo p{
    width: 160px;
    overflow: hidden;
    position: relative;
}
.drawer-photo .drawer-icon{
    position: absolute;
    top: 0;
    left: 0;
    max-width: 200px;
    right: 0;
    bottom: 0;
    margin: auto;
}
.drawer-bg-photo {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: scale(1);
}
.drawer-icon:hover .drawer-bg-photo:hover{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.drawer-txt {
    position: absolute;
    bottom: 5px;
    left: 8px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
}

/*拡大させます*/
.link_act_03 {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: scale(1);
}
.link_act_03:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

@media screen and (max-width: 767px) {
    .drawer-menu{
        padding: 0px 20px 20px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .drawer-nav ul li a {
		
		display: -webkit-flex;
    	display: flex;
    	-weblit-flex-flow: column nowrap;
    	flex-flow: column nowrap;
    	justify-content: center;
    	color: #fff;
	
 
        line-height: 25px;
        font-size: 14px;
        padding: 20px 0 10px 20px;
        position: relative;
        -webkit-transition: 0.1s ease-in-out;
        -moz-transition: 0.1s ease-in-out;
        -o-transition: 0.1s ease-in-out;
        -ms-transition: 0.1s ease-in-out;
        transition: 0.1s ease-in-out;

    }
    .drawer-toggle {
        top: 15px !important;
        right: 10px;
    }
    .drawer-hamburger-icon,
    .drawer-hamburger-icon:after,
    .drawer-hamburger-icon:before {
        background: #fff !important;
        position: absolute;
        top: -10px;
        height: 2px;
        left: 0;
        content: ' ';
    }
    .drawer-hamburger-icon:after{
        top: 10px;
        height: 2px;
    }
    .drawer-hamburger{
        width: 24px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .drawer-txt {
        position: absolute;
        bottom: 5px;
        left: 0;
        color: #fff;
        font-size: 12px;
        font-weight: 600;
    }
}

/* !contents
---------------------------------------------------------- */

#contents{
}

/* !button
---------------------------------------------------------- */
.btn{
    text-align: center;
}
.btn_01 {
    font-size: 14px;
    line-height: 40px;
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    width: 180px;
    height: 40px;
    transition: .1s ease-in-out;
    color: #9e8f67;
    border: 1px solid #9e8f67;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 2px 0 rgba(0, 0, 0, .2);
}

.btn_01:not(:target) {
    line-height: 40px\9;
}

:root .btn_01 {
    line-height: 40px\9;
}

.btn_01:after {
    font-family: FontAwesome;
    font-size: 14px;
    position: absolute;
    top: 0;
    right: 8px;
    bottom: 0;
    display: inline-block;

    height: 40px;
    margin: auto;
    content: '>';
    color: #9e8f67;
}

.btn_01:hover {
    opacity: .8;
    color: #9e8f67;
    box-shadow: 0 0 0 rgba(0, 0, 0, .2);
}

.btn_02 {
    font-size: 14px;
    line-height: 34px;
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    width: 180px;
    height: 40px;
    transition: .1s ease-in-out;
    color: #9e8f67;
    border: 1px solid #9e8f67;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 2px 0 rgba(0, 0, 0, .2);
}

.btn_02:after {
    font-family: FontAwesome;
    font-size: 14px;
    position: absolute;
    top: 0;
    right: 8px;
    bottom: 0;
    display: inline-block;

    height: 38px;
    padding-top: 2px;
    content: '\f105';
    color: #9e8f67;
}

.btn_02:hover {
    opacity: .8;
    color: #9e8f67;
    box-shadow: 0 0 0 rgba(0, 0, 0, .2);
}


@media screen and (max-width: 767px) {
    .btn_01 {
        font-size: 12px;
    }

    .drawer-nav{
        width: 100%;
    }
}

/* !navbar
---------------------------------------------------------- */
#navbar{
    background-color: #000;
    padding: 5px 0;
    font-size: 12px;
	z-index: 2;
}

#navbar ul{
}
#navbar li{
    float: left;
    width: 170px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}
#navbar li:first-child a{
    border-left: 1px dotted #333;
}
#navbar li a{
    display: block;
    font-size: 12px;
    min-height: 1.5em;
    padding: 5px 10px;
    color: #AA944C;
    border-right: 1px dotted #333;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#navbar li a:hover{
    color: #f4ead3;
}
#navbar li a span{
    display: block;
    text-align: center;
    font-size: 16px;
}
@media screen and (max-width: 767px) {
    #navbar{
        background-color: #000;
        padding: 0;
        font-size: 12px;
    }
    #navbar .inner{
        padding: 0;
    }
    #navbar ul{
    }
    #navbar li{
        float: left;
        width: 33.33%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        text-align: center;
    }
    #navbar li a{
        border-top: 1px solid #333;
        padding: 10px 0;
        display: block;
        font-size: 12px;
        min-height: 1.5em;
        color: #AA944C;
        font-weight: bold;
        border-right: 1px dotted #333;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    #navbar li a:hover{
        color: #f4ead3;
    }
    #navbar li a span{
        display: block;
        text-align: center;
        font-size: 12px;
    }
    #navbar li:last-child{
        display: none;
    }
}

/* !MENU - !navbarCollapse
---------------------------------------------------------- */

#navbarCollapse{
    font-family: 'Times New Roman',游明朝, 'Yu Mincho', 游明朝体, YuMincho, 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', HiraMinProN-W3, HGS明朝E, 'ＭＳ Ｐ明朝', 'MS PMincho', serif;

    width: 265px;
    position: fixed;
    height: 100%;
    top: 0;
    left:-265px;
    z-index: 99999;
    overflow: scroll;
    background: #000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
}

#navbarCollapse .menu_tit{
    font-size: 16px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #fff;
    background:#ab935c;
}
#navbarCollapse li{
}
#navbarCollapse li a{
    display: block;
    padding: 8px 0 8px 20px;
    font-size: 14px;
    color: #ab935c;
    font-weight: bold;
    border-bottom: 1px dashed #ab935c;
}
.scroll-menu {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;
    text-align: center;
    display: none;
}
.scroll-menu .menu {
    width: 55px;
    height: 40px;
    background: url("../images/menu.html") no-repeat 0 0;
    -webkit-background-size: 100%;
    background-size: 100%;
    display: block;
    text-align: center;
}
.scroll-menu .menu.on{
    width: 55px;
    height: 40px;
    background: url("../images/close.html") no-repeat 0 0;
    -webkit-background-size: 100%;
    background-size: 100%;
    display: block;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .scroll-menu{
        display: block;
    }
}



/* !nav-list
---------------------------------------------------------- */

.nav-list03 ul{
    margin-left: -10px;
    margin-top: -10px;
}
.nav-list03 li{
    float: left;
    width: 25%;
    padding-left: 10px;
    padding-top: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.nav-list03 a{
    font-family: "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
    margin: 0 5px;
    display: block;
    font-size: 14px;
    color: #000;
    background: #fff;
    padding: 10px 15px;
    position: relative;
}
.nav-list03 a i{
    height: 41px;
    position: absolute;
    right: 0;
    top: 0;
    background: #ff8bc5;
    line-height: 41px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    color: #fff;
}
.nav-list03 a.on{
    background: #ff8bc5;
    color: #fff;
}

.nav-list03 a:hover{
    text-decoration: none;
    background: #ff8bc5;
    color: #fff;
}



@media screen and (max-width: 767px) {
    .nav-list03 ul{
        margin-left: -10px;
        margin-top: -10px;
    }
    .nav-list03 li{
        float: left;
        width: 50%;
        padding-left: 10px;
        padding-top: 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .nav-list03 a{
        font-family: "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
        margin: 0 5px;
        display: block;
        font-size: 12px;
        color: #000;
        background: #fff;
        padding: 10px 10px;
        position: relative;
    }
    .nav-list03 a i{
        height: 38px;
        position: absolute;
        right: 0;
        top: 0;
        line-height: 38px;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
        color: #fff;
    }
}

/* !mainimg
---------------------------------------------------------- */
.mainimg{
    margin-top: 91px;
    position: relative;
}
.mainimg .pos{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 2;
}

	.mainimg .data {background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200" fill="gray" opacity="0.5"><circle cx="100" cy="100" r="100"/></svg>');}

 
	.mainimg .data {
    position: absolute;
    z-index: 99;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 30px 10px 0 0;
    background-repeat: no-repeat;
    background-position: right -1300px top;
    background-size: 2500px;
    text-align: right;
    font-weight: 500;
    color: #fff8e9 !important;	
}
 

	.mainimg .data {   
    display: -webkit-flex;
    display: flex;
    -weblit-flex-flow: row wrap;
    flex-flow: row wrap;
	
    justify-content: center;
    gap: 5px;
    align-items: center;
    padding: 30px 0 10px;
    background-position: center top;
    text-align: center;
}


	.mainimg .data .open, .mainimg .data .tel {
    align-self: stretch;
    display: -webkit-flex;
    display: flex;
    -weblit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    align-items: flex-end;
    margin: 0;
    font-size: 24px;
    line-height: 1;
}


	.mainimg .data .open {
    font-size: 22px;
    font-family: Cinzel,sans-serif;
}

	.data .open .label, .data .tel .label {
    align-self: stretch;
    display: -webkit-flex;
    display: flex;
    -weblit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    align-items: flex-end;
    padding-bottom: 2px;
    font-size: 16px;
}
	
	.data .open .label {
    margin-right: 5px;
    font-size: 14px;
}

	.data .tel .label {
    margin-right: 5px;
    font-size: 18px;
}


@media screen and (max-width: 767px) {
    .mainimg{
        margin-top: 62.5px;
        position: relative;
    }
    .mainimg .pos{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        z-index: 2;
    }
	
	
	.mainimg .data {
		display:none;
    position: absolute;
    z-index: 99;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 30px 10px 0 0;
    background-repeat: no-repeat;
    background-position: right -1300px top;
    background-size: 2500px;
    text-align: right;
	justify-content: right;
    font-weight: 500;
    color: #000000;
}
 
	
}


/* !teaser
---------------------------------------------------------- */
#teaser {
    margin: 91px 0 0 0;
    position: relative;
}
.teaser-txt{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 2;
    font-size: 60px;
    line-height: 1;
    font-family: cinzel decorative,cursive;
    color: #bb8a44;
}
.teaser-txt span{
    display: block;
    text-align: center;
    font-size: 14px;
    color: #6d6b6b;
    font-family: "メイリオ", "Meiryo", arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}
@media screen and (max-width: 767px) {
    #teaser {
        margin: 62.5px 0 0 0;
        position: relative;
    }

}
/* !side
---------------------------------------------------------- */
#side{

}

 .pick-up-box{
    margin-top: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.pick-slider img{
    margin: 0 auto;
    border: 2px solid #ad9343;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.side-news{
    margin-top: 20px;
}
.all-news{
    max-height: 900px;
    overflow-y:scroll;
    background: #000;
    border: 1px solid #ff3333;
}
.side-news-box{
    padding: 15px 0 16px;
}
.side-news-box .img{
    float: left;
    width: 142px;
    margin: 0 15px;
    padding: 30px 6px 6px 6px;
    overflow: hidden;
    background: url("../images/bg_face.html") no-repeat 0 0;
    -webkit-background-size: 100%;
    background-size: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.side-news-box .des{
    overflow: hidden;
    padding: 25px 5px 0 0;
}
.side-news-box .des .age{
    font-size: 14px;
    font-weight: bold;
    color: #ff3333;
}
.side-news-box .des .sm{
    line-height: 2;
    font-size: 14px;
    color: #fff;
}
.side-news-box .des .sm span{
    color: #c9bb93;
}

.face{
    margin-top: 20px;
}
.face-box{
    background: #fff;
    margin-top: 5px;
    border: 2px solid #ad9343;
    height: 480px;
    overflow-y: scroll;
}
.face-cont{
    padding: 5px;
    border-bottom: 1px dashed #ad9343;
}
.face-cont .img{
    float: left;
    width: 100px;
}
.face-cont .des{
    overflow: hidden;
    padding-left: 5px;
}
.face-cont .name{
    font-size: 14px;
    color: #000;
    font-weight: bold;
}
.face-cont .size{
    font-size: 12px;
    color: #9e8f67;
    line-height: 24px;
}


.order-link .link-img{
    margin-top: 25px;
    text-align: center;
}




@media screen and (max-width: 767px) {

}

/* !schedule
---------------------------------------------------------- */
.top .schedule{

}
.schedule-box{
    margin-top: 30px;
}
.schedule-box ul{
    margin: -20px 0 0 -20px;
}
.schedule-box li{
    float: left;
    width: 20%;
    padding-left: 20px;
    padding-top: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.schedule-box .listbox{
    text-align: center;

}
.schedule-box .listbox .img{
    border-top-left-radius:6px;
    border-top-right-radius:6px;
    overflow: hidden;
    position: relative;
}
.schedule-box .listbox .img img{
    transition: all 0.2s;
    width: 100%;
}
.schedule-box .listbox .img img:hover{
    transition: all 0.2s;
    transform: scale(1.1);
}
.schedule-box .listbox .des{
    padding: 5px 0;
    font-size: 12px;
    line-height: 1.8;
    background: linear-gradient(#333, #333 10%, #333 50%, #333 60%, #333 90%);
    color: #fff;
    border-bottom-left-radius:6px;
    border-bottom-right-radius:6px;
}
.schedule-box .listbox .name{
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
}
.schedule-box .listbox .name img{
    margin-left: 5px;
    vertical-align: middle;
    font-size: 14px;
}
.schedule-box .listbox .size{
    color: #ffffff;
}
.schedule-box .listbox .time{
    font-weight: bold;
    font-size: 14px;
}
.other-links{
    margin-top: 20px;
}
.other-links ul{
    margin: -20px 0 0 -50px;
}
.other-links li{
    float: left;
    width:50%;
    padding-left: 50px;
    margin-top: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.movie{
    margin-top: 30px;
}
.movie video{
    width: 740px;
    height: 416px;
    margin: 0 auto;
}


@media screen and (max-width: 767px) {

    .schedule-box{
        margin-top: 20px;
    }
    .schedule-box ul{
        margin: -10px 0 0 -10px;
    }
    .schedule-box li{
        float: left;
        width: 50%;
        padding-left: 10px;
        padding-top: 10px;
    }
    .schedule-box .listbox{
        width: auto;
        margin: 0 auto;
    }
    .schedule-box .listbox .des{
        font-size: 12px;
        line-height: 1.8;
        color: #000;
        text-align: center;
    }
    .schedule-box .listbox .name img{
        margin-left: 5px;
        vertical-align: middle;
    }

    .schedule-box .listbox .time{
        color: #9e8f67;
    }
    .schedule-box .listbox .name{
        font-size: 14px;
    }
    .schedule-box .listbox .name img{
        font-size: 12px;
    }

    .schedule-box .listbox .time{
        font-size: 12px;
    }
    .other-links{
        margin-top: 10px;
    }
    .other-links ul{
        margin: -10px 0 0 0;
    }
    .other-links li{
        float: none;
        width:100%;
        padding-left: 0;
        margin-top: 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .movie video{
        width: 100%;
        height: auto;
    }

}

@media screen and (max-width: 767px) {

}
.sp-pick-up-box{
    padding-top: 20px;
}
.sp-pick-up-box .ht01 img{
    width: 90%;
}
.container{
    padding: 0 0 10px;
}

/* !pageTop
---------------------------------------------------------- */
.pageTop{
    position: fixed;
    bottom: 50px;
    right: 40px;
    z-index: 999999 ;
    display: none;
}

@media screen and (max-width: 767px) {
    .pageTop{
        position: fixed;
        bottom: 60px;
        right: 10px;
        display: none;
        z-index: 999999 ;
    }
    .pageTop img{
        width: 50px;
    }
}
/* !footer
---------------------------------------------------------- */
#footer{
     background-image: url(../images/footer-bg2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    font-family: 'Times New Roman',游明朝, 'Yu Mincho', 游明朝体, YuMincho, 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', HiraMinProN-W3, HGS明朝E, 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
}

.footerlogo{
    text-align: center;
    padding: 25px 0;
}

footer .footer_bottom {
    padding: 24px 0;
}

.l-footer__txt {
    margin: 10px 0 0;
    text-align: center;
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.08em;
    color: #8f6f7d;
    font-weight: 500;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
}

.l-footer__txt a {
    color: #d97fa6;
	font-size: 16px;
    text-decoration: none;
    transition: opacity .3s ease, color .3s ease;
}

.l-footer__txt a:hover {
    opacity: .75;
    color: #c96b95;
}

@media screen and (max-width: 767px) {
    .l-footer__txt {
        margin-top: 8px;
        font-size: 11px;
        line-height: 1.8;
        letter-spacing: 0.05em;
    }
}

.copyright{
    padding: 10px 0 10px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    line-height: 1.8;
    font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


/* テキストメニュー */
footer .footer_nav .nav{
	padding: 40px 20px;
    margin: 0 auto 64px;
    display: table;
    letter-spacing: 0.03em;
}
footer .footer_nav .nav li {
    display: inline-block;
    color: #515151;
    width: 110px;
    margin-right: 40px;
}
footer .footer_nav .nav li:last-child {
    margin-right: 0;
}
footer .footer_nav .nav li a {
    font-size: 14px;
    display: block;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    filter: alpha(opacity=80);
    margin: auto;
    text-align: center;
    width: 100px;
    letter-spacing: 2px;
    color: #fff;
}
footer .footer_nav .nav li a:hover,
footer .footer_nav .nav li.selected a{
  text-decoration: none;
}

footer .inner .nav li:last-child::after {
    display: none;
}


@media screen and (max-width: 767px) {
    #naii07{
        display: none;
    }
    .footerlogo{
        text-align: center;
        padding: 15px 0;
    }
    .footerlogo img{
        width: 240px;
    }
    footer .footer_bottom {
        padding: 10px 0;
    }
    .copyright{
        padding: 10px 60px 15px 10px;
        text-align: left;
        font-size: 12px;
        color: #fff;
        line-height: 1.8;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

   #footer{
       margin-bottom: 44px;
   }
    footer .inner .info_box li,
    footer .inner .info_box li a{
        font-size: 20px;
        display: inline-block;
        margin-right: 0;
        color: #ab935c;
        letter-spacing: 2px;
    }

    footer .footer_nav .nav{
		padding: 40px 20px 10px 20px;
        margin: 0 auto 20px;
    }
    footer .footer_nav .nav li {
        display: inline-block;
        color: #515151;
        width: 116px;
        margin-right: 0;
    }
	
	
	.scrollUp {
    height: 50px;
	}
	
	.scrollUp a {
    height: 50px;
	}

}





#navToggle{
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 0;
    display: none;
    z-index: 999;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#navToggle ul{
    display: table;
    width: 100%;
}
#navToggle li{
    width: 33.33%;
    display: table-cell;
    list-style: none;
    position: relative;
    vertical-align: middle;
    text-align: center;
    background-color: #000;
    background-repeat: no-repeat;
    background-position: right top;
    border-bottom: 1px #333 solid;
    border-top: 1px #333 solid;
    border-left: 1px #333 solid;
}
#navToggle li a{
    display: block;
    font-size: 12px;
    min-height: 1.3em;
    padding: 13px 0;
    color: #FFF;
    text-shadow: 1px 1px 2px #000;
    text-decoration: none;
}

#navToggle li a i{
    font-size: 16px;
    margin-right: 5px;
    vertical-align: middle;
}

.out-links{
    text-align: center;
    margin-top: 20px;
}
.out-links a{
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 12px;
}
.out-links a:last-child{
    margin-left: 50px;
}
.link .out-links a{
    display: inline-block;
    text-align: center;
    color: #000;
}
.link #footer .out-links a{
    display: inline-block;
    text-align: center;
    color: #fff;
}






/***PC 960px ~***/

/***IPAD 768px ~ 767px***/
@media screen and (max-width: 959px) {

}

/*** SP 480px ~ 767px***/
@media screen and (max-width: 767px) {

}

/*** SP 320px ~ 479px***/
@media screen and (max-width: 479px) {

}

/*==================================================================
  Cute reference color / gradient override
  目的：レイアウト・構造・サイズ・余白は維持し、配色と質感のみを
        cute.est-u.com のトップ配色へ寄せる
==================================================================*/
:root{
    --cute-bg: #f6f0fb;
    --cute-bg-soft: #fff6fa;
    --cute-bg-soft-2: #f9edf5;
    --cute-lavender: #e6daf5;
    --cute-lavender-deep: #d8c6ef;
    --cute-dusty-1: #f6dbe8;
    --cute-dusty-2: #efbfd5;
    --cute-dusty-3: #e69abf;
    --cute-dusty-4: #d97cad;
    --cute-magenta: #f414b6;
    --cute-magenta-deep: #cb2c96;
    --cute-magenta-soft: #ee69c2;
    --cute-yellow: #efb338;
    --cute-yellow-soft: #f9d37d;
    --cute-line: #edd8e8;
    --cute-line-strong: #e6bfd6;
    --cute-text: #6f6070;
    --cute-text-soft: #958393;
    --cute-white-text: rgba(255,255,255,.98);
    --cute-shadow: 0 12px 30px rgba(217,124,173,.16);
    --cute-shadow-soft: 0 5px 18px rgba(206,144,186,.14);
    --cute-grad-page: linear-gradient(180deg, #f4effb 0%, #fbf0f7 54%, #fff8fb 100%);
    --cute-grad-soft: linear-gradient(180deg, rgba(255,255,255,.94) 0%, rgba(250,241,247,.96) 100%);
    --cute-grad-panel: linear-gradient(180deg, rgba(255,255,255,.97) 0%, rgba(251,240,247,.95) 100%);
    --cute-grad-nav: linear-gradient(to bottom, #ff44b2 0%, #ff44b2 36%, #ff44b2 100%);
    --cute-grad-dusty: linear-gradient(180deg, #f6dbe8 0%, #efbfd5 100%);
    --cute-grad-magenta: linear-gradient(180deg, #ff4fca 0%, #f414b6 55%, #cf2f99 100%);
    --cute-grad-magenta-soft: linear-gradient(180deg, #ffa0db 0%, #f45bc4 58%, #dd3aac 100%);
    --cute-grad-header: linear-gradient(to bottom, #ff44b2 0%, #ff44b2 36%, #ff44b2 100%);
    --cute-grad-drawer: linear-gradient(180deg, rgba(247,208,229,.98) 0%, rgba(239,113,191,.96) 100%);
}

html,
body{
    background:
        radial-gradient(circle at 11% 8%, rgba(255,255,255,.76) 0%, rgba(255,255,255,0) 18%),
        radial-gradient(circle at 86% 14%, rgba(230,218,245,.58) 0%, rgba(230,218,245,0) 24%),
        radial-gradient(circle at 12% 58%, rgba(248,217,233,.34) 0%, rgba(248,217,233,0) 24%),
        var(--cute-grad-page);
    color: var(--cute-text);
}

body{
    color: var(--cute-text);
}

a{
    color: var(--cute-magenta-deep);
}
a:hover{
    color: var(--cute-magenta);
}

h1,h2,h3,h4,h5,h6,
.hdm,
.ht03,
.ff01{
    color: var(--cute-magenta-deep);
}

.hdm{
    color: var(--cute-magenta-deep);
    text-shadow: 0 1px 0 rgba(255,255,255,.92), 0 0 16px rgba(241,20,182,.10);
}
.hdm span:before,
.hdm span:after{
    background: linear-gradient(90deg, rgba(244,20,182,0) 0%, rgba(244,20,182,.9) 56%, rgba(239,179,56,.35) 100%);
}

#header{
    background: var(--cute-grad-header);
    box-shadow: 0 1px 0 rgba(255,255,255,.74) inset, 0 8px 24px rgba(216,157,193,.14);
    backdrop-filter: blur(6px);
}
.headline,
.main-txt{
    background: var(--cute-grad-magenta);
    color: var(--cute-white-text);
}
#header .logo img{
    filter: drop-shadow(0 2px 10px rgba(255,255,255,.3));
}
.headerlinks,
.headerlinks a,
.headerlinks span,
.header-access{
    color: var(--cute-white-text);
    text-shadow: 0 1px 8px rgba(184,83,147,.22);
}
.headerlinks a:hover{
    color: #fff;
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before{
    background: #fff !important;
}
.drawer-txt{
    color: #fff;
    text-shadow: 0 1px 6px rgba(184,82,128,.22);
}
.drawer-nav{
    background: var(--cute-grad-drawer);
    border: 1px solid rgba(255,255,255,.42);
    box-shadow: 0 18px 44px rgba(215,96,174,.22);
}
.drawer-nav ul li a,
#drawer i,
.drawer-menu>ul>li a span.main,
.drawer-menu>ul>li a span.sub{
    color: #fff;
    text-shadow: 0 1px 8px rgba(178,57,132,.22);
}
.drawer-nav ul li a::after{
    color: rgba(255,255,255,.95);
}
.drawer-nav ul li a.active,
.drawer-nav ul li a:hover,
.drawer-nav ul li a:hover i,
#drawer a.active i,
#drawer a:hover i{
    color: #fff8fc;
}

#navbar{
    background: var(--cute-grad-nav);
    border-top: 1px solid var(--cute-line);
    border-bottom: 1px solid var(--cute-line-strong);
    box-shadow: 0 1px 0 rgba(255,255,255,.95) inset;
}
#navbar li:first-child a,
#navbar li a{
    border-color: var(--cute-line-strong);
}
#navbar li a{
    color: var(--cute-text);
}
#navbar li a span{
    color: var(--cute-text);
}
#navbar li a:hover{
    color: var(--cute-magenta-deep);
    background: linear-gradient(180deg, rgba(255,255,255,.86) 0%, rgba(248,235,244,.92) 100%);
}

#navbarCollapse{
    background: linear-gradient(180deg, rgba(255,251,253,.99) 0%, rgba(248,232,243,.99) 100%);
    color: var(--cute-text);
}
#navbarCollapse .menu_tit{
    background: var(--cute-grad-magenta);
    border-bottom-color: rgba(255,255,255,.65);
    color: #fff;
}
#navbarCollapse li a{
    color: var(--cute-magenta-deep);
    border-bottom-color: var(--cute-line-strong);
}

.nav-list03 a{
    color: var(--cute-text);
    background: var(--cute-grad-panel);
    border: 1px solid var(--cute-line);
    box-shadow: var(--cute-shadow-soft);
}
.nav-list03 a i,
.nav-list03 a.on,
.nav-list03 a:hover{
    background: var(--cute-grad-magenta);
    color: #fff;
}

.mainimg .data{
    background: linear-gradient(180deg, rgba(255,102,207,.9) 0%, rgba(244,20,182,.9) 58%, rgba(208,52,152,.92) 100%);
    box-shadow: 0 -10px 30px rgba(241,20,182,.16);
    color: #fff;
}
.mainimg .data p,
.mainimg .data a,
.mainimg .data .label{
    color: #fff;
    text-shadow: 0 1px 10px rgba(180,41,130,.22);
}

.pick-slider img,
.face-box,
.all-news,
.side-news-box .img,
.face-cont,
.order-link .link-img img{
    border-color: var(--cute-line-strong);
}
.all-news,
.face-box{
    background: linear-gradient(180deg, rgba(255,255,255,.86) 0%, rgba(249,238,246,.94) 100%);
    box-shadow: var(--cute-shadow-soft);
}
.side-news-box .des .age,
.face-cont .size,
.teaser-txt,
footer .inner .info_box li,
footer .inner .info_box li a{
    color: var(--cute-magenta);
}
.side-news-box .des .sm,
.face-cont .name{
    color: var(--cute-text);
}
.side-news-box .des .sm span{
    color: var(--cute-yellow);
}

.schedule-box .listbox .des{
    background: linear-gradient(180deg, rgba(255,255,255,.98) 0%, rgba(248,237,247,.94) 100%);
    color: var(--cute-text);
    box-shadow: 0 8px 22px rgba(231,183,205,.12);
}
.schedule-box .listbox .name{
    color: var(--cute-magenta-deep);
}
.schedule-box .listbox .size{
    color: var(--cute-text-soft);
}
.schedule-box .listbox .time{
    color: var(--cute-magenta);
}

.pageTop{
    filter: drop-shadow(0 10px 18px rgba(239,179,56,.18));
}
.scrollUp{
    background: linear-gradient(180deg, rgba(247,214,228,.94) 0%, rgba(236,154,192,.96) 100%);
    border-top-color: rgba(255,255,255,.55);
}
.scrollUpIcon svg path{
    fill: #fff;
}

.footerlogo img{
    filter: drop-shadow(0 2px 12px rgba(255,255,255,.28));
}
footer .footer_nav .nav li a{
    color: var(--cute-magenta);
}
footer .footer_nav .nav li a:hover,
footer .footer_nav .nav li.selected a{
    color: var(--cute-magenta-deep);
}
footer .footer_bottom{
    background: linear-gradient(180deg, rgba(255,111,204,.96) 0%, rgba(241,20,182,.96) 58%, rgba(203,44,150,.98) 100%);
}
.copyright,
.footer_bottom,
.link #footer .out-links a,
#footer .out-links a{
    color: #fff;
}
.out-links a{
    color: var(--cute-text);
}

#navToggle{
    background: rgba(255,255,255,.99);
    border-top: 1px solid var(--cute-line-strong);
    box-shadow: 0 -8px 18px rgba(229,176,199,.12);
}
#navToggle li{
    background: rgba(255,255,255,.97);
    border-top-color: var(--cute-line);
    border-bottom-color: var(--cute-line);
    border-left-color: var(--cute-line);
}
#navToggle li a{
    color: var(--cute-magenta);
    text-shadow: none;
}
#navToggle li a i{
    color: var(--cute-magenta);
}
#navToggle li:nth-child(2) a i{
    color: #ff6cbc;
}
#navToggle li:nth-child(3) a i{
    color: #b27be3;
}

.btn_01,
.btn_02{
    color: var(--cute-magenta-deep);
    border-color: var(--cute-line-strong);
    background: linear-gradient(180deg, rgba(255,255,255,.98) 0%, rgba(250,239,247,.95) 100%);
    box-shadow: var(--cute-shadow-soft);
}
.btn_01:after,
.btn_02:after{
    color: var(--cute-magenta);
}

::selection{
    background: #ffc7e8;
    color: #6c586e;
}

@media screen and (max-width: 767px) {
    #header{
        background: linear-gradient(to bottom, #ff44b2 0%, #ff44b2 36%, #ff44b2 100%);
        box-shadow: none;
        backdrop-filter: none;
    }
    #navbar{
        background: var(--cute-grad-nav);
    }
    .mainimg .data{
        background: linear-gradient(180deg, rgba(255,107,208,.92) 0%, rgba(244,20,182,.94) 60%, rgba(208,52,152,.96) 100%);
    }
    .schedule-box .listbox .des{
        box-shadow: none;
    }
    #footer{
        margin-bottom: 44px;
    }
}

