@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Kosugi+Maru|Oswald|Sawarabi+Mincho&display=swap');

.grecaptcha-badge{
	    z-index: 9999999;
}

body {
    font: 300 16px/1.9 YuGothic, 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    color: #333 !important;
    -webkit-font-smoothing: antialiased;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    transition: .3s;
    background-color: rgba(255, 255, 255, 0);
    height: 200px;
}

h2 {
    font-family: 'Sawarabi Mincho', sans-serif;
    font-size: 150%;
    text-align: center;
    margin-bottom: 2rem;
}

h2::before {
    content: "";
    display: block;
    height: 20px;
    background: url(../img/h2bg.png) no-repeat center;
    background-size: contain;
    margin-bottom: .5rem;
}

h2 span {
    font-family: 'Oswald', sans-serif;
    display: block;
    font-size: 20px;
    font-style: italic;
    margin-top: .5rem;
}

h2 span::before {
    content: "-";
}

h2 span::after {
    content: "-";
}

a {
    color: #0066b0;
}

.bg-primary {
    background: rgba(255, 255, 255, 0.8) !important;
    z-index: 999999;
}

.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9) !important;
    -webkit-transition: all .4s ease 0s, background .6s ease .2s;
    transition: all .4s ease 0s, background .6s ease .2s;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    height: 70px;
    z-index: 999999;
}

.admin-bar .is-fixed {
    top: 32px;
}

.custom-logo-link img {
    width: 160px;
    transition: .5s;
}

.top-img {
    position: fixed;
    top: 0;
    z-index: 1;
    left: 0;
    margin: 0;
}

.top-img-b {
    margin-top: -120px;
}

#page-wrapper {
    padding: 10px 0;
    position: relative;
    margin-top: 32%;
    z-index: 999;
    background: #fff;
}

.wrapper {
    padding: 30px 0;
    z-index: 999;
    position: relative;
    background: #fff;
}


.about-inner2 {
    background: url(../img/about1bg.jpg) no-repeat;
    background-size: 80%;
    letter-spacing: -1em;
    padding: 2rem 1rem;
    margin-top: 1rem;
}

.about-left {
    display: inline-block;
    width: 60%;
    letter-spacing: 0em;
}


.about-left img {
    width: 55%;
    margin: 0 auto;
    display: block;
}

.about-right {
    display: inline-block;
    width: 40%;
    letter-spacing: 0em;
    vertical-align: top;
}

.about-right p {
    width: 90%;
    font-size: 110%;
    margin-top: 70px;
}

.about-inner3 .about-right p {
    margin-left: 50px;
}

img.about1img {
    margin-bottom: 1rem;
}

.about-inner3 {
    background: url(../img/about2bg.jpg) no-repeat right;
    background-size: 80%;
    letter-spacing: -1em;
    padding: 2rem 1rem;
    margin-top: 1rem;
}

.showroom-inner {
    position: relative;
}

img.showimg {
    margin-bottom: 1rem;
}

img.b1 {
    height: 450px;
    display: block;
    position: absolute;
    top: 155px;
    left: 230px;
    z-index: 1;
    transform: rotate(23deg);
}


img.b2 {
    height: 320px;
    display: block;
    position: absolute;
    top: 280px;
    left: 570px;
    z-index: 1;
    transform: rotate(10deg);
}

img.b3 {
    height: 370px;
    display: block;
    position: absolute;
    top: 250px;
    right: 275px;
    z-index: 1;
    transform: rotate(-30deg);
}

.raiten {
    margin: 1rem 0;
    padding: 2rem;
    background: url(../img/showbg.png);
    background-size: contain;
    border-radius: 1rem;
    text-align: center;
}

.raiten p {}

.raiten p strong {
    color: #ef5350;
    font-size: 140%;
}

.raiten p.big-text {
    font-size: 130%;
    font-weight: bold;
}

.raiten p.middle-text {
    font-size: 120%;
    font-weight: bold;
}

.maker-inner {
    background: url(../img/makerbg.jpg);
    padding: 3rem 0;
}

.maker-inner img {
    width: 200px;
    display: block;
    margin: 1rem auto 0;
}

/*タブ切り替え全体のスタイル*/
.tabs {
    padding-bottom: 40px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    width: 100%;
    margin-top: 1rem;
}

/*タブのスタイル*/
.tab_item {
    width: calc(100%/5);
    height: 50px;
    border-bottom: 3px solid #5ab4bd;
    background-color: #d9d9d9;
    line-height: 50px;
    font-size: 16px;
    text-align: center;
    color: #565656;
    display: block;
    float: left;
    text-align: center;
    font-weight: bold;
    transition: all 0.2s ease;
}

.tab_item:hover {
    opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
    display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
    display: none;
    padding: 40px 40px 0;
    clear: both;
    overflow: hidden;
}


/*選択されているタブのコンテンツのみを表示*/
#gifu:checked~#gifu_content,
#hashima:checked~#hashima_content,
#kakami:checked~#kakami_content,
#ogaki:checked~#ogaki_content,
#nagoya:checked~#nagoya_content {
    display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked+.tab_item {
    background-color: #5ab4bd;
    color: #fff;
}

.tab_content_description p {
    font-size: 90%;
    margin: .5rem 0 0;
    text-align: left;
}

.news-inner {}

.news-inner ul {
    overflow: hidden;
    width: 850px;
    margin: 2rem auto 0;
    padding: 0;
}

.news-inner li {
    width: calc(100%/2);
    text-align: left;
    color: #565656;
    display: block;
    float: left;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding: 1rem 2rem;
}

.news-inner li:nth-child(2),
.news-inner li:nth-child(4),
.news-inner li:nth-child(6) {
    border-right: none;
}

.news-inner li:nth-child(5),
.news-inner li:nth-child(6) {
    border-bottom: none;
}

.news-inner li p {
    margin-bottom: 0;
}

.company {}

.company table {}

.company th,
.company td {
    padding: 1rem;
    border-bottom: 4px solid #ccc;
}

.company th {
    text-align: center;
}

.gyosya {
    background: url(../img/gyosyabg.jpg) no-repeat center;
    padding: 2rem;
    margin: 2rem 0;
}

.gyosya-inner {
    background: rgba(255, 255, 255, 0.8);
    padding: 2rem;
}

.gyosya-inner .col-lg-6 img {
    width: 300px;
    display: block;
    margin: 1rem auto 0;
}

.wpcf7 {
    max-width: 800px;
}

.contact table {
    margin-bottom: 1rem;
}

.contact th,
.contact td {
    border-bottom: 3px solid #cccc;
    padding: 2rem 1rem;
}

.contact th:nth-child(5) .contact td:nth-child(5) {
    border-bottom: none;
}

.contact tr:last-child th,
.contact tr:last-child td {
    border-bottom: none;
}

.contact th {
    width: 30%;
}

.contact th span {
    margin-bottom: 2rem;
    color: #ef5350;
}

.contact-text {
    text-align: center;
    width: 500px;
    margin: 0 auto;
    position: relative;
    padding: 2rem 0;
}

.contact-text::before {
    content: "「";
    display: block;
    text-align: left;
    font-size: 200%;
    position: absolute;
    top: 0;
    left: 0;
    color: #ccc;
}

.contact-text::after {
    content: "」";
    display: block;
    text-align: right;
    font-size: 200%;
    position: absolute;
    bottom: 0;
    right: 0;
    color: #ccc;
}

.contact-tel {
    width: 300px;
    margin: 0 auto 2rem;
    display: block;
}

.contact-tel img {}

#main-menu a {
    font-family: 'Kosugi Maru', sans-serif;
    line-height: 25px;
    padding: 1rem;
}

.navbar-dark .navbar-nav .nav-link {
    color: #333333;
}

.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
    color: #333333;
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: #0066b0;
}

span.menu-eng {
    display: block;
    text-align: center;
    color: #757575;
    font-family: 'Oswald', sans-serif;
    transition: .5s;
}

span.menu-eng::before {
    content: "-";
}

span.menu-eng::after {
    content: "-";
}

.is-fixed span.menu-eng {
    display: none;
    transition: .5s;
}

.is-fixed .custom-logo-link img {
    width: 150px;
    padding: 1rem;
}

#page-wrapper section {
    padding: 2rem 0;
}

.access-inner {
    text-align: center;
}

div#wrapper-footer {
    padding: 0 0 1rem;
}


.btn-outline-primary,
.wpcf7 input[type=submit] {
    color: #FF9800;
    border-color: #FF9800;
}

.btn-outline-primary:hover,
.wpcf7 input:hover[type=submit] {
    color: #fff;
    background-color: #FF9800;
    border-color: #FF9800;
}

div.site-info {
    text-align: center;
    font-size: 10px;
}

.tab_content_description .col-lg-3 {
    margin-bottom: 1rem;
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle,
.wpcf7 .show>input.dropdown-toggle[type=submit],
.wpcf7 input:not(:disabled):not(.disabled).active[type=submit],
.wpcf7 input:not(:disabled):not(.disabled):active[type=submit] {
    background-color:#FF9800;
    border-color:#FF9800;
}