@charset "utf-8";

/*
Theme Name: hirakuri
Author: abeden co.ltd.
Version: 1.0
*/

/* base */

html {
    padding: 0;
    font-size: 62.5%;
}

body {
    position: relative;
    background: url(img/common/bg_1.jpg);
    background-size: cover;
    background-attachment: fixed;
    font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Hiragino Kaku Gothic ProN",
        "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
    color: #333;
    font-size: 1.6rem;
    line-height: 1.5em;
    margin: 0;
    overflow: hidden;
}

h1 {
    font-size: 2.4rem;
}

h1 a {
    color: #000;
}

h2 {
    line-height: 1.2em;
}

a {
    color: #4682b4;
    text-decoration: none;
    outline: none;
}

a:hover {
    color: #bbc8e6;
    transition-duration: 0.2s;
}

a:hover img {
    opacity: 0.8;
    transition-duration: 0.2s;
}

a:focus {
    outline: none;
}

img {
    vertical-align: middle;
}

p {
    text-align: justify;
    margin: 25px 0;
}

ul {
    list-style: none;
}

li {
    margin: 10px 0;
}

ul.list_s {
    list-style: disc;
    padding-left: 1.2em;
}

ol {
    padding-left: 25px;
}

ol li {
    margin: 10px 0;
}

dt {
    font-size: 1.8rem;
    font-weight: bold;
}

dd {
    margin: 20px 0 50px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

th,
td {
    padding: 10px;
}

hr {
    border: 0;
    height: 1px;
    background: #ccc;
    background-image: -webkit-linear-gradient(left, #eee, #ddd, #eee);
    background-image: -moz-linear-gradient(left, #eee, #ddd, #eee);
    background-image: -ms-linear-gradient(left, #eee, #ddd, #eee);
    background-image: -o-linear-gradient(left, #eee, #ddd, #eee);
    background-image: linear-gradient(left, #eee, #ddd, #eee);
    margin: 70px 0;
}

address {
    font-style: normal;
}

[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="reset"],
[type="search"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
select,
textarea {
    border: solid thin #ccc;
    padding: 5px;
    border-radius: 3px;
}

[type="submit"],
[type="button"] {
    background: #0095d9;
    color: #fff;
    padding: 5px 15px 2px;
    cursor: pointer;
}

[type="submit"]:hover,
[type="button"]:hover {
    background-color: #70b6f2;
}

small {
    font-size: 1.3rem;
}

rt {
    font-size: 1.3rem;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* common*/

.container {
    display: flex;
    position: relative;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
    margin: 0 auto;
}

.container.al_c {
    align-items: center;
}

.co_box {
    position: relative;
    padding: 0 20px;
    flex-basis: 600px;
    flex-grow: 1;
}

.co_box_m {
    position: relative;
    padding: 30px 20px;
    flex-basis: 450px;
    flex-grow: 1;
}

.co_box_s {
    position: relative;
    padding: 0 20px;
    flex-basis: 350px;
    flex-grow: 1;
}

.co_box_ss {
    position: relative;
    padding: 0 20px;
    flex-basis: 300px;
    flex-grow: 1;
}

.co_img {
    position: relative;
    text-align: center;
    padding: 10px 20px;
    flex-basis: 350px;
    flex-grow: 1;
}

.co_img_l {
    position: relative;
    text-align: center;
    padding: 10px 20px;
    flex-basis: 550px;
    flex-grow: 1;
}

.co_img_s {
    position: relative;
    text-align: center;
    padding: 10px 20px;
    flex-basis: 300px;
    flex-grow: 1;
}

.co_img img,
.co_img_l img,
.co_img_s img {
    display: inline-block;
    width: 100%;
    height: auto;
}

.co_img_l img {
    max-width: 600px;
}

.co_img img {
    max-width: 450px;
}

.co_img_s img {
    max-width: 300px;
}

.co_side {
    position: relative;
    padding: 0 20px;
    flex-basis: 150px;
    flex-grow: 1;
}

.space {
    padding: 70px 0;
}

.space_s {
    padding: 40px 0;
}

.wrap {
    position: relative;
    width: 100%;
    max-width: 1029px;
    padding: 80px 20px;
    margin: 0 auto;
}

.wrap_r {
    width: 100%;
    max-width: 1024px;
    padding: 20px;
    margin: 0 auto;
}

.wrap_w {
    position: relative;
    width: 100%;
    max-width: 1280px;
    padding: 80px 20px;
    margin: 0 auto;
}

.band {
    background: #d9333f;
    color: #fff;
    padding: 50px 0;
}

.band_w {
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(5px);
}

.band p {
    color: #fff;
}

.more {
    display: inline-block;
    position: relative;
    background: #fff;
    font-weight: bold;
    color: #333;
    padding: 10px 70px 10px 40px;
    margin: 20px 0;
    border: solid thin #333;
    border-radius: 5px;
    transition-duration: 0.1s;
}

.more:hover {
    color: #333;
}

.more::after {
    content: url(img/common/arrow_02.svg);
    position: absolute;
    top: 0.7em;
    right: 20px;
    width: 10px;
    height: 18px;
}

.more:hover::after {
    right: 15px;
    transition-duration: 0.2s;
}

.btn_1 {
    display: inline-block;
    position: relative;
    color: #316745;
}

.btn_1::before {
    content: "";
    display: inline-block;
    position: absolute;
    left: -13px;
    bottom: -5px;
    width: 40px;
    height: 40px;
    background: rgba(185, 64, 71, 0.2);
    border-radius: 0 20px;
    z-index: -1;
}

.btn_1::after {
    content: url(img/common/arrow_02.svg);
    margin-left: 10px;
}

.btn_1:hover {
    color: #316745;
}

.btn_1:hover::before {
    width: 110px;
    transition-duration: 0.2s;
}

.btn_2 {
    background: #d9333f;
    font-size: 2.4rem;
    font-weight: bold;
    color: #fff;
    padding: 10px 35px;
    border-radius: 27px;
}

.btn_2:hover {
    background: #fff;
    color: #d9333f;
}

.to_contact {
    display: inline-block;
    position: relative;
    background: #fff;
    color: #333;
    padding: 8px 30px 8px 60px;
    margin: 10px;
    border: solid thin #333;
    border-radius: 20px;
    z-index: 2;
}

.to_contact::before {
    content: url(img/common/mail.svg);
    position: absolute;
    top: 0;
    left: 25px;
    bottom: 0;
    width: 21px;
    height: 17px;
    margin: auto;
}

.to_contact:hover {
    background: #333;
    color: #fff;
}

.to_contact:hover::before {
    filter: invert(100%);
}

.cap_1 {
    text-align: center;
    font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    font-size: 2.4rem;
    padding-left: 20px;
    padding-right: 20px;
}

.cap_1 h1 {
    font-size: 3.6rem;
    line-height: 1em;
    margin: 20px 0 10px;
}

.cap_1 span {
    background: linear-gradient(125deg, rgba(149, 233, 243, 1), rgba(251, 213, 251, 1));
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 2.8rem;
    color: #4e93fa;
    letter-spacing: 0.1em;
}

.cap_2 {
    position: relative;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
    padding: 0 20px;
    margin-bottom: 30px;
}

.cap_2::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    bottom: -10px;
    width: 240px;
    height: 6px;
    background-image: linear-gradient(125deg, rgba(149, 233, 243, 1), rgba(251, 213, 251, 1));
    border-radius: 3px;
    margin: auto;
}

.cap_2 small {
    font-size: 1.5rem;
}

.cap_3 {
    position: relative;
    font-size: 2rem;
    margin: 20px 0 30px;
    z-index: 1;
}

.cap_3::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 30px;
    height: 30px;
    background: #e2eefe;
    margin: auto;
    border-radius: 5px;
    transform: rotate(45deg);
    z-index: -1;
}

.cap_4 {
    position: relative;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    font-size: 2rem;
    font-weight: bold;
    padding-left: 15px;
}

.cap_4::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 3px;
    height: 30px;
    background: linear-gradient(125deg, rgba(149, 233, 243, 1), rgba(251, 213, 251, 1));
    margin: auto;
    border-radius: 2px;
    transform: rotate(20deg);
}

.red {
    color: red;
}

.txt_l {
    text-align: left;
}

.txt_r {
    text-align: right;
}

.txt_c {
    text-align: center;
}

.font_m {
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    font-weight: bold;
}

.large {
    font-size: 2rem;
}

.xlarge {
    font-size: 3.2rem;
}

.in_block {
    display: inline-block;
}

.variable_img img {
    width: 100%;
    height: auto;
}

.w_500 {
    max-width: 500px;
    margin: auto;
}

.w_600 {
    max-width: 600px;
    margin: auto;
}

.w_700 {
    max-width: 700px;
    margin: auto;
}

/* header */

header {
    position: relative;
}

.header_box {
    position: fixed;
    width: 100%;
    background: #d9333f;
    color: #fff;
    z-index: 500;
    overflow: hidden;
}

.en .header_box {
    background: #f09199;
}

.header_box a {
    color: #fff;
}

.header_box::before {
    content: url(img/common/bg_07.png);
    position: absolute;
    left: 65px;
    opacity: 0.2;
    z-index: 1;
}

.en .header_box::before {
    content: url(img/common/bg_sakura_2.png);
    top: -40px;
    left: 70px;
    opacity: 0.5;
}

.site_title h1,
.site_title {
    font-size: 3.4rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1em;
    padding: 0.8em 0.8em 0.5em;
}

.en .site_title h1,
.en .site_title {
    padding: 0.5em 0.8em 0.5em;
}

.site_title span {
    display: inline-block;
    font-size: 2rem;
    margin-right: 10px;
}

.index_img {
    position: relative;
    width: 100%;
    object-fit: scale-down;
    overflow: hidden;
}

.index_img img {
    width: 100%;
    height: auto;
}

.index_tel {
    position: relative;
    font-size: 2.8rem;
    text-align: center;
}

.index_tel::before {
    content: url(img/common/freedial.svg);
    position: relative;
    top: 1px;
    margin-right: 10px;
}

.index_contact {
    text-align: center;
    padding: 10px;
}

.title_box_n {
    position: relative;
    flex-basis: 150px;
    flex-grow: 1;
    z-index: 100;
    overflow: hidden;
}

.title_box_n .site_title {
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    font-size: 2.2rem;
    font-weight: bold;
    padding: 10px;
}

.en .title_box_n .site_title {
    padding: 0.7em;
}

.n_tel {
    display: inline-block;
    position: relative;
    top: 5px;
    font-size: 2.8rem;
    font-weight: bold;
}

.n_tel::before {
    content: url(img/common/freedial.svg);
    position: relative;
    top: 1px;
    margin-right: 10px;
}

.n_tel rt {
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    font-size: 1rem;
    margin-bottom: -9px;
}

.nav_box {
    position: relative;
}

.nav_box .n_contact {
    display: inline-block;
    padding: 0 10px;
}

.n_contact a {
    color: #333;
}

.nav_box .n_contact .to_contact {
    margin: 5px 10px 0;
}

.index_catch {
    display: inline-block;
    position: absolute;
    top: 20%;
    right: 5%;
    height: auto;
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(3px);
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    font-size: 2.4rem;
    font-weight: bold;
    color: #d9333f;
    writing-mode: vertical-rl;
    padding: 40px 30px;
    z-index: 300;
}

.index_catch::before {
    content: url(img/common/bg_04.png);
    position: absolute;
    left: -70px;
    bottom: -50px;
}

/* nav */

.navmenu {
    text-align: right;
    margin: 0;
    flex-basis: 500px;
    flex-grow: 2;
}

.navmenu ul {
    text-align: right;
    padding: 5px 10px;
}

.navmenu li {
    display: inline-block;
}

.navmenu li a {
    display: inline-block;
    position: relative;
    font-size: 1.4rem;
    padding: 0 8px;
}

.navmenu li a:hover {
    color: #ccc;
}

.navmenu.index_nav {
    text-align: left;
    margin: 30px 0;
}

.navmenu.index_nav ul {
    text-align: left;
}

.navmenu.index_nav li {
    display: block;
    position: relative;
    margin: 15px 0 15px 10px;
}

.navmenu.index_nav li a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 3px;
    height: 3px;
    background: #333;
    margin: auto;
    border-radius: 5px;
}

.navmenu.index_nav li a:hover::before {
    height: 1em;
    background: #87cefa;
    transition-duration: 0.2s;
}

.nav_box {
    text-align: right;
    flex-basis: 400px;
    flex-grow: 2;
}

.sp {
    display: none;
}

/* pankuzu */

.pankuzu {
    position: relative;
    width: 100%;
    max-width: 1024px;
    padding: 5px 15px;
    margin: auto;
}

.pankuzu ul {
    width: 100%;
    padding-left: 0;
    margin: 10px auto;
}

.pankuzu ul li {
    display: inline-block;
    font-size: 1.2rem;
    padding-left: 8px;
    margin-right: 0;
}

.pankuzu a {
    display: inline-block;
    color: #1e5f89;
    transform: rotate(0.05deg);
    margin-right: 5px;
}

.pankuzu li::after {
    display: inline-block;
    content: "/";
    margin-left: 7px;
}

.pankuzu li:last-child::after {
    display: none;
}

/* contents */

main {
    position: relative;
    overflow: hidden;
}

.n_main {
    padding-top: 100px;
}

.top_img {
    max-width: 1240px;
    font-size: 1.3rem;
    padding: 0 20px 70px;
    margin: auto;
}

.top_img img {
    width: 100%;
    height: auto;
    border-radius: 20px;
}

/* index */

.index_cap {
    position: relative;
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(2px);
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    font-size: 3.8rem;
    letter-spacing: 0.1em;
    color: #d9333f;
    font-weight: bold;
    max-width: 600px;
    text-align: center;
    line-height: 1.2em;
    padding: 25px 16px 15px;
    margin: 24px auto 30px;
    outline: 3px solid #d9333f;
}

.index_cap::before {
    content: "";
    position: absolute;
    top: -6px;
    left: -6px;
    width: 40px;
    height: 40px;
    background: #c3ae64;
    clip-path: polygon(0 0, 100% 0%, 0 100%);
    z-index: -999;
}

.index_cap::after {
    content: "";
    position: absolute;
    top: 6px;
    left: 6px;
    width: 100%;
    height: 100%;
    outline: 3px solid #d9333f;
}

.pr_box {
    display: inline-block;
    position: relative;
    width: 200px;
    height: 200px;
    background: #d9333f;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    font-size: 2.8rem;
    font-weight: bold;
    color: #fff;
    line-height: 1.4em;
    text-align: center;
    padding: 65px 0 0;
    margin: 20px 60px 50px;
    border-radius: 50%;
}

.pr_box::after {
    content: url(img/common/bg_05.png);
    position: absolute;
    top: 150px;
    left: -20px;
    opacity: 0.9;
}

.consultation {
    display: inline-block;
    max-width: 400px;
    height: 85%;
    background: #4f9cd4;
    color: #fff;
    text-align: center;
    padding: 10px 15px;
    margin: 10px 0;
    border-radius: 10px;
}

.consultation:hover {
    color: #fff;
    background: #5eaee8;
}

.consultation span {
    display: block;
    font-size: 1.5rem;
}

span.consultation_cap {
    display: inline-block;
    font-size: 2.2rem;
    font-weight: bold;
    padding-bottom: 5px;
    margin-bottom: 8px;
    border-bottom: solid 2px #fff;
}

.index_banner {
    max-width: 1240px;
    text-align: center;
    padding: 20px 0;
    margin: auto;
}

.index_banner a {
    display: inline-block;
    margin: 15px;
}

.index_banner img {
    width: 300px;
    height: auto;
}

.tatami_bg::after {
    content: url(img/common/tatami.svg);
    position: absolute;
    left: 10%;
    bottom: 0;
    z-index: -1;
}

.fusuma_bg::after {
    content: url(img/common/fusuma.svg);
    position: absolute;
    right: 10%;
    bottom: 0;
    z-index: -1;
}

.shoji_bg::after {
    content: url(img/common/shoji.svg);
    position: absolute;
    left: 10%;
    bottom: 0;
    z-index: -1;
}

.news_title {
    position: relative;
    flex-basis: 200px;
    flex-grow: 1;
}

.view_all {
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    margin: auto;
}

.view_all a {
    display: inline-block;
    position: relative;
    color: #333;
}

.view_all a::after {
    content: url(img/common/arrow_03.svg);
    position: relative;
    top: 3px;
    margin-left: 10px;
}

.view_all a:hover {
    letter-spacing: 0.2em;
}

.news_box {
    flex-basis: 600px;
    flex-grow: 2;
}

.news_list {
    background: #fff;
    padding: 20px 30px;
    border: solid thin #333;
    border-radius: 10px;
}

.news_list li {
    color: #999;
    margin: 20px 0;
}

.news_list li a {
    display: inline-block;
    color: #333;
    margin-left: 15px;
}

.news_list li a:hover {
    color: #5eaee8;
}

.contact {
    width: 100%;
    max-width: 1024px;
    background: rgba(255, 255, 255, 0.8);
    padding: 30px 20px;
    margin: 40px auto;
    border: solid 2px #333;
    border-radius: 10px;
}

.gallery {
    position: relative;
    text-align: center;
}

.gallery img {
    width: 100%;
    max-width: 300px;
    height: auto;
}

.sbi_item {
    z-index: 400;
}

/* company */

.table_o {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(3px);
    border-radius: 10px;
    margin: 20px auto;
    box-shadow: 0 0 10px rgba(50, 50, 50, 0.1);
}

.table_o tbody tr:nth-child(even) {
    background: rgba(205, 205, 205, 0.2);
}

.table_o thead th,
.table_o tbody th {
    position: relative;
    min-width: 150px;
    padding: 20px 15px;
}

.table_o thead th::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ccc;
    width: 80%;
    height: 2px;
    margin: auto;
    border-radius: 2px;
}

.table_o tbody th::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background: #add2ed;
    width: 3px;
    height: 60%;
    margin: auto;
    border-radius: 2px;
}

.table_o td {
    padding: 20px;
}

.history_box {
    max-width: 850px;
    background: #fefefe;
    padding: 30px;
    margin: auto;
    border-radius: 15px;
}

.history_box .cap_2 {
    margin-bottom: 50px;
}

.history_box h3 {
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    margin: 50px 0 10px;
}

/* tatami */

.txt_box {
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    padding: 20px 20px 5px;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(50, 50, 50, 0.1);
}

.item_box {
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(3px);
    text-align: center;
    padding: 30px 20px 20px;
    border-radius: 15px;
}

.item_box h2 {
    font-size: 2.4rem;
}

.item_box img {
    display: inline-block;
    width: 100%;
    max-width: 450px;
    height: auto;
    margin: 20px 0;
}

.attention {
    display: inline-block;
    background: #ea6d76;
    text-align: center;
    color: #fff;
    padding: 20px 30px;
    margin: 20px 0;
    border-radius: 10px;
}

/* flow */

.flow {
    max-width: 800px;
    margin: 50px auto;
}

.flow_box {
    position: relative;
    background: rgba(255, 255, 255, 0.8);
    padding: 20px;
    margin: 50px 0;
    border-radius: 15px;
}

.flow_box::after {
    content: url(img/common/arrow_01.svg);
    position: absolute;
    bottom: -40px;
    transform: rotate(180deg);
}

.flow_box:last-child::after {
    content: "";
}

.flow_t {
    position: relative;
    font-size: 3rem;
    font-weight: bold;
    padding: 20px;
    flex-basis: 150px;
    flex-grow: 1;
}

.flow_t_n {
    display: inline-block;
    position: absolute;
    top: -1em;
    left: -1em;
    width: 50px;
    height: 50px;
    background: #316745;
    font-size: 3.5rem;
    color: #fff;
    text-align: center;
    line-height: 1.3em;
    padding: 0 10px;
    border-radius: 50%;
}

.flow_d {
    flex-basis: 350px;
    flex-grow: 2;
}

/* goods */

.goods_item {
    position: relative;
}

.goods_item span {
    position: absolute;
    background: #d9333f;
    font-size: 2rem;
    color: #fff;
    text-align: center;
    padding: 5px 12px;
    margin: -5px 0 0 -5px;
    border-radius: 5px;
}

.goods_item img {
    border-radius: 10px;
}

/* gallery */

.gallery_container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    /*
    grid-template-columns: 300px 1fr;
    */
    gap: 20px;
}

.gallery_container img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}

/* faq */

.faq_box {
    width: 100%;
    max-width: 800px;
    background: rgba(255, 255, 255, 0.7);
    padding: 20px;
    margin: 40px auto 30px;
    border-radius: 15px;
}

.faq_box_q {
    position: relative;
    font-size: 1.8rem;
    font-weight: bold;
    padding: 7px 20px 7px 45px;
}

.faq_box_q::before {
    content: "Q";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 35px;
    height: 35px;
    background: #1f82e7;
    color: #fff;
    text-align: center;
    padding: 3px 10px;
    border-radius: 50%;
}

.faq_box_a {
    position: relative;
    padding: 7px 20px 7px 45px;
    margin: 30px 0 20px;
}

.faq_box_a::before {
    content: "A";
    display: inline-block;
    position: absolute;
    left: 0;
    width: 35px;
    height: 35px;
    background: #e71f2e;
    font-size: 1.8rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding: 3px 10px;
    border-radius: 50%;
}

/* contact */

.contact_tel {
    position: relative;
    font-size: 3.8rem;
    font-weight: bold;
    text-align: center;
}

.contact_tel::before {
    content: url(img/common/freedial_l.svg);
    position: relative;
    top: 5px;
    margin-right: 10px;
}

.required {
    display: inline-block;
    background: red;
    font-size: 1.2rem;
    color: #fff;
    padding: 1px 8px 2px;
    margin-left: 10px;
    border-radius: 5px;
}

/* page */

/* single */

.single .post_date {
    color: #999;
    text-align: right;
}

/* archive */

.archive .post_list {
    margin: 20px 0;
    border-bottom: solid thin #ccc;
}

.archive .post_date {
    font-size: 1.4rem;
    color: #999;
    text-align: right;
}

.category {
    text-align: right;
    margin: 10px 0;
}

.category li {
    display: inline-block;
}

.category a {
    display: inline-block;
    font-size: 1.2rem;
    color: #7a4171;
    line-height: 1.2em;
    padding: 1px 8px 3px;
    margin: 5px;
    border: solid 2px #7a4171;
    border-radius: 3px;
}

.category a:hover {
    background: #7a4171;
    color: #fff;
}

/* pagetop */

.pagetop {
    position: relative;
    z-index: 1;
}

.pagetop a {
    display: inline-block;
    position: fixed;
    bottom: 15px;
    right: 20px;
    width: 50px;
    height: 29px;
    text-align: center;
    color: #666;
    letter-spacing: 5px;
    opacity: 0.9;
    z-index: 400;
}

.pagetop a img {
    display: block;
    width: 100%;
}

.pagetop a:hover {
    bottom: 20px;
}

.pagetop a:hover img {
    opacity: 0.7;
    transition-duration: 0.2s;
}

/* footer */

footer {
    position: relative;
    background: #d9333f;
    color: #fff;
    z-index: 1;
}

.en footer {
    background: #f09199;
}

footer::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(img/common/bg_08.png);
    z-index: -1;
}

.en footer::after {
    background: url(img/common/bg_sakura_2.png);
    opacity: 0.2;
}

footer .wrap_w {
    padding: 60px 20px 20px;
}

.footer_title {
    font-size: 2.4rem;
    font-weight: bold;
}

.footer_title a {
    color: #fff;
}

.footer address {
    margin: 20px 0;
}

.f_link {
    text-align: right;
}

.f_link li {
    display: inline-block;
}

.f_link a {
    display: inline-block;
    position: relative;
    font-size: 1.4rem;
    color: #fff;
    padding: 0.1em 0.8em;
}

.global_link::before {
    content: url(img/common/global.svg);
    position: relative;
    top: 2px;
    margin-right: 3px;
}

.f_contact {
    text-align: right;
}

.f_tel {
    position: relative;
    font-size: 3.2rem;
    padding: 20px 20px 10px;
    margin-top: 20px;
}

.f_tel::before {
    content: url(img/common/freedial_w.svg);
    position: relative;
    top: 1px;
    margin-right: 10px;
}

.f_a a {
    font-size: 1.4rem;
    color: #fff;
}

.f_sns {
    text-align: right;
}

.f_sns a {
    display: inline-block;
    margin: 10px;
}

.copyright {
    font-size: 1.4rem;
    text-align: center;
    margin-top: 10px;
}

@media screen and (min-width: 1600px) {
    .index_img {
        height: 100vh;
    }

    .index_img .swiper-slide {
        position: relative;
        left: 0;
        bottom: 0;
    }
    
}

@media screen and (max-width: 1280px) {
    .index_catch {
        top: auto;
        bottom: -30px;
    }
    
}

@media screen and (max-width: 1024px) {
    .contact p {
        text-align: center;
    }
    
    .pr_box {
        margin: 20px 40px 50px;
    }
    
}

@media screen and (max-width: 940px) {
    .index_catch {
        top: 200px;
        right: 20px;
        bottom: auto;
        font-size: 2rem;
        writing-mode: horizontal-tb;
        padding: 20px 25px 20px;
    }

    .index_catch::before {
        /*
        top: 10%;
        left: auto;
        right: -100px;
        */
        content: none;
    }

    .f_link {
        margin-top: 20px;
    }

    .f_link,
    .f_contact,
    .f_sns {
        text-align: center;
    }
}

@media screen and (max-width: 768px) {
    .header_box {
        position: relative;
    }

    .site_title h1,
    .site_title {
        padding: 0.2em 0 0.1em;
    }

    .site_title {
        text-align: center;
    }

    nav.navmenu {
        position: fixed;
        z-index: 2000;
        top: 0;
        left: 0;
        background: #fff;
        color: #000;
        text-align: center;
        width: 100%;
        margin: 0;
        transform: translateX(-100%);
        transition: all 0.6s;
    }

    nav.navmenu ul {
        display: block;
        background: #fff9e3;
        width: 100%;
        text-align: center;
        margin: 0 auto;
        padding: 10px;
    }

    nav.navmenu ul li {
        display: block;
        font-size: 1.1em;
        list-style-type: none;
        padding: 0;
        width: 100%;
        border-bottom: 1px dotted #333;
    }

    nav.navmenu ul li:last-child {
        padding-bottom: 0;
        border-bottom: none;
    }

    nav.navmenu ul li a {
        display: block;
        color: #333;
        padding: 1em 0;
    }

    nav.navmenu ul li a::after {
        content: none;
    }

    nav.navmenu.open {
        transform: translateX(0%);
    }

    .toggle {
        display: block;
        position: fixed;
        right: 13px;
        top: 15px;
        width: 42px;
        height: 42px;
        background: #d9333f;
        cursor: pointer;
        z-index: 3000;
    }
    
    .en .toggle {
        top: 6px;
        right: 7px;
    }

    .toggle span {
        display: block;
        position: absolute;
        width: 30px;
        height: 3px;
        background: #fff;
        -webkit-transition: 0.35s ease-in-out;
        -moz-transition: 0.35s ease-in-out;
        transition: 0.35s ease-in-out;
        left: 6px;
        border-radius: 2px;
    }

    .toggle span:nth-child(1) {
        top: 9px;
    }

    .toggle span:nth-child(2) {
        top: 18px;
    }

    .toggle span:nth-child(3) {
        top: 27px;
    }

    .toggle.active span:nth-child(1) {
        top: 18px;
        left: 6px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .toggle.active span:nth-child(2),
    .toggle.active span:nth-child(3) {
        top: 18px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .sp_ress {
        display: none;
    }

    .sp {
        display: block;
        padding: 20px 0;
    }

    .title_box_n {
        flex-basis: 400px;
    }

    .n_main {
        padding-top: 0;
    }
    
    .nav_box {
        flex-basis: 400px;
        text-align: center;
    }

    .n_tel {
        display: block;
        margin-bottom: 15px;
    }

    .n_contact {
        display: block;
        margin-bottom: 15px;
    }

    .wrap {
        padding: 50px 20px;
    }

    .view_all {
        position: relative;
        display: block;
        margin: 10px 0;
    }
}

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

@media screen and (max-width: 480px) {
    .co_box,
    .co_box_m,
    .co_box_s,
    .co_box_ss,
    .co_img {
        padding: 10px 0;
    }

    .contact .cap_2 {
        margin-top: 40px;
    }

    .consultation {
        max-width: none;
        height: 85%;
        background: #4f9cd4;
        color: #fff;
        text-align: center;
        padding: 10px 15px;
        margin: 10px 20px;
        border-radius: 10px;
    }

    .table_o {
        font-size: 1.4rem;
    }
    
    .table_o thead th,
    .table_o tbody th {
        min-width: auto;
        padding: 15px 20px;
    }

    .table_o td {
        padding: 10px 5px;
    }

    .index_catch {
        top: auto;
        left: auto;
        right: auto;
        bottom: -40px;
        padding: 20px;
        margin: auto;
    }

    .index_cap {
        font-size: 2.4rem;
    }
    
    .btn_2 {
        font-size: 2rem;
    }
    
    .cap_1 h1 {
        font-size: 2.4rem;
    }
    
    .cap_2 h2 {
        font-size: 2.2rem;
    }
    
}

@media screen and (max-width: 360px) {
    .index_catch {
        bottom: -70px;
    }
}
