@charset "utf-8";

/* wrapper */
#wrapper {
	margin: 0px auto 0 auto;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#424242;
	font-weight:lighter;
	line-height:125%;
}
#container {
}
header {
	z-index: 100;
	position: absolute;
	top:0;
	background-color:rgba(255,255,255,0.80);
	width: 100%;
}

.logo {
	width: 125px;
	height: 68px;
	background:url(../images/logo.png) center center no-repeat;
	background-size:100% auto;
	text-indent: -9876px;
	float: left;
	margin-left: 25px;
}
.logo a {
	display: block;
	width: 125px;
	height: 68px;
}

.pc-nav {
	width: 730px;
	float: left;
}

h1 {
	font-size: 12px;
	font-weight: normal;
}

.sm-br {
	display: none;
}

.head-img {
	position: absolute;
  width: 100%;
	top: 0;
	z-index: 1;
}
.head-img h2 {
	position: absolute;
	top: 50%;
	width: 774px;
	left: 50%;
	margin-left: -387px;
}
.head-img-bg {
  width: 100%;
  object-fit: cover;	
}
.cont-cosine {
	position: absolute;
	z-index: 10;
	text-indent: -9876px;
	width: 185px;
	height: 80px;
	top:150px;
	left: 50%;
	margin-left: -92px;
	background: url(../images/top_cosine.png) center center no-repeat;
	background-size: 100% auto;
}
.topicpath ol {
	list-style: none;
	margin-bottom: 25px;
}
.topicpath ol li {
	display: inline-block;
	font-size: 10pt;
}
.topicpath ol li:before {
	content: " > ";
	padding: 0;
	margin: 5px;
}
.topicpath ol li:first-child:before {
	content: none;
	padding: 0;
	margin: 5px;
}

/* form */
.form-contents {
	width: 700px;
	margin: 10px auto;
}
.form-contents iframe {
	width: 100%;
}
@media only screen and (max-width:699px){
	.form-contents {
		width: 96%;
		margin: 10px auto;
	}
	.form-contents iframe {
		width: 100%;
	}
}

/* top */

.top-contents {
	position: absolute;
	width: 100%;
}
#top-slider {
	position: absolute;
	top: 0;
	z-index: 1;
}
.sp-slide p {
	position: absolute;
	top: 380px;
	width: 630px;
	left: 50%;
	margin-left: -315px;
}
.cosine-intro {
	text-align: center;
	margin: 180px 0 120px 0;
}
.cosine-intro h3 {
	font-family: 'Sawarabi Mincho', sans-serif;
	font-weight: normal;
	font-size: 30pt;
	line-height: 150%;
	margin-bottom: 30px;
}
.cosine-intro p {
	font-family: 'Sawarabi Mincho', sans-serif;
	font-weight: normal;
	font-size: 14pt;
	line-height: 250%;
}
.top-cosine {
	position: absolute;
	z-index: 10;
	text-indent: -9876px;
	width: 222px;
	height: 96px;
	top:200px;
	left: 50%;
	margin-left: -111px;
	background: url(../images/top_cosine.png) center center no-repeat;
	background-size: 100% auto;
}
.top-cosine2 {
	position: absolute;
	z-index: 10;
	text-indent: -9876px;
	width: 250px;
	height: 68px;
	top:100px;
	left: 50%;
	margin-left: -125px;
	background: url(../images/logo.png) center center no-repeat;
	background-size: 80% auto;
}
.top-cart {
	position: absolute;
	z-index: 9;
	width: 200px;
	height: auto;
	top:100px;
	right: 50px;
}
.top-cart img {
	width: 100%;
	height: auto;
}
dl.search1{
	position: absolute;
	z-index: 1;
	top:350px;
	left: 50%;
	width: 700px;
	margin-left: -350px;
	background-color:#fff;
	border:0px solid #aaa;
	-webkit-border-radius:26px;
	-moz-border-radius:26px;
	-o-border-radius:26px;
	-ms-border-radius:26px;
	border-radius:26px;
	opacity: 0.7;
}
dl.search1 dt{
	margin-right:40px;
	padding:10px 0 10px 30px;
}
dl.search1 dt input{
	width:100%;
	height:26px;
	line-height:26px;
	background:none;
	border:none;
}
dl.search1 dd{
	position:absolute;
	top:0;
	right:0;
	padding:0px 10px 0px 0px;
}
dl.search1 dd button{
	display:block;
	padding:10px;
	background:none;
	border:none;
}
dl.search1 dd button span{
	display:block;
	width:27px;
	height:31px;
	background:url('../images/search.png') no-repeat scroll 0 0;
}

h3.top-cate-title {
	font-weight: 300;
	font-size: 24pt;
	font-family: 'Montserrat', sans-serif;
	text-align: center;
	letter-spacing: 0em;
	padding: 15px 0;
	clear: both;
}
p.top-cate-intro {
	font-size: 12pt;
	font-family: 'Sawarabi Mincho', sans-serif;
	text-align: center;
	letter-spacing: 0em;
	padding: 15px 0;
}

.top-series {
	margin: 180px 0;
	clear: both;
}
@media only screen and (min-width:1350px){
	ul.top-series-list {
		width: 1350px;
		list-style: none;
		margin: 30px auto;
	}
	ul.top-series-list li {
		width: 450px;
		float: left;
		list-style: none;
		margin: 30px auto;
	}
}
@media only screen and (max-width:1349px){
	ul.top-series-list {
		width: 99%;
		list-style: none;
		margin: 30px auto;
		padding-left: 1%;
	}
	ul.top-series-list li {
		width: 33%;
		float: left;
	}
	ul.top-series-list li img {
		width: 100%;
		height: auto;
	}
}

ul.slider1,
ul.slider2{
	margin: 60px 0;
}

ul.slider1 li img ,
ul.slider2 li img{
	width: 210px;
	height: auto;
}
@media only screen and (max-width:960px){
	ul.slider1 li img ,
	ul.slider2 li img{
		width: 100%;
	}
}
.top-products {
	margin: 180px auto;
	width: 1080px;
	clear: both;
}
@media only screen and (max-width:1080px){
	.top-products {
		width: 98%;
		text-align: center;
	}
}
.top-style {
	margin: 180px 0;
	clear: both;
}
.top-recommend {
	margin: 180px 0;
	clear: both;
}
.allitem-btn {
	text-align: center;
	margin-top: 120px;
}

ul.top-prd-item {
	list-style: none;
	margin: 60px 0 0px 0;
}
ul.top-prd-item li {
	width: 25%;
	height: 200px;
	padding: 10px;
	margin-bottom: 20px;
	text-align: center;
	float: left;
}
ul.top-prd-item li img {
	width: 90%;
	height: auto;
	padding-bottom: 20px;
}
ul.top-prd-item li p {
	font-size: 11px;
}

.top-news {
	margin: 180px 0 80px 0;
	clear: both;
	background-color: #f0edec;
	padding: 80px 0;
}
ul.top-news-list {
	width: 960px;
	list-style: none;
	display: block;
	margin: 30px auto;
}
ul.top-news-list li {
	width: 320px;
	height: 360px;
	padding: 20px;
	float: left;
}
ul.top-news-list li img {
	width: 100%;
	height: 260px;
	object-fit: cover;
	padding-bottom: 10px;
}
.top-news-date {
	padding-top: 10px;
	font-size: 14px;
}
.top-news-cate {
	padding-top: 10px;
	padding-left: 30px;
	font-size: 14px;
}
.top-news-title {
	padding-top: 10px;
	font-size: 14px;
}
.top-news-more {
	text-align: center;
	padding-top: 20px;
}

.top-banner {
	margin: 100px 0;
	clear: both;
}
ul.top-banner-list {
	width: 960px;
	list-style: none;
	display: block;
	margin: 0px auto;
}
ul.top-banner-list li {
	width: 480px;
	padding: 20px;
	float: left;
}
ul.top-banner-list li img {
	width: 100%;
	height: auto;
	padding-bottom: 10px;
}
.cosine-bnr {
	width: 960px;
	padding: 20px;
	margin: 0px auto;
}
.cosine-bnr img {
	width: 100%;
	height: auto;
}

.top-address {
	margin: 180px 0 0px 0;
	clear: both;
	background-color: #000000;
	padding: 80px 0;
}
.top-add-box {
	width: 960px;
	margin: 0px auto;
	color: #FFFFFF;
	display:flex;
}
.top-add-left {
	width: 500px;
	float: left;
}
.top-add-right {
	width: 370px;
	float: right;
	border-left: #FFFFFF 2px solid;
	padding-left: 90px;
	margin-left: 90px;
}
.top-add-left address {
	padding-bottom: 10px;
	line-height: 150%;
}
.top-add-right h3 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 22px;
	font-weight: normal;
}
.top-add-right ul {
	padding-top: 20px;
	list-style: none;
}
.top-add-right ul li {
	padding-top: 25px;
}
.top-add-right ul li a,
.top-add-right ul li a:link ,
.top-add-right ul li a:visited,
.top-add-right ul li a:hover,
.top-add-right ul li a:active {
	color: #FFFFFF;
}
.sm-nav {
	z-index: 210;
}

/* page */
.page-contents {
	padding: 80px 0;
	clear: both;
	position: relative;
}
.page-intro {
	text-align: center;
	margin: 60px 0;
}
.page-intro h2 {
	text-align: center;
	font-weight: 300;
	font-size: 24pt;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 60px;
}
.page-intro h3 {
	font-family: 'Sawarabi Mincho', sans-serif;
	font-weight: normal;
	font-size: 24pt;
	line-height: 150%;
	margin-bottom: 60px;
}
.page-intro p {
	font-family: 'Sawarabi Mincho', sans-serif;
	font-weight: normal;
	font-size: 14pt;
	line-height: 250%;
}
.intro-cap {
	margin-top: -50px;
}
.whileimg {
	padding: 60px 0;
}

/* vision */
.five-promises {
	text-align: center;
	margin: 60px 0;
}
.five-promises h2 {
	text-align: center;
	font-weight: 300;
	font-size: 28pt;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 90px;
	margin-top: 60px;
}
.five-promises h3 {
	font-family: 'Sawarabi Mincho', sans-serif;
	font-weight: normal;
	font-size: 30pt;
	line-height: 150%;
	margin-bottom: 30px;
}
.five-promises p {
	font-family: 'Sawarabi Mincho', sans-serif;
	font-weight: normal;
	font-size: 14pt;
	line-height: 250%;
}
.five-promises-part {
	margin: 90px 0 90px 0;
}
.fp-num {
	margin-top: 90px;
	margin-bottom: 30px;
}
.link-btn {
	margin: 30px 0;
}

/* gururi */
.gururi-contents {
	text-align: center;
	margin: 90px 0;
}
.gururi-contents h2 {
	text-align: center;
	font-weight: 300;
	font-size: 28pt;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 90px;
	margin-top: 60px;
}
.gururi-contents h3 {
	font-family: 'Sawarabi Mincho', sans-serif;
	font-weight: normal;
	font-size: 26pt;
	line-height: 150%;
	margin-bottom: 30px;
}
.gururi-contents p {
	font-family: 'Sawarabi Mincho', sans-serif;
	font-weight: normal;
	font-size: 14pt;
	line-height: 250%;
	padding-bottom: 30px;
}
.gururi-contents img {
	padding: 30px 0;
}

/* asahikawa */
.asahikawa-contents {
	text-align: center;
	margin: 60px 0;
}
.asahikawa-contents h2 {
	text-align: center;
	font-weight: 300;
	font-size: 25pt;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 20px;
	margin-top: 60px;
}
.asahikawa-contents h3 {
	font-family: 'Sawarabi Mincho', sans-serif;
	font-weight: normal;
	font-size: 25pt;
	line-height: 150%;
	margin-bottom: 30px;
}
.asahikawa-contents p {
	font-family: 'Sawarabi Mincho', sans-serif;
	font-weight: normal;
	font-size: 14pt;
	line-height: 250%;
	padding-bottom: 30px;
}
.asahikawa-contents img {
	padding: 10px 0;
}
.video-box {
	width: 800px;
	margin: 60px auto;
}
.youtube {
	position: relative;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
}
.youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.asahikawa-calender {
	background-color: #f0edec;
	padding: 60px 0;
	margin: 90px 0;
}
.asahikawa-calender h2 {
	text-align: center;
	font-weight: 300;
	font-size: 26pt;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 20px;
	margin-top: 10px;
}
.asahikawa-calender h3 {
	text-align: center;
	font-family: 'Sawarabi Mincho', sans-serif;
	font-weight: normal;
	font-size: 15pt;
	margin-bottom: 30px;
}
.asahikawa-calender p {
	font-family: 'Sawarabi Mincho', sans-serif;
	font-weight: normal;
	font-size: 14pt;
	line-height: 250%;
	padding-bottom: 30px;
}
.cap {
	text-align: center;
	font-family: 'Sawarabi Mincho', sans-serif;
	font-weight: normal;
	font-size: 15pt;
	margin-bottom: 30px;
}
.asahikawa-map {
	width: 960px;
	margin: 0px auto;
}
.asahikawa-map img {
	width: 100%;
}

.asahikawa-calender table {
	width: 800px;
	margin: 30px auto;
	border-collapse: separate;
	border-spacing: 5px;
}
.asahikawa-calender td {
	padding: 5px;
}
.asahikawa-calender th {
	padding: 5px;
	border: 1px #D6DDF1 solid;
	background-color: #D6DDF1;
	vertical-align: inherit;
}

/* aboutus */
.aboutus-contents {
	padding: 80px 0;
	clear: both;
	position: relative;
}
.aboutus-intro {
	text-align: center;
	margin: 60px 0;
}
.aboutus-intro h3 {
	font-family: 'Sawarabi Mincho', sans-serif;
	font-weight: normal;
	font-size: 30pt;
	line-height: 150%;
	margin-bottom: 60px;
}
.aboutus-intro p {
	font-family: 'Sawarabi Mincho', sans-serif;
	font-weight: normal;
	font-size: 14pt;
	line-height: 250%;
}
.h-mark {
	padding: 60px 0 80px 0;
}
.aboutus-history {
	margin: 60px 0;
}
.aboutus-history h3 {
	text-align: center;
	font-weight: 300;
	font-size: 24pt;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 60px;
}
.his-img img {
	width: 100%;
	height: auto;
}
.aboutus-history h4 {
	width: 960px;
	margin: 90px auto 30px;
	font-family: 'Sawarabi Mincho', sans-serif;
	font-weight: normal;
	font-size: 20pt;
	line-height: 150%;
}
.aboutus-history p {
	width: 960px;
	margin: 30px auto 90px;
	font-size: 11pt;
	line-height: 250%;
}
.aboutus-ceo h3 {
	font-weight: 300;
	font-size: 24pt;
	font-family: 'Montserrat', sans-serif;
	text-align: center;
	letter-spacing: 0em;
	padding: 15px 0;
	clear: both;
}
p.top-cate-intro {
	font-size: 12pt;
	font-family: 'Sawarabi Mincho', sans-serif;
	text-align: center;
	letter-spacing: 0em;
	padding: 15px 0;
}
.aboutus-ceo {
	width: 960px;
	margin: 30px auto 90px;
}
.ceo-greeting-txt {
	width: 530px;
	float: left;
	padding-top: 60px;
}
.ceo-greeting-photo {
	width: 430px;
	float: right;
	padding-top: 60px;
}
.ceo-greeting-txt h4 {
	font-family: 'Sawarabi Mincho', sans-serif;
	font-weight: normal;
	font-size: 20pt;
}
.ceo-greeting-txt p {
	padding-top: 30px;
	font-size: 11pt;
	line-height: 200%;
}
.ceo-greeting-photo p {
	padding-bottom: 60px;
}
.aboutus-gaiyou {
	width: 960px;
	margin: 30px auto 190px;
}
.aboutus-gaiyou h3 {
	font-weight: 300;
	font-size: 24pt;
	font-family: 'Sawarabi Mincho', sans-serif;
	text-align: left;
	letter-spacing: 0em;
	padding: 30px 0;
	clear: both;
}
.aboutus-gaiyou dl{
  display:flex;
  flex-wrap: wrap;
  border-top: none;
}
.aboutus-gaiyou dt{
  width: 20%;
  padding: 20px 10px;
  box-sizing: border-box;
  border-top: 1px solid #ccc; 
	line-height: 150%;
}
.aboutus-gaiyou dd{
  padding: 20px 10px;
  margin: 0;
  border-top: 1px solid #ccc; 
  width: 80%;
  box-sizing: border-box;
	line-height: 150%;
}
@media screen and (max-width: 420px) {
  .aboutus-gaiyou dl{
    flex-flow: column nowrap;
  }
  .aboutus-gaiyou dt,
  .aboutus-gaiyou dd{
    width: 100%;
  }
  .aboutus-gaiyou dd{
    border-left: none;
  }
}
.yurai {
	border-top: 1px solid #ccc; 
	border-bottom: 1px solid #ccc; 
  padding: 20px 10px;
}
.yurai p.yurai-tit {
	padding-bottom: 30px;
}
.yurai-logo {
	width: 280px;
	float: left;
}
.yurai-txt {
	margin-left: 270px;
}
.yurai-txt p {
	line-height: 150%;
	padding-top: 15px;
}
.aboutus-member {
	width: 960px;
	margin: 30px auto 90px;
}
.aboutus-member h3 {
	font-weight: 300;
	font-size: 24pt;
	font-family: 'Montserrat', sans-serif;
	text-align: center;
	letter-spacing: 0em;
	padding: 15px 0;
	clear: both;
}
ul.aboutus-member-item {
	list-style: none;
	margin: 60px 0 0px 0;
}
ul.aboutus-member-item li {
	width: 192px;
	height: 200px;
	padding: 10px;
	margin-bottom: 20px;
	text-align: center;
	float: left;
}
ul.aboutus-member-item li img {
	width: 100px;
	height: auto;
	padding-bottom: 20px;
}
ul.aboutus-member-item li p {
	font-size: 11px;
}


/* material */
.material-contents-1 {
	background-color: #f0edec;
	padding: 60px 3%;
}
.material-contents-1 h3 {
	font-size: 22pt;
	font-family: 'Sawarabi Mincho', sans-serif;
	font-weight: normal;
	text-align: center;
	letter-spacing: 0em;
	padding: 30px 0 60px 0;
}
.material-contents-2 {
	padding: 60px 3%;
	clear: both;
}
.material-contents-2 h3 {
	font-size: 22pt;
	font-family: 'Sawarabi Mincho', sans-serif;
	font-weight: normal;
	text-align: center;
	letter-spacing: 0em;
	padding: 30px 0 60px 0;
}
.mate-box {
	width: 960px;
	margin: 0 auto;
}
.mate-box-left {
	width: 400px;
	float: left;
	clear: both;
	margin: 40px;
}
.mate-box-right {
	width: 400px;
	float: right;
	margin: 40px;
}
.mate-box-left p,
.mate-box-right p{
	padding: 20px 10px;
	line-height: 130%;
}
.mate-box-left img,
.mate-box-right img{
	max-width: 100%;
	height: auto;
}
.mate-box-left h4,
.mate-box-right h4{
	font-size: 22pt;
	font-family: 'Sawarabi Mincho', sans-serif;
	font-weight: normal;
	text-align: center;
	letter-spacing: 0em;
	padding: 0px 0 20px 0;
}
.more-img {
	text-align: center;
}
.mokume-box {
	width: 960px;
	margin: 0 auto;
	clear: both;
	margin-bottom: 50px;
}
.mokume-img-right {
	float: right;
	padding-left: 30px;
	padding-top: 10px;
}
.mokume-img-left {
	float: left;
	padding-right: 30px;
	padding-top: 10px;
}
.mokume-txt-left {
	float: left;
	width: 780px;
}
.mokume-txt-right {
	float: right;
	width: 780px;
}
.mokume-box p {
	line-height: 200%;
}
.mokume-box h5 {
	font-weight: normal;
	padding-bottom: 10px;
}
p.moku {
	text-align: center;
	padding-bottom: 60px;
}
p.mate-caution {
	clear: both;
	color: #a40000;
}
h5.oil-mainte {
	border: #969696 1px solid;
	padding: 10px;
	font-weight: normal;
	margin-bottom: 10px;
}

/* designer */
.designer-list {
	width: 960px;
	margin: 30px auto 90px;
}
.designer-list ul {
	list-style: none;
}
.designer-list ul li{
	width: 20%;
	float: left;
	padding: 20px;
}
.designer-list ul li img{
	width: 100%;
	height: auto;
}
.d-name {
	text-align: center;
	padding: 10px 0 3px 0;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	font-size: 17pt;
}
.d-kana {
	text-align: center;
	font-size: 8pt;
}
.designer-cont {}
.designer-box {
	width: 960px;
	margin: 60px auto;
	border: #000000 1px solid;
}
.designer-box h2 {
	font-weight: 300;
	font-size: 24pt;
	font-family: 'Montserrat', sans-serif;
	text-align: center;
	border-bottom: #000000 1px solid;
	padding: 10px;
}
.designer-val {
	padding: 60px;
}
h3.designer-name {
	padding: 20px 0 40px 0;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	font-size: 22pt;
	font-weight: normal;
}
span.designer-kana {
	padding-left: 20px;
	font-size: 14pt !important;
	letter-spacing: 0.1em;
	vertical-align: baseline;
}
.designer-img {
	width: 280px;
	float: left;
}
.designer-txt {
	margin-left: 300px;
}
.designer-txt p {
	line-height: 200%;
	padding-bottom: 20px;
}
.designer-val h4 {
	clear: both;
	font-weight: 300;
	font-size: 20pt;
	font-family: 'Montserrat', sans-serif;
	border-bottom: #000000 1px solid;
	padding: 10px;
	margin-top: 30px;
}
ul.designer-prd-list {
	list-style: none;
	padding: 30px 0;
}
ul.designer-prd-list li {
	width: 33%;
	float: left;
	padding-bottom: 20px;
}
ul.designer-prd-list li img {
	width: 100%;
	height: auto;
}
ul.designer-prd-list li p {
	text-align: center;
	line-height: 150%;
}

/* care */
.care-contents-1 {
	margin: 30px 0;
}
.care-contents-2 {
	background-color: #f0edec;
	margin: 30px 0;
}
.care-contents-1-box {
	width: 960px;
	margin: 30px auto 90px;
}
.care-contents-2-box {
	width: 960px;
	margin: 30px auto 90px;
	padding: 30px 0;
}
.care-contents-1 h4 {
	padding: 10px 0 20px 0;
	font-family: 'Sawarabi Mincho', sans-serif;
	font-weight: normal;
	font-size: 18pt;
}
.care-contents-2 h4 {
	padding: 10px 0 40px 0;
	font-family: 'Sawarabi Mincho', sans-serif;
	font-weight: normal;
	font-size: 18pt;
	text-align: center;
}
.care_bt{
	font-size:160%;
	float:left;
	width:100%;
	padding:10%;
	text-align:center;
}
.care_bt2{
	padding:1%;
	border:1px #808080 solid;
	text-align:center;
	line-height:185%;
	max-width:60%;
	min-width:340px;
	margin:0 auto;
}
.care_bt3{
	padding:1%;
	border:1px #808080 solid;
	text-align:center;
	line-height:185%;
	max-width:60%;
	min-width:340px;
}
.care_mini{
	font-size:60%;
}
.care_mini2{
	font-size:70%;
}
.care_h4{
	width:100%;
	padding:20px 2% 1%;
	border:#808080 1px solid;
	margin-bottom:3%;
	display:block;
}
.care_h3{
	text-align:left;
	font-size:150%;
}
.care_hr{
	width:100%;
	border:1px solid #979797;
	margin:5% auto;
}
.care_itms{
	padding:15%;
	border:1px #808080 solid;
	text-align:center;
	line-height:185%;
	min-width:340px;
	margin:0 auto 5%;
}
.care_itms2{
	margin:3% auto 5%;
	padding:5%;
	border:1px #808080 solid;
	text-align:center;
	line-height:185%;
}
.care_masi{
	float:none;
	margin:5% auto;
	display:flex;
}
.care_le{
	float:left;
	max-height:270px;
}
.care_ri{
	float:right;
	max-height:270px;
}
.clock_le{
float:left;width:430px;margin:2%;
}
.care-img {
	float: right;
	padding-left: 30px;
}
.care-img2 {
	text-align:center;
	margin:0 auto 5%;
}
.care-txt {
	line-height: 200%;
	padding-bottom: 15px;
}
.caution-mark {
	text-align: center;
	padding-bottom: 10px;
}
p.caution {
	color: #a40000;
}

/* mainte */
.mainte-contents {
	margin: 30px 0;
}
.mainte-contents-box {
	width: 960px;
	margin: 30px auto 90px;
}
.mainte-contents h4 {
	padding: 10px 0 20px 0;
	font-family: 'Sawarabi Mincho', sans-serif;
	font-weight: normal;
	font-size: 15pt;
}
.mainte-img {
	float: right;
	padding-left: 30px;
}
.mainte-txt {
	line-height: 200%;
	padding-bottom: 15px;
}
.mainte-chart {
	margin: 30px 0;
}
.mainte-chart-box {
	width: 960px;
	margin: 60px auto 90px;
}
.mainte-chart h3 {
	padding: 10px 0 40px 0;
	font-family: 'Sawarabi Mincho', sans-serif;
	font-weight: normal;
	font-size: 20pt;
	text-align: center;
}
.chart-img {
	width: 340px;
	padding-left: 30px;
	display:table-cell;
}
.chart-txt {
	width: 620px;
	height: 228px;
	display:table-cell;
	padding-left: 160px;
	vertical-align: middle;
}
.chart-txt p {
	line-height: 200%;
}
.mainte-chart-num1 {
	background: url(../images/maintenance_no1.png) top left no-repeat;
	display: table;
	margin: 30px 0;
}
.mainte-chart-num2 {
	background: url(../images/maintenance_no2.png) top left no-repeat;
	display: table;
	margin: 30px 0;
}
.mainte-chart-num3 {
	background: url(../images/maintenance_no3.png) top left no-repeat;
	display: table;
	margin: 30px 0;
}

/* wood */
.wood-nav {
	margin: 60px auto 50px;
}
.wood-nav ul {
    display:flex;
    flex-wrap: nowrap;
    padding:0;
    list-style:none;
	padding: 10px;
}
.wood-nav ul li {
    width:100%;
    padding: 10px;

}
.wood-contents {
	width: 960px;
	margin: 60px auto 90px;
}
.wood-contents h3 {
	border: #969696 1px solid;
	padding: 10px;
	font-weight: normal;
	font-family: 'Sawarabi Mincho', sans-serif;
	font-size: 20pt;
	text-align: center;
}

.wood-contentsL {
	width: 20%;
	float:left;
	margin: 60px auto 90px;
}

.wood-contentsR {
	width: 70%;
	float:right;
	margin: 60px auto 90px;
}

.wood-cont1 {
	margin-top: 60px;
	padding-left: 250px;
	background: url(../images/sec_img/cwoods_m02.png) left top no-repeat;
}
.wood-cont2 {
	margin-top: 60px;
	padding-left: 250px;
	background: url(../images/sec_img/cwoods_w02.png) left top no-repeat;
}
.wood-cont3 {
	margin-top: 60px;
	padding-left: 250px;
	background: url(../images/sec_img/cwoods_s02.png) left top no-repeat;
}
.wood-cont4 {
	margin-top: 60px;
	padding-left: 250px;
	background: url(../images/sec_img/cwoods_n02.png) left top no-repeat;
}
.wood-contents h4 {
	font-weight: normal;
	font-family: 'Sawarabi Mincho', sans-serif;
	font-size: 16pt;
	padding-bottom: 10px;
}
.wood-contents p {
	line-height: 200%;
}
ul.wood-img-list ,
ul.wood-img-list2 {
	list-style: none;
}
ul.wood-img-list li {
	display: inline-block;
	width: 32%;
	padding: 30px 0;
	text-align: center;
}
ul.wood-img-list2 li {
	display: inline-block;
	width: 24%;
	padding: 30px 0;
	text-align: center;
}

/* blog */
.blog-intro {
	text-align: center;
	margin: 60px 0;
}
.blog-intro h2 {
	text-align: center;
	font-weight: 300;
	font-size: 30pt;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 10px;
}
.blog-intro h3 {
	font-family: 'Sawarabi Mincho', sans-serif;
	font-weight: normal;
	font-size: 20pt;
	margin-bottom: 60px;
}
.blog-intro p {
	font-family: 'Sawarabi Mincho', sans-serif;
	font-weight: normal;
	font-size: 14pt;
	line-height: 250%;
}
.blog-index {
	text-align: center;
	margin-bottom: 60px;
}
.blog-wrapper {
	width: 1080px;
	margin: 60px auto 90px;
}
.blog-contents {
	width: 840px;
	float: left;
}
.blog-side {
	width: 200px;
	float: left;
	margin-left: 40px;
	padding: 10px 0;
}
.blog-side img {
	max-width: 100%;
	height: auto;
	padding-bottom: 15px;
}
.blog-side h2 {
	font-family: 'Sawarabi Mincho', sans-serif;
	font-weight: normal;
	font-size: 14pt;
	margin-bottom: 20px;
	border-bottom: #000000 1px solid;
	padding-bottom: 5px;
}
.blog-side ul {
	list-style: none;
	margin-bottom: 20px;
}
.blog-side ul li {
	padding: 15px 0;
}
ul.archive-list {
	list-style: none;
}
ul.archive-list li {
	width:260px;
	float: left;
	height: 320px;
	background-color: #f0edec;
	margin: 10px;
	text-align: left;
	position: relative;
}
ul.archive-list li img {
	width: 260px;
	height: 195px;
	object-fit: cover;
}
p.list-date {
	padding: 10px 15px;
	font-size: 10pt;
}
p.list-title {
	padding: 0px 60px 0 10px;
	font-size: 11pt;
	line-height: 120%;
}
.new_post_entry {
	position: absolute;
	bottom:15px;
	right: 10px;
}
.new_post_entry img {
	width: 50px !important;
	height: 50px !important;
}
p.archive-cat {
	margin-top: 10px;
	margin-left: 10px;
}
p.archive-cat a {
	text-decoration: none;
	color: #FFF;
	background: #333333;
	padding: 3px 5px;
	font-size: 7pt;
	line-height: 1em;
}
.pager {
	text-align: center;
}
a.page-numbers {
	text-decoration: none;
	padding: 15px 20px;
	font-size: 12pt;
	border: #ccc 1px solid;
	margin: 2px;
}
span.page-numbers {
	background: #ccc;
	border: #ccc 1px solid;
	padding: 15px 20px;
	font-size: 12pt;
	margin: 2px;
}
.side_fb h2.widgettitle, .side_insta h2.widgettitle, .side_banner01 h2.widgettitle, .side_banner02 h2.widgettitle, .side_banner03 h2.widgettitle, .side_googletrans h2.widgettitle {
    display: none;
    visibility: hidden;
}
.blog-article {
	margin-bottom: 60px;
}
.blog-article h2 {
	font-weight: 300;
	font-size: 18pt;
	font-family: 'Sawarabi Mincho', sans-serif;
	text-align: left;
	letter-spacing: 0em;
	border-bottom: #000000 1px solid;
	padding-top: 3px;
	padding-bottom: 5px;
	margin-bottom: 15px;
}
.page-cat {
	margin: 3px;
	background-color: #000000;
	display: inline;
	padding: 3px 5px;
}
.page-cat a {
	color: #FFFFFF;
}
.page-date {
	text-align: right;
	padding: 10px 0;
}
.entry-content {
	margin: 30px 0;
}
.entry-content p {
	line-height: 200%;
	padding: 10px 0;
}
/*　お問い合わせ */
#single_contact_area{}
.comment-respond p {padding: 10px;}
/* table style */
#single_contact_area table{width: 100%;}
#single_contact_area table tr{border-top: solid 1px #CCC;}
#single_contact_area table tr:last-child{border-bottom: solid 1px #CCC;}
#single_contact_area table tr th{background:#333333; color: #FFF; padding: 10px; border-left:solid 1px #CCC;}
#single_contact_area table tr td{padding: 10px 20px; border-left: solid 1px #CCC; border-right: solid 1px #CCC;}
#single_contact_area table{margin: 50px auto 100px;}
#single_contact_area th{width: 20%; text-align: center; font-size: 120%; font-weight: bold;}
#single_contact_area td{width:40%; text-align: center;}
#single_contact_area td h3{margin: 0 auto 1em;}
#single_contact_area td b{display: block; font-size: 165%;}
#single_contact_area td small{display: block;}
#single_contact_area td ul li{display: block; width: 48%;}
#single_contact_area td ul li:nth-child(odd){float: left;}
#single_contact_area td ul li:nth-child(even){float: right;}
#single_contact_area td ul li a{background:#000000; color: #FFF; text-decoration:none; display: block; border: #5fa7e5; padding: 5px 0; border-radius: 5px;}

/* コメント */
h3#reply-title{
	font-weight: 300;
	font-size: 15pt;
	font-family: 'Sawarabi Mincho', sans-serif;
	text-align: left;
	letter-spacing: 0em;
	border-bottom: #000000 1px solid;
	padding-bottom: 5px;
	margin-bottom: 15px;
}
#commentform{display: block; margin: 0 auto 100px;}
#commentform p{display: block; width: 100%; font-size: 90%;}
p.comment-form-comment{margin: 0.5em 0 1em;}
p.comment-form-comment textarea{display: block; width: 100%;}
p.comment-form-comment label{display: none; visibility: hidden;}
p.form-submit input{font-size: 100%; padding: 3px 10px; border-radius: 5px; margin: 1em 0 0;}

/* pager */
#post_buttonarea{}
.prevct, .nextct{width: 49%;}
.prevct a, .nextct a{text-decoration: none; color: #FFF; background: #000000; display: block; border-radius: 10px; word-break: break-all; word-wrap: break-word; box-sizing: border-box; background-repeat: no-repeat; line-height: 1.5em;}
.prevct{float: left;}
.nextct{float: right;}
.prevct span, .nextct span{}
.prevct a{background-image:url("../images/arrow_l.png"); background-position: 3% 50%; padding: 0.5em 1em 0.5em 2.5em;}
.nextct a{background-image:url("../images/arrow_r.png"); background-position: 97% 50%; padding: 0.5em 2.5em 0.5em 1em;}


/* contact */
.new-trans {
	width: 960px;
	margin: 30px auto 60px;
	border: #000000 1px solid;
	padding: 60px 60px 30px;
}   
.new-trans h3 {
	font-weight: 300;
	font-size: 18pt;
	font-family: 'Sawarabi Mincho', sans-serif;
	text-align: left;
	letter-spacing: 0em;
	border-bottom: #000000 1px solid;
	padding-bottom: 5px;
	margin-bottom: 15px;
}
.new-trans p {
	line-height: 200%;
	padding-bottom: 25px;
}
.contact-data {
	margin: 30px auto 60px;
	text-align: center;
}
.contact-data p {
	line-height: 200%;
	padding-bottom: 15px;
}
.okigaru {
	font-size: 14pt;
	padding-bottom: 15px;
	font-weight: bold;
}
.contact-top-contents {
	margin: 10px auto 60px;
	text-align: center;
}
.contact-top-contents p {
	line-height: 200%;
	padding-bottom: 15px;
}
ul.contact-btn {
	list-style: none;
	text-align: center;
	margin: 20px auto;
	width: 860px;
} 
ul.contact-btn li {
	display: block;
	float: left;
	margin: 20px;
	width: 390px;
	text-align: justify;
	font-size: 10pt;
	color: #a40000;
}

/* mail magazine */
.mailmaga-contents {
	text-align: center;
}
.mailmaga-contents h3 {
	font-weight: 300;
	font-size: 16pt;
	font-family: 'Sawarabi Mincho', sans-serif;
	letter-spacing: 0em;
	margin-bottom: 60px;
}
ul.mailmaga-list {
	list-style: none;
}
ul.mailmaga-list li {
	display: inline;
  margin: 20px;
	list-style-type: none;
}
ul.mailmaga-list li a {
	padding: 15px 25px;
  border: 1px solid #000000;
	border-radius: 5px;
}
.backnumber {
	width: 880px;
	margin: 60px auto 60px;
}
.backnumber h4 {
	font-weight: 300;
	font-size: 14pt;
	font-family: 'Sawarabi Mincho', sans-serif;
	letter-spacing: 0em;
	margin: 20px 0;
}
.backnumber p {
	margin: 20px 0;
	font-size: 11pt;
}
.bn-left {
	width: 360px;
	float: left;
	margin: 40px;
}
.bn-right {
	width: 360px;
	float: left;
	margin: 40px;
}

.mailmaga-list {
	width: 880px;
	margin: 10px auto 10px;
}
.dist {}
.dist table {
	width: 100%;
}
.dist th {
	border-top: #000000 1px solid;
	border-bottom: #000000 1px solid;
	padding: 15px 5px;
	text-align: left;
	background-color: #E0E0E0;
	vertical-align: top;
}
.dist td {
	border-bottom: #000000 1px solid;
	padding: 15px 5px;
	vertical-align: top;
}

.other-contents {
	width: 880px;
	margin: 30px auto 30px;
}
.other-contents h3 {
	font-weight: 300;
	font-size: 18pt;
	font-family: 'Sawarabi Mincho', sans-serif;
	text-align: left;
	letter-spacing: 0em;
	border-bottom: #000000 1px solid;
	padding-bottom: 5px;
	margin-bottom: 15px;
}
.other-contents h4 {
	font-weight: 300;
	font-size: 16pt;
	font-family: 'Sawarabi Mincho', sans-serif;
	text-align: left;
	letter-spacing: 0em;
	padding-bottom: 5px;
	margin-bottom: 15px;
}
.other-contents p {
	line-height: 200%;
	padding-bottom: 25px;
}

/* shop */
.shop-list {
	width: 960px;
	margin: 90px auto 90px;
}
.shop-list h3 {
	font-weight: 300;
	font-size: 18pt;
	font-family: 'Sawarabi Mincho', sans-serif;
	text-align: center;
	letter-spacing: 0em;
	padding-bottom: 5px;
	margin-bottom: 35px;
}
.shop-list h4 {
	font-weight: 300;
	font-size: 15pt;
	font-family: 'Sawarabi Mincho', sans-serif;
	text-align: left;
	letter-spacing: 0em;
	border-bottom: #000000 1px solid;
	padding-bottom: 5px;
	margin-bottom: 25px;
	padding-top: 30px;
	clear: both;
}
.shop-img {
	width: 380px;
	float: left;
}
.shop-img img {
	width: 100%;
	height: auto;
}
.shop-data {
	width: 500px;
	float: right;
}
.shop-data p {
	line-height: 200%;
	padding-bottom: 25px;
}
.shop-data h5 {
	font-family: 'Sawarabi Mincho', sans-serif;
	margin-bottom: 15px;
}
ul.shop-data-list {
	list-style: none;
	text-align: center;
}
ul.shop-data-list li {
	display: inline-block;
  margin: 20px;
	list-style-type: none;
}
ul.shop-data-list li a {
	padding: 5px 10px;
  border: 1px solid #000000;
	border-radius: 5px;
}
.shop-gmap {
	background-color:#D6E6F5;
	padding: 5px 10px;
	font-size: 95%;
}
.shop-ex-link {
	background: #000000;
	padding: 5px 10px;
	color: #FFFFFF;
	font-size: 95%;
}
.shop-ex-link a {
	color: #FFFFFF;
}

.shop-list-table {
	margin-bottom: 30px;
}
.shop-list-table table {
	width: 100%;
}
.shop-list-table th {
  border-bottom: 2px solid #000000;
	text-align: left;
	padding: 3px 5px;
	line-height: 120%;
}
.shop-list-table td {
  border-bottom: 1px solid #000000;
	text-align: left;
	padding: 10px 5px;
	line-height: 120%;
	vertical-align:text-top;
}
.shop-list-table td img {
	padding-top: 3px;
}
.s-name {
	width: 150px;
}
.s-hp {
	width: 80px;
}
.s-add {
	width: 300px;
}
.s-tel {
	width: 100px;
}
.s-date {
	width: 250px;
}
.s-cate {
}
.s-cate img {
	width: 34px;
	height: auto;
	padding-right: 7px;
}
.txt-s {
	font-size: 9pt;
}
.shop-cate {
	text-align: center;
}

/* company */
.company-contents {
	padding: 80px 0;
	clear: both;
}

/* policy */
.policy-contents {
	padding: 80px 0;
	clear: both;

}
/* recruit */
.recruit-contents {
	padding: 80px 0;
	clear: both;
}

/* faq */
.faq-contents {
	width: 700px;
	margin: 50px auto;
}
.faq-contents table{
}
.faq-contents table tr{
}
.faq-contents table td{
	padding: 15px 3px;
	line-height: 150%;
}
.red_font {
	font-weight: bold;
	color: #C74244;
	letter-spacing: 0.2em;
}
.q_font {
	color: #C74244;
}
.blue_font {
	color: #5573AA;
	font-weight: bold;
	letter-spacing: 0.2em;
}

/* footer */
footer {
	clear: both;

}
#footer-container {
	width: 960px;
	margin:0px auto;
	padding: 30px 0;
}
.foot-left {
	width: 700px;
	float: left;
}
.foot-right {
	width: 150px;
	float: right;
}
ul.foot-sns {
	list-style: none;
}
ul.foot-sns li {
	float: left;
	display: inline-block;
	text-indent: -9876px;
	width: 31px;
	height: 31px;
	margin: 0 5px 0 0;
}
ul.foot-sns li.fb {
	width: 31px;
	height: 31px;
	background: url(../images/facebook_pc.png) center center no-repeat;
	background-size: 100% auto;
}
ul.foot-sns li.fb a {
	display: block;
	width: 31px;
	height: 31px;
}
ul.foot-sns li.ist {
	width: 31px;
	height: 31px;
	background: url(../images/instagram_pc.png) center center no-repeat;
	background-size: 100% auto;
}
ul.foot-sns li.ist a {
	display: block;
	width: 31px;
	height: 31px;
}

ul.foot-sns li.twi {
	width: 31px;
	height: 31px;
	background: url(../images/twitter_pc.png) center center no-repeat;
	background-size: 100% auto;
}
ul.foot-sns li.twi a {
	display: block;
	width: 31px;
	height: 31px;
}

ul.foot-sns li.you {
	width: 31px;
	height: 31px;
	background: url(../images/youtube_pc.png) center center no-repeat;
	background-size: 100% auto;
}
ul.foot-sns li.you a {
	display: block;
	width: 31px;
	height: 31px;
}



ul.footer-nav {
	padding-top: 10px;
	list-style: none;
}
ul.footer-nav li {
	display: inline-block;
	padding-right: 20px;
	padding-left: 20px;
	border-left: #000000 2px solid;
}
ul.footer-nav li:first-child {
	padding-left: 0px;
	border-left: #000000 0px solid;
}
ul.footer-nav li a:link,
ul.footer-nav li a:visited,
ul.footer-nav li a:active
{
	color: #000000;
}
.copyright {
	padding-top: 15px;
}
#pageTop {
  position: fixed;
  bottom: 10px;
  right: 10px;
	width:45px;
	height:47px;
}
 
#pageTop a {
  display: block;
  z-index: 999;
  padding: 8px 0 0 8px;
	width:45px;
	height:47px;
	text-indent:-9876px;
	background: url(https://www.cosinegss.sbs/cart_images/gototop.png) center center no-repeat;
}
 
#pageTop a:hover {
  text-decoration: none;
	background: url(https://www.cosinegss.sbs/cart_images/gototop_mo.png) center center no-repeat;
}


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

	.sm-nav {
		display: none;
	}
	
	.dropmenu{
	  *zoom: 1;
	  list-style-type: none;

		float: left;
	  margin: 15px 0px 0 30px;
	  padding: 0;
		border: #000000 0px solid;
	}
	.dropmenu:before, .dropmenu:after{
	  content: "";
	}
	.dropmenu:after{
	  clear: both;
	}
	.dropmenu li.m-nav{
	  position: relative;
	  float: left;
	  margin: 0;
	  margin: 15px 0px 0px 0px;
	  padding: 0 20px 0 10px;
	}
	.dropmenu li:last-child{
		border-right: 0px;
	}
	.dropmenu li a.m-nav{
	  display:block;
	  margin: 0;
	  padding: 0;
		color:#000;
	  font-size: 15px;
	  line-height: 1;
	  text-decoration: none;
	  transition: 0.8s;
	}
	.dropmenu li a.m-nav:hover{
		text-decoration: none;
	  transition: 0.8s;
	  color:#B5B5B5;
	}
	.dropmenu li ul.submenu{
	  list-style: none;
	  position: absolute;
	  z-index: 9999;
	  top: 60px;
	  left: -130px;
	  margin: 0;
	  padding: 20;
		width: 730px;
		height: 90px;
		background-color: #000000;
	}
	.dropmenu li ul.submenu li{
		padding: 13px 7px;
	}
	.dropmenu li ul.submenu li a{
	  padding: 13px 15px;
	  text-align: left;
		display: inline;
	  line-height: 220%;
		color:#727272;
		font-size: 90%;
	}
	.dropmenu li ul.submenu li a:hover{
		color:#fff;
		text-decoration: none;
	}
	.dropmenu li ul.submenu2{
	  list-style: none;
	  position: absolute;
	  z-index: 9999;
	  top: 38px;
	  left: 0;
	  margin: 0;
		width: 240px;
		background-color:rgba(255,255,255,0.9);
	}
	.dropmenu li ul.submenu2 li{
	}
	.dropmenu li ul.submenu2 li a{
		width: 240px;
	  text-align: left;
		display: block;
	  line-height: 100%;
		color:#000000;
		font-size: 90%;
		padding: 20px 10px;
		border-bottom: #ffffff 1px solid;
	}
	.dropmenu li ul.submenu2 li a:hover{
		width: 240px;
		color:#555555;
		text-decoration: none;
		background-color: #eeeeee;
		border-bottom: #dddddd 1px solid;
	}
	.dropmenu li:hover > a.m-nav{
	  background: #fff;
	}
	.dropmenu li a.m-nav:hover{
	  background: #fff;
	}

	#fade-in li ul{
	  visibility: hidden;
	  opacity: 0;
	  transition: 0.5s;
	}
	#fade-in li:hover ul{
	  visibility: visible;
	  opacity: 1;
	}
	#fade-in li ul li a{
	  visibility: hidden;
	  opacity: 0;
	  transition: 0.8s;
	}
	#fade-in li:hover ul li a{
	  visibility: visible;
	  opacity: 1;
	}
	
	.share {
		width: 235px;
		float: right;
		height: 31px;
		background: url(../images/shere.png) left center no-repeat;
		background-size: 51px 32px;
		
	}
	.share ul {
		list-style: none;
		margin-left: 60px;
	}
	.share ul li {
		float: left;
		display: inline-block;
		text-indent: -9876px;
		width: 31px;
		height: 31px;
		margin: 0 5px 0 0;
	}
	.share ul li.fb {
		width: 31px;
		height: 31px;
		background: url(../images/facebook_pc.png) center center no-repeat;
		background-size: 100% auto;
	}
	.share ul li.fb a {
		display: block;
		width: 31px;
		height: 31px;
	}
	.share ul li.ist {
		width: 31px;
		height: 31px;
		background: url(../images/instagram_pc.png) center center no-repeat;
		background-size: 100% auto;
	}
	.share ul li.ist a {
		display: block;
		width: 31px;
		height: 31px;
	}

	.share ul li.twi {
		width: 31px;
		height: 31px;
		background: url(../images/twitter_pc.png) center center no-repeat;
		background-size: 100% auto;
	}
	.share ul li.twi a {
		display: block;
		width: 31px;
		height: 31px;
	}

	.share ul li.you {
		width: 31px;
		height: 31px;
		background: url(../images/youtube_pc.png) center center no-repeat;
		background-size: 100% auto;
	}
	.share ul li.you a {
		display: block;
		width: 31px;
		height: 31px;
	}



}
/* 1020px以下から 調整
------------------------------------------------------------*/
@media only screen and (max-width:1020px){
	#main-nav {
		margin: 0;
	}
}

/* 959px以下から 1カラム表示
------------------------------------------------------------*/
@media only screen and (max-width:959px){
	.pc-nav {
		display: none;
	}
	.sm-nav {
	}
	img {
		max-width: 100%;
		height: auto;
	}

	/* wrapper */
	#wrapper {
		margin: 0px auto 0 auto;
	}
	#container {
		width: 100%;
		margin: 0 auto 0 auto;
	}
	header {
		background-color: rgba(0,0,0,0);
	}

	.logo {
		display: none;
	}
	
	.cont-dis {
		display: none;
	}
		
	.cont-cosine {
		position: absolute;
		z-index: 10;
		text-indent: -9876px;
		width: 277px;
		height: 120px;
		top:150px;
		left: 50%;
		margin-left: -139px;
		background: url(../images/top_cosine.png) center center no-repeat;
		background-size: 100% auto;
	}
		
	/* top */

	.top-contents {
		padding-top: 50px;
	}
	.top-contents h2 {
		text-align: center;
		padding-bottom: 40px;
	}
	.share {
		width: 160px;
		float: none;
		height: 160px;
		background: url(../images/shere_wh.png) top center no-repeat;
		background-size: 102px 62px;
		margin-top: 0px;
		position: absolute;
		top: 500px;
		left: 50%;
		margin-left: -80px;
	}
	.share ul {
		list-style: none;
		margin-left: 0px;
		margin-top: 70px;
	}
	.share ul li {
		float: left;
		display: inline-block;
		text-indent: -9876px;
		width: 62px;
		height: 62px;
		margin: 0 5px 0 5px;
	}
	.share ul li.fb {
		width: 62px;
		height: 62px;
		background: url(../images/facebook_pc_wh.png) center center no-repeat;
		background-size: 100% auto;
	}
	.share ul li.fb a {
		display: block;
		width: 62px;
		height: 62px;
	}
	.share ul li.ist {
		width: 62px;
		height: 62px;
		background: url(../images/instagram_pc_wh.png) center center no-repeat;
		background-size: 100% auto;
	}
	.share ul li.ist a {
		display: block;
		width: 62px;
		height: 62px;
	}
	.sp-slide p {
		display: none;
	}
	.cosine-intro {
		text-align: center;
		margin: 60px 0 60px 0;
	}
	.cosine-intro h3 {
		font-size: 20pt;
		margin-bottom: 30px;
	}
	.cosine-intro p {
		font-size: 11pt;
		line-height: 200%;
		width: 90%;
		margin: 0 auto;
	}
	.top-cosine {
		position: absolute;
		z-index: 10;
		text-indent: -9876px;
		width: 277px;
		height: 120px;
		top:150px;
		left: 50%;
		margin-left: -139px;
		background: url(../images/top_cosine.png) center center no-repeat;
		background-size: 100% auto;
	}
	.top-cosine2 {
		position: absolute;
		z-index: 10;
		text-indent: -9876px;
		width: 250px;
		height: 68px;
		top:80px;
		left: 50%;
		margin-left: -125px;
		background: url(../images/logo.png) center center no-repeat;
		background-size: 80% auto;
	}
	.top-cart {
		position: absolute;
		z-index: 9;
		width: 200px;
		height: auto;
		top:450px;
		left: 50%;
		margin-left: -100px;
	}
	.top-cart img {
		width: 100%;
		height: auto;
	}
	dl.search1{
		position: absolute;
		z-index: 1;
		top:330px;
		left: 50%;
		width: 80%;
		margin-left: -40%;
		background-color:#fff;
		border:0px solid #aaa;
		-webkit-border-radius:26px;
		-moz-border-radius:26px;
		-o-border-radius:26px;
		-ms-border-radius:26px;
		border-radius:26px;
		opacity: 0.7;
	}
	.top-news {
		margin: 180px 0 80px 0;
		clear: both;
		background-color: #f0edec;
		padding: 80px 0;
	}
	ul.top-news-list {
		width: 100%;
		list-style: none;
		display: block;
		margin: 30px auto;
		padding-left: 1%;
	}
	ul.top-news-list li {
		width: 33%;
		padding: 10px;
		float: left;
	}
	.top-banner-list {
		margin: 100px 0;
		clear: both;
	}
	ul.top-banner-list {
		width: 100%;
		list-style: none;
		display: block;
		margin: 0px auto;
	}
	ul.top-banner-list li {
		width: 50%;
		padding: 20px;
		float: left;
	}
	ul.top-banner-list li img {
		width: 100%;
		height: auto;
		padding-bottom: 10px;
	}
	.cosine-bnr {
		width: 100%;
		padding: 20px;
	}
	.cosine-bnr img {}
	.top-address {
		margin: 180px 0 80px 0;
		clear: both;
		background-color: #000000;
		padding: 80px 0;
	}
	.top-add-box {
		width: 100%;
		margin: 0px auto;
		color: #FFFFFF;
		display:flex;
	}
	.top-add-left {
		width: 50%;
		float: left;
	}
	.top-add-right {
		width: 40%;
		float: right;
		border-left: #FFFFFF 2px solid;
		padding-left: 5%;
		margin-left: 5%;
	}
	.top-add-left address {
		padding-bottom: 10px;
		line-height: 150%;
	}

	/* page */
	.page-intro {
		width: 90%;
		margin: 60px auto;
	}
	.page-intro h3 {
		font-size: 26pt;
		margin-bottom: 60px;
	}
	.page-intro p {
		font-size: 14pt;
		line-height: 200%;
	}

	/* aboutus */
	.aboutus-intro {
		width: 90%;
		margin: 60px auto;
	}
	.aboutus-intro h3 {
		font-size: 26pt;
		margin-bottom: 60px;
	}
	.aboutus-intro p {
		font-size: 14pt;
		line-height: 200%;
	}
	.aboutus-history h4 {
		width: 90%;
		margin: 90px auto 30px;
		font-size: 20pt;
		line-height: 150%;
	}
	.aboutus-history p {
		width: 90%;
		margin: 30px auto 90px;
		font-size: 11pt;
		line-height: 250%;
	}
	.aboutus-ceo {
		width: 90%;
		margin: 30px auto 90px;
	}
	.ceo-greeting-txt {
		width: 100%;
		float: none;
		padding-top: 30px;
	}
	.ceo-greeting-photo {
		width: 100%;
		float: none;
		padding-top: 30px;
	}
	.ceo-greeting-photo p {
		padding-bottom: 30px;
	}
	.aboutus-gaiyou {
		width: 90%;
		margin: 30px auto 120px;
	}
	.yurai p.yurai-tit {
		padding-bottom: 10px;
	}
	.yurai-logo {
		width: 280px;
		float: none;
	}
	.yurai-txt {
		margin-left: 0px;
	}
	.yurai-txt p {
		padding-top: 20px;
	}
	.aboutus-member {
		width: 90%;
		margin: 30px auto 30px;
	}

	/* asahikawa */
	.asahikawa-contents {
		margin: 30px 3%;
	}
	.asahikawa-contents h2 {
		font-size: 20pt;
		margin-bottom: 20px;
		margin-top: 30px;
	}
	.asahikawa-contents h3 {
		font-size: 20pt;
		margin-bottom: 30px;
	}
	.asahikawa-contents p {
		font-size: 11pt;
		line-height: 150%;
		padding-bottom: 30px;
		text-align: justify;
	}
	.asahikawa-contents img {
		padding: 10px 0;
	}
	.asahikawa-calender {
		padding: 60px 0;
		margin: 30px 0;
	}
	.asahikawa-calender h2 {
		font-size: 18pt;
		margin-bottom: 20px;
		margin-top: 10px;
	}
	.asahikawa-calender h3 {
		font-size: 15pt;
		margin-bottom: 30px;
	}
	.asahikawa-calender p {
		font-size: 11pt;
		line-height: 150%;
		padding-bottom: 30px;
		text-align: center !important;
	}
	.cap {
		font-size: 11pt;
		margin-bottom: 30px;
		text-align: center !important;
	}
	.asahikawa-map {
		width: 96%;
		margin: 0px auto;
	}
	.asahikawa-calender table {
		width: 100%;
		margin: 30px auto;
		border-collapse: separate;
		border-spacing: 5px;
	}
	.asahikawa-calender th,
	.asahikawa-calender td {
		padding: 3px;
	}

	/* material */
	.mate-box {
		width: 100%;
		margin: 0 auto;
	}
	.mate-box-left {
		width: 40%;
		float: left;
		clear: both;
		margin: 5%;
	}
	.mate-box-right {
		width: 40%;
		float: right;
		margin: 5%;
	}

	.mate-box-left h4,
	.mate-box-right h4{
		font-size: 18pt;
		padding: 0px 0 20px 0;
	}
	.mokume-box {
		width: 100%;
		margin: 0 auto;
		margin-bottom: 50px;
	}
	.mokume-txt-left {
		float: left;
		width: 70%;
	}
	.mokume-txt-right {
		float: right;
		width: 70%;
	}
	.mokume-box p {
		line-height: 150%;
	}
	p.moku {
		text-align: center;
		padding-bottom: 30px;
	}


	/* designer */
	.designer-list {
		width: 100%;
		margin: 30px auto 30px;
	}
	.designer-list ul li{
		width: 25%;
		float: left;
		padding: 20px;
	}
	.designer-box {
		width: 100%;
		margin: 30px auto;
		border: #000000 1px solid;
	}
	.designer-box h2 {
		font-size: 22pt;
	}
	ul.designer-prd-list li {
		width: 50%;
		float: left;
	}
	ul.designer-prd-list li img {
		width: 100%;
		height: auto;
	}
	ul.designer-prd-list li p {
		text-align: center;
		line-height: 150%;
	}
	
	/* care */
	.care-contents-1 {
		margin: 30px 0;
	}
	.care-contents-2 {
		background-color: #f0edec;
		margin: 30px 0;
	}
	.care-contents-1-box {
		width: 96%;
		margin: 30px auto 90px;
		padding: 0px 2%;
	}
	.care-contents-2-box {
		width: 96%;
		margin: 30px auto 90px;
		padding: 30px 2%;
	}


	/* mainte */
	.mainte-contents {
		margin: 30px 0;
	}
	.mainte-contents-box {
		width: 96%;
		margin: 30px auto 90px;
		padding: 0px 2%;
	}
	.mainte-contents h4 {
		padding: 10px 0 20px 0;
		font-family: 'Sawarabi Mincho', sans-serif;
		font-weight: normal;
		font-size: 15pt;
	}
	.mainte-img {
		float: right;
		padding-left: 30px;
	}
	.mainte-txt {
		line-height: 200%;
		padding-bottom: 15px;
	}
	.mainte-chart {
		margin: 30px 0;
	}
	.mainte-chart-box {
		width: 96%;
		margin: 60px auto 90px;
		padding: 0px 2%;
	}
	.mainte-chart h3 {
		padding: 10px 0 40px 0;
		font-family: 'Sawarabi Mincho', sans-serif;
		font-weight: normal;
		font-size: 20pt;
		text-align: center;
	}
	.chart-img {
		width: 340px;
		padding-left: 30px;
		display:table-cell;
	}
	.chart-txt {
		width: auto;
		height: 228px;
		display:table-cell;
		padding-left: 160px;
		vertical-align: middle;
	}
	.chart-txt p {
		line-height: 200%;
	}
	.mainte-chart-num1 {
		background: url(../images/maintenance_no1.png) top left no-repeat;
		display: table;
		margin: 30px 0;
	}
	.mainte-chart-num2 {
		background: url(../images/maintenance_no2.png) top left no-repeat;
		display: table;
		margin: 30px 0;
	}
	.mainte-chart-num3 {
		background: url(../images/maintenance_no3.png) top left no-repeat;
		display: table;
		margin: 30px 0;
	}

	/* wood */
	.wood-nav {
		margin: 60px auto 90px;
	}
	.wood-nav ul {
		list-style: none;
		text-align: center;
	}
	.wood-nav ul li {
		display: inline-block;
		padding: 10px;
	}
	.wood-contents {
		width: 96%;
		margin: 30px auto 60px;
		padding: 0px 2%;
	}
	.wood-contents h3 {
		border: #969696 1px solid;
		padding: 10px;
		font-weight: normal;
		font-family: 'Sawarabi Mincho', sans-serif;
		font-size: 20pt;
		text-align: center;
	}
	.wood-cont1 {
		margin-top: 60px;
		padding-left: 200px;
		background: url(../images/sec_img/cwoods_m02.png) left top no-repeat;
	}
	.wood-cont2 {
		margin-top: 60px;
		padding-left: 200px;
		background: url(../images/sec_img/cwoods_w02.png) left top no-repeat;
	}
	.wood-cont3 {
		margin-top: 60px;
		padding-left: 200px;
		background: url(../images/sec_img/cwoods_s02.png) left top no-repeat;
	}
	.wood-cont4 {
		margin-top: 60px;
		padding-left: 200px;
		background: url(../images/sec_img/cwoods_n02.png) left top no-repeat;
	}
	.wood-contents h4 {
		font-weight: normal;
		font-family: 'Sawarabi Mincho', sans-serif;
		font-size: 16pt;
		padding-bottom: 10px;
	}
	.wood-contents p {
		line-height: 150%;
	}
	ul.wood-img-list ,
	ul.wood-img-list2 {
		list-style: none;
	}
	ul.wood-img-list li {
		display: inline-block;
		width: 32%;
		padding: 30px 0;
		text-align: center;
	}
	ul.wood-img-list2 li {
		display: inline-block;
		width: 24%;
		padding: 30px 0;
		text-align: center;
	}


	/* blog */
	.blog-intro {
		width: 96%;
		margin: 30px auto 30px;
		padding: 0px 2%;
	}
	.blog-intro h2 {
		text-align: center;
		font-weight: 300;
		font-size: 30pt;
		font-family: 'Montserrat', sans-serif;
		margin-bottom: 10px;
	}
	.blog-intro h3 {
		font-family: 'Sawarabi Mincho', sans-serif;
		font-weight: normal;
		font-size: 15pt;
		margin-bottom: 60px;
	}
	.blog-intro p {
		font-family: 'Sawarabi Mincho', sans-serif;
		font-weight: normal;
		font-size: 14pt;
		line-height: 250%;
	}
	.blog-index {
		margin: 0px auto 60px;
	}
	.blog-wrapper {
			width: 96%;
			margin: 30px auto 60px;
			padding: 0px 2%;
	}
	.blog-contents {
		width: 100%;
		float: none;
	}
	.blog-side {
		width: 100%;
		float: none;
		margin-left: 0px;
		margin-top: 60px;
	}
	.blog-side img {
		width: 300px !important;
		height: auto;
	}
	ul.archive-list {
		list-style: none;
		margin-left: 1%;
	}
	ul.archive-list li {
		width:31%;
		float: left;
		height: 260px;
		background-color: #f0edec;
		margin: 1%;
		text-align: left;
	}
	p.list-date {
		padding: 10px 15px;
		font-size: 10pt;
	}
	p.list-title {
		padding: 0px 30px 0 10px;
		font-size: 12pt;
	}
	.new_post_entry {
		position: absolute;
		bottom:5px;
		right: 5px;
	}
	.new_post_entry img {
		width: 40px;
		height: auto;
	}
	.pager {
		text-align: center;
	}
	a.page-numbers {
		text-decoration: none;
		padding: 15px 20px;
		font-size: 12pt;
		border: #ccc 1px solid;
		margin: 2px;
	}
	span.page-numbers {
		background: #ccc;
		border: #ccc 1px solid;
		padding: 15px 20px;
		font-size: 12pt;
		margin: 2px;
	}


	/* contact */
	.new-trans {
		width: 96%;
		margin: 30px auto 60px;
		border: #000000 1px solid;
		padding: 60px 60px 30px;
	}   
	.new-trans h3 {
		font-weight: 300;
		font-size: 18pt;
		font-family: 'Sawarabi Mincho', sans-serif;
		text-align: left;
		letter-spacing: 0em;
		border-bottom: #000000 1px solid;
		padding-bottom: 5px;
		margin-bottom: 15px;
	}
	.new-trans p {
		line-height: 200%;
		padding-bottom: 25px;
	}
	.contact-data {
		width: 96%;
		margin: 30px auto 60px;
		text-align: center;
	}
	.contact-data p {
		line-height: 200%;
		padding-bottom: 15px;
	}
	.contact-top-contents {
		width: 96%;
		margin: 10px auto 60px;
		text-align: center;
	}
	.contact-top-contents p {
		line-height: 150%;
		padding-bottom: 15px;
	}
	ul.contact-btn {
		list-style: none;
		text-align: center;
		margin: 20px auto;
		width: 100%;
	} 
	ul.contact-btn li {
		display: block;
		float: left;
		margin: 5%;
		width: 40%;
		text-align: justify;
		font-size: 10pt;
		color: #a40000;
	}
	ul.contact-btn li img {
		width: 100%;
		height: auto;
	}


	/* mail magazine */
	.mailmaga-contents {
		text-align: center;
	}
	.mailmaga-contents h3 {
		font-weight: 300;
		font-size: 16pt;
		font-family: 'Sawarabi Mincho', sans-serif;
		letter-spacing: 0em;
		margin-bottom: 60px;
	}
	ul.mailmaga-list {
		list-style: none;
	}
	ul.mailmaga-list li {
		display: inline-block;
		margin: 20px;
		list-style-type: none;
	}
	ul.mailmaga-list li a {
		padding: 15px 25px;
		border: 1px solid #000000;
		border-radius: 5px;
	}
	.backnumber {
		width: 96%;
		margin: 60px auto 60px;
	}
	.backnumber h4 {
		font-weight: 300;
		font-size: 14pt;
		font-family: 'Sawarabi Mincho', sans-serif;
		letter-spacing: 0em;
		margin: 20px 0;
	}
	.backnumber p {
		margin: 20px 0;
		font-size: 11pt;
	}
	.bn-left {
		width: 40%;
		float: left;
		margin: 5%;
	}
	.bn-right {
		width: 40%;
		float: left;
		margin: 5%;
	}
	.mailmaga-list {
		width: 90%;
		margin: 10px auto 10px;
	}
	.dist {}
	.dist table {}
	.dist th {
		border-top: #000000 1px solid;
		border-bottom: #000000 1px solid;
		padding: 15px 5px;
		text-align: left;
		background-color: #E0E0E0;
	}
	.dist td {
		border-bottom: #000000 1px solid;
		padding: 15px 5px;
	}

	.other-contents {
		width: 90%;
		margin: 30px auto 30px;
	}
	.other-contents h3 {
		font-weight: 300;
		font-size: 18pt;
		font-family: 'Sawarabi Mincho', sans-serif;
		text-align: left;
		letter-spacing: 0em;
		border-bottom: #000000 1px solid;
		padding-bottom: 5px;
		margin-bottom: 15px;
	}
	.other-contents h4 {
		font-weight: 300;
		font-size: 16pt;
		font-family: 'Sawarabi Mincho', sans-serif;
		text-align: left;
		letter-spacing: 0em;
		padding-bottom: 5px;
		margin-bottom: 15px;
	}
	.other-contents p {
		line-height: 200%;
		padding-bottom: 25px;
	}

	/* shop */
	.shop-list {
		width: 90%;
		margin: 60px auto 60px;
	}
	.shop-list h3 {
		font-weight: 300;
		font-size: 18pt;
		font-family: 'Sawarabi Mincho', sans-serif;
		text-align: center;
		letter-spacing: 0em;
		padding-bottom: 5px;
		margin-bottom: 35px;
	}
	.shop-list h4 {
		font-weight: 300;
		font-size: 15pt;
		font-family: 'Sawarabi Mincho', sans-serif;
		text-align: left;
		letter-spacing: 0em;
		border-bottom: #000000 1px solid;
		padding-bottom: 5px;
		margin-bottom: 25px;
		padding-top: 30px;
		clear: both;
	}
	.shop-img {
		width: 40%;
		float: left;
	}
	.shop-img img {
		width: 100%;
		height: auto;
	}
	.shop-data {
		width: 55%;
		float: right;
	}
	.shop-data p {
		line-height: 200%;
		padding-bottom: 25px;
	}
	.shop-data h5 {
		font-family: 'Sawarabi Mincho', sans-serif;
		margin-bottom: 15px;
	}
	ul.shop-data-list {
		list-style: none;
		text-align: center;
	}
	ul.shop-data-list li {
		display: inline-block;
		margin: 10px;
		list-style-type: none;
	}
	ul.shop-data-list li a {
		padding: 5px 10px;
		border: 1px solid #000000;
		border-radius: 5px;
	}
	.shop-gmap {
		background-color:#D6E6F5;
		padding: 5px 10px;
		font-size: 95%;
	}
	.shop-ex-link {
		background: #000000;
		padding: 5px 10px;
		color: #FFFFFF;
		font-size: 95%;
	}
	.shop-ex-link a {
		color: #FFFFFF;
	}
	.s-name {
		width: 120px;
	}
	.s-hp {
		width: 60px;
	}
	.s-add {
		width: 260px;
	}
	.s-tel {
		width: 100px;
	}
	.s-date {
		width: 200px;
	}
	.s-cate {
		width: 90px;
	}
	
	/* policy */
	.policy-contents {
		padding: 40px 5%;
	}
	/* recruit */
	.recruit-contents {
		padding: 40px 5%;
	}

	/* footer */
	footer {
		clear: both;
	}
	#footer-container {
		width: 96%;
		margin:0px auto;
		padding: 30px 2%;
	}
	ul.footer-nav {
		padding-top: 10px;
		list-style: none;
	}
	ul.footer-nav li {
	}
	#pageTop {
		margin-bottom: 20px;
	}

}
/* 770px以下から
------------------------------------------------------------*/
@media only screen and (max-width:770px){
	.video-box {
		width: 90%;
		margin: 60px auto;
	}
}
/* 720px以下から
------------------------------------------------------------*/
@media only screen and (max-width:719px){

	/* top */

	.top-contents {
		padding-top: 80px;
	}

	/* footer */
	footer {
		clear: both;
	}

	#pageTop {
		margin-bottom: 20px;
	}
	/* faq */
	.faq-contents {
		width: 96%;
		margin: 50px auto;
	}
}
/* 640px以下から
------------------------------------------------------------*/
@media only screen and (max-width:640px){
	
	.head-img h2 {
		width: 300px;
		height: auto;
		margin-left: -150px;
	}
	
	.pc-br {
		display: none;
	}
	
	/* top */
	ul.top-news-list {
		width: 100%;
		list-style: none;
		display: block;
		margin: 30px auto;
	}
	ul.top-news-list li {
		width: 50%;
		padding: 10px;
		float: left;
	}
	.top-address {
		margin: 30px 0 30px 0;
		clear: both;
		background-color: #000000;
		padding: 40px 0;
	}
	.top-add-box {
		width: 100%;
		margin: 0px auto;
		color: #FFFFFF;
		display:block;
	}
	.top-add-left {
		width: 90%;
		float: none;
		margin: 0 auto;
	}
	.top-add-right {
		width: 90%;
		float: none;
		border-left: 0px;
		padding-left: 0;
		margin-left: 0;
		padding-top: 40px;
		margin: 0 auto;
	}
	.top-add-left address {
		padding-bottom: 10px;
		line-height: 150%;
	}
	.top-add-right h3 {
		font-size: 18px;
		font-weight: normal;
	}
	.top-add-right ul {
		padding-top: 10px;
		list-style: none;
	}
	.top-add-right ul li {
		padding-top: 10px;
	}

	/* page */
	.page-contents {
		padding: 30px 0;
	}
	.page-intro {
		margin: 30px auto;
	}
	.page-intro h3 {
		font-size: 18pt;
		line-height: 150%;
		margin-bottom: 30px;
		text-align: left;
	}
	.page-intro p {
		font-size: 11pt;
		line-height: 150%;
		text-align: left;
		text-align: justify;
	}
	.page-intro p.h-mark {
		padding: 30px 0 40px 0;
		text-align: center;
	}
	
	/* vision */
	.five-promises {
		text-align: center;
		margin: 60px 0;
	}
	.five-promises h2 {
		text-align: center;
		font-weight: 300;
		font-size: 20pt;
		font-family: 'Montserrat', sans-serif;
		margin-bottom: 30px;
		margin-top: 30px;
		padding: 0 5%;
	}
	.five-promises h3 {
		font-family: 'Sawarabi Mincho', sans-serif;
		font-weight: normal;
		font-size: 18pt;
		line-height: 130%;
		margin-bottom: 30px;
		padding: 0 5%;
	}
	.five-promises p {
		font-family: 'Sawarabi Mincho', sans-serif;
		font-weight: normal;
		font-size: 11pt;
		line-height: 150%;
		padding: 0 5%;
	}
	.five-promises-part {
		margin: 30px 0 30px 0;
	}
	.fp-num {
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.link-btn {
		margin: 30px 0;
	}
	
	/* gururi */
	.gururi-contents {
		text-align: center;
		margin: 60px 0;
	}
	.gururi-contents h3 {
		font-family: 'Sawarabi Mincho', sans-serif;
		font-weight: normal;
		font-size: 18pt;
		line-height: 130%;
		margin-bottom: 30px;
		padding: 0 5%;
		text-align: justify;
	}
	.gururi-contents p {
		font-family: 'Sawarabi Mincho', sans-serif;
		font-weight: normal;
		font-size: 11pt;
		line-height: 150%;
		padding: 0 5%;
		padding-bottom: 30px;
		text-align: justify;
	}
	.gururi-contents img {
		padding: 60px 0;
	}
	
	/* asahikawa */
	.asahikawa-contents h2 {
		font-size: 20pt;
		margin-bottom: 20px;
		margin-top: 30px;
	}
	.asahikawa-contents h3 {
		font-size: 18pt;
		margin-bottom: 30px;
	}


	/* material */
	.material-contents-1 {
		background-color: #f0edec;
		padding: 30px 0;
	}
	.material-contents-2 {
		padding: 30px 0;
		clear: both;
	}
	.material-contents-1 h3 {
		font-size: 18pt;
		font-family: 'Sawarabi Mincho', sans-serif;
		font-weight: normal;
		text-align: center;
		letter-spacing: 0em;
		padding: 10px 0 10px 0;
	}
	.mate-box {
		width: 100%;
		margin: 0 auto;
	}
	.mate-box-left {
		width: 90%;
		float: none;
		clear: both;
		margin: 5%;
		margin-bottom: 35px;
	}
	.mate-box-right {
		width: 90%;
		float: none;
		margin: 5%;
		margin-bottom: 35px;
	}
	.mate-box-left p ,
	.mate-box-right p {
		font-size: 11pt;
	}

	.material-contents-2 h3 {
		font-size: 16pt;
		padding: 30px 0 30px 0;
	}
	.mate-box-left h4,
	.mate-box-right h4{
		font-size: 16pt;
		padding: 0px 0 20px 0;
	}
	.mokume-box {
		width: 96%;
		margin-bottom: 50px;
	}
	.mokume-img-right {
		width: 100%;
		float: none;
		padding-left: 0px;
		padding-top: 10px;
	}
	.mokume-img-left {
		width: 100%;
		float: none;
		padding-right: 0px;
		padding-top: 10px;
	}
	.mokume-txt-left {
		width: 100%;
		float: none;
	}
	.mokume-txt-right {
		width: 100%;
		float: none;
	}
	.mokume-box h5{
		padding-top: 10px;
	}


	/* aboutus */
	.aboutus-contents {
		padding: 30px 0;
	}
	.aboutus-intro {
		margin: 30px auto;
	}
	.aboutus-intro h3 {
		font-size: 18pt;
		line-height: 150%;
		margin-bottom: 30px;
		text-align: left;
	}
	.aboutus-intro p {
		font-size: 11pt;
		line-height: 150%;
		text-align: left;
		text-align: justify;
	}
	.aboutus-intro p.h-mark {
		padding: 30px 0 40px 0;
		text-align: center;
	}
	.aboutus-history {
		margin: 30px auto;
	}
	.aboutus-history h3 {
		margin-bottom: 30px;
	}
	.aboutus-history h4 {
		margin: 60px auto 30px;
		font-size: 16pt;
		line-height: 150%;
	}
	.aboutus-history p {
		margin: 30px auto 60px;
		font-size: 11pt;
		line-height: 200%;
		text-align: justify;
	}
	.aboutus-ceo h3 {
		font-size: 24pt;
	}
	p.top-cate-intro {
		font-size: 12pt;
	}
	.aboutus-ceo {
		margin: 30px auto 30px;
	}
	.ceo-greeting-txt {
		padding-top: 30px;
	}
	.ceo-greeting-photo {
		padding-top: 30px;
	}
	.ceo-greeting-txt h4 {
		font-size: 16pt;
	}
	.ceo-greeting-txt p {
		padding-top: 30px;
		font-size: 11pt;
		text-align: justify;
	}
	.ceo-greeting-photo p {
		padding-bottom: 20px;
	}
	.aboutus-gaiyou {
		margin: 30px auto 90px;
	}
	.aboutus-gaiyou h3 {
		font-size: 20pt;
	}
	.aboutus-gaiyou dt{
		width: 100%;
		padding: 10px 10px;
		border-top: 1px solid #ccc; 
	}
	.aboutus-gaiyou dd{
		padding: 10px 10px;
		border-top: 0px solid #ccc; 
		width: 100%;
	}
	.aboutus-member {
		margin: 30px auto 90px;
	}
	ul.aboutus-member-item {
		margin: 20px 0 0px 0;
	}
	ul.aboutus-member-item li {
		width: 50%;
		height: 180px;
	}


	/* designer */
	.designer-list {
		width: 100%;
		margin: 30px auto 90px;
	}
	.designer-list ul li{
		width: 50%;
		float: left;
		padding: 20px;
	}
	.d-name {
		text-align: center;
		padding: 10px 0 3px 0;
		font-family:"ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
		font-size: 14pt;
	}
	.d-kana {
		text-align: center;
		font-size: 7pt;
	}
	.designer-box {
		width: 100%;
		margin: 30px auto;
		border: #000000 1px solid;
	}
	.designer-box h2 {
		font-size: 18pt;
		padding: 10px;
	}
	.designer-val {
		padding: 30px;
	}
	h3.designer-name {
		padding: 20px 0 40px 0;
		font-size: 18pt;
	}
	span.designer-kana {
		padding-left: 10px;
		font-size: 10pt !important;
		letter-spacing: 0.1em;
	}
	.designer-img {
		width: 280px;
		margin: 0 auto;
		float: none;
		text-align: center;
	}
	.designer-txt {
		margin-left: 0px;
	}
	.designer-txt p {
		line-height: 140%;
		padding-bottom: 20px;
		padding-top: 30px;
	}
	.designer-val h4 {
		font-size: 16pt;
		padding: 5px;
	}
	ul.designer-prd-list {
		list-style: none;
		padding: 30px 0;
	}
	ul.designer-prd-list li {
		width: 50%;
	}
	ul.designer-prd-list li p {
		text-align: center;
		line-height: 150%;
		font-size: 9pt;
	}

	/* care */
	.care-contents-1 h4 {
		padding: 10px 0 20px 0;
		font-family: 'Sawarabi Mincho', sans-serif;
		font-weight: normal;
		font-size: 16pt;
	}
	.care-contents-2 h4 {
		padding: 10px 0 40px 0;
		font-family: 'Sawarabi Mincho', sans-serif;
		font-weight: normal;
		font-size: 16pt;
		text-align: center;
	}
	.care-img {
		float: none;
		padding-left: 0px;
	}
	.care-txt {
		line-height: 150%;
		padding-bottom: 15px;
	}
	.caution-mark {
		text-align: center;
		padding-bottom: 10px;
	}
	/* mainte */
	.mainte-contents-box {
		width: 96%;
		margin: 30px auto 30px;
		padding: 0px 2%;
	}
	.mainte-contents h4 {
		padding: 10px 0 20px 0;
		font-size: 13pt;
	}
	.mainte-img {
		float: none;
		padding-left: 0px;
	}
	.mainte-txt {
		line-height: 150%;
		padding-bottom: 15px;
	}
	.mainte-chart {
		margin: 30px 0;
	}
	.mainte-chart-box {
		width: 96%;
		margin: 60px auto 90px;
		padding: 0px 2%;
	}
	.mainte-chart h3 {
		padding: 10px 0 40px 0;
		font-family: 'Sawarabi Mincho', sans-serif;
		font-weight: normal;
		font-size: 15pt;
		text-align: center;
	}
	.chart-img {
		width: auto;
		padding-left: 0px;
		display:table-cell;
	}
	.chart-txt {
		width: auto;
		height: auto;
		display:block;
		padding-left: 0px;
		vertical-align: middle;
		padding-top: 70px;
		padding-bottom: 20px;
	}
	.chart-txt p {
		line-height: 150%;
	}
	.mainte-chart-num1 {
		background: url(../images/maintenance_no1.png) top left no-repeat;
		display:block;
		margin: 30px 0;
		background-size: 60px auto;
	}
	.mainte-chart-num2 {
		background: url(../images/maintenance_no2.png) top left no-repeat;
		display:block;
		margin: 30px 0;
		background-size: 60px auto;
	}
	.mainte-chart-num3 {
		background: url(../images/maintenance_no3.png) top left no-repeat;
		display:block;
		margin: 30px 0;
		background-size: 60px auto;
	}
	
	.foot-left {
		width: 100%;
		float: none;
		text-align: center;
	}
	.foot-right {
		width: 100%;
		float: none;
		text-align: center;
	}
	ul.foot-sns {
		width: 72px;
		margin: 0px auto;
		padding-bottom: 60px;
	}
}

/* 420px以下から
------------------------------------------------------------*/
@media only screen and (max-width:420px){
	.sm-br {
		display:inline-block;
	}
	.intro-cap {
		margin-top: -20px;
	}
	.cont-cosine {
		position: absolute;
		z-index: 10;
		text-indent: -9876px;
		width: 185px;
		height: 80px;
		top:100px;
		left: 50%;
		margin-left: -92px;
		background: url(../images/top_cosine.png) center center no-repeat;
		background-size: 100% auto;
	}
	#footer-container {
		padding: 10px 0;
	}
	ul.footer-nav {
		text-align: center;
	}
	ul.footer-nav li:last-child {
		padding-right: 0;
	}
	ul.footer-nav li {
		display: inline-block;
		padding-right: 20px;
		padding-left: 20px;
		border-left: #000000 2px solid;
	}
	ul.footer-nav li:first-child {
		padding-left: 0px;
		border-left: #000000 2px solid;
	}
	ul.top-news-list li {
		height: 240px;
	}
	ul.top-news-list li img {
		width: 100%;
		height: 120px;
		object-fit: cover;
		padding-bottom: 10px;
	}
	.share {
		width: 120px;
		float: none;
		height: 120px;
		background: url(../images/shere_wh.png) top center no-repeat;
		background-size: 80px auto;
		top: 460px;
		left: 50%;
		margin-left: -60px;
		margin-top:10px;
	}
	.share ul {
		list-style: none;
		margin-left: 0px;
		margin-top: 40px;
	}
	.share ul li {
		float: left;
		display: inline-block;
		text-indent: -9876px;
		width: 45px;
		height: 45px;
		margin: 10px 5px 0 5px;
	}
	.share ul li.fb {
		width: 45px;
		height: 45px;
		background: url(../images/facebook_pc_wh.png) center center no-repeat;
		background-size: 100% auto;
	}
	.share ul li.fb a {
		display: block;
		width: 45px;
		height: 45px;
	}
	.share ul li.ist {
		width: 45px;
		height: 45px;
		background: url(../images/instagram_pc_wh.png) center center no-repeat;
		background-size: 100% auto;
	}
	.share ul li.ist a {
		display: block;
		width: 45px;
		height: 45px;
	}
	.top-cosine {
		position: absolute;
		z-index: 10;
		text-indent: -9876px;
		width: 222px;
		height: 96px;
		top:130px;
		left: 50%;
		margin-left: -111px;
		background: url(../images/top_cosine.png) center center no-repeat;
		background-size: 100% auto;
	}
	.top-cosine2 {
		position: absolute;
		z-index: 10;
		text-indent: -9876px;
		width: 125px;
		height: 34px;
		top: 20px;
		left: 20px;
		margin-left: 0px;
		background: url(../images/logo.png) center center no-repeat;
		background-size: 100% auto;
	}
	.top-cart {
		position: absolute;
		z-index: 9;
		width: 200px;
		height: auto;
		top:350px;
		left: 50%;
		margin-left: -100px;
	}
	dl.search1{
		top:270px;
	}
	.top-series {
		margin: 60px 0;
		clear: both;
	}
	.top-style {
		margin: 60px 0;
		clear: both;
	}
	.top-recommend {
		margin: 60px 0;
		clear: both;
	}
	.allitem-btn {
		text-align: center;
		margin-top: 60px;
	}
	.top-prd-list {
	}
	ul.top-prd-item {
		list-style: none;
		margin: 30px auto;
		width: 100%;
		display: block;
	}
	ul.top-prd-item li {
		display: block;
		width: 50%;
		height: 200px;
		padding: 10px;
		margin-bottom: 20px;
		text-align: center;
		float: left;
	}
	ul.top-prd-item li img {
		width: 120px;
		height: auto;
		padding-bottom: 20px;
	}
	ul.slider1,
	ul.slider2{
		margin: 20px 0;
	}
	.top-news {
		margin: 60px 0;
		padding: 30px 0;
	}
	.top-news-date {
		padding-top: 10px;
		font-size: 14px;
		display: block;
	}
	.top-news-cate {
		padding-top: 10px;
		padding-left: 0px;
		display: block;
		font-size: 14px;
	}
	.top-news-title {
		padding-top: 10px;
		font-size: 14px;
	}

	.cosine-bnr {
		width: 100%;
		padding: 10px;
	}
	.cosine-bnr img {
		width: 100%;
		height: 250px;
		object-fit: cover;
	}
	ul.top-banner-list li {
		width: 100%;
		padding: 10px;
		float: none;
	}
	ul.top-banner-list li img {
		width: 100%;
		height: auto;
		padding-bottom: 0px;
	}
	/* wood */
	.wood-nav {
		margin: 30px auto 30px;
	}
	.wood-nav ul {
		list-style: none;
		text-align: center;
	}
	.wood-nav ul li {
		display: inline-block;
		padding: 10px;
	}
	.wood-contents {
		width: 96%;
		margin: 30px auto 60px;
		padding: 0px 2%;
	}
	.wood-contents h3 {
		border: #969696 1px solid;
		padding: 10px;
		font-weight: normal;
		font-family: 'Sawarabi Mincho', sans-serif;
		font-size: 15pt;
		text-align: center;
	}
	.wood-cont1 {
		margin-top: 40px;
		padding-left: 60px;
		background: url(../images/sec_img/cwoods_m02.png) left top repeat-y;
		background-size: 40px auto;
	}
	.wood-cont2 {
		margin-top: 40px;
		padding-left: 60px;
		background: url(../images/sec_img/cwoods_w02.png) left top repeat-y;
		background-size: 40px auto;
	}
	.wood-cont3 {
		margin-top: 40px;
		padding-left: 60px;
		background: url(../images/sec_img/cwoods_s02.png) left top repeat-y;
		background-size: 40px auto;
	}
	.wood-cont4 {
		margin-top: 40px;
		padding-left: 60px;
		background: url(../images/sec_img/cwoods_n02.png) left top repeat-y;
		background-size: 40px auto;
	}
	.wood-contents h4 {
		font-weight: normal;
		font-family: 'Sawarabi Mincho', sans-serif;
		font-size: 14pt;
		padding-bottom: 10px;
	}
	.wood-contents p {
		line-height: 150%;
	}
	ul.wood-img-list ,
	ul.wood-img-list2 {
		list-style: none;
	}
	ul.wood-img-list li {
		display: inline-block;
		width: 49%;
		padding: 20px 5% 0px;
		text-align: center;
	}
	ul.wood-img-list2 li {
		display: inline-block;
		width: 49%;
		padding: 20px 5% 0px;
		text-align: center;
	}

	/* blog */
	.blog-intro {
		width: 96%;
		margin: 30px auto 30px;
		padding: 0px 2%;
	}
	.blog-intro h2 {
		text-align: center;
		font-weight: 300;
		font-size: 18pt;
		font-family: 'Montserrat', sans-serif;
		margin-bottom: 10px;
	}
	.blog-intro h3 {
		font-family: 'Sawarabi Mincho', sans-serif;
		font-weight: normal;
		font-size: 12pt;
		margin-bottom: 30px;
	}
	.blog-intro p {
		font-family: 'Sawarabi Mincho', sans-serif;
		font-weight: normal;
		font-size: 11pt;
		line-height: 150%;
	}
	.blog-index {
		width: 96%;
		margin: 30px auto 60px;
		padding: 0px 2%;
	}
	ul.archive-list {
		list-style: none;
	}
	ul.archive-list li {
		width:48%;
		float: left;
		height: 240px;
		background-color: #f0edec;
		margin: 1%;
		text-align: left;
	}
	ul.archive-list li img {
		width: 100%;
		height: 120px;
		object-fit: cover;
	}
	p.list-date {
		padding: 10px 15px;
		font-size: 9pt;
	}
	p.list-title {
		padding: 0px 10px;
		font-size: 11pt;
	}
	.new_post_entry {
		position: absolute;
		bottom:5px;
		right: 5px;
	}
	.new_post_entry img {
		width: 30px;
		height: auto;
	}
	.pager {
		text-align: center;
	}
	a.page-numbers {
		text-decoration: none;
		padding: 10px 7px;
		font-size: 10pt;
		border: #ccc 1px solid;
		margin: 3px;
	}
	span.page-numbers {
		background: #ccc;
		border: #ccc 1px solid;
		padding: 10px 7px;
		font-size: 10pt;
		margin: 3px;
	}

	/* contact */
	.new-trans {
		width: 96%;
		margin: 30px auto 60px;
		border: #000000 1px solid;
		padding: 15px 15px 0px;
	}   
	.new-trans h3 {
		font-weight: 300;
		font-size: 14pt;
		font-family: 'Sawarabi Mincho', sans-serif;
		text-align: left;
		letter-spacing: 0em;
		border-bottom: #000000 1px solid;
		padding-bottom: 5px;
		margin-bottom: 15px;
	}
	.new-trans p {
		line-height: 150%;
		padding-bottom: 15px;
		text-align: justify;
	}
	.contact-data {
		width: 96%;
		margin: 30px auto 60px;
		text-align: center;
	}
	.contact-data p {
		line-height: 150%;
		padding-bottom: 15px;
		text-align: justify;
	}
	.okigaru {
		font-size: 12pt;
	}
	.contact-top-contents {
		width: 90%;
		margin: 20px auto;
	}
	.contact-top-contents p {
		text-align: justify;
		font-size: 10pt;
	}
	ul.contact-btn {
		list-style: none;
		text-align: center;
		margin: 20px auto;
		width: 100%;
	} 
	ul.contact-btn li {
		display: block;
		float: none;
		margin: 20px auto;
		width: 90%;
		text-align: justify;
		font-size: 8pt;
		color: #a40000;
	}


	/* mail magazine */
	.mailmaga-contents {
		text-align: center;
		width: 96%;
		margin: 0px auto 0px;
	}
	.mailmaga-contents h3 {
		font-weight: 300;
		font-size: 15pt;
		font-family: 'Sawarabi Mincho', sans-serif;
		letter-spacing: 0em;
		margin-bottom: 10px;
	}
	ul.mailmaga-list {
		list-style: none;
	}
	ul.mailmaga-list li {
		display: block;
		margin: 10px;
		list-style-type: none;
	}
	ul.mailmaga-list li a {
		display: block;
		padding: 15px 25px;
		border: 1px solid #000000;
		border-radius: 5px;
	}
	.backnumber {
		width: 96%;
		margin: 20px auto 20px;
	}
	.backnumber h4 {
		font-weight: 300;
		font-size: 14pt;
		font-family: 'Sawarabi Mincho', sans-serif;
		letter-spacing: 0em;
		margin: 20px 0;
	}
	.backnumber p {
		margin: 20px 0;
		font-size: 11pt;
	}
	.bn-left {
		width: 80%;
		float: none;
		margin: 0 auto;
		padding-bottom: 15px;
	}
	.bn-right {
		width: 80%;
		float: none;
		margin: 0 auto;
		padding-bottom: 15px;
	}

	.mailmaga-list {
		width: 96%;
		margin: 10px auto 10px;
	}
	.dist {}
	.dist table {}
	.dist th {
		border-top: #000000 1px solid;
		border-bottom: #000000 1px solid;
		padding: 15px 5px;
		text-align: left;
		background-color: #E0E0E0;
	}
	.dist td {
		border-bottom: #000000 1px solid;
		padding: 15px 5px;
	}

	.other-contents {
		width: 90%;
		margin: 30px auto 30px;
	}
	.other-contents h3 {
		font-weight: 300;
		font-size: 14pt;
		font-family: 'Sawarabi Mincho', sans-serif;
		text-align: left;
		letter-spacing: 0em;
		border-bottom: #000000 1px solid;
		padding-bottom: 5px;
		margin-bottom: 15px;
	}
	.other-contents h4 {
		font-weight: 300;
		font-size: 12pt;
		font-family: 'Sawarabi Mincho', sans-serif;
		text-align: left;
		letter-spacing: 0em;
		padding-bottom: 5px;
		margin-bottom: 15px;
	}
	.other-contents p {
		line-height: 150%;
		padding-bottom: 25px;
		font-size: 11pt;
		text-align: justify;
	}

	/* shop */
	.shop-list {
		width: 90%;
		margin: 60px auto 60px;
	}
	.shop-list h3 {
		font-weight: 300;
		font-size: 18pt;
		font-family: 'Sawarabi Mincho', sans-serif;
		text-align: center;
		letter-spacing: 0em;
		padding-bottom: 5px;
		margin-bottom: 35px;
	}
	.shop-list h4 {
		font-weight: 300;
		font-size: 15pt;
		font-family: 'Sawarabi Mincho', sans-serif;
		text-align: left;
		letter-spacing: 0em;
		border-bottom: #000000 1px solid;
		padding-bottom: 15px;
		margin-bottom: 5px;
		padding-top: 30px;
		clear: both;
	}
	.shop-img {
		width: 100%;
		float: none;
	}
	.shop-img img {
		width: 100%;
		height: auto;
	}
	.shop-data {
		width: 100%;
		float: none;
	}
	.shop-data p {
		line-height: 150%;
		padding-bottom: 25px;
	}
	.shop-data h5 {
		font-family: 'Sawarabi Mincho', sans-serif;
		margin-bottom: 15px;
	}
	ul.shop-data-list {
		list-style: none;
		text-align: center;
	}
	ul.shop-data-list li {
		display: inline-block;
		margin: 10px;
		list-style-type: none;
	}
	ul.shop-data-list li a {
		padding: 5px 10px;
		border: 1px solid #000000;
		border-radius: 5px;
	}
	.shop-gmap {
		background-color:#D6E6F5;
		padding: 5px 10px;
		font-size: 95%;
	}
	.shop-ex-link {
		background: #000000;
		padding: 5px 10px;
		color: #FFFFFF;
		font-size: 95%;
	}
	.shop-ex-link a {
		color: #FFFFFF;
	}
	.shop-list-table {}
	.shop-list-table table {
		width: 100%;
	}
	.shop-list-table th {
		border-bottom: 2px solid #000000;
		text-align: left;
		padding: 3px 5px;
		line-height: 150%;
		display: none;
	}
	.shop-list-table td {
		border-bottom: 0px solid #000000;
		text-align: left;
		padding: 0px 5px 10px;
		line-height: 120%;
		vertical-align:text-top;
		display: block;
	}
	.shop-list-table td img {
		padding-top: 3px;
	}
	.s-name {
		width: 100%;
		padding-top: 20px !important;
		font-size: 120% !important;
	}
	.s-hp {
		width: 100%;
	}
	.s-add {
		width: 100%;
	}
	.s-tel {
		width: 100%;
	}
	.s-date {
		width: 100%;
	}
	.s-cate {
		width: 100%;
		border-bottom: 1px solid #000000 !important;
	}
	.s-cate img {
		width: 32px;
		height: auto;
		padding-right: 7px;
	}
	.txt-s {
		font-size: 8pt;
	}
	
	ul.footer-nav li {
		display: inline-block;
		padding-left: 10px;
		padding-right: 10px;
		font-size: 90%;
		border-left: #000000 1px solid;
	}
	ul.footer-nav li:first-child {
		padding-left: 0px;
		border-left: #000000 0px solid;
	}
	#single_contact_area table tr th{background:#333333; color: #FFF; padding: 10px; border-left:solid 1px #CCC; border-right: solid 1px #CCC;}
	#single_contact_area table tr td{padding: 10px 20px; border-left: solid 1px #CCC; border-right: solid 1px #CCC;}
	#single_contact_area th{display: block; width: 100%; text-align: center; font-size: 120%; font-weight: bold;}
	#single_contact_area td{display: block; width:100%; text-align: center;}
	.prevct a, .nextct a{font-size: 9pt;}
}
/* 360px以下から
------------------------------------------------------------*/
@media only screen and (max-width:360px){
	.cont-cosine {
		top:120px;
	}
	.cosine-intro {
		text-align: center;
		margin: 30px 0 10px 0;
	}
	.cosine-intro h3 {
		font-size: 18pt;
		margin-bottom: 20px;
	}
	.cosine-intro p {
		font-size: 10pt;
		line-height: 150%;
		width: 96%;

	}
	.top-cosine {
		top:120px;
	}
	.top-cart {
		top:310px;
	}
	dl.search1{
		top:240px;
	}
	ul.footer-nav li {
		display: inline-block;
		padding-left: 10px;
		padding-right: 10px;
		font-size: 90%;
		border-left: #000000 1px solid;
	}
	ul.footer-nav li:first-child {
		padding-left: 0px;
		border-left: #000000 0px solid;
	}
	ul.archive-list li {
		height: 200px;
	}
	p.list-date {
		padding: 10px 10px 5px;
		font-size: 8pt;
	}
	p.list-title {
		padding: 0px 5px;
		font-size: 10pt;
	}
}
/*Youtube動画用*/
.movie-wrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅56.25*/
     height: 0;
     overflow: hidden;
}
 
.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}