@charset "euc-jp";
/* 標準可変メディア
   メモ : 可変メディアでは、HTML からメディアの高さおよび幅の属性を削除する必要がある
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 では最大幅がサポートされていないため、デフォルトで幅 100% に設定される */
.ie6 img {
	width:100%;
}

a.white:link {
color : #ffffff; 
}
a.white:visited {
color : #ffffff; 
}
a.white:active {
text-decoration : underline; 
color : #ffffff; 
}
a.white:hover {
text-decoration : underline; 
color : #ffffff; 
}


/* 　ナビゲーションバー色設定ここから　*/
.navbar {
  background-color: #ffded5;
}
.navbar .navbar-brand {
  color: #787878;
}
.navbar .navbar-brand:hover,
.navbar .navbar-brand:focus {
  color: #fdfdfd;
}
.navbar .navbar-text {
  color: #787878;
}
.navbar .navbar-nav .nav-link {
  color: #787878;
  border-radius: .25rem;
  margin: 0 0.25em;
}
.navbar .navbar-nav .nav-link:not(.disabled):hover,
.navbar .navbar-nav .nav-link:not(.disabled):focus {
  color: #fdfdfd;
}
.navbar .navbar-nav .dropdown-menu {
  background-color: #ffded5;
  border-color: #d2b3aa;
}
.navbar .navbar-nav .dropdown-menu .dropdown-item {
  color: #787878;
}
.navbar .navbar-nav .dropdown-menu .dropdown-item:hover,
.navbar .navbar-nav .dropdown-menu .dropdown-item:focus,
.navbar .navbar-nav .dropdown-menu .dropdown-item.active {
  color: #fdfdfd;
  background-color: #d2b3aa;
}
.navbar .navbar-nav .dropdown-menu .dropdown-divider {
  border-top-color: #d2b3aa;
}
.navbar .navbar-nav .nav-item.active .nav-link,
.navbar .navbar-nav .nav-item.active .nav-link:hover,
.navbar .navbar-nav .nav-item.active .nav-link:focus,
.navbar .navbar-nav .nav-item.show .nav-link,
.navbar .navbar-nav .nav-item.show .nav-link:hover,
.navbar .navbar-nav .nav-item.show .nav-link:focus {
  color: #fdfdfd;
  background-color: #d2b3aa;
}
.navbar .navbar-toggle {
  border-color: #d2b3aa;
}
.navbar .navbar-toggle:hover,
.navbar .navbar-toggle:focus {
  background-color: #d2b3aa;
}
.navbar .navbar-toggle .navbar-toggler-icon {
  color: #787878;
}
.navbar .navbar-collapse,
.navbar .navbar-form {
  border-color: #787878;
}
.navbar .navbar-link {
  color: #787878;
}
.navbar .navbar-link:hover {
  color: #fdfdfd;
}

@media (max-width : 398px ){
  .navbar-expand-sm .navbar-nav .show .dropdown-menu .dropdown-item {
    color: #787878;
  }
  .navbar-expand-sm .navbar-nav .show .dropdown-menu .dropdown-item:hover,
  .navbar-expand-sm .navbar-nav .show .dropdown-menu .dropdown-item:focus {
    color: #fdfdfd;
  }
  .navbar-expand-sm .navbar-nav .show .dropdown-menu .dropdown-item.active {
    color: #fdfdfd;
    background-color: #d2b3aa;
  }
}

@media (max-width: 767px) {
  .navbar-expand-md .navbar-nav .show .dropdown-menu .dropdown-item {
    color: #787878;
  }
  .navbar-expand-md .navbar-nav .show .dropdown-menu .dropdown-item:hover,
  .navbar-expand-md .navbar-nav .show .dropdown-menu .dropdown-item:focus {
    color: #fdfdfd;
  }
  .navbar-expand-md .navbar-nav .show .dropdown-menu .dropdown-item.active {
    color: #fdfdfd;
    background-color: #d2b3aa;
  }
}

@media (max-width: 991px) {
  .navbar-expand-lg .navbar-nav .show .dropdown-menu .dropdown-item {
    color: #787878;
  }
  .navbar-expand-lg .navbar-nav .show .dropdown-menu .dropdown-item:hover,
  .navbar-expand-lg .navbar-nav .show .dropdown-menu .dropdown-item:focus {
    color: #fdfdfd;
  }
  .navbar-expand-lg .navbar-nav .show .dropdown-menu .dropdown-item.active {
    color: #fdfdfd;
    background-color: #d2b3aa;
  }
}

@media (max-width: 1199px) {
  .navbar-expand-xl .navbar-nav .show .dropdown-menu .dropdown-item {
    color: #787878;
  }
  .navbar-expand-xl .navbar-nav .show .dropdown-menu .dropdown-item:hover,
  .navbar-expand-xl .navbar-nav .show .dropdown-menu .dropdown-item:focus {
    color: #fdfdfd;
  }
  .navbar-expand-xl .navbar-nav .show .dropdown-menu .dropdown-item.active {
    color: #fdfdfd;
    background-color: #d2b3aa;
  }
}

.navbar-expand .navbar-nav .show .dropdown-menu .dropdown-item {
  color: #787878;
}
.navbar-expand .navbar-nav .show .dropdown-menu .dropdown-item:hover,
.navbar-expand .navbar-nav .show .dropdown-menu .dropdown-item:focus {
  color: #fdfdfd;
}
.navbar-expand .navbar-nav .show .dropdown-menu .dropdown-item.active {
  color: #fdfdfd;
  background-color: #d2b3aa;
}
/* 　ナビゲーションバー色設定ここまで　*/

.lacorarancolor {
	background-color: #ffa895;
}
.ottopowcolor {
	background-color: #7FC8F7;
}




/*
	Dreamweaver 可変グリッドプロパティ
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	以下からヒントを入手 : Ethan Marcotte 氏の「レスポンシブ Web デザイン」 
	http://www.alistapart.com/articles/responsive-web-design
	
	および Joni Korpi 氏の「Golden Grid System」
	http://goldengridsystem.com/ 
*/

/* モバイルレイアウト : 480 px およびそれ以下. */
.orangeareaselectbn {
	width: 100%;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin: 0 0 0 0;
}
.orangeareaselectbn a {
    display: block;
    width: 80%;
    background-color: hsla(219,63%,80%,1.00);
    padding: 15px 5px 15px 5px;
    margin: 0 auto 10px auto;
    border-radius: 10px;
    color: #4A4B46;
    text-decoration: none;
    font-size: 14px;
}
.orangeareaselectbn a:hover {
    background-color: hsla(219,63%,80%,1.00);
    color: #4D4E49;
}

.trend-color a{
	text-decoration: none;
}

.trend-color {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
	padding: 25px 0 0 0;
	margin-top: 0;
	margin-bottom: 0;
}
.trend-color div {
	width: 18%;
	margin-top: 0;
	margin-left: auto;
	text-align: center;
	line-height: 150%;
	font-size: 10px;
	margin-right: auto;
}

.trend-color div img {
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 8px;
	text-align: center;
	font-size: 16px;
}

.trend-color div div {
	width: 90%;
	color: rgba(0,0,0,1.00);
	font-weight: lighter;
	font-size: small;
	border: 0.5px solid rgba(2,0,0,1.00);
	margin-bottom: 2px;
}	

.trend-nailart {
	width: 95%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
	padding: 25px 0 0 0;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: auto;
	margin-left: auto;
}

.trend-nailart a{
	text-decoration: none;
}

.trend-nailart div {
	width: 48%;
	margin-top: 0;
	margin-left: auto;
	text-align: center;
	font-size: 15px;
	margin-right: auto;
}

.trend-nailart div img {
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 8px;
	text-align: center;
	font-size: 16px;
}

.trend-nailart div div {
	border: 0.5px solid rgba(0,0,0,1.00);
	padding-top: 0.3em;
	padding-right: 0.2em;
	padding-bottom: 0.3em;
	padding-left: 0.2em;
	text-align: center;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	font-size: medium;
	margin-bottom: 9px;
}

.fivecode{
	
	}

.setumei {
	width: 100%;
	margin: 0 auto 0 auto;
	
}
.setumei img {
	width: 100px;
	float: left;
	margin: 10px;
	
}
.setumei p {
	display: flex;
	justify-content: center;
	align-items: center;
	
}

.syouhinsetumei {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto 20px auto;

}
.syouhinsetumei div {
	width: 100%;	
}

.syouhingazou{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto 20px auto;

}
.syouhingazou div {
	width: 50%;
	margin: 0 0 10px 0;
}







 /* 以下マウスを載せたときのスタイル */
.anothertype a:hover {
	background-color: #ff4c50;
	color:#ffffff;
}
.anothertype a img {
	width: 60%;
	margin: 0 0 1px 0;
}

.clearfix {
  display: block;
  clear:both;
}

.trend_bar {
	text-align: center;
	font-size: xx-large;
	letter-spacing: 0.3em;
	font-family: "Courier New", Courier, monospace;
	font-style: normal;
	font-weight: 400;
	border-bottom: 0.5px solid rgba(0,0,0,1.00);
	width: 75%;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 0.5em;
	
	
}

.square_btn {
	border-width: medium;
	padding-top: 0.1em;
	padding-right: 0.2em;
	padding-bottom: 0.1em;
	padding-left: 0.2em;
	border-color: rgba(0,0,0,1.00);
	text-align: center;
	text-decoration: none;
	width: 6em;
	margin-right: auto;
	margin-left: auto;
}


.blinking {
    -webkit-animation: 0.5s linear 0s alternate none infinite running blink;
    -moz-animation: 0.5s linear 0s alternate none infinite running blink;
    animation: 0.5s linear 0s alternate none infinite running blink;
}

label {
	background-color: #F3C422;
	color: #fff;
	padding: 10px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	width: 90%;
	text-align: center;
	}

label:hover{
	opacity: 0.5 ;
}

input[type="checkbox"].on-off{
    display: none;
}

input[type="checkbox"].on-off + ul{
    height: 0;
    overflow: hidden;
}

input[type="checkbox"].on-off:checked + ul{
    height:100%;
}




/* デスクトップレイアウト : 769 px 〜最大 1232 px。モバイルレイアウトとタブレットレイアウトからスタイルを継承。 */

@media only screen and (min-width: 769px) {

	
.orangeareaselectbn {
    width: 100%;
    text-align: center;
    margin: 30px 0 0 0;
}
.orangeareaselectbn a {
    display: block;
    width: 75%;
    background-color: hsla(219,63%,80%,1.00);
    padding: 20px 0 20px 0;
    margin: 0 auto 10px auto;
    border-radius: 10px;
    color: #4A4B46;
    text-decoration: none;
    font-size: 28px;
}
.orangeareaselectbn a:hover {
    background-color: hsla(219,63%,80%,1.00);
    color: #4A4B46;
}	
	
.trend-color {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
	padding: 25px 0 0 0;
	margin-top: 0;
	margin-bottom: 0;
}
.trend-color div {
	width: 9.2%;
	margin-top: 0;
	margin-left: auto;
	text-align: center;
	line-height: 150%;
	font-size: 12px;
	margin-right: auto;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing: 0.1em;
}

.trend-color div img {
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 8px;
	text-align: center;
	font-size: 16px;
}

.trend-color div div {
	width: 75%;
	color: rgba(0,0,0,1.00);
	font-weight: lighter;
	font-size: small;
	border: 0.5px solid rgba(2,0,0,1.00);
	margin-bottom: 2px;
}	
	
.trend-nailart {
	width: 90%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
	padding: 25px 0 0 0;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: auto;
	margin-left: auto;
}

.trend-nailart a{
	text-decoration: none;
}

.trend-nailart div {
	width: 48%;
	margin-top: 0;
	margin-left: auto;
	text-align: center;
	line-height: 150%;
	font-size: large;
	margin-right: auto;
}

.trend-nailart div img {
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 8px;
	text-align: center;
	font-size: 16px;
}

.trend-nailart div div {
	border: 0.5px solid rgba(0,0,0,1.00);
	padding-top: 0.3em;
	padding-right: 0.2em;
	padding-bottom: 0.3em;
	padding-left: 0.2em;
	text-align: center;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	font-size: x-large;
}
	
.setumei {
	width: 80%;
	margin: 0 auto 0 auto;
	
}
.setumei img {
	width: 100px;
	float: left;
	margin: 10px;
	
}
.setumei p {
	display: flex;
	justify-content: center;
	align-items: center;
	
}

.syouhinsetumei {
	width: 80%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto 20px auto;

}
.syouhinsetumei div {
	width: 48%;	
}

.syouhingazou{
	width: 80%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto 20px auto;

}
.syouhingazou div {
	width: 23.5%;
	margin: 0 0 10px 0;
}
}	
