@charset "UTF-8";
/* CSS Document */

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

CSS Reset
base

Common

		header
		side
		footer
		main area---
			1.home 			トップページ
			2.concept		大嶋畳商店のこだわり
			3.products		商品一覧
			4.works			施工事例
			5.note 			畳の豆知識 
			6.faq			よくある質問
			7.shop			店舗紹介
			8.contact		お問い合わせ
			9.blog			ブログ

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


/*  CSS Reset   
------------------------------------------------------------------------------ */
@charset "UTF-8";

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, igcaption, figure, footer, header, 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;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
sub,sup{
font-size:0.5em;
}
body { line-height: 1;
min-height: 100%;
height: auto !important;
height: 100%;
position: relative;
}
html { font-size: 62.5%; /* sets the base font to 10px for easier math */ }
*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
html, body {
  height: 100%;
  margin: 0;
}
article, aside, details, figcaption, figure,footer, header, 
hgroup, menu, nav, section,canvas, summary { display: block; }

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

input, select { vertical-align: middle; }
icle, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary { display: block; }

hr, input[type="search"]::-webkit-search-decoration, 
input[type="search"]::-webkit-search-cancel-button, 
input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration {
 display: none;
}
blockquote, q { quotes: none; }
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
a {
	outline: none;
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ins { text-decoration: none; }
del { text-decoration: line-through; }
mark {
	font-style: italic;
	font-weight: bold;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

input, select { vertical-align: middle; }

ol, ul, li {
	list-style: none;
	font-style: normal;
}




/*  base
------------------------------------------------------------------------------ */

body {
	font: 16px  "メイリオ", Meiryo, "新ゴ L","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.5rem;  
	color: #666;
	background-color: #ffffff;
	text-align: left;
	word-break: nomal;
	line-height: 1;
}
h1, h2, h3, h4, h5, h6, p, b, u, i, center, dl, dt, dd, ol, ul, li, 
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	font-weight: normal;
	line-height: 1.4;
}
a img { border-style: none; }

a,
a:link,
a:visited {
	color: #328bda; 
	text-decoration: none;
}
a:hover{
	color:#328bda;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}

blockquote.quot{
    position: relative;
    padding: 10px 25px;
    box-sizing: border-box;
    font-style: italic;
    color: #464646;
    border: solid 3px #72ccf4;
}

blockquote.quot:before{
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 35px;
    height: 35px;
    border-radius: 0 0 30px;
    content: "\f10d";
    font-family: FontAwesome;
    background: #72ccf4;
    color: #FFF;
    font-size: 22px;
    line-height: 1;
    font-weight: 900;
}

blockquote.quot p {
    position: relative;
    padding: 0;
    margin: 10px 0;
    z-index: 3;
    line-height: 1.7;
}

blockquote.quot cite {
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em;
}


table {
	border-collapse:collapse;
	border-spacing:0;
	font-size: 100%;
}
td {
	line-height: 2;
	margin: 0px;
	padding: 0px;
}

br  { line-height:1.4; }
p	{ 
	line-height:1.6em; 
}

.clear{
	display: block;
	clear: both;
}

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

i {margin-right: 0.1em;}

.fade {
	-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;
}
.fade:hover {
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity=70);
}

img{	max-width: 100%;
		border-radius: 2px;
		height: auto;
}

@media screen and (max-width: 768px){
    img{
        max-width: 100%;
        height: auto;
    }    
}




/*  Common 
------------------------------------------------------------------------------ */

/* パンくずリスト */

.topicpath{margin-bottom: 1em;}

.topicpath ol li {
  display: inline;
  list-style-type: none;
  font-size:0.9em;
	color:#333;
}

.topicpath ol li a{
	color:#0bd;
}
.topicpath ol li a:hover{
	text-decoration: underline;
	
}
.topicpath ol li:before {
   content: "\f101";
	font-family: FontAwesome;
	margin:0 0.3em;
	color:#aaa;
}
.topicpath ol li:first-child:before {
		margin:0;
  content:"";
}

/* contents
------------------------*/

#contentsBox {
	margin:0;
	padding:0;
	background:#fff;
}
@media all and (min-width:  800px ){
	#contentsBox {
		/*background:#efefef;*/
		}
	}
	.container {
		padding: 0.5em;
	}

@media all and (min-width:  800px ){
	.container {
		clear: both;
		padding:1em ;	
		overflow: hidden;
			background: #fff;
	}
}


@media screen and (min-width: 1024px ){
	.container {
		min-width:780px;
		width:90%;
		margin:0 auto;
		background: #fff;
		padding-bottom: 10vw;
	}
}


#main {
		clear: both;
		padding:10px 0;
}

.al_right{
	text-align: right;
}

header {
	width: 100%;
	background: #fff;
	 z-index:1;

margin:0;
padding:0;
min-height:100%;
height:auto !important;
height:100%;
position:relative;

}

@media screen and (min-width: 1200px) {
		.header_box {
				width:85%;
				margin: 0 auto;
		}
}


.head_info .head_tel {
	font-size: 0.7em;
	text-align: center;  
	z-index:1
}

@media screen and (min-width:1024px){
	.head_info .head_tel a {
		float: right;
		width: 320px;
		height: 80px;
		margin: 5px 5px 10px 0px;
		background-image: url(../images/common/btn_tel.png);
		background-repeat: no-repeat;	
		text-indent: 100%;
		background-size: 100%;
	}
}

@media screen and (min-width:321px) and (max-width:1023px){
	.head_info .head_tel a {
		width: 240px;
		height: 65px;
		background-image: url(../images/common/btn_tel.png);
		background-repeat: no-repeat;	
		text-indent: 100%;
		background-size: 100%;
		position: absolute;
		top: 5px;
		right:60px;
	}
}

@media screen and (min-width:375px) and (max-width:767px){
		.head_info .head_tel a {
			top: 0px;
	}
}
@media screen and (max-width:320px){
	.head_info .head_tel a {
		width: 180px;
		height:50px;
		background-image: url(../images/common/btn_tel.png);
		background-repeat: no-repeat;	
		text-indent: 100%;
		background-size: 100%;
		position: absolute;
		top: 0;
		right:55px;
	}
}
.header_box .logo { z-index:1 }


@media screen and (max-width:767px){
	.header_box .logo {
			background: url(../images/common/logo_g.svg) no-repeat left top ;
			display: block;
			width: 80px;
			height: 60px;
			margin: 5px;
	}
}

@media screen and (min-width:768px){
	.header_box .logo {
		background: url("../images/common/logo.svg") no-repeat left top;				display: block;
		height: 80px;
		margin: 5px;
		float: left;
	}	
}

.header_box .logo span {
	font-family: "正楷書CB1", "Sei Kaisho CB1", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	text-decoration: none;
	font-size:2.5em;
	text-indent:1em;
	margin-left: 20px;
	text-decoration: none;
	display: block;
	color: #2ea237;
	height:100%;
	padding: 0.5em 5px 5px 65px;
}

@media screen and (max-width:767px){
	.header_box .logo span {
		display:none;
	}
}


header:after, 
header .head_info:after, 
nav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}


header:after, 
header .head_info:after, 
nav:after {
		content: ".";
		display: block;
		clear: both;
		visibility: hidden;
		line-height: 0;
		height: 0;
}



/* mddNav（ドロップダウンメニュー全体とナビボタン）
--------------------------------------------------------------------------------------------------- */
	#mddNav {
		clear: both;
		position: relative;
		height: 45px;
		background: #000;
		z-index: 1000;
	}
	#mddNav > ul {
		display: flex; /*グローバルナビゲーションを横並びに*/
		margin: 0 auto;
		width: 90%;
		max-width: 1400px;
		min-height: 3em;
		text-align: center;
	}
	#mddNav > ul > li {
		color: #efefef;
		width: 160px;
		height: 45px;
		box-sizing: border-box;
		padding: 0.8em 0;
	}
	#mddNav > ul > li a {
		  color: #ffffff;
	}
	#mddNav > ul > li a:hover {
		  color: #ffffff;
	}

	#mddNav > ul > li:last-child {
	}
	#mddNav > ul > li > a {
	  display: block;
	  line-height: 1;
	  text-align: center;
	  transition: all 0.2s linear;
		
	}


	#mddNav > ul > li:hover {
	  background: #333;
		text-decoration: none;
	}




	/* mddWrap
	------------------------------------- */
	#mddNav .mddWrap {
	  position: absolute;
	  top: 45px;
	  left: 0;
	  z-index: 1200;
	  overflow: hidden;
	  display: none;
	  width: 100%;
	  height: 150px;/*height: 250px;*/
	  text-align: center;
	  background: #fff;
	  background: linear-gradient(to bottom,  #333 0%,#000 100%);
	  border-bottom: #000 1px solid;
	  box-shadow: 0 2px 2px #222;
	}
	#mddNav .mddWrap .mddInner {
	  margin: 0 auto;
	  padding-top: 20px;
	  width: 1200px;
	  min-height: 140px;/*min-height: 240px;*/
	  line-height: 1.6em;
	  text-align: left;
	}

	#mddNav .mddWrap .mddInner > .dropContent {
	  display: flex;
	}
	#mddNav .mddWrap .mddInner > .dropContent > div {
	  margin-right: 1.5em;
	  width: 20%;
	  float: left;
	}
	#mddNav .mddWrap .mddInner > .dropContent > div:last-child {
	  margin-right: 0;
	  border-right: none;
	}

		#mddNav .mddWrap .mddInner > .dropContent > div span a:before {
			content: "\f0da";/*▲ f0da > f105　＞ f054*/
      font-family: FontAwesome;
	}

	#mddNav .mddWrap .mddInner > .dropContent > div > ul > li {
	  margin-left: 0.2em;
	  font-size: 0.85em;
   }
	#mddNav .mddWrap .mddInner > .dropContent > div > ul > li i {
	  margin-right: 0.2em;
	}
    
 	#mddNav .mddWrap .mddInner > .dropContent > div > ul > li a:before {
				color: #0bd;
        padding-right: 0.3em;
        font-size:0.8em;
        content: "\f054";
        font-family: FontAwesome;
  }
	#mddNav .mddWrap .mddInner > .dropContent > div > ul > li a:link {
	  text-decoration: none; 
	}

    #mddNav .mddWrap .mddInner > div span a:hover ,
    #mddNav .mddWrap .mddInner > .dropContent > div > ul > li a:hover {
	  color: #0bd;
	}
	#mddNav .mddWrap .mddInner p {
	  margin-bottom: 20px;
	  padding-left: 10px;
	  line-height: 1.6em;
	  border-left: #f7df2f 5px solid;
	  color:#fff6da;
	}
#mddNav .mddWrap .mddInner p {
	  color:#efefef;
}
	#mddNav .mddWrap .mddInner p strong {
	  font-size: 1.1em;
	  display: block;
	  color:#fff6da;
	}

    #mddNav .mddWrap .mddInner > div span {
    margin-bottom: 5px;
	  font-weight: bold;
	   color: #ccc;
	}

    #mddNav .mddWrap .mddInner > div span a{
        color: #0bd;
    }
    #mddNav .mddWrap .mddInner > div span a:hover{
        color: #b1dff7;
    }
    #mddNav .mddWrap .mddInner > div span a:before{
        color: #0bd;
        padding-right: 0.35em;
        font-size:0.8em;
        content: "\f105";
				font-family: FontAwesome;
    }
	.fa-chevron-right {
	  color: #0bd;
	}



@media screen and (min-width:799px) and (max-width :1200px) {
	#mddNav .mddWrap .mddInner {
		width:95%;
		}
}

@media screen and (max-width:800px){
	#mddNav{ display: none;}	
}




/*
スマートフォン ドロワーメニュー
----------------------------------------------------------------------------------------*/
@media screen and (max-width:768px){

				.btn {
						display: block;
						position: absolute;
						top: 5px;
						right: 8px;
						cursor: pointer;
						z-index: 3000;
				}
	
					a.btn:before {
									color: #0bd;
									font-size:40px;
									content: "\f0c9";
									font-family: "FontAwesome";	
				}
				a.btn:after {
								color: #0bd;
								font-size:10px;
								text-align: center;
									content: "メニュー";
								display:block;
					}
							
				a.btn.close {
						position: absolute;
						top: 8px;
						right: 8px;	
				}
			a.btn.close:before {
							color: #9ee0ec;
									font-size:36px;
									content: "\f00d";
									font-family: "FontAwesome";	
				}
				a.btn.close:after {
							color: #9ee0ec;
								font-size:12px;
									content: "閉じる";
				}
											
				.drawr {
						display: none;
						background-color: rgba(0, 187, 221, 1);
						position: absolute;
						top: 0px;
						right: 0;
						width: 260px;
						padding: 60px 0 20px 20px;
						z-index: 100;
				}
				#menu,
				#menu li {
						margin: 0;
						padding: 0;
						list-style: none;
					line-height: 1.2em;
				}
				#menu li {
						width: 260px;
				}
				#menu li a {
						color: #fff;
						display: block;
						padding: 5px 0 0 0;
				}
					#menu li ul{
						text-indent:0.5em;
				}
			#menu li ul li a:before{
						content:"\f0da";
						font-family: "FontAwesome";
						padding-right:0.3em;
				}
}

@media screen and (min-width:769px){
				.btn,
				.drawr,
				#menu {
								display: none
				}
}



h1.page_txt {
	clear:both;
	padding: 2px 0.2em 0px;
	font-size: 1.5rem;
	margin-bottom: 10px;
	font-weight: normal;
	color: #666;
}

@media screen and(max-width:767px){
		h1.page_txt {
			clear:both;
			font-size: 1.3rem;
			margin-bottom: 5px;
			font-family:  "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
			font-weight: normal;
			color: #666;
		}
}


/*
  Submenu
 -----------------------------*/
 .submenu {
    display: none;
    background: #444359;
    font-size: 14px;
 }

 .submenu li {
    border-bottom: 1px solid #4b4a5e;
 }

 .submenu a {
    display: block;
    text-decoration: none;
    color: #d9d9d9;
    padding: 12px;
    padding-left: 42px;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
 }

 .submenu a:hover {
    background: #b63b4d;
    color: #FFF;
 }




/* ---------------------------------------------------------------------   main area   */


h2 {
	font-weight: normal;
	font-size:1.25em;
	line-height:1.3em;
	color: #0090aa;
	margin: 0 auto;
	padding: 5px 0;
	border-radius: 2px;
}

@media screen and (max-width: 768px){
    #main h2 {
        font-size: 1.15em;
        margin: 0 0.5em 1em 0.5em;
    }
}



.dl-table {  
	margin:0.5em;
    background: #efefef;
    border: 1px solid #ddd; 
}

.dl-child { 
    margin: 0;
}

dl.dl-table dt, 
dl.dl-table dd {
    margin: 0;
    box-sizing: border-box;
}

dl.dl-table dt {
    padding: .5rem 1rem;
    background: inherit;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid #ececec;
    border-left: 0;
}

dl.dl-table dd {
    padding: 1rem 2rem;
    border-bottom: 1px solid #ececec;
    background: #fff;
}
 
dl.dl-table dd:last-of-type {
    border-bottom: 0;
}


@media screen and (min-width: 768px){

	dl.dl-table{
		width:100%;
		margin:0 auto;
	}


   dl.dl-table dt {
        float: left;
        width: 25%;
        padding: 1rem;
        font-weight: bold;
        border-top: 1px solid #cdcdcd;
        border-bottom: 0;
    }

    dl.dl-table dd {
        margin-left: 25%;
        padding: 1rem 1rem 0;
        border-top: 1px solid #cdcdcd;
        border-bottom: 0;
        border-left: 1px solid #cdcdcd; 
        background: #fff;
    }

    dl.dl-table dt:first-of-type, 
    dl.dl-table dd:first-of-type {
        border-top: 0;
    }

    dl.dl-table dd:after {
        content : '';
        display : table;
        clear : both;
        height: 0;
    }
}



.iframeWrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.iframeWrap iframe {
 position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}



/* アコーディオン 
---------------------------------------------------------- */

 .accordion {
    width: 100%;
    max-width: 360px;
    margin: 30px auto 20px;
    background: #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
 }

.accordion .link {
    cursor: pointer;
    display: block;
    padding: 15px 15px 15px 42px;
    color: #4D4D4D;
    font-size: 14px;
    font-weight: 700;
    border-bottom: 1px solid #CCC;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.accordion li:last-child .link {
    border-bottom: 0;
}

.accordion li i {
    position: absolute;
    top: 16px;
    left: 12px;
    font-size: 18px;
    color: #595959;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.accordion li i.fa-chevron-down {
    right: 12px;
    left: auto;
    font-size: 16px;
}

.accordion li.open .link {
    color: #b63b4d;
}

.accordion li.open i {
    color: #b63b4d;
}
.accordion li.open i.fa-chevron-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.accordion li.default .submenu {display: block;}




@media (max-width: 768px){
	.img_list section {
		width: 100%;
		margin: 20px auto;
		text-align: center;
	}
}

@media (min-width: 769px){
		.img_list section {
				-webkit-flex-direction: column;
				flex-direction: column;
				display: flex;
				width: 50%;
			margin-bottom: 20px;
		}
		.img_list section:nth-child(2n+1){
			float: left;
            clear: both;
		}
		.img_list section:nth-child(2n){
			float:right;
		}
		.img img {
			border-radius: 4px;
		width:98%;
	}
}


.attention {
		font-size:14px;
    color: #C00;
    font-weight: normal;
}


.numbox {
    counter-reset: li;
    list-style: outside none none;
    padding-left: 0;
}

.numbox li::before {
		background-repeat: repeat;
		background-position: 0 0;
		background-image: none;
		background-color: #0f8fa7;
		background-attachment: scroll;
		border-radius: 15%;
		color: #fff;
		content: counter(li, decimal);
		counter-increment: li;
		display: block;
		font-size: 1em;
		left: 5px;
		top: -3px;
		line-height:2em;
		position: absolute;
		text-align: center;
		height: 2em;
		width: 2em;
}
.numbox li {
		font-size:1em;
		padding-left: 3em;
		padding-bottom:1em;
		position: relative;
		list-style: none;
}
 .numbox h6 {
		font-size:1em;
		color: #0f8fa7;
		font-weight: normal;
		list-style: decimal;
}

 .numbox p {
		font-size:1em;
		color:#666;
 }




/* subpage
---------------------------------------------------*/

@media screen and (min-width: 768px) {
	#content_main{
		float: left;
		width:80%;
		padding-right: 2%;
	}
}


#sub_head {
	background:#00bfe2;
    padding: 1% 3%;
}
@media screen and (min-width:769px) {
	#sub_head {
			height: 8em;
	}
}

#sub_head h1 {
	color:#fff;
	font-size:34px;
	font-family: "新丸ゴ R","Shin Maru Go Regular",'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
}

#sub_head h2 {
	color:#fff;
	font-size:1.3rem;
	font-family: "新丸ゴ R","Shin Maru Go Regular",'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
}

@media screen and (min-width:769px){
		#sub_head h1,
		#sub_head h2{
    margin: 0 auto;
	}
}



/* パンくず下のナビMENU
-------------------- */
.cts_menu {
		overflow: hidden;
	 margin:1em 0;
}

.cts_menu ul {
   width: 100%;
}

.cts_menu li {
	min-width: 100px;
	text-align: center;
	float:left;
	background: #216aa2;
	margin-right: 5px;
  margin-bottom:0.5em;
	padding:5px 8px;
	vertical-align: middle;
	border-radius: 2px;
	text-decoration:none; display:inline-block; color: #FFFFFF;
 background-color: #216aa2; background-image: -webkit-gradient(linear, left top, left bottom, from(#216aa2), to(#2CAFE3));
 background-image: -webkit-linear-gradient(top, #216aa2, #1a92c2);
 background-image: -moz-linear-gradient(top, #216aa2, #1a92c2);
 background-image: -ms-linear-gradient(top, #216aa2, #1a92c2);
 background-image: -o-linear-gradient(top, #216aa2, #1a92c2);
 background-image: linear-gradient(to bottom, #216aa2, #216aa2);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#216aa2, endColorstr=#216aa2);
}


.cts_menu li + li {
  margin-right: 2px;
}
 .cts_menu li a {
  display: block;
  color: #fff;
  text-decoration: none;
}
.cts_menu li:hover {
 background-color: #1ab0ec; background-image: -webkit-gradient(linear, left top, left bottom, from(#1ab0ec), to(#49c0f0));
 background-image: -webkit-linear-gradient(top, #1ab0ec, #49c0f0);
 background-image: -moz-linear-gradient(top, #1ab0ec, #49c0f0);
 background-image: -ms-linear-gradient(top, #1ab0ec, #49c0f0);
 background-image: -o-linear-gradient(top, #1ab0ec, #49c0f0);
 background-image: linear-gradient(to bottom, #49c0f0, #49c0f0);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#1ab0ec, endColorstr=#49c0f0);

}

.cts_menu li.current{  background: #ccc;}
.cts_menu li.current a{
	cursor: default;
}
@media (max-width: 768px){
	.cts_menu {
		margin:10px 0;
	}
.cts_menu ul {
		display: inline;
}
	.cts_menu li {
	float: left;
	width: 48%;
	margin: 0.5%;
	}
}



.subpage h3 {
	font-family: "新ゴ R","Shin Go Regular";
	font-size: 28px;
	clear: both;
	color: #01bee2;
		margin: 0.5em 0 0.3em;
	text-align: left;
	line-height: 1.3em;
}

.subpage h3 span {
	padding-left:10px;
	font-size:22px;
}
.subpage h3:first-child{ margin-top:0;}

.subpage h4{
	font-family: "新ゴ R","Shin Go Regular";
	color:#2e8cb3;
	margin:20px 0 10px;
	font-size:20px;
	clear: both;
}

.subpage h4 span {
	padding-left:10px;
	font-size:0.8em;
}

.subpage h5{
		font-family: "新ゴ R","Shin Go Regular";
color: #1a92c2;
    margin: 20px 0 10px;
    font-size: 18px;
    clear: both;
    padding-left: 5px;
}


@media (max-width: 768px){
	.img_list {
    display: block;
	}
}

@media (min-width: 769px){
	.img_list {
			display: -webkit-flex;
			display: flex;
			-webkit-justify-content: center;
			justify-content: center;
	}
}



/* side
-----------------*/

#navigation{
  float: right;
  width: 20%;
  margin: 0;
  padding:  0;
	border: 1px solid #efefef;
}
#navigation:after{
	clear:both;
	display: block;
}

#navigation h3{
  margin: 0;
  padding: 8px 5px 5px;
  background: #01bfe2;
  color: #fff;
  font-size: 18px;
}
#navigation h3 a{
  background: #01bfe2;
  color: #fff;
}
#navigation h3{ border-bottom:2px solid #fff;}

#navigation h4 {
	margin: 0 0 2px 0;
	padding: 5px;
	font-size: 16px;
	background: #91bac1;
	color: #fff;
}

#navigation h4 a{
	color: #fff;
	display: block;
}

#navigation h5 {
	margin: 0 0 2px 0;
	padding: 5px;
	font-size: 16px;
	border-left: 5px solid #0f8fa7;
	color: #0f8fa7;
}
#navigation h5 a{
	color: #0f8fa7;
	display: block;
}
#navigation ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
  background: #fff;
}

#navigation ul li{
  width: 100%;
  margin: 0;
  padding: 0;
		border-bottom: 1px dotted #ccc;
}
#navigation ul li a{
  display: block;
  margin: 0;
  padding: 5px 10px;
		color:#666;
  text-align: left;
  text-decoration: none;
}

#navigation li a:hover{
	background: #deeff3;
	color:#0f8fa7;
}
#toggle{ display: none; }

#navigation .side_products,
#navigation .side_pricelist,
#navigation .side_tatami,
#navigation .side_unit,
#navigation .side_unique,
#navigation .side_heri,
#navigation .side_others,
#navigation .side_works,
#navigation .side_shop,
#navigation .side_note,
#navigation .side_contact {display: none;}

body.pricelist #navigation .side_pricelist,
body.shop #navigation .side_shop,
body.works #navigation .side_works,
body.products.product_list #navigation .side_tatami,
body.products.product_list #navigation .side_heri,
body.products.product_list #navigation .side_others,
body.products.product_list #navigation .side_products,
body.products.products #navigation .side_products,
body.products.tatami #navigation .side_tatami,
body.products.heri #navigation .side_heri,
body.products.others #navigation .side_others,
body.note #navigation .side_note,
body.contact #navigation .side_contact ,
body.faq #navigation .side_contact {
	display:block;
}


@media only screen and (max-width: 767px) {
  #navigation{
    float: none;
			width:100%;
  }
}







.itembox h3,
.itembox h4{
	margin-top:0px;
		margin-bottom:0px;
	font-size:22px;
	padding:5px;
}

.itembox img {
  max-width: 100%;
  height: auto;
}
.itembox p {
  text-align: left;
}

.itembox {
		display: flex;
    flex-wrap: wrap;
		}
	
.item {
  padding: 5px 10px;
  margin: 5px;
}
.item a img{
  text-align: center;
}

.item:hover{
		background: none;

}
@media ( min-width : 768px ){
			.itembox {
    display: flex;
    flex-wrap: wrap;
    }
  .item {
    width: 48%;
				background: #f7f9f9;
			border-radius: 4px;
  }
}
@media ( min-width : 1400px ){
	  .item {
    width: 31%;
	}
}
p.linker {
text-align: right;
	padding: 5px;
	line-height: 1.0;
}

p.linker:after {
	content: "\f138";
 font-family: FontAwesome;
	margin-right:0.8em;
	padding-left:0.3em;
	color:#328bda;
}

#photoList h4 {
	margin-left: 20px;
	color: #fff;
	font-size: 18px ;
 font-family:'ヒラギノ角ゴ ProN W3','ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
  background: #C3C472;
	padding-left: 10px;
	margin-right: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
}
@media (max-width: 639px){
	#photoList h4 {
		width: 80%;
	}
}


@media (min-width: 640px){
	#photoList h4 {
		width: 90%;
	}
}

table.tbl_list {
	width:100%;
	margin-bottom: 2em;
}
table.tbl_list ,
table.tbl_list td,
table.tbl_list th {
	border: 1px solid #999;
	border-collapse: collapse;
}
table.tbl_list td,
table.tbl_list th {
	vertical-align: middle;
		text-align: center;
	padding: 0.5% 0;
}
table.tbl_list th {

	background: #efefef;
}

.img_block {
    background: rgba(187, 222, 237, 0.3);
    margin: 10px 10px 20px;
    overflow: hidden;
    padding: 15px;
}
@media (min-width: 640px){
	.img_block img {
	padding-left: 30px;
	float: right;
	}
}

.img_block dl { 
 min-height: 160px;
	border-radius:10px;
}

.img_block dl dt {
	font-size:1.3em;
	font-family: "UD新ゴ M","UD Shin Go Medium",'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	color: #47b4e2;
}
.img_block dl dt:before {
  content: "\f058";
		font-family: FontAwesome;
	margin-right: 0.5em;
}


.img_block dl dd {
	line-height: 1.6em;
	font-family: "UD新ゴ R","UD Shin Go Regular",'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	margin: 10px 0px;
 }


#privacy dl dt{
	font-weight:bold;
	font-size:1.4em;
	color:#01bfe2;
	margin:1em 0 0.5em 0;
}
#privacy dl dd{
 margin: 10px 1em 20px;
	line-height: 2em;
}

#privacy ul li {
	list-style-type:circle;
	 margin: 10px 2rem 20px;
	line-height: 1.5em;
}

p.caution{
	margin:10px;
	color:#b51111;
}
p.caution:before {
	font-size:0.9em;
	margin-right:5px;
	content:"\f05a";
	font-family: FontAwesome;
}



/* shop
--------------------------------------------------------------------- */

.subpage .shop .point {
	clear: both;
	padding: 0.5em 1em;
}
.point h5 {
	color: #6c873d;
	font-size: 140%;
	padding: 0px;
}
.point h6 {
	color: #e8496c;
	font-size: 120%;
}
.point .icon {
	float: left;
	margin-right: 2em;
}
.point .text {
	margin-left: 140px;
	line-height: 1.3em;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
	
body.shop{counter-reset:count-number;}

.shop .img h5{
	color: #01bee2;
    font: 140% "ナウ-GM","NOW-GM",'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;}
	padding: 0.3em;
}
.shop .point h4:before {
    counter-increment: count-number;
    content: counters(count-number,".") ". ";
}
.shop .point h5 {
	color: #e43c68;
    font: 140% "ナウ-GM","NOW-GM";
    margin: 1em 0 0.5em;
}
.shop .point h6 {
	float:left;
		color: #01bee2;
		font-size:24px;
	 font-family: "丸フォーク M","Maru Folk Medium",'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
		height: 70px;
		padding:0.5em 0 0.5em 0.1em;
}
.shop .point p.text{
	clear: both;
}
.shop .point .icon {
   float: left;
		width:60px;
}

.point p.text {
    margin:1em;
    line-height: 1.3em;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#shop .mapbox h4{
	margin:0;
	padding:0;
	font-size:16px;
}
.point_img {
    width: 60px;

    float: left;
    margin-right: 10px;
}

/* foot area
--------------------------------------------------------------------- */
	#page-top {
		position: fixed;
		bottom: 0px;
		right: 20px;
		font-size: 77%;
		z-index: 1;
	}

	#page-top a {
		width: 90px;
		height: 90px;
		overflow: hidden;
		text-indent: -999999px;
		position: fixed;
		right: 5px;
		bottom: 5px;
		display: block;
		background: url(../images/common/to_top.png) no-repeat 0px 0px;
}

@media screen and (max-width: 768px){
		#page-top {
				position: fixed;
				bottom: 0px;
				right: 20px;
				font-size: 77%;
			z-index: 1;
		}

		#page-top a {
				width: 60px;
				height: 60px;
				overflow: hidden;
				text-indent: -99999px;
				position: fixed;
				right: 0px;
				bottom: 0px;
				display: block;
				background: url(../images/common/to_top.png) no-repeat 0px 0px;
				background-size: 60px;
		}
}

.foot_menu ul li a {
    color: #0bd;
}


.copyright{
    text-align: center;
    font-size: 1.2rem;
}


@media screen and (min-width: 768px){
	footer {
		clear: both;
		width: 100%;
		margin: 0 auto;
		overflow: hidden;
		color: #fff;
		border-top: 3px solid #0bd;
		background-color: #000;
		padding-bottom:10px;
bottom:0;
text-align:center;
overflow:hidden;
}

	footer .foot_info {
		clear: both;
		width: 80%;
		margin: 0 auto;
		display: block;
		margin: 0 auto;
	}
	footer .foot_logo {
		font-family: "正楷書CB1", "Sei Kaisho CB1", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
		text-decoration: none;
		background: url(/images/common/logo.svg) no-repeat left top;
		display: block;
		font-size: 1.3em;
		margin: 0px 0px 5px 0px;
		height: 60px;
		text-indent: 0.5em;
		float: left;
}
	footer .foot_logo a {
		padding: 25px 10px 20px 80px;
		height: 60px;
		width: 220px;
		text-decoration: none;
		display: block;
		color: #2ea237;
	}
	footer .foot_menu {
		padding:1em 0 0.5em;
		font-size: 0.8em;
	}
	footer .foot_menu ul li {
		margin-right: 10px;
		padding-right: 10px;
		float: left;
		border-right: 1px solid #0bd;
	}
	footer .foot_menu ul li:last-child{
		border-right:none;
	}
	footer .foot_address {
			font-size: 0.85em;
		float: left;
	}
	footer .copyright {
		padding-top:10px;
		clear: both;
		font-size: 0.7em;
		color: #ccc;
	}
	footer .foot_address p {
    display: inline;
    padding-right: 1em;
    text-align: center;
	}
	footer .copyright p {
		text-align: center;
	}
}


@media screen and (max-width: 767px){
		footer {
				padding: 10px;
				background: #000;
				color: #fff;
				width: 100%;
				border-top: 3px solid #0bd;
		}

		footer .foot_logo {
				font-family: "正楷書CB1", "Sei Kaisho CB1", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
				text-decoration: none;
				background: url(../images/common/logo.svg) no-repeat left top;
				display: block;
				font-size: 1.2em;
				height: 30px;
		}
		footer .foot_logo a {
				text-decoration: none;
				display: block;
				color: #2ea237;
				margin-left: 2.4em;
				padding-top: 0.3em;
		}
		footer .foot_menu ul {
				display: none;
				padding: 0.5em 0;
				color: #78b400;
		}
		footer .foot_menu ul li {
				font-size: 0.75;
				list-style: none;
				display: inline;
		}

		footer .foot_menu ul li a {
				color: #0bd;
		}
		footer .foot_info .foot_address {
				font-size: 1.4rem;
				margin: 0.5rem 0;
		}
}


.lead{
  margin:0.5em 0 1em;
	clear: both;
	line-height: 1.4em;
  	color: #666;
}

#products table{
	width:90%;
	margin:1em 0;
}

#products table, 
#products table th, 
#products table td {
	border: 1px solid #ccc;
	padding: 0.4em 0.8em;
	text-align: left;
	
}
#products table th {
	background: #eeeeee;
	padding: 0.4em 0.8em;
	text-align: left;
}
.ctr{
	overflow: hidden;
	margin:1em 0;
}

.read-more a {
	font-size: 0.75em;
	text-decoration: none;
	color: #fff;
	margin: 5px;
	padding: 5px 10px;
	background: #0090aa;
	border-radius: 4px;
}
.more_link {
 text-align: right;
}
.more_linkl {
margin-top:0.5em;
 text-align: left;
 margin-right:0.5em;
 float: left;
}
.more_linkl:after{
display: block;
}
.more_linkl a,
.more_link a {
	font-size: 0.75em;
	text-decoration: none;
	color: #fff;
	margin: 5px;
	padding: 5px 10px;
	background: #b21e18;
	border-radius: 4px;
}
.more_linkl i,
.more_link i{
	font-size: 1.2em;
	color: #fcdf97;
	line-height: 2em;
 padding-left: 0.3em;
}


.f_right{
	float: right;
}
.f_left{
	float: left;
}
.w60{
	width: 60%;
}
.w40{
width: 40%;
}
.w70{
	width: 70%;
}
.w30{
width: 30%;
}
.melit_dl{
	margin:1em 0.5em;
}
.melit_dl dt{
	font-weight:bold;
}

.melit_dl dd{
	padding: 0.5em 2em;
}

.melit_dl dd:before{
		content:"\f058";
		font-family: "FontAwesome";
		padding-right:0.3em;
		color: #0f8fa7;
}

.spec_dl{
	margin:1em 0.5em;
}
.spec_dl dt{
	font-weight:bold;
}

.spec_dl dd{
	padding: 0.5em 2em;
}




/*
@media screen and  (min-width: 640px){
	.ctr img:nth-child(even){
		float: right;
		width:48%;
	}
	.ctr img:nth-child(odd){
		clear: both;
		float: left;
		width:48%;
	}
}

*/

#note .caption{
	font-size: 0.75em;
	text-align: right;
}