@charset "UTF-8";
/*
Theme Name: Happy Printers
Description: Happy Printers専用テーマ
*/

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    word-break: break-word;
    box-sizing: border-box;
}

body {
    font-family: 'Open Sans', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    line-height: 1.8;
    color: #333333;
    background-color: #FFFFFF;
    box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 62.5%;
}

img {
    border: none;
    -ms-interpolation-mode: bicubic;
    width: 100%;
    height: auto;
}

a:link {
    color: #2b7bb9;
    text-decoration: none;
}

a:link:hover {
    color: #C8A281;
    text-decoration: underline;
}

a:hover {
    opacity: 0.6;
}

a:visited {
    color: #2b7bb9;
    text-decoration: none;
}

a:visited:hover {
    color: #C8A281;
    text-decoration: underline;
}

.tile a {
    color: #000;
}

h3 {
    font-size: 2em;
    margin: 1em 0 0.5em 0;
}


span.SPAN993300 {
    color: #CC0000;
    display: inline;
}

span.bigfont {
    font-size: 120%;
    font-weight: bold;
}

.clear {
    clear: both;
}

a.link {
    color: #C2007B;
    text-decoration: underline;
    font-weight: bold;
    line-height: 20px;
}

.wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
}

.note {
    margin: 20px 0;
}

.note li {
    margin: 0 0 0.5em 1em;
    text-indent: -1em;
}

.note li:before {
    content: "※";
}

ul.disc {
    padding: 0 10px 0 17px;
    list-style-type: disc;
}

ul.disc li {
    margin: 0 0 0.5em 0;
}

.the-content  ul {
    list-style: auto;
    list-style-type: disc;
    padding-inline-start: 1.4rem;
    margin-bottom: 0.5em;
}

.the-content  ol {
    list-style: auto;
    list-style-type: decimal;
    padding-inline-start: 1.4rem;
    margin-bottom: 0.5em;
}


.small {
    font-size: 0.8em;
    line-height: 1.8em;
}

.spNone {
display: none;
}

.wp-block-columns figure {
    margin-bottom: 0em;
}


/* 管理バー
-----------------------------------------------------------------------------*/
#wp-admin-bar-top-secondary,
#wp-admin-bar-my-sites,
#wp-admin-bar-wp-logo {
    display: none;
}

.admin-bar nav#mobilemenu:not(.bg-black) span.toggle1,
.admin-bar nav#mobilemenu:not(.bg-black) span.toggle2,
.admin-bar nav#mobilemenu:not(.bg-black) span.toggle3,
.admin-bar nav#mobilemenu:not(.bg-black) label,
.admin-bar nav#mobilemenu:not(.bg-black) ul,
.customize-support nav#mobilemenu:not(.bg-black) span.toggle1,
.customize-support nav#mobilemenu:not(.bg-black) span.toggle2,
.customize-support nav#mobilemenu:not(.bg-black) span.toggle3,
.customize-support nav#mobilemenu:not(.bg-black) label,
.customize-support nav#mobilemenu:not(.bg-black) ul {
    margin-top: 34px !important;
}

@media screen and (max-width: 782px) {

    .admin-bar nav#mobilemenu:not(.bg-black) span.toggle1,
    .admin-bar nav#mobilemenu:not(.bg-black) span.toggle2,
    .admin-bar nav#mobilemenu:not(.bg-black) span.toggle3,
    .admin-bar nav#mobilemenu:not(.bg-black) label,
    .admin-bar nav#mobilemenu:not(.bg-black) ul,
    .customize-support nav#mobilemenu:not(.bg-black) span.toggle1,
    .customize-support nav#mobilemenu:not(.bg-black) span.toggle2,
    .customize-support nav#mobilemenu:not(.bg-black) span.toggle3,
    .customize-support nav#mobilemenu:not(.bg-black) label,
    .customize-support nav#mobilemenu:not(.bg-black) ul {
        margin-top: 52px !important;
    }
}

/* Gutenbergの「幅広」と「全幅」に対応
-----------------------------------------------------------------------------*/
.alignwide {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    clear: both;
}

.alignfull {
    width: 100vw;
    margin-left: -20px;
    margin-right: -20px;
}

/* header
-----------------------------------------------------------------------------*/
header {
    background: url(./images/header_bg.png) repeat;
    overflow: hidden;
}

header #title {
    width: max-content;
    margin-left: 10px;
    padding: 1rem 0 1rem 0;
}

header h1 img {
    width: 18rem;
}

header #discription {
    flex: auto;
    justify-content: center;
    align-items: center;
    text-align: center;
}

header #discription img {
    width: 14rem;
}

header ul.subnavi {
    display: flex;
    align-items: center;
    margin: auto;
    padding: 0.5rem 0 1rem 0;
}

header ul.subnavi li {
    flex: auto;
    align-content: center;
    width: 36px;
    height: 36px;
    margin: 10px 2px;
}

header ul.subnavi li a:hover {
    opacity: 0.6;
}

header ul.subnavi li#searchmobile {
    width: auto;
}

header ul.subnavi li#searchmobile form#searchform input {
    width: 120px;
    height: auto;
    background-image: url(./images/searchbox_bg.jpg);
    background-position: right;
    background-repeat: no-repeat;
    font-size: 1.6em;
    padding: 4px;
    margin: 2px 0 0 3px;
    border: none;
    border-radius: 24px;
    color: #666;
    line-height: 25px;
}

/* nav
-----------------------------------------------------------------------------*/
nav#topmenu {
    position: relative;
    background: url(./images/meinmenu_bg.png) repeat;
}

nav#topmenu ul {
    display: flex;
}

nav#topmenu li {
    flex: auto;
    text-align: center;
    font-size: 1.2em;
}

nav#topmenu li:first-child {
padding-left: 10px;
}

nav#topmenu li a {
    display: table-cell;
    vertical-align: middle;
    height: 44px;
    color: #fff;
    text-decoration: none;
}

nav#topmenu li a:hover {
    background-color: rgba(255, 255, 255, 0.4);
}

form#searchform {
    flex: auto;
}

nav#topmenu form#searchform {
    display: none;
}

form#searchform input {
    width: 200px;
    height: 24px;
    background-image: url(./images/searchbox_bg.jpg);
    background-repeat: no-repeat;
    font-size: 90%;
    padding: 0px;
    border: none;
    border-radius: 24px;
    color: #666;
    line-height: 25px;
}

form#searchform input:focus {
    background-image: url(./images/searchbox_bg2.jpg);
}

nav#mobilemenu {
    /*  height: 100vh;*/
    overflow: hidden;
}

nav#mobilemenu label {
    width: 30px;
    height: 30px;
    position: fixed;
    right: 10px;
    top: 18px;
    z-index: 1000;
    /*background-color: rgba(255,255,255,0.5);*/
}

nav#mobilemenu span.toggle1,
nav#mobilemenu span.toggle2,
nav#mobilemenu span.toggle3 {
    width: 20px;
    height: 3px;
    background-color: #fff;
    position: fixed;
    right: 15px;
    transition: .3s;
    z-index: 100;
    cursor: pointer;
}

nav#mobilemenu.bg-black span.toggle1,
nav#mobilemenu.bg-black span.toggle2,
nav#mobilemenu.bg-black span.toggle3 {
    background-color: #000;
}


nav#mobilemenu span.toggle1 {
    top: 25px;
}

nav#mobilemenu span.toggle2 {
    top: 32px;
}

nav#mobilemenu span.toggle3 {
    top: 39px;
}

nav#mobilemenu #check:checked~span.toggle2 {
    display: none;
}

nav#mobilemenu #check:checked~span.toggle1 {
    width: 27px;
    transform: rotate(45deg);
    top: 32px;
    right: 12px;
    background-color: #000;
}

nav#mobilemenu #check:checked~span.toggle3 {
    width: 27px;
    transform: rotate(-45deg);
    top: 32px;
    right: 12px;
    background-color: #000;
}

nav#mobilemenu #check,
nav#mobilemenu .nav-unshown,
nav#mobilemenu #nav-close {
    display: none;
}

nav#mobilemenu ul {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 60;
    width: 80%;
    max-width: 300px;
    height: auto;
    padding: 10px 10px 0 10px;
    background: #fff;
    transition: .5s ease-in-out;
    /*滑らかに表示*/
    -webkit-transform: translateX(200%);
    transform: translateX(200%);
}

nav#mobilemenu #nav-close {
    position: fixed;
    z-index: 59;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    transition: .3s ease-in-out;
}

nav#mobilemenu #check:checked~#nav-close {
    display: block;
    /*カバーを表示*/
    opacity: .5;
}

nav#mobilemenu #check:checked~ul {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    /*中身を表示*/
    box-shadow: 6px 0 25px rgba(0, 0, 0, .15);
}

/* leftcolumn
-----------------------------------------------------------------------------*/
#leftcolumn {
    display: none;
}

/* Side menu
-----------------------------------------------------------------------------*/
#sidemenu li {
    margin-bottom: 10px;
}

#sidemenu li a {
    width: 246px;
    height: 70px;
    border: #585858 1px solid;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    color: #C2007B;
    font-size: 22px;
    line-height: 1.4;
    padding-top: 5px;
}

#sidemenu li.current-menu-item a {
    background-color: #ffe5ef;
}

#sidemenu li#menu-item-3040 a {
    padding-top: 8px;
}

#sidemenu li a span {
    color: #585858;
    font-size: 13px;
    line-height: 20px;
}

#sidemenu li a:hover {
    opacity: 0.6;
    background-color: #F28BB2;
}

#sidemenu li.sidemenu_kit {
    display: none;
}


/* Movile menu
-----------------------------------------------------------------------------*/

nav#mobilemenu ul {
    height: 100%;
}

#mobilemenu li {
    margin-bottom: 1vh;
}

#mobilemenu li a {
    max-width: 250px;
    border: #585858 1px solid;
    display: block;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    color: #C2007B;
    font-size: min(2.5vh, 22px);
    line-height: 1.4;
    padding-top: 5px;
}

#mobilemenu li.current-menu-item a {
    background-color: #ffe5ef;
}

#mobilemenu li#menu-item-3040 a {
    padding-top: 8px;
}

#mobilemenu li a span {
    color: #585858;
    font-size: min(1.6vh, 14px);
    line-height: 200%;
}

#mobilemenu li a:hover {
    opacity: 0.6;
    background-color: #F28BB2;
}

#mobilemenu li.sidemenu_kit {
    display: none;
}


/* rightcolumn
-----------------------------------------------------------------------------*/
#rightcolumn {
    width: 100%;
    margin: 0 auto;
    flex: auto;
    align-self: flex-start;
    text-align: left;
    font-size: 1.4em;
}

.tile {
    margin: 0;
}

#rightcolumn div.tile ul {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    grid-gap: 12px;
}

#rightcolumn div.tile ul li {
    border: 1px solid #EEE;
    display: flex;
    flex-direction: column;
}

#rightcolumn div.tile ul li:nth-child(3n) {
    margin-right: 0px;
}

#rightcolumn div.tile ul li a {
    text-decoration: none;
}

#rightcolumn div.tile ul li div.info {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    margin: 5px 10px 10px;
}

#rightcolumn div.tile ul li div.info p.number {
    font-size: 90%;
    color: #666;
    line-height: 140%;
    margin-bottom: 5px;
}

#rightcolumn div.tile ul li div.info p.caption {
    font-size: 1em;
    line-height: 140%;
    font-weight: bold;
    margin-bottom: 0px;
}

#rightcolumn div.tile ul li div.info .icon_close {
    margin-top: auto;
    bottom: 5px;
    right: 5px;
    font-size: 100%;
    font-weight: normal;
    display: inline-block;
    /*background: url(./images/meinmenu_bg.png) repeat;*/
    background: #58b5dc;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    padding: 2px 5px;
    color: #fff;
    width: fit-content;
    margin-left: auto;
}

.pager p {
    display: block;
    height: 30px;
    padding-top: 5px;
    margin-bottom: 0px;
    line-height: 140%;
    text-align: center;
}

.pager .page-numbers {
    display: inline-block;
    background-image: linear-gradient(-45deg, #eeeeee 25%, #dedede 25%, #dedede 50%, #eeeeee 50%, #eeeeee 75%, #dedede 75%, #dedede);
    background-size: 6px 6px;
    background-attachment: fixed;
    width: 2em;
    height: 2em;
    border-radius: 20px;
    font-weight: bold;
    line-height: 2em;
    text-align: center;
}

.pager .page-numbers.current {
    background-image: linear-gradient(-45deg, #E84782 25%, #E61874 25%, #E61874 50%, #E84782 50%, #E84782 75%, #E61874 75%, #E61874);
    color: #fff;
}

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

ul.astlist {
    padding-left: 1.4em;
}

ul.astlist li {
    text-indent: -1.4em;
    list-style-type: none;
    line-height: 140%;
    color: #666;
    padding-bottom: 15px;
}

ul.astlist2 {
    padding-left: 1.4em;
}

ul.astlist2 li {
    text-indent: -1.4em;
    list-style-type: none;
    line-height: 140%;
    color: #666;
    padding-bottom: 5px;
}

#rightcolumn div.portfolio_slider {
    width: 100%;
    height: 440px;
    overflow: hidden;
    background-color: #FFF;
}


/* Page
-----------------------------------------------------------------------------*/
.the-content.tool h3 {
    margin-top: 2em;
}

.the-content img,
.cabinet img {
    width: auto;
    max-width: 100%;
}

.company .the-content p {
    margin-left: 1em;
}

.page h2.title {
    padding: 0 2em 10px 0;
    background-image: url(./images/titleBorder.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 370px 12px;
    max-width: fit-content;
}

.bx-wrapper {
    position: relative;
    width: 100%;
    height: auto;
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 40%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9999;
}

/* PAGER */
.bx-wrapper .bx-controls-direction a.disabled {
    display: none;
}

.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
    padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #666;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #000;
}


#rightcolumn section {
    min-height: 130px;
    margin: 0 0 10px 0;
    padding: 29px 19px;
    border: 1px solid #CCC;
    background-color: #FFF;
    font-size: 12px;
    line-height: 180%;
    overflow: hidden;
}

#rightcolumn .left-block,
#rightcolumn .right-block {
    display: inline-block;
    /*    width: 340px;*/
}

#rightcolumn .right-block {
    margin-left: 26px;
}


#rightcolumn h2.blockhd {
    display: block;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 40px;
    line-height: 120%;
    border-bottom: 1px dotted #CCC;
    padding-bottom: 10px;
}

#rightcolumn h2 {
    font-size: 27px;
    font-weight: bold;
    margin: 10px 0 30px 0;
}

#rightcolumn h2.search_title {
    font-size: 18px;
    margin: 20px 0 10px 0;
}

#rightcolumn h4 {
    font-size: 1.4rem;
    margin: 1em 0 0.5em 0;
}

#rightcolumn .the-content.tool h4,
.company #rightcolumn .the-content h4  {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.3;
    margin: 0 0 8px;
    padding-left: 10px;
    vertical-align: middle;
    border-left: solid 4px #d2d2d2;
}

div.caption {
    margin-bottom: 40px;
    padding-bottom: 10px;
    border-bottom: #ccc 1px solid;
}

#rightcolumn div.cabinet {
    margin: 20px 20px 20px;
}

#rightcolumn div.cabinet p {
    line-height: 180%;
    margin-bottom: 20px;
}

#rightcolumn div.cabinet p.blockmain {
    font-size: 18px;
    line-height: 180%;
    margin-bottom: 20px;
}

#rightcolumn div.cabinet img.articlephoto {
    margin-bottom: 40px;
}

#rightcolumn div.cabinet h2 span.link {
    margin-left: 30px;
    background-color: #C8A281;
    padding-left: 9px;
    padding-right: 9px;
    padding-top: 2px;
    padding-bottom: 2px;
    color: #FFF;
    font-weight: bold;
    font-size: 12px;
    line-height: 120%;
}

#rightcolumn div.cabinet h2 span.link a {
    text-decoration: none;
    color: #FFF;
}

#rightcolumn div.articletop {
    margin-bottom: 40px;
}

#rightcolumn div.articletop img {
    max-width: 650px;
    max-height: 360px;
}

#rightcolumn div.cabinet p.maincaption {
    font-size: 14px;
    line-height: 240%;
    margin-bottom: 10px;
}

#rightcolumn div.cabinet ul.mainlist {
    list-style: none;
    margin-top: 30px;
    margin-bottom: 20px;
}

#rightcolumn div.cabinet ul.mainlist li {
    font-size: 16px;
    font-weight: bold;
    line-height: 140%;
    margin-bottom: 20px;
}


#rightcolumn div.cabinet p.inblockcaption {
    font-size: 14px;
    line-height: 180%;
    margin-left: 20px;
    margin-bottom: 10px;
}

#rightcolumn div.cabinet p.stdcaption {
    font-size: 12px;
    line-height: 180%;
    margin-bottom: 10px;
}

#rightcolumn div.cabinet .photo img {
    width:100%;
}

#rightcolumn div.cabinet img.photo {
    margin-top: 20px;
    margin-bottom: 30px;
}

#rightcolumn div.cabinet img.photo2 {
    width: calc(100% - 20px);
    margin-left: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}


#rightcolumn ul.stdlist {
    list-style: disc;
    margin-bottom: 10px;
}

#rightcolumn ul.stdlist li {
    margin-left: 20px;
    font-size: 12px;
}

#rightcolumn ul.stdlist2 {
    list-style: disc;
    margin-bottom: 10px;
}

#rightcolumn ul.stdlist2 li {
    margin-left: 20px;
    font-size: 12px;
    font-weight: bold;
}

#rightcolumn .the-content.tool .price table {
    width: 100%;
}

#rightcolumn dl.pricelist {
    /*    width: 650px;*/
    overflow: hidden;
    margin-bottom: 20px;
}

#rightcolumn dl.pricelist dt {
    float: left;
    /*    width: 530px;*/
    padding-right: 20px;
    margin-bottom: 10px;
    border-bottom: 1px solid #C8A281;
}

#rightcolumn dl.pricelist dd {
    float: left;
    width: 90px;
    text-align: right;
    padding-right: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #C8A281;
}


#rightcolumn p.innercaption1 {
    width: 480px;
    font-size: 12px;
    line-height: 160%;
    margin-bottom: 10px;
}

#rightcolumn p.innercaption2 {
    font-size: 12px;
    line-height: 160%;
    margin-bottom: 10px;
}

#rightcolumn span.smallcaption1 {
    width: 480px;
    color: #888;
    font-size: 10px;
    line-height: 140%;
}

#rightcolumn span.smallcaption2 {
    color: #888;
    font-size: 10px;
    line-height: 140%;
}

#rightcolumn dl dd div.ddinner {
    width: 630px;
}

#rightcolumn dl dd div.ddinner h4 {
    font-size: 14px;
    font-weight: bold;
    color: #C8A281;
    margin-top: 20px;
    margin-bottom: 10px;
}

#rightcolumn dl dd div.ddinner ul {
    list-style: disc;
    margin-bottom: 30px;
}

#rightcolumn dl dd div.ddinner ul li {
    margin-left: 20px;
    font-size: 12px;
}

#rightcolumn div.faqbox div.question {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 120%;
    overflow: hidden;
    padding-bottom: 6px;
    cursor: pointer;
}

#rightcolumn div.faqbox div.question:hover {
    padding-bottom: 5px;
    color: #C8A281;
    border-bottom: 1px solid #CCC;
}

#rightcolumn div.faqbox div.question span.qno {
    display: inline-block;
    width: 60px;
    color: #C8A281;
}

#rightcolumn div.faqbox div.answerbox {
    margin-left: 58px;
    padding: 20px;
    padding-bottom: 9px;
    border: 1px solid #CCC;
    background-color: #FFF;
    font-size: 14px;
    line-height: 180%;
    margin-bottom: 30px;
    overflow: hidden;
}

#rightcolumn div.faqbox div.answerbox p {
    line-height: 160%;
    margin-bottom: 10px;
}

#rightcolumn div.faqbox div.answerbox p a {
    font-weight: bold;
    color: #C8A281;
}

#rightcolumn div.faqbox div.answerbox ul {
    list-style: disc;
    font-size: 13px;
    margin-bottom: 10px;
    font-weight: bold;
}

#rightcolumn div.faqbox div.answerbox ul li {
    margin-left: 1.5em;
}

#rightcolumn div.cabinet ul.categorybox {
    width: 760px;
    margin-right: -50px;
    overflow: hidden;
}

#rightcolumn div.cabinet ul.categorybox li.cat {
    float: left;
    width: 200px;
    margin-right: 50px;
    margin-bottom: 50px;
}

#rightcolumn div.cabinet ul.categorybox li.cat h3 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
}

#rightcolumn div.cabinet ul.categorybox li.cat ul.inner {
    width: 180px;
    margin-left: 20px;
}

#rightcolumn div.cabinet ul.categorybox li.cat ul.inner li {
    margin-bottom: 10px;
}

#rightcolumn div.datacabinet {
    margin-bottom: 20px;
}

#rightcolumn div.datacabinet h3 {
    display: block;
    color: #666;
    font: bold 18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    margin-bottom: 40px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #CCC;
}

#rightcolumn div.datacabinet dl {
    display: grid;
    gap: 10px;
    grid-template-columns: 150px 1fr;
    overflow: hidden;
}

#rightcolumn div.datacabinet dl dt {
    font-weight: bold;
    grid-column: 1 / span 1;
}

#rightcolumn div.datacabinet dl dd {
    color: #666;
    grid-column: 2 / span 1;
}



/* related-portfolio
-----------------------------------------------------------------------------*/
.related-portfolio {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}

.related-portfolio-thumb {
    width: auto;
}

.related-portfolio-thumb figcaption {
    font-weight: normal;
}



/* Page　TOOL
-----------------------------------------------------------------------------*/
.the-content {
width:calc(100% - 40px);
margin:0 auto 20px;
}

.the-content.tool .tool-intro {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}


.the-content.tool .tool-intro-left,
.the-content.tool .tool-intro-right {
    -webkit-flex-grow: 1;
    flex-grow: 1;
}

.the-content.tool .tool-intro-left {
    padding: 0 30px 30px 0;
    min-width: 220px;
}

.the-content.tool .tool-intro-left img {
    max-width: fit-content;
}

.the-content.tool .lead {
    color: #000;
    margin: 0 0 30px 0;
}

.the-content.tool .spec {
    margin: 0 0 20px 0;
}

.the-content.tool .spec dl {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    border: 1px solid #ccc;
    border-top: none;
}

.the-content.tool .spec dt {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    background: #ddd;
    width: 30%;
    padding: 10px;
    box-sizing: border-box;
    border-top: 1px solid #ccc;
}

.the-content.tool .spec dd {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    padding: 10px;
    margin: 0;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    width: 70%;
    background: #fff;
    box-sizing: border-box;
}

.the-content.tool .spec h4 {
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 4px;
}

.the-content.tool .caution h3,
.the-content.tool .price h3,
.the-content.tool .data h3,
.the-content.tool .gallery h3 {
    display: block;
    padding: 12px 40px 12px 40px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    background: #666666;
    width: fit-content;
}

.the-content.tool .caution h3 {
    background: #e60012;
}

.the-content.tool .caution figure {
    display: inline-block;
}

.the-content.tool .caution figure img {
    display: inline-block;
    width: 70px;
}

.the-content.tool .caution figure figcaption {
    margin: 6px 0 0 1em;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
}

.the-content.tool .caution figure figcaption ol {
    list-style-type: disc;
    padding-left: 20px;
}

.the-content.tool .caution figure figcaption ol li {
    font-size: 0.8em;
    font-weight: normal;
}

.the-content.tool .caution figure figcaption ol li strong {
    font-size: 1.2em;
}

.the-content.tool .price ul {
    display: inline-block;
    padding: 0 10px 0 17px;
    list-style-type: disc;
}

.the-content.tool .price li {
    font-weight: bold;
}

.the-content.tool .price dl {
    display: inline-block;
}

.the-content.tool .price dt {
    display: table-cell;
}

.the-content.tool .price dd {
    display: table-cell;
}

.the-content.tool .data ul.link li {
    margin-bottom: 4px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #CCC;
    font-weight: bold;
    line-height: 140%;
}

.the-content.tool .data ul.link li a {
    color: #C2007B;
}


/* information
-----------------------------------------------------------------------------*/

#information {
    position: relative;
    margin: 2em 0;
    padding: 1em 1em 0.5em 1em;
    border: solid 2px #95ccff;
    border-radius: 8px;
}

#information .box-title {
    position: absolute;
    display: inline-block;
    top: -12px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #95ccff;
    font-weight: bold;
    margin: 0;
    border: none;
}

#information h2 {
    font-size: 14px;
    margin: 0 0 10px 0;
    padding-bottom: 5px;
    border-bottom: 1px solid #ddd;
}

#information hr {
    border: none;
    border-bottom: solid 2px #95ccff;
}


/* price
-----------------------------------------------------------------------------*/
.page.price h3 {
    display: inline-block;
    width: fit-content;
    padding: 12px 40px 12px 40px;
    font-size: 20px;
    font-weight: bold;
    line-height: 140%;
    color: #fff;
    background: #666666;
}

.page.price table {
    width: 100%;
    margin: 0 20px 20px 0;
}

.page.price table th {
    padding: 4px 4px 4px 0;
    background: none;
    text-align: left;
    border: none;
    border-bottom: 1px solid #333333;
    font-weight: bold;
}

.page.price table td {
    padding: 4px 0;
    background: none;
    text-align: right;
    border: none;
    border-bottom: 1px solid #333333;
}



/* HappyFabric
-----------------------------------------------------------------------------*/
#rightcolumn #happyfabric {
    /*    background: url(./images/happyfabric_bg.png) no-repeat;
    background-size: 710px;
    background-position: -14px 0px;*/
    text-align: center;
    font-size: 0;
}

#rightcolumn #happyfabric h2 {
    display: inline-block;
    margin: 0;
    font-size: 20px;
    font-weight: normal;
    line-height: 28px;
    color: #5E5C5C;
    border-bottom: #E1A440 2px dashed;
}

#rightcolumn #happyfabric h3 {
    display: block;
    margin: 0 0 10px 0;
    font-size: 17px;
    font-weight: normal;
    height: 35px;
    color: #E1A440;
}

#rightcolumn #happyfabric strong {
    font-weight: normal;
    color: #E1A440;
}

#rightcolumn #happyfabric .category1 {
    position: relative;
    display: inline-block;
    width: 310px;
    height: 210px;
    margin: 55px 30px 15px 0;
    font-size: 14px;
}

#rightcolumn #happyfabric .category2 {
    position: relative;
    display: inline-block;
    width: 310px;
    height: 210px;
    margin: 55px 0 15px 0;
    font-size: 14px;
}

#rightcolumn #happyfabric .category1 h3,
#rightcolumn #happyfabric .category2 h3 {
    position: absolute;
    top: -20px;
    left: 135px;
    font-size: 20px;
    font-weight: bold;
    line-height: 22px;
}

#rightcolumn #happyfabric .category1 a,
#rightcolumn #happyfabric .category2 a {
    display: inline-block;
    width: 310px;
    height: 212px;
    padding-top: 70px;
    font-size: 14px;
}

#rightcolumn #happyfabric .category1 a:hover {
    background: url(./images/happyfabric_bg1.png) no-repeat;
    background-size: 311px;
    background-position: -1px -1px;
}

#rightcolumn #happyfabric .category2 a:hover {
    background: url(./images/happyfabric_bg2.png) no-repeat;
    background-size: 311px;
    background-position: -1px -1px;
}

#rightcolumn #happyfabric .category1 a p,
#rightcolumn #happyfabric .category2 a p {
    line-height: 20px;
}

#rightcolumn #happyfabric dl {
    display: block;
    position: relative;
    width: 540px;
    height: 63px;
    margin: 0 auto;
    font-size: 11px;
    line-height: 14px;
}

#rightcolumn #happyfabric dt,
#rightcolumn #happyfabric dd {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    /* 縦方向中央揃え（Safari用） */
    align-items: center;
    /* 縦方向中央揃え */
    -webkit-justify-content: center;
    /* 横方向中央揃え（Safari用） */
    justify-content: center;
    /* 横方向中央揃え */
}

#rightcolumn #happyfabric dt {
    position: absolute;
    width: 140px;
    height: 63px;
    left: 200px;
    font-size: 13px;
}

#rightcolumn #happyfabric dd.left {
    position: absolute;
    width: 200px;
    height: 63px;
    left: 0;
}

#rightcolumn #happyfabric dd.right {
    position: absolute;
    width: 200px;
    height: 63px;
    right: 0;
}

#rightcolumn #happyfabric .button {
    color: #009688;
    background: #fff;
    border: 1px solid #009688;
    font-size: 1.2rem;
    padding: 7px 10px;
    font-weight: normal;
    margin: 40px 30px;
    display: inline-block;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
}

#rightcolumn #happyfabric .button:hover,
#rightcolumn #happyfabric .button:active {
    color: #fff;
    background: #009688;
}

.happyfabricbuttonwrap {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    flex-direction: row;

}

/* About Us
-----------------------------------------------------------------------------*/
.happyprinters #rightcolumn div.cabinet {
    margin: 0 0 20px 0;
}


.innercabinet dt {
    font-size: 1.4em;
    font-weight: bold;
    color: #C2007B;
    margin-top: 16px;
}

.innercabinet dd {
    margin-left: 20px;
}


.gmap {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
}

.gmap iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}


/* related-entry
-----------------------------------------------------------------------------*/
#related-entries h3 {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.3;
    margin: 0;
    padding: 1em 1em 0 1em;
    background: #dee4ea;
}

.related-entry-wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    margin: 0 auto 2em;
    padding: 1em 0;
    background: #dee4ea;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-evenly;
}

.related-entry {
    border: 1px solid #EEE;
    background-color: #FFF;
    overflow: auto;
    width: calc(100% / 2 - 1.4em);
}

.related-entry:nth-child(3) {
    display: none;
}

#rightcolumn h4.related-entry-title {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.3;
    margin: 0 0 8px;
    padding-left: 0;
    vertical-align: middle;
    border-left: none;
}

.related-entry a {
    text-decoration: none;
}

.related-entry .related-entry-thumb {
    overflow: hidden;
}


.related-entry .related-entry-content {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 6px;
    padding-bottom: 6px;
    overflow: hidden;
}

.related-entry div.info p.number {
    font-size: 90%;
    color: #666;
    line-height: 140%;
    margin-bottom: 5px;
}

.related-entry div.info p.caption {
    font-size: 120%;
    line-height: 140%;
    font-weight: bold;
    margin-bottom: 0px;
}

.related-entry div.info p.caption {
    font-size: 120%;
    line-height: 140%;
    font-weight: bold;
}


/* button
-----------------------------------------------------------------------------*/
a.btn {
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 45px;
    margin: 0 auto 2em;
    max-width: 160px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
    width: 100%;
    background: #e3403a;
    border: 1px solid #da251f;
    box-shadow: 0px 2px 0 #d6251f, 2px 4px 6px #e02a24;
    letter-spacing: 1px;
    transition: all 150ms linear;
}

a.btn:hover {
    background: #e02c26;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 1px 1px 2px rgba(255, 255, 255, 0.2);
    color: #ec817d;
    text-decoration: none;
    text-shadow: -1px -1px 0 #c2211c;
    transition: all 250ms linear;
}

/* block
-----------------------------------------------------------------------------*/
.wp-block-column {
    margin-bottom: 20px;
}
/* table
-----------------------------------------------------------------------------*/
table.table a:link {
    color: #666;
    font-weight: bold;
    text-decoration: none;
}

table.table a:visited {
    color: #999999;
    font-weight: bold;
    text-decoration: none;
}

table.table a:active,
table.table a:hover {
    color: #bd5a35;
    text-decoration: underline;
}

table.table,
.wp-block-table.table table {
    color: #666;
    font-size: 12px;
    text-shadow: 1px 1px 0px #fff;
    background: #eaebec;
    margin: 10px 0 0 0;
    border: #ccc 1px solid;

    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;

    -moz-box-shadow: 0 1px 2px #d1d1d1;
    -webkit-box-shadow: 0 1px 2px #d1d1d1;
    box-shadow: 0 1px 2px #d1d1d1;
}

table.table th,
.wp-block-table.table table th {
    padding: 21px 25px 22px 25px;
    border-top: 1px solid #fafafa;
    border-bottom: 1px solid #e0e0e0;

    background: #ededed;
    background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
    background: -moz-linear-gradient(top, #ededed, #ebebeb);
}

table.table th:first-child,
.wp-block-table.table table th:first-child {
    text-align: left;
    padding-left: 20px;
}

table.table tr:first-child th:first-child,
.wp-block-table.table table tr:first-child th:first-child {
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
}

table.table tr:first-child th:last-child,
.wp-block-table.table table tr:first-child th:last-child {
    -moz-border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
}

table.table tr,
.wp-block-table.table table tr {
    text-align: center;
    padding-left: 20px;
}

table.table td:first-child,
.wp-block-table.table table td:first-child {
    text-align: left;
    border-left: 0;
}

table.table td,
.wp-block-table.table table td {
    color: #333;
    padding: 10px;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #bfbfbf;
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #c7c7c7;;
    background: #fafafa;
    background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
    background: -moz-linear-gradient(top, #fbfbfb, #fafafa);
}

table.table tr.even td,
.wp-block-table.table table tr.even td {
    background: #f6f6f6;
    background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
    background: -moz-linear-gradient(top, #f8f8f8, #f6f6f6);
}

table.table tr:last-child td,
.wp-block-table.table table  {
    border-bottom: 0;
}

table.table tr:last-child td:first-child,
.wp-block-table.table table tr:last-child td:first-child {
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

table.table tr:last-child td:last-child,
.wp-block-table.table table tr:last-child td:last-child {
    -moz-border-radius-bottomright: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

table.table tr:hover td,
.wp-block-table.table table tr:hover td {
    background: #f2f2f2;
    background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
    background: -moz-linear-gradient(top, #f2f2f2, #f0f0f0);
}

/* ご予約・お問い合わせ
--------------------------------------------------------------------------*/
.contact .the-content dd {
    margin-bottom: 35px;
}

.contact .the-content input[type="submit"],
.contact .the-content input[type="text"],
.contact .the-content select,
.contact .the-content textarea,
.contact .the-content button {
    -moz-appearance: none;
    -webkit-appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    border: none;
}

.contact .the-content input[type="text"],
.contact .the-content textarea {
    background: #f8f8f8;
    display: block;
    line-height: 1.5em;
    font-size: 1.4em;
    width: 100%;
    max-width: 88vw;
    transition: 0.8s;
    border: 1px solid #ddd;
    border-radius: 8px;
}

.contact .the-content input[type="text"]:focus,
.contact .the-content textarea:focus {
    background: #e9f5fb;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.contact .the-content textarea[name="content"] {
    display: inline-block;
    height: 200px;
}

.contact .the-content input::placeholder,
.contact .the-content textarea::placeholder {
    color: #ccc;
}

.contact .the-content ::-webkit-input-placeholder {
    color: #ccc;
    opacity: 1;
}

.contact .the-content ::-moz-placeholder {
    color: #ccc;
    opacity: 1;
}

.contact .the-content :-ms-input-placeholder {
    color: #ccc;
    opacity: 1;
}

.contact .the-content input[type="submit"] {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 1.4em;
    font-weight: 400;
    line-height: 1.5;

    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: #ffcdd2;
}


/* footer
-----------------------------------------------------------------------------*/
section.footer {
    font-size: 1em;
    padding: 20px 20px 0 20px;
    text-align: left;
    background-image: linear-gradient(-45deg,
        #eeeeee 25%,
        #dedede 25%,
        #dedede 50%,
        #eeeeee 50%,
        #eeeeee 75%,
        #dedede 75%,
        #dedede);
    background-size: 6px 6px;
    background-attachment: fixed;
}

/*--Googleマップの地図ボタン、ペグマン削除--*/
section.footer .gm-style-mtc,
section.footer .gm-svpc,
section.footer .gm-style-cc {
    display: none;
}

section.footer address dt {
    font-size: 1.2rem;
    font-weight: bold;
}

section.footer address dd {
    font-size: 1rem;
    line-height: 180%;
}

section.footer .twitterContainer {
    width: 100%;
    margin: 0 auto 20px auto;
}

section.footer .twitterContainer iframe {
    width: 100%;
}

section.footer .facebookContainer {
    width: 100%;
    text-align: center;
    margin: 0 auto 20px auto;
}

section.footer .fb-page {
    text-align: center;
    margin: 0 auto;
}

section.footer #map_canvas {
    width: 100%;
    height: 280px;
    margin: 0 0 20px 0;
}

footer {
    background-image: linear-gradient(-45deg,
        #464646 25%,
        #414141 25%,
        #414141 50%,
        #464646 50%,
        #464646 75%,
        #414141 75%,
        #414141);
    background-size: 8px 8px;
    background-attachment: fixed;
    height: 40px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    color: #fff;
}



/* ========================== RESPONSIVE DESIGN(PCレイアウト) ========================== */
@media screen and (min-width: 1000px) {
    .wrapper {
        max-width: 1000px;
        margin: 0 calc((100vw - 1000px)/2);
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        justify-content: flex-start;
        text-align: left;
    }

.spNone {
display: unset;
}

    header {
        height: 94px;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
    }

    header #title {
        flex: auto;
        align-items: flex-start;
    }

    header h1 img {
        width: 18rem;
    }

    header #discription {
        width: 60vw;
        justify-content: center;
    }

    header #discription img {
        width: 18rem;
    }

    header #searchmobile {
        display: none;
    }

    /* Top menu
-----------------------------------------------------------------------------*/
    nav#mobilemenu {
        display: none;
    }

    nav#topmenu {
        position: relative;
        height: 44px;
    }

    nav#topmenu ul {
        width: 800px;
    }

    nav#topmenu li:first-child {
        padding-left: 0;
    }

    nav#topmenu li {
        display: table-cell;
        text-align: center;
        font-size: 1.3em;
    }

    nav#topmenu li a {
        display: table-cell;
        vertical-align: middle;
        width: 160px;
        height: 44px;
        color: #fff;
        text-decoration: none;
    }

    nav#topmenu li a:hover {
        background-color: rgba(255, 255, 255, 0.4);
    }

    nav#topmenu form#searchform {
        display: flex;
    }

    #information {
        margin: 2em 0;
    }

    /* leftcolumn
-----------------------------------------------------------------------------*/
    #leftcolumn {
        display: block;
        float: left;
        align-self: flex-start;
        width: 250px;
        padding: 15px 20px 15px 0px;
    }

    #leftcolumn h2 {
        display: block;
        width: 240px;
        height: 25px;
        margin-bottom: 30px;
        font: bold 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
        padding-bottom: 5px;
        border-bottom: 1px dotted #CCC;
    }

    #leftcolumn nav#search h2 {
        margin-bottom: 0;
    }

    nav#search {
        margin-top: 30px;
        text-align: left;
    }

    #leftcolumn ul.catlist {
        margin-bottom: 40px;
    }

    #leftcolumn ul.catlist li p.level1 {
        margin-top: 10px;
        font-size: 14px;
        font-weight: bold;
    }

    #leftcolumn ul.catlist li ul.subcat {
        list-style: disc;
        padding-left: 20px;
        line-height: 1.8em;
    }

    #leftcolumn ul.catlist li ul.subcat .cat-item-none {
        display: none;
    }


    /* rightcolumn
-----------------------------------------------------------------------------*/
    #rightcolumn {
        padding: 15px 0 0 0;
    }

    .tile {
        margin: 0;
    }

    /* Page　TOOL
-----------------------------------------------------------------------------*/
.the-content {
width:100%;
}
    .the-content.tool .tool-intro {
        max-width: 1000px;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        justify-content: flex-start;
        text-align: left;
        flex-wrap: nowrap;
    }

    /* related-entry
-----------------------------------------------------------------------------*/
    .related-entry-wrapper {
        justify-content: space-evenly;
    }

    .related-entry {
        width: calc(100% / 3 - 1.5em);
    }

    .related-entry:nth-child(3) {
        display: inline-block;
    }

    /* footer
-----------------------------------------------------------------------------*/
    section.footer {
        min-width: 1000px;
        padding: 20px 0 0 0;
    }

    section.footer .addressContainer {
        flex: auto;
        align-self: flex-start;
    }

    section.footer .twitterContainer {
        flex: auto;
        margin-left: 10px;
        margin-right: 10px;
    }


    section.footer .facebookContainer {
        flex: auto;
        margin-left: 0;
        margin-right: 0;
    }

    section.footer #map_canvas {
        width: 320px;
        height: 280px;
        margin: 0 0 20px 0;
    }
}

/* ===== RESPONSIVE DESIGN(PCレイアウトここまで) ===== ---------------------------------------*/