﻿@charset "UTF-8";
/*@import url('https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c|Noto+Serif+JP&display=swap&subset=japanese');*/
/*@import url('https://fonts.googleapis.com/css?family=Kosugi+Maru&display=swap&subset=japanese');*/

*, *::before, *::after {
margin:0;
padding:0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}

/* フォント設定 https://stand-4u.com/css/css-fontsize.html */

/*
font-family: 'M PLUS Rounded 1c', sans-serif;
font-family: 'Noto Serif JP', serif;
*/

html, body, blockquote, div,  span,
h1, h2, h3, h4, h5, h6, a, b, i,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
dl, dt, dd, ol, ul, li, p, span, object, iframe, pre,
table, tbody, tfoot, thead, td, th,
article, aside, canvas, details, figcaption, figure, 
header, footer, hgroup, menu, nav, section, summary,
time, mark, audio, video {
margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent; }

/* --HTML-- */
html {
background:#FFFFFF;
color:#333333;
overflow-y:scroll;
background-position:center top;
background-repeat:repeat-y;
background-image:url();
font-size: 62.5%; /* デフォルト16pxを62.5％に縮小する事で10pxに設定 */
}

/* --BODY-- */
body {
font-size: 16px; //最小値
font-size: 1.6em;
font-family:'M PLUS Rounded 1c', Verdana, Roboto, Helvetica, "Meiryo", "メイリオ", "Arial", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif; }
@media (min-width: 769px) { body{ font-size: calc(1.0rem + ((1vw - 0.64rem)*3.571)); } }
@media (min-width: 1000px) { body{ font-size: 1.8rem; } } /* 最大値 */

select, input, textarea { font-family:'M PLUS Rounded 1c', Verdana, Roboto, Helvetica, "Meiryo", "メイリオ", "Arial", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif; }
/** Bump up !IE to get to 13px equivalent */

pre, code { font: 115% monospace; }

 /* for Windows */
 .win body { font-family:'M PLUS Rounded 1c', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック'; }

 /* for Mac firefox2 */
 .mac body.firefox2 { font-size:13px; font-size: 1.3rem; /* 13px は 1.3rem */ }

/* --OTHER TAGS-- */
a { overflow:hidden; }
a img, img { border:0; }

abbr, acronym { border:0; }

caption, th { text-align:left; }

code, kbd, pre, samp, tt { font-family:monospace; line-height:100%; }

 /* for IE7 */
 *+html code, *+html kbd, *+html pre, *+html samp, *+html tt { font-size:108%; }

h1, h2, h3, h4, h5, h6 { font-weight:normal; }

ol, ul { list-style:none; }

blockquote, q { quotes:none; }
blockquote:before, blockquote:after, q:before, q:after { content:''; content:none; }

address, caption, cite, code, dfn, em, th, strong, var { font-style:normal; font-weight:normal; }

/* form */
button, fieldset, form, input, label, legend, select, textarea {
font-family:inherit;
font-size:100%;
font-style:inherit;
font-weight:inherit;
vertical-align:middle;
margin:0;
padding:3px;
vertical-align:baseline;
}

/* for IE6 */
 * html input, * html textarea { font-family: "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

 /* for IE7 */
 *+html input, *+html textarea { font-family: "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

 /* for IE8 */
 .msie8 select { font-family: sans-serif; }

 /* for Chrome1 */
 .chrome1 select { font-family:'Lucida Grande', Arial, Helvetica; }

/* tables still need 'cellspacing="0"' */

iframe { vertical-align: bottom; }

table { border-collapse:collapse; border-spacing:0; }

hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

.clear { clear: both; }

.clearfix:after{
    content: "."; 
    display: block; 
    height: 0; 
    font-size:0;	
    clear: both; 
	visibility:hidden;
}
.clearfix{
	display: inline-block;
} 
/* Hides from IE Mac */
* html .clearfix{
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}
.clearfix{ display:block; }
/* End Hack */ 

/* FireFox table自動改行をさせるcss */
/* http://bouyke.com/archives/105 */
.table_br {
white-space: pre;/* CSS 2.0 */
white-space: pre-wrap;/* CSS 2.1 */
white-space: pre-line;/* CSS 3.0 */
white-space: -pre-wrap;/* Opera 4-6 */
white-space: -o-pre-wrap;/* Opera 7 */
white-space: -moz-pre-wrap; /* Mozilla */
white-space: -hp-pre-wrap;/* HP Printers */
word-wrap: break-word;/* IE 5+ */
}

a:link {color: #444; /*	text-decoration:underline;*/ text-decoration:none; }
a:visited {color: #444; /*	text-decoration:underline;*/ }
a:hover { background-color:;color: #ff0080;}
a:active { background-color:;color: #66c1af;}

/* a:hover img { opacity: 0.8; filter: alpha(opacity=80); -moz-opacity: 0.8; } */

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


/*部品 -----------------------------------------------------*/

.mb10 { margin-bottom:10px!important;}
.mb15 { margin-bottom:15px!important;}
.mb20 { margin-bottom:20px!important;}
.mb30 { margin-bottom:30px!important;}
.mb40 { margin-bottom:40px!important;}
.mb50 { margin-bottom:50px!important;}
.mb80 { margin-bottom:80px!important;}
.mb100 { margin-bottom:100px!important;}
.mr15 { margin-right:15px!important;}

.tac { text-align:center!important;}
.tar { text-align:right!important;}

.fb{ font-weight:bold!important;}
.red { color:#FF0000!important;}
.white {color:#FFFFFF!important;}
.black {color:#000000!important;}
.gray { background:#F9F9F9!important;}
.center { text-align:center!important;}

.w50 { width: 50%; }
.w33 { width: 33.33%; }
.w25 { width: 25%; }
.w1200 { max-width:1200px; margin: 0 auto; padding: 0 30px;}
.w1000 { max-width:1000px; margin: 0 auto; padding: 0 30px;}

.pc { display: block; }
.sp { display: none; }

@media screen and (max-width:768px){ /*****************************************************/
.pc { display: none; }
.sp { display: block; }
    
.w1200 { max-width:1200px; margin: 0 auto; padding: 0 5px;}
.w1000 { max-width:1000px; margin: 0 auto; padding: 0 5px;}
}

.floatl { float:left; }
.flortr { float:right; }

.tshadow { text-shadow: 1px 1px 3px #000; }  /* テキストシャドウ*/

.boshadow { /* ボックスシャドウ */
	-moz-box-shadow: 1px 1px 5px #CCC;
	-webkit-box-shadow: 1px 1px 5px #CCC;
	box-shadow: 1px 1px 5px #CCC;
}

.bishadow { /* ボックスシャドウ内側 */
	-moz-box-shadow: inset 1px 1px 3px #000;
	-webkit-box-shadow: inset 1px 1px 3px #000;
	box-shadow: inset 1px 1px 3px #000;
}

.tra { /* アニメーション */
	-webkit-transition: 1.5s;
	-moz-transition: 1.5s;
	-o-transition: 1.5s;
	transition: 1.5s;
}

.tp { /* 透明 Transparent */
	filter: alpha(opacity=25);
	-moz-opacity:0.25;
	opacity:0.25;
}

.kadomaru4 {
   -moz-border-radius: 4px;    /* Firefox */
   -webkit-border-radius: 4px; /* Safari,Chrome */
   border-radius: 4px;         /* CSS3 */
}
.kadomaru6 {
   -moz-border-radius: 6px;    /* Firefox */
   -webkit-border-radius: 6px; /* Safari,Chrome */
   border-radius: 6px;         /* CSS3 */
}
.unwavy{ /* Firefoxのみ 波下線 */
-moz-text-decoration-style: wavy;    /* for Firefox */
 -webkit-text-decoration-style: wavy; /* for Chrome,Safari,Opera */
 -ms-text-decoration-style: wavy;     /* for IE */
 text-decoration-style: wavy;  /* CSS3 */
 text-decoration-color:#ed6d01; /*下線色*/
}
.sankaku{
	float:left;
	display:block;
    width: 0;
    height: 0;
    border-top: 3px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 3px solid transparent;
    border-left:  6px solid #FFF;
	margin:3px 0 0 0;
}
input, textarea, select, input, textarea, select { 
    border:solid 1px #999; 
    -webkit-box-shadow: 0px 0px 6px rgba(255,255,255,.7); 
    -moz-box-shadow: 0px 0px 6px rgba(255,255,255,.7); 
    box-shadow: 0px 0px 6px rgba(255,255,255,.7); 
}
input:hover, textarea:hover, select:hover, input:focus, textarea:focus, select:focus { 
    border:solid 1px #999; 
    -webkit-box-shadow: 0px 0px 6px rgba(255,128,64,.7); 
    -moz-box-shadow: 0px 0px 6px rgba(255,128,64,.7); 
    box-shadow: 0px 0px 6px rgba(255,128,64,.7); 
}
#inquiry input[type="text"], #inquiry input[type="number"], #inquiry input[type="email"], #inquiry input[type="tel"] { padding: 0; margin: 0;}
input[type="button"],input[type="submit"]{ padding: 10px 0 9px;}

.ime_off { ime-mode:disabled; }
.ime_on { ime-mode:active; }

/*-----------------------------------------------------------

 |px|%|
 |10|77|
 |11|85|
 |12|93|
 |13|100|
 |14|108|
 |15|116|
 |16|123.1|
 |17|131|
 |18|138.5|
 |19|146.5|
 |20|153.9|
 |21|161.6|
 |22|167|
 |23|174|
 |24|182|
 |25|189|
 |26|197|

http://itami.info/ftp/cssinit/ 

 | 8|62|
 | 9|68|
 |10|74|
 |11|83.3|
 |12|93|
 |13|100|
 |14|105|
 |15|115|
 |16|123|
 |17|136|
 |18|145|
 |19|154|
 |20|160|

 ex) 12px
 element {
 	font-size: 93%;
 }
 http://scene-live.com/page.php?page=12
 ------------------------------------------------------------*/