@charset "UTF-8";
/* common */
.block { display: block; }
.inblock { display: inline-block; }
.sp_block {display: none; }
.bold { font-weight: bold; }
.w-fit {
    width: fit-content;
    width: -moz-fit-content;
}
.w-full { width: 100%; }
.w-33 { width: 33.333%; }
.w-64 { width: 64%; }
.w-66 { width: 66%; }
.w-290px { max-width: 290px; }
.w-290px-img {
    border-radius: 10px;
    margin-bottom: 10px;
}
.bd-r-10px { border-radius: 10px; }
.box__3column .w-290px-img {
    max-width: 290px;
}
.w-290px-img + p {
    line-height: 22px;
}
.w-190px-img {
    border-radius: 10px;
    margin-bottom: 10px;
}
.w-610px {
    max-width: 610px;
    line-height: 2!important;
}
.w-720px {
    max-width: 720px;
    line-height: 2;
}
.w-850px {
    width: 100%;
    max-width: 850px;
    margin: auto;
}
.w-57px { width: 57px;}
.w-233px {
    width: 233px;
    margin-left: 0;
}
.w-70px { width: 70px; }
.w-220px {
    width: 220px;
    margin-left: 0;
}
.list__disc {
    list-style: disc;
    padding-left: 18px;
}
.lh_1-2 { line-height: 1.2; }
.lh_2 { line-height: 2rem!important; }
.lh_22px { line-height: 22px; }
.fs-13 {
    font-size: .8125rem;
    line-height: 19px;
}
.fs-16 { font-size: 1rem; }
.fs-18 { font-size: 1.125rem; }
.f-23{ font-size: 23px; }
.fs-24 { font-size: 1.5rem; }
.text_red { color: #f8031e; }
.c_red { color: #d8440f; }
.c_green { color: #167d3a!important; }
.c_green_2 { color: #449623!important; }
.c_yellowgreen_2 { color: #58a538!important;}
.c_purple { color: #6949f6!important; }
.c_brown { color: #a28100!important; }
.c_blue { color: #1782b1!important;}
.c_black { color: #000; }
.bgGray { background-color: #f7f7f7;}
.link_blue {
    color: #3759c1;
    text-decoration: none;
}
.img__m-auto {
    display: block;
    margin: auto;
}
.m-auto { margin: auto; }
.mb_20 { margin-bottom: 20px; }
.mb_40 { margin-bottom: 40px; }
.mb_50 { margin-bottom: 50px; }
.mb_60 { margin-bottom: 60px; }
.mb_70 { margin-bottom: 70px; }
.mb_100 { margin-bottom: 100px; }
.mb_120 { margin-bottom: 120px; }
.mb_150 { margin-bottom: 150px; }
/* icon */
.ico_megaphone {
    position: relative;
    padding-left: 80px;
}
.ico_megaphone::before {
    content: "";
    background-image: url(../images/ico/ico_kaso_title.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 52px;
    height: 50px;
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.pdf {
    position: relative;
}
.pdf::before {
    content: "";
    background-image: url(../images/top/pdf_icon.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 20px;
    height: 25px;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    margin: auto;
}
.pdf:hover::before {
    background-image: url(../images/ico/pdf_icon_on.png);
}
.yellowgreen_2.pdf:hover::before {
    background-image: url(../images/ico/pdf_icon_on_yellowgreen.png);
}
.brown.pdf:hover::before {
    background-image: url(../images/ico/pdf_icon_on_brown.png);
}
.ico_yubin {
    position: relative;
    line-height: 30px;
    padding-left: 28px;
}
.ico_yubin::before {
    content: "";
    background-image: url(../images/ico/ico_yubin.png);
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    width: 23px;
    height: 30px;
    top: -1px;
    left: 0;
}
.ico_no {
    position: relative;
    line-height: 37px;
    padding-left: 40px;
    font-size: 1.75rem;
    color: #167d3a;
    padding-bottom: 13px;
    margin: 0 0 13px;
}
.ico_no::before {
    content: "";
    position: absolute;
    width: 27px;
    height: 37px;
    top: -1px;
    left: 0;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url(../images/ico/ico_location_green.png);
}
.ico_pin {
    position: relative;
    line-height: 30px;
    padding-left: 28px;
    font-size: 1.5rem;
    color: #1781b0;
    margin: 0 0 15px;
}
.ico_pin::before {
    content: "";
    background-image: url(../images/ico/ico_pin.png);
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    width: 23px;
    height: 30px;
    top: -1px;
    left: 0;
}
.ico_pin.c_brown::before {
    background-image: url(../images/ico/ico_pin_brown.png);
    width: 22px;
}
.ico_pin.c_purple {
    padding-left: 40px;
    line-height: 37px;
}
.ico_pin.c_purple::before {
    background-image: url(../images/ico/ico_pin_purple.png);
    width: 28px;
    height: 37px
}
.ico_pin.flower {
    color: #167d3a;
}
.ico_pin.flower::before {
    background-image: url(../images/ico/ico_pin_flower.png);
    width: 22px;
}
.ico_pin.fs-17 {
    font-size: 1.0625rem;
}
.c_turquoise {
    color: #0099ab;
}
.ico_pin.c_turquoise::before {
    background-image: url(../images/ico/ico_pin_turquoise);
}
.c_skyblue {
    color: #0084d8;
}
.ico_pin.c_skyblue::before {
    background-image: url(../images/ico/ico_pin_skyblue.png);
}
.c_pink {
    color: #d20056;
}
.ico_pin.c_pink::before {
    background-image: url(../images/ico/ico_pin_pink.png);
}
.c_orange {
    color: #ff7600;
}
.ico_pin.c_orange::before {
    background-image: url(../images/ico/ico_pin_orange.png);
}
.c_mikan {
    color: #ffa800;
}
.ico_pin.c_mikan::before {
    background-image: url(../images/ico/ico_pin_mikan.png);
}
.c_salmonpink {
    color: #ff84af;
}
.ico_pin.c_salmonpink::before {
    background-image: url(../images/ico/ico_pin_salmonpink.png);
}
.c_indigo {
    color: #3f3ab1;
}
.ico_pin.c_indigo::before {
    background-image: url(../images/ico/ico_pin_indigo.png);
}
.c_violet {
    color: #ab00b5;
}
.ico_pin.c_violet::before {
    background-image: url(../images/ico/ico_pin_violet.png);
}
.c_yellow {
    color: #e2b700;
}
.ico_pin.c_yellow::before {
    background-image: url(../images/ico/ico_pin_yellow.png);
}
.c_darkpurple {
    color: #230a83;
}
.ico_pin.c_darkpurple::before {
    background-image: url(../images/ico/ico_pin_darkpurple.png);
}
.c_malachitegreen {
    color: #00a454;
}
.ico_pin.c_malachitegreen::before {
    background-image: url(../images/ico/ico_pin_malachitegreen.png);
}
.c_icegreen {
    color: #70d3ab;
}
.ico_pin.c_icegreen::before {
    background-image: url(../images/ico/ico_pin_icegreen.png);
}
.c_scarlet {
    color: #ff383e;
}
.ico_pin.c_scarlet::before {
    background-image: url(../images/ico/ico_pin_scarlet.png);
}
.c_seagreen {
    color: #62b838;
}
.ico_pin.c_seagreen::before {
    background-image: url(../images/ico/ico_pin_seagreen.png);
}
.ico_berry {
    position: relative;
    line-height: 61px;
    padding-left: 70px;
    font-size: 1.5rem;
    color: #6949f6;
    margin: 0 0 15px;
}
.ico_berry::before {
    content: "";
    background-image: url(../images/ico/ico_berry.png);
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    width: 57px;
    height: 61px;
    top: -6px;
    left: 0;
}
.ico_berry.fs-28 {
    font-size: 1.75rem;
    width: fit-content;
    width: -moz-fit-content;
    margin: 0 auto 20px;
    text-align: center;
    padding-right: 70px;
}
.ico_berry.fs-28::after {
    content: "";
    background-image: url(../images/ico/ico_berry.png);
    position: absolute;
    width: 57px;
    height: 61px;
    top: -6px;
    right: 0;
    transform: scale(-1, 1);
}

/* kaso */
.flex {
    display: flex;
    flex-wrap: wrap;
}
.jc-between { justify-content: space-between; }
.align-center { align-items: center; }
.align-flexstart { align-items: flex-start; }
.align-c-between { align-content: space-between; }
.kaso__title__outer {
    margin-bottom: 70px;
}
.button.orange.style01.fs-12 {
    font-size: .75rem;
}
.kaso__title {
    text-align: center;
    color: #1782b1;
    font-size: 2rem;
    background-position: center 60px;
    background-repeat: no-repeat;
    display: block;
    margin: 0 auto 30px;
}
.kaso__title__bgGreen {
    background: linear-gradient(90deg,#d0efad 0%,#d0efad 50%,#b7e8ae 50%,#b7e8ae 100%);
    position: relative;
    height: 51px;
}
.kaso__title__img {
    display: block;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.kaso__title--h3 {
    color: #1782b1;
    font-size: 1.75rem;
    line-height: 52px;
    margin-bottom: 30px;
}
.kaso__title--deco {
    text-align: center;
    color: #f24b50;
    font-size: 2rem;
    padding: 15px 0;
    margin: 0 auto 70px;
    position: relative;
}
.kaso__title--deco::before,.kaso__title--deco::after {
    content: "";
    background-image: url(../images/kaso_title_deco.png);
    background-repeat: repeat-x;
    display: block;
    height: 10px;
    width: 100%;
    max-width: 190px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}
.kaso__title--deco::before {
    top: -5px;
}
.kaso__title--deco::after {
    bottom: -5px;
}
.kaso__title__text {
    text-align: center;
    margin-bottom: 60px;
}
.bg_white_r {
    font-size: 1.125rem;
    background-color: #fbf9f0;
    border-radius: 10px;
    text-align: center;
    padding: 10px;
    margin-bottom: 10px;
}
.bg_green_r {
    font-size: 1.125rem;
    background-color: #e1f1e9;
    border-radius: 10px;
    text-align: center;
    padding: 10px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 68px;
    line-height: 24px;
}
.bg_green_r.fs-16 {
    font-size: 1rem;
}
.bg_purple_r {
    font-size: 1.1875rem;
    color: #fff;
    background-color: #6949f6;
    padding: 10px;
    margin: 0 auto 10px;
    text-align: center;
    border-radius: 10px;
}
.bg_purple_r.fs-17 {
    font-size: 1.0625rem;
    padding: 10px 8px;
}
.flex .group-3-box {
    width: 33.333%;
}
.flex .group-3-box .item {
    float: none;
    padding: 0;
    margin: 0 auto 30px;
}
.box__3column {
    width: 100%;
    max-width: 290px;
    margin-right: 35px;
    word-break: break-all;
}
.box__3column:nth-child(3n) {
    margin-right: 0;
}
.def {
    font-size: 1rem;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
}
.def__term {
    min-width: 120px;
    width: 20%;
    margin-bottom: 20px;
}
.def__des {
    width: 80%;
    margin-bottom: 20px;
    margin-left: 0;
}
.def__des.bg_gray {
    background-color: #f2f2f2;
    padding: 10px 20px;
    min-height: 38px;
}
.def select , .def input , .def textarea {
    padding: 5px 10px;
    border-radius: 5px;
    border: #ddd 1px solid;
    box-sizing: border-box;
}
.def input , .def textarea {
    width: 100%;
}
.def textarea {
    resize: none;
}
.bel {
    color: #167d3a;
    display: inline-block;
    font-size: 1.3125rem;
    line-height: 37px;
    margin-left: 10px;
}
/* about */
.video iframe{
    width: 300px;
    height: 200px;
}
/* area */
.info-content {
    line-height: 24px;
}
/* kodariranger */
.youtube_link {
    width: 441px;
    height: 251px;
    border-radius: 10px;
}
.list_link .flex .time {
    width: 100px;
}
.link-item-info {
    width: 760px;
}
/* request */
.block__text {
    font-size: 1rem;
    width: fit-content;
    width: -moz-fit-content;
    margin: 0 auto 100px;
    line-height: 1.5;
}
.block__btn {
    width: 250px;
    height: 50px;
    position: relative;
    margin: auto;
    display: inline-block;
}
.block__btn.none {
    display: none;
}
.block__btn .fa {
    height: 14px;
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    color: #fff;
}
.block__btn.btn_c_tia-maria:hover i{
    color: #d8440f!important;
}
.block__btn.btn_c_brown:hover i{
    color: #a38200!important;
}
.mw_wp_form .error {
    color: #f8031e!important;
    margin-top: 5px;
}
/* burube */
table {
    border-collapse:collapse;
    border-spacing:0;
    }
.tbl {
    width: 100%;
    /* border: 2px solid #fff; */
    margin-bottom: 100px;
}
.tbl__head {
    text-align: left;
    margin: 0 5px 2px 0;
    padding: 20px 30px;
    border-right: 5px solid #fff;
    border-bottom: 2px solid #fff;
    background-color: #ededed;
}
.tbl__data {
    padding: 20px 30px;
    border-bottom: 2px solid #fff;
    background-color: #f2f2f3;
}
/* marupost */
.btn__pdf {
    font-size: 0;
    width: 281px;
    height: 77px;
    margin-bottom: 30px;
}
.japanese {
    background-image: url(../images/marupost/japanese.png);
}
.english {
    background-image: url(../images/marupost/english.png);
}
.kantai {
    background-image: url(../images/marupost/kantai.png);
}
.hantai {
    background-image: url(../images/marupost/hantai.png);
}
.korean {
    background-image: url(../images/marupost/korean.png);
}
.mr_48 {
    margin-right: 48px;
}
/* greenroad */
.box-bt2_2 {
    text-align: center;
    display: block;
    margin: 0 0 0 auto;
    width: 100%;
    max-width: 250px;
}
.box-bt2_3 {
    text-align: center;
    display: block;
    margin: auto;
    width: 100%;
    max-width: 250px;
}
.japanese.greenroad {
    background-image: url(../images/greenroad/japanese.png);
}
.english.greenroad {
    background-image: url(../images/greenroad/english.png);
}
.kantai.greenroad {
    background-image: url(../images/greenroad/kantai.png);
}
.hantai.greenroad {
    background-image: url(../images/greenroad/hantai.png);
}
.korean.greenroad {
    background-image: url(../images/greenroad/korean.png);
}
/* tamagawajousui */
.bd_dashed{
    background: url(../images/top/border_line.png) center bottom repeat-x;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
.bd_dashed.c_black {
    line-height: 34px;
}
.googlemap iframe {
    width: 100%;
    max-width: 940px;
    height: 580px;
    margin-bottom: 100px;
    border: none;
}
/* copyright */
.text-copy-right__dashed {
    padding-bottom: 9px;
    margin-bottom: 5px;
    border-bottom: dashed 1px #0b5209;
}
/* event */
#tribe-events, #tribe-events-pg-template, .tribe-events-pg-template {
    padding: 0!important;
}


@media screen and (max-width: 600px) {
    .sp_img_full {
        width: 100%;
        margin-bottom: 20px;
    }
    .sp-m-auto { margin: auto;}
    .sp_block { display: block; }
    .w-33,.box__2column,.w-64,.w-66 { width: 100%; }
    .box__2column {
        max-width: 401px;
        margin: 0 auto 50px;
    }
    .box__2column img {
        width: 100%;
    }
    .w-33 {
        max-width: 290px;
        margin: 0 auto 50px;
    }
    .w-33 img {
        width: 100%;
    }
    .page-heading .breadcrumb .breadcrumb__item {
        white-space: normal;
    }
    .sp_mb_20 { margin-bottom: 20px; }
    .sp_mb_30 { margin-bottom: 30px; }
    .sp_mb_50 { margin-bottom: 50px; }
    
    /* icon */
    .ico_megaphone,.ico_berry {
        padding-left: 50px;
        line-height: 1.5;
    }
    .ico_berry,.ico_no,.ico_pin {
        font-size: 1.375rem;
    }
    .ico_berry.fs-28 {
        font-size: 1rem;
        padding-right: 50px;
    }
    .ico_megaphone::before {
        width: 40px;
        height: 39px;
    }
    .ico_berry::before,.ico_berry.fs-28::after {
        background-size: 100%;
        background-repeat: no-repeat;
        width: 35px;
        height: 39px;
    }
    .pdf:hover::before {
        background-image: url(../images/top/pdf_icon.png);
    }
    .yellowgreen_2.pdf:hover::before {
        background-image: url(../images/top/pdf_icon.png);
    }
    .brown.pdf:hover::before {
        background-image: url(../images/top/pdf_icon.png);
    }
    /* kaso */
    .kaso__title {
        font-size: 1.375rem;
        text-shadow: 2px 2px 10px #fff, -2px 2px 10px #fff, 2px -2px 10px #fff, -2px -2px 10px #fff;
    }
    .kaso__title__img {
        z-index: -10;
    }
    .kaso__title__bgGreen {
        height: 0px;
    }
    .kaso__title--h3 {
        font-size: 1.375rem;
    }
    .kaso__title--deco {
        font-size: 1.375rem;
        margin: 0 auto 30px;
    }
    .kaso__title__text {
        margin-bottom: 30px;
    }
    .img__m-auto {
        width: 100%;
    }
    .w-290px {
        width: 100%;
        max-width: 100%;
    }
    .w-290px-img {
        display: block;
        margin: 0 auto 10px;
        max-width: 100%;
        width: 100%;
    }
    .w-190px-img {
        display: block;
        margin: 0 auto 20px;
        max-width: 190px;
        width: 100%;
    }
    .w-290px .c_red,.w-290px .c_green,.w-290px .c_purple {
        text-align: center;
    }
    .flex .group-3-box {
        width: 100%;
        margin: auto;
    }
    .box__3column {
        margin: 0 auto 30px;
        max-width: 100%;
    }
    .box__3column:nth-child(3n) {
        margin-right: auto;
    }
    .box__3column .w-290px-img {
        max-width: 100%;
    }
    .group-3-box .item {
        min-width: 100%;
    }
    .tbl {
        margin-bottom: 30px;
    }
    .tbl__head {
        min-width: 125px;
    }
    .tbl__head,.tbl__data {
        font-size: .6875rem;
        padding: 10px;
    }
    .w-57px {
        min-width: 57px;
        width: 15%;
    }
    .w-233px {
        width: 79%;
    }
    .w-70px {
        min-width: 70px;
        width: 21%;
    }
    .w-57px,.w-70px {
        margin-bottom: 10px;
    }
    .w-220px {
        width: 74%;
    }
    /* request */
    .def__term {
        width: 100%;
    }
    .def__des {
        width: 100%;
    }
    .def__des select, .def__des input, .def__des textarea {
        width: 100%;
    }
    .def__des .mwform-tel-field input {
        width: 29%!important;
    }
    .block__text.btn_area {
        max-width: 250px;
    }

    /* about */
    .video {
        width:100%;
        padding-bottom: 66.666%;
        height:0px;
        position: relative;
        margin-bottom: 10px;
    }
    .video iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    iframe {
        width: 100%;
    }
    .googlemap {
        width: 100%;
        height: 0;
        padding-bottom: 90%;
        position: relative;
        margin-bottom: 100px;
    }
    .googlemap iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    /* kodairanger */
    .youtube_link {
        width: 100%;
    }
    .list_link.flex .time {
        width: 100%;
    } 
    .link-item-info {
        width: 100%;
    }
    /* marupost */
    .btn__pdf {
        margin: 0 auto 10px;
        width: 100%;
        max-width: 281px;
        background-size: 100%;
        background-repeat: no-repeat;
    }
    /* greenroad */
    .box-bt2_2,.box-bt2_3 {
        width: 100%;
        max-width: 100%;
    }
    .button.yellowgreen.style02 {
        width: 100%;
        margin-top: 10px;
    }
}