@charset "utf-8";

/* 共通
------------------------------------------------------------------ */
.cell {
	
}
.cell_text {
  width: 956px;
  margin: auto;
  overflow: hidden;
	border-left: 2px dotted #b3b3b3;
	border-right: 2px dotted #b3b3b3;
}
#page_top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #4d005c;
  padding: 10px;
  border-radius: 10px;
	text-align: center;
}


.text-left {text-align: left !important;}
.float_none {clear:both;}
.left {
	float: left;
}
.right {
	float: right;
}
.clr {
	clear: both;
}





.search-box {
	margin: 8px auto 0;
	height: 32px;
	position: relative;
	width: 300px;
	float: left;
}
.search-box img {
	width: 227px;
}
.search-box input.textArea {
	box-sizing: border-box;
	color: #111111;
	width: 280px;
	height: 32px;
	border: 1px #848484 solid;
	padding-left: 0.5em;
	padding-top: 1px;
	position: relative;
}
.search-box .search-btn {
	position: absolute;
  top: 33px;
  z-index: 3;
  background-color: #b3b3b3;
  height: 32px;
	margin-left: 5px;
}

@media screen and (max-width: 980px) {
	.search-box {
	float: none;
}
	
	
	.cell_text {
	  width: 100%;
	  margin: auto;
	  overflow: hidden;
	}
	#page_top {
/*    padding: 5px;
    width: 6%;*/
    font-size: 13px;
	}
}

@media screen and (max-width: 414px) {
	.tel {
		font-size: 20px;
	}
	.tel .title {
		font-size: 14px;
	}
	.tel .time {
		font-size: 14px;
	}
}
@media screen and (max-width: 320px) {
	.search-box input.textArea {
    width: 260px;
	}
}


/* トップページ
------------------------------------------------------------------ */

#top h2 {
	border-bottom: 2px solid #000;
	margin-bottom: 20px;
}
#top h2 img {
		width: 260px;
		height: 100%;
}
.mar-l {
	margin-left: 43px;
}
@media screen and (max-width: 768px) {
	.mar-l {
    margin-left: 0px;
	}
	#top h2 img {
		width: 230px;
		height: 100%;
	}
}
@media screen and (max-width: 640px) {
	
}
/*  トップページ各リスト調整 */
.set > h3:before,
.set_color > h3:before,
.set_text > h3:before {
  content: "■ " ;
}

.set > h3,
.set_color > h3, 
.set_text > h3 {
	font-size: 1.8rem;
	margin-bottom: 15px;
	font-weight: bold;
}

/*  バナー */
.bnr {
	margin-bottom: 30px;
	overflow: hidden;
}
.bnr .full_bnr {
	width: 960px;
	height: 300px;
}

.bnr .half_bnr {
	max-width: 960px;
	width: 100%;
	height: 225px;
	margin: 0 0 20px;
	overflow: hidden;
}
.bnr .half_bnr a img {
	max-width: 470px;
	height: 225px;
	float: left;
}
.bnr .half_bnr > a:nth-child(1) img {
	margin-right: 20px;
}
.bnr .half_bnr > a:last-child img {
	margin-right: 0px;
}

.bnr .square_bnr div {
	width: 225px;
	height: 225px;
	float: left;
	text-align: center;
	margin-right: 20px;
	margin-bottom: 20px;
}
.bnr .square_bnr div:nth-child(4n){
	margin-right: 0px;
}
.bnr .square_bnr div img {
	width: 100%;
}

.bnr .square_half_bnr div {
	width: 225px;
	height: 112.5px;
	float: left;
	text-align: center;
	margin-right: 20px;
	margin-bottom: 20px;
}
.bnr .square_bnr div:nth-child(4n),
.bnr .square_half_bnr div:nth-child(4n) {
	margin-right: 0px;
}
.bnr .square_bnr div img,
.bnr .square_half_bnr div img {
	width: 100%;
}

@media screen and (max-width: 980px) {
	.bnr .square_bnr div,
	.bnr .square_half_bnr div {
		margin-right: 2.5%;
		width: 23%;
		height: auto;
	}
	
	.bnr .half_bnr a img {
		width: 48%;
		height: auto;
	}
	.bnr .half_bnr > a:last-child img {
		float: right;
	}
	.bnr .half_bnr {
    height: auto;
	}
}
@media screen and (max-width: 600px) {
	.bnr .full_bnr,
	.bnr .half_bnr,
	.bnr .half_bnr a img,
	.bnr .half_bnr > a:last-child img {
		width: 100%;
		height: auto;
		float: none;
	}
	.bnr .half_bnr > a:nth-child(1) img {
		margin-right: 0px;
	}
	.bnr .half_bnr > a img {
		margin-bottom: 10px;
		width: 100%;
		height: auto;
	}
	.bnr .half_bnr {
    margin: 0px;
	}
}
@media screen and (max-width: 480px) {
	.bnr .square_bnr div,
	.bnr .square_half_bnr div {
    width: 48%;
		text-align: center;
		margin-right: 3%;
		margin-bottom: 3%;
	}
	.bnr .square_bnr div:nth-child(2n),
	.bnr .square_half_bnr div:nth-child(2n) {
    margin-right: 0px;
		text-align: right;
		float: right;
	}
	
}

/*　set　*/
.set,.set_color,.set_text {
	margin-bottom: 30px;
	overflow: hidden;
}
.set ul li {
	width: 126px;
	float: left;
	overflow: hidden;
	margin-right: 13px;
	margin-bottom: 15px;
	text-align: center;
	font: 1.4rem bold;
}
.set ul li img{
	width: 100%;
}
.set ul li:nth-child(7),
.set ul li:last-child {
	margin-right: 0px;
}
@media screen and (max-width: 1024px) {
	.set ul li {
		width: 12%;
	}
}
@media screen and (max-width: 800px) {
	.set ul li {
		width: 14%;
	}
}
@media screen and (max-width: 600px) {
	.set ul li {
		width: 29%;
		margin-right: 0px;
	}
	.set ul li:nth-child(4) {
		clear:left;
	}
	.set ul li:nth-child(2),
	.set ul li:nth-child(5),
	.set ul li:nth-child(8),
	.set ul li:nth-child(11),
	.set ul li:nth-child(14) {
		margin: 0 20px;
	}
	.set ul li:nth-child(7), .set ul li:last-child {
    margin-right: 0px !important;
	}
}
@media screen and (max-width: 414px) {
	.set ul li:nth-child(2),
	.set ul li:nth-child(5),
	.set ul li:nth-child(8),
	.set ul li:nth-child(11),
	.set ul li:nth-child(14){
		margin: 0 14px;
	}
}
@media screen and (max-width: 320px) {
	.set ul li {
    font: 1.2rem bold;
    letter-spacing: -1px;
	}
}

/*　set_color　*/
.set_color ul li{
  float: left;
	margin-right: 40px;
	margin-bottom: 15px;
	width: 40px;
}
@media screen and (max-width: 480px) {
	.set_color ul li{
  	float: left;
		margin-right: 28px;
		width: 30px;
		height: 30px;
	}
	.set_color ul li img {
  	width: 100%;
		height: auto;
	}
}
/*　set_text　*/
.set_text ul li {
	width: 24%;
	float: left;
	font: 1.6rem bold;
	margin-bottom: 15px;
	font-family: "Hiragino Maru Gothic W4 JIS2004", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
}
.set_text ul li a:before {
	content: '>';
  font-size: 14px;
  vertical-align: top;
	text-decoration: none;
}
.new .set_text ul li {
	width: 225px;
	margin-right: 20px;
}
.new .set_text ul li:last-child {
	margin-right: 0px;
}
/*  トップページ ヘルメットリスト */
.helmet_list > div {
	width: 310px;
	float: left;
	margin-bottom: 8px;
}
.helmet_list > div img {
	width: 100%;
}
.helmet_list > div.center {
	margin: 0 10px;
	width: 320px;
}
.helmet_list > div.center ul li {
	float: left;
}
.helmet_list > div.center ul li:nth-child(odd) {
	margin-right: 5px;
}
.helmet_list > div.center ul li.top {
	margin-bottom: 8px;
}
.helmet_list > div.full {
	width: 960px;
	clear: both;
}
.helmet_list > div.full ul li {
  width: 153px;
	display: inline-block;
	margin-right: 5px;
}
.helmet_list > div.full ul li:last-child {
	margin-right: 0px;
}


/*  トップページ what's Newリスト */
.new {
	margin-bottom: 30px;
	overflow: hidden;
}
.new_list li {
	width: 225px;
	margin-right: 20px;
	float: left;
}
.new_list li:last-child {
	margin-right: 0px;
}
.new_list li a img {
	width: 100%;
}
.new .right {
	overflow: hidden;
}
@media screen and (max-width: 980px) {
	.new .right {
		width: 46%;
	}
	.new .right ul li img {
		width: 100%;
	}
	.new_list li {
		margin-right: 2.5%;
		width: 23%;
		height: auto;
	}
	.new_list li img {
		width: 100%;
	}
}
@media screen and (max-width: 960px) {
	
	
}
@media screen and (max-width: 768px) {
	.bnr {		
		text-align: center;
	}
	
	.set,.set_color,.set_text {
		float: none;
		display: block;
		overflow: hidden;
	}
	.set_text ul li {
		font-size: 1.6rem !important;
		width: 33%;
	}
	.set ul li:nth-child(7), .set ul li:last-child {
    margin-right: 13px;
	}
	.helmet_list {
		width: 100%;
	}
	.helmet_list > div,
	.helmet_list > div.center {
		width: 32%;
	}
	.helmet_list > div.center ul li {
		width: 47%;
	}
	.helmet_list > div.full ul li {
    width: 12%;
	}
}
@media screen and (max-width: 640px) {
	.new .right {
    width: 40%;
	}
	.new iframe {
		width: 50%;
	}
}
@media screen and (max-width: 600px) {
	.new .right {
    text-align: center;
	}
	.new .right {
    width: 100%;
		float: none;
		margin-top: 20px;
	}
	.new .right ul li img {
    max-width: 100%;
		width: inherit;
	}
}
@media screen and (max-width: 480px) {
	.set_text ul li {
    width: 100%;
	}
	.set_text ul li {
    width: 100%;
	}
	.new_list li {
    width: 48%;
		text-align: center;
		margin-right: 3%;
	}
	.new_list li:nth-child(1),
	.new_list li:nth-child(2) {
		margin-bottom: 3% !important;
	}
	.new_list li:nth-child(2n) {
    margin-right: 0px;
		text-align: right;
	}
	.fb-page {
		width: 280px !important;
		margin: auto;
		display: block !important;
	}
}

.cell .title_img {
  border-bottom: 2px solid #b3b3b3;
  height: 335px;
}
.top_list {
	width: 49.897%;
	float: left;
	padding-top: 150px;
	text-align: left;
	position: relative;
	padding-bottom: 25px;
}
.top_list img {
	float: right;
	margin-left: 40px;
}
.top_list h3 {
	font-weight: normal;
}
.top_list.top_num1 h3 {
	font-size: 18px;
  position: absolute;
  top: 60px;
  left: 40px;
}
.top_list.top_num2 h3 {
	font-size: 22px;
  background-color: rgba(255, 255, 255, 0.55);
  position: absolute;
  top: 20px;
  width: 100%;
}
.top_list.top_num2 h3 span {
	padding-left: 40px;
}
.top_list.top_num2 > p {
  width: 80%;
  margin: 30px auto 0;
}
.top_list > ul {
	padding-left: 40px;
}
.top_list > ul > li {
	background: url(file:///C|/Users/0007/Desktop/2017_html/%E3%83%93%E3%83%A5%E3%83%BC%E3%83%88/images/share/common_list_mark.png) no-repeat;
	background-position-y: 5px;
	padding-left: 30px;
	list-style: none;
	margin-bottom: 20px;
	font-size: 16px; 
}
.top_list > ul > li a,
.top_list .more > a{
	color: #666;
}
.top_list:nth-child(even) {
	border-left: 2px dotted #b3b3b3;
}
.top_list.top_num1.top_beauto {
	background: url(file:///C|/Users/0007/Desktop/2017_html/%E3%83%93%E3%83%A5%E3%83%BC%E3%83%88/images/top/top_menu-1.jpg) no-repeat top left;
}
.top_list.top_num1.top_sante {
	background: url(file:///C|/Users/0007/Desktop/2017_html/%E3%83%93%E3%83%A5%E3%83%BC%E3%83%88/images/top/top_menu-2.jpg) no-repeat top left;
}
.top_list.top_num2.top_tokucho {
	background: url(file:///C|/Users/0007/Desktop/2017_html/%E3%83%93%E3%83%A5%E3%83%BC%E3%83%88/images/top/top_menu-3.jpg) no-repeat top left;
}
.top_list.top_num2.top_yobou {
	background: url(file:///C|/Users/0007/Desktop/2017_html/%E3%83%93%E3%83%A5%E3%83%BC%E3%83%88/images/top/top_menu-4.jpg) no-repeat top left;
}
.top_list .more {
	float:right
}
.top_list .more > a {
	background: url(file:///C|/Users/0007/Desktop/2017_html/%E3%83%93%E3%83%A5%E3%83%BC%E3%83%88/images/share/more_mark.png) no-repeat 5px;
  padding: 5px 5px 5px 20px;
  border: 1px solid #88aacd;
}
.top_1col {
	text-align: left;
	padding: 40px 0 40px 40px ;
	width: 916px;
}
.top_1col h3 {
	font-size: 22px;
	margin-bottom: 20px;
}
.top_1col p img {
	float: right;
	padding-left: 20px;
}
@media screen and (max-width: 768px) {
	.cell .title_img {
  	height: 100%;
		font-size:0;
	}
	.top_1col {
	text-align: left;
	padding: 0px ;
	width: 100%;
	}
	.top_1col .inner {
		width: 96%;
    margin: 15px auto;
	}
}
@media screen and (max-width: 640px) {
	.cell .title_img {
  	height: 100%;
	}
	.top_list.top_num1,
	.top_list.top_num2 {
		background-size: contain!important;
	}
	.cell_text {
		border: none;
	}
	.top_list.top_num1 h3 {
    top: 35px;
    left: 25px;
	}
	.top_list > ul {
    padding-left: 10px;
	}
	.top_list .more {
    float: none;
    margin-left: 10px;
	}
	.top_list {
		padding-top: 110px;
	}
	.top_list.top_num2 > p {
    margin-top: 0px;
	}
	.top_1col {
    width: 93%;
    padding: 20px 0;
	}
	.top_1col .inner {
		width: 100%;
    margin: 0;
	}
	/*.top_list {
		width: 100%;
	}*/
}
@media screen and (max-width: 414px) {
	.top_list {
		width: 100%;
		border-bottom: 2px dotted #b3b3b3; 
	}
	.top_list:nth-child(even) {
		border: none;
	}
	.cell_text {
    padding: 0px;
	}
	.top_list {
    padding-top: 140px;
	}
	.top_list.top_num1 h3 {
    top: 38px;
    left: 30px;
	}
	.top_list.top_num2 > p {
    width: 93%;
	}
	.top_1col p img {
    float: none;
    padding-left: 0px;
    text-align: center;
    margin: auto;
    width: 100%;
	}
	.top_1col h3 {
    margin-bottom: 0px;
	}
	.top_1col {
    padding: 25px 0;
	}
	footer .footer_nav,
	footer .footer nav ul {
    float: none;
	}
	footer .footer nav ul {
    margin-right: 0px;
    width: 100%;
	}
	footer .footer nav ul li {
    width: 100%;
    display: inline-block;
	}
}

/* 各ページ共通箇所 */
#contents.under_layer {
	margin-top: 0px;
	text-align: left;
}
.under_layer h2,
.under_layer_inner h3 {
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
}
.under_layer h2 {
	font-size: 36px;
  color: #666;
  position: relative;
  text-align: center;
  top: 53px;
	font-weight: 400;
}
.under_layer h2.common {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width:好きな値;
	height:好きな値; 
}
.under_layer_inner h3 {
	font-size: 26px;
	font-weight: 600;
	margin-bottom: 20px;
}
.under_layer_inner h3.common {
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 20px;
	color: #4d005c;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.under_layer_inner h3.common:before {
	content: '■';
	padding-right: 5px;
	font-size: 14px;
}
.under_layer .inner {
	width: 956px;
	margin: auto;
	overflow: hidden;
	border-left: 2px dotted #b3b3b3;
	border-right: 2px dotted #b3b3b3;
	padding-top: 20px;
	
}
.under_layer nav:nth-child(2)  {
	float: left;
	width: 230px;
}
.under_layer nav aside {
	min-width: 230px;
	text-align: left;
	position: relative;
	padding-top: 100px;
	height: 145px;
	background-repeat: no-repeat; 
  background-position: 6.5px 7px,center bottom;
}
.under_layer nav aside:nth-child(1) {
	background-color: rgba(167, 224, 10, 0.30);
	background-image: url(file:///C|/Users/0007/Desktop/2017_html/%E3%83%93%E3%83%A5%E3%83%BC%E3%83%88/images/share/side_img_beauto.jpg) ,
url(file:///C|/Users/0007/Desktop/2017_html/%E3%83%93%E3%83%A5%E3%83%BC%E3%83%88/images/share/side_bottomimg_beauto.png);
	margin-bottom: 10px;
}
.under_layer nav aside:nth-child(2) {
	background-color: rgba(212, 150, 161, 0.30);
	background-image: url(file:///C|/Users/0007/Desktop/2017_html/%E3%83%93%E3%83%A5%E3%83%BC%E3%83%88/images/share/side_img_sante.jpg) ,
url(file:///C|/Users/0007/Desktop/2017_html/%E3%83%93%E3%83%A5%E3%83%BC%E3%83%88/images/share/side_bottomimg_sante.png);
}
.under_layer nav aside ul {
	padding-left: 15px;
}
.under_layer nav aside ul li {
	list-style: none;
	background: url(file:///C|/Users/0007/Desktop/2017_html/%E3%83%93%E3%83%A5%E3%83%BC%E3%83%88/images/share/common_list_mark.png) no-repeat;
	padding-left: 25px;
	background-position: 5px;
	margin-bottom: 20px;
}
.under_layer nav aside ul li:last-child {
	margin-bottom: 0px;
}
.under_layer nav aside ul li a {
	color: #666;
}
.under_layer .cell_text {
	width: 635px;
	float: right;
	border: none;
}
.under_layer nav aside h3 {
	position: absolute;
	top: 20px;
	left: 20px;	
}
.under_layer .cell .title_img {
  border-bottom: none;
	height: 150px;
	margin-bottom: 20px;
} 

@media screen and (max-width: 768px) {
	.under_layer h2 {
  	top: 65px;
		text-align: center !important;
	}
	.under_layer .cell .title_img {
  	background-size: cover;
	} 
	.under_layer .cell_text {
    width: 100%;
    float: none;
	}
	.under_layer .inner {
    width: 100%;
    border: none;
    padding-top: 0px;
	}
	.under_layer_inner {
    width: 93%;
		margin: auto;
	}
	.under_layer nav:nth-child(2) {
    float: none;
    width: 167%;
	}
	nav aside ul li {
		float: left;
	}
	.under_layer nav aside:nth-child(1) {
    margin-bottom: 0px;
	}
	.under_layer nav aside {
    text-align: left;
    float: none;
    vertical-align: top;
		padding-top: 45px;
    height: 78px;
	}
	.under_layer .cell .title_img {
    background-position: top center;
	}
	.under_layer .cell .title_img.bg_yobou {
    background-size: contain;
    background-position: bottom right !important;
	}
}
@media screen and (max-width: 640px) {
	nav aside:nth-child(1) ul li:nth-child(2) {
		clear: both;
	}
}
@media screen and (max-width: 414px) {
	.under_layer nav aside:nth-child(1),
	.under_layer nav aside:nth-child(2) {
		background-image: none;
	}
	.under_layer h2 {
		font-size: 30px;
	}
}

.balloon-1-bottom {
	position: relative;
    display: block;
    padding: 0 15px;
    width: auto;
    min-width: 115px;
    height: 40px;
    color: #F6F6F6;
    line-height: 40px;
    text-align: center;
    background: #000;
    z-index: 0;
    margin-bottom: 30px;
    font-size: 2.2rem;
    font-weight: bold;
}
.balloon-1-bottom:after {
	content: "";
	position: absolute;
	bottom: -10px; left: 50%;
	margin-left: -10px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #000 transparent transparent transparent;
}
.balloon-1-bottom a {
	color: #fff;
}






/* 均等配置
------------------------------------------------------------------ */
div.flex {
	display: flex;
	display: -moz-flex;
	display: -o-flex;
	display: -webkit-flex;
	display: -ms-flex;
	flex-direction: row-reverse;
	-moz-flex-direction: row-reverse;
	-o-flex-direction: row-reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	justify-content: space-between;
	-moz-justify-content: space-between;
	-o-justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
}


/* 点滅
------------------------------------------------------------------ */
.blinking{
	-webkit-animation:blink 1.5s ease-in-out infinite alternate;
    -moz-animation:blink 1.5s ease-in-out infinite alternate;
    animation:blink 1.5s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
