@charset "UTF-8";
/*------------------------------------*\
　normalize
\*------------------------------------*/
rticle,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden],template{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a{background:0 0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/*------------------------------------*\
    MAIN
\*------------------------------------*/
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
html {
font-family: 'Lato', "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
color: #000;
font-size: 16px;
line-height: 1;
-webkit-text-size-adjust: none;
}

/* clear -------------------------*/
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}

img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color: #000;
	text-decoration: none;
	outline: none;
	position: relative;
}
a:focus,
input:focus {
	outline: none;
}
a:hover {
    color: #017ac8;
}

.sp {
	display: none;
}
ul {
	margin: 0;
	padding: 0;
}
table {
	width: 100%;
}
.center {
	text-align: center;
}
.rightTxt {
	text-align: right;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper -------------------------*/
.wrapper {
	width:100%;
	margin:0 auto;
	position:relative;
	overflow: hidden;
}

/* header -------------------------*/
.header {
    border-top: 5px solid #017ac8;
}
.headerContainer {
    margin: 0 auto 20px auto;
    position: relative;
    max-width: 1080px;
}
.headerContainer h1 {
    margin: 0;
}
.logo {
    width: 228px;
}
.sarchContainer {
    background: #017ac8;
    height: 45px;
    position: absolute;
    top: 0;
    right: 0;
    width: 36%;
}
.sarchContainer::before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 45px 0 0 11px;
    border-color: transparent transparent transparent #ffffff;
}
form.searchForm {
    position: absolute;
    right: -24%;
    top: 0;
    width: 100%;
}
button.search-submit {
    border: none;
    background: #000;
    height: 45px;
    color: #fff;
    font-size: 1rem;
  width: 4.1em;
}
input.search-input {
    font-size: 1rem;
    padding: 5px 15px;
    background: #017ac8;
    border: none;
    color: #fff;
    width: 50%;
}
input.search-input::placeholder {
  color: #58bcff;
}
input.search-input:-ms-input-placeholder {
  color: #58bcff;
}

input.search-input::-ms-input-placeholder {
  color: #58bcff;
}
.sarchContainer::after {
    content: url(../img/serch.png);
    display: inline-block;
    border-right: 1px solid #0b8cdf;
    height: 30px;
    position: relative;
    top: -15px;
    padding: 5px 20px 0;
}
.catalogBtn,
.newsBtn {
    position: absolute;
    top: 20px;
    right: 38%;
}
.catalogBtn a,
.newsBtn a {
    border: 1px solid #d4d4d4;
    border-radius: 20px;
    color: #017ac8;
    font-size: 14px;
    padding: 0.5em 1em;
}
.catalogBtn a:first-child::before,
.newsBtn a::before{
    font-family: 'Material Icons';
    content: "\e037";
    position: relative;
    top: 2px;
}
.catalogBtn {
    display: table;
}
.catalogBtn > a:first-child {
    margin-right: 5px;
}
.catalogBtn > .shopify {
    border-color: #017ac8;
    background-color:#017ac8;
    color: #fff;
}

/*global nav-------------------------*/
.nav ul,
ul.nav {
    list-style: none;
}
.nav.gNav  ul{
    margin: 10px 0 0;
    font-size: 0;
    line-height: 0;
    text-align: center;
}
.nav.gNav  ul li {
    display: inline-block;
    border-bottom: 2px solid #fff;
    box-sizing: border-box;
    font-size: 1rem;
    line-height: 1;
    padding: 0 0 0.8em;
    text-align: center;
    width: 216px;
}
.nav.gNav  ul li a {
    display: block;
    border-right: 1px solid #d4d4d4;
    padding: 0.8em 0;
}
.nav.gNav  ul li.nav01 a {
    border-left: 1px solid #d4d4d4;
}
.nav.gNav  ul li:hover,
.home .nav.gNav ul li.nav01,
.hotel-pan_cooking-appliances ul li.nav02,
.hotel-pan ul li.nav02 {
    border-bottom: 2px solid #017ac8;
}
.hotel-pan_cooking-appliances ul li.nav02::after,
.hotel-pan ul li.nav02::after {
    font-family: 'Material Icons';
    content: "\e5cf";
    color: #017ac8;
    font-size: 30px;
    position: absolute;
    bottom: -5px;
    text-indent: -15px;
}
.nav.gNav li ul.sub-menu {
    background: rgba(1,122,200,5.9);
    position: absolute;
    padding: 20px 0 0;
    text-align: center;
    left: 0;
    top: 133px;
    width: 100%;
    -webkit-transition: 1s;
    transition: 1s;
    opacity: 0;
    z-index: -1;
}
.nav.gNav ul li.nav02:hover ul.sub-menu {
    visibility: visible;
    top: 123px;
    display: block;
    opacity: 1;
    z-index: 2;
}
.nav.gNav .sub-menu li.subItem {
    border-bottom: none;
    border-right: 1px solid #FFF;
    border-left: 1px solid #fff;
    margin: 0 5px 20px;
    padding: 0;
    width: auto;
}
.nav.gNav .sub-menu li.subItem a {
    color: #fff;
    border: none;
    padding: 0.25em 1em;
}
.nav.gNav .sub-menu li.subItem a:hover {
    background: #fff;
    color: #017ac8;
}

/*main-------------------------*/
.main {
    margin: 0 auto;
    max-width: 1080px;
    position: relative;
}
/*sideNav------------------------*/
.sideNav {
    background: #017ac8;
    padding: 20px;
    position: absolute;
    right: 0;
    top: 170px;
    width: 33%;
    display: none;
}
.sideNav .sarchContainer02 {
    background: #fff;
    border-radius: 10px;
    padding: 10px;
    width: 100%;
}
.sideNav input.search-input {
    background: #fff;
    color: #000;
    width: 80%;
}
.sideNav button.search-submit {
    background: #fff;
    border-right: 1px solid #017ac8 !important;
    height: 30px;
    padding: 0 20px 0 0;
}
.sideNav form.searchForm {
    position: static;
}
/*browsingHistory ----------------*/
.browsingHistory{
    background: #f5f5f5;
}
.bhContainer {
    margin: 0 auto;
    max-width: 1080px;
}

/*footer-------------------------*/
.footerContainer {
    background: url(../img/footer_bg.png) repeat-x 50% 100% #017ac8;
}
.fnavContainer {
    margin: 0 auto;
    max-width: 1080px;
    padding: 65px 0 70px;
}
.footerNav {
    float: left;
    width: 80.8%;
}
.footerNav ul {
    font-size: 0;
    line-height: 0;
    position: relative;
}
.footerNav li {
    display: inline-block;
    font-size: 1rem;
    line-height: 1.5em;
    vertical-align: top;
    width: 25%;
}
.footerNav li:first-child {
    width: 20%;
}
.footerNav li:nth-child(2) {
    width: 30%;
}
li.fNone {
    display: block;
    position: absolute;
    right: 0;
    top: 3em;
}
.footerNav li .sub-menu li {
    display: block;
    width: 100%;
}
.footerNav li .sub-menu li:first-child,
.footerNav li .sub-menu li:nth-child(2) {
    width: 100%;
}
.footerNav li .sub-menu li:first-child {
    margin: 1em 0 0;
}
.footerNav li a {
    color: #fff;
}
.footerNav li .sub-menu li a::before {
    font-family: 'Material Icons';
    content: "\e037";
    color: #000;
    position: relative;
    top: 2px;
}
.catalogArea {
    background: #fff;
    border-radius: 5px;
    float: right;
    font-size: 14px;
    padding: 23px 0 23px 30px;
    width: 19.2%;
}
.catalogArea a {
    color: #017ac8;
}
.catalogArea span {
    display: block;
    margin: 20px 0 0;
}
.catalogArea a:hover span {
    color: #d42e12;
}
.catalogArea span::before {
    font-family: 'Material Icons';
    content: "\e037";
    color: #000;
    position: relative;
    top: 2px;
}
.links > .shopify,
.links > .shopify:hover {
    color: #fff;
}
.links {
    position: relative;
    top: -27px;
}
.footer .copy {
    text-align: center;
}
.snsArea {
    width: 75px;
    height: 30px;
    margin: 0;
    position: relative;
    left: 60%;
    bottom: 100px;
}
.snsArea ul {
    display: inline-flex;
}
.snsArea li{
    list-style: none;
}
.snsArea a {
    width: 40px;
    height: 40px;
    display: block;
}
.snsArea .instagram {
    margin: 0 15px 0 0;
    background: url("../../img/insta_logo_col.png");
    background-size: cover;
    background-repeat: no-repeat;
}
.snsArea .facebook {
    background: url("../../img/f_logo_col.png");
    background-size: cover;
    background-repeat: no-repeat;
}

/*breadcrumb-----------------------------*/
.breadcrumb {
    background: #f3f3f3;
    border: solid #e6e6e6;
    border-width: 1px 0;
    margin: 0 0 50px;
    position: relative;
}
.breadcrumb ul {
    margin: 0 auto;
    max-width: 1080px;
    font-size: 0;
    line-height: 0;
}
.breadcrumb ul li {
    display: inline-block;
    font-size: 12px;
    color: #868c91;
    line-height: 1.4;
    padding: 0.6em 0;
}
.breadcrumb ul li a::after {
    content: "<";
    display: inline-block;
    margin: 0 0.5em;
}
.breadcrumb li span {
    display: none;
}
/*------------------------------------*\
    text
\*------------------------------------*/
.home h2,
.main h1.products,
.category .newsTopics h1 {
    color: #017ac8;
    font-size: 29px;
    margin: 0 0 50px;
    text-align: center;
}
.home h2 span,
.main h1.products span,
.category .newsTopics h1 span {
    color: #000;
    display: block;
    font-size: 1rem;
    font-weight: normal;
    margin: 10px 0 0;
}
.main h1.products span,
.category .newsTopics h1 span {
    border-top: 1px solid #017ac8;
    margin: 5px 0 0;
    padding: 5px 0 0;
    font-weight: bold;
}
.home h3 {
    border-bottom: 1px solid #015fb7;
    color: #015fb7;
    font-size: 17px;
    margin: 0 0 25px;
    padding: 0 0 24px;
    text-align: center;
}
.home h3 a {
    color: #015fb7;
}
.browsingHistory h2 {
    background: #fff;
    border: 1px solid #d4d4d4;
    border-radius: 25px;
    color: #000;
    display: inline-block;
    font-size: 1rem;
    font-weight: normal;
    padding: 0.5em 1.5em;
    margin: 50px 0 0;
}

/*------------------------------------*\
    home
\*------------------------------------*/

/*slider------------------------------*/
.home .swiper-container {
    padding: 0 0 20px;
    text-align: center;
}
.home .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 0;
}
.home .swiper-button-prev {
    left: 18%;
}
.home .swiper-button-next {
    right: 18%;
}
.home .products {
    position: relative;
    margin: 100px 0 0;
}
.home .newsTopics {
    position: relative;
}
.home .products .catalogBtn,
.home .newsBtn {
    right: 0;
    top: 0;
}

.threeCol .col {
    float: left;
    margin: 0 1.82% 50px 0;
    text-align: center;
    width: 32.12%;
}
.threeCol .col:nth-child(3n){
    margin: 0 0 50px;
}
.threeCol .col p {
    margin: 0;
}
.threeCol .col p + p {
    margin: 20px 0 0;
}
.fiveCol {
    margin: 20px 0 85px;
}
.fiveCol .col {
    border: solid #d5d5d5;
    border-width: 1px 1px 1px 0;
    box-sizing: border-box;
    float: left;
    margin: 0;
    padding: 25px 28px;
    text-align: left;
    width: 20%;
}
.fiveCol .col:first-child {
    border-width: 1px;
}
.fiveCol .col li {
    font-size: 15px;
    line-height: 1.2;
    margin: 1em 0 0 1em;
    text-indent: -1em;
}
.fiveCol .col li:first-child {
    margin: 0 0 0 1em;
}
.fiveCol .col li a::before {
    font-family: 'Material Icons';
    content: "\e037";
    color: #015fb7;
    position: relative;
    top: 2px;
}
.fiveCol .col li .side {
    display: none;
}
.newsTopics dt {
    padding: 1.5em 0;
}
.newsTopics dt:first-child {
    border-top: 1px dotted #000;
}
.newsTopics dt .cat,
.post span.cat {
    background: #000;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    margin: 0 0 0 6em;
    padding: 0.4em;
    text-align: center;
    width: 6em;
}
.newsTopics dd {
    margin: -2.8em 0 0;
    padding: 0 0 1.5em 17em;
    border-bottom: 1px dotted #000;
}
.browsingHistory {
    margin: 125px 0 0;
    padding: 25px 0;
}
.browsingHistory .title {
    float: left;
    height: 140px;
    text-align: center;
    width: 17.6%;
}
.browsingHistory .nav {
    float: left;
    border-left: 1px solid #015fb7;
    width: 81.4%;
}
.browsingHistory ul {
    font-size: 0;
    line-height: 0;
}
.browsingHistory li {
    float: left;
    font-size: 1rem;
    line-height: 1;
    margin: 0 0 10px 30px;
    text-align: center;
    width: 185px;
}
.browsingHistory li span {
    display: block;
    overflow: hidden;
    margin: 0 0 15px;
    height: 100px;
    background: #fff;
}
/*------------------------------------*\
    製品一覧下層1
\*------------------------------------*/
.mainContents {
    float: right;
    width: 74.5%;
}
.mainContents h1 {
    border-left: 3px solid #017ac8;
    font-size: 32px;
    margin: 0 0 70px;
    padding: 0 0 0 20px;
}
.mainContents h1 span {
    display: block;
    color: #797979;
    font-size: 17px;
    margin: 010px 0 0;
}
.mainContents .threeCol a {
    position: static;
}
.mainContents .threeCol .col {
    border: 1px solid #d4d4d4;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}
.mainContents .threeCol .col:hover  {
     border: 1px solid #017ac8;
}
.mainContents .threeCol .col p {
    position: relative;
    text-align: center;
}
.mainContents .threeCol .col p + p {
    border-top: 1px solid #d4d4d4;
    padding: 15px 46px 15px 15px;
    text-align: left;
    position: static;
    margin: 0;
}
.mainContents .threeCol .col p .item {
    background: #017ac8;
    color: #fff;
    font-size: 12px;
    padding: 0.25em 0.5em;
    position: absolute;
    bottom: 0;
    right: 0;
}

.mainContents .threeCol .col p + p::after {
    font-family: 'Material Icons';
    content: "\e409";
    color: #017ac8;
    font-size: 30px;
    position: absolute;
    bottom: 4%;
    right: 0;
}
/*ブランド、用途一覧---------------------*/
.mainContents .threeCol .col p.itemImage {
    padding: 1em;
}
.mainContents .threeCol .col p.itemImage img {
    max-height: 150px;
    min-height: 150px;
}
/*sidebar----------------------------*/
.sidebar {
    float: left;
    width: 25.5%;
}
.sidebar .btn {
    border: 1px solid #d4d4d4;
    border-radius: 20px;
    color: #017ac8;
    font-weight: bold;
    padding: 0.8em 0;
    position: relative;
    text-align: center;
    width: 70%;
    margin: 0 0 20px 5%;
}
.sidebar .btn::before {
    content: url(../img/serch02.png);
    display: inline-block;
    position: absolute;
    left: 1.2em;
    top: 10px;
}
.sidebar .btn a {
    display: block;
}
.sidebar .nav {
    border: 1px solid #d4d4d4;
    border-radius: 10px;
    width: 80%;
}
.sidebar .nav li {
    border-top: 1px solid #d4d4d4;
    padding: 0 0 0 68px;
    height: 68px;
    position: relative;
    box-sizing: content-box;
    line-height: 48px;
}
.sidebar .nav li a {
    display: block;
    padding: 10px 0;
}
.sidebar .nav li:first-child {
    border-top: none;
}
.sidebar .nav.brand_use li {
    padding: 10px;
}
.sidebar .nav li.cat01 {
    border: none;
}
.sidebar .nav li.cat02,
.sidebar .nav li.cat06,
.sidebar .nav li.cat05 {
    line-height: 1.4;
}
.sidebar .nav li a::before {
    content: "";
    display: inline-block;
    height: 48px;
    position: absolute;
    width: 48px;
    left: -58px;
}
.sidebar .nav li:hover {
    background: #c2e4fb;
    border-bottom:none;
}
.sidebar .nav li.cat01 a::before {
    background: url(../../../../uploads/2019/05/nav01.png);
    background-size: contain;
}
.sidebar .nav li.cat02 a::before {
    background: url(../../../../uploads/2020/02/nav02.png);
    background-size: contain;
}
.sidebar .nav li.cat03 a::before {
    background: url(../../../../uploads/2019/05/nav03.png);
    background-size: contain;
}
.sidebar .nav li.cat04 a::before {
    background: url(../../../../uploads/2019/05/nav04.png);
    background-size: contain;
}
.sidebar .nav li.cat05 a::before {
    background: url(../../../../uploads/2019/05/nav05.png);
    background-size: contain;
}
.sidebar .nav li.cat06 a::before {
    background: url(../../../../uploads/2019/05/nav06.png);
    background-size: contain;
}
.sidebar .nav li.cat07 a::before {
    background: url(../../../../uploads/2019/05/nav07.png);
    background-size: contain;
}
.sidebar .nav li.cat08 a::before {
    background: url(../../../../uploads/2024/08/nav08.png);
    background-size: contain;
}
.list_sample01 .sidebar .nav li.cat01,
.sample02 .sidebar .nav li.cat01 {
    background: #017ac8;
}
.list_sample01 .sidebar .nav li.cat01 a,
.sample02 .sidebar .nav li.cat01 a {
    color: #fff;
}

/*------------------------------------*\
    製品一覧下層2
\*------------------------------------*/
.mainContents h1.subcat {
    background:  #017ac8;
    border: 1px solid #d4d4d4;
    border-radius: 10px;
    color: #fff;
    font-size: 32px;
    margin: 0 0 40px;
    padding:20px 30px;

}
.mainContents h1.subcat span  {
    display: block;
    color: #6fc6fe;
    font-size: 1rem;
    margin: 0 0 10px;
}
.mainContents .imgArea + p {
    line-height: 1.4;
    margin: 30px 0 50px;
}
.mainContents .contactArea {
    background: #f3f3f3;
    border-radius: 10px;
    width: 80%;
    margin: 40px auto;
    padding: 10px 20px 0 25px;
    font-size: 0;
    line-height: 0;
}
.mainContents .contactArea p {
    float: right;
    font-size: 15px;
    line-height: 1.4;
    width: 70%;
}
.mainContents .contactArea p + p {
    float: left;
    width: 30%;
}
.mainContents .contactArea p a {
    background: #017ac8;
    border: 1px solid #017ac8;
    border-radius: 5px;
    color: #fff;
    display: block;
    text-align: center;
    padding: 1em;
    position: relative;
    top: -0.5em;
}
.mainContents .contactArea p a:hover {
    background: #fff;
    color: #017ac8;
}
.mainContents table,
table.radius,
.hotelpan_search table {
    border: 1px solid #d4d4d4;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 6px;
    overflow: hidden;
}
.mainContents table th,
table.radius th,
.hotelpan_search table th{
    background-color: #def0fc;
    border-bottom: 1px solid #d4d4d4;
    font-weight: normal;
    padding: 0.5em;
}
.mainContents table th:first-child,
.hotelpan_search table th:first-child {
    width: 20%;
}
.mainContents table th:nth-child(2),
.hotelpan_search table th:nth-child(2) {
    width: 35%;
}
.mainContents table th:nth-child(3),
.hotelpan_search table th:nth-child(3) {
    text-align: center;
    width: 15%;
}
.mainContents table th:nth-child(4),
.hotelpan_search table th:nth-child(4){
    width: 15%;
}
.mainContents table th:nth-child(5),
.hotelpan_search table th:nth-child(5) {
    width: 15%;
}

.mainContents table td,
table.radius td,
.hotelpan_search table td {
    border-bottom: 1px solid #d4d4d4;
    padding: 0.5em;
    box-sizing: border-box;
}

.mainContents table td:nth-child(3),
.mainContents table td:nth-child(4),
.mainContents table td:nth-child(5),
.hotelpan_search table td:nth-child(3),
.hotelpan_search table td:nth-child(4),
.hotelpan_search table td:nth-child(5) {
    text-align: center;
}

.mainContents table td a,
.hotelpan_search table td a {
    display: block;
    height: 100%;
    width: 100%;
}
.mainContents table td img,
.hotelpan_search table td img {
	max-width: 100%;
	width: 100%;
}
.mainContents table td:nth-child(2) a span,
.hotelpan_search table td:nth-child(2) a span {
    display: block;
    color: #017ac8;
    text-decoration: underline;
}
.mainContents table th + th,
.mainContents table td,
.hotelpan_search table th + th,
.hotelpan_search table td {
    border-left: 1px solid #d4d4d4;
    line-height: 1.2;
}
.mainContents table tr:last-child td,
.hotelpan_search table tr:last-child td {
    border-bottom: none;
}
.mainContents table tr td:first-child,
.hotelpan_search table tr td:first-child {
    border-left: none;
}
.mainContents table td a.pdf,
.hotelpan_search table td a.pdf {
    background: url(../img/pdf.png);
    display: inline-block;
    height: 26px;
    text-indent: -99999em;
    width: 40px;
}
.mainContents table tbody tr:hover,
.hotelpan_search table tbody tr:hove {
    background: #def0fc;
}
.mainContents table td .no_pdf,
.hotelpan_search table td .no_pdf {
    background: #d1d1d1;
    border-radius: 5px;
    padding: 0.25em 0.5em;
    font-size: 0.9rem;
    word-break: keep-all;
}
/*setItem------------------------------*/
h2.setItem {
    background: #def0fc;
    border: solid #d4d4d4;
    border-width: 1px 1px 0;
    border-radius: 5px 5px 0 0;
    font-size: 1rem;
    margin: 0;
    padding: 1em;
}
.setItem {
    border: 1px solid #d4d4d4;
    border-radius: 0 0 5px 5px;
    position: relative;
}
.setItem .col {
    border-right: 1px solid #d4d4d4;
    float: left;
    text-align: center;
    padding: 0 1em;
    width: 25%;
}
.setItem .col:nth-child(4) {
    border: none;
}

/*------------------------------------*\
    商品詳細
\*------------------------------------*/

.products .rightArea {
    margin: 0 0 0 59.44%;
    min-height: 480px;
    width: 40.56%;
}
.products .rightArea h1 {
    border-left: 3px solid #017ac8;
    font-size: 32px;
    padding: 0 0 0 0.5em;
}
.products .rightArea h1 span {
    display: block;
    color: #797979;
    font-size: 16px;
    margin: 1em 0 0 0;
}
.products .leftArea {
    position: absolute;
    top: 0;
    left: 0;
    width: 54.26%;
}
.mainImage {
    /*border: 1px solid #d4d4d4;*/
    overflow: hidden;
}
.mainImage img{
    text-align:center;
    max-height: 350px;
}
.thumbnails{
     width:50%;
     margin:0 auto;
}
.thumbnails02 {
     width:50%;
     margin:40px auto 0;
}
.thumbnails img,
.thumbnails02 img{
    border: 1px solid #d4d4d4;
    border-radius: 5px;
    padding: 5px;
    width:30%;
}
.thumbnails img:hover,
.thumbnails02 img:hover {
    border-color: #017ac8;
}
.nsf_logo {
    text-align: right;
    margin: 0;
}
.nsf_logo img {
    width: 60px;
}
.products .textArea,
.products .textArea p {
    line-height: 1.4;
}
.products .rightArea table,
.products .spec {
    border: 1px solid #d4d4d4;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 6px;
    overflow: hidden;
    margin: 30px 0 40px;
}
.products .rightArea table th,
.products .spec th {
    background-color: #def0fc;
    border-bottom: 1px solid #d4d4d4;
    font-weight: normal;
    padding: 0.5em;
}
.products .rightArea table td,
.products .spec td {
    padding: 1em;
    text-align: center;
}
.products .rightArea table th:first-child,
.products .rightArea table td:first-child {
    border-right:1px solid #d4d4d4;
    width: 5em;
}
.products .rightArea .textArea table td:first-child {
    background-color: #def0fc;
    width: 40%;
}
.products .rightArea .textArea.cubic table td:first-child {
    background-color: #fff;
    width: 20%;
}
.products .rightArea .textArea.cubic table td:nth-child(3) {
    border-left: 1px solid #d4d4d4 !important;
    width: 15%;
}
.products .rightArea .textArea table td {
    border-top: 1px solid #d4d4d4;
}
.products .rightArea .textArea table tr:first-child td {
    border: none;
} 
.products .rightArea .textArea.cubic table tr:first-child td {
    background-color: #def0fc;
}
.products .spec th,
.products .spec td {
    border-left:1px solid #d4d4d4;
}
.products .spec th:first-child,
.products .spec td:first-child {
    border-left: none;
}
.products .spec td a.pdf {
    background: url(../img/pdf.png);
    display: inline-block;
    height: 26px;
    text-indent: -99999em;
    width: 40px;
}
.products .spec td .no_pdf {
    background: #d1d1d1;
    border-radius: 5px;
    padding: 0.25em 0.5em;
    font-size: 0.9rem;
    word-break: keep-all;
}
.products .contactArea {
    background: #f3f3f3;
    border-radius: 10px;
    text-align: center;
    margin: 50px 0;
    padding: 25px 45px 30px;
}
.products .contactArea .btn {
    background: #017ac8;
    border-radius: 5px;
    padding: 1em 0;
}
.products .contactArea .btn a {
    display: block;
    color: #fff;
}
.products .contactArea .btn.btn--type2 {
    border: 1px solid #017ac8;
    background: #fff;
}
.products .contactArea .btn.btn--type2 a {
    color: #017ac8;
}

/*------------------------------------*\
    固定ページ
\*------------------------------------*/
.page section h1::before {
    display: block;
    color: #017ac8;
    font-size: 29px;
    font-weight: bold;
    margin: 50px 0 5px;
    padding: 0 0 5px;
    text-align: center;
    border-bottom: 1px solid #017ac8;
}
.page section h1 {
    font-size: 1rem;
    margin: 0 0 50px;
    text-align: center;
}
.page section h2 {
    border-left: 3px solid #017ac8;
    font-size: 22px;
    margin: 50px 0 30px;
    padding: 0.25em 0 0.25em 0.5em;
}
.page section p {
    line-height: 1.8;
}

/*お問い合わせ---------------------------*/
.contact section h1::before,
.contactform section h1::before {
    content: "CONTACT";
}
.contact .btnArea {
    text-align: center;
}
.contact .btn,
.contactform .btn input,
.contactform p.btn {
    display: inline-block;
    background: #017ac8;
    border-radius: 5px;
    margin: 20px;
    padding: 1em 3em;
}
.contact .btn:nth-child(2) {
    background: #bcbcbc;
}
.contact .btn a,
.contactform p.btn a {
    display: block;
    color: #fff;
}
.scrollContainer {
    border: 1px solid #bcbcbc;
    border-radius: 10px;
    height: 350px;
    overflow: auto;
    margin: 50px auto;
    padding: 20px 40px;
    width: 80%;
}
.scrollContainer h3 {
    color: #017ac8;
    margin: 2em 0 1em;
}
.scrollContainer p {
    margin: 0 0 1em 1em;
}
.scrollContainer li {
    line-height: 1.8;
}
.contactform .radius input,
.contactform .radius textarea,
.contactform .radius select {
    width: 80%;
    padding: 0.5em;
    font-size: 1rem;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.contactform .radius input.sSize {
    margin: 0 0 0.5em;
    width: 40%;
}
.contactform .radius span {
    color: #f00;
    display: inline-block;
    margin: 0 0 0 1em;
}
.contactform .mw_wp_form_confirm .radius span {
    display: none;
}
.contactform .btn,
.contactform .radius + p {
    text-align: center;
}
.contactform .btn input {
    border: none;
    color: #fff;
    font-size: 1rem;
    margin: 0;
    width: 30%;
}
.contactform input[name="mw-wp-form-captcha"] {
    font-size: 1rem;
    padding: 0.5em;
}
/*会社案内-------------------*/
.company_profile section h1::before {
    content: "COMPANY PROFILE";
}
.company_profile table.radius th,
.contactform table.radius th,
.recruit table.radius th {
    width: 20%;
}
.company_profile table.radius td,
.contactform table.radius td,
.recruit table.radius td {
    height: auto;
    line-height: 1.8;
    padding: 1em 2em;
}
.company_profile table.radius ul {
    margin: 0 0 0 1em;
}
.company_profile table.radius li {
    line-height: 1.8;
}
.company_profile table.radius dl {
    margin: 0;
}
/*採用情報--------------------*/
.recruit section h1::before {
    content: "RECRUIT";
}
.recruit .tableContainer {
    margin: 0 auto;
    width: 80%;
}
/*よくある質問------------------*/
.faq section h1::before {
    content: " FAQ";
}
.toggl dt {
    font-size: 1.2rem;
    font-weight: bold;
    margin: 0 0 30px;
    line-height: 1.4;
    cursor: pointer;
    position: relative;
}
.toggl dt p {
    display: inline-block;
    width: 70%;
    line-height: 1.2;
    position: absolute;
    top: -5px;
}
.toggl dt::before {
    content: "Q";
    display: inline-block;
    border: 1px solid;
    border-radius: 5px;
    font-size: 2rem;
    color: #fff;
    background: #c80161;
    margin: 0 0.5em 0 0;
    padding: 2px 5px;
    font-weight: normal;
}
.toggl dd {
    display: none;
    line-height: 1.4;
    margin: 0 0 30px;
}
.toggl dd::before {
    content: "A";
    display: inline-block;
    border: 1px solid;
    border-radius: 5px;
    font-size: 2rem;
    color: #fff;
    background: #017ac8;
    margin: 0 0.5em 0 0;
    padding: 2px 5px;
}
.toggl dd p {
    margin: 1em 0 1em 4em;
}
.toggl dd p:first-child {
    margin: -40px 0 1em 4em;
}
.toggl dd p strong {
    color: #f00;
}
.toggl dt::after {
    font-family: 'Material Icons';
    content: "\e313";
    color: #c80161;
    font-size: 2em;
    position: absolute;
    top: 0;
    right: 0;
}
.toggl dt.active::after {
    content: "\e316";
}
/*ホテルパンFAQ---------------*/
.faq_hotelpan section h1::before {
    content: "Hotel Pan FAQ";
}
.faq_hotelpan .toggl dd::before {
    position: absolute;
}
.faq_hotelpan .leftArea {
    float: left;
    padding: 20px 0 0 4em;
    width: 60%;
}
.faq_hotelpan .rightArea {
    float: right;
    padding: 20px 0 0;
    width: 38%;
}
.faq_hotelpan .toggl dd p,
.faq_hotelpan .toggl dd p:first-child {
    margin: 0 0 1em;
}
.faq_hotelpan .bgCol {
    background: #badcf2;
    border-radius: 10px;
    padding: 1em 1em 0.1em;
}
/*ブランド一覧、用途一覧-------*/
.brand .threeCol .col .img,
.use_category .threeCol .col .img{
    border: 1px solid #d1d1d1;
    border-radius: 10px;
    overflow: hidden;
}
.brand section h1::before {
    content: "BRAND List";
}
.use_category section h1::before {
    content: "USE List";
}
/*条件で探す---------------------*/
.detailed_search section h1::before {
    content: "Detailed Search";
}
.use_category .threeCol .col,
.detailed_search .threeCol .col {
    border: 3px solid #017ac8;
    border-radius: 10px;
    font-size: 1.5rem;
    font-weight: bold;
}
.use_category .threeCol .col a,
.detailed_search .threeCol .col a {
    display: block;
    padding: 50px 0;
}
/*ホテルパン検索------------------*/
.hotelpan_search section h1::before {
    content: "Hotel Pan Search";
}
.hotelpan_search form.h_searchForm {
    float: left;
    width: 65%;
}
.hotelpan_search .rightArea {
    float: right;
    width: 30%;
}
.hotelpan_search .checkbox label {
    margin: 0 1em 0 0.5em;
}
.hotelpan_search .text label {
    margin: 0 0 0 1em;
}
.hotelpan_search .text label:first-child {
    margin: 0;
}
.hotelpan_search .text input {
    margin: 0 0.5em;
    padding: 0.5em;
    width: 5em;
}
.hotelpan_search form.h_searchForm h3 {
    border-bottom: 1px solid #017ac8;
    margin: 30px 0 0;
    padding: 0 0 0.25em;
}
.hotelpan_search .btn {
    text-align: right;
    margin: 20px 0 0 0;
}
button.h_search-submit{
    display: inline-block;
    background: #017ac8;
    border-radius: 5px;
    padding: 1em 0;
    border: none;
    box-shadow: none;
    color: #fff;
    font-size: 1rem;
    width: 6em;
}
/*カタログ------------------------------*/
.catalog section h1::before,
.kitazawa section h1::before,
.drk section h1::before {
    content: "Catalog";
}
.catalog .pdf,
.kitazawa .pdf,
.drk .pdf {
    margin: 30px 0 0 30px;
}
.catalog .pdf li,
.kitazawa .pdf li,
.drk .pdf li {
    color: #017ac8;
    font-size: 1.2rem;
    line-height: 3em;
}
.catalog .pdf li a::after,
.kitazawa .pdf li a::after,
.drk .pdf li a::after {
    content :url(../img/pdf.png);
    display: inline-block;
    height: 26px;
    width: 40px;
    position: relative;
    top: 5px;
    left: 10px;
}
/*------------------------------------*\
　　　お知らせ詳細
\*------------------------------------*/
.post .main h1 {
    border-top: 1px solid #017ac8;
    border-bottom: 1px solid #017ac8;
    padding: 0.5em;
}
.post span.cat {
    margin: 0 20px 0 0;
}
.post p {
    line-height: 1.4;
}
.post .textArea {
    margin: 30px 0 0;
}
/*------------------------------------*\
　　　検索結果
\*------------------------------------*/
body.search .main .clear {
    border-bottom: 1px dotted #ccc;
    padding: 0 0 20px;
    margin: 0 0 20px;
}
body.search .image {
    width: 100px;
    float: left;
}
body.search .textArea {
    padding: 1em 0 0 20px;
}
body.search .textArea span {
    margin: 0 0 0 2em;
}
/*------------------------------------*\
    responsive
\*------------------------------------*/
@media only screen and (max-width:1500px) {
    .nav.gNav li ul.sub-menu {
        padding: 20px 10% 0;
    }

}
@media only screen and (max-width:1400px) {
    .nav.gNav li ul.sub-menu {
        padding: 20px 8% 0;
    }

}
@media only screen and (max-width:1200px) {
}
@media only screen and (max-width:1080px) {
    .nav.gNav  ul li {
        width: 20%;
    }
    .breadcrumb {
        padding: 0 20px;
    }
    .main {
        margin: 0 20px;
    }
    .fiveCol .col {
        padding: 25px 20px;
    }
    .fnavContainer {
        padding: 65px 20px 70px;
    }
    .catalogArea {
        padding: 23px 20px 23px 20px;
    }
    .sidebar .nav {
        width: 90%;
    }
    .nav.gNav li ul.sub-menu {
        padding: 20px 0 0;
    }
    .mainContents .threeCol .col p.itemImage img {
        max-height: 100px;
        min-height: 100px;
    }
}
@media only screen and (max-width:1024px) {
}
@media only screen and (max-width:1000px) {

    .mainContents {
        width: 73%;
    }
    .sidebar {
        width: 27%;
    }
}
@media only screen and (max-width:900px) {
    input.search-input {
        width: 45%;
    }
    .mainContents {
        width: 71%;
    }
    .sidebar {
        width: 29%;
    }
    .headerContainer .catalogBtn {
        top: 5px;
    }
    .catalogBtn a {
        display: block;
    }
    .catalogBtn a:first-child {
        margin-right: 0;
        margin-bottom: 5px;
    }
    .catalogBtn .shopify {
        text-align: center;
    }
}
@media only screen and (max-width:840px) {
    .mainContents {
        width: 68%;
    }
    .sidebar {
        width: 32%;
    }
}
@media only screen and (max-width:768px) {
    .home .products {
        margin: 50px 0 0;
    }
    .browsingHistory {
        margin: 80px 0 0;
    }
    .mainContents {
        width: 67%;
    }
    .sidebar {
        width: 33%;
    }
    .links {
        top: -22px;
        width: 100%;
        display: block;
        text-align: center;
    }
    
}
@media only screen and (max-width:750px) {
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
    span.sp {
        display: inline-block;
    }
    form.searchForm {
        display: none;
    }
    .sarchContainer {
        width: 90px;
    }
    .sarchContainer::after {
        padding:  5px 10px 0 0;
    }
    .slidBtn {
        position: absolute;
        top: 3px;
        right: 0;
        width: 40px;
        height: 40px;
        text-align: center;
        display: inline-block;
    }
    .slidBtn i.material-icons {
        font-size: 2rem;
        color: #fff;
    }
    .catalogBtn {
        right: 90px;
    }
    .headerContainer h1 {
        width: 50%;
    }
    .logo {
        max-width: fit-content;
        position: relative;
        left: -20px;
    }
    .nav.gNav li ul.sub-menu {
        padding: 0;
    }
    .nav.gNav .sub-menu li.subItem {
        border-bottom: 2px solid #fff;
        margin: 0;
        padding: 20px;
        text-align: left;
        height: 84px;
        width: 100%;
    }
    .nav.gNav .sub-menu li.subItem a {
        padding: 0 0 0 60px;
        line-height: 44px;
    }
    .nav.gNav .sub-menu li.subItem a::after {
        font-family: 'Material Icons';
        content: "\e409";
        color: #fff;
        font-size: 30px;
        position: absolute;
        right: -5%;
        top: 0;
    }

    .nav.gNav .sub-menu li.subItem a::before {
        content: "";
        display: inline-block;
        height: 44px;
        position: absolute;
        left: 0;
        width: 50px;
    }
    .nav.gNav .sub-menu li.subItem.item01 a::before {
        background: url(../img/nav01.png);
        background-size: contain;
    }
    .nav.gNav .sub-menu li.subItem.item02 a::before {
        background: url(../img/nav02.png);
        background-size: contain;
    }
    .nav.gNav .sub-menu li.subItem.item03 a::before {
        background: url(../img/nav03.png);
        background-size: contain;
    }
    .nav.gNav .sub-menu li.subItem.item04 a::before {
        background: url(../img/nav04.png);
        background-size: contain;
    }
    .nav.gNav .sub-menu li.subItem.item05 a::before {
        background: url(../img/nav05.png);
        background-size: contain;
    }
    .nav.gNav .sub-menu li.subItem.item06 a::before {
        background: url(../img/nav06.png);
        background-size: contain;
    }
    .nav.gNav .sub-menu li.subItem.item07 a::before {
        background: url(../img/nav07.png);
        background-size: contain;
    }
    .nav.gNav .sub-menu li.subItem.item08 a::before {
        background: url(../img/nav08.png);
        background-size: contain;
    }
    .nav.gNav .sub-menu li.subItem a:hover {
        background: #017ac8;
        color: #fff;
    }
    .home .swiper-button-prev {
        left: 10px;
    }
    .home .swiper-button-next {
        right: 10px;
    }
    .threeCol .col {
        float: left;
        margin: 0 0 50px 0;
        text-align: center;
        width: 48%;
    }
    .threeCol .col:nth-child(3n){
        margin: 0 0 50px;
    }
    .threeCol .col:nth-child(odd) {
        margin: 0 4% 50px 0;
    }
    .mainContents .threeCol .col p.itemImage img {
        max-height: 150px;
        min-height: 150px;
    }
    .home .threeCol .col .nav {
        text-align: left;
    }
    .fiveCol .col {
        border-width: 0 1px 1px;
        float: none;
        width: 100%;
    }
    .fiveCol .col:first-child {
        border-radius: 5px 5px 0 0;
    }
    .fiveCol .col:last-child {
        border-radius: 0 0 5px 5px;
    }
    .fiveCol .col .nav {
        display: none;
        margin: 20px 0 0 20px;
    }
    .fiveCol .col h3 {
        border-bottom: none;
        cursor: pointer;
        margin: 0;
        padding: 0;
        text-align: left;
        position: relative;
    }
    .fiveCol .col h3::after {
        background: #000;
        border-radius: 3px;
        font-family: 'Material Icons';
        font-size: 1.5rem;
        content: "\e145";
        color: #fff;
        position: absolute;
        top: -0.25rem;
        right: 0;
    }
    .fiveCol .col h3.active::after {
        content: "\e15b";
    }
    .home .threeCol .fiveCol .col {
        margin: 0;
    }
    .newsTopics dd {
        margin: 0;
        padding: 0 0 1.5em 0;
    }
    .newsTopics dt .cat {
        margin: 0 0 0 1em;
    }
    .browsingHistory .title {
        border-right: none;
        float: none;
        height: auto;
        margin: 0 0 30px;
        width: 100%;
    }
    .browsingHistory h2 {
        margin: 0;
    }
    .nav.footerNav .sub-menu {
        display: none;
    }
    .fnavContainer {
        padding: 30px 20px;
    }
    .footerNav li,
    .footerNav li:nth-child(2) {
        width: 50%;
        margin: 0 0 1em;
    }
    .footerNav li:first-child {
        display: block;
        width: 100%;
    }
    li.fNone {
        display: inline-block;
        position: static;
    }
    .footerNav li a::before {
        font-family: 'Material Icons';
        content: "\e037";
        color: #000;
        position: relative;
        top: 2px;
    }
    .footerNav, .catalogArea, .browsingHistory .nav {
        float: none;
        width: 100%;
    }
    .browsingHistory .nav {
        border: none;
    }
    .catalogArea {
        height: 120px;
        padding: 10px 20px;
    }
    .catalogArea img {
        max-height: 100%;
        vertical-align: middle;
    }
    .catalogArea span {
        display: inline;
    }
    .snsArea {
        left: 50%;
        bottom: 135px;
    }
    .sp .browsingHistory {
        margin: 0;
        position: relative;
        width: 100%;
        left: -20px;
        padding: 25px 20px;
        box-sizing: content-box;
    }
    .home .newsTopics {
        margin: 0 0 50px;
    }
    body.open{
        position: fixed;
    }
    #layer {
        display: none; 
        position: fixed; 
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        background-color: black;
        opacity: 0.7;
        z-index: 10;
    }
    #popup {
        display: none; 
        position: fixed; 
        top:0;
        right: 0;
        width: 100%;
        max-width: 650px;
        background: transparent;
        z-index: 11;
        max-height: 100%;
        overflow: scroll;
    }
    #popup .container {
        background-color: #017ac8;
        margin:0 0 0 20%;
        padding:20px;
        width: 80%;
    }
    #popup .close {
        position: absolute;
        left: 20px;
    }
    #popup .close i.material-icons {
        font-size: 3rem;
        color: #fff;
    }
    #popup .fiveCol .col {
        background: #fff;
        border-color: #017ac8;
        padding: 25px 0;
    }
    #popup .fiveCol .col h3 {
        margin: 0 20px;
    }
    #popup .fiveCol .col .nav {
        margin: 10px 0 0;
    }
    #popup .fiveCol .col li {
        text-indent: 0;
        border-bottom: 1px solid #017ac8;
        margin: 0;
        padding: 1em 1em 1em 2em;
    }
    #popup .fiveCol .col li:last-child {
        border-bottom: none;
        margin: 0 0 -25px;
    }
    #popup .fiveCol .col li a::before {
        display: none;
    }
    #popup .fiveCol .col li a {
        display: block;
    }
    #popup .fiveCol .col li a::after {
        font-family: 'Material Icons';
        content: "\e5cc";
        color: #000;
        position: absolute;
        top: -7px;
        font-size: 1.8em;
        right: 0;
    }
    #popup .searchForm02 {
        background: #fff;
        border-radius: 5px;
        border-right: 1px solid #017ac8;
        height: 52px;
        padding: 5px;
    }
    #popup .searchForm02 button.search-submit {
        background: #fff;
        height: auto;
    }
    input.search-input {
        background: #fff;
        width: 65%;
        position: relative;
        bottom: 10px;
        color: #000;
    }
    .sample02 .mainContents h1,
    .mainContents h1.subcat {
        background-size: contain;
        margin: 0 0 30px;
    }
    .mainContents .contactArea {
        margin: 30px auto;
        padding: 10px 20px;
        width: 100%;
    }
    .mainContents,
    .mainContents .contactArea p,
    .mainContents .contactArea p + p{
        float: none;
        width: 100%;
    }
    .sidebar,
    .mainContents .contactArea p + p br {
        display: none;
    }
    .mainContents .contactArea p + p {
        text-align: center;
    }
    .breadcrumb {
        margin: 0 0 30px;
    }
    .mainContents .tableContainer {
        overflow: auto;
        max-width: 700px;
    }
    .mainContents table,
    .hotelpan_search table {
        table-layout: fixed;
        min-width: 100%;
    }
    .mainContents table th:first-child,
    .hotelpan_search table th:first-child {
        width: 104px;
    }
    .mainContents table th:nth-child(2),
    .hotelpan_search table th:nth-child(2) {
        width: 166px;
    }
    .mainContents table th:nth-child(3),
      .hotelpan_search table th:nth-child(3) {
        width: 61px;
    }
    .mainContents table th:nth-child(4),
    .hotelpan_search table th:nth-child(4) {
        width: 106px;
    }
    .mainContents table th:nth-child(5),
    .hotelpan_search table th:nth-child(5) {
        width: 82px;
    }
    .mainContents table th:nth-child(6),
    .hotelpan_search table th:nth-child(6) {
        width: 114px;
    }
    .mainContents table th:nth-child(7),
    .hotelpan_search table th:nth-child(7) {
        width: 67px;
    }
    h2.setItem {
        border: none;
        border-radius: 0;
        margin: 0 -20px;
        position: relative;
        text-align: center;
    }
    .setItem {
        border: none;
    }
    .setItem .col {
        width: 48%;
        float: left;
        margin: 0 1%;
        text-align: center;
        border: none;
    }
    .setItem .col p:first-child {
        max-height: 180px;
        overflow: hidden;
        border: 1px solid #ccc;
        border-radius: 5px;
    }
    .products .rightArea {
        margin: 0;
        width: 100%;
    }
    .products .leftArea {
        position: static;
        width: 100%;
    }
    .hotelpan_search form.h_searchForm,
    .hotelpan_search .rightArea {
        float: none;
        width: 100%;
    }
    .hotelpan_search .rightArea {
        text-align: center;
    }
    .hotelpan_search .btn {
        margin: 20px 0;
    }
}
@media only screen and (max-width:640px) {
    .products .spec thead,
    .mainContents table thead, .hotelpan_search table thead{
        display: none;
    }
    .products .spec td,
    .mainContents table td, .hotelpan_search table td{
        display: block;
        text-align: left;
        border-left: none;
        border-top: 1px solid #d4d4d4;
        line-height: 1.2;
        width: 100%;
    }
    .products .spec td:first-child {
        border: none;
    }
    .products .spec td::before,
    .mainContents table td::before, .hotelpan_search table td::before {
        content: attr(data-label);
        font-weight: bold;
        margin-right: 10px;
    }
    .mainContents table td:nth-child(3), .mainContents table td:nth-child(4), .mainContents table td:nth-child(5), .hotelpan_search table td:nth-child(3), .hotelpan_search table td:nth-child(4), .hotelpan_search table td:nth-child(5) {
        text-align: left;
    }
    .mainContents table td a, .hotelpan_search table td a {
        display: inline-block;
        height: auto;
        width: auto;
    }
    .mainContents table td:nth-child(2) a span, .hotelpan_search table td:nth-child(2) a span {
        display: inline-block;
        margin: 0 2em 0 0;
    }
    .mainContents table tr td:first-child, .hotelpan_search table tr td:first-child {
        border-top: 5px solid #d4d4d4;
        text-align: center;
    }
    .mainContents table tr:first-child td:first-child, .hotelpan_search table tr:first-child td:first-child {
         border-top: none;
    }
    .mainContents table td img, .hotelpan_search table td img {
        width: 50%;
    }
}
@media only screen and (max-width:540px) {
    .setItem .col p:first-child {
        max-height: 130px;
    }
}
@media only screen and (max-width:450px) {
    .home .newsBtn {
        position: static;
        margin: -30px 0 20px;
        text-align: right;
    }
    .browsingHistory li {
        margin: 0 5% 20px;
        width: 40%;
    }
    #popup .container {
      margin: 0 0 0 10%;
      width: 90%;
    }
    #popup .close {
    left: 0;
    }
    .mainContents h1.subcat {
        font-size: 28px;
    }
    .sample02 .mainContents h1 span,
    .mainContents h1.subcat span {
        font-size: 13px;
    }
}

@media only screen and (max-width:414px) {
    .home .products .catalogBtn {
        position: static;
        text-align: right;
        margin: -30px 0 20px;
    }
    .company_profile table.radius th,
    .company_profile table.radius td,
    .contactform table.radius th,
    .contactform table.radius td,
    .recruit table.radius th,
    .recruit table.radius td {
        display: block;
        width: 100%;
        padding: 1em;
        text-align: left;
    }
    .contactform .btn input,
    .recruit .tableContainer{
        width: 100%;
    }
    .contactform .btn input {
      margin: 20px 0;
    }
    .mainContents h1 {
        margin: 0 0 30px;
    }
    .mainContents .contactArea {
        padding: 10px;
    }
    .threeCol .col {
        margin: 0 0 20px 0;
    }
    .threeCol .col:nth-child(3n){
        margin: 0 0 20px;
    }
    .threeCol .col:nth-child(odd) {
        margin: 0 4% 20px 0;
    }
    .mainContents .threeCol .col p.itemImage img {
        max-height: 100px;
        min-height: 100px;
    }
    .nsf_logo img {
        width: 40px;
    }
    .faq_hotelpan .leftArea,
    .faq_hotelpan .rightArea {
        float: none;
        width: 100%;
    }
    .detailed_search .threeCol .col,
    .use_category .threeCol .col {
        float: none;
        margin: 0 0 20px;
        width: 100%;
    }
    .setItem .col p:first-child {
        max-height: 85px;
    }
}

@media only screen and (max-width:375px) {
    .catalogBtn a,
    .newsBtn a {
        padding: 0.5em;
    }
    .mainContents .contactArea p + p br {
        display: block;
    }
    input.search-input {
      width: 60%;
    }
    .setItem .col p:first-child {
        max-height: 75px;
    }
}

@media only screen and (max-width:370px) {
    .catalogArea {
        height: auto;
    }
    .catalogArea img {
        width: 40%;
    }
}
@media only screen and (max-width:320px) {
    .sarchContainer {
        width: 85px;
    }
    .catalogBtn {
        right: 80px;
    }
    .catalogBtn a,
    .newsBtn a  {
        padding: 0.25em;
    }
    .catalogArea img {
        width: 30%;
    }
    input.search-input {
      width: 55%;
    }
    .mainContents h1.subcat {
        font-size: 20px;
    }
    .sample02 .mainContents h1 span,
    .mainContents h1.subcat span {
        font-size: 10px;
    }
    .nav.gNav .sub-menu li.subItem.item05 a {
        line-height: 1.4;
    }
    .mainContents .threeCol .col p.itemImage img {
        max-height: 90px;
        min-height: 90px;
    }
    .browsingHistory li span {
        height: 80px;
    }
    .setItem .col p:first-child {
        max-height: 60px;
    }
    .catalog .pdf {
        margin: 20px 0 0 20px;
    }
    .catalog .pdf li {
        font-size: 1rem;
    }
    
}