﻿@charset "utf-8";
/* CSS Document */


/***** loader *****/

#fade {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 100;
    width: 100%;
    height: 100%;
    display: none;
    background-color: #000;
}

#loader {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1000;
    width: 80px;
    height: 80px;
    margin-top: -40px; /* heightの半分のマイナス値 */
    margin-left: -40px; /* widthの半分のマイナス値 */
}


/*****base*****/

*{
	margin: 0px;
	padding: 0px;
	border: none;	
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

body {
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, "メイリオ", sans-serif;
	font-size: 16px;
	line-height: 2.5;
	color: #FFF;
	background-color: #000;
/*	background-image: url(../img/bg.png);
	background-repeat: repeat;
	background-position: center top;
	text-shadow: 0px 0px 0px rgba(0,0,0,0.4);*/
	font-weight: bold;
}

img {
    max-width: 100%;
    display: block;
}

.clear{
	float: none;
	clear: both;
}

.border{
	width: 95%;
	height: auto;
}

.border img{
	width: 100%;
	height: auto;
}

a{
	color: #FF9218;
	overflow: hidden;
	outline: none;
	transition: .3s ease-in-out;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-ms-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
}
	
a:link{
	color: #FF9218;
	text-decoration: none;
}	
	
a:visited{
	color: #FF9218;
}	

a:hover {
	color: #76E7FF;
	transition: .3s ease-in-out;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-ms-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
}	

a.pt:hover img{
   filter: alpha(opacity=70); /*←IE用*/
   -moz-opacity: 0.80; /*←Mozilla用*/
    opacity: 0.70; /*safari opera*/
}

h1 {
    font-size:30px;
}


.red {
	color: #f54353;
}

.yellow {
	color: #ffbd03;
}

.blue {
	color: #3CF;
}

.green {
	color: #3C0;
    font-size:24px;
}

.green2 {
	color: #00C2BB;
}

.orange{
	color: #E44305;
}

.gray {
	color: #424242;
}

.text-small {
	font-size: 25px;
}

.text-small2 {
	font-size: 18px;
}


.add1-cap1 {
    color: #f54865;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    line-height: 90px;
    background-color: #1e1e1e;
}


/***** section & content *****/

section {
	width: 100%;
	height: auto;
}

.grid1 {
    width: 1200px;
    margin：0 auto;
    padding-top: 80px;
    padding-bottom: 20px;
    padding-right: 0px;
    padding-left: 0px;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	flex-direction: row;
}

.container01 {
	width: 100%;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	/*justify-content: center;*/
	-ms-flex-wrap: wrap;
}


.txt1 {
    width: 100%;
    padding-bottom: 20px;
    padding-right: 0px;
    padding-left: 0px;
}


.txt2 {
    width: 100%;
    padding: 20px 0px;
    line-height: 30px;
    margin-bottom: 100px;
}

.txt3 {
    width: 33.3%;
    padding-bottom: 20px;
    padding-right: 0px;
    padding-left: 0px;
}




.grid2 {
    width: 1200px;
    margin:0 auto;
    padding-top: 80px;
    padding-bottom: 80px;
    padding-right: 30px;
    padding-left: 30px;
}

.grid3 {
    width: 1200px;
    padding-top: 80px;
    padding-bottom: 45px;
    padding-right: 30px;
    padding-left: 30px;
}


.box1 {
	width: 70%;
    padding: 0.2%;
	margin: 0px auto;
}


.box2 {
	width: 50%;
     padding: 0.2%;
	margin: 0px auto;
}


.box3 {
    width: 33.3%;
    padding: 0.2%;
    margin: 0px auto;
}


/*****header*****/

.header1 {
	width: 100%;
	height: auto;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #EC3D5A;
}

.header1 img, .header2 img {
	width: 100%;
	height: auto;
}


/***** intro *****/

.intro1-cap1 {
    font-size: 36px;
    margin-bottom: 30px;
    text-align : center;
}

/***** info *****/

.info1-title1 {
    width: 90%;
    margin-bottom: 20px;
}

.info1 {
    width: 100%;
    padding: 0%;
	margin-bottom: 30px;
    border: 0px solid #e3dddd;
}

.info1-list1 {
    display: flex;
    justify-content: center;
    align-items: stretch;
	margin-bottom: 7px;
}

.info1-list1-left {
    width: 20%;
    color: #000;
    font-size: 15px;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: #f5f3f3;
}

.info1-list1-right {
    width: 80%;
	font-size: 28px;
    font-weight: bold;
	line-height: 40px;
	padding-top: 8px;
	padding-bottom: 8px;
    padding-left: 20px;
}

.txt-s1 {
    font-size: 14px;
    line-height: 27px;
}

.txt-s2 {
    font-size: 18px;
}

.txt-mb1 {
    margin-bottom: 10px;
}

.info1-btn1 {
    width: 45%;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
    margin-right: 55%;
	background-color: #d23718;
	transition: .3s;
}

.info1-btn1:hover {
	background-color: #f0654a;
}

.info1-btn1 a {
	color: #fff;
	display: block;
}

.info1-btn1 a:hover {
	color: #fff;
}

.contact{
    width: 100%;
	text-align: center;
	padding: 15px;
	border: 2px dashed #e3dddd;
}

.contact-title{
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 5px;
}

.shop-name1{
	font-size: 20px;
	padding-bottom: 5px;
}

.tel-mail1 {
    font-size: 17px;
	padding-bottom: 5px;
}

.contact-cap{
	font-size: 16px;
	text-align: center;
	margin-bottom: 5px;
}


/***** artist *****/

.title1 {
    width: 100%;
    height: auto;
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 2px;
    margin-bottom: 40px;
}

.artist-wrap {
    margin-bottom: 40px;
}

.artist {
    width: 100%;
    padding: 1%;
    border: 0px solid #C52641;
}

.artist1-photo1-wrap {
    width: 100%;
	margin-bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: stretch;
}

.artist1-photo1 {
    width: 100%;
	padding: 1%;
	margin-bottom: 10px;
}

.artist1-photo1 img {
	border: 1px solid #5c5c5c;
}

.artist1-info1-wrap {
    width: 100%;
}

.artist1-info1 {
	position: relative;
    width: 100%;
    margin-bottom: 0px;
}

.artist1-name1-wrap {
    width: 100%;
    padding-bottom: 7px;
    margin-bottom: 15px;
    border-bottom: 2px dotted #C52641;
}

.artist1-name1 {
    font-size: 30px;
    font-weight: bold;
	text-align: center;
}

.artist1-name2 {
    font-size: 20px;
    font-weight: bold;
}

.artist1-cap1 {
    font-size: 20px;
    margin-bottom: 25px;
}

.artist1-cap1 p {
    margin-bottom: 10px;
}

.artist1-btn1 {
    width: 31.33%;
    float: left;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    margin-left: 1%;
	margin-right: 1%;
	margin-bottom: 8px;
    border: 2px solid #C52641;
    transition: .3s;
}

.artist1-btn1:hover {
    background-color: #dd3954;
}

.artist1-btn1 a {
    color: #fff;
    display: block;
}

.artist1-btn1 a:hover {
    color: #fff;
}

.artist-text-small {
	font-size: 16px;
}

.d1{
    display: block;
}

.d2{
    display: none;
}



/*movie*/

.youtube-wrap {
    width: 100%;
    float: none;
}


.youtube {

    position: relative;
    padding-bottom: 56%;
    height: 0;
    overflow: hidden;
    margin-bottom: 20px;
    background: #000;

}


.youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}


/***** product *****/

.banner1-title1 {
	font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}

.banner1-cap1 {
    font-size: 22px;
    text-align: center;
    margin-bottom: 15px;
}

.banner1-wrap {
    display: flex;
    justify-content: center;
    align-items: stretch;
}

.banner1 {
    width: 48%;
    margin: 1%;
    padding: 20px;
    background-color: #222;
}

.banner1-img1 {
    margin-bottom: 10px;
    border: 1px solid #777;
}

.banner1-img1 a {
	display: block;
}

.banner1-price1-1 {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 5px;
}

.banner1-price1-2 {
    font-size: 16px;
    text-align: center;
}

.banner2-wrap {
    width: 95%;
}

.banner2 {
    margin-bottom: 22px;
    border: 2px solid #c52641;
}

.banner2 a {
	display: block;
}

.banner2-cap1 {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
}

.banner2-cap1-title1 {
    font-size: 28px;
    padding-bottom: 7px;
    margin-bottom: 18px;
    border-bottom: 2px dotted #c52641;
}

.banner2-cap1-2 {
    font-size: 18px;
    text-align: center;
}

.banner2-cap1-2 p {
    margin-bottom: 10px;
}

.banner2-cap2 {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}

.banner2-cap2-2 {
    font-size: 16px;
    text-align: center;
    margin-bottom: 20px;
}

.banner2-info1-wrap {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-direction: row;
}

.banner2-info1 {
    width: 48%;
    padding: 20px;
    margin: 1%;
    background-color: #333;
}

.banner2-info1-date1 {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 7px;
}

.banner2-info1-btn1 {
    font-size: 14px;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
    background-color: #c52641;
	transition: .3s;
}

.banner2-info1-btn1:hover {
    background-color: #dd3954;
}

.banner2-info1-btn1 a {
	color: #fff;
	display: block;
}


/***** link *****/

.banner-wrap {
    width: 70%;
    height: auto;
    margin: 40px auto;
    display: flex;
    flex-wrap: wrap;
}

.banner {
    width: 40%;
    margin: 3%;
}


.outro-cap {
    font-size: 22px;
    line-height: 40px;
}


/***** sns *****/

.sns1-wrap {
    width: 400px;
     margin: 0 auto;
}

.sns1 {
	width: 33.3%;
	float: left;
	padding: 2%;
}


/*******************inquiry*******************/
#inquiry {
	width: 100%;
	height: auto;
    margin: 0 auto;
}


.inquiry-content {
    width: 90%;
    height: auto;
    padding: 80px 20px 40px;
    margin: 0 auto;
	align-items: stretch;
	display:flex;
	flex-wrap:wrap;
	align-items: stretch;
}

.shop-inquiry-title {
	width: 100%;
	font-size: 24px;
	font-weight: bold;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FF0000;
	border-bottom-color: #FF0000;
	margin: 0 auto 40px;
	padding: 10px 0 7px 0;
	text-align: center;
	letter-spacing: 0.3em;
	color: #f6f6f6;
}

.shop-inquiry-box {
    width: 33.3%;
    height: auto;
    font-size: 14px;
    line-height: 1.4;
    padding: 10px;
    margin: 0px auto;
}

.shop-inquiry-img {
    width: 100%;
    margin-bottom: 15px;
    float: left;
}

.shop-inquiry-cap {
    width: 100%;
    color: #f6f6f6;
    float: left;
    margin: 2%;
}

.shop-name {
	font-size: 20px;
	font-weight: bold;
}

.shop-inquiry-cap p {
	margin-bottom: 0;
}

.shop-inquiry-cap a {
	color: #f6f6f6;
}

.shop-inquiry-cap a:hover {
	color: #00e6e6;
}




/*** inquiry ***/

/*.inquiry {
	width: 100%;
	height: auto;
	text-align: center;
}

.inquiry-title {
    width: 100%;
    height: auto;
    font-size: 24px;
    font-weight: bold;
    font-variant-ligatures: none;
    text-align: center;
    text-indent: 15px;
    letter-spacing: 15px;
    padding: 2%;
    margin-bottom: 30px;
    border-top: 2px solid #C52641;
	border-bottom: 2px solid #C52641;
}

.inquiry-title img{
	width: 100%;
	height: auto;
}

.store1-wrap {
    width: 100%;
    display: block;
    justify-content: center;
    align-items: center;
}

.store1 {
    width: 100%;
    font-size: 22px;
    margin-bottom: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.store1-logo1 {
    width: 50%;
	margin-bottom: 0px;
}

.store1-info1 {
    width: 50%;
    font-size: 16px;
    text-align: left;
    border: 0px dotted #FFF;
}

.store1-name1 {
    font-size: 24px;
    font-weight: bold;
	text-align: left;
    margin-bottom: 3px;
}

.store1-btn1 {
    width: 48%;
    float: left;
    margin: 1%;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    border: 2px solid #C52641;
    transition: .3s;
}

.store1-btn1:hover {
	background-color: #dd3954;
}

.store1-btn1 a {
	color: #fff;
	text-decoration: none;
	display: block;
}

.store1-btn1 a:hover{
	color: #fff;
}

.store1-btn2 {
    width: 98%;
    margin: 1%;
    font-size: 12px;
    line-height: 35px;
	text-align: center;
    border: 2px solid #C52641;
	transition: .3s;
}

.store1-btn2:hover {
	background-color: #dd3954;
}

.store1-btn2 a {
	color: #fff;
	text-decoration: none;
	display: block;
}

.store1-btn2 a:hover{
	color: #fff;
}

.store1-ggmap {
    width: 100%;
}
*/

/*****footer*****/

.footer1 {
    padding: 1%;
    border-top: 2px dotted #C52641;
}

.footer1-logo1 {
	width: 280px;
	height: auto;
    margin: 0 auto;
}

.footer1-logo1 a {
	display: block;
}

.footer1-pagetop1 {
    position: fixed;
    bottom: 27px;
    right: 20px;
}

.footer1-pagetop1 a {
	color: #C52641;
	font-size: 16px;
}





@media (max-width:1500px){

.grid1 {
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
    border-bottom: 10px solid #C52641;
}

.grid2 {
    width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
    padding-right: 8%;
    padding-left: 8%;
}

.grid3 {
    width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
    padding-right: 8%;
    padding-left: 8%;
}

.header1 {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #EC3D5A;
}

.intro1-cap1 {
    font-size: 26px;
}
	
}


@media (max-width:1024px){

.add1-cap1 {
    font-size: 20px;
    line-height: 60px;
}

.info1-list1-right {
    font-size: 24px;
    line-height: 35px;
}

.info1-btn1 {
    width: 50%;
    font-size: 14px;
	margin-right: 50%;
}

.title1 {
    font-size: 40px;
    margin-bottom: 30px;
}

.artist1-name1 {
    font-size: 24px;
    text-align: center;
}

.artist1-cap1 {
    font-size: 16px;
    margin-bottom: 25px;
}

.artist1-btn1 {
    font-size: 12px;
    line-height: 35px;
}

.banner1-title1 {
    font-size: 26px;
}

.banner1-cap1 {
    font-size: 18px;
}

.banner1-price1-1 {
    font-size: 18px;
}

.banner1-price1-2 {
    font-size: 14px;
}

.banner2-wrap {
    width: 98%;
}

.sns1-wrap {
    width: 40%;
}

.store1-btn1 {
    font-size: 12px;
    line-height: 35px;
}

.footer1 {
    padding: 2%;
}

}


@media (max-width:768px){

.grid2 {
    padding-right: 5%;
    padding-left: 5%;
}

.grid3 {
    padding-right: 5%;
    padding-left: 5%;
}


.box1 {
    width: 90%;
    margin-top: 0px;
    margin-bottom: 0px;
}
    
    
 .box3 {
    width: 50%;
    padding: 0.2%;
}   

.intro1-cap1 {
    font-size: 26px;
}

.info1, .contact {
    width: 100%;
}

.info1-title1 {
    width: 100%;
    margin-bottom: 20px;
}

.info1-list1-right {
    font-size: 22px;
    line-height: 25px;
}

.info1-list1-left {
    line-height: 25px;
}

.txt-s1 {
    font-size: 12px;
    line-height: 20px;
}

.text-small {
    font-size: 20px;
}
    
    
 .txt2 {
    margin-bottom: 50px;
} 

.contact-title {
    font-size: 16px;
}

.shop-name1 {
    font-size: 16px;
}

.tel-mail1 {
    font-size: 15px;
}

.contact-cap {
    font-size: 15px;
}

.title1 {
    font-size: 32px;
    margin-bottom: 20px;
}

.artist1-name1 {
    font-size: 22px;
    text-align: center;
}

.banner2-cap1 {
    font-size: 18px;
}

.banner2-cap1-title1 {
    font-size: 22px;
}

.banner2-cap1-2 {
    font-size: 14px;
}

.banner2-cap2 {
    font-size: 16px;
}

.banner2-cap2-2 {
    font-size: 14px;
}

.banner2-info1 {
    padding: 15px;
}

.banner2-info1-date1 {
    font-size: 18px;
}

.banner2-info1-btn1 {
    font-size: 12px;
    line-height: 35px;
}
    
 .banner {
    width: 97%;
    margin: 3%;
}
    
    
 .inquiry-content {
    width: 100%;
}   

.inquiry-title {
    font-size: 20px;
}

.store1-info1 {
    font-size: 14px;
}
    
.green {
    color: #3C0;
    font-size: 20px;
} 
    
	
}

@media (max-width:414px){
	
body {
    font-size: 12px;
    line-height: 2.0;
}	
	
.add1-cap1 {
    font-size: 14px;
    line-height: 45px;
}

.grid2 {
    padding-top: 35px;
    padding-bottom: 35px;
    padding-right: 5%;
    padding-left: 5%;
}

.grid3 {
    padding-top: 35px;
    padding-bottom: 35px;
    padding-right: 5%;
    padding-left: 5%;
}


.box1 {
    margin-top: 0px;
    margin-bottom: 0px;
}

.box2 {
    width: 100%;
    padding: 0.2%;
    margin-top: 5px;
    margin-bottom: 0px;
}

.box3 {
    width: 100%;
    padding: 0.2%;
}

h1 {
    font-size: 25px;
}
    
.txt2 {
    margin-bottom: 30px;
}
        
    
 .green {
    font-size: 16px;
}   
    
    
.intro1-cap1 {
    font-size: 18px;
}

.info1-title1 {
    width: 100%;
    margin-bottom: 15px;
}

.info1-list1-left {
	width: 25%;
    font-size: 11px;
    line-height: 20px;
}

.info1-list1-right {
	width: 75%;
    font-size: 16px;
    line-height: 20px;
}
    

.txt-s1 {
    font-size: 10px;
    line-height: 15px;
	margin-bottom: 5px;
}
    

.txt-s2 {
    font-size: 14px;
    line-height: 18px;
}

.info1-btn1 {
    width: 100%;
    font-size: 12px;
    line-height: 35px;
    margin-right: 0%;
}

.text-small {
    font-size: 14px;
}

.contact {
    width: 100%;
}

.contact-title {
    font-size: 14px;
}
    
   .shop-inquiry-box {
    width: 90%;
} 

.shop-name1 {
    font-size: 14px;
}

.tel-mail1 {
    font-size: 12px;
}

.contact-cap {
    font-size: 10px;
}

.title1 {
    font-size: 20px;
    margin-bottom: 15px;
}

.artist-wrap {
    margin-bottom: 25px;
}

.artist1-name1 {
    font-size: 15px;
}

.artist1-cap1 {
    font-size: 13px;
    margin-bottom: 20px;
}

.artist1-btn1 {
	width: 48%;
    font-size: 10px;
    line-height: 28px;
}

.banner1-title1 {
    font-size: 18px;
}

.banner1-cap1 {
    font-size: 14px;
}

.banner1-wrap {
	display: block;
}

.banner1 {
    width: 100%;
	padding: 15px;
    margin: 0%;
    margin-bottom: 15px;
}

.banner1-price1-1 {
    font-size: 16px;
}

.banner1-price1-2 {
    font-size: 12px;
}

.banner2-cap1 {
    font-size: 12px;
}

.banner2-cap1-title1 {
    font-size: 16px;
	padding-bottom: 5px;
	margin-bottom: 13px;
}

.banner2-cap1-2 {
    font-size: 12px;
}

.banner2-cap2 {
    font-size: 14px;
    margin-bottom: 15px;
}

.banner2-cap2-2 {
    font-size: 12px;
}

.banner2-info1 {
    padding: 10px;
}

.banner2-info1-date1 {
    font-size: 14px;
    text-align: center;
}

.banner2-info1-btn1 {
    font-size: 10px;
    line-height: 28px;
}

.sns1-wrap {
    width: 60%;
}

.inquiry-title {
    font-size: 16px;
}

.store1 {
    display: block;
}

.store1-logo1 {
    width: 100%;
}

.store1-info1 {
    width: 100%;
}

.store1-name1 {
    font-size: 22px;
    text-align: center;
}

.store1-btn1 {
    font-size: 10px;
    line-height: 28px;
}

.footer1 {
    padding: 3%;
}

.footer1-logo1 {
    width: 225px;
}

}

@media (max-width:375px){

h1 {
    font-size: 23px;
}    
    
.info1-list1-left {
    line-height: 17px;
}

.info1-list1-right {
    font-size: 14px;
    line-height: 17px;
    padding-left: 15px;
}

.txt-s1 {
    font-size: 11px;
}

 .txt2 {
    line-height: 1.8em;
}   
    
.txt-s2 {
    font-size: 14px;
    line-height: 18px;
}

.info1-btn1 {
    font-size: 11px;
    line-height: 30px;
}

.banner2-info1-date1 {
    font-size: 12px;
}

.banner2-info1-btn1 {
    font-size: 8px;
    line-height: 25px;
}

.sns1-wrap {
    width: 70%;
}

.store1-info1 {
    font-size: 12px;
}

}


@media (max-width:320px){

.add1-cap1 {
    font-size: 12px;
    line-height: 40px;
}

.grid2 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.grid3 {
    padding-top: 30px;
    padding-bottom: 30px;
}
    
  h1 {
    font-size: 20px;
}  
    
 .green {
    font-size: 16px;
} 

.intro1-cap1 {
    font-size: 15px;
}

.info1 {
	margin-bottom: 17px;
}

.info1-title1 {
    width: 100%;
    margin-bottom: 10px;
}

.info1-list1-left {
    font-size: 10px;
    line-height: 14px;
}

.info1-list1-right {
    font-size: 12px;
    line-height: 14px;
}

.txt-s1 {
    font-size: 9px;
    line-height: 13px;
    margin-bottom: 3px;
}

.txt-s2 {
    font-size: 10px;
    line-height: 13px;
}

.text-small {
    font-size: 9px;
}

.contact-title {
    font-size: 10px;
}

.shop-name1 {
    font-size: 10px;
}

.tel-mail1 {
    font-size: 10px;
}

.contact-cap {
    font-size: 8px;
	margin-bottom: 0px;
}

.title1 {
    font-size: 18px;
    margin-bottom: 12px;
}

.artist1-cap1 {
    font-size: 11px;
    margin-bottom: 15px;
}

.banner1-title1 {
    font-size: 16px;
}

.banner1-cap1 {
    font-size: 12px;
}

.banner1 {
    padding: 10px;
}

.banner1-price1-1 {
    font-size: 14px;
	margin-bottom: 2px;
}

.banner1-price1-2 {
    font-size: 10px;
}

.banner2 {
    margin-bottom: 15px;
}

.banner2-cap1 {
    font-size: 10px;
}

.banner2-cap1-title1 {
    font-size: 14px;
    margin-bottom: 10px;
}

.banner2-cap1-2 {
    font-size: 10px;
}

.banner2-cap2 {
    font-size: 11px;
    margin-bottom: 12px;
}

.banner2-cap2-2 {
    font-size: 10px;
}

.banner2-info1 {
    padding: 7px;
}

.banner2-info1-date1 {
    font-size: 10px;
	margin-bottom: 3px;
}

.banner2-info1-btn1 {
    font-size: 7px;
    line-height: 20px;
}

.inquiry-title {
    font-size: 14px;
}

.store1-name1 {
    font-size: 18px;
}

.store1-info1 {
    font-size: 10px;
}

}
