/*
Theme Name: j-igracia
Description: j-igracia
Theme URI:  https://www.j-igracia.com
Version: 1.0
License: j-igracia
License URI:  https://www.j-igracia.com
*/

@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');/*Noto Sans JP*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');/*Noto Serif JP*/


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

リセットCSSここから

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

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

html {
    font-size:62.5%; /*1em=10px */
    overflow-y: scroll; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    margin:0;
    padding:0;
    border:0;
    outline:0;
    vertical-align:baseline;
    background:transparent;
}


body, div, span, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,abbr, address, cite, code,del, dfn, em, img, ins, kbd, q, samp,small, strong, sub, sup, var,b, i,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary,time, mark, audio, 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,menu,nav,section,main {
    display:block;
}

ol,ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

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

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
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{
    vertical-align: top;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}


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

body設定(主に書式)

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

body{
    min-width: 1100px;
    font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #000000;
    line-height: 1.5;
    background: #FFF;
    letter-spacing: 0.06em;
}

@media screen and (max-width: 767px) {
    body{
        min-width: inherit;
    }

}


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

ページ共通

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

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


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

}


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

フォント指定

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

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

h1{
    color: #1b1b1b;
    font-weight: bold;
    font-size: 3.2rem;
}
h2{
    color: #1b1b1b;
    font-weight: bold;
    font-size: 2.6rem;
}

@media screen and (max-width: 767px) {
    
    li,tt,tr,dt,dd,p{
        font-size: 1.5rem;
    }
    
    h1{
        font-size: 2.4rem;
        line-height: 1.5;
    }
    h2{
        font-size: 2.0rem;
        line-height: 1.5;
    }
    h3{
        font-size: 1.8rem;
        line-height: 1.5;
    }
}


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

リンク指定

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

a:link,a:visited{
    font-weight: normal;
    color: #1b1b1b;
    -webkit-transition:0.2s linear;
    transition:0.2s linear;
    text-decoration: none;
}
a:hover,a:active {
    font-weight: normal;
    color: #0468b6;
    text-decoration: underline;
    -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;
}

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


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

pcヘッダー

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

@media print,screen and (min-width:768px) {

    header{
        width:100%;
    }

    .header_top,.header_page {
        position: relative;
    }

    .header_top_txt {
        position: absolute;
        font-size: 1.4rem;
        top: 15px;
        left: 13px;
        color: #4c4c4c;
        z-index: 2;
    }

    .header_top_inner {
        position: relative;
        top: -105px;
        padding: 0 calc((100% - 1140px) / 2);
    }

    .header_top_inner .flex {
        align-items: center;
        margin-bottom: 30px;
    }

    .header_contact a:first-child {
        margin-right: 20px;
    }

    .header_page .header_top_inner {
        top: 0;

    }
    
}


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

spヘッダー・spナビ

*****************************************/
@media screen and (max-width:767px) {
    img {
        width: 100%;
        height: auto;
    }
    header {
        display: block;
        width: 100%;
    }

    .header_top,.header_page {
        position: relative;
    }
    
    .header_top_txt {
        display: none;
    }

    .logo {
        position: absolute;
        top: -60px;
    }
    
    .logo a {
        display: block;
        width: 50%;
        margin: 15px auto;
    }

    .header_contact {
        display: none;
    }
    
    .navi_box{
        display: none;
    }
    
    #toggle {
        position: absolute;
        right: 0px;
        top: 0px;
        width: 55px;
        height: 55px;
        cursor: pointer;
        z-index: 9999;
        border: 1px solid #0468b6;
        padding: 14px 8px;
    }
    #toggle div {
        position: relative;
    }
    #toggle span {
        display: block;
        position: absolute;
        width: 100%;
        height: 2px;
        background: #0468b6;
        border-radius: 4px;
        -webkit-transition: 0.35s ease-in-out;
        -o-transition: 0.35s ease-in-out;
        transition: 0.35s ease-in-out;
    }
    #toggle span:first-child {
        top: 0;
    }
    #toggle span:nth-child(2) {
        top: 11px;
    }
    #toggle span:nth-child(3) {
        top: 22px;
    }
    .open_navi #toggle {
        position: fixed;
        border: 1px solid #FFF;
    }

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

    .open_navi #toggle span:first-of-type {
        -webkit-transform: translateY(11px) rotate(-315deg);
        -ms-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);
        -ms-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: rgba( 4, 104, 182, 0.9);
        z-index: 999;
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
        -webkit-transition: 0.7s ease-in-out;
        -o-transition: 0.7s ease-in-out;
        transition: 0.7s ease-in-out;
    }
    .open_navi #sp_navi {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: 0.7s ease-in-out;
        -o-transition: 0.7s ease-in-out;
        transition: 0.7s ease-in-out;
    }
    .open_navi #wrapper {
        -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
        transform-origin: left center;
        -webkit-filter:blur(3px);
        filter:blur(3px);
        -webkit-transition: 0.7s ease-in-out;
        -o-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-bottom: #FFF 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 .menu-item-home {
        border-top: #FFF 1px solid;
    }
    #sp_navi .menu-item a,
    #sp_navi .menu-item span {
        display: block;
        padding: 15px 0 14px;
    }
    #sp_navi .menu-item a:active,
    #sp_navi .menu-item a:hover,
    #sp_navi .menu-item a:link,
    #sp_navi .menu-item a:visited {
        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-top: #FFF 1px solid;
    }
    #sp_navi .sub-menu li a {
        display: block;
        padding: 11px 0 10px;
        color: #FFF;
        background-color: rgba(99, 183, 251, 0.9);
    }
    #sp_navi .sub-menu li a:active,
    #sp_navi .sub-menu li a:hover,
    #sp_navi .sub-menu li a:link,
    #sp_navi .sub-menu li a:visited {
        color: #FFF;
        text-decoration: none;
    }
    #sp_navi .sub-menu li a:hover {
        color: #FFF;
        background: none;
    }
    #sp_navi .menu-item-has-children {
        position: relative;
    }
    #sp_navi .menu-item-has-children:before {
        content: '';
        width: 14px;
        height: 14px;
        border: 0;
        border-top: solid 3px #FFF;
        border-right: solid 3px #FFF;
        -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        transform: rotate(135deg);
        -webkit-transition: 0.2s ease-in-out;
        -o-transition: 0.2s ease-in-out;
        transition: 0.2s ease-in-out;
        position: absolute;
        top: 14px;
        right: 20px;
    }
    #sp_navi .menu-item-has-children.menu_open:before {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transition: 0.2s ease-in-out;
        -o-transition: 0.2s ease-in-out;
        transition: 0.2s ease-in-out;
        top: 22px;
    }
    
    #g_navi {
        display: none;
    }
}



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

pc用 横ナビ

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

@media print, screen and (min-width: 768px) {

    #sp_navi,#toggle{display: none;}

}

#g_navi{
    width: auto;
}
#g_navi .menu{
    width: 1080px;
    list-style-type: none;
    display: flex
;
    justify-content: space-around;
}


#g_navi .menu > li{
    position: relative;
    width: auto;
    height: 50px;
    text-align: center;
    line-height: 1;
}

#g_navi .menu > li::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 25px;
    background: url(images/nevi_after.png) no-repeat bottom left;
    right: -40px;
    bottom: 20px;
}

#g_navi .menu > li:last-child:before {
    content: none;
}

#g_navi .menu > li > a{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0;
    color: #000;
    font-size: 2.5rem;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    font-family: "Zen Maru Gothic", serif;
}


#g_navi .menu > li > a::before {
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #074fcb;
    bottom: 10px;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform 0.3s;
}

#g_navi .menu > li > a:hover::before {
    transform: scale(1, 1);
}


#g_navi .menu li ul{
    display: block;
    list-style: none;
    position: absolute;
    z-index: 9999;
    top: 100%;
    left: 0;
    margin: 0;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
    top: 100%;
    left: -20%;
    margin: 0;
    width: 140%;
    visibility: hidden;
}

#g_navi .menu li ul li{
    width: 100%;
}
#g_navi .menu li ul li a{
    display: block;
    padding: 13px 2px;
    border: 2px solid #FFF;
    border-bottom: none;
    font-size: 1.3rem;
    line-height: 1.5;
    background: #074fcb;
    color: #FFF;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    visibility: hidden;
    transition: .5s;
}

#g_navi .menu li ul li:last-child a {
    border-bottom: 2px solid #FFF;
}

#g_navi .menu li ul li a:hover{
    background: #63b7fb;
    color: #FFF;
    transition: 0.2s linear;
}

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

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

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

ティーザー

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

/* TOPスライダー共通 */

@media print, screen and (min-width: 768px) {

    #teaser_top {
        position: relative;
        height: 850px;
    }
    
    #teaser_top img{
        position: absolute;
        top: 0;
        left: calc(50% - 1000px);
    }

    .slider_txt {
        position: absolute;
        top: 10%;
        left: 50%;
        transform: translate(-50%, -10%);
        writing-mode: vertical-rl;
        font-size: 4.2rem;
        font-family: "Zen Maru Gothic", serif;
        font-weight: bold;
        color: #000000;
        background-color: #fff;
        padding: 30px 15px;
        border-radius: 20px;
        white-space: nowrap;
        letter-spacing: 0.1em;
    }

    .slider_txt span {
        color: #074fcb;
    }

    .fs55 {
        font-size: 5.5rem;
    }

    .orange {
        color: #FF7713;
    }

    .header_table {
        position: absolute;
        bottom: 20px;
        right: 10px;
    }

    .teaser_page {
        position: relative;
        width: auto;
        height: 350px;
    }

    .teaser_page img {
        position: absolute;
        top: 0;
        left: calc(50% - 1000px);
    }

    .teaser_txt {
        position: absolute;
        width: 450px;
        font-size: 3.6rem;
        color: #000002;
        font-weight: 500;
        text-align: center;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        background: #FFF;
        padding: 20px 0;
        border-radius: 14px;
    }

    .teaser_txt span {
        display: block;
        font-size: 10px;
        color: #FF7F22;
    }
    
}

@media screen and (max-width: 767px) {
    
    #teaser_top {
        width: 140%;
        overflow: hidden;
        margin: 0 0 0 -20%;
        margin-top: 70px;
    }

    .slider_txt {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        writing-mode: vertical-rl;
        font-size: 1.6rem;
        font-family: "Zen Maru Gothic", serif;
        font-weight: bold;
        color: #000000;
        background-color: #fff;
        padding: 15px 5px;
        border-radius: 10px;
        white-space: nowrap;
    }
    
    .metaslider .flex-control-nav{
        bottom: 10px !important;
    }
    
    .metaslider .flexslider{
        margin: 0 !important;
    }

    .teaser_page {
        position: relative;
        margin-top: 60px;
    }

    .teaser_txt {
        position: absolute;
        width: 50%;
        font-size: 1.8rem;
        color: #000002;
        font-weight: 500;
        text-align: center;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: #FFF;
        padding: 6px 0;
        border-radius: 10px;
        white-space: nowrap;
    }
    
    
}


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

content 共通設定

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

#contents{
    width: 100%;
    margin: 0 auto;
}

main#top_main{
    width: 100%;
    margin: 0 auto;
}

main#page_main{
    width: 1200px;
    margin: 0 auto 120px;
}

.breadcrumb_area{
    width: 100%;
    margin: 20px auto 10px;
    text-align: right;
}

.breadcrumb{
    width: 1200px;
    margin: 0 auto;
}

.breadcrumb p{
    color: #5D5D5D;
    font-size: 1.6rem;
}
.breadcrumb p a:link,
.breadcrumb p a:visited{
    color: #5D5D5D;
    text-decoration: none;
}
.breadcrumb p a:hover,
.breadcrumb p a:active{
    color: #A18F81;
    text-decoration: underline;
}

@media screen and (min-width: 768px) {

    .pc_none{
        display: none;
    }

}

@media screen and (max-width: 767px) {
    
    main#top_main{
        margin: 0 auto 50px;
    }

    main#page_main{
        width: 100%;
        padding: 0 10px;
        margin: 0 auto 50px;
    }

    main#page_main figure {
        margin: 0 auto;
    }

    .breadcrumb_area {
        padding: 0 10px;
        margin: 0 auto 30px;
    }

    .breadcrumb{
        width: 100%;
    }

    .breadcrumb p{
        font-size: 1.2rem;
    }
    
    .sp_none{
        display: none;
    }
    
}


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

contentトップ用

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

/* 1カラム目 */
.top_box01{
    background: url(images/top_box01_bg.png) no-repeat bottom center;
}

.top_box01_inner {
    padding: 0 calc((100% - 910px)/2) 160px;
}

.top_box01_tit {
    position: relative;
    font-size: 3.4rem;
    color: #000;
    letter-spacing: 0.04em;
    line-height: 0.9;
    font-family: "Zen Maru Gothic", serif;
    text-align: center;
    margin-bottom: 60px;
}

.top_box01_tit::before {
    position: absolute;
    content: "";
    background: url(images/top_box01_tit_before.png) no-repeat left center;
    width: 33px;
    height: 52px;
    bottom: -5px;
    left: 150px;
}

.top_box01_tit::after {
    position: absolute;
    content: "";
    background: url(images/top_box01_tit_after.png) no-repeat right center;
    width: 33px;
    height: 53px;
    bottom: -5px;
    right: 140px;
}

.top_box01_tit span {
    font-size: 3.8rem;
    color: #074fcb;
}

.top_box01_txt {
    margin-bottom: 60px;
    text-align: center;
    letter-spacing: 0;
}

.top_box01 .btn_wapper {
    padding: 0 calc((100% - 432px)/2);
    display: flex;
    justify-content: space-between;
}


.top_box02{
    padding: 80px calc((100% - 1200px)/2) 120px;
    text-align: center;
    background: url(images/top_box02_bg.jpg) no-repeat bottom center;
}

.top_box02_tit{
    display: inline-block;
    font-size: 3.6rem;
    color: #1b1b1b;
    border-bottom: 4px dotted #00a2ff;
    background: url(images/top_box02_tit_bg.png) no-repeat left center;
    padding: 0 0 10px 70px;
    margin-bottom: 50px;
    font-family: "Zen Maru Gothic", serif;
}

.top_box02 a {
    position: relative;
}

.top_box02 a::after {
    position: absolute;
    content: "";
    background: url(images/top_box02_bnr_deco.png) no-repeat;
    width: 117px;
    height: 75px;
    top: 250px;
    right: 20px;
}

.top_box02_bnr_txt {
    width: 570px;
    border-radius: 0 0 20px 20px;
    border: 4px solid #63b8fb;
    padding: 30px;
    margin-left: 9px;
    text-align: left;
    background-color: #FFF;
}

.top_box02 a:hover {
    text-decoration: none;
}

.top_box03 {
    position: relative;
    padding: 90px calc((100% - 1200px)/2) 70px;
    text-align: center;
    background-color: #0468b6;
}

.top_box03::before {
    position: absolute;
    content: "";
    width: 2000px;
    height: 53px;
    background: url(images/top_box03_deco01.png) no-repeat;
    top: -20px;
    left: -34px;
}

.top_box03::after {
    position: absolute;
    content: "";
    width: 2000px;
    height: 53px;
    background: url(images/top_box03_deco02.png) no-repeat;
    bottom: -49px;
    left: 0;
}

.top_box03_tit01{
    font-size: 3.6rem;
    color: #FFF;
    display: inline-block;
    border-bottom: 4px dotted #00a2ff;
    background: url(images/top_box03_tit_bg.png) no-repeat left center;
    padding: 0 0 10px 70px;
    margin-bottom: 40px;
    font-family: "Zen Maru Gothic", serif;
}

.top_box03_inner_tit {
    padding: 10px 0;
    border-bottom: 1px solid #074fcc;
    color: #FFF;
    font-size: 2.0rem;
}

.top_box03 .btn_box03 {
    width: 256px;
}

.top_box03_tit02 {
    position: relative;
    font-size: 3.6rem;
    color: #FFF;
    font-family: "Zen Maru Gothic", serif;
    margin-bottom: 30px;
}

.top_box03_tit02::before {
    position: absolute;
    content: "";
    background: url(images/top_box03_tit02_before.png) no-repeat;
    width: 39px;
    height: 46px;
    left: 260px;
    bottom: 10px;
}

.top_box03_tit02::after {
    position: absolute;
    content: "";
    background: url(images/top_box03_tit02_after.png) no-repeat;
    width: 39px;
    height: 46px;
    right: 260px;
    bottom: 5px;
}

.top_box03_txt {
    color: #FFF;
    line-height: 2.5;
    margin-bottom: 40px;
}



@media screen and (min-width: 768px) {
    
}

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

    .top_box01_tit{
        font-size: 2.0rem;
    }

    .top_box01_tit span {
        font-size: 2.4rem;
    }

    .top_box01_tit::before {
        bottom: -15px;
        left: -5px;
        background-size: 50%;
    }

    .top_box01_tit::after {
        bottom: -15px;
        right: 0px;
        background-size: 50%;    
    }

    .top_box01_txt {
        text-align: left;
    }

    .top_box01_inner {
        padding-bottom: 80px;
    }
    
    .top_box01 .btn_wapper {
        flex-direction: column;
    }

    .top_box02 {
        padding: 30px 10px;
        background-size: cover;
    }

    .top_box02_tit{
        font-size: 2.0rem;
    }

    .top_box02_bnr_txt {
        width: 98.5%;
        margin-left: 5px;
        margin-bottom: 10px;
    }

    .top_box02 a::after {
        top: 130px;
    }
    
    .top_box03{
        padding: 30px 10px;

    }

    .top_box03_tit01,.top_box03_tit02{
        font-size: 2.0rem;
    }

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

    .top_box03 .flex div {
        width: 48%;
        margin-bottom: 10px;
    }

    .top_box03 .flex div:last-child {
        margin: 0 auto;
    }

    .top_box03_tit02::before {
        left: 0px;
        bottom: -20px;
        background-size: 50%;
    }

    .top_box03_tit02::after {
        right: -20px;
        bottom: -20px;
        background-size: 50%;
    }

    .top_box03_txt {
        line-height: 1.8;
        text-align: left;
    }


}

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

news トップ用

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

#news_box {
    padding: 130px calc((100% - 1170px)/2);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.news_tit {
    color: #1b1b1b;
    font-size: 3.6rem;
    font-family: "Zen Maru Gothic", serif;
    text-align: center;
    letter-spacing: 0;
    background: url(images/news_tit_bg.png) no-repeat center;
    padding: 65px 35px;
}

.news_tit span {
    color: #074fcc;
    font-size: 1.9rem;
    display: block;
}

.news_post {
    width: 860px;
    height: 244px;
    overflow-y: scroll;
}

.news_list {
    width: 80%;
    display: flex;
    align-items: center;
    padding: 15px 0 15px 25px;
    margin-bottom: 15px;
    border-bottom: 1px solid #3296f3;
}

.news_list_date {
    width: 15%;
    font-size: 1.8rem;
    font-weight: bold;
}

.news_list_tit {
    width: 85%;
    font-size: 1.8rem;
}

@media screen and (min-width: 768px) {

}

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

    #news_box {
        flex-direction: column;
        padding: 80px 10px 80px;
    }

    .news_tit {
        padding: 25px 30px;
        background-size: 70%;
        font-size: 2.0rem;
    }

    .news_tit span {
        font-size: 1.6rem;
    }

    .news_post {
        width: 100%;
    }

    .news_list {
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
    }

    .news_list_date {
        width: 100%;
        font-size: 1.6rem;
    }

    .news_list_tit {
        width: 100%;
        font-size: 1.6rem;
    }
    
    
}


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

content下層用

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

/* 全ページ共通　フレックスボックス*/
.flex{
    display: flex;
    justify-content: space-between;
}

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

.txt720{
    width: 720px;
}

.txt850{
    width: 850px;
}

article img {
    object-fit: cover;
}


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

    #page_main img {
        margin: 10px 0;
        max-height: 330px;
    }

    .txt720,.txt850{
        width: 100%;
    }

}

/* イグラシアの想い */
.thought_post {
    display: flex;
}

.thought_post li {
    margin-right: 30px;
}

.thought_post li span {
    color: #3b50c2;
}

.thought_contents dt {
    font-size: 2.6rem;
    font-weight: bold;
    margin-bottom: 20px;
    font-family: "Zen Maru Gothic", serif;
}

.thought_contents dt span {
    color: #3b50c2;
}

/* スタッフ紹介 */

.staff_list {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    margin-bottom: 40px;
}

.staff_list figure img {
    border-radius: 20px;
    object-fit: contain;
}


/* 施設の特徴 */

.features_contents {
    border: 4px solid #abe0f8;
    padding: 30px 30px 10px;
    margin-bottom: 50px;
    border-radius: 15px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.features_contents li {
    width: 48%;
    background: url(images/features_li_bg.png) no-repeat left center;
    padding: 0 0 10px 40px;
    margin-bottom: 20px;
    border-bottom: #abe0f8 2px dashed;
    font-weight: 500;
}


/* 1日の流れ */

.flow_post {
    width: 60%;
}

.flow_list {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.flow_time {
    position: relative;
    width: 33%;
    font-size: 2.4rem;
    color: #5068d0;
    font-weight: bold;
    background: url(images/flow_time_bg.png) no-repeat left center;
    padding: 0 0 0 45px;
}

.flow_time::after {
    position: absolute;
    content: "";
    width: 5px;
    height: 25px;
    background: url(images/flow_time_after.png);
    left: 14px;
    bottom: -20px;
    z-index: -1;
}

.flow_list:last-child .flow_time::after {
    content: none;
}

.flow_txt {
    width: 66%;
    font-size: 2.0rem;
}

/* 施設紹介 */

.introduction_parts figure img {
    border-radius: 20px;
}


.introduction_parts .btn_box01 {
    margin-left: auto;
}

/* 家族ブログ */

.blog_parts  figure img {
    border-radius: 20px;
}

.blog_parts .btn_box01 {
    margin-left: auto;
}


/* お問い合わせ */

.contact_txt {
    text-align: center;
    margin-bottom: 30px;
}

.policy {
    background-color: #abe0f8;
    text-align: center;
    padding: 30px;
    margin-bottom: 30px;
    border-radius: 20px;
}

.policy dt {
    font-size: 2.4rem;
    font-weight: bold;
    margin-bottom: 10px;
    font-family: "Zen Maru Gothic", serif;
}



/* 3列投稿 */

.three_column_post{
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
}

.three_column_parts{
    width: 320px;
    height: auto;
    margin: 0 40px 40px 0;
}

@media screen and (min-width: 768px) {

    /* お問い合わせ */

    a[href*="tel:"] {
        pointer-events: none;
        cursor: default;
        text-decoration: none;
        }
    
    /*  */


    
    /*  */
    
}

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

    
    /* イグラシアの想い */

    .thought_post {
        flex-direction: column;
    }

    
    /* スタッフ紹介 */

    .staff_list {
        flex-direction: column;
    }

    /* 施設の特徴 */

    .features_contents {
        flex-direction: column;
    }

    .features_contents li {
        width: 100%;
    }

    /* 1日の流れ */

    .flow_post {
        width: 100%;
    }

    
    /* お問い合わせ */

    .contact_txt {
        text-align: left;
    }

    .contact_txt a {
        display: flex;
        justify-content: center;
    }

    .contact_txt a img {
        width: auto;
    }

    .policy dd {
        text-align: left;
    }

    
    

    
    /* 3列投稿 */

    

    
}

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

single.php

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

#single_box .headline{
    width: auto;
}

#single_box img{
    max-width: 1200px;
    padding: 10px 0;
    height: auto;
}

.nav-below {
    margin: 50px 0;
    font-size: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav-below a {
    margin: 0 5px;
    font-size: 1.6rem;
}

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

    h1.single_headline{
        margin-bottom: 30px;
    }

    #single_box img{
        width: auto;
        max-width: 100%;
        padding: 10px 0px;
    }
}



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

投稿　pager設定

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

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

a.page-numbers,
.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;
}
.pager .current{
    background:rgba(0,0,0,1);
    border:solid 1px rgba(0,0,0,1);
    color:rgba(255,255,255,1);
}


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

    .pager{
        padding: 30px 0;
    }
}



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

sp_footer

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

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

    #pc_footer{
        display: none;
    }

    .sp_bana{
        display: flex;
        justify-content: space-between;
        position: fixed;
        width: 100%;
        height: 60px;
        bottom: 0;
        left: 0;
        z-index: 4;
    }
    
    .sp_bana div{
        position: relative;
        width: 25%;
        background: #0468b6;
        border-top: 1px solid #FFF;
    }
    
    .sp_bana div:nth-child(4){
        background: #1b1b1b;
    }
    
    .sp_bana div:not(:last-child){
        border-right: 1px solid #FFF;
    }
    
    .sp_bana div img{
        width: 25px;
        margin-bottom: 7px;
    }

    .sp_bana div:nth-child(2) img {
        width: 20px;
    }

    .sp_bana div p{
        color: #FFF;
        font-size: 1.2rem;
        line-height: 1;
        text-align: center;
    }
    
    .sp_bana a{
        position: absolute;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-decoration: none;
    }
    
    .copyright {
        padding: 25px 0 80px;
        text-align: center;
        background: #0468b6;
        color: #FFF;
        font-size: 1.2rem;
    }

    .sp_footer_content{
        margin: 30px 0;
        padding: 30px 10px 0;
        border-top: 1px dotted #999;
    }
}


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

pc_footer

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

    #pc_footer{
        position: relative;
        width: 100%;
        
    }

    .pagetop{
        position: fixed;
        z-index: 4;
        right: 0;
        bottom: 150px;
    }
    
    .footer_box{
        padding: 90px calc((100% - 1160px) / 2) 200px;
        display: flex;
        justify-content: space-between;
        background: url(images/footer_bg.png) no-repeat bottom center;
    }
    
    .footer_logo{
        margin-bottom: 20px;
    }

    .sitemap {
        width: 600px;
        display: flex;
        justify-content: space-between;
    }

    .sitemap ul li a:hover {
        text-decoration: none;
    }
    
    .copyright_area{
        text-align: center;
        padding: 10px 0;
        background-color: #0468b6;
    }
    
    .copyright_area p{
        color: #FFF;
        font-size: 1.6rem;
    }
    
}


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

sidebar/aside

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

@media print, screen and (min-width: 768px) {

    .bottom_box {
        position: relative;
        padding: 120px calc( (100% - 780px)/2);
        text-align: center;
        background-color: #0468b6;
    }

    .bottom_box::before {
        position: absolute;
        content: "";
        background: url(images/top_box03_deco01.png) no-repeat;
        width: 2000px;
        height: 53px;
        top: -30px;
        left: 0;
    }

    .bottom_box::after {
        position: absolute;
        content: "";
        background: url(images/top_box03_deco02.png) no-repeat;
        width: 2000px;
        height: 53px;
        bottom: -20px;
        left: 0;
    }
    
    .bottom_box_tit {
        font-size: 3.6rem;
        font-weight: 500;
        color: #FFF;
        margin-bottom: 50px;
        font-family: "Zen Maru Gothic", serif;
        border-bottom: 4px dotted #00a2ff;
        display: inline-block;
        background: url(images/bottom_box_tit_bg.png) no-repeat bottom 15px left 15px;
        padding: 0px 20px 10px 90px;
    }

    .bottom_box_txt {
        color: #FFF;
        line-height: 2.5;
        margin-bottom: 50px;
    }
    
    .bottom_box_bnr {
        display: flex;
        justify-content: space-between;
    }

    .bottom_box_bnr .btn_box02 {
        width: 378px;
    }

    .bottom_box_bnr .btn_box02 a {
        font-size: 3.3rem;
        font-family: "Zen Maru Gothic", serif;
        letter-spacing: 0.05em;
    }

    .bottom_box_bnr .btn_box02::after {
        position: absolute;
        content: "";
        background: url(images/bottom_box_tel.png) no-repeat;
        width: 19px;
        height: 26px;
        top: 35px;
        left: 55px;
    }

    .bottom_box_bnr .btn_box03 {
        width: 378px;
        margin: 0;
    }

    .bottom_box_bnr .btn_box03 a {
        font-size: 3.3rem;
        font-family: "Zen Maru Gothic", serif;
        letter-spacing: 0.05em;
        padding: 17px 0 17px 50px;
        font-weight: 500;
    }

    .bottom_box_bnr .btn_box03::after {
        position: absolute;
        content: "";
        background: url(images/bottom_box_mail.png) no-repeat;
        width: 34px;
        height: 26px;
        top: 35px;
        left: 55px;
        pointer-events: none;
    }

    
    
}

@media screen and (max-width: 767px) {
    
    .bottom_box {
        position: relative;
        padding: 40px 10px;
        text-align: center;
        background-color: #0468b6;
    }

    .bottom_box::before {
        position: absolute;
        content: "";
        background: url(images/top_box03_deco01.png) no-repeat;
        width: 2000px;
        height: 53px;
        top: -30px;
        left: 0;
    }

    .bottom_box::after {
        position: absolute;
        content: "";
        background: url(images/top_box03_deco02.png) no-repeat;
        width: 2000px;
        height: 53px;
        bottom: -20px;
        left: 0;
    }
    
    .bottom_box_tit {
        font-size: 2.0rem;
        font-weight: 500;
        color: #FFF;
        margin-bottom: 30px;
        font-family: "Zen Maru Gothic", serif;
        border-bottom: 4px dotted #00a2ff;
        display: inline-block;
        background: url(images/bottom_box_tit_bg.png) no-repeat bottom 10px left 15px;
        padding: 0px 20px 10px 60px;
        background-size: 15%;
    }

    .bottom_box_txt {
        color: #FFF;
        line-height: 1.8;
        margin-bottom: 30px;
        text-align: left;
    }

    .bottom_box_bnr .btn_box02 {
        width: 100%;
        max-width: 378px;
        margin: 0 auto 10px;
    }

    .bottom_box_bnr .btn_box02 a {
        font-size: 2.5rem;
        font-family: "Zen Maru Gothic", serif;
        letter-spacing: 0.05em;
    }

    .bottom_box_bnr .btn_box02::after {
        position: absolute;
        content: "";
        background: url(images/bottom_box_tel.png) no-repeat;
        width: 19px;
        height: 26px;
        top: 30px;
        left: 70px;
    }

    .bottom_box_bnr .btn_box03 {
        width: 100%;
        max-width: 378px;
        margin: 0 auto;
    }

    .bottom_box_bnr .btn_box03 a {
        font-size: 2.0rem;
        font-family: "Zen Maru Gothic", serif;
        letter-spacing: 0.05em;
        padding: 17px 0 17px 50px;
        font-weight: 500;
    }

    .bottom_box_bnr .btn_box03::after {
        position: absolute;
        content: "";
        background: url(images/bottom_box_mail.png) no-repeat;
        width: 34px;
        height: 26px;
        top: 20px;
        left: 90px;
        pointer-events: none;
    }

    
}


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

タイトル

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

/* 下層ページ共通見出し */

.headline{
    width: 300px;
    font-size: 3.2rem;
    color: #1b1b1b;
    border-bottom: 5px solid #4fc0f8;
    border-radius: 2.5px;
    text-align: center;
    margin: 0 auto 50px;
    padding-bottom: 10px;
    font-family: "Zen Maru Gothic", serif;
}

.subhead01{
    font-family: "Zen Maru Gothic", serif;
    background: url(images/subhead01_bg.png) no-repeat left center;
    padding: 0 0 10px 60px;
    border-bottom: 4px dotted #00a2ff;
    margin-bottom: 20px;
}

.subhead02{

}

.subhead03{
    
}

.subhead04{

}

@media screen and (max-width: 767px) {
    
    .headline{
        font-size: 2.0rem;
    }

    .subhead02{
        font-size: 1.8rem;
    }
    
    .subhead03{
        font-size: 1.6rem;
    }

    .subhead04{
        font-size: 1.6rem;
    }
    
}


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

共通div

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

.mb10{
    margin-bottom: 10px;
}
.mb20{
    margin-bottom: 20px;
}
.mb30{
    margin-bottom: 30px;
}
.mb40{
    margin-bottom: 40px;
}
.mb50{
    margin-bottom: 50px;
}
.mb60{
    margin-bottom: 60px;
}
.mb70{
    margin-bottom: 70px;
}
.mb80{
    margin-bottom: 80px;
}
.mb90{
    margin-bottom: 90px;
}
.mb100{
    margin-bottom: 100px;
}

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

    .mb40{
        margin-bottom: 30px;
    }
    .mb50{
        margin-bottom: 40px;
    }
    .mb60,.mb70,.mb80,.mb90,.mb100{
        margin-bottom: 50px;
    }

    .mb10_sp {
        margin-bottom: 10px;
    }

    .mb20_sp {
        margin-bottom: 20px;
    }

    .mb30_sp {
        margin-bottom: 30px;
    }

}

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

テーブル

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


/* 会社概要 */

.overview_table{
    width: 100%;
    border-collapse: collapse;
}

.overview_table th{
    width: 33%;
    line-height: 1.5;
    padding: 13px 50px;
    color: #3b50c2;
    font-size: 2.4rem;
    font-weight: 500;
    text-align: left;
    vertical-align: text-top;
    border-bottom: 2px solid #3296f3;
}

.overview_table td{
    width: 67%;
    line-height: 1.5;
    padding: 13px 20px;
    color: #000;
    font-size: 2.2rem;
    border-bottom: 2px solid #3296f3;
    text-align: left;
    vertical-align: text-top;
    background-color: #FFF;
}

.overview_table td a {
    text-decoration: underline;
}

@media screen and (max-width: 767px){
    
    .overview_table th,.weddingring_table th,.repair_table th{
        display: block;
        width: 100%;
        padding: 10px 13px;
        border-bottom: none;
    }
    
    .overview_table td,.weddingring_table td,.repair_table td{
        display: block;
        width: 100%;
        padding: 10px 13px;
    }
    
    .overview_table tr:not(:last-child) td,.weddingring_table tr:not(:last-child) td,.repair_table tr:not(:last-child) td{
        margin-bottom: 15px;
    }

}

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

P

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

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

@media print, screen and (min-width: 768px){
    .br-pc { display:block; }
    .br-sp { display:none; }
}
@media screen and (max-width: 767px){
    .br-pc { display:none; }
    .br-sp { display:block; }
}


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

ボタン

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

/* 紺色ボタン */

.btn_box01{
    position: relative;
    width: 203px;
    text-align: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.btn_box01 a{
    display: inline-block;
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 20px 0 17px;
    color: #FFF;
    font-size: 2.0rem;
    background-color: #074fcb;
    text-decoration: none;
    border-radius: 50px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
}

.btn_box01 a:hover{
    background-color: #63b7fb;
}

/* 水色ボタン */

.btn_box02{
    position: relative;
    width: 203px;
    text-align: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.btn_box02 a{
    display: inline-block;
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 20px 0 17px;
    color: #FFF;
    border-radius: 50px;
    font-size: 2.0rem;
    background-color: #63b7fb;
    text-decoration: none;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
}


.btn_box02 a:hover{
    background-color: #074fcb
}


/* 白色ボタン */

.btn_box03{
    position: relative;
    width: 203px;
    text-align: center;
    margin: 0 auto;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.btn_box03 a{
    display: inline-block;
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 20px 0 17px;
    color: #000000;
    font-size: 2.0rem;
    background-color: #FFFFFF;
    text-decoration: none;
    border-radius: 50px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
}

.btn_box03 a:hover{
    background-color: #63b7fb;
}

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

    .btn_box01,.btn_box02{
        margin: 0 auto 10px;
    }

}

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

Contact Form7

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

.wpcf7{
    width: 100%;
}

.form_row{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    padding: 0 20px 30px 20px;
    border-bottom: 1px dotted #AAA;
}

.form_row .form_label{
    width: 300px;
}

.form_row .form_label .required{
    display: inline-block;
    color: #FFF;
    font-weight: normal;
    font-size: 1.2rem;
    padding: 2px 5px;
    background: #CC0000;
    margin-right: 10px;
    border-radius: 3px;
    line-height: initial;
}

.form_row .form_label .any{
    display: inline-block;
    color: #797979;
    font-weight: normal;
    font-size: 1.2rem;
    padding: 2px 5px;
    background: #D7D7D7;
    margin-right: 10px;
    border-radius: 3px;
    line-height: initial;
}

.form_row .form_input{
    width: calc(100% - 300px);
}

.wpcf7-form-control{
    width: 100%;
}

.wpcf7-form input{
    padding: 10px;
    border: 1px solid #CCC;
    border-radius: 3px;
}

.form_input_radio input {
    margin-bottom: 5px;
}

.wpcf7-form textarea{
    padding: 10px;
    border: 1px solid #CCC;
    border-radius: 3px;
}

.form_row .form_input_post{
    width: 180px;
}

.form_row .form_input_post_txt{
    color: #B20000;
    font-weight: normal;
    font-size: 1.3rem;
}

.form_row .last_row{
    padding-bottom: 0;
    border-bottom: none;
}

.tc{
    text-align: center;
}

.tc input[type=submit]{
    cursor: pointer;
    width: 360px;
    max-width: 100%;
    padding: 18px;
    border-radius: 8px;
    background-color: #3b50c2;
    color: #fff;
    font-size: 1.8rem;
    text-align: center;
    margin: 10px auto 0;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

.wpcf7 .tc input[type=submit]:hover{
    background-color: #63b7fb;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

.wpcf7-response-output{
    font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
    
    .form_row{
        flex-direction: column;
        padding: 0 0 20px 0;
    }

    .form_row .form_label{
        width: 100%;
        margin-bottom: 5px;
    }

    .form_row .form_input{
        width: 100%;
    }

}


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

clearfix

*****************************************/
.clearfix:after{
    content: ".";
    display: block;
    height: 0;
    font-size:0;
    clear: both;
    visibility:hidden;
}
.clearfix{
    display: inline-block;
}
/* Hides from IE Mac */
* html .clearfix{
    height: 1%;
}
.clearfix{
    display:block;
}

/* End Hack */



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

追加用

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



