@charset "utf-8";
@import "../../css/base.css";
html {
    font-size: 62.5%;
}
body#all {
    font-family: Arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
    margin: 0;
    padding: 0;
    background: #fff;
    color: #333;
    font-size: 1.6rem;
}
#main,
.container02,
.sec_box,
.sec_box_t,
#footer {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
}
/* container02 */
.container02 section {
    margin-bottom: 50px;
}
.container02 h2 {
    font-size: 2.4rem;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: center;
}
.container02 .ttl_h2 {
    margin: 3.5em 0 1em;
    padding: 0.6em 0;
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
    letter-spacing: 3px;       
}
.container02 .ttl_h2 span {
    font-size: 1.6rem;
    letter-spacing: 0.3px;
}
.container02 .sub_h2 {
    margin: 1rem 0;
    padding: 0.7rem 1.4rem;
    color: #fff;
    font-size: 2rem;
    letter-spacing: 0.2px;
}  
.container02 h3 {
    margin-bottom: 1rem;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.5;
}
.container02 h3 span {
    font-size: 1.5rem;
}
.container02 h4 {
    margin-bottom: 0.8rem;
    font-size: 1.6rem;
    font-weight: bold;
}
.container02 p {
    margin-bottom: 1.6rem;
}
.container02 .mb30 {
    margin-bottom: 30px;
}
.container02 .sp_only {
    display: none;
}

    
/* sec */
.sec_box,
.sec_box_f {
    display: flex;
    justify-content: space-between;
}
.sec_box,
.sec_box_t {
    margin-bottom: 30px;
    border-bottom: 1px solid #3e3a39;
    padding: 30px 0;
}
.sec_box.bbno,
.sec_box_t.bbno {
    margin-bottom: 0;
    border-bottom: none;
    padding: 25px 0;
}    
.sec_box .sec_txt,
.sec_box_f .sec_txt {
    flex-basis: 60%;
    padding-right: 20px;
    line-height: 1.5;
}
.sec_box .sec_date {
    margin: 1.6rem 0;
}
.sec_box .sec_name {
    margin: 0 0 1.6rem;
    font-weight: bold;
}
.sec_box .sec_img,
.sec_box_f .sec_img {
    flex-basis: 40%;
} 
.sec_box .sec_img img,
.sec_box_f .sec_img img {
    width: 100%;
    margin-bottom: 20px;
}
.sec_box .sec_img img:last-child,
.sec_box_f .sec_img img:last-child {
    margin-bottom: 0;
}
.sec_box .sec_img .img_caption,
.sec_box_f .sec_img .img_caption {
    margin-bottom: 1.4rem;
    font-size: 1.4rem;
}
.sec_box .sec_img .img_caption:last-child,
.sec_box_f .sec_img .img_caption:last-child {
    margin-bottom: 0;
}

.sec_profile .sec_date {
    margin: 1em 0;
    font-size: 1.8rem;
}
.sec_profile .sec_box {
    padding-top: 0;
}
.sec_profile .sec_box .sec_txt {
    padding: 0 0 0 20px;
}

.sec_schedule {
    margin: 2rem 0;
}
.list_table01 {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    width: 100%;    /*幅指定 横幅に対して　日付の入るDTの幅は調整が必要。DDの先頭に「：」が入るのでバランスを見る*/
    margin: 10px 0;
    font-size: 1.6rem;
}
.list_table01,
.list_table01 > dt,
.list_table01 > dd {
    box-sizing: border-box;
}
.list_table01 > dt,
.list_table01 > dd {
    padding: 1em;
    margin: 0px;
	text-align: left;
    border-top: 1px dotted #ddd;    /*最上部以外のtop*/
}
/*最初の要素をnoneで指定　（dlの外枠と重なることを避けるため）*/
.list_table01 > dt:first-child, 
.list_table01 > dt:first-child + dd{
     border-top: none;
}
.list_table01 > dt {
    display: flex;
    /*align-items: center; 縦方向中央*/
    width: 22%;
    padding: 10px;
    font-size: 0.9em;
    line-height: 1.6em;
}
.list_table01 > dd {	
    width: 78%;
    /*border-left: 1px solid #ccc;ddの左側　縦ライン*/
    padding: 10px;
    font-size: 0.9em;
    line-height: 1.6em;
}
/*DT、DDの間に「：」*/
.list_table01 > dd:before {
    content: "：　";
    margin-left: -2em;
    text-indent: 2em;
}    

.sec_box_t {
    width: 100%;
    margin-bottom: 25px;
}
.sec_box_f,
.sec_box_f2 {
    margin: 20px 0;
    border: 1px solid #bfbfbf;
}
.sec_box_f {
    border-radius : 15px;
    padding: 2.5em 2em;
}
.sec_box_f2 {
    border-radius : 10px;
    padding: 1.5em 1em;
}
.sec_box_f2 .sec_ol {
    margin: 0 0 1em;
    padding: 0;
}
.sec_box_f2 .sec_ol li {
    padding-left: 1.3em;
    text-indent: -1.3em;
}

/**********************
lead
**********************/
.lead {
    border-bottom: 1px solid #3e3a39;
    padding: 20px 0;
    text-align: left;
    line-height: 1.6;
    font-weight: bold;
}
.lead h2 {
    margin-bottom: 1rem;
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
}


/**********************
beauty-business
**********************/
#beauty-business .ttl_h2 {
    border-top: solid 2px #7030a0;
    border-bottom: solid 2px #7030a0;
    color: #7030a0;
}
#beauty-business .sub_h2 {
    display: inline-block;
    background: #7030a0;
    text-align: left;
}

    
/**********************
oktoberfest
**********************/
#oktoberfest .ttl_h2 {
    border-top: solid 2px #c45911;
    border-bottom: solid 2px #c45911;
    color: #c45911;
}
#oktoberfest .comingsoon {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.6;
    text-align: center;
}

/**********************
overview
**********************/
#overview .ttl_h2 {
    background: #508ac9;
    margin: 60px 0 0;
    padding: 8px 10px 5px 10px;
    color: #fff;    
}

/**********************
inquiry
**********************/
#inquiry {
    background: #eee;
    margin: 40px 0;
    border-radius: 10px;
    padding: 15px;
    font-size: 1.6rem;
}
#inquiry p {
    margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
    .container02 .sp_only {
        display: block;
    }
    .container02 .ttl_h2 span {
        margin: 0 auto 1rem;
        border-radius: 1.4rem;
        padding: 0.6rem;
        font-size: 1.4rem;
        letter-spacing: 0.3px;
    }
    /* sec */
    .sec_box,
    .sec_box_f {
        flex-direction: column;
    }
    .sec_box_f {
        padding: 1.6rem;
    }
    .sec_box_t,
    .sec_box_t.bbno {
        padding: 10px;
    }
    .sec_box .sec_txt,
    .sec_box .sec_img,
    .sec_box .sec_profile,
    .sec_box_f .sec_txt,
    .sec_box_f .sec_img {
        flex-basis: 100%;
        padding: 0 10px;
    }
    .sec_box .sec_txt,
    .sec_box_f .sec_txt {
        margin-bottom: 2rem;
        padding-right: 0;
    }
    .sec_box .sec_profile {
        margin-bottom: 2rem;
    }
    .sec_profile .sec_date {
        padding: 0 10px;
    }
    .sec_profile .sec_box .sec_txt {
        margin-top: 2rem;
        padding: 0 10px;
    }

    /* lead */
    .lead {
        margin: 0 auto;
        padding: 10px;
    }
}       
    
/**********************
footer
**********************/
#footer ul {
    line-height: 0;
}
#footer li {
    display: inline;
    margin: 0;
    padding: 0;
    float: left;
    list-style-type : none;
}
 #footer li img {
 	margin: 0;
 	padding: 0;
 	border: 0;
}
#footer .footlink {
	clear: both; 
	float: right;
	height: 100%;
	margin: 0 auto;
	padding: 5px 0;
    color: #3e3a39;
    font-size: 12px;
	text-align: right;
	line-height: 1.5em;
}
#footer li.flink,
#footer li.flink_left {
	display: inline;
	margin-right: 8px;
	border-left: 1px solid #666;
    padding-left: 8px;
	float: left;
	list-style-type : none;
	color: #333;
	font-size: 80%;
	text-align: left;
	line-height: 1.5em;
}
#footer li.flink_left {
	border-left: 0;
    padding-left: 0;
}
#footer a:link,
#all #footer a:visited {
	color: #3e3a39;
}
#footer .flogo {
    float: right; 
    margin: 5px 0;
}
.copyright {
    clear: both;
    margin: 0 auto;
    padding: 0 0 30px;
    text-align: center;
    color: #3e3a39;
    font-size: 1.2rem;
    line-height: 1.6;
    font-family: Verdana, Geneva, sans-serif;
}