@charset "UTF-8";
/*
Theme Name:ミナコンビ
Theme URI:http://www.narts.jp/
Description:ミナコンビ用テーマ
Author:NARTS
Author URI:http://www.narts.jp/
Version:1.0
*/


body {
	font-family: "メイリオ", "Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#3e3a3a;
	font-size:15px;
	line-height:1.75;
	letter-spacing:0.05em;
	text-align:justify;
}

a {
	color: #3fbff0;
	text-decoration: none;
}
a:hover {
	color:#059fdd ;
}

body,header,footer{
	min-width:1125px;
}



/*============================================================================

	header

============================================================================*/
header {
	position: relative;
	width:100%;
	height:130px;
	background: url(images/header_bg.png) repeat-x top center;
	box-shadow:0px 0px 10px 2px #d4d4d4;
	z-index: 999; /* 元999999 */
}
header .inner{
	position:relative;
	width:1110px;
	margin:auto;
}
header h1{
	position:absolute;
	top:45px;
	left: 5px;
	z-index:999; /* 元99999999 */
}



/*============================================================================

	nav

============================================================================*/
nav {
	position: absolute;
	top:54px;
	left: 0;
	right: 0;
	width:1110px;
	height:20px;
	margin: auto;
	z-index:999; /* 元 9999 */
}
nav ul{
	position: absolute;
	right: 0;
	width:831px;
}
nav li {
	float: left;
}
nav li a span{
	position:relative;
}

/* ホバーのボーダー */
nav li a span::before{
    position: absolute;
	left: 0;
	right:0;
	bottom: -14px;
	width:90%;
	height:2px;
	margin:auto;
	background-color: #62cbf3;
	transition: 0.15s  ease-out;
	transform: scaleX(0);
	content: "";
	z-index: 1;
}
nav li a:hover span::before,
nav li.active2 a span::before{
	transform: scaleX(1);
}



/*============================================================================

	#mainvisual

============================================================================*/

/*
下層ページのメインビジュアルの高さ、背景画像の設定です。
トップページの高さはtop.cssに記載してあります。
*/

#mainvisual{
	display:block;
	position:relative;
	height: 250px;
	background-image:url(images/main_bg.png);
}
#mainvisual .inner{
	display:table;
	position:relative;
	height: inherit;
	width:1080px;
	margin: 0 auto;
	background: url(images/main_info.png) no-repeat top center;
}
#mainvisual h2{
	position:relative;
	top: 100px;
	color: #347dc1;
	font-size: 28px;
}



/*==================================================================

	下層のみ　ぱんくず

==================================================================*/
.breadcrumb {
	padding: 9px 0;
	border-bottom: 1px solid #ccc;
	width: 95%;
	margin: auto;
	margin-bottom: 50px;
}
/*
.breadcrumb ul {
	width: 1100px;
	margin: auto;
}
.breadcrumb li{
  display:inline;
}
.breadcrumb li:after{
  content: '>';
  padding: 0 10px 0 15px;
}
.breadcrumb li:last-child:after{
  content: '';
}
.breadcrumb li a {
    text-decoration: underline;
}
*/


/*==================================================================

	.contents

==================================================================*/
#contents{
	position:relative;
	width:100%;
	margin:0 auto;
	padding-top: 0px;
	padding-bottom: 100px;
}
#contents::after {
	display: block;
	clear: both;
	content: "";
}

/* 下層のみ */
#contents .inner {
	width: 1100px;
	margin: auto;
}


/*============================================================================

	footer

============================================================================*/
footer {
	position:relative;
	width:100%;
	background: url(images/header_bg.png) repeat-x top center , #fafdfe;
}
footer .footer_inner {
	width: 1125px;
	height: 255px;
	margin: auto;
	padding: 55px 0 50px;
}

/* ロゴと住所 */
.footer_info{
	float: left;
	width: 370px;
	box-sizing: border-box;
	padding-left: 10px;
}
.footer_info p{
	margin-top: 7px;
	margin-left: 5px;
	line-height: 1.5;
}

/* フッターのナビ */
.footer_navi{
	float: left;
	width: 380px;
	border-left: 1px solid #cfecf5;
}
.footer_navi:last-of-type{
	width: 300px;
}
.footer_navi ul li {
	position:relative;
	line-height: 31px;
	padding-left: 35px;
}
.footer_navi ul li::before {
	content: "-";
	position:absolute;
	left: 25px;
	color: #3fbff0;
}
.footer_navi ul li div a{
	display: block;
	padding-left: 12px;
	line-height: 24px;
}

/* ページトップ */
.pagetop{
	position: absolute;
	left: 50%;
	top:-70px;
	width:40px;
	height:40px;
	margin-left: 480px;
	border-radius:100%;
	background: #FFF;
	text-align:center;
	cursor:pointer;
	box-shadow:0px 0px 8px 2px #ddd;
}
.pagetop div{
	position:relative;
	width:100%;
	height:100%;
	border-radius:100%;
	transition:0.2s ease-in-out;
}
.pagetop span::before{
	position:absolute;
	top:6px;
	right:0;
	left:1px;
	bottom:0;
	width:13px;
	height:13px;
	margin:auto;
	border-left:3px solid #3fbff0;
	transform:rotate(45deg);
	transition:0.2s ease-in-out;
	content:"";
}
.pagetop span::after{
	position:absolute;
	top:6px;
	right:1px;
	left:0;
	bottom:0;
	width:13px;
	height:13px;
	margin:auto;
	border-top:3px solid #3fbff0;
	transform:rotate(45deg);
	transition:0.2s ease-in-out;
	content:"";
}
.pagetop div:hover{
	background-color:#3fbff0;
}
.pagetop:hover span::before{
	border-left:3px solid #fff;
}
.pagetop:hover span::after{
	border-top:3px solid #fff;
}

/* コピーライト */
.copy{
	background-color:#3fbff0;
	text-align: center;
}
.copy small{
	line-height:50px;
	color:#fff;
	font-size:12px;
}



/*==================================================================

	タイトル

==================================================================*/
#contents .inner h2 {
	margin-bottom: 30px;
	padding: 0.3em 0.8em;
	background: #337dc0;
	border-left: solid 10px #3fbff0;
	color: #fff;
	font-size: 23px;
	font-weight: bold;
}

#contents .inner h3 {
	margin-bottom: 30px;
	padding: 0.4em 0.8em;
	background: #ebf8fd;
	border-bottom: solid 2px #337dc0;
	color: #666;
	font-size: 19px;
	font-weight: bold;
}

#contents .inner h4 {
	margin-bottom: 15px;
	padding-bottom: 8px;
	border-bottom: dotted 1px #6594e0;
	color: #666;
	font-size: 17px;
	font-weight: bold;
}



/*==================================================================

	リスト

==================================================================*/
#contents .inner li {
	position: relative;
	padding-left: 20px;
}
#contents .inner li::after {
	display: block;
	content: '';
	position: absolute;
	top: .5em;
	left: -0;
	width: 8px;
	height: 8px;
	border-right: 3px solid #337dc0;
	border-bottom: 3px solid #337dc0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}



/*==================================================================

	テーブル

==================================================================*/
#contents .inner table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0px;
}
#contents .inner table th {
	width:25%;
	padding:12px 20px;
	background-color: #eee;
	vertical-align: top;
	border: solid 1px #ccc;
}
#contents .inner table td {
	width:75%;
	padding:12px 20px;
	background-color: #ffffff;
	border: solid 1px #ccc;
}



/*==================================================================

	ボタン

==================================================================*/
/*ボタン共通*/
.btn01 , .btn02, .btn03 {
	position:relative;
}
.arrow{
	position: relative;
	display: inline-block;
	vertical-align: middle;
}
.arrow::before,.arrow::after{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	content: "";
}

/*水色のボタン*/
.btn01 a{
	display:inline-block;
	position:relative;
	padding:14px 147px;
	line-height:1;
	border:1px solid #40bff0;
	background-color:#fff;
	text-align:center;
	color:#40bff0;
	font-size: 20px;
	border-radius: 3px;
	transition:ease-in-out 0.1s ;
}
.btn01 a:hover{
	color:#fff;
	background-color:#40bff0;
}
.arrow-1::after{
	right: 12px;
	width: 8px;
	height: 8px;
	border-top: 3px solid #40bff0;
	border-right: 3px solid #40bff0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.arrow-1:hover::after{
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
}


/*オレンジ色のボタン*/
.btn02 a{
	display:inline-block;
	position:relative;
	padding:14px 100px;
	line-height:1;
	border:1px solid #f5a747;
	background-color:#f5a747;
	text-align:center;
	color:#fff;
	font-size: 20px;
	border-radius: 3px;
	transition:ease-in-out 0.1s ;
}
.btn02 a:hover{
	color:#f5a747;
	background-color:#fff;
}
.arrow-2::after{
	right: 12px;
	width: 8px;
	height: 8px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.arrow-2:hover::after{
	border-top: 3px solid #f5a747;
	border-right: 3px solid #f5a747;
}

/*青色のボタン*/
.btn03 a{
	display:inline-block;
	position:relative;
	padding:14px 100px;
	line-height:1;
	border:1px solid #347DC1;
	background-color:#347DC1;
	text-align:center;
	color:#fff;
	font-size: 20px;
	border-radius: 3px;
	transition:ease-in-out 0.1s ;
}
.btn03 a:hover{
	color:#347DC1;
	background-color:#fff;
}
.arrow-3::after{
	right: 12px;
	width: 8px;
	height: 8px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.arrow-3:hover::after{
	border-top: 3px solid #347DC1;
	border-right: 3px solid #347DC1;
}



/*==================================================================

	text

==================================================================*/
.text {
	position:relative;
	margin-bottom:40px;
}
.text p {
	margin-bottom:1em;
}
.text:last-child{
	margin-bottom:0;
}



/*==================================================================

	$ index.html

==================================================================*/
/* ご挨拶とボタン */
.top_info h2 {
	padding-top: 20px;
	text-align: center;
}
.top_info .btn01 {
	margin-top: 26px;
	margin-bottom: 40px;
	text-align: center;
}

/* バナー５つ */
.top_banner_1 , .top_banner_2 {
	width: 1125px;
	margin: 0 auto 30px;
}
.top_banner_1 li {
	float: left;
	margin-right: 22px;
}
.top_banner_2 li {
	float: left;
	margin-right: 18px;
}
.top_banner_1 li:last-child , .top_banner_2 li:last-child, .top_banner_1 li:nth-child(3) {
	margin: 0;
}
/* ヒガシウチ追加分（2021.3.2） */
ul.top_banner_1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
ul.top_banner_1 li:last-child {
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}
/* ココマデ東内 */


/* お知らせ */
.top_news {
	margin-top: 0px;
	background: #f8f9fa;
	margin-bottom: 70px;
}
.top_news h3 {
	padding-top: 70px;
	text-align: center;
}
.top_news ul {
	width: 900px;
	margin: 10px auto 0;
}
.top_news li {
	padding: 8px 0;
	border-bottom: 1px dashed #ccc;
}
.top_news dl {
	display: inline;
	margin-left: 15px;
}
.top_news dt {
	display: inline-block;
	width: 100px !important;
	padding: 1px 0;
	background: #059fdd;
	text-align: center;
	font-size: 12px;
	color: #FFF;
}
.top_news dd {
	display: inline;
	margin-left: 15px;
}
.top_news .btn01 {
	margin-top: 30px;
	padding-bottom: 80px;
	text-align: center;
}

/* お問い合わせ */
.top_contact {
	text-align: center;
}
.top_contact h3 {
	margin-top: 70px;
}
.top_contact p {
	margin-top: 20px;
}
.top_contact .btn02 {
	margin-top: 20px;
}


/*** 製品ラインナップ ***/
/* カテゴリのリスト */
.product_cat ul {
    display:table;
    table-layout:fixed;
    padding-bottom: 40px;
}
.product_cat ul li {
    display:table-cell;
    vertical-align:middle;
    text-align:center;
	padding-right: 10px;
}
.product_cat ul li:first-child {
    border:none;
}
.product_cat ul li a {
    display:block;
    text-decoration:none;
}

/* 商品のリスト */
ul.product_list:after {
	content: "";
	clear: both;
	display: block;
}
	ul.product_list li {
	display: block;
	float: left;
	list-style-type: none;
	text-align: center;
	margin-bottom: 10px;
}

/* WordPress用 */
.alignright{
  float: right;
  margin: 0 0 20px 20px;
}
.aligncenter{
  clear: both;
  display: block;
  margin: 0 auto 20px auto;
}
.alignleft{
  float: left;
  margin: 0 20px 20px 0;
}

/****** 東内追加ぶん ******/

#contents .inner .product_list li::after {
	transform: none;
		-webkit-transform: none;
	border-right: none;
	border-bottom: none;
}
.product_list li div:first-child {
	position: relative;
    padding: 0.5em 0.7em;
    margin: 1em 0em 1em 0em;
    background: #c5e3ff;
    color: #2666a5;
    font-weight: bold;
	border-radius: 8px 8px 8px 8px;
		-webkit-border-radius: 8px 8px 8px 8px;
}
.product_list li div:first-child:after {
	position: absolute;
    content: '';
    top: 100%;
    left: 30px;
    border: 15px solid transparent;
    border-top: 15px solid #c5e3ff;
    width: 0;
    height: 0;
}
.product_new {
	color: #cf0000;
}
.product_list li div:nth-child(2) {
	overflow: hidden;
	box-shadow: 0px 1px 2px 0 #aaa;
		-webkit-box-shadow: 0px 1px 2px 0 #aaa;
	border-radius: 8px 8px 0 0;
		-webkit-border-radius: 8px 8px 0 0;
}
.product_list li div:nth-child(2) img {
	border-radius: 8px 8px 0 0;
		-webkit-border-radius: 8px 8px 0 0;
	display: block;
	transition-duration: 0.3s;
}
.product_list li div:nth-child(2) img:hover {
	transform: scale(1.1);
	transition-duration: 0.5s;
	opacity: 1;
}
.product_list li div:nth-child(3) {
	border-radius: 0px 0px 8px 8px;
		-webkit-border-radius: 0px 0px 8px 8px;
	box-shadow: 0px 1px 2px 0 #aaa;
		-webkit-box-shadow: 0px 1px 2px 0 #aaa;
	background-color: #d3cdc6;
	font-size: 14px;
	padding-top: 4px;
}


/********** シュミレーションページ ******************/

input[name="tab_btn"]{display:none;}

.tab_wrap{
	width: auto;
}

.tab_area{
	font-size:0;
	margin:5 0px;
/*	text-align: center;*/
}
.tab_area label{display:inline-block; color:#999; background:#ddd; text-align:center; font-size:13px; cursor:pointer; transition:ease 0.2s opacity;}
.tab_area label:hover{opacity:0.5;}
.panel_area{background:#fff;}

.tab_panel{width:100%; padding:10px 0; display:none;}
.tab_panel p{font-size:14px; letter-spacing:1px; text-align:center;}

#tab1:checked ~ .tab_area .tab1_label{background:#fff; color:#000;}
#tab1:checked ~ .panel_area #panel1{display:block;}
#tab2:checked ~ .tab_area .tab2_label{background:#fff; color:#000;}
#tab2:checked ~ .panel_area #panel2{display:block;}
#tab3:checked ~ .tab_area .tab3_label{background:#fff; color:#000;}
#tab3:checked ~ .panel_area #panel3{display:block;}
#tab4:checked ~ .tab_area .tab4_label{background:#fff; color:#000;}
#tab4:checked ~ .panel_area #panel4{display:block;}

img[name="white"]{ z-index: 1; }
img[name="base"]{ z-index: 2; }
img[name="side"]{ z-index: 2; }
img[name="neck"]{ z-index: 2; }

/******* カラーパレット *********/
.grid_color {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: 1fr 1fr 1fr;
/*  float: left; */
}

.simulate_area, .tab_wrap {
  float: left;
}

/*
.simulate_img{
	text-align: center;
}*/

.simulate_img{
	position: static;
}

.simulate_img > img{
	position: relative;
    left: 50%;
    margin-left: -30%;
}

.select_area{
	margin-bottom: 10px;
}

.select_area::after {
	display: block;
	clear: both;
	content: "";
}

.simu_info .btn01{
	text-align: center;
}
.simu_info p{
	margin-bottom: 5px;
}

.grid_color label, .color {
	 cursor:pointer;
}

.elm_btm {
	 cursor:pointer;
	text-align: center;
}

input[data-select="item"]{display:none;}

.select_elm{
	border: 0.3rem double yellow;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

/******* 印刷 *********/
.print_info{
	display: none;
}


/********** 東内追加ぶん **********/
.grid_color .color {
	padding: 3px 2px 3px 6px;
	box-sizing: border-box;
	border-radius: 5px;
		-webkit-border-radius: 5px;
}
.grid_color .color input {
	margin-right: 3px;
}
.tab_area label {
	padding: 0.5em 0.7em 0.5em 3.2em;
	text-decoration: none;
	background: #a5a5a5;
	color: #FFF;
	border-radius: 4px;
	box-shadow: 0px 0px 0px 5px #a5a5a5;
	border: dashed 1px #FFF;
	box-sizing: border-box;
	margin: 6px 8px 6px 5px;
}
#contents .inner li.cat-item::after {
	display: block;
	content: '';
	position: absolute;
	top: .3em;
	left: -3px;
	width: 8px;
	height: 14px;
	border-right: 2px solid #337dc0;
 	border-bottom: none;
 	-webkit-transform: rotate(0deg);
 	transform: rotate(0deg);
}
.print-btn {
	display: inline-block;
	position: relative;
	padding: 8px 20px;
	line-height: 1;
	border: 1px solid #347DC1;
	background-color: #347DC1;
	text-align: center;
	color: #fff;
	font-size: 14px;
	border-radius: 3px;
	transition: ease-in-out 0.2s;
}
.print-btn:hover {
	background-color: #ffffff;
	text-align: center;
	color: #347DC1;
	font-size: 14px;
	border-radius: 3px;
	transition: ease-in-out 0.2s;
}

#tab1:checked ~ .tab_area .tab1_label, .tab_area label:first-child {
	background-image:url(images/om_base.png);
	background-repeat: no-repeat;
	background-position: center left;
}
#tab2:checked ~ .tab_area .tab2_label, .tab_area label:nth-child(2) {
	background-image:url(images/om_side.png);
	background-repeat: no-repeat;
	background-position: center left;
}
#tab3:checked ~ .tab_area .tab3_label, .tab_area label:nth-child(3) {
	background-image:url(images/om_neck.png);
	background-repeat: no-repeat;
	background-position: center left;
}
#tab4:checked ~ .tab_area .tab4_label, .tab_area label:nth-child(4) {
	background-image:url(images/om_bottom.png);
	background-repeat: no-repeat;
	background-position: center left;
}

/**** お知らせ一覧 ******/
.news_list{
    margin-top: 0px;
    background-color: transparent;
}

#contents .inner .news_list li::after{
	content: none;
}

