/* ヘッダー ******************************************************************/
header {
    position: fixed;
    top: 0;
    display: block;
    width: 100%;
/*    height: 50px;*/
    height: 80px;
    text-align: center;
    background: #fff;
    z-index: 99;
}
header:after {
    content: "";
    display: block;
    clear: both;
}


header .menu {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    text-align: left;
}


header .logo_pc {
    position: absolute;
    top: 5px;
    width: 150px;
}
header .logo_pc img {
    width: 100%;
}
header .logo_sp,
header .logo_menu_sp {
    display: none;
}


header .menu .topmenu {
    display: block;
    cursor: pointer;
    color: #333;
    text-decoration: underline;
    border-right: #999 1px solid;
}
header .menu > ul {
    position: relative;
    display: flex;
/*    margin: 0 0 0 200px;*/
    margin: 0;
    top: 55px;
    padding: 0;
    height: 25px;
    justify-content: center;
}
header .menu > ul > li {
    display: block;
    flex: auto;
/*    padding: 18px 0 0 0;*/
    padding: 0;
    height: 100%;
    color: #333;
    font-size: 11px;
    box-sizing: border-box;
    text-align: center;
}

header .menu > ul > li:nth-last-child(3) .topmenu {
    border: none;
}
header .menu > ul > li:last-child .topmenu {
    border: none;
}
header .menu > ul > li .submenu {
    display: none;
}
header .menu > ul > li:hover .submenu {
    position: absolute;
    top: 25px;
    display: flex;
    flex-direction: column;
    max-width: 300px;
}
header .menu > ul > li:last-child:hover .submenu {
    right: 0;
}
header .menu > ul > li:hover .submenu a {
    padding: 15px 20px;
    text-align: left;
    background: #69bf98;
    border-bottom: 1px solid #7ed5ae;
    color: #fff;
    display: block;
}
header .menu > ul > li:hover .submenu a:hover {
    background: #4b9875;
}
header .menu > ul > li:hover .submenu a:last-child {
    border-bottom: none;
}

/** ハンバーガーメニュー **/
header .hamburger {
    display: none;
}





/* フッター ******************************************************************/
footer {
    text-align: center;
    font-size: 0;
}

footer img {
    margin: 50px auto 0;
    width: 20%;
}

footer .menu > ul {
    display: block;
    margin: 0 auto;
    font-size: 14px;
    width: 500px;
    text-align: left;
    margin: 0 auto;
}
footer .menu > ul:first-child {
    margin: 60px auto 0;
}
footer .menu > ul:after {
    content: '';
    display: block;
    clear: both;
}
footer .menu > ul > li {
    position: relative;
    display: inline-block;
    width: 250px;
    box-sizing: border-box;
    float: left;
}
footer .menu > ul > li:nth-child(2n):after {
    content: '';
    display: block;
    clear: both;
}

/** >メニュー名 **/
footer .menu > ul > li > .topmenu {
    position: relative;
    display: block;
    /*width: fit-content;*/
    margin: 0 auto;
    padding: 5px 0 5px 20px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    box-sizing: border-box;
}
footer .menu > ul > li > .topmenu:hover {
    cursor: pointer;
}
footer .menu > ul > li > .topmenu:before {
    position: absolute;
    content: '〉';
    left: 0;
}

footer .menu > ul > li > .topmenu span {
    position: relative;
    display: block;
}
footer .menu > ul > li .submenu {
    display: none;
    width: fit-content;
}
footer .menu > ul > li.on .submenu {
    display: block;
}
footer .menu > ul > li .submenu a {
    display: block;
    width: fit-content;
    padding: 5px 10px 0 20px;
    text-decoration: none;
    color: #fff;
}
footer .menu > ul > li .submenu a:last-child {
    margin-bottom: 5px;
}
footer .menu > ul > li .submenu a:before {
    content: '-  ';
}
footer .menu > ul > li .submenu a:hover {
    background: #eee;
}








/* title ******************************************************************/
.title_wrapper {
    margin: 50px auto 0;
    padding: 50px 0;
    width: 100%;
    max-width: 1000px;
    background: #93d3b6;
    text-align: center;
}
.title_wrapper.bottom_fit {
    padding: 50px 0 0 0;
}
.title_wrapper.bg_1 {
    background-image: url('../images/title_background_1.png');
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center bottom;
}
.block_title {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    width: 768px;
}
.block_title img {
    width: 50%;
    height: auto;
}


/* body ******************************************************************/
body {
    background-color: #69bf98;
    color: #333;
    font-size: 16px;
}

.body_wrapper {
    margin: 0 auto;
    padding: 0 0 50px 0;
    width: 100%;
    max-width: 1000px;
    background-color: #fff;
    border-bottom-left-radius: 50% 20px;
    border-bottom-right-radius: 50% 20px;
    overflow: hidden;
    text-align: center;
}
.block_contents {
    margin: 0 auto;
    padding: 0;
    width: 768px;
    text-align: left;
}
.block_contents::before,
.block_contents::after {
    content: '';
    display: block;
    clear: both;
}




/* information ******************************************************************/
.information {
    border-top: 1px dashed #ccc;
    margin: 0 auto;
    padding: 30px;
    width: 768px;
/*    box-sizing: border-box;*/
    text-align: left;
}
.information dl {
    list-style: none;
    position: relative;
    margin: 0 auto;
    padding: 5px 5px 0 5px;
    display: block;
    width: 100%;
}
.information dt {
    position: absolute;
    margin: 0;
    padding: 5px 0 0 0;
}
.information dd {
    margin: 0;
    padding: 5px 0 0 120px;
}
.information a {
    color: #666;
}
.information a:hover {
    color: #000;
}
/*ヘッダー機能一覧*/
header .header_function_list {
    display: flex;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 70%;
    justify-content: space-between;
}
/*SNSシェアボタン*/
.header_function_list > ul.share_list {
    display: flex;
    
}
header .header_function_list > ul.share_list {
    width: 17%;
/*    position: absolute;
    bottom: -60px;
    top: 10px;
    right: 330px;*/
    margin: 0;
    display: flex;
    justify-content: space-between;
}
li.share_button a:hover {
    
    transform: scale(1.2);
    transition-duration: 0.5s;
}
header .header_function_list > ul.share_list > li {
    margin: 0;
    padding: 0;
    width: calc(33% - 10px);
/*    margin-right: 15px;*/
}
header .header_function_list > ul.share_list > li:first-child {
    display: none;
}

li.share_button a {
    display: block;
    text-decoration: none;
    height: 35px;
    width: 35px;
    margin: 0 auto;
}
li.share_button.twitter a {
    background-image: url('../images/sns_x.png');
    background-size: 100% auto;
}
li.share_button.facebook a {
    background-image: url('../images/sns_facebook.png');
    background-size: 100% auto;
}
li.share_button.line a {
    background-image: url('../images/sns_line.png');
    background-size: 100% auto;
}
/*SNSシェアボタン(フッター)*/
footer .header_function_list > ul.share_list {
    text-align: center;
        margin: 60px auto 20px;
        display: block;
    font-size: 14px;
    width: 500px;
}
footer .header_function_list > ul.share_list > li {
    display: inline-block;
    width: 50px;
    float: none;
}
footer .header_function_list > ul.share_list > li:first-child {
    display: block;
    width: 100%;
    font-size: 1rem;
    color: #fff;
}
ul.share_list p {
    position: relative;
    width: max-content;
    margin: 15px auto;
}
footer .header_function_list > ul.share_list p:before {
    position: absolute;
    content: '＼';
    left: -1.5rem;
}
footer .header_function_list > ul.share_list p:after {
    position: absolute;
    content: '／';
    right: -1.5rem;
}
/*パンくずリスト*/
body.cms div.title_wrapper {
        margin: 0px auto 0;
}
.pankuzu_list {
    text-align: right;
    font-size: 0.8rem;
    margin: 80px auto 0 auto;
    padding: 3px;
    text-align: right;
    max-width: 1000px;
/*    background: #fff;*/
    color: #fff;
    box-sizing: border-box;
}
.pankuzu_list a{
    color: #fff;
    text-decoration: none;
}
.pankuzu_list a:hover {
    color: #dadada;
}
.pankuzu_list ul > li {
    display: inline;
    margin-right: 1rem;
    position: relative;
}
.pankuzu_list ul > li:after{
    position: absolute;
    content: "-";
    right: -0.8rem;

}
.pankuzu_list ul > li:last-child:after {
    content: "";
}
.pankuzu_list ul > li:last-child a {
    pointer-events: none;
    text-decoration: none;
    font-weight: bold;
/*    color: #333;*/
}
#main-content {
    margin-top: 0 !important;
}
/* サイトマップヘッダーの表示は消す ******************************************************************/
header .menu > ul > li.menu_heder_none {
    display: none;
}
/* フリーワード検索 ******************************************************************/
.free_search {
/*    width:330px;*/
/*    position: absolute;*/
/*    top: 10px;
    right: 10px;*/
    width:45%; 
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.free_search > div:first-child {
    width:auto;
    font-size: 0.8rem;
    margin-right: 20px;
    text-align: right;
    width: 34%;
}
.free_search > div{
    vertical-align: middle;
    width: 70%;
    display: inline-block;
}
footer .free_search {
    display: none;
}
/* 言語選択 ******************************************************************/
.select_language {
    width: 25%;
    display: flex;
    
/*    position: absolute;
    top: 15px;
        right: 500px;*/
}
.select_language select {
/*    font-size: 1rem;*/
    padding: 2px;
    font-size: 0.8rem;
    margin: 5px 0;
}
footer .select_language {
    display: none;
}