@charset "UTF-8";

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

 宇都宮畳工業 / トップスライドショー

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

#utatami_top01 {
	position: relative;
	background-image: url(../../images/base/slider_back02.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.utatami_top01-02 {
	background-image: url(../../images/base/slider_back03.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.utatami_slider {
	width: 100%;
	height: 500px;
	max-width: 1200px;
	background-position: center center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: auto;
	margin-left: auto;
	z-index: 3;
	position:  relative;
}
.video_layer {
	height: 488px;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	left: 40px;
	top: 46px;
	right: 40px;
	bottom: 0px;
	position: absolute;
	background-image: url(../../images/base/top_video_layer.png);
	z-index: 4;
}
.utatami_top02 {
	position: absolute;
	top: 35%;
	color: #FFF;
	font-size: 50px;
	line-height: 140%;
	text-align: center;
	max-width: 1200px;
	width: 100%;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	z-index: 4;
}
.utatami_top04 {
	position: absolute;
	bottom: 100px;
	color: #FFF;
	font-size: 14px;
	line-height: 24px;
	left: 49%;
}
.utatami_top05 {
	max-width: 1280px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../../images/base/slider_back.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding: 40px;
}
.utatami_top06 {
	font-size: 24px;
	line-height: 130%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


@media screen and (max-width: 768px) {
#utatami_top01 {
	background-image: url(../../images/slider/htop_01s.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	width: 100vw;
	height: 100vh;
}
.utatami_top01-02 {
	background-image: none;
}
.utatami_slider {
	display: none;
	width: 0;
	height: 0;
}
.video_layer {
	width: 100vw;
	height: 100vh;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 0;
}
.utatami_top02 {
	font-size: 28px;
	line-height: 160%;
	left: 6%;
	right: 6%;
	top: 35%;
	width: auto;
	z-index: 0;
}
.utatami_top04 {
	bottom: 80px;
	left: 48%;
	margin-left: -20px;
}
.utatami_top05 {
	padding: auto;
	background-image: none;
}
.utatami_top06 {
	font-size: 20px;
	line-height: 130%;
}
}


.topscrollbt {
	display: inline-block;
	color: #FFF;
	padding-top: 35px;
}
.topscrollbt span {
	position: absolute;
	top: -1px;
	left: 50%;
	width: 20px;
	height: 35px;
	margin-left: -10px;
	border: 2px solid #fff;
	border-radius: 50px;
	box-sizing: border-box;
}
.topscrollbt span::before {
  position: absolute;
  top: 4px;
  left: 50%;
  content: '';
  width: 5px;
  height: 5px;
  margin-left: -3px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 16px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 16px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}


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

 宇都宮畳工業 / トップページ

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

.top_page {
	background-image: url(../../images/top/top001.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#utatami_top02 {
	max-width: 1250px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 25px;
	padding-left: 25px;
	margin-bottom: 80px;
	z-index: -1;
}
.utatami_top02-01 {
	text-align: center;
	padding-top: 35px;
}
.utatami_top02-01 img {
	width: 144px;
}
.utatami_top02-02 {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 48px;
	text-align: center;
	line-height: 48px;
	margin-top: 45px;
}

@media screen and (max-width: 768px) {
.top_page {
	background-image: none;
}
#utatami_top02 {
	padding-right: 6%;
	padding-left: 6%;
	margin-bottom: 6%;
}
.utatami_top02-01 {
	text-align: center;
	padding-top: 80px;
}
.utatami_top02-01 img {
	width: 100px;
}
.utatami_top02-02 {
	font-size: 200%;
	line-height: 100%;
	margin-top: 6%;
}
}


.utatami_top02-03 {
	max-width: 1014px;
	width: 100%;
	overflow: hidden;
	position: relative;
	margin-top: 40px;
	margin-right: auto;
	margin-left: auto;
}
.utatami_top02-03:before,
.utatami_top02-03:after {
    content: "";
    display: table;
}
.utatami_top02-03:after {
    clear: both;
}
.utatami_top02-03 {
    zoom: 1;
}
.utatami_top02-04 {
	float: left;
	width: 50%;
	font-size: 18px;
	line-height: 50px;
	font-weight: normal;
}
.utatami_top02-05 {
	float: right;
	width: 43%;
}

@media screen and (max-width: 768px) {
.utatami_top02-03 {
	margin-top: 3%;
}
.utatami_top02-04 {
	float: none;
	width: 100%;
	font-size: 120%;
	line-height: 160%;
}
.utatami_top02-05 {
	float: none;
	width: 100%;
	max-width: 300px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 3%;
}
}


#utatami_top03 {
	background-image: url(../../images/top/top004.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.utatami_top03-01 {
	background-image: url(../../images/top/top005.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.utatami_top03-02 {
	max-width: 1250px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 25px;
	padding-left: 25px;
}
.utatami_top03-03 {
	font-size: 40px;
	color: #F00;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}
.utatami_top03-04 {
	width: 100%;
	overflow: hidden;
	position: relative;
	padding: 2%;
}
.utatami_top03-04:before,
.utatami_top03-04:after {
    content: "";
    display: table;
}
.utatami_top03-04:after {
    clear: both;
}
.utatami_top03-04 {
    zoom: 1;
}

@media screen and (max-width: 768px) {
#utatami_top03 {
	background-image: url(../../images/top/top004_sp.gif);
	background-repeat: repeat;
}
.utatami_top03-01 {
	background-image: none;
}
.utatami_top03-02 {
	padding-right: 6%;
	padding-left: 6%;
	margin-bottom: 0%;
}
.utatami_top03-03 {
	font-size: 155%;
	padding-top: 3%;
	padding-bottom: 3%;
}
.utatami_top03-04 {
	padding-top: 1%;
	padding-right: 1%;
	padding-bottom: 2%;
	padding-left: 1%;
}
}


.utatami_top03-05 {
	background-image: url(../../images/top/top006.jpg);
	float: left;
	width: 30%;
	border-right-width: 4px;
	border-left-width: 4px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #3b5c31;
	border-left-color: #3b5c31;
	box-shadow: 2px 2px 6px rgba(0,0,0,0.2);
}
.utatami_top03-06 {
	margin-right: 5%;
}
.utatami_top03-08 {
	margin-top: 0%;
	margin-right: 7%;
	margin-bottom: 7%;
	margin-left: 7%;
	font-size: 90%;
}
.utatami_top03-09 {
	margin: 7%;
}
.utatami_top03-10 {
	margin-right: 7%;
	margin-bottom: 7%;
	margin-left: 7%;
}
.utatami_top03-11 {
	width: 100%;
	overflow: hidden;
	position: relative;
	margin-top: 10px;
	padding-top: 2%;
	padding-right: 2%;
	padding-bottom: 90px;
	padding-left: 2%;
}
.utatami_top03-11:before,
.utatami_top03-11:after {
    content: "";
    display: table;
}
.utatami_top03-11:after {
    clear: both;
}
.utatami_top03-11 {
    zoom: 1;
}

@media screen and (max-width: 768px) {
.utatami_top03-05 {
	float: none;
	width: 100%;
	margin-bottom: 5%;
}
.utatami_top03-06 {
	margin-right: 0%;
	margin-bottom: 7%;
}
.utatami_top03-07 {
	width: 100%;
}
.utatami_top03-07 img {
	width: 100%;
}
.utatami_top03-08 {
	margin-top: 0%;
	margin-right: 3%;
	margin-bottom: 0%;
	margin-left: 3%;
	font-size: 90%;
	padding-bottom: 3%;
}
.utatami_top03-09 {
	margin-top: 0%;
	margin-right: 3%;
	margin-bottom: 3%;
	margin-left: 3%;
	padding-top: 3%;
}
.utatami_top03-09 img {
	width: 100%;
}
.utatami_top03-10 {
	margin-right: 3%;
	margin-bottom: 3%;
	margin-left: 3%;
}
.utatami_top03-10 img {
	width: 100%;
}
.utatami_top03-11 {
	width: 100%;
	margin-top: 0%;
	padding-top: 0%;
	padding-right: 1%;
	padding-bottom: 3%;
	padding-left: 1%;
}
.utatami_top03-12 {
	width: 100%;
}
.utatami_top03-12 img {
	width: 50%;
}
}


#utatami_top04 {
	background-image: url(../../images/top/top014_pc.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	background-color: #FFF;
	background-size: cover;
}
.utatami_top04-01 {
	background-image: url(../../images/top/top015_pc.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.utatami_top04-02 {
	height: 100%;
	max-width: 1250px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 25px;
	padding-left: 25px;
	padding-top: 100px;
	padding-bottom: 100px;
	position: relative;
}
.utatami_top04-03 {
	width: 51%;
	background-image: url(../../images/top/top016_pc.png);
	padding-top: 3%;
	padding-right: 6%;
	padding-bottom: 4%;
	padding-left: 4%;
	box-shadow: 2px 2px 10px rgba(0,0,0,0.2);
}
.utatami_top04-04 {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 30px;
	line-height: 150%;
}
.utatami_top04-05 {
	font-size: 90%;
}
.utatami_top04-06 {
	width: 240px;
	position: absolute;
	left: 48%;
	top: 180px;
	box-shadow: 7px 7px 10px rgba(0,0,0,0.3);
	line-height: 0px;
}

@media screen and (max-width: 768px) {
#utatami_top04 {
	background-image: none;
}
.utatami_top04-01 {
	background-image: none;
}
.utatami_top04-02 {
	padding-right: 6%;
	padding-left: 6%;
	padding-top: 3%;
	padding-bottom: 0;
}
.utatami_top04-03 {
	width: 100%;
	background-image: none;
	padding-top: 0%;
	padding-right: 0%;
	padding-bottom: 0%;
	padding-left: 0%;
	box-shadow: none;
}
.utatami_top04-04 {
	font-size: 180%;
}
.utatami_top04-05 {
	margin-top: 1%;
}
.utatami_top04-07 {
	width: 100%;
	margin-top: 3%;
}
.utatami_top04-07 img {
	width: 100%;
}
}


#utatami_top05 {
	background-image: url(../../images/top/top019_pc.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #FFF;
}
.utatami_top05-01 {
	background-image: url(../../images/top/top020_pc.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.utatami_top05-02 {
	max-width: 1064px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 25px;
	padding-left: 25px;
	padding-top: 110px;
	padding-bottom: 110px;
}
.utatami_top05-03 {
	width: 34%;
	background-image: url(../../images/top/top016_pc.png);
	box-shadow: 2px 2px 10px rgba(0,0,0,0.2);
	padding: 3%;
	margin-left: 60%;
}
.utatami_top05-04 {
	font-size: 105%;
	font-weight: bold;
	line-height: 150%;
}

@media screen and (max-width: 768px) {
#utatami_top05 {
	background-image: none;
}
.utatami_top05-01 {
	background-image: none;
}
.utatami_top05-02 {
	padding-right: 6%;
	padding-left: 6%;
	padding-top: 6%;
	padding-bottom: 3%;
}
.utatami_top05-03 {
	width: 100%;
	background-image: none;
	box-shadow: none;
	padding: 0%;
	margin-left: 0%;
}
.utatami_top05-05 {
	width: 100%;
	padding-bottom: 0%;
	padding-top: 2%;
}

}


#utatami_top06 {
	background-image: url(../../images/top/top022_pc.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	background-color: #FFF;
	background-size: cover;
	padding-top: 100px;
	padding-bottom: 100px;
}
.utatami_top06-01 {
	max-width: 1250px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 25px;
	padding-left: 25px;
	overflow: hidden;
	position: relative;
	padding-bottom: 7px;
}
.utatami_top06-01:before,
.utatami_top06-01:after {
    content: "";
    display: table;
}
.utatami_top06-01:after {
    clear: both;
}
.utatami_top06-01 {
    zoom: 1;
}

.utatami_top06-02 {
	margin-bottom: 18px;
}
.utatami_top06-03 {
	float: left;
	width: 22%;
	margin-right: 4%;
	box-shadow: 2px 2px 10px rgba(0,0,0,0.2);
	line-height: 0px;
}
.utatami_top06-04 {
	float: left;
	width: 22%;
	margin-right: 4%;
	box-shadow: 2px 2px 10px rgba(0,0,0,0.2);
	line-height: 0px;
}
.utatami_top06-05 {
	float: left;
	width: 22%;
	margin-right: 4%;
	box-shadow: 2px 2px 10px rgba(0,0,0,0.2);
	line-height: 0px;
}
.utatami_top06-06 {
	float: left;
	width: 22%;
	box-shadow: 2px 2px 10px rgba(0,0,0,0.2);
	line-height: 0px;
}
.utatami_top06-062 {
	float: left;
	width: 48%;
	box-shadow: 2px 2px 10px rgba(0,0,0,0.2);
	line-height: 0px;
}

@media screen and (max-width: 768px) {
#utatami_top06 {
	background-image: none;
	background-color: #f8f7e8;
	padding-top: 3%;
	padding-bottom: 3%;
}
.utatami_top06-01 {
	padding-right: 6%;
	padding-left: 6%;
	padding-bottom: 1%;
}
.utatami_top06-02 {
	margin-bottom: 2%;
}
.utatami_top06-03 {
	width: 50%;
	margin-right: 0%;
	padding-right: 2%;
	padding-bottom: 3%;
	box-shadow: none;
}
.utatami_top06-04 {
	width: 50%;
	margin-right: 0%;
	padding-left: 2%;
	padding-bottom: 3%;
	box-shadow: none;
}
.utatami_top06-05 {
	width: 50%;
	margin-right: 0%;
	padding-right: 2%;
	box-shadow: none;
}
.utatami_top06-06 {
	width: 50%;
	padding-left: 2%;
	box-shadow: none;
}
.utatami_top06-062 {
	width: 100%;
	box-shadow: none;
}
}



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

 宇都宮畳工業 / 新着情報

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

.news001 {
	background-image: url(../../images/news/news01_pc.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

@media screen and (max-width: 768px) {
.news001 {
	background-image: url(../../images/news/news01_sp.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
}

.facebook-wrapper {
    max-width: 500px; /* Facebook Page Plugin の最大幅 */
    margin: 0 auto;
}
 
.facebook-wrapper > .fb-page {
    width: 100%;
}
 
.facebook-wrapper > .fb-page > span,
.facebook-wrapper iframe {
    width: 100% !important;
}




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

 宇都宮畳工業 / 畳について

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

.mat001 {
	background-image: url(../../images/mat/mat001_pc.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

@media screen and (max-width: 768px) {
.mat001 {
	background-image: url(../../images/mat/mat001_sp.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
}
.mat002 {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	text-align: center;
}
.mat003 {
	width: 400px;
	margin-right: auto;
	margin-left: auto;
}
.mat004 {
	background-color: #fcfcd9;
	padding: 25px;
	font-size: 115%;
	margin-top: 10px;
}
.mat005 {
	width: 85%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	text-align: center;
}
.mat006 {
	padding: 20px;
	border: 1px solid #d5d3be;
}
.mat006 img {
	margin-top: 15px;
}


@media screen and (max-width: 768px) {
.mat002 {
	max-width: 400px;
	margin-top: 1%;
}
.mat003 {
	width: 100%;
	max-width: 500px;
}
.mat004 {
	padding: 5px;
	font-size: 107%;
	margin-top: 1%;
}
.mat005 {
	max-width: 400px;
	margin-top: 1%;
}
.mat006 {
	padding: 3%;
	max-width: 400px;
	margin-right: auto;
	margin-left: auto;
}
.mat006 img {
	margin-top: 2%;
	margin-right: auto;
	margin-left: auto;
}

}



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

 宇都宮畳工業 / 当店の歴史

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

.history001 {
	background-image: url(../../images/history/history01_pc.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

@media screen and (max-width: 768px) {
.history001 {
	background-image: url(../../images/history/history01_sp.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
}

.history002 {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 50px;
}
.history003 {
	font-size: 85%;
	margin-top: 15px;
}
.history004 {
	font-size: 85%;
}
.history005 {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}
.history006 {
	float: left;
	width: 23.5%;
	margin-top: 15px;
}
.history006 img {
	width: 100%;
}
.history007 {
	margin-right: 2%;
}
.history008 {
	margin-right: 2%;
}

@media screen and (max-width: 768px) {
.history002 {
	font-size: 160%;
}
.history005 {
	width: 100%;
}
.photo_big01 {
	max-width: 350px;
	margin-right: auto;
	margin-left: auto;
}
.history006 {
	width: 48.5%;
	margin-top: 2%;
}
.history007 {
	margin-right: 3%;
}
.history008 {
	margin-right: 0%;
}
}


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

 宇都宮畳工業 / 畳の種類

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

.kind001 {
	background-image: url(../../images/kind/kind01_pc.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.kind002 {
	width: 90%;
	max-width: 350px;
	margin-right: auto;
	margin-left: auto;
}
.kind003 {
	margin-top: 20px;
	margin-bottom: 35px;
}
.kind004 {
	margin-top: 27px;
}
.kind005 {
	border: 1px solid #d5d3be;
	padding: 20px;
}

@media screen and (max-width: 768px) {
.kind001 {
	background-image: url(../../images/kind/kind01_sp.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.kind002 {
	width: 100%;
	max-width: 500px;
	margin-right: auto;
	margin-left: auto;
}
.kind003 {
	margin-top: 3%;
	margin-bottom: 3%;
}
.kind004 {
	margin-top: 3%;
}
.kind005 {
	padding: 3%;
}

}

.kind006 {
	width: 60%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}

@media screen and (max-width: 768px) {
.kind006 {
	width: 80%;
	max-width: 350px;
	margin-top: 3%;
}
.kind007 {
	margin-top: 6%;
}
}


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

 宇都宮畳工業 / 置き畳(薄畳)

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

.okitatami001 {
	background-image: url(../../images/okitatami/okitatami01_pc.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

@media screen and (max-width: 768px) {
.okitatami001 {
	background-image: url(../../images/okitatami/okitatami01_sp.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
}
.price_list010-2 {
	width: 50%;
	margin-top: 5px;
	margin-bottom: 5px;
}
.price_list004-2 {
	background-color: #d6e6b3;
}
.price_list004-3 {
	background-color: #f5f4c8;
}

@media screen and (max-width: 768px) {
.price_list010-2 {
	width: 100%;
	margin-top: 2%;
	margin-bottom: 0%;
}
}

.okitatami002 {
	width: 216px;
}



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

 宇都宮畳工業 / 衝撃緩和型たたみ(畳床)

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

.shougekikanwa001 {
	background-image: url(../../images/shougekikanwa/shougekikanwa01_pc.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.span1{
	vertical-align:-10%;
	margin:0 5px;
}

@media screen and (max-width: 768px) {
.shougekikanwa001 {
	background-image: url(../../images/shougekikanwa/shougekikanwa01_sp.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.shougekikanwa002 {
	margin-right: auto;
	margin-left: auto;
	width: 170px;
}
}


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

 宇都宮畳工業 / ペット用素材・商品

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

.pet001 {
	background-image: url(../../images/pet/pet01_pc.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

@media screen and (max-width: 768px) {
.pet001 {
	background-image: url(../../images/pet/pet01_sp.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
}



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

 宇都宮畳工業 / 介護・子供用素材・商品

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

.kaigo001 {
	background-image: url(../../images/kaigo/kaigo01_pc.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}


@media screen and (max-width: 768px) {
.kaigo001 {
	background-image: url(../../images/kaigo/kaigo01_sp.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
}



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

 宇都宮畳工業 / 料金表

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

.price_list001 {
	background-image: url(../../images/price_list/price_list01_pc.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.span2{
	vertical-align:-10%;
}
.price_img{
	 margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
.price_list001 {
	background-image: url(../../images/price_list/price_list01_sp.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.price_img{
	margin-bottom: 6%;
}
}

.price_list002 {
	width: 100%;
}
.price_list003 {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-bottom-color: #d5d3be;
	font-size: 90%;
	color: #333;
	border-right-color: #d5d3be;
}
.price_list003 tr td {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #c1c1c1;
	border-left-color: #c1c1c1;
	padding: 10px;
	vertical-align: middle;
	line-height: 130%;
}
.price_list004 {
	background-color: #e8e8e8;
}
.price_list005 {
	background-color: #fcffb6;
}
.price_list006 {
	background-color: #ffd4d4;
}
.price_list007 {
	background-color: #d6ffd4;
}
.price_list008 {
	background-color: #d4fff8;
}
.price_list009 {
	background-color: #e9ada2;
}
.price_list010 {
	width: 50%;
	margin-top: 25px;
	margin-bottom: 25px;
}
.price_list011 {
	font-size: 120%;
}
.price_list012 {
	font-size: 105%;
	font-weight: bold;
	color: #F00;
}
.price_list013 {
	font-weight: bold;
}
.price_list014 {
	text-align: left;
}
.price_list015 {
	font-size: 80%;
}
.price_list016 {
	margin-top: 30px;
}

@media screen and (max-width: 768px) {
.price_list010 {
	margin-top: 3%;
	margin-bottom: 3%;
}
}

.rental-tatami01 {
    width: 100%;
	margin-top: 30px;
	padding: 28px;
	color: #333;
	border: 1px solid #c1c1c1;
	display: flex;
	justify-content: space-between;
	align-items: center;
	line-height: 1;
}
.rental-tatami02 {
	width: 35%;
	line-height: 1.7;
}
.rental-tatami02 p {
	font-size: 1.2rem;
	font-weight: bold;
}
.rental-tatami04 {
	width: 62%;
}
.rental-tatami04 img {
	width: 100%;
}

@media screen and (max-width: 768px) {
.rental-tatami01 {
	margin-top: 3%;
	padding: 3%;
	display: block;
	line-height: 1;
}
.rental-tatami02 {
	width: 100%;
}
.rental-tatami04 {
	width: 100%;
	margin-top: 3%;
}
}




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

 宇都宮畳工業 / 会社概要

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

.outline001 {
	background-image: url(../../images/outline/outline01_pc.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

@media screen and (max-width: 768px) {
.outline001 {
	background-image: url(../../images/outline/outline01_sp.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
}


.outline002 {
	width: 100%;
}
.outline003 {
	width: 63%;
}
.outline003 img {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}




.outline004 {
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	position: relative;
}
.outline004:before,
.outline004:after {
    content: "";
    display: table;
}
.outline004:after {
    clear: both;
}
.outline004 {
    zoom: 1;
}
.outline005 {
	float: left;
	width: 18%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d5d3be;
	margin-bottom: 15px;
	padding-bottom: 10px;
}
.outline006 {
	float: right;
	width: 80%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d5d3be;
	margin-bottom: 15px;
	padding-bottom: 10px;
}

@media screen and (max-width: 768px) {
.outline002 {
	float: none;
	width: 100%;
}
.outline003 {
	float: none;
	width: 100%;
	text-align: center;
}
.outline003 img {
	margin-top: 2%;
	max-width: 500px;
}
.outline004 {
	font-size: 85%;
}
.outline005 {
	width: 20%;
	margin-bottom: 2%;
	padding-bottom: 1%;
}
.outline006 {
	width: 75%;
	margin-bottom: 2%;
	padding-bottom: 1%;
}
}



.ggmap {
position: relative;
padding-bottom: 46.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}




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

 宇都宮畳工業 / 求人情報

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

.recruit001 {
	background-image: url(../../images/recruit/recruit01_pc.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

@media screen and (max-width: 768px) {
.recruit001 {
	background-image: url(../../images/recruit/recruit01_sp.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
}



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

 宇都宮畳工業 / 取り組み

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

.others001 {
	background-image: url(../../images/others/others01_pc.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.others002 {
	margin-right: auto;
	margin-left: auto;
	width: 150PX;
}

@media screen and (max-width: 768px) {
.others001 {
	background-image: url(../../images/others/others01_sp.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.others002 {
	margin-right: auto;
	margin-left: auto;
	width: 150px;
}
}



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

 宇都宮畳工業 / お問い合わせ

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

.contact001 {
	background-image: url(../../images/contact_img/contact01_pc.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

@media screen and (max-width: 768px) {
.contact001 {
	background-image: url(../../images/contact_img/contact01_sp.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
}

.contact002 {
	border: 2px solid #95a14f;
	padding: 25px;
	width: 80%;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.contact003 {
	font-size: 130%;
}
.contact004 {
	color: #F00;
	text-align: center;
	font-size: 110%;
}
.contact005 {
	font-size: 150%;
}

@media screen and (max-width: 768px) {
.contact002 {
	padding: 3%;
	width: 100%;
	margin-top: 3%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.contact003 {
	font-size: 115%;
}
.contact004 {
	font-size: 105%;
}
.contact005 {
	font-size: 135%;
}
}

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

 宇都宮畳工業 / 2022年12月追加分トップページ

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

.shopsun_banner {
	width: 100%;
	padding-top: 110px;
	padding-bottom: 110px;
	background-image: url("../../images/base/shopsunback_pc.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.shopsun_text {
	width: 50%;
	background-color: rgba(255,255,255,.95);
	box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
	padding: 40px;
	margin-left: 50%;
}
.shopsun_title {
	font-size: 34px;
	font-weight: bold;
	line-height: 40px;
	color: #a29c00;
}
.shopsun_p span {
	font-size: 20px;
	padding-bottom: 10px;
	font-weight: bold;
}
.tatami_banner_box {
	width: 100%;
	height: 40vh;
	background-image: url("../../images/base/work_sato_back_pc.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.tatami_banner {
	margin: 0 auto;
	max-width: 1200px;
	height: 40vh;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.work_banner {
	width: 500px;
}
.work_banner img {
	width: 100%;
	box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
}

@media screen and (max-width: 768px) {
..shopsun_banner {
	width: 100%;
	background-image: url("../../images/base/shopsunback_sp.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;	
}
.shopsun_text {
	width: 100%;
	box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
	padding: 4%;
	margin: 0 auto;
}
.tatami_banner {
	display: block;
	width: 100%;
	padding: 3%;
	padding-top: 20px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	height: auto;
}
.tatami_banner_box {
	width: 100%;
	height: auto;
	background-image: url("../../images/base/work_sato_back_sp.jpg");
}
.work_banner {
	width: 100%;
	margin-bottom: 10px;
}
.work_banner img {
	width: 100%;
}
}

/* 117追加分 */
.shopsun_title02 {
	font-size: 45%;
	font-weight: normal;
	color: #000;
}
.shopsun_textarea {
	max-width: 1250px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 25px;
	padding-left: 25px;
}
.shopsun_p02 {
	font-size: 90%;
	font-weight: bold;
}
.shopsun_button {
	border-width: 1px;
	border-color: #a7b3a0;
	border-style: solid;
	text-align: center;
	font-weight: bold;
	background-image: linear-gradient(#dbebd2,#c7d9c4);
	padding: 15px 15px;
	margin-top: 25px;
}
@media screen and (max-width: 768px) {
.shopsun_banner {
	width: 100%;
	padding-top: 6%;
	padding-bottom: 6%;
	background-image: url("../../images/base/shopsunback_sp.jpg");
}
.shopsun_textarea {
	padding-right: 6%;
	padding-left: 6%;
}
.shopsun_title {
	font-size: 220%;
	line-height: 120%;
}
.shopsun_p span {
	font-size: 130%;
	padding-bottom: 5px;
}
.shopsun_button {
	margin-top: 10px;
}
}


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

 宇都宮畳工業 / 2022年12月追加分取り組みページ

----------------------------------------------------------------------- */
.workshop_p {
	margin-bottom: 20px;
}
.workshop_p span {
	font-size: 36px;
	color: #e97e00;
	font-weight: bold;
}
.work_box {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 5px 10px;
}
.work_shop_top {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	margin-bottom: 100px;
}
.work_shop_left {
	width: 50%;
}
.work_shop_right {
	width: 45%;
}
.work_shop_title {
	font-size: 40px;
	line-height: 40px;
	padding-bottom: 10px;
}
.work_shop_text span {
	font-size: 22px;
}
.work_shop_text a {
	color: #2f5f22;
}
.work_shop_text01 {
	padding-top: 60px;
}
.work_shop_text02 {
	padding-top: 30px;
	padding-bottom: 30px;
}
.shopsun_ex {
	color: black;
	margin-bottom: 30px;
}
.shopsun_ex span {
	font-size: 14px;
	font-weight: bold;
}
.shopsun_ex02 {
	color: black;
	font-weight: bold;
}
.shopsun_ex_box {
	width: 500px;
	border: #db832f solid 2px;
	padding: 16px;
	margin-bottom: 40px;
	display: flex;
	align-items: center;z1z
}
.shopsun_ex_box img {
	width: 100px;
	height: 100px;
	padding-right: 20px;
}
.shopsun_bold {
	font-size: 24px;
	color: black;
}
@media screen and (max-width: 768px) {
.work_box {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 3px 6px;
}
.workshop_p span {
	font-size: 16px;
	color: #e97e00;
	font-weight: bold;
}
.work_shop_top {
	width: 100%;
	flex-direction: column;
	padding: 3%;
	margin-bottom: 0;
}
.work_shop_left {
	width: 100%;
	order: 2;
}
.work_shop_right {
	width: 100%;
	order: 2;
}
.work_shop_text01 {
	padding-top: 14px;
}

.work_shop_title {
	font-size: 24px;
	line-height: 26px;
	padding-top: 18px;
}
.work_shop_text02 {
	padding-top: 10px;
	padding-bottom: 0px;
}
.shopsun_ex_box {
	width: 100%;
	border: #db832f solid 1px;
	padding: 16px;
	margin-bottom: 40px;
}
.shopsun_ex_box img {
	width: 100px;
	padding-right: 10px;
}
.shopsun_ex_box p {
	font-size: 90%;
}
.shopsun_bold {
	font-size: 20px;
	color: black;
}
}

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

 宇都宮畳工業 / 2023年2月オンラインショップ追加

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

#onlineshop {
	width: 100%;
}
.onlineshop__box {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto 120px;
}
.onlineshop-mini {
	width: 100%;
	max-width: 420px;
}
@media screen and (max-width: 768px){
	.onlineshop__box {
		margin: 0 auto 30px;
	}
}

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

 宇都宮畳工業 / 2023年3月畳の種類追加

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

.heri_intro {
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.heri_intro_left {
	width: 40%;
}
.heri_intro_left_img {
	width: 100%;
}
.heri_intro_left p ,.heri_intro_right p {
	padding-bottom: 20px;
}
.heri_intro_right {
	width: 56%;
}
.heri_intro_left_img {
	width: 100%;
}

@media screen and (max-width: 768px) {
	.heri_intro {
		display: block;
	}
	.heri_intro_left {
		width: 100%;
	}
	.heri_intro_right {
		width: 100%;
	}
}

.kyuujin {
	font-size: 30px;
	text-align: center;
	padding-top: 60px;
	padding-bottom: 60px;
}

@media screen and (max-width: 768px) {
.kyuujin {
	font-size: 20px;
	padding-top: 8%;
	padding-bottom: 8%;
}
}

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

 宇都宮畳工業 / 2023年4月フッターSNSアイコン追加

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

/* ボタン全体 */
.flowbtn8{
	border-radius:50%;
	position:relative;
	display:inline-block;
	width:50px;
	height:50px;
	font-size:30px;
	text-decoration:none;
	transition:.5s;
	}
	/* ボタンマウスホバー時のテキスト指定 */
	.flowbtn8:hover{
	color:#fff!important;
	}
	/* アイコンをど真ん中に */
	.flowbtn8 i{
	position:absolute;
	top:50%;
	left:50%;
	-ms-transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	}
	/* Twitter */
	.flowbtn8.fl_tw2{
	border:solid 1px #55acee;
	color:#55acee;
	}
	/* Twitterマウスホバー時 */
	.flowbtn8.fl_tw2:hover{
	border:solid 1px #55acee;
	background:#55acee;
	}
	/* Instagram */
	.flowbtn8.insta_btn2 {
	border:solid 1px #c6529a;
	color:#c6529a;
	font-size:35px;
	}
	/* Instagramマウスホバー時 */
	.flowbtn8.insta_btn2:hover{
	border:solid 1px #c6529a;
	background:#c6529a;
	}
	/* Facebook */
	.flowbtn8.fl_fb2{
	border:solid 1px #3b5998;
	color:#3b5998;
	}
	/* Facebookマウスホバー時 */
	.flowbtn8.fl_fb2:hover{
	border:solid 1px #3b5998;
	background:#3b5998;
	}
	/* LINE */
	.flowbtn8.fl_li2{
	border:solid 1px #00c300;
	color:#00c300;
	font-size:35px;
	}
	/* LINEマウスホバー時 */
	.flowbtn8.fl_li2:hover{
	border:solid 1px #00c300;
	background:#00c300;
	}
	/* お問い合わせ */
	.flowbtn8.fl_ma2{
	border:solid 1px #f3981d;
	color:#f3981d;	
	font-size:28px;
	}
	/* お問い合わせマウスホバー時 */
	.flowbtn8.fl_ma2:hover{
	border:solid 1px #f3981d;
	background:#f3981d;
	}
	/* ulタグの内側余白を０にする */
	ul.snsbtniti{
	padding:0!important;
	margin-top: 20px;
	}
	/* ボタン全体の位置 */
	.snsbtniti{
	display:flex;
	flex-flow:row wrap;
	justify-content:space-around;
	width:300px;
	}
	/* ボタン同士の余白 */
	.snsbtniti li{
	flex:0 0 19%;
	}