@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}


@import url('../../../css2_family_noto+serif+jp_wght@400;700_display_swap/index.html');

body {
	font-family: 'Noto Serif JP', serif;
	background-color: #000;
}

html {
	background-color: #000;
}

@media screen and (min-width:960px){
    .sp{
        display: none !important;
    }
}

@media screen and (max-width:959px){
    .pc{
        display: none !important;
    }
}

/*タイトルと日付を非表示*/
.page .entry-title {
  display: none;
}

.page .date-tags {
display: none;
}


.site-name-text{
  display: none;
}

.archive-title {
 display: none;
 }

.page .entry-title{
margin-top: 0;
}


.main{
 background-color: #000;
 }

/*hrリセット*/
hr{
	height: 0;
	margin: 0;
	padding: 0;
	border: 0;
}

footer#footer {
    z-index: 1;
    position: relative;
}

   a {
  text-decoration: none;
  color:inherit;
}


.header-fixed {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    padding: 25px 20px;
    z-index: 10;
    background: #000;
    box-sizing: border-box;
}



.header-fixed-in{
    position: relative;
    height: 30px; /* ヘッダーの縦幅を指定 */
}



/* チェックボックスは非表示（ラベルで操作するため） */
#header-hamburger{
    display: none;
}

/* ハンバーガーアイコンの位置を指定（右） */
.header-hamburger-icon{
    position: absolute;
    top: 50%;
    right: 10%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}


/* ハンバーガーメニューのアイコン */
.header-hamburger-icon span, .header-hamburger-icon span:before, .header-hamburger-icon span:after {
    content: '';
    display: block;
    height: 1.5px;
    width: 50px;
    border-radius: 3px;
    background: #fff;
    transition: 0.5s;
    position: absolute;
}


/* 三本線の一番上の棒の位置調整 */
.header-hamburger-icon span:before {
    bottom: 6px;
}


/* 三本線の一番下の棒の位置調整 */
.header-hamburger-icon span:after {
    top: 6px;
}


.header-hamburger-icon{
    z-index: 30;
   }






/* 背景を暗くする（デフォルトは非表示） */
#header-close{
    display: none;
    position: fixed;
    z-index: 15;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
}

/*スライドで表示させるコンテンツ*/
#header-content {
    z-index: 20;
    overflow: auto;
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    width: 70%;
    max-width: 300px;
    box-sizing: border-box;
    padding: 5px;
    transition: .3s;
    background: #3c3c3c;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}



/*チェックが入ったらコンテンツを表示*/
#header-hamburger:checked ~ #header-content{
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}

/*チェックが入ったらコンテンツ外を暗くする*/
#header-hamburger:checked ~ #header-close{
    display: block;
    opacity: .7;
}


/* アイコンがクリックされたら真ん中の線を透明にする */
#header-hamburger:checked ~ .header-hamburger-icon span {
  background: rgba(255, 255, 255, 0);
}

/* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
#header-hamburger:checked ~ .header-hamburger-icon span::before {
  bottom: 0;
  transform: rotate(45deg);
}

#header-hamburger:checked ~ .header-hamburger-icon span::after {
  top: 0;
  transform: rotate(-45deg);
}




/*タイトル部分*/
.title-1 {
  position: relative;
  }

.title-font-1 {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 2vw;
    letter-spacing: 3px;
    line-height: 2em;
    height: 100%;
    text-align: center;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}

.title-font-2 {
   position: absolute;
  top: 60%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
  color: #fff;
  font-size: 12px;
  text-align: center;
  }

.title-1 img {
  display: block;
  margin-right: auto;
  margin-left: auto;
  }




 /*SNS部分アイコン*/
.footer-banner {
display: flex;
justify-content: center;
align-items: center;
list-style: none;
}

.footer-banner li {
    padding: 5px;
  }
  
  .footer-banner li img {
	  margin: 8px;
	width:25px; 
	height: auto;  
}




/*サイドメニュー 左*/
.side-left {
    position: fixed;
    bottom: 1%;
    left: 1%;
    width: 27%;
    height: auto;
    padding: 1% 1%;
}

/*メニュー*/

.side-img-1{
width: 55%;
margin-left: 23%;
margin-bottom: 30px;
}









.side-menu nav,ul{
    width:100%;
    justify-content:center; /*まとめて左右中央に並べる。メニュー縦並びの時は不要*/
    margin:0;
    padding:0;
　flex-direction:column; /*メニューを縦並びにする*/
    list-style: none; 
}


.side-menu li{
    margin:0;
    padding:4px;
    text-align:center;
    color: #fff;
}

.side-menu li a{
    display:block;
　 padding: 4px;
     text-decoration: none;
     color: #fff;
     font-size: 13px;
}


.box-1 {
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #fff;
    background-color: rgba(0,0,0,0.5);
    z-index: 500;
    }    

.box-1 p {
text-align: center;
color: #fff;
font-size: 16px;
z-index: 40;
}

 /*SNS部分アイコン*/


.sns-icon {
display: flex;
justify-content: center;
align-items: center;
list-style: none;
z-index: 100;
}

.sns-icon li {
    margin: 5px 10px;
  }






/*サイドメニュー 右*/
 .side-right { 
position: fixed;
bottom: 50px;
right: -60px;
width: 300px;
height: auto;
}




/*メニュー*/

.side-menu-2 {
    width:100%;
    justify-content:center; /*まとめて左右中央に並べる。メニュー縦並びの時は不要*/
    margin:0;
    padding:0;
　flex-direction:column; /*メニューを縦並びにする*/
    list-style: none; 
}


 /*SNS部分アイコン*/


.sns-icon-2 {
display: flex;
justify-content: center;
align-items: center;
list-style: none;
z-index: 100;
margin: 0px 0px 30px 0px;
}

.sns-icon-2 li {
	margin:3px 7px;
  }

.side-menu-2 p {
color: #fff;
font-size: 12px;
text-align: center;

}

.side-menu-2 img{
display: block;
margin-right: auto;
margin-left: auto;
margin-top: 10px;
}


@media screen and (max-width:600px){
    .side-left{
        display: none !important;
    }
}

@media screen and (max-width:600px){
    .box-1{
        display: none !important;
    }
}

@media screen and (max-width:959px){
    .side-right{
        display: none !important;
    }
}



 /*サービス・コンセプト行間*/
 .service-font-1{ 
 line-height: 1em;
 }


 /*料金プラン表*/
.table-plan { 
width: 100%;
border-collapse: collapse; 
text-align: center;
border-spacing: 0;
}

.table-plan th {
    border: 2px solid #000;
    color: #fff;
    font-size: 16px;
    text-align: center;
    padding: 10px 20px;
}

.table-plan th:nth-child(1) {
    background-color: #3c3c3c;
}

.table-plan th:nth-child(2) {
    background-color: #727171;
}




/*ボックス表示・非表示-1*/
/*ボックス全体*/
.accordion-box {
    margin: 10px 0;
    padding: 0;
}
/*ラベル*/
.accordion-box label {
    display: block;
    cursor: pointer;
    margin-top: 10px;
    padding: 10px;
    border: solid 2px #000;
    background-color: #3c3c3c;
    font-size: 14px;
}
/*チェックボックスを非表示にする*/
.accordion-box input {
    display: none; 
}
/*中身を非表示にしておく*/
.accordion-box div {
    height: 0;
    overflow-y: hidden;
    opacity: 0;
}
/*クリックで中身を表示*/
.accordion-box input:checked + label + div {
    height: auto;
    opacity: 1;
    color: #fff;
    font-size: 14px;
    background-color: #727171;
    border: solid 2px #000;
    line-height: 1.5em;
}
/*アイコン*/
.accordion-box label::after {
    content: "＋";
/*    padding-left: 10px;*/
    float: right;
}
/*クリックでアイコン入れ替え*/
.accordion-box input:checked + label::after {
    content: "－";
}

 /*ボックス内文字*/
.accordion-box p {
    margin: 10px;
}

/*コンタクトフォーム*/

.required::after {
content: "必須";
color: #ffffff;
background: #e60012;
font-size: 0.8em;
padding: 0.3em;
margin-left:0.3em;
}

.required {
font-size: 14px;
}

.required-3 {
display: block;
font-size: 14px;
line-height: 1em;
margin-top: 10px;
padding-top: 10px;
margin-left: 0;
}
.form-font-1::after {
content: "必須";
color: #ffffff;
background: #e60012;
font-size: 0.8em;
padding: 0.3em;
margin-left:0.3em;
}

.form-font-1 {
font-size: 13px;
line-height: 0.5em;
}


.form-font-2{
font-size: 12px;
}



.form-font-3 {
    font-size: 13px;
    /* line-height: 0.5em; */
    letter-spacing: -0.1em;
    text-align: center;
    display: block;
    margin: -1em 0 1em 0;
}



/* — コンタクトフォーム7　送信ボタンのカスタマイズ — */
input.wpcf7-submit {
    padding: 1em 1em 1em 2em;
    margin: 2em 0 2em 1em;
    background: #3c3c3c;
    box-sizing: border-box;
    color: #ffffff;
    font-size: 16px;
    width: 70%;
    letter-spacing: 1em;
}

input.wpcf7-submit:hover{ 
	opacity:0.7;
	transition:0.3s;
}

.btn-submit {
    width: 100%;
    text-align: center;
    border: solid 0.5px #000;
}


.scroll-box {
    display: block;
    width: 100%;
    height: 150px;
    overflow-y: scroll;
    border: 1px solid #fff;
    background-color: #fff;
    color: #000;
}
   
 .scroll-box p{
 	margin: 10px;
 }




   
   input[type='submit'] {
  border: 1px solid #000;
}


input[type='submit'],
#bbp_reply_submit,
.bp-login-widget-register-link a {
 font-family: 'Noto Serif JP', serif;

}


.search-edit, input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea,
select {
 font-family: 'Noto Serif JP', serif;
}








/*ハンバーガーメニュー内*/
 /*SNS部分アイコン*/
.sns-icon-3 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    list-style: none;
    z-index: 100;
    margin: 10px 0px 30px 0px;
}

.side-menu-hum .sns-icon-3 li {
    padding: 5px;
}

.side-menu-hum p {
color: #fff;
font-size: 12px;
text-align: center;

}

.side-menu-hum img{
display: block;
margin-right: auto;
margin-left: auto;
margin-top: 10px;
}


/*メニュー*/

.side-img-2{
width: 50%;
margin-left: 30px;
margin-bottom: 20px;
}


.side-menu-hum {
    width: 100%;
    justify-content: center;
    margin: 90px 0 50px 0;
    padding: 5px;
    flex-direction: column;
    list-style: none;
}


.side-menu-hum nav,ul{
    width:100%;
    justify-content:center;
    margin:0;
    padding:0;
　flex-direction:column; /*メニューを縦並びにする*/
    list-style: none; 
}



@media screen and (min-width:600px){
.side-menu-hum li{
    margin:0;
    padding:10px 0px;
    text-align:center;
    color: #fff;
}}

@media screen and (max-width:599px){
.side-menu-hum li {
    margin: 0;
    padding: 5px 0px;
    text-align: center;
    color: #fff;
}}

.side-menu-hum li a {
    display: block;
    padding: 0;
    text-decoration: none;
    text-align: left;
    color: #fff;
    font-size: 18px;
    margin: 0 10px;
}




.box-2 {
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #fff;
    }

.box-2 p {
text-align: center;
color: #fff;
font-size: 13px;
z-index: 40;
}

 /*SNS部分アイコン*/
.sns-icon-4 {
display: flex;
justify-content: center;
align-items: center;
list-style: none;
z-index: 100;
}

.sns-icon-4 li {
    padding: 10px;
  }
  


hr {
border: solid 0.5px #fff;
width: 100%;
}


/*グレー文字*/
.font-gray{
color: #9fa0a0;
}






/*モバイルフッターボタン*/
/*メニューをページ下部に固定*/
#sp-fixed-menu{
   position: fixed;
   width: 100%;
   bottom: 0px;
   font-size: 0;
   opacity: 0.9;
   z-index: 99;
}

/*メニューを横並びにする*/
#sp-fixed-menu ul{
   display: flex;
   list-style: none;
   padding:0;
   margin:0;
   width:100%;
}

#sp-fixed-menu li {
    justify-content: center;
    align-items: center;
    width: 50%;
    padding: 0px;
    margin: 10px 5px;
    font-size: 14px;
}

/*左側メニュー*/
#sp-fixed-menu li:first-child {
    background: -moz-linear-gradient(to bottom,#00479B,#000501 30%,#00479B);
    background: -webkit-linear-gradient(to bottom,#00479B,#000501 30%,#00479B);
    background-color: rgba(0,0,0,0.3);
    border: 1px solid rgba(255,255,255,0.3);
}



/*右側メニュー*/
#sp-fixed-menu li:last-child {
    background: -moz-linear-gradient(to bottom,#00479B,#000501 30%,#00479B);
    background: -webkit-linear-gradient(to bottom,#00479B,#000501 30%,#00479B);
    background-color: rgba(0,0,0,0.3);
    border: 1px solid rgba(255,255,255,0.3);
}


/*PCの場合にはメニューを表示させない*/
@media (min-width: 600px) {
   .for-sp{
      display:none;
    }
}

/*ボタンを調整*/
#sp-fixed-menu li a {
    color: #fff;
    text-align: center;
    display: block;
    width: 100%;
    padding: 13px 10px 6px 10px;
}

.gmap {
height: 0;
overflow: hidden;
padding-bottom: 65%;
position: relative;
}
.gmap iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
vertical-align: bottom;
}


.service-font1 {
    color: #fff;
    font-size: 14px;
    text-align: left;
    padding: 0px 5px;
    margin: 0 20px;
}

 @media screen and (max-width: 480px){
.service-font1{
color: #fff;
font-size: 12px;
text-align: left;
padding: 0;
margin: 0;
}}


 @media screen and (min-width: 481px){
.back-img {
    background-image: url('../../uploads/2023/10/motoyamasauna_concept_3.png');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 0% 70%;
    padding: 0 -30px;
    margin: 0 -30px;
}}


 
 
 @media screen and (max-width: 480px){
 .back-img{
background-image: url('../../uploads/2023/10/motoyamasauna_concept_3.png');
background-size: 100% auto;
background-repeat: no-repeat;
background-position: center bottom;
margin-right: calc(50% - 50vw);
margin-left: calc(50% - 50vw);
padding-right: calc(50vw - 50%);
padding-left: calc(50vw - 50%);
 }}








 /*下三角形*/
 .triangle1{
  width: 35px;
  height: 35px;
  border: 2px solid;
  border-color:  transparent transparent #fff #fff;
  transform: rotate(-45deg);
  margin-right: auto;
  margin-left: auto;
}




































/*pc横幅あける*/
@media screen and (min-width:600px){
#header-container{
width: 600px;
margin-left: calc(100% - 600px);
overflow: hidden;
}}

@media screen and (min-width:600px){
.header-fixed {
    width: 600px;
    margin-left: calc(100% - 600px);
    overflow: hidden;
    position: fixed;
}}
	
@media screen and (min-width:600px){	
.title-1 {
    width: 600px;
    margin-left: calc(100% - 600px);
    overflow: hidden;
    background-color: #000;
/*    height: 1060px;*/
}}

@media screen and (min-width:600px){
#content{
width: 600px;
margin-left: calc(100% - 600px);
overflow: hidden;
}}

@media screen and (min-width:600px){	
#footer{
width: 600px;
margin-left: calc(100% - 600px);
overflow: hidden;
}}

/*pc横幅あける*/
@media screen and (max-width:599px){
#header-container{
width: 100%;
}}

@media screen and (max-width:599px){
.header-fixed {
width: 100%;
position: fixed;
}}
	
@media screen and (max-width:599px){	
.title-1 {
width: 100%;
}}

@media screen and (max-width:599px){
#content{
width: 100%;
}}

@media screen and (max-width:599px){	
#footer{
width: 100%;
}}



.side-left-flex {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

/* .side-1 {
    width: 65%;
}
 */
.side-1 p {
    font-size: 10px;
}

.side-2 {
    width: 100%;
    margin-left: 5%;
}

p.side-2-font1 {
    font-size: 16px;
}

p.side-2-font2 {
    font-size: 12px;
    font-weight: 300;
}

.side-2 img {
    width: 80%;
    margin: 4% auto 0 auto;
}


div#content {
    margin-top: -1%;
}





























































	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
.carousel-in {
  background: transparent;
}	
	
.slick-prev, .slick-next {
    position: absolute;
    display: block;
    height: 50px;
    width: 50px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: rgba(255,255,255,0.5);
    border-radius: 50%;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
}

.slick-next::after,
.slick-prev::after{
    position: absolute;
    display: block;
    height: 50px;
    width: 50px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: rgba(255,255,255,0.5);
    border-radius: 50%;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
}

.slick-prev:hover{
    position: absolute;
    display: block;
    height: 50px;
    width: 50px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: rgba(255,255,255,0.5);
    border-radius: 50%;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
}

.slick-next:hover{
    position: absolute;
    display: block;
    height: 50px;
    width: 50px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: rgba(255,255,255,0.5);
    border-radius: 50%;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
}

.carousel .slick-arrow:before {
    color: #3c3c3c;
}


.carousel .slick-arrow {
    z-index: 1;
}
























@media screen and (max-width:600px){
.fz-28px {
    font-size: 21px;
}}

@media screen and (max-width: 600px){
.fz-24px {
    font-size: 18px;
}}

@media screen and (max-width:600px){
.fz-22px {
    font-size: 18px;
}}

@media screen and (max-width:600px){
.fz-20px {
    font-size: 16px;
}}

@media screen and (max-width:600px){
.fz-18px {
    font-size: 14px;
}}

@media screen and (max-width:600px){
.fz-14px {
    font-size: 12px;
}}

@media screen and (max-width:600px){
.fz-12px {
    font-size: 10px;
}}

.lineheight1 {
    line-height: 1.4em;
}

.lineheight2 {
    line-height: 2.0em;
}

.lineheight3 {
    line-height: 1em;
}

.lineheight4 {
    line-height: 1.2em;
}

.hr-1 {
    border: solid 0.1px #3c3c3c;
    width: 100%;
}

.mg-1 {
    margin-top: 10px;
    display: block;
}

.text-right {
text-align: right;
}

.backcolor1 {
    background-color: #3c3c3c;
}


.backcolor2 {
    background-color: #3c3c3c;
    padding: 10px;
}

.box1 {
    padding: 1em;
    letter-spacing: -0.3px;
    line-height: 1em;
}

p.has-text-align-center.mg-2 {
    margin-bottom: 0.5em;
}

p.lineheight1.backcolor1.mg-3 {
    padding: 0.5em;
}

p.has-text-align-center.mg-4 {
    margin-bottom: 0.5em;
}

p.mg-5 {
    margin-bottom: 1px;
    margin-top: -1.5em;
}

.header-hamburger-icon:after {
    content: "";
    position: absolute;
    left: -12px;
    top: -23px;
    width: 75px;
    height: 50px;
    background: transparent;
}

/*@media screen and (min-width:601px){
.slick-track {
    margin: 0px -10%;
}}

@media screen and (max-width:600px){
.slick-track {
    margin: 0px -50%;
}}*/

.cat-label{
 display: none
}

/*カラム1つの場合のみ*/
.carousel-entry-card-thumb {
    float: none;
    display: inline-block;
    width: 100%;
}

article.carousel-entry-card.e-card.cf {
    padding: 5px;
}


.time1{
color: #b4b4b5;
font-size:12px;
}

.slick-dots {
	display: none !important;
}




.videopc {
    position: fixed;
    top: 0;
    right: 0;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
}

@media screen and (min-width:600px){
.mainvisual{
width: 600px;
margin-left: calc(100% - 600px);
overflow: hidden;
}}
	
	

@media screen and (min-width: 600px){
.videosp {
    /* position: fixed; */
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
}}
	
@media screen and (max-width: 599px){
.videosp {
    /* position: fixed; */
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
}}	



@media screen and (max-width:599px){
    .videopc{
        display: none;
    }}


div#list {
    margin-top: 15%;
}

@media screen and (max-width:599px){ 
div#list {
    margin-top: 33%;
}}

.a-wrap {
    text-decoration: none;
    display: block;
    color: #fff;
    padding: 1.5%;
    margin-bottom: 3%;
    transition: all 0.3s ease-in-out;
}

header.article-header.entry-header {
    margin-top: 15%;
}

.move1:hover{ 
	opacity:0.7;
	transition:0.3s;
}

.infortxt {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin: 0;
    padding: 0;
    width: 90%;
	z-index:9;
}

/* White vertical stripe fix: placeholder sidebar + parent .wrap width */
#sidebar,
.sidebar {
	display: none !important;
}

#content .wrap,
#content .content-in,
#content-in.wrap {
	width: 100% !important;
	max-width: 100% !important;
}

#content .main,
.content-in .main {
	width: 100% !important;
	margin: 0 !important;
}

#content,
#container,
.content {
	background-color: #000;
}

html,
body {
	overflow-x: hidden;
}