@charset "utf-8";


/* CSS Document */

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

	Date: 2017-04-28
	update: 2017-00-00
	CSS Document: PRONET(プロネット) STYLE D'ART / 友安製作所

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


/* ==========================================================================
PC・SP共通部分
========================================================================== */

body, div, nav, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, footer, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

html {
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;
  color: #333333;
  font-size: 100%; 
  // 600px以降から、100pxごとに1px大きくなる
  @media (min-width: 600px) {
    font-size: calc(81.25% + 4 * (100vw - 600px) / 400)
  }
    // 1,000px以上は、14pxに
  @media (min-width: 1000px) {
    font-size: calc(81.25%)
  }
}

a {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

p {
	line-height: 1.8;
	text-justify: inter-ideograph;
	-ms-text-justify: inter-ideograph;
}

dl {
	line-height: 1.6;
}

caption, th, td {
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}

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

.cf:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.cf {
	min-height: 1px;
}

.clear:before, .clear:after {
    content: '';
    display: table;
}
.clear:after {
    clear: both;
}
.clear {
    clear: both;
}

.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

.br {
	display: block;
}

* html .cf {
	height: 1px;/*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

h1 {
	font-size: 11px;
	font-weight: normal;
	color: #453c36;
}

h4, .footer_logo {
	text-align: center;
	margin: 0;
	padding: 0;
	font-weight: bold;
}

.txt {
	font-weight: normal;
	font-size: 12px;
	color: #453c36;
}

a {
	color: #473f37;
	text-decoration: none;
}

a:hover,
a:active {
	color: #c9a79e;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	transition: .8s ;
}

a,
a img:hover {
    filter: alpha(opacity=100);
	opacity: 1;
	transition: .8s ;
}

a img:hover {
    filter: alpha(opacity=70);
	opacity: 0.70;
	transition: .8s ;
}

.btn {
	display: block;
	padding: 3%;
	text-align: center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
}

/*  ボックス  */    
.box_basic {
 width: 100%;
 background: #fff;
 border: solid 1px #ccc;
 border-radius: 3px;
 -webkit-transition: 0.3s;
 -o-transition: 0.3s;
 transition: 0.3s;
 margin-top:3%;
}

/* video
---------------------------------------------------------------------------*/
.video {
 position: relative;
 width: 100%;
 padding-top: 56.25%;
}
.video iframe {
 position: absolute;
 top: 0;
 right: 0;
 width: 100%;
 height: 100%;
}
/* ul style
---------------------------------------------------------------------------*/
ul.base {
 list-style-type: disc;
 margin-left: 1.5625em;
}
ul.base li {
 margin-bottom: 0.625em;
}
ul.liststyle_dotb {
 padding: 0;
}
ul.liststyle_dotb li a {
 display: table;
 margin-left: auto;
 margin-right: auto;
 width: 100%;
 list-style-type: none;
 line-height: 3.0em;
 border-bottom: 1px dotted #ccc;
 list-style-position: inside;
 padding-left: 5px;
 color: #161616;
}
ul.liststyle_dotb li:hover {
 background: #fff;
}

/* background
---------------------------------------------------------------------------*/
.bg_wall4 {
 background: url(https://www.a-yuka.live/img/background/wall4.png);
}
.bg_white_wall {
 background: url(https://www.a-yuka.live/img/background/white_wall.png);
}
.bg_brick_wall {
 background: url(https://www.a-yuka.live/img/background/brickwall.png);
}
.bg_wood {
 background: url(https://www.a-yuka.live/img/background/wood_pattern.png);
}
.bg_pattern_stripe {
  background: repeating-linear-gradient(90deg, #f4ebe9, #f4ebe9 30px, #f6f1f0 0, #f6f1f0 60px);
}
.bg_toka {
background-color: rgba(255,255,255,0.8);
}

.bg_base { background: rgba(247,246,243,0.8);}
.bg_base2 { background: #eeece5;}
.bg_green { background: #e4e8e1;}
.bg_pink { background: #e1dbdf;}
.bg_white { background: #fff;}


/* border
---------------------------------------------------------------------------*/
.border_all {
 border: solid 1px #e5e5e5;
}
.border_tdod {
 border-top: dotted 1px #e5e5e5;
}
.border_bdod {
 border-bottom: dotted 1px #e5e5e5;
 padding-bottom: 1%;
}

/* table
---------------------------------------------------------------------------*/
table.table_nomal {
 border-collapse: collapse;
 width: 100%;
}
table.table_nomal th, table.table_nomal td {
 padding: 10px;
 border: 1px solid #999;
}
table.table_nomal th {
 background-color: #eee;
 text-align: center;
 width: 30%;
}

/* dl
---------------------------------------------------------------------------*/
dl.dl_border dt {
 margin-top: 1em;
 padding: 0 1em;
 background-color: #eee;
 border: solid 1px #999;
}
dl.dl_border dd {
 padding: 0 1em;
 margin-left: 0;
 border-width: 0 1px 1px;
 border-style: none solid solid;
 border-color: #999;
}

dl.dl_faq{
     line-height:140%;
     overflow: hidden;
     _zoom: 1;
}

dl.dl_faq dd,
dl.dl_faq dt{
     text-indent: -2.6em;   
     padding: 0 1.25em 0px 3.125em;
}

dl.dl_faq dt{
     font-size: 125%;
     margin:1.25em 1.25em 0 0;
}

dl.dl_faq dd:first-letter,
dl.dl_faq dt:first-letter{
     font-weight: bold;
     margin-right:10px;
     padding:5px;
     font-family: 'Nunito', sans-serif;
}


dl.dl_faq dd{
    font-size: 100%;
     margin: 1.25em 0 -1px .35em;
     padding-bottom:15px;
     border-bottom: 1px #000 dotted;
}


dl.dl_faq dt:first-letter{
     font-size: 150%;
     color: #000;
}
dl.dl_faq dd:first-letter{
     font-size: 150%;
     color: #ccc;
}

/* font style
---------------------------------------------------------------------------*/
.bold { font-weight: bold; }
.oline { text-decoration: line-through; }
.uline { text-decoration: underline; }
.txtleft { text-align: left; }
.txtright { text-align: right; }
.txtcenter { text-align: center; }
.txtmin { font-size: 11px; }
.txt24 { font-size: 200%; }
.txt18 { font-size: 150%; }
.txt16 { font-size: 131.25%; }
.txt14 { font-size: 100.75%; }
.txt13{ font-size: 81.25%; }
.txt12{ font-size: 75%; }
.txt11 { font-size: 62%; }
.darkgray { color: #666; }
.darkred { color: #8E181A; }

/* font color
---------------------------------------------------------------------------*/
.red   {color:#ff0000;}
.red2  {color:#900}
.red3  {color:#fa8072}
.blue  {color:#00bfff;}
.blue2 {color:#003dff;}
.brown {color:#bc8f8f;}
.rbrown {color: #736d67;}
.black {color:#000;}
.white {color:#fff;}
.price {color:#e73f3f;}

/* line
---------------------------------------------------------------------------*/
.note   {background-image:url(//www.styledart-store.com/img/dotline.png); line-height:25px; padding:0 5px;}
.border_bdod {
 border-bottom: dotted 1px #cccccc;
 padding-bottom: .5em;
 margin-bottom: 1em;
}

/* fontawasome
---------------------------------------------------------------------------*/
.fa {
	display: inline-block;
	font-family: 'Font Awesome 5 Free', 'FontAwesome' !important;
	font-weight: 900;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.fa-shopping-cart:before {
content: "\f07a";
font-weight: 900;
}

.fa-search:before {
content: "\f002";
font-weight: 900;
}
/* margin
---------------------------------------------------------------------------*/
.mt0 { margin-top: 0; }
.mt01 { margin-top: 1%; }
.mt02 { margin-top: 2%; }
.mt-02 { margin-top: -2%; }
.mt03 { margin-top: 3%; }
.mt03 { margin-top: 4%; }
.mt05 { margin-top: 5%; }
.mt06 { margin-top: 6%; }
.mt08 { margin-top: 8%; }
.mt10 { margin-top: 10%; }
.mr01 { margin-right: 1%; }
.mr02 { margin-right: 2%; }
.mr03 { margin-right: 3%; }
.mr03 { margin-right: 4%; }
.mr05 { margin-right: 5%; }
.mr06 { margin-right: 6%; }
.mr08 { margin-right: 8%; }
.mr10 { margin-right: 10%; }
.mb0 { margin-bottom: 0; }
.mb01 { margin-bottom: 1%; }
.mb02 { margin-bottom: 2%; }
.mb03 {	margin-bottom: 3%; }
.mb03 { margin-bottom: 4%; }
.mb05 { margin-bottom: 5%; }
.mb06 { margin-bottom: 6%; }
.mb08 { margin-bottom: 8%; }
.mb10 { margin-bottom: 10%; }
.mb15 { margin-bottom: 15%; }
.ml01 { margin-left: 1%; }
.ml02 { margin-left: 2%; }
.ml03 { margin-left: 3%; }
.ml03 { margin-left: 4%; }
.ml05 { margin-left: 5%; }
.ml06 { margin-left: 6%; }
.ml08 { margin-left: 8%; }
.ml10 { margin-left: 10%; }

/* pagginf
---------------------------------------------------------------------------*/
.pa01 { padding: 1%; }
.pa02 { padding: 2%; }
.pa03 { padding: 3%; }
.pa04 { padding: 4%; }
.pa05 { padding: 5%; }
.pt0 { padding-top: 0; }
.pt01 { padding-top: 1%; }
.pt02 { padding-top: 2%; }
.pt03 { padding-top: 3%; }
.pt03 { padding-top: 4%; }
.pt05 { padding-top: 5%; }
.pt06 { padding-top: 6%; }
.pt08 { padding-top: 8%; }
.pt10 { padding-top: 10%; }
.pr01 { padding-right: 1%; }
.pr02 { padding-right: 2%; }
.pr03 { padding-right: 3%; }
.pr03 { padding-right: 4%; }
.pr05 { padding-right: 5%; }
.pr06 { padding-right: 6%; }
.pr08 { padding-right: 8%; }
.pr10 { padding-right: 10%; }
.pb0 { padding-bottom: 0; }
.pb01 { padding-bottom: 1%; }
.pb02 { padding-bottom: 2%; }
.pb03 { padding-bottom: 3%; }
.pb03 { padding-bottom: 4%; }
.pb05 { padding-bottom: 5%; }
.pb06 { padding-bottom: 6%; }
.pb08 { padding-bottom: 8%; }
.pb10 { padding-bottom: 10%; }
.pb15 { padding-bottom: 15%; }
.pl01 { padding-left: 1%; }
.pl02 { padding-left: 2%; }
.pl03 { padding-left: 3%; }
.pl03 { padding-left: 4%; }
.pl05 { padding-left: 5%; }
.pl06 { padding-left: 6%; }
.pl08 { padding-left: 8%; }
.pl10 { padding-left: 10%; }