
/*------ デフォルト ------*/

	* { 
    margin: 0px; 
    padding: 0px; 	
}

img {
    width: 100%;
    height: auto;
	vertical-align:top;
}


/*------ 画像切り替え ------*/

.img-sp {
    display: none;
}

@media screen and (max-width:640px) {
    .img-pc {
        display: none;
    }
    .img-sp {
        display: block;
    }
}


.responsive {
width: 100%;
aspect-ratio: 16/9;
}


/*------ リンク設定 ------*/

a{ color: #646262; }
a:link,
a:visited,
a:hover,
a:active{ text-decoration:underline; }
a:hover,
a,
input[type="submit"],
input[type="button"]{
    -webkit-transition:0.2s ease-in-out;
    -moz-transition:0.2s ease-in-out;
    -o-transition:0.2s ease-in-out;
    transition:0.2s ease-in-out;
}
a:hover{ opacity:0.8; }




/*------ メインコンテンツ ------*/

body{
	width: 100%; 
	margin-left: auto;
    margin-right: auto;
    line-height: 1.5;
    font-size:15px;
    font-family: "游ゴシック Light", "游ゴシック", "YuGothic", sans-serif;
　　font-weight: 200;
	}

/*------ レスポンシブフレーム ------*/

.product-main {
  width: 100%; 
position: static;
background-color: #fffb69;

  /* 画像を常に天地左右の中央に配置 */
  background-position: center center ;
  /* 画像をタイル状に繰り返し表示しない */
  background-repeat: no-repeat;
  /* コンテンツの高さが画像の高さより大きい時、動かないように固定 */
  background-attachment: fixed;
  /* 表示するコンテナの大きさに基づいて、背景画像を調整 */
  background-size: cover;
}


.product-flame {
    width:40%; 
	padding: 0em;
    margin: 0em;
	margin-left: auto;
    margin-right: auto;
	background:#fff;	
}

@media screen and (max-width:780px){
 
.product-flame  {
    width:100%; 
		padding: 0em;
    margin: 0em ;
} } 


/*------ BOX設定 ------*/

.product-title-about {
	padding: 10px 0 0 0;
}

.product-title-schedule {
	padding: 20px 0;
}

.comment {
	padding-top: 20px;
	padding-bottom: 40px;
}


.product-box1 {
    width:100%; 
	padding: 0em 0em 1em 0em; 
    margin: 0em ;
	margin-left: auto;
    margin-right: auto;
	
}


.BDS {
	padding: 40px 0;
}

.notes {
	padding-top: 40px;
}

.order {
	padding-top: 60px;
}

.shopbtn {
	padding: 20px 0 130px 0;
}

.product-box2 {
    width:40%; 
	padding: 0em 0em 8em 0em; 
    margin: 0em ;
	margin-left: auto;
    margin-right: auto;
	
}

.product-box3 {
    width:100%; 
	padding: 0em 0em 4em 0em; 
    margin: 0em ;
	margin-left: auto;
    margin-right: auto;
	
}

#TOPbtn {
    position: fixed;
    bottom: 30px;
    right: 50%;
    margin-right: -19%; 
    z-index: 99999;    
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}


#TOPbtn.is-show {
    opacity: 1;
    visibility: visible;
}

#TOPbtn img {
    width: 55px;
    height: auto;
    vertical-align: bottom;
}

@media screen and (max-width: 780px) {
    #TOPbtn {
        right: 21px;  
        bottom: 20px; 
        margin-right: 0;
    }
    #TOPbtn img {
        width: 50px;
    }
}

/*------ footer ------*/

footer {
 text-align: center;
 padding: 30px;
}

.footer_copyrights {
	font-weight: bold;
	color: #000;
	text-align: center;
	font-size: 13px;
	padding:   0em;
	margin: 15px 15px 0px 15px;
}

@media screen and (max-width:780px){
 
.footer_copyrights {
	font-weight: bold;
	color: #000;
	text-align: center;
	font-size: 12px;
	padding:   0em;
	margin: 15px 15px 0px 15px;
	
} } 
