@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Roboto:400,700');

html {scroll-behavior: smooth;}
body {
  margin: 0 auto;
  padding: 0;
  font-size: 14px;
  line-height: 1.8em;
  font-family: 'Roboto',"游ゴシック Medium", "Yu Gothic Medium","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
  font-weight: 500;
  -webkit-text-size-adjust: 100%;
}

@media only screen and ( min-width : 769px ) {
  body {font-size: 16px;}
}
/* ----------------------------------------------

 * レスポンシブ非表示

---------------------------------------------- */
@media only screen and ( max-width : 768px ) {
.o769{display: none;}
}
@media only screen and ( min-width : 769px ) {
.u768 {display: none;}
}
/* ----------------------------------------------

 * img/アンカー

---------------------------------------------- */
img {
  max-width: 100%;
  height: auto;
}
a {
  font-size: 100%;
  color: #477684;
  text-decoration: none;
}
a:hover, a:active {
  filter: alpha(opacity=80);
  -moz-opacity:0.80;
  opacity:0.80;
}

/*
a,a:hover,a:hover img {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}
}*/

/**{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;*behavior:url(/scripts/boxsizing.htc)}.container{margin:0 auto}.clr:after,.col:after,.container:after,.group:after,.row:after{content:"";display:table;clear:both}.row{padding-bottom:0}.col{display:block;float:left;width:100%}@media (min-width:769px),print{.gutters .col{margin-left:2%}.gutters .col:first-child{margin-left:0}.gutters .colR:first-child{margin-right:0}.sp{display:none}}@media(max-width:768px){.sp_none{display:none !important;}}*/

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

　   HEADER

--------------------------------------------------------------------------------------------- */
#header {
  box-shadow: 0px 3px 15px rgba(0,0,0,0.2);
  z-index: 99;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
	background-image: linear-gradient(-20deg, #e9defa 0%, #fbfcdb 100%);
  /*background: #ece1dd;*/
}
#header .container{
  width: 98%;
  margin: 0 auto;
}
h1{
	color: #666;
	font-size: 11px;
	font-weight: normal;
	line-height: 1.5;
}
#gNav a:hover {
  color: #477684;
}
nav li a {
  font-size: 14px;
  /*letter-spacing: 0.01em;*/
}
nav .sub-menu,.mean-container .mean-nav ul ul {
  background: #eef7f9;/*プルダウンメニュー背景*/
  /*background-image: linear-gradient(to top, #e8d8d2 0%, #b8d7e1 100%);*/
	box-shadow: 0px 3px 5px rgba(0,0,0,0.2);
}
@media only screen and ( max-width : 768px ) {
  #header {
    padding: 5px 0;
    height: 60px;
  }
	h1{
		display: none;
}
  .h_logo {
    width: 160px;
    position: absolute;
    left: 10px;
    z-index: 100;
  }
  #gNav .nav {
    overflow-y: auto;
    height: 100vh;
  }
  .mean-nav .container {
    padding: 0;
  }
  nav li .fa {
    display: none;
  }
}

@media print, screen and ( min-width : 769px ) {
  #header {
    height: 100px;
  }
  .h_logo img {
    width: 250px;
  }
  #h_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #gNav ul {
    position: relative;
    display: flex;
  }
  #gNav li {
    position: relative;
    margin-right: 1.2em;
  }
  #gNav li:last-child {
    margin-right: 0;
  }
  #gNav li i {
    font-size: 13px;
    margin-left: 3px;
  }
  #gNav li a {
    position: relative;
    display: block;
    text-align: center;
    /*line-height: 60px;*/
		color: #454545;
  }
  #gNav .sub-menu {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    display: block;
    position: absolute;
    top: 50px;
    left: 50%;
    margin-left: -100px;
    width: 200px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
  }
  #gNav .sub-menu a {
    padding: 10px 0;
    display: block;
    border-bottom: none;
    line-height: 1.2em;
  }
  #gNav .sub-menu a:hover:after {
    content: none;
  }
  #gNav .sub-menu li {
    display: block;
    font-size: 16px;
    padding: 0;
    margin: 0;
  }
  #gNav .sub-menu li:last-child {
    border-bottom: none;
  }
  #gNav ul > li:hover {
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  #gNav ul > li:hover a,#gNav .current-menu-item a,#gNav .current-menu-parent a {
    color: #bfd0ff;
  }
  #gNav li:hover ul.sub-menu {
    top: 30px;/*プルダウンメニューの縦位置*/
    visibility: visible;
    opacity: 1;
    z-index: 9999;
  }
  #gNav li ul li:after {
    content: none;
  }
 #gNav li:hover ul.sub-menu a {
    color: #477684;/*プルダウンメニュー文字*/
  }
  #gNav .sub-menu li a:hover {
    background: #fff;
  }
  #gNav .contact_btn a:hover {
    color: #fff;
  }
}
/* ---------------------------------------------------------------------------------------------

　   MAIN

--------------------------------------------------------------------------------------------- */
/* main,section
--------------------------------*/
main {
  width: 100%;
  background: #fff;
  overflow: hidden;
}
#main p {
  word-break: break-all;
}
section {
  width: 100%;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  main {padding-top: 60px;}
  section .inner {padding: 50px 0;}	
}
@media only screen and (min-width: 769px) {
  main {padding-top: 100px;}
  section .inner {padding: 100px 0;}	
}
/* box
--------------------------------*/
@media only screen and (max-width: 768px) {
	.boxS, .boxM, .boxL, .box0 {
    width: 98%;
  }
  .boxS {
    margin: 15px auto 0 auto;
  }
  .boxM {
    margin: 25px auto 0 auto;
  }
  .boxL {
    margin: 50px auto 0 auto;
  }
	  .box0 {
  margin: 0 auto;
  }
}
@media only screen and (min-width: 769px) {
	.boxS, .boxM, .boxL, .box0 {
    width: 98%;
  }	
  .boxS {
  margin: 25px auto 0 auto;
}
.boxM {
  margin: 50px auto 0 auto;
}
.boxL {
  margin: 100px auto 0 auto;
}
	.box0 {
  margin: 0 auto;
}
}
@media only screen and (min-width: 1200px) {
	.boxS, .boxM, .boxL, .box0 {
    width: 1200px;
  }
}
/* ---------------------------------------------------------------------------------------------

　   FOOTER

--------------------------------------------------------------------------------------------- */
#footer {
  background-image: linear-gradient(-20deg, #e9defa 0%, #fbfcdb 100%);
	padding: 25px 0;
  font-size: 14px;
	text-align: center;
}
@media only screen and ( max-width : 768px ) {
  .f_logo img {width: 120px;}
}
@media print, screen and ( min-width : 769px ) {
  .f_logo img {width: 180px;}
}
/* page-top
--------------------------------*/
#page-top {
  position: fixed;
}
@media only screen and (max-width: 768px) {
  #page-top {
		width: 10%;
  	bottom: 15px;
		right: 15px;
	}
}
@media only screen and (min-width: 769px) {
  #page-top {
    
  bottom: 20px;
  right: 20px;
  }
}
/* ---------------------------------------------------------------------------------------------

　   CENERAL

--------------------------------------------------------------------------------------------- */
/* h
--------------------------------*/
@media only screen and (max-width: 1199px) {
h3{font-size: 1.3rem;}
}
@media only screen and (min-width: 1200px) {
h3{font-size: 2rem;}
}
h4{
	padding: 0 5px;
	border-bottom: 1px solid #000;
	display: inline-block;
}
/* link-adjust
--------------------------------*/
.link-adjust{
	margin-top:-60px;
	padding-top:60px;
}
@media print, screen and ( min-width : 769px ) {
.link-adjust{
	margin-top:-110px;/*シャドーを考慮しヘッダー+10px*/
	padding-top:110px;/*シャドーを考慮しヘッダー+10px*/
}
}
/* mainimg
--------------------------------*/
.mainimg img{width: 100%;}
/* button
--------------------------------*/
.btn {
  display: block;
  background: #333;/*618bbe*/
  color: #fff;
  padding: 0.8em 1em;
  text-align: center;
  margin: 0 auto;
  border-radius: 100px;
}
.btn:after {
  content: "\f105";
  font-family: "FontAwesome";
  margin-left: 10px;
}
@media only screen and ( max-width : 768px ) {
  .btn {width: 60%;}
}
@media print, screen and ( min-width : 769px ) {
  .btn {width: 300px;}
}
/* fontsize
--------------------------------*/
.fs-03 {
  font-size: 0.3em;
}
.fs-05 {
  font-size: 0.5em;
}
.fs-06 {
  font-size: 0.6em;
}
.fs-07 {
  font-size: 0.7em;
}
.fs-08 {
  font-size: 0.8em;
}
.fs-09 {
  font-size: 0.9em;
}
.fs-11 {
  font-size: 1.1em;
}
.fs-12 {
  font-size: 1.2em;
}
.fs-13 {
  font-size: 1.3em;
}
.fs-14 {
  font-size: 1.4em;
}
.fs-15 {
  font-size: 1.5em;
}
.fs18 {
  font-size: 1.8em;
}
.fs20 {
  font-size: 2em;
}
.fs-25 {
  font-size: 2.5em;
}
.fs-30 {
  font-size: 3em;
}
.fs-35 {
  font-size: 3.5em;
}
.fs-40 {
  font-size: 4em;
}
.fs-50 {
  font-size: 5em;
}
.fs-60 {
  font-size: 6em;
}
.fs-70 {
  font-size: 7em;
}
.fs-80 {
  font-size: 8em;
}
/* color
--------------------------------*/
.red{color:#e20045;}
.color-black {
  color: #000;
}
.bgc-basered {
  background-color: #d62c33;
}
.bgc-black {
  background-color: #000;
}
.bgc-content {
  background-color: #f3ece9;
}
/* others
--------------------------------*/
.lh-1 {
  line-height: 1;
}
.lh-15 {
  line-height: 1.5;
}
.lh-2 {
  line-height: 2;
}
.taC {
  text-align: center !important;
}
.taR {
  text-align: right !important;
}
.taL {
  text-align: left !important;
}
.liststyle-disc {
  list-style: disc;
  padding-left: 1.5em;
}

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

　   contents

--------------------------------------------------------------------------------------------- */
/* table
--------------------------------*/ 
table.tableRsp {
 width:100%;
 background:#fff;
}
table.tableRsp th {
 padding: 5px 0;
 font-weight:normal;
 text-align:center;
 border: 1px solid #999; 
 background:#eee;
 vertical-align:middle;
}
table.tableRsp td {
 padding: 10px;
 font-weight:normal;	
 text-align:center;
 border: 1px solid #999; 
 vertical-align:middle;
}

@media only screen and (max-width: 768px){
table.tableRsp {border-top:solid 1px #999; }	
table.tableRsp th {
 width: 100%;
 display: block;
 border-top:0; 
 border-bottom:0;	
}
table.tableRsp td {
 width: 100%;
 display: block;
}
}
@media only screen and (min-width: 769px){
table.tableRsp th {
 width: 25%;
}
table.tableRsp td {
 width: 75%;
	text-align: left;
}
}
/* information
--------------------------------*/
.info article{
 width:100%;
 padding:25px;
 border-bottom: 1px dotted #bdbdbd;
}
.info article .date{
 padding:5px;
 color:#fff;
 font-size:0.9em;
 background:#333;
 display:inline;
}
.info article .title{
 margin:10px 0;
 font-size:1.4em;
}
.info article .sentence{
 margin:0 0 15px 0;
}
.info article ul{
 margin:0 0 15px 0;
 padding:0 0 0 0;
}
.info article ul li{
 margin:0 0 15px 0;
}

/* 
.info article:last-child{
 border-bottom:none;
}
*/

/* 
.info .archive{
 width:auto;
 margin:10px 0 0 0;
 float:right;
}
.info .archive a{
 padding:2px 10px;
 color:#fff;
 font-size:0.9em;
 display:block;
 background:#a98f30;
}*/


/* size
--------------------------------*/ 
/*measure*/
.measure section{
 padding:25px 0;
 border-top: 1px solid #ccc;
 display: -webkit-flex;
 display: flex;
flex-wrap: wrap;	
}
.measure section div:nth-child(1) {
 margin:0;
 flex-basis: 100%;
}
.measure section div:nth-child(2) {
	flex-basis: 100%;
	text-align: center;
}
@media only screen and (min-width: 769px){
.measure section div:nth-child(1) {
 flex-basis: 250px;
 margin:0 25px 0 0;
 text-align:center;
}
.measure section div:nth-child(2) {
	text-align: left;
 -webkit-flex: 1;
 flex: 1;
}
}
/*size*/
table.size {
 width:100%;
 font-size:0.9em;
 background:#fff;
}
table.size thead {
 color:#fff;
 background:#bbb;
}
table.size th {
 font-weight:normal;
 text-align:center;
 border: 1px solid #999; 
 background:#eee;
 vertical-align:middle;
}
table.size th.bc-9 {
 color:#fff;
 background:#bbb;
}
table.size td {
 text-align:center;
 border: 1px solid #999; 
 vertical-align:middle;
}
/* contact
--------------------------------*/ 
.tel {
 font-size:1.8em;
 font-weight:bold;
 text-align:center;
 line-height:1;
}
/* item
--------------------------------*/ 
/*category*/
.cate div{
	width: 100%;
	text-align: center;
}
.cate div p{
	margin-top: 10px;
}
@media only screen and (max-width: 768px){
.cate div p{font-size: 1.1rem;}	
.cate div:nth-child(n+2){margin-top: 25px;}
}
@media only screen and (min-width: 769px){
.cate {
	display: flex;
 justify-content:space-between;
 align-items:flex-start;
 flex-wrap: wrap;
}
.cate div{
 width:49%;
}
.cate div p{
	font-size: 1.2rem;
}
.cate div:nth-child(n+3){
margin-top:25px;
}		
}
/*item*/
.item p, .item img{
	margin-top: 25px;
}
.color p{margin-top: 25px;}

.color {
	width: 100%;
	background: #fff;
 display: flex;
 align-items:flex-start;
 flex-wrap: wrap;
}
@media only screen and (max-width: 768px){
.color {
 justify-content:space-around;
}
}
@media only screen and (min-width: 769px){

.color div{
	width: 50%;
}
	.color {
		justify-content:space-between;}
}

.price {
	display: flex;
 justify-content:space-around;
 align-items:flex-start;
 flex-wrap: wrap;
}
.price div{
	width: 32%;
}
.price p{
	margin-top: 10px;
}
/* ---------------------------------------------------------------------------------------------

　   form

--------------------------------------------------------------------------------------------- */
/* form
--------------------------------*/ 
input[type="text"],input[type="number"],input[type="tel"],textarea,select{
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
	padding: 0.2em;
}/*枠線を横幅に含める=はみ出し防止*/
input[type="text"],input[type="number"],input[type="tel"],input[type="submit"],input[type="reset"],textarea,select{font-size: 15px;}	

@media only screen and (max-width: 768px){
input[type="text"],input[type="number"],input[type="tel"],input[type="submit"],input[type="reset"],textarea,select{font-size: 15px;}
.fwS{width:20%;}
.fwM{width:100%;}	
.fwL{width:100%;}
}
@media only screen and (min-width: 769px){
.fwS{width:10%;}
.fwM{width:50%;}	
.fwL{width:100%;}
}
.msg { color:#e20045; }/* !!!メールフォームCGIに埋め込まれているclassっぽい!!!クラス名変更不可 */

/* orderform
--------------------------------*/ 
table.orderform-size{
	width: 100%;
	background: #fff;
}
table.orderform-size th {
 padding: 5px 0;
 font-weight:normal;
 text-align:center;
 border: 1px solid #999; 
 background:#eee;
 vertical-align:middle;
}
table.orderform-size td {
 padding: 10px;
 font-weight:normal;	
 text-align:center;
 border: 1px solid #999; 
 vertical-align:middle;	
}

@media only screen and (max-width: 768px){
table.orderform-size {border-top:solid 1px #999; }
table.orderform-size th {
 width: 100%;
 display: block;
 border-top:0; 
 border-bottom:0;	
}
table.orderform-size td {
 width: 100%;
 display: block;
}
.fwSize{width:20%;}	
}
	
@media only screen and (min-width: 769px){
table.orderform-size th {
 width:11%;
 border-right: 1px solid #999; 
 border-bottom: 1px solid #999;
}
table.orderform-size td {
 width:14%;
	text-align: left;
 border-right: 1px solid #999;  
 border-bottom: 1px solid #999; 
}
.fwSize{width:50%;}	
}





/*li{line-height:1.6;}*/
