@charset "utf-8";

/* メインビジュアル
-------------------------------------------------------------- */
/* 完全に空の <p></p> を非表示 */
#content p:empty {
  display: none;
}

.home #main {
    width: auto!important;
    margin: 0 auto!important;
    padding: 0!important;
}
.home #content .entry-content {
    padding: 0!important;
}

.home #primary {
    margin: 0;
    padding: 0;
}

#content .top_sec8 {
	max-width: 1080px;
	margin: 0 auto!important;
}

#content #mv {
    position: relative;
    width: 100%;
}

#content .slider {
    margin: 0 auto!important;
    height: 645px;
    width: 100%;
    min-width: 1048px;
    position: relative;
}

#content .slider_item {
    height: 642px;
    background-size: cover;
    background-position: center center;
    margin: 0!important;
}

#content .slider_item.item01 {
    background-image: url(/mwbhpwp/wp-content/uploads/mv_pic01.jpg);
    background-position: center bottom;
}

#content .slider_item.item02 {
    background-image: url(/mwbhpwp/wp-content/uploads/mv_pic02.jpg);
    background-position: center bottom;
}

#content .slider_item.item03 {
    background-image: url(/mwbhpwp/wp-content/uploads/mv_pic03.jpg);
	background-position: center bottom;
}

#content .slick-arrow {
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    text-indent: 200%;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
}

#content .slick-next, #content .slick-prev {
    width: 46px;
    height: 46px;
    background: url(/mwbhpwp/wp-content/uploads/arrow_slider.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 20px;
    z-index: 1;
    transition: all .3s;
}

#content .slick-prev {
    left: 20px;
	right: auto;
	-webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

#content .slick-next:hover, #content .slick-prev:hover {
    opacity: .8;
}

#content .slider_inner {
    width: 1048px;
    height: 645px;
    margin: 0 auto;
    position: relative;
}

#content .slider_content {
    max-width: 1000px;
    height: 300px;
    text-align: center;
    margin: 0 auto;
    padding: 120px 20px 30px;
}

#content .slider_title {
    color: #fff;
    font-size: 53px;
    font-weight: 400;
    margin-bottom: 36px;
    border: none;
}

#content .slider_text {
    color: #fff;
    font-size: 20px;
    margin-bottom: 40px;
    line-height: 1.75;
}

#content .slider_btn a {
	width: 400px;
    margin: 0 auto;
    padding: 18px 20px;
    font-size: 21px;
    color: #fff;
    background: #e8891b;
    background-image: url(/mwbhpwp/wp-content/uploads/arrow_white.png);
    background-repeat: no-repeat;
    background-position: right 18px center;
    display: block;
    border-radius: 9999px;
    border: 2px solid #e8891b;
    text-align: center;
	text-decoration: none;
    -webkit-transition: all .3s;
    transition: all .3s;
}

#content .slider_btn a:hover {
    color: #e8891b;
    background: #fff;
    background-image: url(/mwbhpwp/wp-content/uploads/arrow_orange.png);
    background-repeat: no-repeat;
    background-position: right 18px center;
    border: 2px solid #fff;
    -webkit-transition: all .3s;
    transition: all .3s;
}
















/* スマートフォン */

body.smartphone #content .post-page-head-area.bauhaus {
    display: none;
}


body.smartphone #content .post-page-content {
    padding: 0!important;
}

body.smartphone #content .top_sec8 {
    padding: 20px 20px 0px 20px !important;
}

body.smartphone #content .sec8_pic1 img {
    margin: 0!important;
}

body.smartphone #content .slider {
    margin: 0 auto !important;
    height: 300px;
    width: 100%;
    min-width: 320px;
    position: relative;
}

body.smartphone #content .slider_item {
    height: 300px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0!important;
}


body.smartphone #content .slider_item.item01 {
    background-image: url(/mwbhpwp/wp-content/uploads/mv_pic01.jpg);
}

body.smartphone #content .slider_item.item02 {
    background-image: url(/mwbhpwp/wp-content/uploads/mv_pic02.jpg);
}

body.smartphone #content .slider_item.item03 {
    background-image: url(/mwbhpwp/wp-content/uploads/mv_pic03.jpg);
}

body.smartphone #content .slick-arrow {
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    text-indent: 200%;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
}

body.smartphone #content .slick-next, body.smartphone #content .slick-prev {
    display: none !important;
}

body.smartphone #content .slider_inner {
    width: auto;
    height: 300px;
}

body.smartphone #content .slider_content {
    width: 100%;
    height: 300px;
    text-align: center;
    margin: 0 auto;
    padding: 60px 0 0;
    box-sizing: border-box;
}

body.smartphone #content .slider_title {
    color: #fff;
    font-size: 20px!important;
    font-weight: 400!important;
    margin-bottom: 36px;
}

body.smartphone #content .slider_text {
    color: #fff;
    font-size: 12px!important;
    margin-bottom: 20px;
    padding: 0 20px;
    line-height: 1.75;
}


body.smartphone #content .slider_btn a {
	width: 180px;
    margin: 0 auto;
    padding: 8px 15px;
    font-size: 14px;
    color: #fff!important;
    background: #e8891b;
    background-image: url(/mwbhpwp/wp-content/uploads/arrow_white.png);
    background-repeat: no-repeat;
    background-position: right 8px center;
    background-size: 9px 9px;
    display: block;
    border-radius: 9999px;
    border: 2px solid #e8891b;
    text-align: center;
	text-decoration: none;
    -webkit-transition: all .3s;
    transition: all .3s;
}

body.smartphone #content .slider_btn a:hover {
    color: #e8891b;
    background: #fff;
    background-image: url(/mwbhpwp/wp-content/uploads/arrow_orange.png);
    background-repeat: no-repeat;
    background-position: right 18px center;
    border: 2px solid #fff;
    -webkit-transition: all .3s;
    transition: all .3s;
}


