@charset "UTF-8";

/* ----------------------------------------------- CSS Information
 Style Info:     ジーンズ作り体験ギャラリー
 Notes:          
--------------------------------------------------------------- */
.main-wrap{
width:100%;
padding-top:5em;
}


.main-title {
    width: 70%;
    margin: 0 auto 3%;
}
.main-title img{
width:100%;
}

.main-content {
    width: 70%;
    margin: 0 auto;
}


.itiran-title{
width:100%;
}
.itiran-title img{
width:100%;
}

.topics-container {
    width: 69.38%;
    float: left;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.cms-area {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

 .cms-area .cms-box {
    width: 46.93%;
    margin: 0 0 5%;
    }
    
 .cms-area .cms-box#last {
    width: 46.93%;
    margin: 0 auto 5%;
    }    
    
.cms-in{
width:100%;
    display: flex;
    flex-wrap:  wrap;
}

.gallerybox{
width:30%;
margin: 0 1.5% 10%;
}

.sidebar {
    width: 20.4%;
    float: right;
    box-sizing: border-box;
    background-color: #FFF;
    margin: 0 auto 15%;
    padding: 0;
}

.widget_archive .box-title {
    margin: 0 auto 5%;
    font-size: 1.1vw;
    border-bottom: 1px solid #e60000;
    font-weight: bold;
}

.widget .box-content {
    font-size: 1vw;
}

.order-main{
width:100%;
height: 10vw;
}

.order-main a:hover{
opacity: 0.6;
}

.order-title{
white-space: normal;
    overflow: visible;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    width: 100%;
    font-size: 1.1vw;
    /* border-bottom: 1px solid #808080; */
    font-weight: bold;
    line-height: 140%;
}

.order-main img{
width:100%;
height: 10vw;
object-fit:cover;

}

/**********  シングルページ　****************************************/

.orderbox01{
width:100%;
margin: 5% auto 10%;
}

.order-title#single{
font-size: 2.4vw;
line-height: 100%;
color: #3871ad;
font-family: Georgia, "Times New Roman", Times, "serif";
font-weight: bold;
text-align: center;
}

.order-title-s{
color:#3871ad;
font-size: 1vw;
text-align: center;
line-height: 200%;
margin-bottom: 3%;
}



.order-mainpic{
width: 100%;
margin-bottom: 5%;
}
.order-mainpic img{
width: 100%;
}

.order-subpic{
width: 100%;
margin-bottom: 5%;
}
.order-subpic-img img{
max-width: 100%;
}

.order-maintxt{
font-size: 1vw;
line-height: 170%;
margin-bottom: 2%;
}

.order-txt{
font-size: 1vw;
line-height: 170%;
margin-bottom: 2%;
}


.prev-area {
    width: 100%;
    margin: 10% auto;
    display: inline-flex;
}

.before-kiji {
	width: 25%;
    margin-right: 12.5%;
    text-align: left;
}

.before-kiji a{
text-align: center;
    text-decoration:none;
    color: #ffffff;
    background-color: #e60000;
    display:block;
    font-size: 1.2vw;
    font-weight: bold;
    line-height: 180%;
    padding: 0;
    width: 100%;
    border-radius: 1rem;
/*display: -webkit-box;*/
 /* display: -ms-flexbox;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;*/
  /*-webkit-box-pack: center;*/
 /* -ms-flex-pack: center;
  justify-content: center;*/
}

.before-kiji a:hover{
opacity: 0.6;
}


.after-kiji {
	width: 25%;
    margin: 0;
    text-align: right;
}

.after-kiji a{
text-align: center;
    text-decoration:none;
    color: #ffffff;
    background-color: #e60000;
    display:block;
    font-size: 1.2vw;
    font-weight: bold;
    line-height: 180%;
    padding: 0;
    margin: 0;
    width: 100%;
    border-radius: 1rem;
    /* display: -webkit-box;*/
  /*display: -ms-flexbox;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;*/
  /*-webkit-box-pack: center;*/
 /* -ms-flex-pack: center;
  justify-content: center;*/
}

.after-kiji a:hover{
opacity: 0.6;
}

.kiji-list {
	width: 25%;
    margin-right: 12.5%;
    text-align: center;
}
.kiji-list a {
text-align: center;
	text-decoration:none;
    box-sizing: border-box;
    color: #ffffff;
    background-color: #e60000;
    display: block;
    font-size: 1.2vw;
    font-weight: bold;
    line-height: 180%;
    padding: 0;
    border-radius: 1rem;
   /*display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;*/
}

.kiji-list a:hover{
opacity: 0.6;
}


/********　オンラインストアボタン　*************************************/
.f-bana{
width:61.224%;
margin: 5% auto;
}
.f-bana img{
width:100%;
}

.f-bana a:hover{
opacity: 0.6;
}

/* ===============================================================================================================================
== スマホ 
================================================================================================================================= */
@media only screen and (max-width:699px) {

.main-content {
    width: 90%;
    margin: 0 auto 15%;
}

.main-title {
    width: 100%;
    margin: 5% auto;
}

.topics-container{
	width:100%;
float: none;
}

.cms-in {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.gallerybox {
    width: 47%;
    margin: 0 0 5%;
}

.order-main {
    overflow: hidden;
    object-fit: contain;
    margin-bottom: 5%;
    height: 35vw;
}

.order-main img {
    width: 100%;
    height: 100%;
}

.fit-img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    position: relative;
    display: inline-block;
    overflow: hidden;
}


.cms-area .cms-box {
    width: 100%;
    margin: 0 0 5%;
}

.cms-area .cms-box#last {
    width: 100%;
    margin: 0 auto 5%;
}

.btn-villa{
width:100%;
display: block;
margin: 0 auto 10%;
border: 1px solid #3871ad;
color: #3871ad;
text-align: center;
line-height: 200%;
font-size: 14px;
font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
height: auto;
}

.mv-title {
    font-size: 13px;
    line-height: 140%;
    text-align: center;
    height: 40px;
}

.order-main {
    width: 100%;
    height: 40vw;
}

.order-main img {
    width: 100%;
    object-fit: cover;

}

.order-title {
    font-size: 14px;
    line-height: 140%;
}

.order-title#single {
    font-size: 18px;
    line-height: 140%;
    color: #3871ad;
    font-family: Georgia, "Times New Roman", Times, "serif";
    font-weight: bold;
    text-align: center;
    margin: 0 0 3%;
}

.order-title-s {
    color: #3871ad;
    font-size: 14px;
    text-align: center;
    line-height: 200%;
    margin-bottom: 3%;
}

.order-maintxt {
    font-size: 16px;
    line-height: 170%;
    margin-bottom: 3%;
}

.order-txt {
    font-size: 14px;
    line-height: 170%;
    margin-bottom: 3%;
}

.order-txt01 {
    font-size: 16px;
    }

.order-txt02 {
    font-size: 14px;
    line-height: 170%;
    text-align: left;
    margin-bottom: 3%;
    color: #000000;
}

.orderbox-r {
    width: 100%;
    float: none;
}

.orderbox-l {
    width: 100%;
    float: none;
}

.order-title02 {
    font-size: 16px;
    }

.order-txt03 {
    font-size: 14px;
    }

.order-map a {
    border-radius: 18px;
    font-size: 14px;
}

.order-sub {
    width: 48%;
    margin-bottom: 5%;
}

.s-pic {
    width: 100%;
    height: 40vw;
}

.mv-cap {
    font-size: 13px;
    line-height: 150%;
    text-align: left;
    margin: 5% 0;
}

.order-access {
    font-size: 14px;
    line-height: 170%;
}

.mv-access-title {
    font-size: 16px;
    font-weight: bold;
}

.mv-link a {
   display: block;
    width: 100%;
    margin: 0 auto 3%;
    font-size: 16px;
    border-radius: 25px;
}


.before-kiji {
    width: 30%;
    margin-right: 5%;
    text-align: left;
}

.kiji-list {
    width: 30%;
    margin-right:5%;
    text-align: center;
}

.after-kiji {
    width: 30%;
    margin: 0;
    text-align: right;
}

.after-kiji a {
    font-size: 14px;
    }
    
.kiji-list a {
    font-size: 14px;
    }  
    
.before-kiji a {
    font-size: 14px;
    } 
    
.pr-link a {
    display: block;
    width: 100%;
    margin: 0 auto 3%;
    font-size: 16px;
    border-radius: 25px;
}    

.sidebar {
    width: 100%;
    float: none;
}

.side-menu-box {
    margin: 0 auto 30%;
}

.widget_archive .box-title {
    margin: 0 auto 5%;
    font-size: 16px;
    border-bottom: 1px solid #ff0000;
    text-align: center;
}

.widget .box-content {
    font-size: 14px;
}

.sidebar .widget_archive ul li {
    width: 70%;
    justify-content: space-between;
    position: relative;
    align-items: center;
    margin: 0 auto;
}

}