/*
Theme Name: seeboo design 2018 RPD
Theme URl: http://www.takumi777.com
Description: Basic Theme for WordPress.
Author: seeboo
*/
/*
タブレット横　1024px
タブレット縦・スマホ横　768px
スマホ縦　480px
*/

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ 共通項目 _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/


html{
	font-size: 62.5%;
}

body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #fff; 
    color: #494949;
	-webkit-text-size-adjust: none;
	font-size: 16px!important;
	font-size: 1.6rem!important; 
	font-family: "Helvetica Neue",  "Noto Sans Japanese", "Yu Gothic", YuGothic, Verdana, Meiryo, sans-serif;
	/*font-weight: 500;*/
}

* {
      box-sizing: border-box;
    }

a {
	text-decoration: none;
	color:#008cd6!important;
}

a:visited {
	color:#008cd6 !important;
}

a:hover{
opacity:0.7;
filter: alpha(opacity=70);
-ms-filter: "alpha( opacity=70 )";
transition: all 0.6s ease !important;
}

.clearfix:after {
    content:" ";
    display:block;
    clear:both;
}

/*IE11以前用*/

img{
	border:solid 0px;
}

/*_/_/_/_/_/_/_/ページTOP_/_/_/_/_/_/_/*/
#pagetop{
    position: fixed;
    right: 0%;
    bottom: 0%;
    opacity: 0;
    -ms-filter: "alpha( opacity=0 )";
    filter:alpha(opacity:0);
    zoom:1;
    z-index: 9999;
}
#pagetop a{
    display: block;
    padding: 20px;
    color:#808080;
    text-decoration: none;
}


/*_/_/_/_/_/_/_/ヘッダー部_/_/_/_/_/_/_/*/

#roof{
    width: 100%;
    padding: 2.5px 10px;
    margin: 0px;
    background-color: #999;
    color: #FFF;
	display: inline-block;
    min-width: 1024px;
}

#roof a{
    color: #FFF !important;
}

#roof > .leftside{
    float: left;
    padding-top: 2.5px;
    font-size: 12px;
    font-size: 1.2rem;
}

#roof > .rightside{
    float: right;
    font-size: 20px;
    font-size: 2.1rem;
}

header{
	text-align: center;
	display: flex;
    justify-content: space-between;
	height: auto;
	margin: 0px auto;
    width: 1004px;
    padding: 0 10px;
}

#corpname{
    width: 50%;
	padding: 10px 0px;
    height: 70px;
    background-image: url("images/logo.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 277px 44px;
}

@media screen and (-webkit-min-device-picel-ratio:2),(min-resolution:2dppx){
  #corpname{
    background-image: url("images/logo@2x.png");
    }
}

#corpname a{
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
display: block;
}

#right_block{
    width:50%;
	padding: 20px 0px;
    text-align: right;
    color: #40798C;
    font-weight: 600;
}

#right_block i{
    color: #70A9A1;
    padding-top:10px; 
}



/*_/_/_/_/_/_/_/ナビ部_/_/_/_/_/_/_/*/


nav{
	width: 100%;
	text-align: center;
	padding: 5px 0px;
    background: #40798C;
    border-bottom: 5px solid #70A9A1;
	margin:0px;
    height: auto;
    min-width: 1024px;
}

.menu ul{
	margin: 0px !important;
    padding: 0px;
	list-style: none;
	display: inline-block;
}

.menu ul li{
	display: inline-block;
	margin: 0;
	padding: 0;
    line-height: 0em;
}

.menu a{
	color: #FFF !important;
}





.slicknav_menu {
	display:none;
}


.container{
	width: 1024px;
	margin: 0;
	padding: 0 10px;
	display: inline-block;
}

/*_/_/_/_/_/_/_/ボディー部_/_/_/_/_/_/_/*/

#wrap{
	width: 1024px;
	margin: 20px auto 60px;
	padding: 0px;
	display: inline-block;
	text-align: left;
}

#wrap > p{
        padding: 10px 20px;
    }
    

#wrap #main_lower{
	width:75%;
	float: left;
	padding: 0 2% 0 3%;
	margin: 0 !important;
}

#wrap #sidebar{
	width:20%;
	float: left;
	margin: 0 0 50px;
	padding: 0px;
}


/*_/_/_/_/_/_/_/サイドバー部_/_/_/_/_/_/_/*/


#wrap #sidebar ul{
    list-style: none;
    margin: 0 0 30px;
    padding: 0px;
}

#wrap #sidebar ul li{
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5em;
    padding: 0 10px 5px;
    margin: 0 0 10px;
    border-bottom: 1px solid #555;
}

#wrap #sidebar h3{
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    margin: 5px 0 20px;
    background-color: #006699;
    padding: 5px;
    width: 100%;
    color: #FFF;
}

/*_/_/_/_/_/_/_/フッター部_/_/_/_/_/_/_/*/

footer{
	line-height: 1.6em;
	display: inline-block;
	width: 1024px;
    padding: 0 ;
}

ul.banner{
    list-style: none;
    margin: 20px 0;
    padding: 0;
    display: flex;
    justify-content:space-between;
    flex-wrap: wrap;
}


footer .left{
    width: 34%;
    padding: 10px;
    text-align: left;
    float: left;
}

footer .mid{
    width: 25%;
    padding: 10px;
    text-align: left;
    float: left;
}

footer .right{
    width: 37%;
    padding: 10px 0 !important;
    text-align: right !important;
    float: right;
}

footer .mid ul{
	list-style: none!important;
	margin:0px;
    text-align: left !important;
}

footer ul li{
	font-size: 14px;
	font-size: 1.4rem;
}


address{
	text-align: center!important;
	width: 100%;
	font-size: 1.2rem;
	font-size: 12px;
	display: inline-block;
	margin: 0;
	font-style: normal;
	font-weight: 400;
    color: #035B4D;
    padding: 10px 0;
}


#gmap{
    margin: 20px 0px;
    width: 100%;
    height: 340px;
    display: inline-block;
    position: relative;
    z-index: 10;
    border-top: 5px solid #70A9A1;
    border-bottom: 5px solid #70A9A1;
    min-width: 1024px;
}


.floating_box{
    position: absolute;
    top:30px;
    left: 5%;
    z-index: 20;
    padding: 20px;
    text-align: left;
    background-color: #D6EDFF;
	font-size: 1.6rem;
	font-size: 16px;
    box-shadow: 5px 5px 5px #555;
}

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ TOPページ _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
section.main_image{
    position: relative;
    width: 100%;
    padding: 0px;
    text-align: center;
}

.bxslider{
    z-index: 1;
}

p.catch{
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translateY(-45%) translateX(-50%);
    -webkit- transform: translateY(-45%) translateX(-50%);
    z-index: 5;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.5em;
    color:#1B3D6F;
    font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
    text-shadow: 
    #FFF 2px 0px 5px, #FFF -2px 0px 5px,
    #FFF 0px -2px 5px, #FFF -2px 0px 5px,
    #FFF 2px 2px 5px, #FFF -2px 2px 5px,
    #FFF 2px -2px 5px, #FFF -2px -2px 5px,
    #FFF 1px 2px 5px, #FFF -1px 2px 5px,
    #FFF 1px -2px 5px, #FFF -1px -2px 5px,
    #FFF 2px 1px 5px, #FFF -2px 1px 5px,
    #FFF 2px -1px 5px, #FFF -2px -1px 5px,
    #FFF 1px 1px 5px, #FFF -1px 1px 5px,
    #FFF 1px -1px 5px, #FFF -1px -1px 5px;
}

.bxslider img{
    width: 100%;
    height: 525px;
    object-fit: cover;
}


#direct_link{
    width: 100%;
    background-color:#edf3ee ;
    margin: 0 0 20px;
    padding: 10px 0 10px;
    display: inline-block;
    min-width: 1024px;
}

#direct_link .banner{
    width: 994px;
    margin: 0 auto;
    display: flex;
	justify-content: center;
  	flex-wrap: wrap;
	align-items: center;
    padding: 15px;
  
}

#direct_link .banner .banner_box{
    width: 300px;
    height: auto;
    padding:0 10px;
    margin: 10px 10px;
}

.banner_box img{
    width: 280px;
    height: auto;
}

#top2column{
    width: 1024px;
    margin: 0 auto 20px;
    padding: 0px;
  display: flex;
}

#top2column .news{
    width:770px;
    text-align: left;
    padding:0 20px;
    
}
#top2column .category{
    width:255px;
    text-align: left;
    padding-right: 15px;
}

#top2column .news ul{
    list-style: none;
    margin: 0 2% 20px;
    padding: 0px;
    width: 96%;
}

#top2column .lower_main{
    width:760px;
    text-align: left;
    margin-right: 20px;
    padding:0 15px;
}

.lower_main img{
    max-width: 96%;
    height: auto;
    margin: 10px auto;
}

#top2column .category ul{
    list-style: none;
    margin: 0 5% 20px;
    padding: 0px;
    width: 90%;
}

#top2column .news ul li, #top2column .category ul li{
    padding: 0 10px 10px;
    margin: 10px 0;
    border-bottom: 1px solid #444;
    font-size: 14px;
    font-size: 1.4rem;
}

#top2column .news ul li a, #top2column .category ul li a{
    color: #000;
}

#top_info{
    padding: 0 10px;
    margin: 40px auto;
    width: 1024px;
    text-align: left;
}

#top_info h2{
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 800;
    color: #59595A;
    margin-bottom: 10px;
}

#top_info ul{
    width: 100%;
    border: solid 1px #555;
	list-style: none;
	padding: 10px;
	text-align: left;
    margin: 0 0 20px;
    height: 250px;
    overflow: auto;
}

#top_info ul li{
	margin: 0 0 15px 0;
	border-bottom: 1px dotted #8A8A8A;
	font-size: 16px;
	font-size: 1.6rem;
	z-index: 1;
	padding-bottom: 5px;
}

.info_date{
	border-left: 15px solid #FFAD00;
	margin-right: 10px;
	padding-left: 5px;
}






/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ 下層ページ共通 _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/

/*.breadcrumbs{
    width: 96%;
    margin: 0px;
    padding: 0 2%;
    text-align: left;
    font-size: 12px;
    font-size: 1.2rem;
}*/
#h1box > div{
	width: 100%;
	background-repeat:no-repeat;
	background-position: 50% 100%;
	background-size:100% auto;
	margin: 0;
	position: relative
}

h1.lower{
	width:auto;
	font-weight: 800!important;
	font-size:31px;
	font-size:3.1rem;
	text-align:center !important;
	color: #006699;
    position: absolute;
    top: 50%;
    left: 50%;
  transform : translate(-50%,-50%);
    text-shadow: 
    #FFF 2px 0px 10px, #FFF -2px 0px 10px,
    #FFF 0px -2px 10px, #FFF -2px 0px 10px,
    #FFF 2px 2px 10px, #FFF -2px 2px 10px,
    #FFF 2px -2px 10px, #FFF -2px -2px 10px,
    #FFF 1px 2px 10px, #FFF -1px 2px 10px,
    #FFF 1px -2px 10px, #FFF -1px -2px 10px,
    #FFF 2px 1px 10px, #FFF -2px 1px 10px,
    #FFF 2px -1px 10px, #FFF -2px -1px 10px,
    #FFF 1px 1px 10px, #FFF -1px 1px 10px,
    #FFF 1px -1px 10px, #FFF -1px -1px 10px;
}

#slider{
    width: 100%;
    position: relative;
    z-index: 1;
    text-align: center!important;
    height: 525px;
    padding: 0px;
}

/*_/_/_/_/_/_/_/_/_/_/ランディングトップページタイトル変更h1→p_/_/_/_/_/_/_/_/_/_/*/
p.landing{
	font-weight: 800!important;
	font-size:36px;
	font-size:3.6rem;
    text-align: center;
    width: auto;
	color: #006699;
    position: absolute;
     top: 45%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform : translate(-50%,-50%);
  transform : translate(-50%,-50%);
    text-shadow: 
    #FFF 2px 0px 10px, #FFF -2px 0px 10px,
    #FFF 0px -2px 10px, #FFF -2px 0px 10px,
    #FFF 2px 2px 10px, #FFF -2px 2px 10px,
    #FFF 2px -2px 10px, #FFF -2px -2px 10px,
    #FFF 1px 2px 10px, #FFF -1px 2px 10px,
    #FFF 1px -2px 10px, #FFF -1px -2px 10px,
    #FFF 2px 1px 10px, #FFF -2px 1px 10px,
    #FFF 2px -1px 10px, #FFF -2px -1px 10px,
    #FFF 1px 1px 10px, #FFF -1px 1px 10px,
    #FFF 1px -1px 10px, #FFF -1px -1px 10px;
    z-index: 10;
}

hr{
	width: 100%;
    height: 12px;
    border: 0;
    box-shadow: inset 0 12px 12px -12px rgba(0,0,0,0.5);
}

.order_curtain{
	background-image:url(pict/h1order_curtain.jpg);
	z-index: 1;
	height: 330px;
	min-width: 1024px;
	background-position: 50% 50% !important;
}

.blind {
	background-image:url(pict/h1blind.jpg);
	z-index: 1;
	height: 330px;
	min-width: 1024px;
	background-position: 50% 50% !important;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}


.roll_screen {
	background-image:url(pict/h1roll_screen.jpg);
	z-index: 1;
	height: 330px;
	min-width: 1024px;
	background-position: 50% 50% !important;
}

.order_carpet {
	background-image:url(pict/h1order_carpet.jpg);
	z-index: 1;
	height: 330px;
	min-width: 1024px;
	background-position: 50% bottom !important;
}



.contact {
	background-image:url(pict/h1contact.jpg);
	z-index: 1;
	height: 330px;
	min-width: 1024px;
	background-position: 50% 50% !important;
}

.corp {
	background-image:url(pict/h1corp.jpg);
	z-index: 1;
	height: 330px;
	min-width: 1024px;
	background-position: 50% 50% !important;
}

.common {
	background-image:url(pict/h1common.jpg);
	z-index: 1;
	height: 330px;
	min-width: 1024px;
	background-position: 50% 50% !important;
}

#body_wrap{
    width: 1004px;
    padding: 10px;
    margin: 0 auto;
    text-align: left;
}


#left_column{
	float: left;
	width: 67%;
	padding: 0;
	text-align: left;
}

#breadcrumbs{
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 400;
	margin:10px auto;
    width: 1024px;
    display: inline-block;
}

#breadcrumbs ul {
	padding: 0 0 0 2%;
	margin: 0px;
	text-align: left;
}

#breadcrumbs ul li {
	display: inline-block;
	vertical-align: top;
}


h2.F24{
    font-size: 24px;
    font-size: 2.4rem;
    margin: 10px auto;
}

.heading{
    padding: 10px 20px;
    margin: 10px auto;
    display: inline-block;
    position: relative;
    top:0;
}

.heading:before, .heading:after { 
  position: absolute;
  top: 0;
  content:'';
  width: 8px;
  height: 100%;
  display: inline-block;
}
.heading:before {
  border-left: solid 1px #4F7E7C;
  border-top: solid 1px #4F7E7C;
  border-bottom: solid 1px #4F7E7C;
  left: 0;
}
.heading:after {
  content: '';
  border-top: solid 1px #4F7E7C;
  border-right: solid 1px #4F7E7C;
  border-bottom: solid 1px #4F7E7C;
  right: 0;
}

ul.bottom_three{
    margin: 40px 0 0;
    padding: 0;
    list-style: none;
    width: 100%;
    display: flex;
    justify-content:space-around;
    
}

ul.bottom_three li{
    width: 33%;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
    height: 260px;
    display: flex;
  justify-content: center;
  align-items: center;
}
ul.bottom_three li .wrap{
  width: 100%;
  display:inline-block;
  text-align: center;
    padding: 2%;
}

ul.bottom_three li:nth-child(odd){
    background-color: #a86f77;
}

ul.bottom_three li:nth-child(even){
    background-color: #00B900;
    margin: 0 1%;
}

ul.bottom_three li a{
    padding: 1%;
    width: 33%;
    color: #FFF !important;
}

ul.bottom_three li h3{
    font-size: 25px;
    font-size: 2.5rem;
    margin: 0 0 10px;
}

ul.bottom_three li span {
    text-align: left !important;
}



.fullsize{
	width: 100%;
	height: auto;
	max-width: 715px;
}

.halfsize{
	width: 50%;
	height: auto;
}

.scroll-caution{
	display: none;
}

iframe.map{
	width: 100%;
	height: auto;
	min-height: 300px;
}

.sale{
    width: 100%;
    height: 240px;
    background-image: url("pict/sale.jpg");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    text-shadow: 
    #FFF 2px 0px 10px, #FFF -2px 0px 10px,
    #FFF 0px -2px 10px, #FFF -2px 0px 10px,
    #FFF 2px 2px 10px, #FFF -2px 2px 10px,
    #FFF 2px -2px 10px, #FFF -2px -2px 10px,
    #FFF 1px 2px 10px, #FFF -1px 2px 10px,
    #FFF 1px -2px 10px, #FFF -1px -2px 10px,
    #FFF 2px 1px 10px, #FFF -2px 1px 10px,
    #FFF 2px -1px 10px, #FFF -2px -1px 10px,
    #FFF 1px 1px 10px, #FFF -1px 1px 10px,
    #FFF 1px -1px 10px, #FFF -1px -1px 10px;
    margin: 30px auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sale .text{
    font-size: 28px;
    font-size: 2.8rem;
    color: #424242;
    font-weight: 800;
    line-height: 1.6em;
}

.sale .text span{
    font-size: 16px;
    font-size: 1.6rem;
}

.advice{
    width: 100%;
    height: 240px;
    background-image: url("pict/talk.jpg");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 2%;
    text-align: center;
    text-shadow: 
    #FFF 2px 0px 10px, #FFF -2px 0px 10px,
    #FFF 0px -2px 10px, #FFF -2px 0px 10px,
    #FFF 2px 2px 10px, #FFF -2px 2px 10px,
    #FFF 2px -2px 10px, #FFF -2px -2px 10px,
    #FFF 1px 2px 10px, #FFF -1px 2px 10px,
    #FFF 1px -2px 10px, #FFF -1px -2px 10px,
    #FFF 2px 1px 10px, #FFF -2px 1px 10px,
    #FFF 2px -1px 10px, #FFF -2px -1px 10px,
    #FFF 1px 1px 10px, #FFF -1px 1px 10px,
    #FFF 1px -1px 10px, #FFF -1px -1px 10px;
    font-size: 28px;
    font-size: 2.8rem;
    color: #424242;
    font-weight: 800;
    line-height: 1.6em;
    margin: 30px 0;
}


ul.three_column{
    list-style: none;
    width: 100%;
    display: flex;
    justify-content:space-between;
    margin: 0 0 20px;
    padding: 0;
}

ul.three_column li{
    width: 32%;
    background-color:#D4EBDB;
    border: 1px solid #2E4A2A;
    text-align: left;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 1%;
    
}

ul.two_column8-2{
    list-style: none;
    width: 100%;
    display: flex;
    justify-content:space-between;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}

ul.two_column8-2 li{
    margin:10px auto;  

}


ul.two_column8-2 li img{
    max-width: 120px;
    height: auto;
}

ul.two_column8-2 li:nth-child(odd){
    width: 19%;
    padding: 1% 0.5% !important;
    border-bottom: 1px solid #467A35;
    border-top: 1px solid #467A35;
    border-left: 1px solid #467A35;
    text-align: center;
}

ul.two_column8-2 li p.catalog a, ul.two_column8-2 li p.hp a,ul.two_column8-2 li p.detail a{
    width: 100% !important;
}

ul.two_column8-2 li:nth-child(even){
    width: 81%;
    text-align: left;
    font-size: 14px;
    font-size: 1.4rem;
    background-color:#D4EBDB;
    padding: 0.5% 1% !important;
    border: 1px solid #467A35;
    
}

ul.two_column8-2 li p{
    margin: 0 0 5px;
}


ul.two_column8-2 li h3{
    font-size: 18px;
    font-size: 1.8rem;
    margin: 0 0 5px;
    
}


ul.two_column8-2 li .price{
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 800;
    color: #FF0004;
    margin: 0 0 5px;
}

ul.two_column5-5{
    list-style: none;
    width: 100%;
    display: flex;
    justify-content:space-between;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}

ul.two_column5-5 li{
    margin:10px 0;  
    width: 49.5%;
    padding: 0;
    text-align: center;
}

ul.two_column5-5 li.frame{
    border: 1px solid #9D9D9D;
    padding:10px 20px!important;
    margin:0 0 10px!important;
    text-align: left!important;
}

ul.two_column5-5 li img{
    width: 100%;
    height: auto;
}

ul.two_column5-5 li ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
    text-align: left!important;
}


ul.two_column5-5 li ul li{
    font-size: 14px;
    font-size: 1.4rem;
    text-indent:-1.5em;
    padding-left:1.5em;
    width: 100%;
    text-align: left!important;

}

ul.two_column5-5 li h3{
    font-size: 18px;
    font-size: 1.8rem;
    margin: 10px 0 !important;
    color: #FF7ACB;
}

ul.two_column5-5 li ul li::before {
    content: "\f360";
    position: relative;
    font-family: "Font Awesome 5 Free";
    margin-right: .5em;
    color:#0066FF;
    font-weight: 900;
    font-size: 18px;
    font-size: 1.8rem;
}




ul.single_column{
    list-style: none;
    margin: 0px;
    padding: 0px;
}

ul.single_column li{
    text-align: center;
    padding: 20px 0;
    border-bottom: 1px solid #B1B1B1;
}

.catalog a{
    font-size: 12px;
    font-size: 1.2rem;
    display: inline-block;
    padding: 5px 5px;
    background-color:#18496D;
    color: #FFF !important;
    margin: 0px !important;
}

.hp a{
    font-size: 12px;
    font-size: 1.2rem;
    display: inline-block;
    padding: 5px 10px;
    background-color:#2B5420;
    color: #FFF !important;
    margin: 0px !important;
}


.detail a{
    font-size: 12px;
    font-size: 1.2rem;
    display: inline-block;
    padding: 5px 10px;
    background-color:#582757;
    color: #FFF !important;
   margin: 0px !important;
}


ul.three_column li img{
    width: 100%;
    display: inline-block;
}

.estimate{
    width:500px;
    background-color: #FEFCEC;
    border: 1px solid #BC9B00;
    padding: 20px 40px;
    text-align: center;
    font-size: 28px;
    font-size: 2.8rem;
    font-weight: 800;
    margin: 60px auto;
}

.estimate a{
    color:#756000!important;
}

ul.sample{
    width: 100%;
    list-style: none;
    display: flex;
    justify-content:space-between;
    flex-wrap: wrap;
    margin:10px 0px;
    padding: 0px;
}

ul.sample li{
    background-color:#F4F4F4;
    text-align: center;
    padding:15px 7.5px;
    font-size: 12px !important;
    font-size: 1.2rem !important;
    line-height: 1.3em;
    margin: 10px 2.5px 10px;
    width: 18%;
    display: inline-block;
}

ul.sample li p{
    margin: 0px;
}

ul.sample li img{
    border: 1px solid #000000;
    width: 100% !important;
    height: auto;
}

.carpet_data{
    width: 96%;
    padding:1% 2%;
    background-color: #E5FFE4;
    border: 1px solid #004905;
    margin: 20px 0;
}

.carpet_data > ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

.carpet_data > li{
    font-size: 14px !important;
    font-size: 1.4rem !important;
    margin-bottom: 10px;
}

.carpet_data > h3{
    font-size: 18px;
    font-size: 1.8rem;
    margin: 0 0 10px;
    color: #19334C;
}

ul.wsp-pages-list{
    list-style: none;
    margin: 20px auto;
}

ul.wsp-pages-list li{
    margin-bottom: 10px;
    font-size: 14px !important;
    font-size: 1.4rem !important;
}


/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ 会社概要ページ _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/


dl.corp_tbl{
background:#006699;
border: 5px solid #fff;
border-top: none;
width: 95%;
margin: 50px auto 80px;
}
dl.corp_tbl dt,dl.corp_tbl dd {
padding: 10px;
font-size: 18px !important;
font-size: 1.8rem !important;
font-weight: 400;
min-height: 50px!important;
}

dl.corp_tbl dt {
border-top: 10px solid #fff;
clear: left;
float: left;
width: 26%;
text-align: center;
color: #FFF;
}

dl.corp_tbl dd {
background: #f0f0f0;
border-left: 20px solid #fff;
border-top: 10px solid #fff;
margin-left: 26%;
text-align: left;
}

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ table設定 _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/

table.type01{
    width: 96%;
    margin: 40px auto;
    border-collapse: collapse;
}

table.type01 th{
    width: 25%;
    padding: 10px;
    font-size: 14px;
    font-size: 1.4rem;
    text-align: center;
    border-right: 1px #FFF solid;
}

table.type01 td{
    width: 75%;
    padding: 10px;
    font-size: 14px;
    font-size: 1.4rem;
    text-align: left;
    border-right: 1px #FFF solid;
}

table.type01 td ul{
    margin: 0px;
    padding: 15px 20px;
    list-style: square;
}

table.type01 td ul li{
    margin-bottom: 10px;
}

table.type01 tr:nth-child(odd){
    background-color:#C0F0EA;
}

table.type01 tr:nth-child(even){
    background-color:#F2F2F2;
}

table.type02{
    width: 90%;
    margin: 40px auto;
    border-collapse: collapse;
}

table.type02 th{
    width: 25%;
    padding: 10px;
    font-size: 14px;
    font-size: 1.4rem;
    text-align: center;
    background-color:#DEFCFF;
    border-bottom: #999 solid 1px;
}

table.type02 td{
    width: 75%;
    padding: 10px;
    font-size: 14px;
    font-size: 1.4rem;
    text-align: left;
    border-bottom: #999 solid 1px;
}

table.type02 td ul{
    margin: 0px;
    padding: 15px 20px;
    list-style: square;
}

table.type02 td ul li{
    margin-bottom: 10px;
}


table.type03{
    width: 90%;
    margin: 40px auto;
    border-collapse: collapse;
}

table.type03 th{
    width: 50%;
    padding: 10px;
    font-size: 14px;
    font-size: 1.4rem;
    text-align: left;
    border-right: 1px #D0D0D0 solid;
    font-weight: 400;
    vertical-align: top;
}

table.type03 td{
    width: 50%;
    padding: 10px;
    font-size: 14px;
    font-size: 1.4rem;
    text-align: left;
    vertical-align: top;
}

table.type01 td ul{
    margin: 0px;
    padding: 15px 20px;
    list-style: square;
}

table.type03 td ul li{
    margin-bottom: 10px;
}

table.type03 tr:nth-child(odd){
    background-color:#C0F0EA;
}

table.type03 tr:nth-child(even){
    background-color:#F2F2F2;
}

.table_scl{
 width: 100%;
 overflow:hidden; 
 white-space: nowrap; 
-webkit-overflow-scrolling: touch;
display: flex;
justify-content: center;
margin: 10px 0 0!important;
}

div.moveable{
  width: 650px;
  overflow-y: hidden; /* 縦スクロール非表示 */
  overflow-x: scroll; /* 横スクロール */
-webkit-overflow-scrolling: touch
}

div.moveable table.data_table{
    width: 100%!important;
}

div.lock {
  width: 100px;
}

table.data_table{
    border-collapse: collapse;
    border-spacing: 1px;
    margin-bottom:10px;
    /*width: 850px !important;*/
}

table.data_table td,table.data_table th{
    padding: 5px;
    text-align: center;
    vertical-align: middle;
    font-size: 12px !important;
    font-size: 1.2rem !important;
    line-height: 1em;
    border: 1px solid #D5D5D5;
}
table.data_table thead tr{
    border-bottom: 3px solid #276F00;
    background-color: yellowgreen;
    color: #fff;
}

table.data_table tbody th{
    background-color:#D0FFD7;
}

table.data_table tbody tr:nth-child(odd){
	background-color:#EBEBEB;
}

table.data_table td.border, table.data_table th.border{
	border-left: 3px solid #5D5D5D;
}


table.product01{
    border-collapse: collapse;
    border-spacing: 1px;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
    table-layout: fixed;
}

table.product01 td{
    padding: 5px;
    text-align: center !important;
    vertical-align: top;
    border: 1px solid #D5D5D5;
    font-size: 12px !important;
    font-size: 1.2rem !important;
}

table.product01 td img{
    width: 100%;
    height: auto;
}


table.product01 td p{
    margin: 0px;
}


/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ 特定商取引ページ _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/


dl.law_tbl{
background:#9D9D9D;
border: 5px solid #fff;
border-top: none;
width: 95%;
margin: 50px auto 80px;
}
dl.law_tbl dt,dl.law_tbl dd {
padding: 10px;
font-size: 14px !important;
font-size: 1.4rem !important;
font-weight: 400;
    min-height: 50px;
}
dl.law_tbl dt {
border-top: 10px solid #fff;
clear: left;
float: left;
width: 26%;
text-align: center;
}
dl.law_tbl dd {
background: #f0f0f0;
border-left: 20px solid #fff;
border-top: 10px solid #fff;
margin-left: 26%;
text-align: left;
}


/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ お問い合せページ _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/


dl.contact_tbl{
background:#A5DFDF;
border: 5px solid #fff;
border-top: none;
width: 100%;
margin: 0 auto;
}
dl.contact_tbl dt,dd {
padding: 10px;
font-size: 14px !important;
font-size: 1.4rem !important;
font-weight: 400;
min-height: 50px;
}
dl.contact_tbl dt {
border-top: 10px solid #fff;
clear: left;
float: left;
width: 26%;
text-align: center;
}
dl.contact_tbl dd {
background: #f0f0f0;
border-left: 20px solid #fff;
border-top: 10px solid #fff;
margin-left: 26%;
text-align: left;
}

.short input{
	width: 20% !important;
}

.middle input{
	width: 50% !important;
}

.wpcf7-text, .wpcf7-email, .wpcf7-textarea{
	padding: 0.5%;
	width: 90%;
	font-size: 18px !important;
	font-size: 1.8rem !important;
	border-radius: 10px;
    margin: 5px 0px!important;
}

.wpcf7-confirm, .wpcf7-submit, .wpcf7-back{
	width: 200px;
	font-size: 18px;
	font-size: 1.8rem;
	color: #FFF;
	background-color:#FF0066!important;
	border-radius: 10px;
	border: 0px solid;
	padding: 10px 0 10px 0!important;
	margin: 30px 10px!important;
}


.grecaptcha-badge {
    opacity: 0;
}


table.delivery-fee{
    width: 48%;
    margin: 10px 0;
    border-collapse: collapse;
    border-width: 1px;
}

table.delivery-fee th{
    padding: 5px;
    background-color: #4F4F4F;
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    text-align: left;
    border: 1px solid #979797;
}

table.delivery-fee td{
    padding: 5px;
    width: 50%;
    font-size: 14px;
    font-size: 1.4rem;
    text-align: center;
    border: 1px solid #979797;
}


/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ お知らせページ _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/

.entry{
	width: 100%;
	padding-bottom: 20px;
	margin: 0 0 20px 0;
	border-bottom: 1px solid #555;
	display: inline-block;
}
	
.entry h2{
	font-size: 24px;
	font-size: 2.4rem;
	margin: 0 0 20px;
	}

.date{
	font-size: 16px;
	font-size: 1.0rem;
	padding: 5px;
	margin: 5px 0 5px;
	background-color: #006699;
	color: #FFF;
	width: 100%;
	height: auto;
	display: inline-block;
}
    
.date a{
    color: #FFF !important;
}

.cat_info{
	background-color: #8fc31f;
	color: #FFF;
	font-size: 12px;
	font-size: 1.2rem;
	padding: 2px 10px;
	border-radius: 5px;
	margin: 0 0 0 10px;
	display: inline-block;
	height: 21px
}

.cat_event{
	background-color: #f39800;
	color: #FFF;
	font-size: 12px;
	font-size: 1.2rem;
	padding: 2px 10px;
	border-radius: 5px;
	margin: 0 0 0 10px;
	display: inline-block;
}

.page{
	margin: 20px 0;
	font-size: 18px;
	font-size: 1.8rem;
	text-align: center;
	width: 100%;
}

ul.product_pic{
    list-style: none;
    margin: 20px 0 40px;
    width: 100%;
    text-align: left;
    display: inline-block;
}

ul.product_pic li{
    width: 320px;
    height: 530px;
    margin: 10px;
    float: left;
    text-align: center;
    font-size: 14px !important;
    font-size: 1.4rem !important;
    line-height: 1.3em;
    padding: 10px;
    background-color:#F0F8FF;
    border: 1px solid #3D3200;
}

ul.product_pic li h2{
    font-size: 18px !important;
    font-size: 1.8rem !important;
    font-weight: 700;
    padding: 5px 10px;
    border-bottom: 2px solid #4D86B0;
    margin: 5px 0 10px;
}

ul.product_pic li p{
    margin: 0px;
}

ul.product_pic li img{
    margin-bottom: 5px;
}



ul.product_pic li input{
    font-size: 14px;
    padding: 5px 10px;
    display: inline-block;
    margin: -10px 0px 0px!important;
    font-weight: 400;
    color: #FFF;
    border-radius: 5px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,7db9e8+100 */
background: #1e5799; /* Old browsers */
background: -moz-linear-gradient(top, #1e5799 0%, #7db9e8 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #1e5799 0%,#7db9e8 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #1e5799 0%,#7db9e8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
}

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ text・hタグ系 _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/

.micro_text{
	font-size: 12px!important;
	font-size: 1.2rem!important;
}


.small_text{
	font-size: 14px!important;
	font-size: 1.4rem!important; 
	line-height: 1.5em!important;
}



.mid_text{
	font-size: 16px!important;
	font-size: 1.6rem!important; 
    line-height: 1.6em!important;
}

.half_large_text{
	font-size: 19px!important;
	font-size: 1.9rem!important; 
    line-height: 1.8em!important;
}

.large_text{
	font-size: 24px!important;
	font-size: 2.4rem!important; 
}

.largest_text{
	font-size: 27px!important;
	font-size: 2.7rem!important; 
}


    
.big_text{
	font-size: 36px!important;
	font-size: 3.6rem!important;
}
    
.biggest_text{
	font-size: 42px!important;
	font-size: 4.2rem!important;
}

.thin{
	font-weight: 300; 
}

.bold{
	font-weight: 600;
}

.boldest{
	font-weight: 800;
}

.justify{
    text-align: justify;
}

h1.top{
	font-size: 42px;
	font-size: 4.2rem; 
	font-weight: 500;
	color: #008cd6;
}



p.box{
	display: -webkit-flex;
 display: flex;
 -webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
 align-items: center; /* 縦方向中央揃え */
	height: auto;
}



h2.top{
	font-size: 20px;
	font-size: 2rem; 
	margin: 0 0 30px;
	font-weight: 900;
	text-align: left;
	width: 100%;
	z-index: 1;
	color: #649139;
}

h3.top{
	font-size: 18px;
	font-size: 1.8rem; 
	margin-top: 0px;
    font-weight: 300;
	margin-bottom: 10px;
    border-bottom: 3px #1f363d solid !important;
    padding-bottom: 10px;
}


h3.sell_pro_name{
	font-size: 16px !important;
	font-size: 1.6rem !important;
	line-height: 1.4em;
	margin:0px!important;
	font-weight: 500;
}

a > h3.sell_pro_name{
	color: #FFF!important;
}

h2.lower2{
	font-size: 24px;
	font-size: 2.4rem; 
	margin-top: 20px;
	margin-bottom: 10px;
	font-weight:600;
	border-bottom: 1px solid #999;
	padding:0 10px 5px;
    color:#275826;
}

h3.lower{
	font-size: 21px;
	font-size: 2.1rem; 
	margin-top: 40px;
	margin-bottom: 30px;
	font-weight:600;
	border-bottom: 1px solid #999;
	padding:0 10px 5px;
    color: #006699;
}

h4.lower{
	font-size: 14px !important;
	font-size: 1.4rem !important;
	margin-top: 20px;
	margin-bottom: 10px;
	font-weight:600;
	padding:5px;
    color: #FFF;
    background-color: #000;
}

h3.leaf{
	font-size: 21px;
	font-size: 2.1rem; 
	font-weight:300;
    margin: 30px 0 20px;
    border-bottom: 1px solid #1E427E;
    padding: 0 10px 10px;
    color: #4B4B4B;
}

h3.leaf a{
    color: #4B4B4B !important;
}

h3.leaf::before{
    content: "\f55f";
    font-family: "Font Awesome 5 Free";
    color: #275526;
	font-size: 24px;
	font-size: 2.4rem; 
    font-weight: bold;
    margin-right: .5em;
}


h3.showroom{
	font-size: 21px;
	font-size: 2.1rem; 
	font-weight:300;
    margin: 30px 0 20px;
    border-bottom: 1px solid #1E427E;
    padding: 0 10px 10px;
    color: #4B4B4B;
}

h3.showroom a{
    color: #4B4B4B !important;
}

h3.showroom::before{
    content: "\f49e";
    font-family: "Font Awesome 5 Free";
    color:#FF71F7;
	font-size: 24px;
	font-size: 2.4rem; 
    font-weight: bold;
    margin-right: .3em;
}

h3.showroom .home a{
	font-size: 14px;
	font-size: 1.4rem; 
    color: #40798C !important;
    margin-left: 10px;
}

h4.top{
	font-size: 20px;
	font-size: 2rem; 
	margin: 0 0 20px;
	font-weight: 700;
	padding:2px 0.5%;
	color:#55b2bf;
	width: 99%;
	text-align: left!important;
	border-bottom: 3px solid #555;
}

h4.top2{
	font-size: 24px;
	font-size: 2.4rem; 
	margin: 10px 0 5px;
	font-weight: 700;
	background-color: #007d95;
	padding:2px 1%;
	color: #FFF;
	width: 96%;
	border-left: solid 10px #555;
	text-align: left!important;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#8e8e8e+0,ffffff+100 */
background: #8e8e8e; /* Old browsers */
background: -moz-linear-gradient(left, #8e8e8e 0%, #ffffff 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #8e8e8e 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #8e8e8e 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e8e8e', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}
.mincho{
    font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}


.blue{
	color:#1A4E96;
}

.bluegreen{
	color: #70a9a1;
}

.red{
	color: #FF0000;
}

.orange{
    color:#A56408;
}

.pink{
	color: #724D71;
}

.white{
	color: #FFF;
}

.grass{
	color: #79AF4D;
}

.cream{
	color: #FCFFA5;
}

.yellow{
	color: #FEFF00;
}

sup{
	font-size: 10px;
	font-size: 1rem;
}

.azuki{
	color: #FFF;
	background-color:#875C7D;
	padding: 5px 15px;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 600;
	margin:20px 10px;
	display: inline-block;
}

.navy{
	color: #FFF;
	background-color:#46899B; 
	padding: 5px 15px;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 600;
	margin:20px 10px;
	display: inline-block;
}

.olive{
	color: #FFF;
	background-color: #889166;
	padding: 5px 15px;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 600;
	margin:20px 10px;
	display: inline-block;
}


.circle_num {
	width: 18px!important;
    height: 18px!important;
	border-radius: 50%!important;
	border: 1px solid #000;
	text-align: center;
	font-size:70%;
	margin:0 2px 5px!important;
	display: inline-block;
	line-height: 1.7em;
}


.k-word{
    padding:10px 15px;
    background-color:#8F3F40;
    margin:20px 5px;
    color: #FFF;
	font-weight:700;
    font-size: 18px;
    font-size: 1.8rem;
    border-radius: 25px;
    display: inline-block;
}



.align_left{
	text-align: left!important;
}


.align_center{
	text-align: center!important;
}

.emphasis{
	background-color: #FF6D00;
	padding: 2px 8px;
	font-size: 14px!important;
	font-size: 1.4rem!important;
	color: #FFF;
	margin: 5px 0;
	font-weight: 700;
	display: inline-block;
	border-radius: 5px;
}


.black_emphasis{
	background-color: #000;
	padding: 2px 8px;
	color: #FFF600;
	margin: 0 5px;
	font-weight: 900;
	display: inline-block;
	border-radius: 5px;
}

.text_emphasis{
	font-weight: 800;
}


/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ レイアウト系 _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/

.center_layout{
	width: 100%;
	text-align: center;
	display: inline-block;
}



.left_layout{
	width: 100%;
	text-align: left;
	display: inline-block;
}

.right_layout{
	width: 100%;
	text-align: right;
	display: inline-block;
}


.scalerble{
	width: 100% !important;
	height: auto !important;
}

.scalerble95{
	width: 95% !important;
	height: auto !important;
}

.scalerble80{
	width: 80% !important;
	height: auto !important;
}


.scalerble70{
	width: 70% !important;
	height: auto !important;
}

.scalerble50{
	width: 50% !important;
	height: auto !important;
}

.scalerble_table{
	width: 100% !important;
	height: auto !important;	
}
.margin{
    margin: 5px;
}

ul.SBS{
    list-style: none;
    display: flex;
    justify-content: space-between;
    flex-wrap:nowrap;
}

ul.SBS li{
    display: inline-block;
}

ul.SBS li img{
    width: 100%;
    height: auto;
    margin: 1%;
}

ul.catalog{
    list-style: none;
    display: flex;
    justify-content:flex-start;
    flex-wrap: wrap;
    margin: 20px 0;
    padding: 0px;
    width: 100%;
}

ul.catalog li{
    text-align: center;
    margin: 10px;
    font-size: 14px;
    font-size: 1.4rem;
}



ul.catalog li img{
    width: 150px;
    height: auto;
}


ul.cheack{
    list-style: none;
}

ul.cheack li{
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 10px;
    text-indent:-1.5em;
    padding-left:1.5em;

}

ul.cheack li::before {
    content: "\f058";
    position: relative;
    font-family: "Font Awesome 5 Free";
    margin-right: .5em;
    color: #FF0004;
    font-weight: 900;
    font-size: 18px;
    font-size: 1.8rem;
}

ul.flower{
    list-style: none;
}

ul.flower li{
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 10px;
    text-indent:-1.5em;
    padding-left:1.5em;

}

ul.flower li::before {
    content: "＊";
    position: relative;
    margin-right: .5em;
    font-weight: 900;
}


ul.circle{
    list-style: none;
}

ul.circle li{
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 20px;
    text-indent:-1.5em;
    padding-left:1.5em;

}

ul.circle li::before {
    content: "\f192";
    position: relative;
    margin-right: .5em;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    color: #FF4F00;
}


ul.leaf{
    list-style: none;
    margin: 0px;
    padding: 0px;
}

ul.leaf li{
    font-size: 16px;
    font-size: 1.6rem;
    margin-top: 20px;
    text-indent:-1.8em;
    padding:10px 10px 10px 2.5em;
    background-color:#D9F4D2;
    border-radius: 10px;
    text-align: justify;
}


ul.leaf li::before {
    content: "\f06c";
    position: relative;
    margin-right: .5em;
    font-weight: bold;
    font-family: "Font Awesome 5 Free";
    color:#5C9B63;
    font-size: 20px;
    font-size: 2rem;
}

ul.sr{
    margin: 0px;
    padding: 0 20px;
    list-style: none;
}

ul.sr li{
   border-bottom: 1px dotted #909090;
   padding: 0;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.6em;
    text-align: left;
    margin: 0 0 10px;
}

ul.sr li h3{
    font-size: 18px;
    font-size: 1.8rem;
    background-color:#EBFFF2;
    padding: 5px 10px;
    color: #062F53;
    font-weight: 800;
}

ul.sr li h3::before {
    content: "\f494";
    position: relative;
    margin-right: .5em;
    font-weight: bold;
    font-family: "Font Awesome 5 Free";
}

ul.style{
    list-style:none;
    margin:20px auto 0;
    padding: 0;
    display: flex;
    justify-content: space-around;
    flex-wrap:wrap;
}

ul.style li{
    width: 48%;
    height: auto;
    font-size: 14px;
    font-size: 1.4rem;
    text-align: center;
    margin-bottom: 20px;
}


ul.SBS{
    list-style: none;
    display: flex;
    justify-content: space-between;
    flex-wrap:nowrap;
    margin: 0px;
    padding: 0px;
}

ul.SBS li{
    display: inline-block;
    width: 100%;
}

ul.icons{
    list-style: none;
    display: flex;
    justify-content:center;
    flex-wrap:nowrap;
    margin: 0px;
    padding: 0px;
}

ul.icons li{
    display: inline-block;
    margin: 5px;
}



.dr{
	width: 100% !important;
	height: auto !important;
}


.mt50{
	margin-top: 50px !important;
}

.mt30{
	margin-top: 30px !important;
}

.mt20{
	margin-top: 20px !important;
}

.mt10{
	margin-top: 10px !important;
}

.mb50{
	margin-bottom: 50px !important;
}

.mb30{
	margin-bottom: 30px !important;
}

.mb20{
	margin-bottom: 20px !important;
}

.mb10{
	margin-bottom: 10px !important;
}

.ms10{
	margin: 0 10px !important;
}

.ms20{
	margin: 0 20px !important;
}

.left20{
	float: left;
	margin-right: 20px;
	display: inline-block;
}


br.pc{
	display: block !important;
	}
	


	

br.sp{
	display: none !important;
	}


.inlineblock{
	display: inline-block;
}

.blue_frame{
	padding: 2%;
	border: 1px solid #007d95;
	color: #007d95;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.3em;
}
.float{
	float: left;
}



/*////////////////////////////////////////////////////////タブレット縦 iPhone PLUS横/////////////////////////////////////////////////////////////////*/
@media screen and (max-width: 812px) {
p.landing{
	font-weight: 600!important;
	font-size:20px;
	font-size:2.0rem;
    text-align: center;
    width: auto;
	color: #006699;
    position: absolute;
     top: 45%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform : translate(-50%,-50%);
  transform : translate(-50%,-50%);
    text-shadow: 
    #FFF 2px 0px 10px, #FFF -2px 0px 10px,
    #FFF 0px -2px 10px, #FFF -2px 0px 10px,
    #FFF 2px 2px 10px, #FFF -2px 2px 10px,
    #FFF 2px -2px 10px, #FFF -2px -2px 10px,
    #FFF 1px 2px 10px, #FFF -1px 2px 10px,
    #FFF 1px -2px 10px, #FFF -1px -2px 10px,
    #FFF 2px 1px 10px, #FFF -2px 1px 10px,
    #FFF 2px -1px 10px, #FFF -2px -1px 10px,
    #FFF 1px 1px 10px, #FFF -1px 1px 10px,
    #FFF 1px -1px 10px, #FFF -1px -1px 10px;
    z-index: 10;
}
	
br.pc{
	display: none !important;
	}

br.tb{
	display: block !important;
}  
    
#roof{
    width: 100%;
    padding:0px;
    margin: 0px;
    background-color: #999;
    color: #FFF;
	display: inline-block;
    min-width: 0;
}

#roof a{
    color: #FFF !important;
}

#roof > .leftside{
    float: left;
    padding-top: 2.5px;
    font-size: 12px;
    font-size: 1.2rem;
    width: 100%;
}

#roof > .rightside{
    float: left;
    font-size: 18px;
    font-size: 1.8rem;
    width: 100%;
}

header{
	display: none;
}

    
 nav{
    min-width: 0px;
     margin: -5px 0px 0px !important;
     padding: 0px!important;
}
    
#breadcrumbs{
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 400;
	margin:10px 0;
    width: 100%;
}
    
#top2column{
    width: 100%;
    margin: 0 0 20px;
    padding: 0px;
  display: flex;
    flex-wrap: wrap;
}
    

#top2column .news{
    width:98%;
    text-align: left;
    padding: 0 1%;
}
    
#top2column .category{
    display: none;
}
    
footer{
	line-height: 1.6em;
	display: flex;
	width: 100%;
    padding: 0 1%;
}


footer .left{
    width: 50%;
    padding: 1%;
    text-align: center;
}

footer .mid{
    display: none;
}

footer .right{
    width: 50%;
    padding: 10px 0 !important;
    text-align: right !important;
    float: right;
}
    


    
#gmap{
    height: 300px;
    min-width: 0px;
}

    
.floating_box{
    position: absolute;
    top:30px;
    left: 5%;
    z-index: 20;
    padding: 20px;
    text-align: left;
    background-color: #D6EDFF;
	font-size: 1.4rem;
	font-size: 14px;
    box-shadow: 5px 5px 5px #555;
}  
    
p.catch{
    width: 100%;
    font-size: 18px;
    font-size: 1.8rem;
} 
    
    
.bxslider img{
    width: 100%;
    height: 350px;
    object-fit: cover;
}

.slider{
        height:350px;
    }
    
#direct_link{
    margin: 0px;
    min-width: 0px;
}

#direct_link .banner{
    width: 100%;
    margin: 0;
    display: flex;
	justify-content: center;
  	flex-wrap: wrap;
	align-items: center;
    padding: 15px;
  
}

#direct_link .banner .banner_box{
    height: auto;
    padding:0 10px;
    margin: 10px 0;
}   


#h1box > div{
	background-size:cover;
    background-color: beige;
}    
    

h1.lower{
	width:auto;
	font-weight: 800!important;
	font-size:24px;
	font-size:2.4rem;	
}

    

.order_curtain, .blind, .roll_screen, .order_carpet, .contact, .corp, .common {
	height: 300px;
	min-width: 0;
	background-position: 50% top!important;
}
    
#slider{
    width: 100%;
    position: relative;
    z-index: 1;
    text-align: center!important;
    height: 380px;
    padding: 0px;
} 

h1.landing{
	font-weight: 800!important;
	font-size:31px;
	font-size:3.1rem;
    text-align: center;
    width: auto;
	color: #006699;
    position: absolute;
    top: 40%;
} 



h2.lower{
	font-size: 21px !important;
	font-size: 2.1rem !important;
}
    
h2.lower2{
	font-size: 21px;
	font-size: 2.1rem; 
}

h3.lower{
	font-size: 18px;
	font-size: 1.8rem; 
}
    

    
.container{
	width: 100%;
	padding: 0 1%;
}   
    
#top2column .lower_main{
    width:100%!important;
    text-align: left;
    margin: 0px;
    padding:0 1%;
}

.tabletless{
        display: none;
    }

ul.bottom_three{
    margin: 40px 0 0;
    padding: 0;
    list-style: none;
    width: 100%;
    display: flex;
    flex-direction: column;
}

ul.bottom_three li{
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
    width: 90%;
    margin: 0 auto 20px;
    padding: 10px 5px;
}
    
ul.bottom_three li:nth-child(odd){
    margin: 0 auto 20px !important;
}
    
ul.bottom_three li:nth-child(even){
    margin: 0 auto 20px !important;
}
    
ul.bottom_three li span{
    text-align: center!important;
}
	
img.tab_scalerble{
	width: 90%;
	height: auto;
	}
    
	
.float{
	float: none;
}
	
ul.two_div_pic{
	width: auto!important;
	list-style: none;
	margin: 20px auto;
	padding: 0px !important;
}

	
ul.two_div_pic li{
	width: 70%;
	float: none;
	padding: 0px !important;
	border-bottom: 0px solid;
	line-height: 0em;
	margin: 0 auto 10px;
	height: auto;
	display: inline-block;
}
	
.scalerble_table{
	width: 60% !important;
	height: auto !important;	
}
	
.info,.greeting,.contact,.operation,.access {
	min-width: 0px;
	background-position: top center!important;
	height: 210px !important;
}

    
ul.sample{
    width: 100%;
    list-style: none;
    display: flex;
    justify-content:space-around;
    flex-wrap: wrap;
    margin:10px 0px;
    padding: 0px;
}    
    
    
ul.sample li{
    background-color:#F4F4F4;
    text-align: center;
    padding:5px 7.5px;
    font-size: 12px !important;
    font-size: 1.2rem !important;
    line-height: 1.3em;
    margin: 10px 2.5px 10px;
    width: 28%;
    display: inline-block;
}    
	
.micro_text{
	font-size: 11px;
	font-size: 1.1rem; 
	line-height: 1.2em;
}


.small_text{
	font-size: 12px!important;
	font-size: 1.2rem!important;
	line-height: 1.3em;
}

.mid_text{
	font-size: 14px!important;
	font-size: 1.4rem!important;
	line-height: 1.5em;
}

.half_large_text{
	font-size: 17px!important;
	font-size: 1.7rem!important; 
	line-height: 1.5em;
}

.large_text{
	font-size: 21px!important;
	font-size: 2.1rem!important;
	line-height: 1.5em;
}

.largest_text{
	font-size: 24px!important;
	font-size: 2.4rem!important; 
	line-height: 1.5em;
}
    
.big_text{
	font-size: 28px!important;
	font-size: 2.8rem!important;
}
    
.biggest_text{
	font-size: 32px!important;
	font-size: 3.2rem!important;
}

    
ul.product_pic li{
    width: 30%;
    height: 400px;
    margin: 1%;
    padding: 5px;
}
    
    ul.product_pic li img{
        margin-bottom: 0px;
        
    }

ul.product_pic li h2{
    font-size: 16px !important;
    font-size: 1.6rem !important;
    font-weight: 700;
    padding: 5px 10px;
    border-bottom: 2px solid #4D86B0;
    margin: 0 0 5px;
}
    
table.delivery-fee{
    list-style: none;
     width: 96%;
    }
    
table.delivery-fee tr{
        display: block;
    }
    
 table.delivery-fee td, table.delivery-fee th{
    display: list-item;
    width: 100%;
    text-align: center;
    } 
     
  .sale .text{
    font-size: 24px;
    font-size: 2.4rem;
    color: #424242;
    font-weight: 800;
    line-height: 1.6em;
}  

    
}
/*/////////////////////////////////////////////////////////// スマホモダン縦 //////////////////////////////////////////////////////////////*/
@media screen and (max-width: 480px) {
p.landing{
	font-weight: 600!important;
	font-size:20px;
	font-size:2.0rem;
    text-align: center;
    width: auto;
	color: #006699;
    position: absolute;
     top: 45%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform : translate(-50%,-50%);
  transform : translate(-50%,-50%);
    text-shadow: 
    #FFF 2px 0px 10px, #FFF -2px 0px 10px,
    #FFF 0px -2px 10px, #FFF -2px 0px 10px,
    #FFF 2px 2px 10px, #FFF -2px 2px 10px,
    #FFF 2px -2px 10px, #FFF -2px -2px 10px,
    #FFF 1px 2px 10px, #FFF -1px 2px 10px,
    #FFF 1px -2px 10px, #FFF -1px -2px 10px,
    #FFF 2px 1px 10px, #FFF -2px 1px 10px,
    #FFF 2px -1px 10px, #FFF -2px -1px 10px,
    #FFF 1px 1px 10px, #FFF -1px 1px 10px,
    #FFF 1px -1px 10px, #FFF -1px -1px 10px;
    z-index: 10;
}
	
body {
	font-size: 14px!important;
	font-size: 1.4rem!important; 
}
    
br.sp{
	display: block!important;
	} 
    
 br.tb{
	display: none !important;
}  
    
    
#roof > .leftside{
    float: left;
    padding: 2px 0;
    font-size: 10px;
    font-size: 1rem;
}
    
    
#roof > .rightside{
    display: none;
}

	
/*_/_/_/_/_/_/_/ページTOP_/_/_/_/_/_/_/*/

#pagetop a{
    display: block;
    padding: 5px;
    color:#808080;
    text-decoration: none;
}
	

#corpname div{
    font-size: 14px;
    font-size: 1.4rem;
}

#body_wrap #main_lower{
	width:100%;
	float: left;
	margin: 0px 2%;
	padding: 0px;
}
	

    
#body_wrap > p{
        padding: 10px!important;
    }

    
footer{
	margin:5px 0px 0px;
    padding-bottom: 50px!important;
    display: flex;
    flex-wrap: wrap;
}   
    
footer .left{ 
    width:100%;
    order: 2;
}


footer .right{
    width:100% !important;
    order: 1;
    text-align: center;
}
    
footer ul{
	list-style: none;
	margin:0px;
	padding: 0px;
}
    
footer ul li{
	font-size: 16px;
	font-size: 1.6rem;
}
 

    
footer ul.banner {
	margin:0px;
	padding: 0px;
}
    
footer ul.banner li{
        width: 49% !important;
    }
	
footer ul.banner li img{
        width: 100% !important;
        height: auto;
    }
    
    
    
    
.bxslider img{
    width: 100%;
    height: 350px !important;
    object-fit: cover;
}
    
.slider{
    height: 350px !important;
}
    
    
p.catch{
    font-size: 15px;
    font-size: 1.5rem;
}
    
	
h2.top{
	font-size: 28px;
	font-size: 2.8rem; 
}


	
h3.top{
	font-size: 26px;
	font-size: 2.6rem; 
	margin-top: 20px;
	margin-bottom: 10px;
    border-bottom: 3px #1f363d solid !important;
    padding-bottom: 10px;
}
	

#h1box > div{
	width: 100%;
	background-repeat:no-repeat;
	background-position: 50% 100%;
	margin: 0;
	position: relative;
	height: 200px!important;
}
	
h1.lower{
	font-family:"Noto Sans Japanese";
	min-width: 0px !important;
	font-size:18px !important;
	font-size:1.8rem !important;	
}
    
h1.landing{
	font-size:24px;
	font-size:2.4rem;
    width: 100%;
}

.order_curtain, .blind, .roll_screen, .order_carpet, .contact, .corp, .common {
	height: 200px!important;
	min-width: 0;
	background-position: 50% top!important;
    background-color:deeppink;
}
	

h2.lower{
	font-size: 18px !important;
	font-size: 1.8rem !important;
}
    
h2.lower2{
	font-size: 18px;
	font-size: 1.8rem; 
}

    
h3.lower{
	font-size: 16px;
	font-size: 1.6rem; 
}
    
.k-word{
    padding:5px 10px;
    background-color:#8F3F40;
    margin: 5px;
    color: #FFF;
	font-weight:700;
    font-size: 14px;
    font-size: 1.4rem;
    border-radius: 10px;
    display: inline-block;
}

ul.leaf li{
    font-size: 14px;
    font-size: 1.4rem;
}
    
    
    
ul.product_pic{
    margin: 10px 0 20px;
    padding: 0px;
}

ul.product_pic li{
    width: 90%;
    height: auto;
    margin: 2% 5%;
    padding: 5px;
    font-size: 12px !important;
    font-size: 1.2rem !important;
    line-height: 1.1em;
}
    

ul.SBS{
    list-style: none;
    display: flex;
    justify-content: space-between;
    flex-wrap:wrap;
    margin: 0px;
    padding: 0px;
}

ul.SBS li{
    display: inline-block;
    width: 96%;
    margin:0 2%;
}
    
    

ul.bottom_three{
    margin: 40px 0 0;
    padding: 0;
    display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

ul.bottom_three li{
    margin: 0 0 20px;
    height: auto;
}
	    
 
ul.catalog{
    list-style: none;
    display: flex;
    justify-content:flex-start;
    flex-wrap: wrap;
    margin: 20px auto;
    padding: 0px;
    width:auto !important;
}

ul.catalog li{
    text-align: center;
    margin: 5px;
    font-size: 14px;
    font-size: 1.4rem;
    width: 47%;
}

ul.catalog li img{
    width: 100%;
    height: auto;
}    

    
ul.sr li{
   border-bottom: 1px dotted #909090;
   padding: 0;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4em;
    text-align: left;
    margin: 0 0 10px;
}
    

ul.sr li h3{
    font-size: 16px;
    font-size: 1.6rem;
    background-color:#EBFFF2;
    padding: 5px 10px;
    color: #062F53;
    font-weight: 800;
}
    


ul.style li{
    width: 48%;
    height: auto;
    font-size: 12px;
    font-size: 1.2rem;
    text-align: center;
    margin-bottom: 20px;
}
    
table.product01{
    border-collapse: collapse;
    border-spacing: 1px;
    width: auto;
    margin: 20px auto;
    table-layout:inherit;
    display:list-item;
    list-style: none;
    text-align: center;
}
    
table.product01 tr{
   display: block;
}

table.product01 td{
    display: inline-block;
    margin-bottom: 10px;
    margin: 5px 20%;
    width: 60%;
}
    
table.product01 td img{
        width: 100% !important;
        height: auto;
}
    
    
table.type01{
    width: 98%;
    margin: 20px auto;
    display:list-item;
    list-style: none;
}
    
table.type01 tr{
    display: block;
}
    

table.type01 th, table.type01 td{
    display: inline-block;
    width: 100%!important;
    text-align: left!important;
}

table.type02{
    width: 98%;
    margin: 40px auto;
    border-collapse: collapse;
}
    
table.type02 tr{
    display: block;
}

table.type02 th, table.type02 td{
    display: inline-block;
    width: 100%!important;
    text-align: left!important;
}
    
 .estimate{
    width:90%;
    background-color: #FEFCEC;
    border: 1px solid #BC9B00;
    padding: 20px 10px;
    text-align: center;
    font-size: 21px;
    font-size: 2.1rem;
    font-weight: 800;
    margin: 20px auto;
}  
    
    
    
ul.sample li{
    background-color:#F4F4F4;
    text-align: center;
    padding:5px 7.5px;
    font-size: 12px !important;
    font-size: 1.2rem !important;
    line-height: 1.3em;
    margin: 10px 2.5px 10px;
    width: 48%;
    display: inline-block;
}    
    
 .sale .text{
    font-size: 21px;
    font-size: 2.1rem;
    color: #424242;
    font-weight: 800;
    line-height: 1.6em;
}  
    
.sale .text span{
    font-size: 14px;
    font-size: 1.4rem;
}
    
    
.advice{
    font-size: 21px;
    font-size: 2.1rem;
}

ul.three_column{
    list-style: none;
    width: 100%;
    display: flex;
    justify-content:center;
    flex-direction: column;
    flex-wrap: wrap;
    margin: 0 0 20px;
    padding: 0;
}

ul.three_column li{
    width: 90%;
    background-color:#D4EBDB;
    border: 1px solid #2E4A2A;
    text-align: center;
    font-size: 12px;
    font-size: 1.2rem;
    padding: 5%;
    margin: 0 5% 20px;
    
}

ul.two_column8-2{
    list-style: none;
    width: 100%;
    display: flex;
    justify-content:space-between;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}

ul.two_column8-2 li{
    margin:10px auto;  

}


/*ul.two_column8-2 li img{
    width: 250px !important;
    height: auto;
}*/
        
/*機数行*/
ul.two_column8-2 li:nth-child(odd){
    width: 96%;
    padding: 1% 0 !important;
    border-bottom: 0px solid;
    border-top: 1px solid #467A35;
    border-left: 1px solid #467A35;
    border-right: 1px solid #467A35;
    text-align: center;
    margin-bottom: 0px;
}
    
    
/*偶数行*/    
 ul.two_column8-2 li:nth-child(even){
    width: 96%;
    padding: 1% 2% !important;
    border-bottom: 1px solid #467A35;
    border-top: 1px solid #467A35;
    border-left: 1px solid #467A35;
    text-align: left;
     margin-top: -10px;
    margin-bottom: 30px;
}   
    
 ul.two_column8-2 li h3{
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0 0 5px;
    
}


ul.two_column8-2 li .price{
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 800;
    color: #FF0004;
    margin: 0 0 5px;
}   

    
ul.two_column5-5{
    list-style: none;
    width: 96%;
    display: flex;
    justify-content:center;
     flex-direction: column;
    flex-wrap: wrap;
    margin: 0 2%;
    padding: 0;
}    
    
    
ul.two_column5-5 li{
    margin:10px 0;  
    width: 100%;
    padding: 0;
    text-align: center;
} 
    
  
    
 dl.contact_tbl dt {
border-top: 5px solid #fff;
clear: left;
float: left;
width: 100%;
text-align: left;
padding: 20px 10px 0 !important;
}
    
    
    
dl.contact_tbl dd {
background: #f0f0f0;
border-left: 0px solid #fff;
border-top: 10px solid #fff;
margin-left: 0%;
text-align: left;
}
   
    
.micro_text{
	font-size: 11px;
	font-size: 1.1rem; 
	line-height: 1.2em;
}


.small_text{
	font-size: 12px!important;
	font-size: 1.2rem!important;
	line-height: 1.3em;
}

.mid_text{
	font-size: 12px!important;
	font-size: 1.2rem!important;
	line-height: 1.3em;
}

.half_large_text{
	font-size: 15px!important;
	font-size: 1.5rem!important; 
	line-height: 1.4em;
}

.large_text{
	font-size: 18px!important;
	font-size: 1.8rem!important;
	line-height: 1.5em;
}

.largest_text{
	font-size: 21px!important;
	font-size: 2.1rem!important; 
	line-height: 1.5em;
}
    
.big_text{
	font-size: 24px!important;
	font-size: 2.4rem!important;
}
    
.biggest_text{
	font-size: 28px!important;
	font-size: 2.8rem!important;
}
	
}

/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
@media screen and (max-width: 320px) {

h1.catch{
    font-size: 15px;
    font-size: 1.5rem;
}	
#corpname{
    font-size: 21px;
    font-size: 2.1rem;
    background-size: auto 35px;
}
#corpname div{
    font-size: 12px;
    font-size: 1.2rem;
}

    
#h1box > div{
	width: 100%;
	background-repeat:no-repeat;
	background-position: 50% 100%;
	position: relative;
}
	
h1.lower{
	font-family:"Noto Sans Japanese";
	min-width: 0px !important;
	font-size:16px !important;
	font-size:1.6rem !important;	
}
    

.order_curtain, .blind, .roll_screen, .order_carpet, .contact, .corp, .common {
	height: 100px!important;
	min-width: 0;
	background-position: 50% top!important;
}    
    
		
ul.catalog{
    list-style: none;
    display: flex;
    justify-content:flex-start;
    flex-wrap: wrap;
    margin: 20px auto;
    padding: 0px;
    width:auto !important;
}

ul.catalog li{
    text-align: center;
    margin: 5px 20%;
    font-size: 14px;
    font-size: 1.4rem;
    width: 60%;
}

ul.catalog li img{
    width: 100%;
    height: auto;
} 
    
ul.sr li{
   border-bottom: 1px dotted #909090;
   padding: 0;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.2em;
    text-align: left;
    margin: 0 0 10px;
}
    

ul.sr li h3{
    font-size: 14px;
    font-size: 1.4rem;
    background-color:#EBFFF2;
    padding: 5px 10px;
    color: #062F53;
    font-weight: 800;
}
    
  
ul.style{
    list-style:none;
    margin:20px auto 0;
    padding: 0;
    display: flex;
    flex-direction: column!important;
    flex-wrap:wrap;
    justify-content: center!important;
} 
    


ul.style li{
    width: 96%!important;
    height: auto;
    font-size: 12px;
    font-size: 1.2rem;
    text-align: center;
    margin: 0 2% 20px;
}
    
.micro_text{
	font-size: 10px;
	font-size: 1rem; 
	line-height: 1.2em;
}


.small_text{
	font-size: 11px!important;
	font-size: 1.1rem!important;
	line-height: 1.3em;
}

.mid_text{
	font-size: 12px!important;
	font-size: 1.2rem!important;
	line-height: 1.3em;
}

.half_large_text{
	font-size: 14px!important;
	font-size: 1.4rem!important; 
	line-height: 1.4em;
}

.large_text{
	font-size: 16px!important;
	font-size: 1.6rem!important;
	line-height: 1.5em;
}

.largest_text{
	font-size: 18px!important;
	font-size: 1.8rem!important; 
	line-height: 1.5em;
}
    
.big_text{
	font-size: 21px!important;
	font-size: 2.1rem!important;
}
    
.biggest_text{
	font-size: 24px!important;
	font-size: 2.4rem!important;
}
    
}


/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ TAKUMI追加 _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
/*_/_/_/_/_/投稿ページのタイトル_/_/_/_/_/*/
p.single_title{
	width:auto;
	font-weight: 800!important;
	font-size:31px;
	font-size:3.1rem;
	text-align:center !important;
	color: #006699;
    position: absolute;
    top: 50%;
    left: 50%;
  transform : translate(-50%,-50%);
    text-shadow: 
    #FFF 2px 0px 10px, #FFF -2px 0px 10px,
    #FFF 0px -2px 10px, #FFF -2px 0px 10px,
    #FFF 2px 2px 10px, #FFF -2px 2px 10px,
    #FFF 2px -2px 10px, #FFF -2px -2px 10px,
    #FFF 1px 2px 10px, #FFF -1px 2px 10px,
    #FFF 1px -2px 10px, #FFF -1px -2px 10px,
    #FFF 2px 1px 10px, #FFF -2px 1px 10px,
    #FFF 2px -1px 10px, #FFF -2px -1px 10px,
    #FFF 1px 1px 10px, #FFF -1px 1px 10px,
    #FFF 1px -1px 10px, #FFF -1px -1px 10px;
}

/*_/_/_/_/_/front-page h1の文章_/_/_/_/_/*/
.top_main {
	font-size: 18px;
    font-size: 1.8rem;
    color: #778899;
}

/*_/_/_/_/_/テキスト_/_/_/_/_/*/
.sales1_text{
    font-size: 28px;
    font-size: 2.0rem;
    color: #778899;
    font-weight:400;
    line-height: 1.2em;
}

.text-g{
	font-size: 25px;
    font-size: 2.5rem;
    font-weight: 800;
    color: #778899;
    margin: 5 3px;
}

.sample_order{
    width:400px;
    background-color: #FEFCEC;
    border: 1px solid #BC9B00;
    padding: 20px 40px;
    text-align: center;
    font-size: 28px;
    font-size: 2.8rem;
    font-weight: 800;
    margin: 60px auto;
}

.sample_order a{
    color:#756000!important;
}

/*_/_/_/_/_/文字装飾_/_/_/_/_/*/
.yellowline {
	background:rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #FCFAD9 0%) repeat scroll 0 0;
}

.pinkline {
	background:rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #FFDFEF 0%) repeat scroll 0 0;
}

.qa {
	position: relative;padding: 0.5em;background: #a6d3c8;color: white;
}

.qa::before {
	position: absolute;content: '';top: 100%;left: 0;border: none;border-bottom: solid 15px transparent;border-right: solid 20px rgb(149, 158, 155);
}

h3.lower2{
	font-size: 24px;font-size: 2.4rem; margin-top: 20px;margin-bottom: 10px;font-weight:600;border-bottom: 1px solid #999;padding:0 10px 5px;color:#275826;
}

h5.lower2{
	font-size: 24px;font-size: 2.4rem; margin-top: 20px;margin-bottom: 10px;font-weight:600;border-bottom: 1px solid #999;padding:0 10px 5px;color:#275826;
}

h4.blind_name{
	font-size: 12px;font-size: 1.8rem; margin-top: 5px;margin-bottom: 1px;font-weight:600
}

.box5 {
	padding: 0.5em 1em;margin: 2em 0;border: double 5px #4ec4d3;}.box5 p {margin: 0; padding: 0;
}

.box8 {
	padding: 0.5em 1em;margin: 2em 0;color: #232323;background: #fff8e8;border-left: solid 10px #ffc06e;}.box8 p {margin: 0; padding: 0;
}

.box13 {
	border: 2px solid #da4033;border-radius: 4px;margin: 2em 0;padding: 2em;position: relative;
}
.box13::before {
	background-color: #fff;color: #da4033;content: "POINT";font-weight: bold;left: 1em;padding: 0 .5em;position: absolute;top: -1em;
}

.box7 {
	border: 2px solid #da4033;border-radius: 4px;margin: 2em 0;padding: 2em;position: relative;
}
.box7::before {
	background-color: #fff;color: #da4033;content: "採寸見積り受付中";font-weight: bold;left: 1em;padding: 0 .5em;position: absolute;top: -1em;
}
.box7 p {
	margin: 0; padding: 0;
}
.box20 {
	position: relative;/*相対位置*/padding: 0.5em 0.5em 0.5em 1.5em;/*アイコン分のスペース*/line-height: 1.4;/*行高*/color: #ff6a6a;/*文字色*/border-top: dotted 1px gray;border-bottom: dotted 1px gray;background: #fffff4;
}
.box20:before {font-family: "Font Awesome 5 Free";/*忘れずに*/content: "\f138";/*アイコンのユニコード*/position: absolute;/*絶対位置*/font-size: 1em;/*サイズ*/left: 0.25em;/*アイコンの位置*/top: 0.5em;/*アイコンの位置*/color: #ff6a6a; /*アイコン色*/
}

h2.leaf{
	font-size: 21px;font-size: 2.1rem; font-weight:300;margin: 30px 0 20px;border-bottom: 1px solid#1E427E;padding: 0 10px 10px;color: #4B4B4B;
}
h2.leaf a{color: #4B4B4B !important;
}
h2.leaf::before{
	content:"\f55f";
font-family: "Font Awesome 5 Free";color: #275526;font-size: 24px;font-size: 2.4rem; font-weight: bold;margin-right: .5em;
}

ul.ten {
	list-style: none;display: inline-block;
}

h1.lower2{
	font-size: 24px;font-size: 2.4rem; margin-top: 20px;margin-bottom: 10px;font-weight:600;border-bottom: 1px solid #999;padding:0 10px 5px;color:#275826;
}

#transparent ul {
	list-style-type: none; text-align:center
}
#transparent ul li {
	display: inline-block;width:120px;padding: 10px 0;margin: 10px 0;vertical-align:middle;background: mediumseagreen;font-weight: bold;color:white; 
}

.count_6{counter-reset: chapter;}
.count_6 li {background: #cde2e8;position: relative;margin-bottom: 20px;border-radius: 10px;}
.count_6 li p{padding: 20px;margin: 0;}
.count_6 li:nth-child(even) {background: #eee;}
.count_6 li:before {content: "STEP " counter(chapter) ;counter-increment: chapter;display: block;padding:5px;text-align: center;text-decoration: none;color: #FFF;background: #30b0d8;font-weight: bold;z-index: 1;border-radius: 10px 10px 0 0;box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);}
.count_6 li:after{content: "";position: absolute;bottom: -30px;left: 50%;margin-left: -15px;border: 15px solid transparent;border-top: 15px solid #cde2e8;z-index: 1;}
.count_6 li:nth-child(even):after {border-top: 15px solid #eee;}
.count_6 li.count_6-last:before,
.count_6 li.count_6-last::after {display: none;}
.count_6 {list-style-type: none;}
.bgcolor_gray { background-color: #f5f5f5;}

.box8 {
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #232323;
    background: #fff8e8;
    border-left: solid 10px #ffc06e;
}
.box8 p {
    margin: 0; 
    padding: 0;
}

table.product02{
    border-collapse: collapse;
    border-spacing: 1px;
    width: 400px;
    margin-top: 40px;
    margin-bottom: 40px;
    table-layout: fixed;
}
table.product02 td{
    padding: 5px;
    text-align: center !important;
    vertical-align: top;
    border: 1px solid #D5D5D5;
    font-size: 12px !important;
    font-size: 0.8rem !important;
}
table.product02 td img{
    width: 100%;
    height: auto;
}
table.product02 td p{
    margin: 0px;
}
h2.showroom::before{
    content: "\f49e";
    font-family: "Font Awesome 5 Free";
    color:#FF71F7;
	font-size: 24px;
	font-size: 2.4rem; 
    font-weight: bold;
    margin-right: .3em;
}
/*_/_/_/_/_/透明スクリーン価格表table_/_/_/_/_/*/
table.tomei_rs{
  width: 100%;
  border-collapse:separate;
  border-spacing: 0;
}

table.tomei_rs th:first-child{
  border-radius: 5px 0 0 0;
}

table.tomei_rs th:last-child{
  border-radius: 0 5px 0 0;
  border-right: 1px solid #3c6690;
}

table.tomei_rs th{
  text-align: center;
  color:white;
  background: linear-gradient(#829ebc,#225588);
  border-left: 1px solid #3c6690;
  border-top: 1px solid #3c6690;
  border-bottom: 1px solid #3c6690;
  box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
  width: 25%;
  padding: 10px 0;
}

table.tomei_rs td{
  text-align: center;
  border-left: 1px solid #a8b7c5;
  border-bottom: 1px solid #a8b7c5;
  border-top:none;
  box-shadow: 0px -3px 5px 1px #eee inset;
  width: 25%;
  padding: 10px 0;
}

table.tomei_rs td:last-child{
  border-right: 1px solid #a8b7c5;
}

table.tomei_rs tr:last-child td:first-child {
  border-radius: 0 0 0 5px;
}

table.tomei_rs tr:last-child td:last-child {
  border-radius: 0 0 5px 0;
}

/*_/_/_/_/_/レイアウト_/_/_/_/_/ */
.eigyoarea{
	text-align: left;
}

/*_/_/_/_/_/Flex box投稿ページに使用_/_/_/_/_/ */
ul.flexContainer li.flexItem{
	list-style: none;
}

.flexContainer{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.flexItem{
	box-sizing: border-box;
	padding: 0px;
}

.flexItem_a{
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: auto;
}

.flexItem_b{
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: auto;
}

a.notel{
	pointer-events:none;
	color: inherit;
}

/*_/_/_/_/_/Font Awesome_/_/_/_/_/ */
.qa-answer::before{
	font-family: "Font Awesome 6 Free";
	content: "\f075";
	font-weight: 900;		
	color: #6acb1a;
}

/*_/_/_/_/_/料金表_/_/_/_/_/ */

table.price1 {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 770px;
  table-layout: fixed;
  color: #4CAF50;
}

table.price1 tr {
  background-color: #fff;
  padding: .35em;
  border-bottom: 1px dotted #8BC34A;
}
table.price1 tr:last-child{
   border-bottom: 2px solid #18521b;
}
table.price1 th,
table.price1 td {
  padding: 1em 10px 1em 1em;
}
table.price1 tbody th {
    color: #0f7d13;
	font-size: .85em;
}
table.price1 tbody th h3 {
    color: #0f7d13;
}
table.price1 txt{
   text-align: left;
   font-size: .85em;
}
table.price1 price{
   text-align: right;
}
@media screen and (max-width: 600px) {
  table.price1 {
    border: 0;
    width:100%
  }
  table.price1 th{
    display: block;
    border-right: none;
    border-bottom: 2px solid #0f7d13;
    padding-bottom: .6em;
    margin-bottom: .6em;

  }
  table.price1 thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  table.price1 tr {
    display: block;
    margin-bottom: 2em;
        border-bottom: 2px solid #0f7d13;
  }
  
  table.price1 td {
    border-bottom: 1px solid #bbb;
    display: block;
    font-size: .10em;
    text-align: left;
    position: relative;
    padding: .625em .625em .625em 4em;
    border-right: none;
  }
  
  table.price1 td::before {
    content: attr(data-label);
    font-weight: bold;
    position: absolute;
    left: 10px;
  }
  
  table.price1 td:last-child {
    border-bottom: 0;
  }
}
