@charset "utf-8";
/*
theme Name: 株式会社タイガー
Author: 株式会社タイガー
Description: 株式会社タイガー
version： 1.0.0
*/
@charset "utf-8";

* {
    -webkit-text-size-adjust: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 10px;
}

html::-webkit-scrollbar {
    overflow: hidden;
    width: 5px;
    background: #eee;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

html::-webkit-scrollbar:horizontal {
    height: 5px;
}

html::-webkit-scrollbar-button {
    display: none;
}

html::-webkit-scrollbar-piece {
    background: #eee;
}

html::-webkit-scrollbar-piece:start {
    background: #eee;
}

html::-webkit-scrollbar-thumb {
    overflow: hidden;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #333;
}

html::-webkit-scrollbar-corner {
    overflow: hidden;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #333;
}

body {
    background: #FFFFFF;
    font-size: 1.7rem;
    line-height: 1.7;
    font-weight: 500;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", sans-serif;
    color: #1f2933;
    letter-spacing: 0px;
}

a {
    color: #1f2933;
    text-decoration: underline;
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.125s;
    -webkit-transition-timing-function: linear;
}

a:hover {
    font-weight: 400;
}

b,
strong {
    font-weight: bold;
}

img {
    vertical-align: bottom;
    max-width: 100%;
    height: auto;
    line-height: 1.0;
}

.clear {
    clear: both;
}

.txt-right {
    text-align: right;
}

.txt-center {
    text-align: center;
}

img.alignright {
    display: block;
    margin: 0 20px 20px auto;
}

/* �z�u�ʒu �E */
img.alignleft {
    display: block;
    margin: 0 auto 20px 0;
}

/* �z�u�ʒu �� */
img.aligncenter {
    display: block;
    margin: 0 auto 20px;
}

/* �z�u�ʒu ���� */
img.float-left {
    float: left;
}

/* ��荞�� �� */
img.float-right {
    float: right;
}

/* ��荞�� �E */
#loading {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -26px;
    margin-left: -25.5px;
}

#loading img {
    width: 52px;
    height: 51px;
}

#loader-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #FFFFFF;
    z-index: 10000;
}

.inner {
    position: relative;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px;
    /*overflow: hidden;*/
}
/*
.btnBox ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
}

.btnBox ul li {
    width: 100%;
    max-width: 240px;
    text-align: center;
    list-style: none !important;
    padding: 0 !important;
}

.btnBox ul li:before {
    display: none !important;
}

.btnBox a {
    letter-spacing: 2px;
    display: block;
    position: relative;
    padding: 15px;
    border: 0.5px solid #333333;
    background: #333333;
    color: #FFFFFF;
    text-decoration: none;
}

.btnBox a:before {
    position: absolute;
    content: url("../images/common/btn-arrow-wht.svg");
    width: 30px;
    height: 30px;
    right: 15px;
    top: 50%;
    margin-top: -15px;
}

.btnBox a:hover {
    background: #FFFFFF;
    color: #333333;
}

.btnBox a:hover:before {
    content: url("../images/common/btn-arrow-blk.svg");
}

.btnBox a i,
.btnBox a svg {
    margin: 0 10px 0 0;
}
*/
/*---------------------------------------------------------------*/
/* Display Flex
 /*---------------------------------------------------------------*/
.flex {
    display: flex;
}

.flex.row {
    flex-direction: row;
}

.flex.row-reverse {
    flex-direction: row-reverse;
}

.flex.column {
    flex-direction: column;
}

.flex.column-reverse {
    flex-direction: column-reverse;
}

.flex.align-top {
    align-items: flex-start;
}

.flex.align-center {
    align-items: center;
}

.flex.align-bottom {
    align-items: flex-end;
}

/*---------------------------------------------------------------*/
/* Wrapper
 /*---------------------------------------------------------------*/
#wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
}

/*---------------------------------------------------------------*/
/* Header
 /*---------------------------------------------------------------*/
#header {
    position: fixed;
    z-index: 9990;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background: rgba(255, 255, 255, 0.8);
}

#header h1 {
    padding: 11px 20px;
}

#header h1 img,
#footer h1 img {
    height: 45px;
    width: auto;
}

#footer .inner {
    max-width: 1080px;
}

/*---------------------------------------------------------------*/
/* G_Nav
 /*---------------------------------------------------------------*/
#g_nav ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

#g_nav ul li {
    text-align: center;
}

#g_nav ul li a {
    display: block;
    text-decoration: none;
    padding: 20px 40px;
    font-family: "BIZ UDPGothic", sans-serif;
    font-weight: 700;
    position: relative;
}

#g_nav ul li a::after {
    content: "";
    position: absolute;
    bottom: 15px;
    /*left: 20%;*/
    left: 0;
    width: 0;
    height: 2px;
    background: #fbbf24;
    transition: width 0.3s ease, left 0.3s ease;
}

#g_nav ul li a:hover::after {
    /*left: 20%;*/
    left: 0;
    width: 100%;
}

/* ==========================================================================
   PC版の基本スタイル
   ========================================================================== */
#toggle,
.nav-unshown {
    display: none;
    /* PCではチェックボックスもボタンも非表示 */
}

/*---------------------------------------------------------------*/
/* Contents
 /*---------------------------------------------------------------*/
#contents {
    padding: 0 0 120px;
    background: #faf5ee;
}

.page #contents,
.archive #contents,
.single #contents,
.error404 #contents {
    padding: 120px 0 0;
}

#contents h2 {
    margin: 0 0 60px;
    text-align: left;
    padding: 20px 15px;
    font-size: 3.5rem;
    font-weight: 700;
    color: #1f2933;
    font-family: "BIZ UDPGothic", sans-serif;
}

.page #contents .article-area .article-head h3,
.archive #contents .article-area .article-head h3,
.single #contents .article-area .article-head h3,
.error404 #contents .article-area .article-head h3 {
    font-size: 3.5rem;
}

.page #contents .article-area .article-box .box-head h4,
.archive #contents .article-area .article-box .box-head h4,
.single #contents .article-area .article-box .box-head h4,
.error404 #contents .article-area .article-box .box-head h4 {
    font-size: 3rem;
}

.page #contents .article-box .box h5,
.archive #contents .article-box .box h5,
.single #contents .article-box .box h5,
.error404 #contents .article-box .box h5 {
    font-size: 2.5rem;
}

#contents ul li {
    position: relative;
    padding: 0 0 0 30px;
}

/*#contents ul li:before {
    position: absolute;
    line-height: 1;
    color: #333333;
    top: 5px;
    left: 10px;
    font-family: 'Font Awesome\ 5 Free';
    content: "\f105";
    font-weight: 900;
}*/
#contents table {
    width: 100%;
    max-width: 835px;
    margin: 0 auto 60px;
    border-collapse: separate;
    border-spacing: 0 2px;
}

#contents table tbody th {
    padding: 20px 40px;
    border-bottom: 0.5px solid #DDDDDD;
    color: #808080;
    text-align: left;
}

#contents table tbody td {
    padding: 20px;
    border-bottom: 0.5px solid #DFDFDF;
}

#contents .section-area {
    margin: 0 0 100px;
}

#contents .section-area .article-area {
    margin: 0 0 80px;
}

#contents .article-area .article-box {
    margin: 0 0 60px;
}

#contents .article-area .article-box:first-of-type {
    padding: 60px 0 0;
}

#contents .article-box .box {
    margin: 0 0 40px;
}

#contents .section-area:last-child,
#contents .section-area .article-area:last-child,
#contents .article-area .article-box:last-child,
#contents .article-box .box:last-child {
    margin: 0;
}

.description {
    font-size: 1.85rem;
    margin: 0 0 60px;
    text-align: center;
}

/*---------------------------------------------------------------*/
/* BreadThumbs
 /*---------------------------------------------------------------*/
.breadclumb {
    padding: 10px 0;
}

#breadcrumbs {
    font-size: 1.4rem;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    letter-spacing: 0;
}

#breadcrumbs span a {
    position: relative;
    padding: 0 20px 0 0 !important;
}

#breadcrumbs span:last-child {
    padding: 0 !important;
}

#breadcrumbs .breadcrumb_last {
    font-weight: 500;
}

#breadcrumbs span a:after {
    position: absolute;
    top: 4px;
    right: 4px;
    content: "\f105";
    font-weight: 600;
    line-height: 1;
    font-family: 'Font Awesome\ 5 Free';
    color: #333333;
}

#breadcrumbs span:last-child:after {
    display: none;
}

/*------------------------------------------------------------*/
/* Pagenation
 /*------------------------------------------------------------*/
.pagination {
    text-align: center;
    text-shadow: none !important;
    margin: 0 0 100px;
}

.pagination .page-of {
    display: none;
}

.pagination .pagination-box .current,
.pagination .pagination-box a {
    width: 46px;
    height: 46px;
    padding: 10px 15px;
    margin: 0 7.5px;
    display: inline-block;
    line-height: 1.5;
}

.pagination .pagination-box .current {
    background: #fbbf24;
    color: #ffffff;
    border: 0.5px solid #ffffff;
    font-weight: 400;
    padding: 10px 15px !important;
}

.pagination .pagination-box a {
    font-weight: bold;
    border: 0.5px solid #fbbf24;
    background: #FFFFFF;
    text-decoration: none;
}

.pagination .pagination-box a:hover {
    background: #fbbf24;
    color: #ffffff;
}

.pagination .pagination-box a:active {
    background: #DFDFDF;
}

.pagination.postlink {
    padding: 80px 0 0;
}

.pagination.postlink ul,
.pagination .pagination-box ul {
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
}

.pagination.postlink ul li {
    width: 31.33%;
    margin: 0 3% 0 0;
    padding: 0 !important;
    position: relative;
    padding: 0 !important;
}

.pagination .pagination-box ul li {
    padding: 0 !important;
}

.pagination.postlink ul li:before,
.pagination .pagination-box ul li:before {
    display: none;
}

.pagination.postlink ul li:last-child,
.pagination .pagination-box ul li:last-child {
    margin: 0;
}

.pagination.postlink ul li a:before,
.pagination.postlink ul li a:after {
    position: absolute;
    top: 50%;
    font-weight: 900;
    line-height: 1;
    font-family: 'Font Awesome\ 5 Free';
    color: #555555;
    margin-top: -8.5px;
}

.pagination.postlink ul li a:hover::before,
.pagination.postlink ul li a:hover::after {
    color: #ffffff;
}

.pagination.postlink ul li.prev a:before {
    content: "\f104";
    left: 10px;
}

.pagination.postlink ul li.list a:before {
    content: "\f03a";
    left: 10px;
}

.pagination.postlink ul li.next a:before {
    content: "\f105";
    right: 10px;
}

.pagination.postlink ul li a {
    color: #1f2933;
    border: 0.5px solid #fbbf24;
    background: #FFFFFF;
    display: block;
    position: relative;
    text-decoration: none;
}

.pagination.postlink ul li.prev a,
.pagination.postlink ul li.list a {
    padding: 5px 5px 5px 35px;
}

.pagination.postlink ul li.next a {
    padding: 5px 35px 5px 5px;
}

.pagination.postlink ul li a:hover,
.pagination.postlink ul li a:active {
    background: #fbbf24;
    color: #ffffff;
}

/*------------------------------------------------------------*/
/* GoogleMap
 /*------------------------------------------------------------*/
.ggmap {
    position: relative;
    height: 400px;
    overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*------------------------------------------------------------*/
/* SNS-Foot
 /*------------------------------------------------------------*/
.sns-button {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    max-width: 640px;
    width: 100%;
    margin: 0 0 0 auto;
}

.sns-button li {
    font-size: 1.3rem;
    text-align: center;
    width: 120px;
    margin: 0 10px 0 0;
    padding: 0 !important;
}

.sns-button li:before {
    display: none !important;
}

.sns-button li i,
.sns-button li svg,
.sns-button li strong {
    margin: 0 10px 0 0;
    font-size: 1.7rem;
    line-height: 1.0;
}

.sns-button li a {
    color: #FFFFFF;
    text-align: center;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

.sns-button .sns-twitter {
    background: #55acee;
}

.sns-button .sns-facebook {
    background: #3B5998;
}

.sns-button .sns-line {
    background: #1dcd00;
}

/**/
#h2-title {
    position: relative;
    width: 100%;
    height: 80vh;
    background: url(./images/top/mainvisual/background.jpg) no-repeat center center;
    background-size: cover;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

#h2-title::before {
    position: absolute;
    content: "";
    background: rgba(179, 179, 179, 0.2);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 56.25% 0 0;
    z-index: 1;
}

.section-head h3 {
    font-size: 2.8rem;
    font-weight: 700;
}

/*---------------------------------------------------------------*/
/* Footer
 /*---------------------------------------------------------------*/
#footer {
    padding: 100px 0 0;
    background: #555555;
    color: #FFFFFF;
    position: relative;
    width: 100%;
    background: url(./images/common/footer/footer_image.jpg) no-repeat center center;
    background-size: cover;
    z-index: 0;
}

#footer::before {
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, 0.3);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

#footer .inner,
#footer .copyright {
    position: relative;
    z-index: 2;
}

#footer .contact-area h2 {
    margin: 0 0 60px;
    text-align: center;
    padding: 60px 15px 20px;
    font-size: 2.5rem;
    font-weight: 700;
    font-family: "BIZ UDPGothic", sans-serif;
    position: relative;
    color: #FFFFFF;
}

#footer .contact-area h2::before {
    content: "";
    position: absolute;
    top: -120px;
    width: 400px;
    aspect-ratio: 500 / 300;
    background-image: url(./images/common/footer/contact.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
    pointer-events: none;
    left: 32%;
}

#footer .inner {
    padding: 0 40px;
}

#footer .contact-area .box {
    background: #fff;
    border-radius: 10px;
    padding: 60px 40px;
    margin: auto;
    color: #1f2933;
    text-align: center;
    font-family: "BIZ UDPGothic", sans-serif;
}

#footer .contact-area .box dl dt {
    font-size: 2.5rem;
}

#footer .contact-area .box dl dt span {
    position: relative;
}

#footer .contact-area .box dl dt span::before {
    position: absolute;
    content: url(./images/common/footer/tel-icon.svg);
    width: 40px;
    height: 40px;
    top: 50%;
    margin-top: -25px;
    left: -55px;
}

#footer .contact-area .box dl dd {
    font-size: 4.0rem;
    font-weight: 700;
}

#footer a[href^="tel:"] {
    text-decoration: none;
}

#footer .address a {
    color: #FFFFFF;
}

#footer .title {
    max-width: 320px;
}

#footer .address {
    max-width: 640px;
    margin: 80px 0;
    font-family: "BIZ UDPGothic", sans-serif;
}

#footer h1 {
    margin: 0 0 20px;
}

#footer .address .number dl {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 20px 0 0;
}

#footer .box.address p {
    margin: 0 0 10px;
}

#footer .address .number dl dt {
    width: 35px;
}

#footer .address .number dl dd {
    width: 100%;
    margin: 0 0 0 -35px;
    padding: 0 0 0 40px;
}

#footer .copyright {
    padding: 40px 40px 40px 100px;
    text-align: center;
    border-top: solid 0.5px #fff;
    max-width: 1280px;
    margin: auto;
    font-family: "BIZ UDPGothic", sans-serif;
    font-size: 1.3rem;
}

#footer .address p br {
    display: none;
}

/*---------- WordPress CSS ----------*/
@import url("css/wp-css/editor-style.css");
/*@import url("css/wp-css/ie.css");
@import url("css/wp-css/ie7.css");*/
@media screen and (max-width: 1280px) {}

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

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

    #header h1 img,
    #footer h1 img {
        height: 35px;
    }

    #contents h2 {
        font-size: 3.0rem;
    }

    .pagination.postlink ul li.prev a,
    .pagination.postlink ul li.list a {
        font-size: 1.6rem;
    }
}

@media screen and (max-width: 960px) {
    .section-head h3 {
        font-size: 2.5rem;
    }
}

/* ==========================================================================
   スマホ版のスタイル（画面幅767px以下）
   ========================================================================== */
@media screen and (max-width: 835px) {

    /* チェックボックス自体は完全に非表示にする */
    .nav-unshown {
        display: none;
    }

    /* ハンバーガーボタンの配置 */
    #toggle {
        display: block;
        position: fixed;
        top: 20px;
        right: 20px;
        width: 30px;
        height: 30px;
        cursor: pointer;
        z-index: 9999;
    }

    .trigger {
        position: relative;
        width: 100%;
        height: 100%;
    }

    /* 三本線のデザイン */
    .trigger span {
        position: absolute;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #333;
        transition: all 0.3s;
    }

    .trigger span:nth-child(1) {
        top: 4px;
    }

    .trigger span:nth-child(2) {
        top: 14px;
    }

    .trigger span:nth-child(3) {
        top: 24px;
    }

    /* ナビゲーションメニューの初期状態（隠しておく） */
    .g_nav {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background-color: rgba(255, 255, 255, 0.95);
        z-index: 9998;

        /* アニメーション用設定 */
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s;

        display: flex;
        justify-content: center;
        align-items: center;
    }

    /* WordPressメニュー内のスタイル調整 */
    .g_nav ul {
        list-style: none;
        padding: 0;
        text-align: center;
        display: block !important;
    }

    .g_nav ul li {
        margin: 20px 0;
    }

    .g_nav ul li a {
        display: block;
        color: #333;
        text-decoration: none;
    }

    /* ==========================================================================
       ★ここがCSSのみで動かすキモ（:checked をトリガーにする）
       ========================================================================== */

    /* チェックが入ったら、三本線を「X」にする */
    #nav-input:checked~#toggle .trigger span:nth-child(1) {
        transform: translateY(10px) rotate(-45deg);
    }

    #nav-input:checked~#toggle .trigger span:nth-child(2) {
        opacity: 0;
    }

    #nav-input:checked~#toggle .trigger span:nth-child(3) {
        transform: translateY(-10px) rotate(45deg);
    }

    /* チェックが入ったら、メニューを表示する */
    #nav-input:checked~.g_nav {
        opacity: 1;
        visibility: visible;
    }
}

@media (min-width: 769px) {
    a[href*="tel:"] {
        pointer-events: none;
        cursor: default;
        text-decoration: none;
    }
}

@media screen and (max-width: 768px) {
    #contents h2 {
        margin: 0 0 40px;
    }

    #contents {
        padding: 0 0 100px;
    }

    .section-head h3 {
        font-size: 2.3rem;
    }
}

@media screen and (max-width: 640px) {
    #contents h2 {
        font-size: 2.5rem;
    }

    #footer .address p br {
        display: inline;
    }

    #footer .address .number.flex {
        flex-direction: column;
        align-items: flex-start;
    }

    #footer .address .number dl {
        width: 100%;
        margin: 0 0 10px 0;

        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
    }

    #footer .address .number dl dt {
        margin-right: 10px;
    }

    #footer .contact-area .box {
        padding: 40px;
    }

    #footer .address {
        font-size: 1.5rem;
    }

    #header h1 img,
    #footer h1 img {
        height: 30px;
    }

    #footer .contact-area h2::before {
        left: 15%;
    }

    #footer .contact-area .box dl dt {
        font-size: 2.0rem;
    }

    #footer .contact-area .box dl dd {
        font-size: 3rem;
    }

    #footer .contact-area .box dl dt span::before {
        width: 35px;
        height: 35px;
        margin-top: -20px;
        left: -45px;
    }

    #footer .copyright {
        padding: 30px 15px !important;
        width: 90%;
        max-width: 100% !important;
        margin: 0 auto !important;
        font-size: 1.1rem !important;
    }

    #contents {
        padding: 0 0 80px;
    }

    #header h1 {
        padding: 17px 20px;
    }

    #contents table tbody th,
    #contents table tbody td {
        display: block;
    }

    #contents table tbody th {
        border-bottom: none;
        padding: 20px 20px 0;
    }
}

@media screen and (max-width: 480px) {
    #footer .contact-area h2::before {
        width: 300px;
        top: -100px;
    }

    #footer .contact-area .box dl dt {
        font-size: 1.8rem;
    }

    #footer .contact-area .box dl dd {
        font-size: 2.5rem;
    }

    #footer .contact-area .box {
        padding: 40px 20px;
    }

    #footer .contact-area h2::before {
        left: 0;
    }

    #contents {
        padding: 0 0 60px;
    }

    .section-head h3 {
        font-size: 2.0rem;
    }
}