@charset "UTF-8";


/*-------------------------------------------

    0. anker--reset
    1. anker--class
    2. anker--header
    3. anker--temp
    4. anker--footer

-------------------------------------------*/


/* anker--reset
----------------------------------------------------------------*/
header 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,
html,
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%;
    background: 0 0
}

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

dl,
li,
ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

a {
    display: inline-block;
    margin: 0;
    padding: 0;
    text-decoration: none
}

del {
    text-decoration: line-through
}

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

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

img {
    vertical-align: top;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

strong {
    font-weight: 700
}

body,
html {
    width: 100%
}


html {
    height: 100%;
    color: #000;
    font-size: 62.5%;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: 300;

    /*-webkit-font-smoothing: none;*/
    -webkit-font-smoothing: antialiased;
    /*-webkit-font-smoothing: subpixel-antialiased;*/
}

/* ~sp */
@media screen and (max-width: 767px) {
    html {
        font-family: 'Sawarabi Mincho', sans-serif;
    }
}

@media screen and (max-width: 767px) {
    html {
        font-size: 2.2vw;
    }
}

body {
    font-size: 1.6rem;
    letter-spacing: 1px;
    line-height: 1.85;
}

body.notouch {
    position: relative;
    overflow-y: hidden;
}

@media and (orientation: landscape) {
    body {
        -webkit-text-size-adjust: 100%;
    }
}

p {
    margin-bottom: 30px;
    font-weight: 400;
}

@media screen and (max-width: 767px) {
    p {
        margin-bottom: 20px;
        font-size: 1.6rem;
    }
}

a {
    color: #000;
    text-decoration: none;
}


.pcmode {}

.ipadmode {
    display: none !important;
}

.spmode {
    display: none !important;
}

a[href^="tel:"] {
    cursor: default;
    text-decoration: none;
    pointer-events: none;
    color: inherit;
}

a[href^="mailto:"] {
    text-decoration: underline;
    color: #000;
}

#container {
    /* margin-top: 127px; */
}

#wrapper.is-active {
    position: relative;
    overflow: hidden;
}

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

    .ipadmode {
        display: inline-block !important;
    }
}

@media screen and (min-width: 767px) and (max-width: 1080px) {
    .pcmode {
        display: inline-block !important;
    }

    .spmode {
        display: none !important;
    }
}

@media screen and (max-width: 767px) {
    #container {
        margin-top: 0;
    }

    .ipadmode {
        display: none !important;
    }

    .spmode {
        display: inline-block !important;
    }

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

    a[href^="tel:"] {
        pointer-events: auto;
        text-decoration: underline;
    }

}




::selection {
    background: #EEE;
}

::-webkit-selection {
    background: #EEE;
}

::-moz-selection {
    background: #EEE;
}








/* anker--class
----------------------------------------------------------------*/

.object-fit {
    object-fit: cover;
    object-position: center center;
    font-family: 'object-fit: cover; object-position: center center;'
}

/* FLOATERS & CLEARERS */
.lefty {
    float: left;
}

.righty {
    float: right;
}

.clearme {
    clear: both;
}

.photo-set:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
}

/*TEXT-ALIGN Class*/
.t_left {
    text-align: left;
}

.t_center {
    text-align: center;
}

.t_right {
    text-align: right;
}

/* font-size */
.f18 {
    font-size: 1.8rem !important;
}

.f20 {
    font-size: 2rem !important;
}

.f22 {
    font-size: 2.2rem !important;
}

.f24 {
    font-size: 2.4rem !important;
}

.f26 {
    font-size: 2.6rem !important;
}

.f28 {
    font-size: 2.8rem !important;
}

.f30 {
    font-size: 3.0rem !important;
}

.f32 {
    font-size: 3.2rem !important;
}

.f34 {
    font-size: 3.4rem !important;
}

/*  margin */
.mb00 {
    margin-bottom: 0px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.mb40 {
    margin-bottom: 40px !important;
}

.mb50 {
    margin-bottom: 50px !important;
}

.mb60 {
    margin-bottom: 60px !important;
}

.mb70 {
    margin-bottom: 70px !important;
}

.mb80 {
    margin-bottom: 80px !important;
}

.mb90 {
    margin-bottom: 90px !important;
}

.mb100 {
    margin-bottom: 100px !important;
}

@media screen and (max-width: 767px) {
    .mb00 {
        margin-bottom: 5px !important;
    }

    .mb10 {
        margin-bottom: 5px !important;
    }

    .mb20 {
        margin-bottom: 10px !important;
    }

    .mb30 {
        margin-bottom: 15px !important;
    }

    .mb40 {
        margin-bottom: 20px !important;
    }

    .mb50 {
        margin-bottom: 25px !important;
    }

    .mb60 {
        margin-bottom: 30px !important;
    }

    .mb70 {
        margin-bottom: 35px !important;
    }

    .mb80 {
        margin-bottom: 40px !important;
    }

    .mb90 {
        margin-bottom: 45px !important;
    }

    .mb100 {
        margin-bottom: 50px !important;
    }
}

/* font-style */
.bold {
    font-weight: bold;
}

.red {
    color: #D80000;
}

.underline {
    text-decoration: underline;
}

.no_border {
    border-bottom: none !important;
}

.mintyou {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: 300;
}

/* ~sp */
@media screen and (max-width: 767px) {
    .mintyou {
        font-family: 'Sawarabi Mincho', sans-serif;
    }
}

.gothic {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    font-weight: 300;
}


/* edit-area */
.edit-area {
    position: relative;
    margin: 0 auto;
    font-feature-settings: "palt";
    -moz-font-feature-settings: "palt";
}

.inner {
    position: relative;
    margin: 0 auto;
}

.wfull {
    width: 100%;
}

.w1260 {
    max-width: 1260px;
    width: 90%;
}

.w1200 {
    max-width: 1200px;
    width: 90%;
}

.w1080 {
    max-width: 1080px;
    width: 90%;
}

.w960 {
    max-width: 960px;
    width: 90%;
}

.w720 {
    max-width: 720px;
    width: 90%;
}

/* fadein */
.fadein {
    opacity: 0;
    transform: translate(0, 50px);
    transition: all 400ms;
    transition-duration: .2s;
}

.fadein-left {
    opacity: 0;
    transform: translate(-50px, 0);
    transition: all 400ms;
    transition-duration: .2s;
}

.fadein-right {
    opacity: 0;
    transform: translate(50px, 0);
    transition: all 400ms;
    transition-duration: .2s;
}

.fadein.scrollin,
.fadein-left.scrollin,
.fadein-right.scrollin {
    opacity: 1;
    transform: translate(0, 0);
}

@keyframes fadein_now {
    0% {
        opacity: 0;
        transform: translate(0, 50px);
    }

    100% {
        opacity: 1;
        transform: translate(0, 0);
    }
}

.fadein.now {
    animation-duration: 2s;
    animation-name: fadein_now;

    transition: all 400ms;
    opacity: 1;
    transform: translate(0, 0);
}

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

    .fadein,
    .fadein-left,
    .fadein-right {
        opacity: 0;
        transform: translate(0, 50px);
        transition: all 400ms;
    }
}



.h_type01 {
    position: relative;
    font-size: 2.6rem;
    text-align: center;
    padding-bottom: 10px;
}

.h_type01:after {
    content: "";
    display: block;
    width: 20px;
    height: 3px;
    background-color: #76161B;

    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}







/* anker--header
----------------------------------------------------------------*/

header {
    background: linear-gradient(#00455a 0%, #001513 100%);
}

header:after {}

header .inner {
    position: relative;
    margin: 0 auto;
    width: 96%;
    height: 100px;
}

header .h_logo {
    position: absolute;
    top: 30px;
    width: 310px;
}

header h1 {
    font-size: 14px;
    font-weight: 300;
    color: #ffffff;
    margin: 0;
    padding: 0;
}

header h1 a,
header .h_logo a {}

header h1 a img,
header .h_logo a img {
    width: 100%;
}

header .btns {}

header .btns>div {
    position: absolute;
}


/*menu nav*/
.menu_content {
    top: 33px;
    right: 60px;
    /* width: 50%; */
    position: absolute;
    font-weight: bold;
}

.menu_content.open {}

.menu_content nav {}

.menu_content nav ul {
    font-size: 0;
}

.menu_content nav ul li {
    display: inline-block;
    margin-right: 50px;
    color: #ffffff;
    font-size: 18px;
}

.menu_content nav ul li:last-of-type {
    margin-right: 0;
}

.menu_content nav ul li a {
    color: #ffffff;
}

.menu_content nav ul li a:after {}


/* hover */
@media screen and (min-width: 1024px) {
    .menu_content nav ul li a:hover {
        color: #f7e594;
    }
}

/* ~sp */
@media screen and (max-width: 767px) {

    header {
        position: relative;
        width: 100%;
        height: 85px;
        /* padding: 10px 0px 10px 8px; */
        box-sizing: border-box;
    }

    header:after {
        content: "";
        display: block;
        height: 0;
        clear: both;
    }

    header .inner {
        height: 90px;
    }

    header .h_logo {
        width: 200px;
        position: absolute;
        top: 24px;
        bottom: 0;
        margin: auto 0;
        box-sizing: border-box;
    }

    header h1 {
        font-size: 12px;
    }

    header h1 a,
    header .h_logo a {
        font-size: 12px;
    }

    header h1 a img,
    header .h_logo a img {
        width: 100%;
        height: auto;
    }


    header .btns {
        width: 44%;
        height: 48px;
        float: right;
        position: absolute;
        right: 0;
        top: 2px;
        bottom: 0;
        margin: auto 0;
    }

    header .btns>div {
        /* background: #000; */
        width: 53px;
        height: 43px;
        float: right;
        position: absolute;
        text-align: center;
    }

    header .btns .access {
        margin-right: 6px;
        right: 93px;
    }

    header .btns .tel {
        position: absolute;
        right: 50px;
    }

    header .btns .menu_btn {
        background: none;
        float: right;
        margin-left: 4px;
        /* margin-top: 2px; */
        border: solid 2px #CCC;
        box-sizing: border-box;
        padding: 10px 7px;
        background-color: #FFF;
        border-radius: 4px;
        z-index: 100;
        position: fixed;
        right: 15px;
        margin-top: 2px;
        width: 43px;
    }

    header .btns>div a {
        color: #ffffff;
        text-align: center;
    }

    header .btns>div i {}

    header .btns>div span {
        font-size: 1.2rem;
        letter-spacing: 0;
        display: block;
        line-height: 1;
    }


    /*ハンバーガー*/
    .menu-trigger,
    .menu-trigger span {
        display: inline-block;
        transition: all .4s;
        box-sizing: border-box;
    }

    .menu-trigger {
        position: relative;
        width: 24px;
        height: 19px;
    }

    .menu-trigger span {
        position: absolute;
        left: 0;
        width: 100%;
        height: 3px;
        background-color: #76161B;
        border-radius: 4px;
    }

    .menu-trigger span:nth-of-type(1) {
        top: 0px;
    }

    .menu-trigger span:nth-of-type(2) {
        top: 8px;
    }

    .menu-trigger span:nth-of-type(3) {
        bottom: 0px;
    }

    .menu-trigger.active span:nth-of-type(1) {
        top: -11px;
    }

    .menu-trigger.active span:nth-of-type(2) {
        top: 16px;
    }

    .menu-trigger.active span:nth-of-type(3) {
        bottom: -13px;
    }

    .menu-trigger span:nth-of-type(1) {
        -webkit-animation: menu-bar01 .75s forwards;
        animation: menu-bar01 .75s forwards;
    }


    @-webkit-keyframes menu-bar01 {
        0% {
            -webkit-transform: translateY(20px) rotate(45deg);
        }

        50% {
            -webkit-transform: translateY(20px) rotate(0);
        }

        100% {
            -webkit-transform: translateY(0) rotate(0);
        }
    }

    @keyframes menu-bar01 {
        0% {
            transform: translateY(20px) rotate(45deg);
        }

        50% {
            transform: translateY(20px) rotate(0);
        }

        100% {
            transform: translateY(0) rotate(0);
        }
    }

    .menu-trigger span:nth-of-type(2) {
        transition: all .25s .25s;
        opacity: 1;
    }

    .menu-trigger span:nth-of-type(3) {
        -webkit-animation: menu-bar02 .75s forwards;
        animation: menu-bar02 .75s forwards;
    }

    @-webkit-keyframes menu-bar02 {
        0% {
            -webkit-transform: translateY(-20px) rotate(-45deg);
        }

        50% {
            -webkit-transform: translateY(-20px) rotate(0);
        }

        100% {
            -webkit-transform: translateY(0) rotate(0);
        }
    }

    @keyframes menu-bar02 {
        0% {
            transform: translateY(-20px) rotate(-45deg);
        }

        50% {
            transform: translateY(-20px) rotate(0);
        }

        100% {
            transform: translateY(0) rotate(0);
        }
    }

    .menu-trigger.active span:nth-of-type(1) {
        -webkit-animation: active-menu-bar01 .75s forwards;
        animation: active-menu-bar01 .75s forwards;
    }

    @-webkit-keyframes active-menu-bar01 {
        0% {
            -webkit-transform: translateY(0) rotate(0);
        }

        50% {
            -webkit-transform: translateY(20px) rotate(0);
        }

        100% {
            -webkit-transform: translateY(20px) rotate(45deg);
        }
    }

    @keyframes active-menu-bar01 {
        0% {
            transform: translateY(0) rotate(0);
        }

        50% {
            transform: translateY(20px) rotate(0);
        }

        100% {
            transform: translateY(20px) rotate(45deg);
        }
    }

    .menu-trigger.active span:nth-of-type(2) {
        opacity: 0;
    }

    .menu-trigger.active span:nth-of-type(3) {
        -webkit-animation: active-menu-bar03 .75s forwards;
        animation: active-menu-bar03 .75s forwards;
    }

    @-webkit-keyframes active-menu-bar03 {
        0% {
            -webkit-transform: translateY(0) rotate(0);
        }

        50% {
            -webkit-transform: translateY(-20px) rotate(0);
        }

        100% {
            -webkit-transform: translateY(-20px) rotate(-45deg);
        }
    }

    @keyframes active-menu-bar03 {
        0% {
            transform: translateY(0) rotate(0);
        }

        50% {
            transform: translateY(-20px) rotate(0);
        }

        100% {
            transform: translateY(-20px) rotate(-45deg);
        }
    }



    /*menu nav*/
    .menu_content {
        width: 70%;
        height: 100%;
        position: fixed;
        background-color: rgba(0, 0, 0, 0.8);
        z-index: 11;
        top: 0;
        right: -80%;
        transition: all 0.75s;
    }

    .menu_content.open {
        right: 0;
    }


    .menu_content nav {
        padding-top: 70px;
    }

    .menu_content nav ul {
        border-top: solid 1px #5A5649;
    }

    .menu_content nav ul li {
        border-bottom: solid 1px #5A5649;
        line-height: 1;
        display: block;
        width: 100%;
    }

    .menu_content nav ul li a {
        position: relative;
        font-size: 14px;
        color: #FFF;
        display: block;
        width: 100%;
        padding: 8% 0 6% 20px;
        box-sizing: border-box;
        text-decoration: none;
    }

    .menu_content nav ul li a:after {
        content: "";
        position: absolute;
        top: 45%;
        right: 20px;
        width: 5px;
        height: 5px;
        border-top: solid 2px #FFF;
        border-right: solid 2px #FFF;
        transform: rotate(45deg);
    }

}











/* anker--temp
----------------------------------------------------------------*/

#breadcrumbs {
    padding: 10px 0;
    margin-bottom: 30px;
    width: 100%;
}

#breadcrumbs ol {
    max-width: 1080px;
    width: 96%;
    margin: 0 auto;
    font-size: 1.2rem;
}

#breadcrumbs ol li {
    color: #76151A;
    display: inline-block;
}

#breadcrumbs ol li a {
    position: relative;
    padding-right: 20px;
    margin-right: 10px;
}

#breadcrumbs ol li a:before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;

    border-top: solid 1px #000;
    border-right: solid 1px #000;

    margin-top: -3px;

    transform: rotate(45deg);

    position: absolute;
    top: 50%;
    right: 5%;
}


/* hover */
@media screen and (min-width: 1024px) {
    #breadcrumbs ol li a:hover {
        color: #76151A;
    }
}

/* ~ipad pro */
@media screen and (max-width: 1024px) {
    #breadcrumbs {
        margin-bottom: 0px;
    }
}



/*.bullet_list{*/

.bullet_list {}

.bullet_list li {
    font-size: 1.8rem;
    text-indent: -23px;
    margin-left: 16px;
}

.bullet_list li:before {
    position: relative;
    top: -3px;
    margin-right: 10px;
    content: "●";
    font-size: 9px;
    color: #76151A;
}

/* ~sp */
@media screen and (max-width: 767px) {
    .bullet_list {
        padding: 0 20px;
    }

    .bullet_list li {
        font-size: 1.6rem;
        text-indent: -22px;
        margin-left: 26px;
    }
}





/*#f_campaign{*/

#f_campaign {
    padding-top: 87px;
    padding-bottom: 60px;
    background: url(../img/f_bg.jpg) no-repeat 50% 50%;
    background-size: cover;
}

#f_campaign .catch {
    display: table;
    color: #fff;
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
}

#f_campaign .catch p {
    color: #fff;
    font-size: 1.8rem;
    margin-bottom: 0;
}

#f_campaign h2 {
    color: #fff;
    margin: 22px 0 17px;
    font-size: 3.2rem;
    line-height: 1.3;
}

#f_campaign p {
    color: #fff;
    margin-bottom: 0;
    font-size: 1.6rem;
    line-height: 1.65;
}



/* .edit-area.sub-page-keyvisual */
.edit-area.sub-page-keyvisual {
    overflow: hidden;
    height: 230px;
}

.edit-area.sub-page-keyvisual h1 {
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 35%;
    font-size: 3rem;
    color: #FFF;
    letter-spacing: 6px;
}

.edit-area.sub-page-keyvisual .inner {
    position: relative;
    height: 100%;
}

.edit-area.sub-page-keyvisual .inner:before {
    content: "";
    display: block;
    width: calc(1080px + (100% - 1080px) / 2 + 20px);
    height: 180px;
    left: -20px;
    bottom: 0;
    background-color: #76161B;
    transform: skewX(-10deg);
    position: absolute;
}

.edit-area.sub-page-keyvisual .inner .photo {
    position: absolute;
    width: calc(1080px + (100% - 1080px) / 2 + 20px);
    height: 190px;
    top: 0;
    right: -20px;
    overflow: hidden;
    transform: skewX(-10deg);
}

.edit-area.sub-page-keyvisual .inner .photo img {
    width: 106%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    right: -50%;
    bottom: -50%;
    -webkit-transform: translate(-50%, -50%) skewX(10deg);
    -ms-transform: translate(-50%, -50%) skewX(10deg);
    transform: translate(-50%, -50%) skewX(10deg);
}


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

    .edit-area.sub-page-keyvisual .inner .photo,
    .edit-area.sub-page-keyvisual .inner:before {
        width: 90%;
    }

    .edit-area.sub-page-keyvisual .inner .photo img {
        width: auto;
        height: 100%;
    }

}

/* ~sp */
@media screen and (max-width: 767px) {
    .edit-area.sub-page-keyvisual {
        height: 140px;
    }

    .edit-area.sub-page-keyvisual .inner .photo,
    .edit-area.sub-page-keyvisual .inner:before {
        height: 120px;
    }

    .edit-area.sub-page-keyvisual h1 {
        top: 30%;
        font-size: 2.6rem;
    }
}












/* anker--footer
----------------------------------------------------------------*/

footer .inner {
    padding: 20px 0;
}

footer .inner:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
}

footer .box {
    float: left;
    width: 320px;
}

footer .box .f_logo {
    width: 280px;
}

footer .box .f_logo a {
    display: block;
}

footer .box .f_logo a img {
    width: 100%;
}

footer .box address {
    font-size: 1.4rem;
    font-style: normal;
}

footer .sitemap {
    float: left;
    padding-left: 60px;
    line-height: 2;
}

footer .sitemap li {}

footer .sitemap li a {
    padding-left: 20px;
    background: url(../img/parts/arrow-icon01.png) no-repeat 0% 50%;
}


footer small {
    background-color: #222222;
    font-size: 1.2rem;
    display: block;
    text-align: right;
    color: #FFF;
    line-height: 3.4;
}




/* hover */
@media screen and (min-width: 1024px) {
    footer .sitemap li:hover a {
        color #76161B;
    }
}

/* ~sp */
@media screen and (max-width: 767px) {
    footer .inner {
        padding: 40px 0;
    }

    footer .box {
        float: none;
        width: 100%;
        border: 0;
        border-bottom: solid 1px #DDD;
        text-align: center;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    footer .box .f_logo {
        text-align: center;
        width: 100%;
    }

    footer .box .f_logo a {
        margin: 0 auto;
        width: 50%;
    }

    footer .box .f_logo a img {
        display: block;
    }

    footer .sitemap {
        float: none;
        padding: 0;
        width: 100%;
        text-align: left;
    }

    footer .sitemap li {
        width: 49%;
        display: inline-block;
    }

    footer .sitemap li a {}
}

footer {
    background-color: #002C47;
    color: #ffffff;
}

.banner-area {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    padding: 20px 0;
}

@media (max-width: 550px) {
    .banner-area {
        display: inherit;
    }
}

.banner-area li {
    width: 300px;
    list-style: none;
    margin: 0;
    padding: 0;
}

@media (max-width: 550px) {
    .banner-area li {
        width: 280px;
        margin: 15px auto;
    }
}

.banner-area li img {
    width: 100%;
    height: auto;
}

.newsphoto-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.newsphoto-area li {
    width: 33.3%;
    margin-bottom: 25px;
}

.newsphoto-area li img {
    width: 80%;
    height: 220px;
    object-fit: cover;
}

@media screen and (max-width: 767px) {
    .newsphoto-area li img {
        width: 100%;
        height: 120px;
        object-fit: cover;
    }

}

.catch .komidasi {
    font-size: 18px !important;
    margin-top: 10px;
}

@media screen and (max-width: 767px) {
    .catch .komidasi {
        font-size: 14px !important;
        margin-top: 10px;
    }
}

@media screen and (max-width: 550px) {
    .pc-content {
        display: none;
    }
}

.sm-content {
    display: none;
}

@media screen and (max-width: 550px) {
    .sm-content {
        display: block;
    }
}

.br-sp {
    display: none;
}

@media screen and (max-width: 550px) {
    .br-sp {
        display: inherit;
    }

    .w1200 {
        max-width: 1200px;
        width: 94%;
    }
}

#intro h2 {
    font-size: 26px;
    margin-bottom: 10px;
}

.topic2c {
    display: flex;
    justify-content: space-between;
    max-width: 900px;
    margin: 4rem auto 2rem;
}

.topic2c div {
    width: 48%;
    text-align: center;
}

@media (max-width: 550px) {
    .topic2c {
        display: flex;
        flex-wrap: wrap;
    }

    .topic2c div {
        width: 100%;
        text-align: center;
    }
}

.his-title {
    text-align: center;
    background: linear-gradient(#918371 0%, #402309 100%);
    font-size: 26px;
    color: #ffffff;
    margin-bottom: 4rem;
}

.list_navigation {
    display: flex;
    justify-content: space-between;
    margin-top: 2rem;
}

.list_navigation img {
    height: 100px;
}

@media (max-width: 550px) {
    .list_navigation {
        margin-top: 0;
        display: block;
    }

    .list_navigation img {
        float: left;
        width: 80px;
        margin-right: 15px;
    }
}

.list_navigation li {
    width: 360px;
    padding: 0 1rem;
    text-align: center;
    font-weight: 400;
}

@media (max-width: 815px) {
    .list_navigation li {
        width: 32%;
    }
}

@media (max-width: 550px) {
    .list_navigation li {
        width: 100%;
        text-align: left;
        font-size: 18px;
        clear: both;
        margin-bottom: 35px;
        overflow: hidden;
    }
}

.list_navigation a {
    text-decoration: none;
    color: inherit;
}

@media screen and (min-width: 850px) {
    .list_navigation a:hover {
        text-decoration: underline;
        filter: brightness(100%);
    }
}

.list_navigation h4 {
    font-weight: normal;
    color: #2E6505;
    font-size: 18px;
    padding-top: 12px;
}

@media (max-width: 815px) {
    .list_navigation h4 {
        font-size: 15px;
    }
}

@media (max-width: 550px) {
    .list_navigation h4 {
        font-size: 85%;
        line-height: 1.3;
        padding-top: 0;
        margin-bottom: 5px;
    }
}

.list_navigation p {
    margin-bottom: 0;
    font-size: 15px;
    text-align: left;
}

@media (max-width: 815px) {
    .list_navigation p {
        font-size: 16px;
        text-align: left;
    }
}

@media (max-width: 550px) {
    .list_navigation p {
        font-size: 85%;
        overflow: hidden;
    }
}

@media (max-width: 550px) {
    .list_navigation p br {
        display: none;
    }
}

.list_navigation span {
    font-size: 0.9rem;
    font-weight: 600;
    display: block;
}

@media (max-width: 550px) {
    .list_navigation span {
        font-size: 0.8rem;
    }
}

.edit-area.type03 .contact-box {
    background-color: #FFF;
}


.edit-area.type03 .contact-box h3 {
    background-color: #054967;
    color: #FFF;
    text-align: center;
    font-size: 1.8rem;
    line-height: 3;
}

.edit-area.type03 .contact-box dl {
    width: 100%;
    margin: 0 auto;
    padding: 30px 0;
    font-size: 0;
    vertical-align: middle;
}

.edit-area.type03 .contact-box dl dd {
    width: 50%;
}

/* ~sp */
@media screen and (max-width: 767px) {
    .edit-area.type03 .contact-box dl {
        padding: 20px 0;
    }
}

.edit-area.type03 .contact-box dl:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
}

/* ~sp */
@media screen and (max-width: 767px) {
    .edit-area.type03 .contact-box dl:after {}
}


.edit-area.type03 .contact-box dl dt {
    text-align: center;
    font-size: 1.8rem;
    float: left;
    width: 50%;
    margin-right: 3%;
    box-sizing: border-box;
    margin-top: 3%;
}

/* ~sp */
@media screen and (max-width: 767px) {
    .edit-area.type03 .contact-box dl dt {
        width: 100%;
        float: none;
        border: 0;
        margin: 0;
    }
}

.edit-area.type03 .contact-box dl dd {
    width: 43%;
    float: left;
    border-left: solid 1px #eee;
    padding-left: 7%;
    box-sizing: border-box;
}

/* ~sp */
@media screen and (max-width: 767px) {
    .edit-area.type03 .contact-box dl dd {
        width: 80%;
        float: none;
        border: 0;
        border-top: solid 1px #eee;
        padding: 6px 0 0;
        text-align: center;
        margin: 20px auto 0;
    }
}

.edit-area.type03 .contact-box dl dd a {
    font-size: 3.3rem;
    font-weight: bold;
    color: #333333;
    background: url(/img/icon01.svg) no-repeat 0% 50%;
    padding-left: 50px;
    display: block;
}

/* ~sp */
@media screen and (max-width: 767px) {
    .edit-area.type03 .contact-box dl dd a {}
}

.edit-area.type03 .contact-box dl dd span {
    font-size: 1.4rem;
    line-height: 1.4;
}

/* ~sp */
@media screen and (max-width: 767px) {
    .edit-area.type03 .contact-box dl dd span {}
}
