    @charset "utf-8";

    .clearfix {
        display: block;
    }

    .sp {
        display: none;
    }

    body {
        font-family: "Noto Sans JP", sans-serif;
        color: #000;
        font-size: clamp(14px, 12.6087px + 0.4348vw, 18px);
    }

    /* wrapper */
    #wrapper {
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
        padding: 3% 0;
    }

    /* fv */
    #fv {
        margin: 0 0 5%;
    }

    #fv_bottom {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        margin: 0 0 8%;
    }

    #fv_bottom>figure {
        margin: 0 0 2%;
    }

    #fv_bottom article {
        margin: 0 0 2%;
    }

    #fv_bottom article figure {
        margin: 0 0 8%;
    }

    #fv_bottom article p {
        margin: 0 0 5%;
    }

    #fv_bottom article p span {
        background-color: #f4cce6;
        color: #fff;
        padding: .1em 1em .3em;
    }

    /* box01 */
    #box01 {
        margin: 0 0 8%;
    }

    .title01 {
        text-align: center;
        font-size: clamp(30px, 19.5652px + 3.2609vw, 60px);
        font-weight: 900;
        margin: 0 0 3%;
    }

    .title01 span {
        font-size: clamp(18px, 13.8261px + 1.3043vw, 30px);
        color: #f3d008;
        display: block;
        font-weight: 400;
    }

    #plan,
    #box03_deta {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        margin: 0 auto 5%;
        width: 90%;
    }

    #plan .left,
    #plan .right,
    #box03_deta .left,
    #box03_deta .right {
        width: 48%;
    }

    #plan .left h3,
    #box03_deta .left h3 {
        background-color: #013b96;
        text-align: center;
        padding: 3% 2%;
        font-size: clamp(18px, 13.8261px + 1.3043vw, 30px);
        color: #fff;
        font-weight: 700;
        margin: 0;
    }

    #plan .left h3 span,
    #plan .right h3 span {
        display: block;
        font-weight: 400;
        font-size: clamp(14px, 12.6087px + 0.4348vw, 18px);
    }

    #plan .right h3,
    #box03_deta .right h3 {
        background-color: #c6161e;
        text-align: center;
        padding: 3% 2%;
        font-size: clamp(18px, 13.8261px + 1.3043vw, 30px);
        color: #fff;
        font-weight: 700;
        margin: 0;
    }

    #plan .left div,
    #plan .right div {
        border: #ccc 1px solid;
        padding: 5%;
    }

    #plan .left div h4,
    #plan .right div h4,
    #box03_deta .left h4,
    #box03_deta .right h4 {
        text-align: center;
        color: #969696;
        font-size: clamp(16px, 13.2174px + 0.8696vw, 24px);
        font-weight: 400;
        margin: 0;
    }

    #plan .left div p {
        color: #013b96;
        text-align: center;
        margin: 0 0 5%;
        font-size: clamp(48px, 39.6522px + 2.6087vw, 72px);
        font-weight: 900;
    }

    #plan .right div p {
        color: #c6161e;
        text-align: center;
        margin: 0 0 5%;
        font-size: clamp(48px, 39.6522px + 2.6087vw, 72px);
        font-weight: 900;
    }

    #plan .left div p .fsm,
    #plan .right div p .fsm {
        font-size: .7em;
    }

    #plan .left div p .fss,
    #plan .right div p .fss {
        font-size: .5em;
    }

    #plan .left div p .time,
    #plan .right div p .time {
        display: block;
        color: #000;
        font-size: .4em;
    }

    #box01_box,
    #box02_box {
        background-color: #eee;
        padding: 3%;
        border: #ccc 2px solid;
        font-size: clamp(16px, 13.2174px + 0.8696vw, 24px);
    }

    #box01_box span {
        color: #013b96;
        padding: 0 .5em 0 0;
    }

    #box01_box li {
        padding-left: 1.5em;
        text-indent: -1.5em;
    }

    #box01_bottom_title {
        text-align: center;
        margin: 0 0 3%;
        font-size: clamp(24px, 19.8261px + 1.3043vw, 36px);
    }

    #box01_bottom {
        display: -webkit-flex;
        display: flex;
    }

    /* box02 */
    #box02 {
        margin: 0 0 8%;
    }

    #box02_top {
        margin: 0 0 3%;
    }

    #box02_tour {
        text-align: center;
        margin: 0 0 5%;
    }

    #box02_tour img {
        margin: 0 auto;
    }

    #box02_box {
        text-align: center;
        margin: 0 auto 5%;
    width: 50%;
    }

    #box02_bottom {
        display: -webkit-flex;
        display: flex;
    }

    /* box03 */
    #box03 {
        margin: 0 0 8%;
    }

    #box03 figure {
        margin: 0 0 3%;
    }

    #box03 figure img {
        margin: 0 auto;
    }

    #box03>h3 {
        position: relative;
        padding: 0 65px;
        text-align: center;
        font-size: clamp(24px, 19.8261px + 1.3043vw, 36px);
    }

    #box03>h3:before {
        position: absolute;
        top: calc(50% - 1px);
        left: 0;
        width: 100%;
        height: 2px;
        content: '';
        background: #000;
    }

    #box03>h3 span {
        position: relative;
        padding: 0 1em;
        background: #fff;
    }

    #box03>p {
        margin: 0 0 5%;
    }

    #box03_deta .left h3,
    #box03_deta .right h3 {
        margin: 0 0 5%;
    }

    #box03_deta .left p {
        color: #013b96;
        text-align: center;
        font-size: clamp(48px, 39.6522px + 2.6087vw, 72px);
        font-weight: 900;
    }

    #box03_deta .right p {
        color: #c6161e;
        text-align: center;
        font-size: clamp(48px, 39.6522px + 2.6087vw, 72px);
        font-weight: 900;
    }

    #box03_deta .left p.mb50,
    #box03_deta .right p.mb50 {
        margin-bottom: 5%;
    }

    #box03_deta .left p span,
    #box03_deta .right p span {
        font-size: .6em;
    }

    #box03_deta .left figure,
    #box03_deta .right figure {
        margin: 0 0 5%;
        width: 100%;
    }

    #box03_deta .left figure img,
    #box03_deta .right figure img {
        margin: 0 auto;
    }

    /* btn */
    .btn {
        text-align: center;
        margin: 0 0 8%;
    }
    .btn h2{
    font-size: 3em;
    padding: 1em 0 0;
    }
    .btn ul {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }

    .btn ul li {
        width: 48%;
    }

    .btn ul li a {
        display: block;
        width: 100%;
        border-radius: 999px;
        background-color: #e60012;
        color: #fff;
        text-align: center;
        text-decoration: none;
        font-size: clamp(24px, 19.8261px + 1.3043vw, 36px);
        font-weight: 900;
        padding: 2%;
        margin: 0 auto;
        border-bottom: #c6161e 8px solid;
    }

    .btn ul:first-of-type li a {
        background-color: #004ab3;
        border-bottom: #013b96 8px solid;
    }

    /* footer */
    footer {
        border-top: #ccc 1px solid;
        padding: 5% 3%;
        text-align: center;
    }

    footer p:first-of-type {
        margin: 0 0 1em;
    }

    footer p a {
        color: #000;
    }

    .pp {
        width: 90%;
        margin: 0 auto 8%;
    }

    .pp h2 {
        font-size: clamp(24px, 19.8261px + 1.3043vw, 36px);
    }

    .pp>p {
        margin: 0 0 5%;
    }

    .pp article {
        margin: 0 0 5%;
    }

    .pp article h3 {
        font-size: clamp(16px, 13.2174px + 0.8696vw, 24px);
        margin: 0 0 3%;
    }

    .pp article p {
        margin: 0 0 2%;
    }


    .pp article ul li {
        padding-left: 1em;
        text-indent: -1em;

    }

    .pp table {
        width: 100%;
    }

    .pp article table {
        margin: 0 0 3%;
    }

    .pp table th {
        width: 30%;
        background-color: #f8f8f8;
        border: #ccc 1px solid;
        padding: 1em;
        text-align: left;
    }

    .pp table td {
        border: #ccc 1px solid;
        padding: 1em;
    }

    /*スマホ
------------------------------*/

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

        .sp {
            display: block;
        }

        /* fv */
        #fv {
            margin: 0 auto 5%;
            width: 90%;
        }

        #fv_bottom {
            margin: 0 auto 8%;
            width: 90%;
        }

        #fv_bottom>figure {
            margin: 0 0 2%;
            width: 31%;
        }

        #fv_bottom article {
            margin: 0 0 2%;
            width: 48%;
        }

        #plan,
        #box03_deta {
            -webkit-flex-direction: column;
            flex-direction: column;
        }

        #plan .left,
        #plan .right,
        #box03_deta .left,
        #box03_deta .right {
            width: 100%;
        }

        #box01_bottom_title {
            margin: 0 auto 3%;
            width: 90%;
        }

        #box01_box,
        #box02_box {
            padding: 5%;
            border: #ccc 1px solid;
            font-size: 14px;
            width: 90%;
            margin: 0 auto;
            box-sizing: border-box;
        }

        #box01_box li {
            margin: 0 0 3%;
            padding-left: 1.5em;
            text-indent: -1.5em;
        }

        #box01_bottom {
            display: -webkit-flex;
            display: flex;
            -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
        }

        #box01_bottom figure {
            width: 50%
        }

        #box02_box {
            text-align: left;
            margin: 0 auto 5%;
            width: 90%;
            box-sizing: border-box;
        }

        #box02_bottom {
            -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
        }

        #box02_bottom figure {
            width: 50%;
        }

        #box03 figure {
            margin: 0 auto 3%;
            width: 90%;
        }

        #box03>h3 {
            font-size: 20px;
        }

        #box03>p {
            margin: 0 auto 5%;
            width: 90%;
        }

        /* btn */
        .btn {
            margin: 0 auto 8%;
            width: 90%;
        }

        .btn ul {
            -webkit-flex-direction: column;
            flex-direction: column;
        }

        .btn ul li {
            margin: 0 0 3%;
            width: 100%;
        }

        .btn a {
            width: 100%;
            font-size: 18px;
            border-bottom: #c6161e 3px solid;
            box-sizing: border-box;
        }
        
            .btn h2{
    font-size: 2em;
    padding: 1em 0 0;
    }
    }
    
    
    .ryokou{
    padding: 0 0 8%;
        font-size: clamp(16px, 13.2174px + 0.8696vw, 24px);
    }
    
        .ryokou p{
        margin: 0 0 3%;
    text-align: center;
    line-height: 2;
        }
        
    .ryokou h2{
    text-align: center;
    margin: 0 0 3%;
    font-size: clamp(24px, 19.8261px + 1.3043vw, 36px);
    }
    
    .ryokou ul{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
    margin: 0 0 1em 0;
    }
    
    .ryokou ul li{
width: 30%;
    background: #eee;
    border-radius: 999px;
    text-align: center;
    padding: .5em 0;
    margin: 0 0 1em;
        font-size: clamp(12px, 13.2174px + 0.8696vw, 24px);
    }
        .ryokou div{
	width: 40%;
    margin: 0 auto;
        }
        
        
    .ryokou a{
 display: block;
    width: 100%;
    border-radius: 999px;
    background-color: #ffea02;
    text-align: center;
    text-decoration: none;
    font-size: clamp(24px, 19.8261px + 1.3043vw, 36px);
    font-weight: 900;
    padding: 2%;
    margin: 0 auto;
    border-bottom: #ffce45 8px solid;
    color: #000;
        box-sizing: border-box;
    }
    

    @media screen and (max-width: 750px) {
            
    .ryokou{
    width: 90%;
    margin: 0 auto;
    }
    
        .ryokou p{
    text-align: left;
        }
        
    .ryokou ul li{
        font-size:12px;
    }
            .ryokou div{
	width: 100%;
        }
        
    }