@charset "utf-8";

/* #top_message */
#top_message {
    background: #efecea url(../img/bg_message.webp) no-repeat bottom center;
    min-height: 595px;
    padding-top: 40px;
}

#top_message .txt {
    width: 620px;
    margin: 0 0 0 auto;
}

#top_message h2 {
    text-align: left;
    font-weight: bold;
    font-size: 36px;
    line-height: 46px;
    margin: 30px auto;
}

#top_message p {
    /* font-size: 16px; */
    /* line-height: 32px; */
}

#top_message .btn {
    text-align: center;
}

#top_message .btn a {
    display: inline-block;
    width: 230px;
    border-radius: 25px;
    background: #142d92;
    color: #fff;
    /* font-size: 16px; */
    position: relative;
    text-align: center;
    padding: 15px;
    line-height: 1;
    margin-top: 25px;
}


#top_message .btn a:nth-child(2) {
    margin-left: 10px;
}

#top_btn {
    display: flex;
    justify-content: space-evenly;
}

.inner1100 {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
}

.text_space {
    margin: 0 0 40px 0;
}

/* #Table */

.about_table {
    margin: 40px 0 40px 0;
}

.about_table h3 {
    font-size: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d1cfcc;
    margin-bottom: 36px;
    font-weight: normal;
}

.about_table table {
    border-collapse: collapse;
    border: 1px solid #d1cfcc;
    border-bottom: none;
    width: 100%;
    margin: 0 auto;
}

.about_table th,
.about_table td {
    border-bottom: 1px solid #d1cfcc;
    padding: 20px 30px;
    /* line-height: 30px; */
}

.about_table th {
    border-right: 1px solid #d1cfcc;
    background: #f6f3ee;
    text-align: left;
    font-weight: bolder;
    width: 180px;
}

@media (max-width: 750px) {
/* #top_message */
    #top_message {
        background: #dad1c8 url(../img/bg_message_sp.webp) no-repeat top center / 100%;
        padding: 81.6vw 0 10.6vw;
    }

    #top_message .inner1100 {
        width: calc(100% - 10.6vw);
    }

    #top_message .txt {
        width: 100%;
    }

    #top_message h2 {
        font-size: 4.8vw;
        line-height: 7vw;
        margin-bottom: 6.6vw;
        text-align: center;
    }

    #top_message p {
        font-size: 3.4vw;
        line-height: 6.1vw;
        text-align: center;
    }

    #top_message .btn {
        margin-top: 7.3vw;
    }

    #top_message .btn a {
        margin-top: 0;
        width: 70vw;
        font-size: 4.2vw;
        padding: 4.5vw;
        border-radius: 6.6vw;
    }

    #top_message .btn a:nth-child(2) {
        margin-left: 0;
        margin-top: 4vw;
    }

    #top_message .btn a::after {
        width: 2.2vw;
        height: 4vw;
        top: 4.6vw;
        right: 3.6vw;
    }
    
    #top_btn {
    display: block;
    justify-content: space-evenly;
    }
    
    .text_space {
    margin: 20px 0 20px 0;
    }
    
    #sec02 article li{
    width: 100% !important;
    }
    
    .about_table {
        margin-top: 14.6vw;
    }

    .about_table h3 {
        font-size: 5.8vw;
        padding-bottom: 2.5vw;
        margin-bottom: 8vw;
    }

    .about_table table {
        width: 100%;
    }

    .about_table th,
    .about_table td {
        display: block;
        width: 100%;
        padding: 5.3vw 4vw;
        font-size: 4.2vw;
        line-height: 6.6vw;
    }

    .about_table th {
        border-right: none;
    }
}

header h1 {
    font-size: 10px;
    color: #FFFFFF;
    margin: 15px 0;
}

header h1 a {
    font-size: 38px;
    font-weight:bold;
    color: #FFFFFF;
}

header h1 a:focus {
    text-decoration: none!important;
}

header h1 img {
    display: block;
    margin-bottom: 5px;
    height: 45px !important;
}

#header_nav {
    padding: 0 20px;
    display: flex;
    width: 100%;
    justify-content: space-around;
    background: #fe7012;
}

#header_nav a.on {
    color: #f0f0f0;
    /* border-top: 1px #9f9e8b solid; */
    border-bottom: 1px #ffffff solid;
}

#header_nav a {
    height: 60px;
    padding: 0 14px;
    margin: 0 10px;
    display: inline-block;
    box-sizing: border-box;
    zoom: 1;
    line-height: 60px;
    letter-spacing: 7px;
    color: #fff;
    border-bottom: 0px #be474a solid;
    border-bottom: 1px rgba(190,71,74,0) solid;
    font-size: 18px;
    font-weight: 600;
}


#accessmap {
	width:100%;
	height:450px;
	border-top:1px solid #959595;
}

#wrapper {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    background: #fff;
}

.headerTab {
    width: 415px;
    float: right;
    padding-right: 0;
}


.flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.flex .img img {
    width: 530px;
}
#sec01,#sec03{
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
}

#sec02{
    width: 100%;
    margin: 0 auto;
}

p{font-family: 'Noto Sans JP', sans-serif;font-size: 18px;line-height: 1.8;}


article .txt {
    width: 48%;
}

.sec_h2 {
    font-size: 35px;
    color: #f06e08;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 42px;
    font-weight: 600;
}

.sec_h2::before,
.sec_h2::after {
    content: '';
    display: inline-block;
    width: 30px;
    height: 3px;
    background: #f06e08;
}

.sec_h2::before {
    margin-right: 14px;
}

.sec_h2::after {
    margin-left: 14px;
}

h3 {
    text-align: center;
    margin-bottom: 40px;
    font-weight: 600;
    font-size: 25px;
}

#sec01 {
    padding: 40px 0;
}

#sec01 article{
    padding: 0 0 40px 0;
}

#sec02 {
    background: #efecea;
    padding: 40px 0;
}

#sec03 {
    padding: 70px 0 100px;
}


h4 {
    color: #f06e08;
    font-size: 30px;
    font-weight: normal;
    line-height: 1;
    padding-bottom: 11px;
    border-bottom: 1px solid #d1cfcc;
    margin-bottom: 40px;
}

#sec01 article ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
}

#sec02 article ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
}

#sec01 article li{
    width: 31%;
}

#sec02 article li{
    width: 39%;
    padding: 0 0 40px 0;
}

dl {
counter-reset: count 0;
}

dl {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 18px;
    line-height: 1.8;
}

dt{
	color: #fe7012;
    margin-bottom: 5px;
    font-size: 24px;
}

dd{
    margin-bottom: 30px;
}

#sec01 dl>dt:before {
    counter-increment: count;
    content: counter(count) ". ";
}


#sec03 dl>dt:before {
    content: "Q.";
    font-size: 30px;
}
#sec03 dl>dd:before {
    content: "A.";
    font-size: 30px;
    color: #f06e08;
    border-radius: 50%;
    margin-right: 5px;
}

.flow_list {
    background: #fff6e9;
    padding: 40px 0 50px;
    margin-top: 56px;
    max-width: 1100px;
    margin: 0 auto;
}

.flow_list ul {
    justify-content: space-between;
}

.flow_list li {
    background: #fff;
    width: 38%;
    padding: 4%;
    position: relative;
    margin-bottom: 60px;
    z-index: 2;
    margin: 25px auto;
}

.flow_list li:nth-child(n + 7) {
    margin-bottom: 0;
}

.flow_list li::before {
    content: '';
    width: 100px;
    height: 100px;
    display: block;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 2;
}

#cerec.first_flow .flow_list li:nth-child(2n+1)::after {
    content: '';
    width: 100px;
    height: 1px;
    display: block;
    background: #f28646;
    position: absolute;
    top: 50%;
    left: 100%;
}

.flow_list li:nth-child(2n)::after {
    content: '';
    width: 120px;
    height: 1px;
    display: block;
    background: #f28646;
    position: absolute;
    top: calc(100% + 30px);
    left: -110px;
    transform: rotate(-32deg);
    z-index: 1;
}

.flow_list li:last-child::after {
    display: none;
}

.flow_list li .img {
    position: relative;
    margin-bottom: 33px;
}

.flow_list li .img .ttl {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    background: rgba(255, 255, 255, .8);
    font-size: 28px;
    padding: 20px;
    line-height: 1;
    font-weight: bold;
}

.flow_list li .time {
    background: #ffefd9;
    color: #f06e08;
    font-size: 18px;
    line-height: 1;
    padding: 10px;
    width: 170px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 19px;
}


#cerec.first_flow .flow_list li .desc {
    text-align: left;
    /* font-size: 16px; */
    /* line-height: 30px; */
}

.flow_list li .desc a {
    color: #0054a3;
    border-bottom: 1px solid #0054a3;
}

.flow_list li .tel {
    font-size: 18px;
    /* line-height: 30px; */
    color: #ea5404;
    margin-top: 35px;
}

.flow_list li .tel span {
    font-size: 38px;
    margin-top: 5px;
    position: relative;
}

.flow_list li .btn.reserve {
    width: 300px;
    margin: 0 auto;
}

.flow_list li .btn.reserve a {
    border-radius: 30px;
    font-size: 20px;
    padding: 21px;
    line-height: 1;
    margin-top: 10px;
}

.flow_list li .btn.reserve a::before {
    width: 0;
}

.flow_list li .btn.reserve a::after {
    width: 9px;
    height: 15px;
}


.forPC{
	display:block;
}
.forSP{
	display:none;
}

/* .access */
.access {
    padding: 60px 0;
    background:#efecea;
}


.access .left {
    width: 530px;
    margin-right: 40px;
}

.access .left p {
    text-align: left;
    /* margin-bottom: 30px; */
    font-size: 15px;
}

.access .left p img {
    width: 212px;
}

.access .left .tel {
    margin-right: 15px;
    color: #142d92;
    /* font-size: 16px; */
    font-weight: bold;
}

.access .left .tel span {
    display: block;
    /* font-size: 16px; */
    margin-bottom: 5px;
}

.access .left table {
    margin-top: 25px;
    border-collapse: collapse;
    width: 100%;
    border-top: 1px solid #cdcdcd;
}

.access .left th {
    font-weight: normal;
}

.access .left th,
.access .left td {
    border-bottom: 1px solid #cdcdcd;
    padding: 16px 10px;
    line-height: 1;
    text-align: center;
    color: #142d92;
    font-size: 16px;
    font-weight: bold;
}

.access .left tr:first-child th,
.access .left tr:first-child td,
.access .left tr td:first-child,
.access .left .kome {
    color: #000;
}

.access .left tr td:first-child {
    width: 160px;
}

.access .left .caution {
    text-align: right;
    font-size: 16px;
    font-weight: lighter;
    margin-top: 10px;
    line-height: 1.5;
    font-weight: bold;
}

.access .left .txt {
    margin-top: 25px;
    line-height: 30px;
}

.access .left .txt .ttl {
    font-size: 18px;
    color: #142d92;
    font-weight: bold;
}

.access .left .txt p span {
    color: #d30000;
}

/* footer */
footer {
    background: #142d92;
    padding: 20px 0;
}

footer,
footer a {
    color: #fff;
}

footer .flex {
    justify-content: space-between;
}

footer li {
    line-height: 30px;
}

footer .flex > ul > li {
    font-weight: bold;
    /* font-size: 16px; */
    line-height: 40px;
}

footer .flex > ul > li > ul > li {
    font-weight: normal;
    font-size: 14px;
}


footer .copy {
    text-align: center;
    font-size: 14px;
    /* margin-top: 76px; */
}



/* !about
---------------------------------------------------------- */
.aboutArea+.aboutArea {
	margin-top:50px;
}
@media screen and (max-width: 959px) {
.aboutArea+.aboutArea {
	margin-top:25px;
}
}
.aboutArea {
	overflow:hidden;
	font-size:16px;
}
.aboutArea .img {
	float:left;
	margin-right:30px;
}
.textLP {
	font-size: 16px;
	font-weight: 100;
	padding: 25px 0 0 25px;
}
@media screen and (max-width: 959px) {
.aboutArea .img {
	margin-right:20px;
	max-width:30%;
}
}

.aboutArea .tit {
	font-size:18px;
	color:#fe7012;
	font-weight:bold;
	margin-bottom:15px;
}
.aboutArea .tit span {
	color:#5cb9d8;
}

.videoArea {
	padding: 50px 0 50px 0;
}

.imgArea {
	padding: 50px 0 25px 0;
}


@media screen and (max-width: 780px) {
header h1 {
    font-size: 10px;
    color: #FFFFFF;
    margin: 15px 0;
}

header h1 a {
    font-size: 32px;
    font-weight:bold;
    color: #FFFFFF;
}
    
.logo {
   text-align: center;
}

.logo img {
    margin: 0 auto;
}

.headerTab {
    width: 100%;
}

#header_nav {
    padding: 0 0px;
    height: 50px;
}
#header_nav a {
    height: 50px;
    padding: 0;
    font-size: 3vw;
    line-height: 50px;
}

article {
    width: 92vw;
    margin:0 auto;
}

article .txt {
    width: auto;
}

    .sec_h2 {
    font-size: 5.8vw;
        margin-bottom: 8vw;
    }
 
 .sec_h2::before {
        margin-r: 
}

.sec_h2::after {
        margin-left: 3.4vw;
    }
    
    p{
    font-size: 3.9vw;
    width: auto;
    }
 
 #sec01 article ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	flex-direction: column;
}

#sec01 article li{
    width: 100%;
}

h3 {
    font-size: 5vw;
}
h4 {
    font-size: 5.8vw;
    padding-bottom: 2.5vw;
    margin-bottom: 4vw;
    line-height: 8vw;
}

dt{
    font-size: 3.9vw;
    text-indent: -1em;
    margin-left: 1em;
}

dd{
    font-size: 3.9vw;
}



    /* .access */
    .access  {
        padding: 0 0 20px 0;
    }

    .access .left {
        width: calc(100% - 8vw);
        margin: 0 auto;
    }

    .access .left h1 {
        margin-bottom: 4.4vw;
    }

    .access .left h1 img {
        width: 47.7vw;
    }

    .access .left .sp {
        font-size: 4vw;
        text-align: center;
        color: #ea5404;
        font-weight: bold;
        width: 100%;
    }

    .access .left table {
        margin-top: 5.3vw;
    }

    .access .left th,
    .access .left td {
        padding: 3.4vw 1.8vw;
        font-size: 2.9vw;
    }

    .access .left tr td:first-child {
        width: 31vw;
    }

    .access .left .caution {
        font-size: 2.6vw;
        margin-top: 2.6vw;
    }

    .access .left .txt {
        font-size: 4.4vw;
        line-height: 6.1vw;
        margin: 6.6vw 0 8.6vw;
    }

    .access .right {
        padding: 0 4vw;
        width: 100%;
    }

    .access .right iframe {
        max-width: 100%;
        width: 100%;
        height: 89.3vw;
    }

.forPC{
	display:none;
}
.forSP{
	display:block;
}

