@charset "utf-8";

/* 基本設定
-------------------------------*/
body {
    font-family: "メイリオ", Meiryo, system-ui, -apple-system, BlinkMacSystemFont,"Helvetica Neue", "Hiragino Sans","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic","Arial", "Yu Gothic", "Meiryo",verdana, sans-serif;
	font-size: 17px;
	line-height: 1.8em;
	color: #000;
	-webkit-text-size-adjust: 100%;
}
#wrapper{
	margin:0 auto;
	padding:0;
	width:100%;
	overflow:hidden;
}
/* プリントの表示設定 */
@media print{
	#wrapper{width:1110px; margin:auto;}
}



/* リンク設定
-------------------------------*/
a{color:#0076ce; text-decoration:none;}
a:hover{color:#ed6868;}
a:active, a:focus{outline:0;}

/* PCで電話リンクしない */
@media(min-width: 768px){
  a[href^="tel:"]{
    pointer-events: none;
  }
}


/* ヘッダー
-------------------------------*/
* html #header{height:1%;}
#header{
    width: 100%;
    padding: 15px 0 10px;
    background-color: #000;
    color: #fff;
}
#header .inner{
    width: 95%;
    max-width: 960px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
#header .logo{
    width: 30%;
}
.h_info{
    width: 60%;
}
h1{
    font-size: 12px;
    line-height: 1.2em;
    text-align: center;
}




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

    #header{
        padding: 10px 0 8px;
    }

    #header .logo{
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }
    #header .logo img{
        width: auto;
        height: 30px;
        text-align: center;
    }
    .h_info{
        width: 100%;
    }
}
@media only screen and (max-width:400px){
    #header .logo{
        width: 85%;
    }
    .h_info{
        width: 85%;
    }
    h1{
        font-size: 11px;
        line-height: 1.2em;
    }

}



/* フッター
-------------------------------*/
#footer{
}
#footer .inner{
}
#footer .copy{
	text-align:center;
	font-size:12px;
	padding:20px 0;
    background-color: #000;
    color: #fff;
	margin-top:20px;
}



/*  ページトップへ */
#pageTop{
	position:fixed;
	bottom:50px;
	right:20px;
}
	@media only screen and (max-width:640px){
		#pageTop img{
			width:50px;
			height:auto;
		}
	}





/* トップページ
-------------------------------*/
.home{
    background-image:url(../img/top/bg_home.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: left center;
}
.top-image{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 7%;
}

.contents{
    width: 90%;
    max-width: 960px;
    margin: 7% auto;
    
}
.ttl01{
    width: 100%;
    background: url(../img/common/bg_kei.png) center center repeat-x;
    margin-bottom: 40px;
    font-size: 22px;
    line-height: 1.2emm;
    text-align: center;
}
.ttl01 span{
    background-color: #fff;
    padding: 0 1.5em;
}
.btn-more{
    width: 80%;
    max-width: 400px;
    margin: 40px auto;
}
.btn-more a{
    display: block;
    border: solid 1px #888;
    border-radius: 5px;
    text-align: center;
    color: #000;
    padding: 20px 0; 
    transition: 0.3s;
}
.btn-more a:hover{
    background-color: #8ba3a3;
}
.space{
    clear: both;
    width: 100%;
    height: 100px;
}

.top-gallery{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.top-gallery li{
    width: 32%;
    height: 250px;
    overflow: hidden;
    position: relative;
    border: solid 1px #ccc;
    margin-bottom: 15px;
}
/* 横幅に合わせてリサイズ、はみ出た分をトリミング */
.top-gallery li img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
}
/* 縦に合わせてリサイズ、はみ出た分をトリミング */
.top-gallery li.tate img {
    width: auto;
    height: 100%;
}

    @media only screen and (max-width:1065px){
        .top-gallery li{
            height: 23.47vw;
            margin-bottom: 10px;
        }
    }
    @media only screen and (max-width:768px){
        .home{
            background-image:none;
        }
    }
    @media only screen and (max-width:640px){

        .ttl01{
            margin-bottom: 20px;
            font-size: 20px;
            line-height: 1.2emm;
        }
        .ttl01 span{
            padding: 0 1em;
        }
        .btn-more{
            margin: 20px auto;
        }
        .btn-more a{
            padding: 15px 0; 
        }
        .space{
            height: 60px;
        }


    }



.counter img{
    max-width: none;
    height: 100%;
}


/* 会について
-------------------------------*/
.ttlbox{
    width: 100%;
    margin: 0 auto 5%;
    background: url(../img/common/bg_ttl_box.jpg)center center no-repeat;
    background-size: cover;
    padding: 60px;
}
.ttlbox div{
    width: 90%;
    max-width: 960px;
    margin: auto;
    font-size: 26px;
    line-height: 1.2em;
    color: #fff;
    font-weight: bold;
    text-align: center;
    text-shadow: 0 0 1px #999;
}
.ttl02{
    padding: 10px 20px;
    font-weight: bold;
    background-color: #c5e4d8;
    margin-bottom: 40px;
}

    @media only screen and (max-width:640px){
        .ttlbox{
            padding: 30px;
        }
        .ttlbox div{
            font-size: 20px;
            line-height: 1.2em;
        }

        .ttl02{
            padding: 8px 15px;
            margin-bottom: 20px;
        }

    }





.abt01 p{
    margin-bottom: 15px;
}

.abt02{
    width: 100%;
    display: flex;
    flex-flow: row-reverse;
    justify-content: space-between;
}
.abt02 .img{
    width: 26%;
}
.abt02 .txt{
    width: 70%;
}
.abt02 .txt .ttl{
    font-size: 110%;
    line-height: 1.4em;
    margin-bottom: 20px;
    font-weight: bold;
}
.abt02 .txt .name{
    margin-top: 20px;
    text-align: right;
    margin-right: 2em;
}
.sub_img{
    text-align: center;
    margin: 20px 0;
}
.tanji-kai li{
    margin-left: 2em;
    list-style: disc;
}

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

        .abt02{
            display: block;
        }
        .abt02 .img{
            width: 100%;
            text-align: center;
        }
        .abt02 .img img{
            width: 200px;
            max-width: none;
            height: auto;
        }
        .abt02 .txt{
            width: 100%;
            margin-bottom: 20px;
        }


    }


/* お問い合わせ */

.formTable{
    width: 100%;
    margin: 30px 0;
}
.formTable th{
    width: 25%;
    padding: 20px;
    vertical-align: top;
}
.formTable td{
    width: 75%;
    padding: 10px;
}
.formTable th span{
    color: #ff0000;
    font-size: 90%;
}

.length_l{
    width: 100%;
    padding: 10px;
}
.naiyou{
    width: 100%;
    height: 200px;
    padding: 10px;
    resize: none;
}
.btn_sousin{
    height:50px;
    width:220px;
}


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

    .formTable th{
        display: inline-block;
        width: 100%;
        padding-bottom: 0;
    }
    .formTable td{
        display: inline-block;
        width: 100%;
    }
}





/* ギャラリー
-------------------------------*/
.box-wide{
    width: 90%;
    max-width: 1300px;
    margin: 7% auto;
}
.box-wide .side{
    width: 20%;
    float: left;
}
.box-wide .main{
    width: 75%;
    float: right;
}
.box-wide .side li a{
    display: block;
    padding: 0.5em;
    border-bottom: solid 1px #ccc;
    color: #000;
}
.box-wide .side li a:hover{
    color: #666;
}

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

        .box-wide .side{
            float: none;
            width: 100%;
            margin-bottom: 40px
        }
        .box-wide .main{
            float: none;
            width: 100%;
        }
        .box-wide .side li{
            display: inline-block;
        }

        .box-wide .side li a{
            display: inline-block;
            border: solid 1px #ccc;
            padding: 3px 0.5em;
            border-radius: 5px;
            margin-right: 8px;
            margin-bottom: 10px;
        }

    }




/* 作者紹介 */

.ttl02 span.yomi{
    font-weight: normal;
    font-size: 90%;
    display: inline-block;
    padding-left: 20px;
}

.sakusya{
    width: 100%;
    max-width: 900px;
    margin: 0 auto 30px;
}

/*　作品リスト　*/
.item_list{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.item_list li{
    width: 32%;
    text-align: center;
    margin-bottom: 15px;
}
.item_list li a{
    display: block;
    width: 100%;
    height: 100%;
}


.item_list li .img{
    width: 100%;
    height: 250px;
    overflow: hidden;
    position: relative;
    border: solid 1px #ccc;
    margin-bottom: 5px;
}
/*　作品リスト 正方形　*/
.item_list.square li .img{
    height: 307px;
}

/* 横幅に合わせてリサイズ、はみ出た分をトリミング */
.item_list li .img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
}

/* 縦に合わせてリサイズ、はみ出た分をトリミング */
.item_list li .img.tate img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    height: 100%;
}



.ttl_rireki{
    font-weight: bold;
    border-bottom: solid 1px #000;
    padding-bottom: 5px;
    margin-bottom: 5px;
    margin-top: 20px;
}

.rireki{
    width: 100%;
    font-size: 90%;
    line-height: 1.5em;
}
.rireki li{
    margin-left: 1.5em;
    list-style: disc;
    padding: 15px 0;
    border-bottom: dashed 1px #999;
}
.rireki.no-line li{
    padding: 0;
    border-bottom: none;
}

    @media only screen and (max-width:1220px){
        .item_list li .img{
            height: 21vw;
        }
        .item_list.square li .img{
            height: 25vw;
        }
        
    }

    @media only screen and (max-width:710px){
        .item_list li{
            width: 48%;
            font-size: 90%;
        }
        .item_list li .img{
            height: 45vw;
        }
        .item_list.square li .img{
            height: 49vw;
        }

        .rireki li{
            padding: 10px 0;
        }

    }











/* プライバシーポリシー
-------------------------------*/
.privacy{
    font-size: 90%;
    line-height: 1.5em;
}

.privacy dt{
    font-weight: bold;
}
.privacy dd{
    margin-left: 1em;
    margin-bottom: 30px;
}












/* お知らせ　トップの埋め込み
-------------------------------*/

.news-wrap{
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 60%;/*比率をお好みで*/
}
.news-wrap iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.box-news .item{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.box-news .item .img{
    width: 15%;
    height: 130px;
    overflow: hidden;
    position: relative;
    background-color: #fff;
    border: solid 1px #ccc;
}
.box-news .item .img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
}
.box-news .item .txt{
    width: 80%;
}
.box-news .item .day{
    margin-bottom: 5px;
}


.box-news .item .day span{
    border: solid 1px #999;
    padding: 0px 0.5em;
    font-size: 90%;
    border-radius: 3px;
}
.box-news .item .ttl{
    font-weight: bold;
    line-height: 1.4em;
    margin-bottom: 15px;
}

.box-news .item .sub{
    font-size: 90%;
    line-height: 1.4em;
}

    @media only screen and (max-width:1066px){
        .box-news .item .img{
            height: 12vw;
        }
    }

    @media only screen and (max-width:640px){
.news-wrap{
    padding-top: 100%;/*比率をお好みで*/
}

        .box-news .item{
            display: block;
        }
        .box-news .item .img{
            display: none;
        }
        .box-news .item .txt{
            width: 100%;
        }

    }




/* お知らせ　一覧ページ
-------------------------------*/
.news-list .box-news .item{
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: dashed 1px #999;
}


/* Pager style（外部化可） */
.pager{
	text-align:center;
	padding:10px;
	clear:both;
}
/*ページャーボタン*/
.pager a{
    border: 1px solid #999;
    border-radius: 3px;
    color: #333;
    font-size: 12px;
    padding: 3px 7px 2px;
    text-decoration: none;
	margin:0 1px;
}

/*現在のページのボタン*/
.pager a.current{
    background: #999;
    border: 1px solid #999;
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
    padding: 3px 7px 2px;
	margin:0 1px;
    text-decoration: none;
}

.pager a:hover{
    background:#999;
    color: #fff;
}

.overPagerPattern{
	padding:0 2px ;	
}

/* /Pager style */






/* お知らせ　個別ページ
-------------------------------*/
#up_ymd{
	text-align:right;
    margin-bottom: 20px;
}

#up_ymd span{
    font-size: 12px;
    padding: 2px 10px;
    border: solid 1px #999;
    border-radius: 5px;
}


.detailUpfile{
	margin:5px 0 35px;
	text-align:center;
}
.backORcloseBtn{
	text-align:center;
	line-height:100%;
	margin-top:15px;
}
.backORcloseBtn a{
	display:inline-block;
	padding:8px 25px;
	border:1px solid #aaa;
	color:#000;
	border-radius:5px;
	text-decoration:none;
	font-size:12px;
}
.detailUpfile img{
	max-width:100%;
	height:auto;
    margin: 8px 0;
}
.pNav{
	font-size:11px;
    margin-bottom: 20px;
}



/*　画像が多数の時　3枚並べ　*/
.imgx3{
    width: 905;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.imgx3 li{
    width: 32%;
    text-align: center;
    margin-bottom: 30px;
}
.imgx3 li p{
    font-size: 90%;
    line-height: 1.2em;
    margin-top: 5px;
}


@media only screen and (max-width:640px){
    .imgx3{
        width: 100%;
    }

    .imgx3 li{
        width: 48%;
    }

}


/*　画像が多数の時　3枚並べ 画像サイズ縦横揃え　*/



















/* 創のお店
-------------------------------*/
/* 特商法表記 */
.order_info{
    font-size: 90%;
    line-height: 1.6em;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.order_info dl{
    width: 46%;
}

.order_info dd{
    padding-left:1em;
    padding-bottom: 10px;
    border-bottom: solid 1px #999;
    margin-bottom: 10px;
}

@media only screen and (max-width:640px){
    .order_info dl{
        width: 100%;
    }


}

.shop_lead{
    margin-bottom: 30px;
}
.shop_lead li{
    margin-left: 2em;
    list-style: disc;
}



/* 商品一覧 */
.a_goods{
    width: 100%;
    margin-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.a_goods .img{
    width: 30%;
    height: 300px;
    overflow: hidden;
    border: solid 1px #ccc;
    position: relative;
}
.a_goods .img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
}

.a_goods .txt{
    width: 67%;
}
.a_goods .txt .ttl{
    font-weight: bold;
    font-size: 120%;
    line-height: 1.4em;
    margin-top: 10px;
    margin-bottom: 10px;
}
.a_goods .txt .name,
.a_goods .txt .point{
}

@media only screen and (max-width:930px){
    .a_goods .img{
        height: 30vw;
    }
}
@media only screen and (max-width:640px){
    .a_goods .img{
        width: 300px;
        height: 300px;
        margin: 0 auto 15px;
    }
    .a_goods .txt{
        width: 100%;
    }
}

@media only screen and (max-width:400px){
    .a_goods .img{
        width: 260px;
        height: 260px;
    }
}















@media only screen and (max-width:768px){
}
@media only screen and (max-width:640px){
}



