@charset "utf-8";

/* ==========================================================================================
769px 以上の指定 印刷含む
========================================================================================== */

.pc-none {
    display: none !important;
}

/* 大枠 */

#basebg {
    background-color: #FFF;
    min-width: 1240px;
}

.main {
    width: 100%;
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    z-index: 1;
    position: relative;
    border: 1px solid transparent;
}

#baseall{
    background-color: #eaf5f9;
}

#con_bg{
    width: 1200px;
    margin: 10px auto 60px;
    background-color: #fff;
    border-radius: 8px;
    padding: 0 20px 45px 20px;
}

#con_bg.con_bg_noid {
    margin-top: 56px;
}


/* ヘッダ */
header {
    background-color: #fff;
    width: 100%;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    right: 0;
    min-height: 80px;
}

#yasanichi-tools-wp__holder + #basebg header {
    top: auto;
}

.baseall-s header {
    position: static;
}

.header_l {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.header_l #header_logo a{
    display: block;
    line-height: 0;
}

.header_wp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    /* max-width: 1366px; */
    margin: auto;
    padding: 0 0 0 30px;
    width: 100%;
    height: 80px;
    background-color: #fff;
}

.header_wp.fixed{
    position: fixed;
    z-index: 999;
    top:0;
    left: 0;
}

.header_r {
    text-align: right;
    display: flex;
    align-items: center;
}

.header_r .head_search{
    margin-right: 42px;
}

.header_r .head_search table.gsc-search-box td.gsc-input{
    border: none;
    border-radius: 16px 0 0 16px;
    padding: 0;
    width: 180px;
}
.header_r .head_search table.gsc-search-box td{
    border: none;
    background-color: #eaf5f9;
    border-radius: 0 16px 16px 0;
}

.header_r .head_search table.gsc-search-box td.gsib_a{
    border-radius: 16px 0 0 16px;
}

.header_r .head_search table.gsc-search-box td.gsib_b{
    padding: 5px 0 0 0;
}

.header_r .head_search table.gsc-search-box td.gsib_a input{
    background-color: #eaf5f9!important ;
}
.header_r .head_search .gsc-input-box{
    border: none;
    background-color: #eaf5f9;
    border-radius: 16px 0 0 16px;
}

.header_r .head_search .gsc-search-button-v2{
    background-color: #eaf5f9;
    border: none;
    background-image: url(/images/head_search_icon.png);
    background-repeat: no-repeat;
    height: 28px;
    width: 28px;
    background-position: center;
}
.header_r .head_search .gsc-search-button-v2 svg{
    display: none;
}
.header_r > ul{
    display: flex;
    padding: 0;
    position: relative;
    flex-shrink: 0;
}

.header_r > ul > li{
    padding: 0;
    position: static;
    flex-shrink: 0;
}

.header_r > ul > li > a,
.header_r > ul > li > button{
    text-decoration: none;
    background-color: #eaf5f9;
    display: flex;
    height: 80px;
    min-width: 120px;
    font-size: 1.3rem;
    font-weight: bold;
    align-items: end;
    justify-content: center;
    padding-bottom: 12px;
    background-repeat: no-repeat;
    background-position: center 15px;
    color: #333333;
}

.header_r > ul > li:nth-child(1) a{
    background-image: url(/images/head_icon01.png);
    background-size: 28px 24px;
}

.header_r > ul > li:nth-child(2) a{
    background-image: url(/images/head_icon02.png);
    background-size: 26px 33px;
}

.header_r > ul > li:nth-child(4) a{
    background-image: url(/images/head_icon04.png);
    background-size: 33px 28px;
}

.header_r > ul > li:nth-child(5) a{
    background-image: url(/images/head_icon05.png);
    background-size: 28px 27px;
}

.header_r ul li a:hover, .header_r ul li a:focus {
    text-decoration: underline;
    color: #333333;
}

.header_r > ul > li > button{
    background-image: url(/images/head_icon03.png);
    background-size: 26px 26px;
}

.header_r ul li button.open{
    background-color: #c9e9f2;
}

.header_r ul li .mul_con{
    display: none;
}

.header_r ul li .mul_con.is-show{
    display: block;
    position: absolute;
    left: 0;
    padding: 30px;
    background-color: #c9e9f2;
    z-index: 999;
    width: 100%;
}

.header_r ul li .mul_con.is-show ul{
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.header_r ul li .mul_con.is-show ul li{
    width: calc(99% / 2);
    padding-bottom: 5px;
}

.header_r ul li .mul_con.is-show ul li a{
    display: block;
    text-decoration: none;
    background-color: #fff;
    color: #1a1a1a;
    padding: 13px 15px 11px 15px;
    border-radius: 8px;
    text-align: left;
    position: relative;
}

.header_r ul li .mul_con.is-show ul li a::before{
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    border-color: #ff72a2;
    border-style: solid;
    border-width: 2px 2px 0 0;
    content: "";
    display: block;
    height: 5px;
    position: absolute;
    right: 10px;
    top: 50%;
    width: 5px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;  
}

.header_r ul li .mul_con.is-show button{
    background-color: #db2678;
    display: block;
    width: 100%;
    color: #fff;
    padding: 13px 0 15px;
    text-align: center;
    margin-top: 5px;
    border-radius: 8px;
    background-image: url(../images/close_btn_lang.png);
    background-repeat: no-repeat;
    background-size: 12px auto;
    background-position: center left 233px;
    font-size: 1.6rem;
    line-height: 0.8;
}

/* グローバルナビ */
nav#gnavi-nav {
    /* border-top: 1px solid #c9d3e5; */
    /* border-bottom: 1px solid #c9d3e5; */
    background-color: #Fff;
    padding-top: 80px;
}
.gnav_wp #gnavi{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    position: relative;
    /* max-width: 1366px; */
    margin: 0 auto;
}

.gnav_wp #gnavi > li{
    width: calc(100% / 7);
    text-align: center;
    border-right: 1px solid #c9d3e5;
    border-top: 1px solid #c9d3e5;
    padding: 0;
    position: static;
}

.gnav_wp #gnavi li:last-child{
    border-right: none;
}
/* .gnav_wp #gnavi > li:first-of-type{
    border-left: 1px solid #c9d3e5;
} */

.gnav_wp #gnavi > li > a{
    color: #1150b7;
    font-weight: bold;
    font-size: 1.7rem;
    text-decoration: none;
    display: block;
    padding: 16px 0 14px 0;
    background-color: #fff;
    border-bottom: 1px solid #c9d3e5;
}

.gnav_wp #gnavi li a.open{
    background-color: #eaf5f9;
    border-bottom: 1px solid #eaf5f9;
}
.gnav_wp #gnavi li a.active{
    background-color: #eaf5f9;
}

.gnav_wp #gnavi li .sub .sub_con{
    width: 1200px;
    margin: 0 auto;
}

.gnav_wp #gnavi li .sub{
    position: absolute;
    background-color: #fff;
    top: 100%;
    opacity: 0;
    -webkit-transition: opacity .35s, visibility .35s, height .35s;
    -o-transition: opacity .35s, visibility .35s, height .35s;
    transition: opacity .35s, visibility .35s, height .35s;
    z-index: 99;
    display: none;
    width: 100%;
    left: 0;
}

.gnav_wp #gnavi li .sub .nav_title{
    display: flex;
    padding: 27px 0 25px;
    justify-content: space-between;
    align-items: center;
}

.gnav_wp #gnavi li .sub .nav_title .h2{
    font-size: 2.2rem;
    font-weight: bold;
    background-image: url(/images/sub_title.png);
    background-repeat: no-repeat;
    background-position: 0 center;
    padding-left: 40px;
}
.gnav_wp #gnavi li .sub .nav_title .h2 a {
    text-decoration: none;
}
.gnav_wp #gnavi li .sub .nav_title .h2 a:hover {
    text-decoration: underline;
}

.gnav_wp #gnavi li .sub .nav_title button{
    background-color: #1150b7;
    color: #fff;
    border-radius: 8px;
    width: 130px;
    height: 50px;
    font-size: 1.6rem;
    background-image: url(/images/close_btn01.png);
    background-repeat: no-repeat;
    background-position: 25px center;
    padding-left: 52px;
    text-align: left;
}

.gnav_wp #gnavi li .sub.is-show{
    display: block;
    opacity: 1;
    background-color: #eaf5f9;
}

.gnav_wp #gnavi li .sub .sub-menu{
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 55px;
}

.gnav_wp #gnavi li .sub .sub-menu li{
    width: calc(100% / 4);
    padding-right: 15px;
    padding-bottom: 15px;
}

.gnav_wp #gnavi li .sub .sub-menu li:nth-child(4n){
    padding-right: 0;
}

.gnav_wp #gnavi li .sub .sub-menu li a{
    text-decoration: none;
    background-color: #fff;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: left;
    padding: 20px 40px 17px 20px;
    border-radius: 8px;
    font-size: 1.6rem;
    position: relative;
    height: 100%;
}

.gnav_wp #gnavi li .sub .sub-menu li a::before,
.gnav_wp #gnavi li .sub .sub-menu li span.nowPage::before {
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    border-color: #286ddd;
    border-style: solid;
    border-width: 2px 2px 0 0;
    content: "";
    display: block;
    height: 5px;
    position: absolute;
    right: 20px;
    top: 50%;
    width: 5px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.gnav_wp #gnavi li .sub .sub-menu li a:hover::before {
    right: 17px;
}

.gnav_wp #gnavi li .sub .sub-menu li span.nowPage {
    background-color: #fff;
    display: block;
    text-align: left;
    padding: 20px 40px 17px 20px;
    border-radius: 8px;
    font-size: 1.6rem;
    position: relative;
}


.gnavi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 0 20px 0;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
#gnv li {
    font-size: 1.9rem;
    list-style: none;
    background-image: none;
    -webkit-transform: skewX(150deg);
    -ms-transform: skewX(150deg);
    transform: skewX(150deg);
    border-right: 1px solid #333399;
    padding-right: 15px;
    margin-right: 5px;
    padding-left: 5px;
    margin-left: 5px;
    padding-bottom: 0;
}
#gnv li:last-of-type {
    border-right: none;
}
#gnv li a:link, #gnv li a:visited, #gnv li a:hover, #gnv li a:focus, #gnv li a:active {
    color: #111133;
}
#gnv li a {
    padding: 5px 5px 0 5px;
    font-weight: bold;
    text-decoration: none;
    position: relative;
    display: inline-block;
    text-decoration: none;
    display: block;
    -webkit-transform: skewX(-150deg);
    -ms-transform: skewX(-150deg);
    transform: skewX(-150deg);
    padding: 0;
    text-align: center;
}

/* hoverエフェクト */

#gnv li a::after {
    position: absolute;
    bottom: -4px;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #333399;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: center top;
    -ms-transform-origin: center top;
    transform-origin: center top;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}
#gnv li a.active::after, #gnv li a:hover::after, #gnv li a:focus::after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}

/* 大見出し */

.h1bg {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 40px;
    margin: 0 -20px 10px -20px;
}

/* フッター */
footer{
    border-top: 1px solid #c9d3e5;
    position: relative;
    background-color: #fff;
}

.footer_con {
    width: 1200px;
    margin: 60px auto 35px;
    display: flex;
    justify-content: space-between;
}

.footer_l .ft_address{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.footer_l .ft_address h2{
    color: #1150b7;
    font-size: 2.4rem;
    font-weight: bold;
    margin-right: 35px;
}

.footer_l .ft_address .add{
    font-size: 1.8rem;
}

.footer_l p {
    padding: 0;
    display: flex;
}

.footer_l .foot_add_title {
    width: 5em;
    display: block;
    flex-shrink: 0;
}


.footer_l p{
    padding: 0 0 10px 0;
}

/* .footer_l .foot_tellink,
.footer_l .foot_timetxt,
.footer_l .foot_numlink{
    margin-left: 18px;
}

.footer_l .foot_faxlink{
    margin-left: 52px;
} */

.footer_list{
    margin-top: 30px;
    display: flex;
    width: 1200px;
    margin-bottom: 60px;
    margin: 0 auto 60px;
}

.footer_list ul{
    display: flex;
    padding: 0;
}

.footer_list ul li{
    margin-right: 30px;
    padding-bottom: 0;
}

.footer_list ul li a{
    text-decoration: none;
    font-size: 1.4rem;
}

.footer_list ul li a:hover{
    text-decoration: underline;
}

.foot_copy{
    font-size: 1.4rem;
    margin-left: 20px;
    color: #666;
}

.footer_r{
    width: 530px;
}

.footer_r ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer_r ul li {
    width: 48%;
}

.footer_r ul li a{
    text-decoration: none;
    border-top: 1px solid #dbdbdb;
    display: block;
    padding: 22px 0;
    position: relative;
}

.footer_r ul li a::after{
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 1px #0b50cf;
    top: -0.6px;
    width:40px;
}

.footer_r ul li a::before{
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    border-color: #286ddd;
    border-style: solid;
    border-width: 2px 2px 0 0;
    content: "";
    display: block;
    height: 5px;
    position: absolute;
    right: 10px;
    top: 50%;
    width: 5px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.footer_r ul li a:hover::before {
    right: 8px;
}


.footbg-in {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
}
.footlist li {
    padding: 0 15px;
    line-height: 1;
    border-right: 1px solid #B59E59;
    background-color: transparent;
    background-image: none;
}
.footlist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-right: 0;
}
.footlist li:last-of-type {
    border-right: none;
}
.footlist li a:link, .footlist li a:visited, .footlist li a:active {
    color: #111133;
    text-decoration: none;
}
.footlist li a:focus, .footlist li a:hover {
    color: #111133;
    text-decoration: underline;
}
.switchBtn {
    min-width: 1240px;
}


/* カレンダー */

#con_bg .e-txt p{
    padding: 25px 0 60px;
}

#con_bg .main-inner ul#tab{
    display: flex;
    margin: 0;
    border-bottom: 2px solid #e6e6e6;
    padding: 0;
}

#con_bg .main-inner ul#tab li{
    margin-right: 12px;
    padding: 0;
}

#con_bg .main-inner ul#tab li a{
    display: block;
    width: 260px;
    font-size: 2.6rem;
    background-color: #e6e6e6;
    color: #5D5D5D;
    text-decoration: none;
    text-align: center;
    padding: 14px 0 12px;
    border-radius: 8px 8px 0 0;
    position: relative;
}


#con_bg .main-inner ul#tab li.select a{
    background-color: #0b50cf;
    color: #fff;
}

#con_bg .main-inner ul#tab li.select a::before{
    position: absolute;
    content: "";
    width: 260px;
    height: 8px;
    background-color: #0b50cf;
    bottom: -8px;
    left: 0;
    border-radius: 0 0 8px 8px;
}

#con_bg .main-inner ul#tab li.select a::after{
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #0b50cf;
}

#caliconmargin{
    margin: 50px 0 22px;
    background-color: #f6f6f6;
    border-radius: 8px;
}


/* 404ページ
============================== */
.baseall-nopage header {
    position: static;
}

.baseall-nopage .footer_list {
    display: block;
    margin: 20px auto;
    padding: 8px 20px;
}
.baseall-nopage .foot_copy {
    margin: 0;
    text-align: center;
}