@charset "UTF-8";
@import url("smoothness/jquery-ui-1.8.4.custom.css");
@import url('https://fonts.googleapis.com/css?family=Lato&display=swap');



/* =======================================
BOXの子たち
==========================================*/

html {
  scroll-behavior: smooth;
	
}


.mbro1 {
    width:100%; 
	padding: 5em 0em 0em 0em;
    margin:  0em;
	margin-left: auto;
    margin-right: auto;
	background:#adf8fe;
}



.mbro2 {
    width:100%; 
	padding: 0em;
    margin: 0em;
	margin-left: auto;
    margin-right: auto;
	background:#ffffff;
}





.mbro3 {
    width:100%; 
padding: 0em;
    margin: 0em;
	margin-left: auto;
    margin-right: auto;
	background:#e7ffa7;
}




.mbro4 {
    width:100%; 
padding: 0em;
    margin: 0em;
	margin-left: auto;
    margin-right: auto;
	background:#e7ffa7;
}



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

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



/* box */


.product-flame {
    width:100%;  max-width: 800px; 
	padding: 0em;
    margin: 0em;
	margin-left: auto;
    margin-right: auto;
	background:#ffffff;
	
}

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



/* =======================================
共通指定
==========================================*/
body{
	padding: 0em;
    margin: 0em;
	width: 100%; max-width: 800px;   
	margin-left: auto;
    margin-right: auto;

    
	border-width: 0 1px;
    line-height: 1.5;
    color:#000000;
    font-size:15px;
    font-family: "游ゴシック Light", "游ゴシック", "YuGothic", sans-serif;
font-weight: 200;
    word-wrap:break-word;
    position:relative;
    font-feature-settings:'plat';
	
}


@media screen and (max-width:780px){
body{
border-style: none;
    font-size:13px;

}
}



/* メニューアイテムのホバースタイル */
.menu-item:hover .drop-menu-list {
  visibility: visible; /* 下層メニューを表示 */
}

.menu-item a {
  align-items: center;
  color: #000; /* メニューアイテム内のリンクテキストの色 */
  display: flex;
  height: 50px;
  justify-content: center;
  text-decoration: none; /* リンクの下線を非表示 */

}

/* ドロップダウンメニュー */
.drop-menu {
  position: relative;
	align-items: center;
}
.drop-menu-list {
  background-color: #fff; /* ドロップダウンメニューの背景色 */opacity: .5;
  left: 0;
  position: absolute;
  top: 100%;
  visibility: hidden; /* 下層メニューを非表示 */
  width: 100%;
  z-index: 1;
}


li{list-style-type: none;}
table{border-collapse: collapse; border-spacing: 0;}

img{ width:100%; height:auto; border:0; vertical-align:bottom; }

.clear{clear: both;}
.clearfloat{clear: both; height: 0; font-size: 1px; line-height: 0;}
.clearfix{zoom: 1;}
.clearfix:after{content: ""; display: block; clear: both;}
*:first-child+html .clearfix {zoom: 1; } /* IE7 */


a{ color:#000000;　text-decoration:none ; }
a:link,
a:visited,
a:hover,
a:active{ text-decoration:none; }
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.6; }







