@charset "UTF-8";
/*!
Theme Name: joufukuin
Description: 由緒ある宝塚市の真言宗大覚寺派 武庫山成福院
Theme URI: https://www.joufukuin.or.jp/web/
Version: 1.0
License: joufukuin
License URI: https://www.joufukuin.or.jp/web/
*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@700&display=swap");

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

html {
    font-size: 62.5%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
}

abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:after,
blockquote:before {
    content: "";
    content: none;
}

q:after,
q:before {
    content: "";
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

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

img,
iframe {
    vertical-align: top;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}

body {
    color: #333;
    font-size: 1.6rem;
    line-height: 1.5;
    word-break: break-all;
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic";
}

#wrapper {
    width: 100%;
    min-width: 1190px;
    min-height: 100%;
    float: none;
    margin: 0 auto;
    overflow: hidden;
}

#page-wrapper {
    width: 100%;
    min-height: 100%;
    float: none;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    #wrapper {
        width: 100%;
        min-width: 0;
        min-height: 100%;
        float: none;
        margin: 0 auto;
        overflow: hidden;
    }

    #page-wrapper {
        width: 100%;
        min-width: 0;
        min-height: 100%;
        float: none;
        margin: 0 auto;
        overflow: hidden;
    }
}

dd,
dt,
li,
p,
tr,
tt {
    font-size: 1.6rem;
}

/****************************************

          メディアクエリ

*****************************************/
/****************************************

          リンク指定

*****************************************/
a:link,
a:visited {
    font-weight: normal;
    color: #333333;
    text-decoration: none;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
}

a:hover,
a:active {
    font-weight: normal;
    color: #cf7f53;
    text-decoration: none;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
}

/****************************************

         オンマウス時のアクション

*****************************************/
a:hover img.img_opacity {
    opacity: 0.75;
    filter: alpha(opacity=75);
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    -webkit-filter: alpha(opacity=75);
}

a img.img_opacity {
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
}

/****************************************

        pc_header

*****************************************/
@media print,
screen and (min-width: 768px) {
    #sp_navi {
        display: none;
    }

    .header__box {
        width: 100%;
        position: fixed;
        background: url(images/bg_h.jpg) no-repeat center;
        background-size: cover;
        left: 0;
        top: 0;
    }

    .header__top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        max-width: 1120px;
        width: 100%;
        margin: 0 auto;
        padding: 20px 0 0;
    }

    .header__info {
        text-align: right;
    }

    .header__info .access {
        font-size: 14px;
        font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        text-align: right;
    }
}

/****************************************

        sp_header

*****************************************/
@media screen and (max-width: 767px) {
    .header__box {
        width: 100%;
        position: fixed;
        background: url(images/bg_h.jpg) no-repeat center;
        background-size: cover;
        left: 0;
        top: 0;
    }

    .header__logo {
        width: 150px;
    }

    .header__top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .header__info {
        display: none;
    }

    #g_navi {
        display: none;
    }

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

    #toggle {
        position: fixed;
        /*bodyに対しての絶対位置指定です*/
        right: 15px;
        top: 25px;
        width: 22px;
        height: 25px;
        cursor: pointer;
        z-index: 9999;
    }

    #toggle div {
        position: relative;
    }

    /*spanの絶対位置指定の親にします*/
    #toggle span {
        display: block;
        position: absolute;
        /*#navToggle div に対して*/
        width: 100%;
        height: 2px;
        background: #313131;
        border-radius: 4px;
        -webkit-transition: 0.35s ease-in-out;
        transition: 0.35s ease-in-out;
    }

    #toggle span:nth-child(1) {
        top: 0;
    }

    #toggle span:nth-child(2) {
        top: 6px;
    }

    #toggle span:nth-child(3) {
        top: 12px;
    }

    .open_navi #toggle span:nth-child(3) {
        top: 22px;
    }

    .open_navi #toggle {
        position: fixed;
    }

    .open_navi #toggle span {
        background: #fff;
    }

    .open_navi #toggle span:nth-of-type(1) {
        -webkit-transform: translateY(11px) rotate(-315deg);
        transform: translateY(11px) rotate(-315deg);
    }

    .open_navi #toggle span:nth-of-type(2) {
        opacity: 0;
    }

    .open_navi #toggle span:nth-of-type(3) {
        -webkit-transform: translateY(-11px) rotate(315deg);
        transform: translateY(-11px) rotate(315deg);
    }

    #sp_navi {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        width: 100vw;
        overflow-y: scroll;
        text-align: left;
        background-color: rgba(0, 0, 0, 0.9);
        z-index: 999;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        -webkit-transition: 0.7s ease-in-out;
        transition: 0.7s ease-in-out;
    }

    .open_navi #sp_navi {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: 0.7s ease-in-out;
        transition: 0.7s ease-in-out;
    }

    .open_navi #wrapper {
        -webkit-transform-origin: left center;
        transform-origin: left center;
        -webkit-filter: blur(3px);
        filter: blur(3px);
        -webkit-transition: 0.7s ease-in-out;
        transition: 0.7s ease-in-out;
    }

    #sp_navi .menu {
        padding-top: 80px;
        text-align: center;
    }

    #sp_navi .menu .menu-item {
        width: 100%;
        text-align: center;
        border: rgba(255, 255, 255, 0.2) 1px solid;
        cursor: pointer;
        color: #FFF;
        margin: 0 auto;
        font-size: 1.4rem;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    #sp_navi .menu-item a,
    #sp_navi .menu-item span {
        display: block;
        padding: 15px 0 14px;
    }

    #sp_navi .menu-item a:link,
    #sp_navi .menu-item a:visited,
    #sp_navi .menu-item a:hover,
    #sp_navi .menu-item a:active,
    #sp_navi .sub-menu li a:link,
    #sp_navi .sub-menu li a:visited,
    #sp_navi .sub-menu li a:hover,
    #sp_navi .sub-menu li a:active {
        color: #FFF;
        text-decoration: none;
    }

    #sp_navi .sub-menu {
        width: 100%;
        text-align: center;
        display: none;
    }

    #sp_navi .sub-menu li {
        width: 100%;
        text-align: center;
        border: rgba(255, 255, 255, 0.2) 1px solid;
    }

    #sp_navi .sub-menu li a {
        display: block;
        padding: 11px 0 10px;
        color: #ccc;
        background-color: rgba(219, 188, 142, 0.9);
    }

    #sp_navi .sub-menu li a:hover {
        color: #ccc;
        background: none;
    }

    .menu-item-has-children {
        position: relative;
    }

    .menu-item-has-children::before {
        content: "";
        width: 14px;
        height: 14px;
        border: 0px;
        border-top: solid 2px #fff;
        border-right: solid 2px #fff;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
        -webkit-transition: 0.2s ease-in-out;
        transition: 0.2s ease-in-out;
        position: absolute;
        top: 14px;
        right: 20px;
    }

    .menu-item-has-children.menu_open::before {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transition: 0.2s ease-in-out;
        transition: 0.2s ease-in-out;
        top: 22px;
    }
}

/****************************************

          g_navi

*****************************************/
@media print,
screen and (min-width: 768px) {
    #g_navi {
        width: 100%;
    }

    #g_navi .menu {
        *zoom: 1;
        width: 100%;
        max-width: 1120px;
        list-style-type: none;
        margin: 0 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    #g_navi .menu li {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: relative;
        text-align: center;
        width: auto;
        height: auto;
    }

    #g_navi .menu li:last-child {
        margin-right: 0;
    }

    #g_navi .menu li a {
        display: inline-block;
        margin: 0;
        padding: 0;
        text-align: center;
        text-decoration: none;
        position: relative;
        color: #444;
    }

    #g_navi .menu>li:last-child a {
        margin: 0;
    }

    #g_navi .menu>li>a:hover::after {
        width: 100%;
    }

    #g_navi .menu li ul {
        list-style: none;
        position: absolute;
        z-index: 9999;
        top: 100%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        margin: 0;
        padding: 0;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

    #g_navi .menu li ul li {
        width: 100%;
    }

    #g_navi .menu li ul li a {
        width: 150px;
        padding: 13px 4px;
        border-top: 1px solid #fff;
        font-size: 1.3rem;
        background: #66A533;
        text-align: center;
        opacity: 0.95;
        filter: alpha(opacity=95);
        color: #fff;
        font-weight: normal;
    }

    #g_navi .menu li ul li a:hover {
        background: #FFF;
        color: #76BD39;
        -webkit-transition: 0.2s linear;
        transition: 0.2s linear;
    }

    #g_navi .menu li:hover ul {
        visibility: visible;
        opacity: 0.95;
    }

    #g_navi .menu li ul li a {
        visibility: hidden;
        opacity: 0;
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }

    #g_navi .menu li:hover ul li a {
        visibility: visible;
        opacity: 1;
    }
}

/****************************************

          main-visual/slider

*****************************************/
@media print,
screen and (min-width: 768px) {
    .teaser-bg {
        /* margin-top: 167px; */
        padding-top: 90px;
        padding-bottom: 110px;
        background-image: url(images/bg_taser_sub.jpg);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .teaser {
        max-width: 342px;
        width: 100%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 767px) {
    .teaser-bg {
        margin-top: 65px;
        padding-top: 40px;
        padding-bottom: 50px;
        background-image: url(images/bg_taser_sub.jpg);
        background-size: cover;
        background-position: center top;
        background-repeat: no-repeat;
    }

    .teaser {
        max-width: 340px;
        width: 60%;
        margin-left: auto;
        margin-right: auto;
    }
}

/****************************************

          content 共通設定

*****************************************/
.local-navi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #fff;
    padding: 8px 0 7px;
}

.local-navi li {
    padding: 0 15px;
}

.base-width {
    max-width: 1020px;
    width: 100%;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    .base-width {
        padding: 0 10px;
    }
}

.breadcrumb_area {
    width: 100%;
    height: auto;
    padding: 20px 0 34px;
}

.breadcrumb {
    width: 100%;
    max-width: 1020px;
    margin: 0 auto;
    text-align: left;
}

.breadcrumb p {
    font-size: 1.5rem;
    letter-spacing: 0.06em;
    color: #000;
    line-height: 1.2;
}

@media screen and (max-width: 767px) {
    .breadcrumb p {
        font-size: 1.3rem;
    }
}

.breadcrumb a {
    display: inline-block;
    padding-bottom: 2px;
    position: relative;
    color: #503926;
    text-decoration: none;
}

.breadcrumb a::after {
    background-color: #262626;
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    width: 0;
}

.breadcrumb a:hover::after {
    width: 100%;
}

@media print,
screen and (min-width: 768px) {
    .pcnone {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .spnone {
        display: none !important;
    }
}

@media print,
screen and (min-width: 768px) {
    #page_main {
        width: 100%;
        /*
        background-image: url(images/bg_content.png);
        background-position: center top 42px;
        background-repeat: repeat-x;
*/
    }

    #page_main02 {
        width: 100%;
        background-image: url(images/bg_content.png);
        background-position: center top;
        background-repeat: repeat-x;
    }

    #page_main03 {
        width: 100%;
    }

    .page_main__box {
        max-width: 1170px;
        width: 100%;
        margin: 0 auto;
        padding: 50px 0 100px;
    }
}

@media screen and (max-width: 767px) {
    #page_main {
        width: 100%;
        margin: 0 auto;
    }

    .page_main__box {
        padding-top: 25px;
        padding-bottom: 50px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .txt600 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: 100%;
        margin-top: 15px;
    }

    .local-navi {
        display: none;
    }

    .breadcrumb_area {
        width: auto;
        height: auto;
        padding: 10px 10px 30px;
    }

    .breadcrumb {
        width: 100%;
        margin: 0 auto;
    }
}

a.btn {
    width: 100%;
    display: block;
    text-decoration: none;
    text-align: center;
}

a.btn01 {
    position: relative;
    background: #dbbc8e;
    padding: 12px 0 11px;
    color: #fff;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

a.btn01::after {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    right: 20px;
    top: 20px;
}

a.btn01:hover {
    background: #ddc8a7;
}

/****************************************

          content

*****************************************/
@media print,
screen and (min-width: 768px) {
    .txt600 {
        max-width: 600px;
        width: 100%;
    }

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

.img400 {
    width: 42.5531914894%;
}

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

    .img400 {
        max-width: 400px;
        width: 100%;
        margin: 0 auto;
    }
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex_r {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}

@media screen and (max-width: 994px) {
    .flex_r {
        flex-direction: column;
    }
}

.headline {
    font-weight: bold;
    text-align: center;
    font-size: 28px;
    font-family: 游明朝, YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    padding: 55px 0px 50px;
    background: url(images/ico_tit_section.png) center top no-repeat;
}

@media screen and (max-width: 767px) {
    .headline {
        font-size: 20px;
        padding: 35px 0 25px;
        background: url(images/ico_tit_section.png) no-repeat center top;
        background-size: 25px;
        font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    }
}

.subhead {
    font-weight: bold;
    font-size: 26px;
    padding-bottom: 20px;
    margin-bottom: 30px;
    line-height: 1;
    font-family: 游明朝, YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    background: url(images/bg_tit_line.png) center bottom repeat-x;
}

@media screen and (max-width: 767px) {
    .subhead {
        font-size: 18px;
        padding-bottom: 10px;
        margin-bottom: 15px;
        background: url(images/bg_tit_line.png) repeat-x center bottom;
        line-height: 1;
        font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    }
}

.btn-width500 {
    max-width: 500px;
    width: 100%;
}

.btn-shukatsu {
    margin: 70px auto 0;
}

.blog__box:not(:first-of-type) {
    margin-top: 70px;
}

.blog__box__btn {
    width: 220px;
    margin: 30px 0 0 auto;
}

@media screen and (max-width: 767px) {
    .blog__box__btn {
        width: 100%;
        max-width: 220px;
        margin: 30px auto 0;
    }
}

.seminar__box {
    margin-bottom: 80px;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 5%;
    padding-right: 5%;
    background-image: url(images/bg_seminar.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
    .seminar__box {
        margin-bottom: 40px;
        padding-top: 20px;
        padding-bottom: 20px;
        background-image: url(images/bg_seminar.jpg);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .seminar__box__txt {
        font-size: 14px;
    }
}

.touch__box {
    margin-bottom: 100px;
}

@media print,
screen and (min-width: 768px) {
    .touch__box__txt {
        text-align: center;
    }
}

@media screen and (max-width: 767px) {
    .touch__box {
        margin-bottom: 50px;
    }
}

.wisdom__box {
    margin-bottom: 80px;
    padding-top: 45px;
    padding-bottom: 45px;
    padding-left: 5%;
    padding-right: 5%;
    background-image: url(images/bg_wisdom01.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
    .wisdom__box {
        margin-bottom: 40px;
        padding-top: 25px;
        padding-bottom: 25px;
        background-image: url(images/bg_wisdom01.jpg);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .wisdom__box__txt {
        font-size: 14px;
    }
}

/****************************************

         single.php

*****************************************/
.single_box {
    width: 1020px;
    margin: 0 auto;
}

.single_txt {
    width: 100%;
}

.single_txt img {
    max-width: 100%;
    height: auto;
    margin-top: 20px;
}

.pager {
    clear: both;
    text-align: center;
    padding: 30px 0;
}

a.page-numbers {
    background: rgba(0, 0, 0, 0.02);
    border: solid 1px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 5px 8px;
    margin: 0 2px;
    font-size: 1.4rem;
}

.pager .current {
    background: rgba(0, 0, 0, 0.02);
    border: solid 1px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 5px 8px;
    margin: 0 2px;
    font-size: 1.4rem;
    background: black;
    border: solid 1px black;
    color: white;
}

.nav-below {
    margin: 30px 0 130px;
    text-align: center;
}

.nav-below a {
    margin: 0 10px;
}

@media screen and (max-width: 767px) {
    .single_box {
        width: auto;
        padding: 0 10px;
    }
}

/****************************************

         pc_footer

*****************************************/
@media print,
screen and (min-width: 768px) {
    .sp_footer__btn {
        display: none;
    }

    .footer {
        padding-top: 100px;
        padding-bottom: 60px;
        background-image: url(images/bg_f.png);
        background-size: cover;
        background-position: center top;
        background-repeat: no-repeat;
        text-align: center;
    }

    .footer__logo {
        width: 302px;
        margin: 0 auto 20px;
    }

    .footer__info {
        text-align: center;
        color: #ffffff;
        font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    }

    .footer__info .address {
        margin-right: 10px;
    }

    .footer__info .tel {
        padding: 10px 0 30px;
    }

    .footer .copyright {
        text-align: center;
        color: #ffffff;
        font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    }

    .pagetop {
        display: none;
        position: fixed;
        right: 3%;
        bottom: 30px;
    }
}

/****************************************

         sp_footer

*****************************************/
@media screen and (max-width: 767px) {
    .footer {
        padding-top: 50px;
        padding-bottom: 30px;
        background-image: url(images/bg_f.png);
        background-size: cover;
        background-position: center top;
        background-repeat: no-repeat;
        text-align: center;
    }

    .footer__logo {
        max-width: 300px;
        width: 80%;
        margin: 0 auto 20px;
    }

    .footer__info {
        text-align: center;
        color: #ffffff;
        font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    }

    .footer__info .address {
        padding-right: 10px;
        font-size: 14px;
    }

    .footer__info .tel {
        padding: 10px 0 30px;
        font-size: 14px;
    }

    .footer__info .access-icon {
        width: 16px;
    }

    .footer__info .access-icon img {
        width: auto;
    }

    .footer .copyright {
        font-size: 14px;
        text-align: center;
        color: #ffffff;
        font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    }

    .pagetop {
        display: none;
        position: fixed;
        right: 3%;
        bottom: 30px;
        width: 30px;
    }
}

/****************************************

         P

*****************************************/
p.line_break {
    padding-top: 20px;
}

/****************************************

         Contact Form7

*****************************************/
#contact-form {
    max-width: 590px;
    width: 100%;
    margin: 40px auto 90px;
}

.wpcf7 {
    width: 100%;
}

.wpcf7-form textarea {
    width: 650px;
    max-width: 100%;
}

.wpcf7-form .wpcf7-submit {
    width: 50px !important;
}

.wpcf7 p {
    line-height: 2;
    padding-top: 3px;
}

.wpcf7-form input {
    width: auto !important;
}

.contact_p_strong {
    border-top: 1px dotted #999;
    font-weight: bold;
    margin-top: 15px;
    padding-top: 15px !important;
}

.normal {
    font-weight: normal;
}

.wpcf7-submit {
    margin-top: 10px;
}

.wpcf7-response-output {
    font-size: 1.3em;
}

@media screen and (max-width: 767px) {
    .wpcf7-form textarea {
        width: 100% !important;
    }
}

/****************************************

         追加

*****************************************/
@media (min-width: 768.02px) and (hover: hover) {
    a[href^="tel:"] {
        pointer-events: none;
    }
}

.txt680 {
    width: 53.1914893617%;
}

@media screen and (max-width: 994px) {
    .txt680 {
        order: 2;
        width: 100%;
        margin: 20px auto 0;
    }
}

.category {
    text-align: center;
    color: #fff;
    font-size: 1rem;
    width: 160px;
    height: 24px;
    line-height: 24px;
    margin-right: 20px;
}

.blog-category {
    background: #d4b079;
}

.news-category {
    background: #707a43;
}

.seminar {
    background: #5b2ca0;
}

.wisdom {
    background: #e98a00;
}

.touch {
    background: #221781;
}

.example {
    background: #6e0c0c;
}

@media screen and (max-width: 767px) {
    .gmap {
        height: 0;
        overflow: hidden;
        padding-bottom: 56.25%;
        position: relative;
    }

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

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

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

@media print,
screen and (min-width: 768px) {
    .table01 th {
        background: #e6f7f3;
        width: 260px;
        border: 1px solid #8ed8cf;
        padding: 14px 15px;
        color: #009977;
        font-weight: bold;
        text-align: left;
    }

    .table01 td {
        background: #fff;
        width: 760px;
        border: 1px solid #8ed8cf;
        padding: 14px 15px;
    }
}

@media screen and (max-width: 767px) {
    .table01 th {
        display: block;
        background: #e6f7f3;
        width: 100% x;
        border-top: 1px solid #8ed8cf;
        border-left: 1px solid #8ed8cf;
        border-right: 1px solid #8ed8cf;
        padding: 12px 13px;
        color: #009977;
        font-weight: bold;
        text-align: left;
    }

    .table01 td {
        display: block;
        background: #fff;
        width: 100%;
        border-top: 1px solid #8ed8cf;
        border-left: 1px solid #8ed8cf;
        border-right: 1px solid #8ed8cf;
        padding: 12px 13px;
    }

    .table01 .last-td {
        border-bottom: 1px solid #8ed8cf;
    }
}

@media screen and (max-width: 767px) {
    .sp_footer__btn {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 70px;
        z-index: 9999;
    }

    .sp_footer__btn ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 70px;
        margin: 0;
        padding: 0;
        list-style: none;
        background: #3F3333;
    }

    .sp_footer__btn ul li {
        position: relative;
        width: calc(100% / 3);
        height: 100%;
        margin: 0;
        padding: 0;
        font-size: 1.1rem;
    }

    .sp_footer__btn ul li:not(:last-child) {
        border-right: 1px solid rgba(255, 255, 255, 0.8);
    }

    .sp_footer__btn ul li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        padding: 0;
        color: #fff;
        text-decoration: none;
    }

    .sp_footer__btn ul li a {
        background: #cf7f53;
    }

    .sp_footer__btn ul li a span {
        position: relative;
        display: block;
        height: auto;
        padding-top: 32px;
        line-height: 1.4;
        text-align: center;
    }

    .sp_footer__btn ul li a span::after {
        content: "";
        position: absolute;
        display: inline-block;
        left: calc(50% - 12px);
        top: 0;
        width: 24px;
        height: 24px;
        vertical-align: middle;
        background-repeat: no-repeat;
        background-position: center top;
    }

    .sp-tel::after {
        background-image: url(images/sp-tel.svg);
        background-size: 24px;
        background-repeat: no-repeat;
        opacity: 0.8;
    }

    .sp-mail::after {
        background-image: url(images/sp-mail.svg);
        background-size: 24px;
        background-repeat: no-repeat;
        opacity: 0.8;
    }

    .sp-pagetop::after {
        background-image: url(images/sp-pagetop.svg);
        background-size: 24px;
        background-repeat: no-repeat;
        opacity: 0.8;
    }
}

/****************************************

          news_top

*****************************************/

.news {
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.news__post {
    max-width: 1070px;
    width: 100%;
    height: 240px;
    padding-right: 20px;
}

.news__list {
    display: flex;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 35px;
    background-image: url(images/ico_news.png);
    background-position: 98% center;
    background-repeat: no-repeat;
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #D2D2CA;
}

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

    .news__list {
        flex-direction: column;
    }

}

.news__list .date {
    color: #AE9D7D;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    width: 16%;
    font-size: 14px;
}

.news__list .news-txt {
    width: 84%;
    font-family: 游明朝, YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

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

    .news {
        padding: 15px;
    }

    .news__list .date {
        width: auto;
        text-align: left;
    }

    .news__list .news-txt {
        width: auto;
    }

}



/****************************************

          clearfix

*****************************************/
.clearfix {
    display: inline-block;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}
