@charset "UTF-8";
/* ==================================================
	■page title
================================================== */
/* ==================================================
	■breadcrumb：パンくずリスト
================================================== */
#breadcrumb {
    width: 1000px;
    margin: 15px auto 50px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 640px) {
    #breadcrumb {
        display: none;
    }
}
/* ========== end △ */
#breadcrumb li {
    display: inline-block;
    font-size: 11px;
}
#breadcrumb li::before {
    content: ">";
    margin-right: 0.5em;
}
#breadcrumb li:first-of-type::before {
    display: none;
    margin-left: 0;
}
#breadcrumb li a {
    text-decoration: none;
}
#breadcrumb li a:hover {
    text-decoration: underline;
}

/* ==================================================
	■pagination
================================================== */
.pagenation {
    margin-top: 50px;
}
.pagenation::after {
    content: "";
    display: block;
    clear: both;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 640px) {
    .pagenation {
        margin: 8% 5% 0;
    }
}
/* ========== end △ */
.pagenation .page {
    display: none;
}
.pagenation .prev a,
.pagenation .next a {
    display: inline-block;
    padding: 10px 20px;
    background-color: #0c419a;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
}
/* ▽ PC layout ========== */
@media print, screen and (min-width: 641px) {
    .pagenation .prev a,
    .pagenation .next a {
        width: 100px;
    }
    .pagenation .prev a:hover,
    .pagenation .next a:hover {
        background-color: #c1ab05;
    }
}
/* ========== end △ */
.pagenation .prev.current, .pagenation .next.current {
    display: none;
}
.pagenation .prev a::after {
    content: "前へ";
    margin-left: 10px;
    color: #fff;
}
.pagenation .next a {
    float: right;
}
.pagenation .next a::before {
    content: "次へ";
    margin-right: 10px;
    color: #fff;
}

/* ==================================================
	■site wrapper
================================================== */
[class*="site_wrap"] {
    box-sizing: border-box;
}
/* ▽ PC layout ========== */
@media print, screen and (min-width: 641px) {
    [class*="site_wrap"] {
        width: 1000px;
        margin: 0 auto;
    }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 640px) {
    [class*="site_wrap"] {
        padding-right: 3%;
        padding-left: 3%;
    }
    [class*="site_wrap"] [class*="site_wrap"] {
        padding: 0;
    }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 640px) {
    .site_wrap_0 {
        padding: 0;
    }
}
/* ========== end △ */
/* ==================================================
	■section
================================================== */
.section {
    margin-top: 50px;
    margin-bottom: 50px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 640px) {
    .section {
        margin-top: 8%;
        margin-bottom: 8%;
    }
}
/* ========== end △ */
/* ==================================================
	■margin
================================================== */
[class*="contents_margin"] {
    margin: 50px 30px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 640px) {
    [class*="contents_margin"] {
        margin: 8% 3%;
    }
}
/* ========== end △ */
.contents_margin-m {
    margin: 30px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 640px) {
    .contents_margin-m {
        margin: 5% 3%;
    }
}
/* ========== end △ */
/* ==================================================
	■contents title
================================================== */
/* common
-------------------------------------------------- */
/* page_ttl
-------------------------------------------------- */
.page_ttl {
    background: url(../images/page_ttl_bg.jpg) center center no-repeat;
    background-size:1200px,250px;
    padding: 80px 8%;
}
.page_ttl .inner {
    /*background-color: rgba(0, 0, 0, 0.5);*/
    padding: 50px 0;
}
.page_ttl .inner h2 {
    color: #fff;
    font-size: 50px;
    text-align: center;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 640px) {
    .page_ttl {
        background-size: cover;
        padding: 5% 3%;
        margin-bottom: 10%;
    }
    .page_ttl .inner {
        padding: 8%;
    }
    .page_ttl .inner h2 {
        color: #fff;
        font-size: 24px;
        text-align: center;
    }
}
/* ========== end △ */
/* ttl_style01
-------------------------------------------------- */
.ttl_style01 {
    border-bottom: 2px solid #0c419a;
    margin-bottom: 50px;
}
.ttl_style01 h3 {
    display: inline-block;
    padding-left: 10px;
    padding-bottom: 5px;
    font-size: 30px;
    color: #000;
}
.ttl_style01 span {
    color: #c1ab05;
    font-size: 18px;
    margin-left: 20px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 640px) {
    .ttl_style01 {
        margin-bottom: 0;
        margin-top: 10%;
    }
    .ttl_style01 h3 {
        font-size: 18px;
    }
    .ttl_style01 span {
        font-size: 14px;
        margin-left: 10px;
    }
}
/* ========== end △ */
/* ttl_style02
-------------------------------------------------- */
.ttl_style02 {
    background-color: #0c419a;
    padding: 8px 0 8px 30px;
    margin: 40px 0;
}
.ttl_style02 h4 {
    color: #fff;
    font-size: 24px;
    border-left: 3px solid #fff;
    padding-left: 20px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 640px) {
    .ttl_style02 {
        padding-left: 15px;
        margin: 8% 0;
    }
    .ttl_style02 h4 {
        font-size: 18px;
        padding-left: 15px;
    }
}
/* ========== end △ */
/* ttl_style03
-------------------------------------------------- */
.ttl_style03 {
    position: relative;
    text-align: center;
    margin-bottom: 50px;
}
.ttl_style03 h4 {
    font-size: 24px;
}
.ttl_style03::after {
    content: "";
    border-bottom: 3px solid #1c4ea1;
    position: absolute;
    width: 80px;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: auto;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 640px) {
    .ttl_style03 {
        margin-bottom: 10%;
    }
    .ttl_style03 h4 {
        font-size: 16px;
    }
    .ttl_style03::after {
        width: 20%;
    }
}
/* ========== end △ */
/* ==================================================
	■button
================================================== */
/* common
-------------------------------------------------- */
/* ▽ SP layout ========== */
@media only screen and (max-width: 640px) {
    .btn_style01 {
        width: 100%;
    }
}
/* ========== end △ */
.btn_style01 a {
    position: relative;
    display: block;
    border: 1px solid #000;
    color: #000;
    padding: 10px 0;
    text-align: center;
    font-size: 16px;
    text-decoration: none;
}
.btn_style01 a::before {
    content: "";
    position: absolute;
    top: calc(50% - 2px);
    right: 10%;
    width: 6px;
    height: 6px;
    border-top: 2px solid #0c419a;
    border-right: 2px solid #0c419a;
    transform: rotate(45deg);
}
/* ▽ PC layout ========== */
@media print, screen and (min-width: 641px) {
    .btn_style01 a:hover {
        border: 1px solid #0c419a;
        color: #0c419a;
    }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 640px) {
    .btn_style02 {
        width: 100%;
    }
}
/* ========== end △ */
.btn_style02 a {
    display: block;
    background: url(../common_img/u_arrow.png) center bottom 5px no-repeat;
    border: 1px solid #0c419a;
    color: #0c419a;
    padding: 10px 0 15px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}
/* ▽ PC layout ========== */
@media print, screen and (min-width: 641px) {
    .btn_style02 a:hover {
        background-color: #0c419a;
        color: #fff;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
    }
}
/* ========== end △ */
/* hover
-------------------------------------------------- */
/* ▽ PC layout ========== */
@media print, screen and (min-width: 641px) {
    .fade_hover:hover {
        opacity: 0.7;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
    }
}
/* ========== end △ */
/* ==================================================
	■table
================================================== */
/* common
-------------------------------------------------- */
.table_style01 table {
    width: 100%;
}
.table_style01 table th {
    background-color: #0c419a;
    padding: 15px 20px;
    width: 25%;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    vertical-align: middle;
    border-bottom: 2px solid #fff;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 640px) {
    .table_style01 table th {
        display: block;
        padding: 3% 5%;
        width: 90%;
    }
}
/* ========== end △ */
.table_style01 table td {
    background-color: #f8f8f8;
    padding: 15px 20px;
    border-bottom: 2px solid #fff;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 640px) {
    .table_style01 table td {
        display: block;
        padding: 3% 5%;
    }
}
/* ========== end △ */
.table_style02 table {
    width: 100%;
}
.table_style02 table th {
    padding: 15px 20px;
    width: 10%;
    font-weight: bold;
    font-size: 16px;
    vertical-align: middle;
    border-bottom: 2px solid #0c419a;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 640px) {
    .table_style02 table th {
        display: block;
        padding: 3% 5%;
        padding-bottom: 0;
        width: 90%;
        border-bottom: none;
    }
}
/* ========== end △ */
.table_style02 table td {
    padding: 15px 20px;
    border-bottom: 2px solid #0c419a;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 640px) {
    .table_style02 table td {
        display: block;
        padding: 3% 5%;
    }
}
/* ========== end △ */
.table_style03 {
    margin-bottom: 80px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 640px) {
    .table_style03 {
        overflow: auto;
        white-space: nowrap;
        margin-bottom: 10%;
    }
}
/* ========== end △ */
.table_style03 table {
    width: 100%;
    border: 1px solid #333;
}
.table_style03 table td {
    border: 1px solid #333;
    padding: 15px 20px;
    text-align: center;
}
.table_style03 table td.head {
    border-right: 1px solid #fff;
    background-color: #333;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
.table_style03 table td.head:last-child {
    border-right: none;
}
.table_style03 table td.name {
    background-color: #eeeeee;
    border: 1px solid #333;
    font-weight: bold;
    vertical-align: middle;
}

.table_style04 {
    margin-bottom: 80px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 640px) {
    .table_style04 {
        margin-bottom: 10%;
        overflow: auto;
        white-space: nowrap;
    }
}
/* ========== end △ */
.table_style04 table {
    width: 100%;
    border: 1px solid #333;
}
.table_style04 table th {
    padding: 10px 20px;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    vertical-align: middle;
    background-color: #0c419a;
    border-right: 1px solid #fff;
    color: #fff;
    line-height: 1.2;
}
.table_style04 table th:last-child {
    border-right: none;
}
.table_style04 table td {
    padding: 15px 20px;
    border: 1px solid #333;
    background-color: #f8f8f8;
    text-align: center;
    vertical-align: middle;
}

/* ==================================================
	■accordion
================================================== */
.ac_btn_sp {
    position: relative;
    cursor: pointer;
}
.ac_btn_sp::before {
    content: "";
    position: absolute;
    top: calc(50% - 9px);
    right: 5%;
    width: 18px;
    height: 18px;
    background: url(../common_img/ico_plus_wh.png) 0 0/100%;
}
.ac_btn_sp.open::before {
    background: url(../common_img/ico_minus_wh.png) 0 0/100%;
}
/* ▽ PC layout ========== */
@media print, screen and (min-width: 641px) {
    .ac_btn_sp {
        display: none;
    }
}
/* ========== end △ */
.ac_btn_sp.ac_ico_bl::before {
    background-image: url(../common_img/ico_plus_bl.png);
}

.ac_btn_sp.ac_ico_bl.open::before {
    background-image: url(../common_img/ico_minus_bl.png);
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 640px) {
    .ac_body_sp {
        display: none;
    }
}
/* ========== end △ */
/* ==================================================
	■drop down
================================================== */
/* ▽ PC layout ========== */
@media print, screen and (min-width: 641px) {
    .dd_wrap .dd_body {
        display: none;
    }
}
/* ========== end △ */
/* ==================================================
	■text / catch
================================================== */
.catch_style {
    margin: 50px 0;
    color: #187fc4;
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "游明朝", "游明朝体", "Yu Mincho", YuMincho, Garamond, "Times New Roman", serif ;
    font-size: 34px;
    font-weight: bold;
    text-align: center;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 640px) {
    .catch_style {
        margin: 8% 0;
        font-size: 24px;
    }
}
/* ========== end △ */
/* ==================================================
	■google map
================================================== */
/* ▽ SP layout ========== */
@media only screen and (max-width: 640px) {
    .gmap {
        width: 100%;
    }
    .gmap iframe {
        width: 100%;
        height: 250px;
    }
}
/* ========== end △ */
