@charset "utf-8";

/*ADOBEフォントちらつき対策ここから*/
body {
    animation: fadeIn 3s ease 0s 1 normal;
    -webkit-animation: fadeIn 3s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

/*ADOBEフォントちらつき対策ここまで*/

*, *::before, *::after {
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
    height: 100%;
    position: relative;
}

body {
    font-family: 'fot-tsukuardgothic-std', 'heisei-kaku-gothic-std', 'museo-sans', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    color: #333333;
    margin: 0 auto;
    font-size: 1.4rem;
    line-height: 1.4;
    position: relative;
}

main {
    overflow: visible;
}

iframe {
    max-width: 100%;
    width: calc(1200px / 2);
}

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

a {
    text-decoration: none;
    color: #1c1c1c;
}

/*a:hover{
	opacity: 0.7;
}*/
@media screen and (max-width:1024px) {
    body {
        font-size: 1.4rem;
    }

    iframe {
        height: 180px;
    }
}

/*デバイス切り替えここから*/
@media screen and (max-width: 1024px) {
    .pc {
        display: none !important;
    }
}

@media print, screen and (min-width: 1025px) {
    .sp {
        display: none !important;
    }
}

/*デバイス切り替えここまで*/

/*ショートコードここから*/
.roboto {
    font-family: roboto;
}

.btn_wrap {
    display: flex;
    justify-content: space-around;
    width: 800px;
    margin: 0px auto;
}

.btn {
    position: relative;
    background: #f4ebdb;
    text-align: center;
    width: 300px;
    display: block;
    padding: 15px 0;
    font-weight: bold;
    border-radius: 50px;
    line-height: 1;
}

.btn:after {
    content: "";
    position: absolute;
    top: 40%;
    left: 50px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #261a03;
    border-right: 2px solid #261a03;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.btn:hover {
    background: #ececeb;
    transition: all 0.5s ease 0.2s;
}

@media screen and (max-width:1024px) {
    .btn_wrap {
        display: block;
        width: auto;
        margin: 0 auto 10%;
    }

    .btn {
        width: 80%;
        padding: 4% 0;
        margin: 0 auto;
    }
}

.menu_tag {
    filter: drop-shadow(1px 3px 2px #aaa);
}

/* 各事業所トップ */
.under_heading.under_heading-top {
    display: block;
}

.under_heading.under_heading-top>p {
    justify-content: center;
}

@media screen and (max-width:1024px) {
    .under_heading>p>img {
        width: 9px;
    }
}

.update_list {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
}

.update_item {
    width: calc(1000px / 2);
}

.update_item ul li {
    border-bottom: dotted #333 1px;
    margin: 0 15px 16px;
}

.update_item ul li .blog_data {
    margin-left: 0;
    align-items: center;
}

.update_item ul li h4 {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
    margin: 8px 0 10px;
}

.update_item ul li .text {
    font-weight: 300;
    font-family: 'heisei-kaku-gothic-std';
    margin: 0 0 10px 8px;
}

.update_item ul li .text a {
    font-weight: bold;
}

.update_item .blog_list li {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.update_item .blog_list_info {
    width: calc((1000px / 2) - 100px);
    margin-left: 20px;
}

.update_item .blog_list_info .text {
    margin-left: 0;
}

.update_item .blog_list_thumb {
    width: 86px;
    height: 86px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.update_item .blog_list_thumb img {
    height: 100%;
    width: auto;
    max-width: unset;
}

.blog_list_btnarea {
    width: 100%;
    margin-top: 16px;
}

.blog_list_btnarea .btn {
    margin: 0 auto;
}

@media screen and (max-width:1024px) {
    .update_item:last-of-type {
        margin-top: 75px;
    }

    .update_item ul li {
        margin: 0 0 16px;
    }

    .update_item ul li h4 {
        font-size: 1.6rem;
        font-weight: 700;
        line-height: 1;
    }

    .update_item ul li .text {
        font-weight: 300;
        font-family: 'heisei-kaku-gothic-std';
        margin: 0 0 4px 0;
        font-size: 1.4rem;
    }

    .update_item .blog_list li {
        align-items: center;
        width: 100%;
    }

    .update_item .blog_list_info {
        width: 80%;
        margin-left: 4px;
    }

    .update_item .blog_list_thumb {
        width: 60px;
        height: 60px;
    }
}

.service_list .service_item {
    background-image: url(../img/common/service_bg.png);
    /* background-size: contain; */
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: right bottom;
    overflow: visible;
}

.service_list .service_item:nth-of-type(even) .service_img li:last-of-type {
    margin-right: 20px;
}

.service_list .service_item:nth-of-type(odd) {
    background-position: left bottom;
}

.service_list .service_item .sec_inner-under {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 0 auto 100px;
    overflow: visible;
}

.service_list .service_item:nth-of-type(even) .sec_inner-under {
    flex-direction: row-reverse;
}

.service_list .service_item:nth-of-type(even) .service_img {
    flex-direction: row-reverse;
}

.service_info {
    width: 40%;
}

.service_info h4 {
    font-size: 2.4rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.service_info p {
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 1.5;
    margin-left: 20px;
}

.service_img {
    width: 60%;
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
}

.service_img li {
    box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    overflow: hidden;
}

.service_img li:first-of-type {
    position: relative;
    top: 40px;
    margin-right: 20px;
}

@media screen and (max-width:1024px) {
    .service_list .service_item {
        background-size: contain;
    }

    .service_list .service_item .sec_inner-under {
        margin-bottom: 70px;
    }

    .service_list .service_item:nth-of-type(even) .sec_inner-under {
        flex-direction: row;
    }

    .service_list .service_item:nth-of-type(even) .service_img {
        flex-direction: row;
    }

    .service_list .service_item:nth-of-type(even) .service_img li:last-of-type {
        margin-right: 0;
    }

    .service_info {
        padding: 0 20px;
        width: auto;
    }

    .service_info h4 img {
        width: 35px;
    }

    .service_info p {
        font-size: 1.5rem;
    }

    .service_img {
        width: auto;
        margin: 20px 0 50px;
        padding: 0 20px;
    }

    .service_img li:first-of-type {
        top: unset;
        margin-right: 10px;
    }

    .service_img li:last-of-type {
        position: relative;
        top: 20px;
    }
}

.price {
    margin-bottom: 30px;
}

.price>p {
    font-family: 'heisei-kaku-gothic-std';
    font-weight: 300;
    font-size: 1.6rem;
    margin: 20px 20px 0;
}

.price .gray {
    display: block;
    background-color: #e6e6e6;
    padding: 30px;
    border-radius: 5px;
    font-weight: 700;
    font-family: 'fot-tsukuardgothic-std';
}

.price h4 {
    display: flex;
    align-items: center;
    font-size: 2.0rem;
    margin-bottom: 12px;
}

.price h4 span {
    font-weight: 700;
    background: linear-gradient(transparent 70%, #f29b93 30%);
}

.price h4>span>.small {
    font-size: 1.6rem;
    font-weight: 700;
}

.price_list>li {
    display: flex;
    margin-bottom: -1px
}

.price_list>li>ul>li.strong {
    font-weight: 700;
}

.price_list>li>ul>li {
    border: solid #333 1px;
    margin-left: -1px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-family: 'heisei-kaku-gothic-std';
    font-weight: 300;
}

.price_list.price_list-month>li>ul {
    display: flex;
}

.price_list.price_list-month>li>ul>li {
    width: calc((1000px - 144px) / 4);
    height: 50px;
}

.misaka .price_list.price_list-month>li>ul>li {
    width: calc((1000px - 200px) / 2);
    height: 50px;
}

/* .misaka .price_list.price_list-month > li > ul > li {
    width: calc((1000px - 200px) / 2);
} */
.price_list.price_list-month>li>ul>li:first-of-type {
    width: 144px;
}
.misaka .price_list.price_list-month>li>ul>li:first-of-type {
    width: 200px;
}

/* .misaka .price_list.price_list-month>li>ul>li:first-of-type {
    width: 200px;
} */
.price_list.price_list-month>li>ul>li>span {
    text-align: left;
}

.price_list.price_list-day {
    display: flex;
}

.misaka .price_list.price_list-day.-addition {
    margin-top: 30px;
}

.price_list.price_list-day>li>ul>li {
    width: calc((1000px - 214px) / 5);
    height: 50px;
    margin-bottom: -1px;
}

.iwaoka .price_list.price_list-day>li>ul>li,
.misaka .price_list.price_list-day>li>ul>li {
    width: calc((1000px - 0px) / 5);
}

.misaka .price_list.price_list-day.-addition>li>ul>li {
    width: calc((1000px - 0px) / 3);
}

.edayoshi .price_list.price_list-day>li:last-of-type li {
    width: 214px;
}

@media screen and (max-width: 1024px) {
    .price h4>span {
        font-size: 1.7rem;
        background: none;
    }

    .price .underline {
        font-weight: 700;
        font-size: 2.0rem;
        background: linear-gradient(transparent 80%, #f29b93 20%);
    }

    .price_list>li>ul>li.strong {
        background-color: #f4ebdb;
    }

    .price_list.price_list-month>li>ul {
        display: flex;
        flex-direction: column;
        width: 100%;
        margin-bottom: 30px;
    }

    .price_list.price_list-month>li>ul>li {
        width: auto;
        height: 50px;
        margin-bottom: -1px;
    }

    .misaka .price_list.price_list-month>li>ul>li:first-of-type {
        width: auto;
    }

    .misaka .price_list.price_list-month>li>ul>li {
        width: auto;
    }

    .price_list.price_list-month>li>ul>li:first-of-type {
        width: auto;
    }

    .price_list.price_list-month>li>ul>li:not(:first-of-type) {
        display: flex;
        justify-content: space-between;
        padding: 0 20px;
    }

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

    .price_list.price_list-day>li>ul {
        width: 100%;
        margin-bottom: 1px;
    }

    .price_list.price_list-day>li>ul>li {
        width: 100%;
    }

    .iwaoka .price_list.price_list-day>li>ul>li,
    .misaka .price_list.price_list-day>li>ul>li,
    .misaka .price_list.price_list-day.-addition>li>ul>li {
        width: 100%;
    }

    .edayoshi .price_list.price_list-day>li:last-of-type li {
        width: 100%;
    }

    .price_list.price_list-day>li:last-of-type li {
        width: 100%;
    }

    .price>p {
        font-size: 1.3rem;
        margin-left: 0;
        white-space: nowrap;
    }

    .price .gray {
        display: flex;
        font-size: 1.3rem;
        margin-left: 0;
        width: 100%;
        transform: scale(1.0);
        padding: 20px;
    }
}


/* テーブル　ここから */
.sec4 table,
.sec4 table th,
.sec4 table td {
    border-collapse: collapse;
}

.sec4 table {
    border-collapse: collapse;
    box-sizing: border-box;
    width: 100%;
    font-family: 'heisei-kaku-gothic-std';
    font-weight: 300;
}

.sec4 table th {
    border-top: 1px solid #ccc;
    text-align: left;
    font-weight: bold;
    width: 15%;
    padding-left: 10px;
}

.sec4 table td {
    border-top: 1px solid #ccc;
    padding: 20px 10px 20px 0;
    line-height: 1.6;
    font-weight: 300;
}

.sec4 table td small {
    margin-top: 5px;
}

.sec4 table th:last-of-type,
.sec4 table td:last-of-type {
    border-bottom: 1px solid #ccc;
}

.sec4 table td ul li {
    padding-left: 1.5em;
}

.sec4 table td ul li:first-of-type:before {
    content: "(イ)";
    margin-left: -1.5em;
}

.sec4 table td ul li:last-of-type:before {
    content: "(ロ)";
    margin-left: -1.5em;
}

@media screen and (max-width:1024px) {
    .sec4 table {
        margin-right: 0;
        margin-bottom: 30px;
        width: 100%;
        border: 0;
    }

    .sec4 table tr {
        border-top: 1px #ccc solid;
        border-bottom: 1px #ccc solid;
    }

    .sec4 table th,
    .sec4 table td {
        display: block;
        width: 100%;
        border: 0;
        text-align: center;
    }

    .sec4 table th {
        text-align: center;
        padding: 3% 0;
    }

    .sec4 table th:last-of-type,
    .sec4 table td:last-of-type {
        border-bottom: 0;
    }

    .sec4 table td {
        padding: 5% 2%;
    }
}

/* テーブル　ここまで */

.access iframe {
    width: 100%;
    margin-bottom: 30px;
}

.access ul {
    display: flex;
    flex-wrap: wrap;
}

.access ul li {
    width: calc(1000px / 2);
    height: 50px;
    border: solid #333 1px;
    margin-bottom: -1px;
    margin-left: -1px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.access ul li img {
    width: 16px;
    margin-right: 14px;
}

@media screen and (max-width:1024px) {
    .sec_inner.access_inner {
        width: 100%;
    }

    .access {
        margin-bottom: 50px;
    }

    .access ul li {
        margin: 0 6% -1px;
        padding: 20px;
    }
}

/* ブログ一覧画面 */
.blog_btnarea {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
}

.blog_btnarea .btn {
    width: 240px;
}

.blog_btnarea .btn.btn-first {
    margin-right: 20px;
}

.blog_btnarea .btn:after {
    content: "";
    position: absolute;
    top: 35%;
    right: 50px;
    left: unset;
    width: 10px;
    height: 10px;
    border-top: 2px solid #261a03;
    border-right: 2px solid #261a03;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.blog_list {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;

}

.blog_item {
    width: calc((1000px / 3) - 8px);
    margin: 0 4px 40px;
    position: relative;
}

.blog_item a:hover {
    text-decoration: underline;
}

.blog_item .blog_new {
    position: absolute;
    border: none;
    left: -20px;
}

.blog_item .blog_thumb {
    border: solid white 7px;
    border-radius: 12px;
    height: 220px;
    overflow: hidden;
    text-align: center;
}

.blog_data {
    display: flex;
    margin-left: 10px;
    align-items: center;
}

.blog_data img {
    display: block;
    width: 16px;
    margin-right: 10px;
}

.blog_data p {
    font-weight: 700;
}

.blog_data span {
    color: #a7c6d8;
    font-weight: 700;
}

.blog_item>h4 {
    font-weight: 700;
    font-size: 1.6rem;
    margin-top: 8px;
    margin-bottom: 8px;
}

.blog_item>p {
    font-family: 'heisei-kaku-gothic-std';
    font-weight: 300;
}

.blog_item>p,
.blog_item>h4 {
    margin-left: 20px;
}

@media screen and (max-width:1024px) {
    .blog_data span {
        color: #a7c6d8;
        font-weight: 700;
        font-size: 1.4rem;
    }

    .blog_data img {
        display: block;
        width: 15px;
        margin-right: 4px;
    }

    .blog_item {
        width: 100%;
        margin: 0 auto 40px;
    }

    .blog_btnarea {
        position: static;
        display: block;
        align-items: center;
    }

    .blog_btnarea .btn {
        width: 100%;
        margin-bottom: 20px;
    }

    .blog_btnarea .btn.btn-first {
        margin-right: inherit;
    }
}

/* ブログ詳細画面 */
.blog_detail {
    padding: 40px;
    border-radius: 10px 10px 0 0;
    border-top: 5px solid #a7c6d8;
    box-shadow: 0px 3px 9px -2px rgba(0, 0, 0, 0.3);
}

.blog_detail h4 {
    font-size: 2.4rem;
    font-weight: 700;
    margin: 10px 0 40px;
}

.blog_detail>img {
    margin: 0 auto;
    display: block;
}

.blog_detail>p {
    font-size: 1.6rem;
    font-weight: 300;
    margin: 32px 0 42px;
    font-family: 'heisei-kaku-gothic-std';
    line-height: 1.5;
}

.blog_detail_list {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.blog_detail_item {
    margin: 0 5px;
}

.blog_detail_item p {
    font-size: 1.6rem;
    font-weight: 700;
}

.blog_detail_item a {
    display: block;
    width: 34px;
}

.blog_detail_btnarea .btn {
    margin: 0 auto;
}

@media screen and (max-width: 1024px) {
    .blog_detail {
        padding: 10px;
    }

    .blog_detail_btnarea .btn {
        margin-bottom: 20px;
    }
}

/*ショートコードここまで*/

/*レイアウト共通ここから*/
.sec1, .sec3, .sec4, .sec5, .sec6 {
    /* padding:80px 0; */
}

.sec1 {
    margin-top: 80px;
}

.sec_inner {
    max-width: 1200px;
    margin: 0 auto 100px;
}

.sec_inner-under {
    max-width: 1000px;
    position: relative;
}

.lastsec {
    margin-bottom: 160px;
}

.layout {
    display: flex;
    justify-content: space-between;
}

.contents {
    width: 100%;
    max-width: 950px;
}

@media screen and (max-width: 1024px) {
    .sec1, .sec2, .sec3, .sec4, .sec5, .sec6 {
        padding: 0;
        margin-top: 75px;
    }

    .sec1 {
        margin-top: 160px;
    }

    .sec_inner {
        width: 90%;
        margin: 0 auto;
    }

    .sec_inner-under {
        margin-top: 0;
    }

    .lastsec {
        padding-bottom: 16%;
        margin-bottom: inherit;
    }

    .layout {
        display: block;
    }
}

/*レイアウト共通ここまで*/

/*タイトル共通スタイルここから*/
h3.heading {
    width: 100%;
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 40px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 1024px) {
    h3.heading {
        position: static;
        height: auto;
        max-width: 100%;
        font-size: 2.4rem;
    }

    h3.heading>img {
        width: 50px;
    }
}

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

h3.under_heading {
    margin-bottom: 40px;
    display: inline-block;
    text-align: center;
}

h3.under_heading p {
    width: 100%;
    display: flex;
    justify-content: left;
    text-align: center;
    align-items: center;
}

h3.under_heading p>span {
    margin: 0 10px;
    font-size: 2.4rem;
    line-height: 1;
    font-weight: 700;
}

h3.under_heading>span {
    display: block;
    color: #a7c6d8;
    font-size: 1.4rem;
}

@media screen and (max-width: 1024px) {
    h3.under_heading {
        display: block;
    }

    h3.under_heading>p {
        justify-content: center;
    }

    h3.under_heading p>span {
        font-size: 3rem;
    }

    h3.under_heading>span {
        font-size: 1.4rem;
    }
}

/*タイトル共通タイトルスタイルここまで*/

/*ヘッダーここから*/
header.pc {
    position: relative;
    display: flex;
    justify-content: space-between;
    box-shadow: 0px 0px 8px 3px rgb(105, 105, 105);
    align-items: center;
    z-index: 9999;
    padding: 4px 30px 16px;
}

header.pc .logo_area {
    margin-left: 20px;
}

header.pc .logo_area h1 {
    font-size: 1rem;
}

header.pc .logo_area h2 {
    margin: 5px 0 0;
    width: 320px;
}

header.pc .contact_area {
    display: flex;
    align-items: center;
}

header.pc li:nth-of-type(1) {
    position: relative;
    right: -20px;
    z-index: 3;
}

header.pc li:nth-of-type(2) {
    position: relative;
    right: -10px;
    z-index: 1;
}

header.pc .contact_area a {
    display: block;
    width: 232px;
    text-align: center;
    font-family: sorts-mill-goudy, sans-serif;
    ;
    font-size: 1.8rem;
    font-weight: 400;
    color: #fff;
    line-height: 1;
}

header.pc .contact_area img {
    margin: 0 auto 5px;
    display: block;
}

@media screen and (max-width: 1024px) {
    header .logo_area {
        flex-direction: row-reverse;
        width: 100%;
        position: relative;
        padding: 8px;
    }

    header h1 {
        width: 60%;
    }

    header h1 span {
        display: block;
        white-space: nowrap;
        transform: scale(0.7) translateX(-65%);
        transform-origin: 0 0;
        color: #333;
        font-size: 3vw;
        margin: 0 2%;
        position: relative;
        left: 50%;
    }

    header h2 {
        width: 60%;
        margin: 0 auto;
        max-width: 330px;
    }

    header .logo_area {
        box-shadow: 0px 0px 8px 3px rgba(100, 100, 100, .4);
    }

    header .menu {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    header .menu li {
        display: flex;
        justify-content: center;
        align-items: center;
        width: calc(100% / 3);
        min-height: 50px;
        max-height: 80px;
    }

    header .menu li:nth-of-type(1) {
        background-color: #a7c6d8;
    }

    header .menu li:nth-of-type(2) {
        background-color: #6cb191;
    }

    header .menu li:nth-of-type(3) {
        background-color: #f29b93;
    }

    header .menu li a {
        display: block;
        width: 85%;
    }
}

/*ヘッダーここまで*/

/*下層MVここから*/
.under_mv {
    background-color: #f4ebdb;
    background-image: url(../img/common/pattern1.png);
    background-repeat: repeat;
    padding: 40px 0 40px;
    overflow: visible;
}

.under_mv_content {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
}

.under_mv_img {
    width: 100%;
    height: auto;
    display: block;
    border: solid white 7px;
    border-radius: 10px;
}

.under_mv_catch {
    position: absolute;
    top: -40px;
    width: 184px;
    border: none;
    left: 70px;

}

@keyframes mv_anim {
    0% {
        transform: translateY(calc(40% + 10px))
    }

    33.33333% {
        transform: translateY(calc(40% - 10px))
    }

    66.66667% {
        transform: translateY(40%)
    }

    100% {
        transform: translateY(calc(40% + 10px))
    }
}

.under_mv_message {
    animation: mv_anim 3s linear infinite;
    position: absolute;
    bottom: 0;
    right: -30px;
    transform: translateY(50%);
    color: #fff;
    background-color: #a7c6d8;
    border-radius: 8px;
    width: 480px;
    padding: 10px 10px 0;
    border: #fff solid 3px;
    box-shadow: 0 0 0 10px #a7c6d8;
}

.under_mv_message h3 {
    padding-bottom: 8px;
    font-size: 2.0rem;
    font-weight: 700;
    border-bottom: dotted 1px #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.under_mv_message_text {
    display: flex;
}

.under_mv_message h3 img {
    width: 220px;
}

.under_mv_message p {
    display: block;
    margin-left: 20px;
    font-weight: 700;
}

.under_mv .ttl_area {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    padding: 75px 0;
}

.under_mv .ttl_area h2 {
    font-family: sorts-mill-goudy, sans-serif;
    font-size: 6rem;
    line-height: 1;
}

.under_mv .ttl_area span {
    font-family: ten-mincho, sans-serif;
    display: block;
    font-size: 2.4rem;
    margin-left: 25px;
}

@media screen and (max-width: 1024px) {
    .under_mv {
        padding: 30px 0 30px;
    }

    .under_mv_content {}

    .under_mv_img {
        width: 80%;
        margin: 0 auto;
    }

    .under_mv_catch {
        width: 100px;
        left: 30px;
        top: -30px;
    }

    @keyframes mv_anim_sp {
        0% {
            transform: translate(-50%, calc(40% + 10px))
        }

        33.33333% {
            transform: translate(-50%, calc(40% - 10px))
        }

        66.66667% {
            transform: translate(-50%, 40%)
        }

        100% {
            transform: translate(-50%, calc(40% + 10px))
        }
    }

    .under_mv_message {
        right: unset;
        width: 90%;
        left: 50%;
        transform: translateX(-50%);
        bottom: -90px;
        border: #fff solid 1px;
        box-shadow: 0 0 0 4px #a7c6d8;
        animation: mv_anim_sp 3s linear infinite;
        padding: 10px 6px 0;
    }

    .under_mv_message h3 {
        font-size: 1.4rem;
    }

    .under_mv_message h3 img {
        width: 55%;
    }

    .under_mv_message p {
        margin-left: 70px;
        margin-bottom: 10px;
        font-size: 1.4rem;
    }

    .under_mv_message_text img {
        height: 70px;
        position: absolute;
        bottom: 0;
    }
}

/*下層MVここまで*/

/*PC用メニューここから*/
nav.main_nav {
    border-bottom: 1px solid #ccc;
}

nav.main_nav ul {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
}

nav.main_nav ul li {
    position: relative;
    width: 20%;
    padding: 10px 0;
}

nav.main_nav ul li a {
    display: block;
    text-align: center;
    line-height: 1.2;
    border-right: 1px solid #ccc;
}

nav.main_nav ul li:first-child a {
    border-left: 1px solid #ccc;
}

nav.main_nav ul li a span {
    font-size: 1rem;
    font-weight: 400;
    color: #1d2088;
    font-family: sorts-mill-goudy, sans-serif;
}

nav.main_nav ul li a:hover {
    font-weight: bold;
}

nav.main_nav ul li a img {
    width: 30px;
}

/*PC用メニューここまで*/

/*フッターここから*/
footer {
    background: #f4ebdb;
    color: #333;
    background-image: url(../img/common/bg_pattern01.png);
    background-blend-mode: multiply;
    background-repeat: repeat;
    padding: 20px 0 0;
    position: relative;
    overflow: visible;
}

footer .footer_wrap {
    max-width: 1200px;
    margin: 0 auto 50px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
}

footer .footer_wrap .logo_area {
    margin-top: 20px;
    margin-right: auto;
}

footer .footer_wrap .logo_area h3 {
    font-size: 1.2rem;
}

footer .footer_wrap .logo_area h2 {
    margin-top: 5px;
    width: 320px;
}

footer .footer_wrap .box {
    margin-top: 20px;
}

footer .footer_wrap .box address,
footer .footer_wrap .box p {
    font-style: normal;
    font-weight: 500;
}

footer .footer_wrap nav {
    width: 100%;
    margin-top: 30px;
}

footer .footer_wrap nav ul {
    text-align: center;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

footer .footer_wrap nav ul .menu_message {
    background-color: #fff;
    width: 300px;
    border-radius: 10px;
    position: relative;
    transform: translateY(10px);
}

footer .footer_wrap nav ul .menu_message:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -15px;
    border: 15px solid transparent;
    border-left: 15px solid #fff;
}

footer .footer_wrap nav ul .menu_message p {
    font-weight: 700;
    line-height: 1.5;
    padding: 20px 15px;
    text-align: left;
}

footer .footer_wrap nav a {
    display: block;
    width: 232px;
}

footer p.copy {
    font-size: 1rem;
    text-align: center;
    background: #e4dbcc;
    color: #333;
    font-weight: 300;
    padding: 5px 0;
}

@media screen and (max-width: 1024px) {
    footer {
        width: 100%;
        padding: 5% 0 0;
    }

    footer .footer_wrap {
        max-width: 100%;
        margin: 0 auto 5%;
        display: block;
    }

    footer .footer_wrap nav {
        margin-top: 15px;
    }

    footer .footer_wrap .logo_area {
        width: auto;
        margin: 0 6%;
    }

    footer .footer_wrap .logo_area h3 {
        text-align: center;
        margin-bottom: 20px;
        font-size: 1.3rem;
    }

    footer .footer_wrap .logo_area h2 {
        width: 70%;
        margin: 0 auto;
    }

    footer .footer_wrap .box {
        display: block;
        margin: 0 6% 5%;
    }

    footer .footer_wrap nav ul .menu_message {
        background-color: #fff;
        width: 300px;
        border-radius: 10px;
        position: relative;
        transform: translateY(10px);
    }

    footer .footer_wrap nav ul .menu_message:before {
        ontent: "";
        position: absolute;
        top: unset;
        bottom: -15px;
        left: 25%;
        margin-top: 0px;
        border: 5px solid transparent;
        border-top: 10px solid #fff;
    }

    footer .footer_wrap nav ul .menu_message p {
        padding: 10px 15px;
        margin-bottom: 20px;
    }

    footer .footer_wrap nav ul {
        text-align: left;
        margin: 0 0 5%;
        flex-direction: column;
    }

    footer .footer_wrap nav a {
        width: 300px;
        position: relative;
        left: -10px;
    }
}

/*フッターここまで*/

/*バナーエリアここから*/
.banner_area {
    background: #ececeb;
    padding: 50px 0;
}

.banner_area .inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

.banner_area .inner h3 {
    font-family: ten-mincho-text, serif;
    font-size: 2.6rem;
    text-align: center;
    width: 100%;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
}

.banner_area .inner h3::before,
.banner_area .inner h3::after {
    content: "";
    height: 3px;
    flex-grow: 1;
    background-color: #1c68b4;
}

.banner_area .inner h3::before {
    margin-right: 1rem;
}

.banner_area .inner h3::after {
    margin-left: 1rem;
}

.banner_area .inner p {
    font-family: roboto, sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30%;
    font-size: 3rem;
    font-weight: 700;
}

.banner_area .inner p img {
    width: 46px;
    margin-right: 25px;
}

.banner_area .inner a {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #191919;
    height: auto;
    color: #fff;
    font-size: 1.6rem;
    border-radius: 50px;
    padding: 15px 0px;
}

.banner_area .inner a img {
    width: 20px;
    margin-right: 10px;
}

@media screen and (max-width: 1024px) {
    .banner_area {
        padding: 8% 0;
    }

    .banner_area .inner {
        margin: 0 auto;
    }

    .banner_area .inner h3 {
        font-size: 1.8rem;
        width: auto;
        display: block;
        margin-bottom: 5%;
    }

    .banner_area .inner h3::before,
    .banner_area .inner h3::after {
        content: none;
    }

    .banner_area .inner p {
        width: 45%;
        font-size: 2rem;
        font-weight: 500;
        margin-bottom: 5%;
    }

    .banner_area .inner p img {
        width: 20%;
        margin-right: 3%;
    }

    .banner_area .inner a {
        width: 100%;
        padding: 4% 0px;
        margin: 0 6%;
    }

    .banner_area .inner a img {
        width: 20px;
        margin-right: 10px;
    }
}

/*バナーエリアここまで*/

/*パンくずリスト*/
.bread_wrap {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e4dbcc;
    background: #f4ebdb;
    background-image: url(../img/common/bg_pattern01.png);
    background-blend-mode: multiply;
    background-repeat: repeat;
    position: relative;
    overflow: visible;
}

.bread_wrap a, .bread_wrap a:visited {
    color: #333;
    display: inline];
}

.bread_wrap ol {
    font-size: 1.2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.bread_wrap ol li:first-child {
    background: url(../img/common/icon_bread.png) no-repeat;
    background-position: left center;
    background-size: 15px;
    padding-left: 20px;
    margin-left: 10px;
    list-style: none;
}

.bread_wrap ol li {
    display: inline-block;
    color: #fff;
}

.bread_wrap ol li:after {
    content: ">";
    color: #333;
}

.bread_wrap ol li:last-child:after {
    content: "";
}

@media screen and (max-width: 1024px) {
    /*.bread_wrap ol li:last-child{
		margin-left:4%;
	}*/
}

/*パンくずリストここまで*/

/*トップに戻るボタンここから*/
p.gotop {
    z-index: 9999;
}

p.gotop a {
    padding: 0;
    display: block;
    background-color: #f4ebdb;
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: 0px 4px 8px 1px #ccc;
}

p.gotop a:before {
    position: absolute;
    top: 8px;
    bottom: 0;
    left: 2px;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 15px;
    height: 15px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/*トップに戻るボタンここまで*/

/*スマホ固定メニューここから*/
.fixd_menu {
    width: 100%;
    position: fixed;
    left: 0px;
    bottom: 0px;
    z-index: 9999;
    text-align: center;
}

.fixd_menu ul {
    display: -webkit-flex;
    display: flex;
    -moz-box-orient: horizontal;
    -webkit-box-orient: horizontal;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -moz-box-pack: justify;
    -ms-box-pack: justify;
    box-pack: justify;
    flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    background-color: transparent;
    padding: 0;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    border-top: 0;
}

.fixd_menu ul li {
    width: 34%;
    text-align: center;
}

.fixd_menu ul li:nth-child(1),
.fixd_menu ul li:nth-child(3) {
    background: #1c68b4;
}

.fixd_menu ul li:nth-child(2) {
    background: #191919;
}

.fixd_menu ul li {
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    font-weight: bold;
    color: #fff;
}

.fixd_menu ul li a {
    position: relative;
    display: block;
    justify-content: center;
    align-items: center;
    padding: 4% 0;
}

.fixd_menu ul li p {
    color: #fff;
    font-weight: bold;
    font-size: 1.2rem;
    line-height: 1;
}

.fixd_menu ul li img {
    width: 20%;
    margin-right: 0;
    margin-bottom: 4%;
}

@media screen and (max-width:375px) {
    .fixd_menu ul li a {
        padding: 3% 0;
    }
}

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

/*スマホ固定メニューここまで*/
.all_item {
    margin-right: 20px;
}

.menu_category {
    display: none;
}

.menu_old {
    display: none;
}

.menu_category ul,
.menu_old ul {
    display: flex;
    margin-bottom: 30px;
}

.menu_category ul li a,
.menu_old ul li a {
    display: block;
    border-radius: 20px;
    padding: 10px;
    background-color: #f4ebdb;
    text-align: center;
    margin-left: 20px;
}

.menu_category ul li.selected,
.menu_old ul li.selected {
    background-color: #eee;
    border-radius: 20px;
    padding: 10px;
    text-align: center;
    margin-left: 20px;
}

.pager_item .hvr-fade:hover, .pager_item .hvr-fade:focus, .pager_item .hvr-fade:active {
    background-color: #ccc;
    border-radius: 17.5px;
    color: white;
}

/*
  ページャー
---------------------------------*/
.pager {}

.pager_list {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pager_item {
    width: 35px;
    height: 35px;
    border: #333 2px solid;
    margin: 0 4px;
    border-radius: 17.5px;
}

.pager_item a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-family: "museo-sans";
    font-size: 1.4rem;
    font-weight: 700;
}

.pager_item .current {
    background-color: #a7c6d8;
    border-radius: 17.5px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-family: "museo-sans";
    font-size: 1.4rem;
    font-weight: 700;
}

.pager_item .pre,
.pager_item .after {}

.pager_item .pre::after {
    content: "";
    width: 8px;
    height: 8px;
    border-bottom: 3px solid #333333;
    border-left: 3px solid #333333;
    -webkit-transform: translateX(25%) rotate(45deg);
    transform: translateX(25%) rotate(45deg);
}

.pager_item .next::after {
    content: "";
    width: 8px;
    height: 8px;
    border-top: 3px solid #333333;
    border-right: 3px solid #333333;
    -webkit-transform: translateX(-25%) rotate(45deg);
    transform: translateX(-25%) rotate(45deg);
}

@media screen and (max-width:1024px) {
    .pager {
        margin-bottom: 30px;
    }
}


/* ブログ詳細用 */
#misaka_detail .blog_detail h1 {
    font-size: 2.4rem;
}