﻿@import url(./default_body.css);

/* body */
body {
    background-color: #ffffff;
}

a
{
	/* ※文字色は色別CSSで定義 */
}
#index_wrap {
    height: 100vh;
}


/* メインビジュアル */
#mainvisual {
    width: 100%;
    /*background: url("../images/index/main01.jpg") no-repeat center;*/
    /* background:url("../images/index/YTPlayer_yoko.png");*/
    z-index: 2;
    height: 100vh;
    position: relative;
    background-size: cover;
    overflow: hidden;
}

/*背景動画（mp4）*/
    #mainvisual_video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
    min-height: 100%;
}
#bgmvfilter
{
    width:100%;
    background:url("../images/index/YTPlayer_dot.png");
    opacity:0.9;
    z-index: 4;    
    height:770px;
    position:relative;
}

#logo {

    position: absolute;
    top: 0%;
    left: 0%;
    z-index: 5;
    width: 220px;
    margin: -40px 0px 0px 20px;

}


/*#logo {
    position: absolute;
    top: 35%;
    left: 40%;
    z-index: 5;
    width: 200px;
    margin: 0px 0px 230px;
}*/

/*背景動画*/
#wrapper_bgmv {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

    #wrapper_bgmv::after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100vh;
        background-color: rgba(18,51,100,0.1);
        background-image: radial-gradient(#123364 2%, transparent 2%), radial-gradient(#123364 2%, transparent 2%);
        background-size: 5px 5px;
        background-position: 0 0, 10px 10px;
    }

/* ランダム背景画像 */
#haikei
{
    background-attachment: fixed; /* 背景画像の位置固定 */
    background-size: cover; /* 縦横比は保持して、背景領域を背景画像で完全に覆う */
}
.haikei01 {
    background:url("../images/index/main01.jpg") no-repeat center -1px;
}
.haikei02 {
    background:url("../images/index/main02.jpg") no-repeat center -1px;
}
.haikei03 {
    background:url("../images/index/main03.jpg") no-repeat center -1px;
}
.haikei04 {
    /*background:url("../images/index/main04.jpg") no-repeat center -1px;*/
}
.haikei05 {
    /*background:url("../images/index/main05.jpg") no-repeat center -1px;*/
}


/*:::::::::::::::::::::::::
 * ヘッダー
 *::::::::::::::::::::::::*/
#headerMenu {
    width: 100％;
    text-align: center;
    margin: 0px auto;
    height: 62px;
    padding: 0px;
    background: #fff;
    opacity: 0.7;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
#headerMenu img 
{
    vertical-align:top;
}

.headMenuTtl
{
    font-size:14px;
    color:#333333;
    padding:6px 0px 0px 0px;
}

/* Foreign */
#foreign a
{
  background: rgba(0, 0, 0, 0) url("../images/top1/icon_foreign.png") no-repeat scroll 0 6px;
  padding:5px 0px 0px 28px;
  line-height:22px;
}

.select-box01 select {
    float:left;
	width: 160px;
	padding:2px;
    margin:7px 0px 0px 0px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #999;
	background: #eee;
	background: url("../images/top1/arrow_gray.png") right 50% no-repeat, -webkit-linear-gradient(top, #fff 0%,#F7F7F7 100%);
	background: url("../images/top1/arrow_gray.png") right 50% no-repeat, linear-gradient(to bottom, #fff 0%,#F7F7F7 100%);
	background-size: 26px, 24px;
}

.select-box01 {
    position: absolute;
    right: 210px;
    top: 0px;
    width: 170px;
    padding: 10px 0px 0px 0px;
}

.select-box01 .dropmenu{
  *zoom: 1;
  list-style-type: none;
  width: 100%;
  margin: 5px auto;
  padding: 0;

}

.select-box01 .dropmenu img {
padding-top:5px;}

.select-box01 .dropmenu:before, .dropmenu:after{
  content: "";
  display: table;
}

.select-box01 .dropmenu:after{
  clear: both;
}

.select-box01 .dropmenu ul {
  border: 1px solid #788DA4;
}

.select-box01 .dropmenu li{
  position: relative;
  width: 100%;
  float: left;
  margin: 0;
  padding: 0px;
  text-align: center;
}

    .select-box01 .dropmenu li a {
        display: block;
        margin: 0;
        padding: 3px 10px;
        text-decoration: none;
        font-size: 15px;
        height: 20px;
        color: #186039;
    }

.select-box01 .dropmenu li ul{
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
}

.select-box01 .dropmenu li ul li{
  width: 100%;
  background: #ffffff;
}

.select-box01 .dropmenu li ul li a{
    padding: 5px 5px;
    border-top: 1px solid #575757;
    background: #ffffff;
}

.select-box01 .dropmenu li ul li a.topsub {
    border-top: none !important;
}

.select-box01 .dropmenu li a:hover{
      background: #eff0f2;
}

.select-box01 .dropmenu ul img{
  margin-left:3px;
}

/* Foreign Language メニュー表示 */
.select-box01 #normal li ul{
    left: -1000em;
}
.select-box01 #normal li:hover ul,
.select-box01 #normal ul.focused{
    left: 0em;
    width:170px;
}


.catch {
    text-align: center;
    position: relative;
    top: 330px;
}



/*:::::::::::::::::::::::::
 * メニュー 
 *::::::::::::::::::::::::*/
#menuBg {
    height: 124px;
    background: linear-gradient(#4ecc22 0%, #073e56 100%);
    opacity: 0.85;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    position: absolute;
    width: 100%;
    bottom: 0px;
    opacity: 0.8;
}
.menu {
    max-width: 1200px;
    margin: 0px auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    height: 124px;
    gap: 20px;
    color: #ffffff;
}

.menu_item {
    text-align:center;
}

.menu_item_center {
    text-align: center;
    border-right: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    padding:0px 30px;
}

    .menu_item_center span {
        font-size:1.3em;
    }

    .menu a {
        text-decoration: none;
        color: #ffffff;
        font-size: 1.3em;
        letter-spacing: 0.02em;
    }

.menu_item span {
    font-size: 0.7em;
    letter-spacing: 0.2em;
    line-height: 3em;
}

.furusato_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    padding: 10px 0px;
}

.furusato_item {
    border: 1px solid #ffffff;
    width: 135px;
    text-align:center;
    padding:3px 0px;
}
    .furusato_item a {
        font-size: 0.9em !important;
        letter-spacing: 0.2em;
    }

    .menu ul {
        letter-spacing: -.4em;
    }
.menu ul li
{
    letter-spacing:normal;
    width:25%;
    display:inline-block;
}
.menu ul li a
{
    display:block;
    color:#333333;
    font-weight:bold;
    font-size:1em;
    text-decoration:none;
    text-align:center;
    padding:20px 0px;
}

.menu ul li:nth-child(1) a
{
    border-top:6px solid #00623D;
    border-left:1px dotted #cccccc;
    border-right:1px dotted #cccccc;
}

.menu ul li:nth-child(2) a
{
    border-top:6px solid #DDB600;
    border-right:1px dotted #cccccc;

}

.menu ul li:nth-child(3) a
{
    border-top:6px solid #0095B0;
    border-right:1px dotted #cccccc;
}

.menu ul li:nth-child(4) a
{
    border-top:6px solid #C8161E;
    border-right:1px dotted #cccccc;


}

/*:::::::::::::::::::::::::
 * 緊急情報
 *::::::::::::::::::::::::*/
#main
{
    max-width:1200px;
    margin:0px auto;
}

#kinkyu
{
    width:61%;
    float:left;
    border:solid 1px #D80C18;
    background:#FCE4DF;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

#kinkyuTtl
{
    padding:7px 0px 7px 10px;
    background-color:#D0121B;
}

#kinkyuTtl a
{
    color:#FFFFFF;
    font-weight:bold;
    font-size:1.1em;
}
#kinkyu ul
{
    padding:5px 10px;
}
#kinkyu ul li
{
    padding:5px 0px;
}
p.koshin
{
    font-size:0.9em;
}
p.nodata
{
    padding:7px 10px;
}

/*:::::::::::::::::::::::::
 * 翻訳メニュー
 *::::::::::::::::::::::::*/

#foreignSP
{display:none;
    width: 96%;
    margin:10px auto 5px auto;
}
#foreignSP .plus
{
    background:url("../images/top1/btn_plus.png") 98% center no-repeat #ffffff;
    background-size: 25px 25px;
}
#foreignSP .minus
{
    background:url("../images/top1/btn_minus.png") 98% center no-repeat #ffffff;
    background-size: 25px 25px;
}
#foreignSP .plus a,
#foreignSP .minus a
{
    display: block;
    height: 100%;
    padding:15px 10px 15px 20px;
    font-weight:bold;
    text-decoration:none;
    margin:0px;
}
    #foreignSP .dspMode {
        display: block !important;
        border: 1px solid #237516 !important;
        background-color: #237516;
    }

#foreignTitle
{
    width:100%;
    margin:1px auto;
}
    #foreignTitle a {
        border: 1px solid #237516;
        padding: 10px 8px 10px 12px !important;
        color: #237516;
        display: block;
        height: 100%;
        font-weight: bold;
    }

#foreignDsp
{
    width:99%;
    margin:0px auto;
    padding: 2px 0px 4px 0px;
    display:none;
}
#foreignDsp ul
{
    width: 100%;
    margin:0px auto;
}
#foreignDsp ul li
{
    padding:0px;
    width:48%;
    margin:2px 0px 0px 4px !important;
    float:left;
    background:url("../images/foreign_ya.png") no-repeat 95% center #ffffff;
    background-size:10px 13px;
    border:1px solid #3B5998;
}
    #foreignDsp ul li a {
        width: 70%;
        line-height: 2.4em;
        display: block;
        padding: 0px !important;
        margin-left: 15px !important;
        color: #237516;
        text-decoration:none;
    }

/*:::::::::::::::::::::::::
 * サイト内検索
 *::::::::::::::::::::::::*/
#mainSearch03
{
    float:right;
    letter-spacing:-.4em;
    padding: 10px 5px;
}
input.searchBox
{
    height: 43px;
    width: 74%;
    margin: 15px 0px 15px 15px;
    vertical-align: middle;
    letter-spacing: normal;
    border: solid 1px #CCCCCC;
    padding: 3px 2px;
    font-size: 13px;
}
input.btnSearch 
{
    margin: 15px 15px 15px 0px;
    padding: 0px;
    vertical-align: middle;
    letter-spacing: normal;
}

.bootstrap-scope .IZ-select .IZ-select__input {
    border-radius: 50px;
}

.bootstrap-scope .btn-gray {
    color: #237516 !important;
    background-color: unset !important;
    border-color: none !important;
}

.bootstrap-scope .IZ-select__input input {
    font-size: 0.9em !important;
    padding-left: 10px !important;
}

.bootstrap-scope .btn {
    border: 0px solid transparent !important;
}

.serch_box {
    max-width: 440px;
    margin: 0px auto;
    padding: 25px 0px 10px;
}


/* 問合せ先 */
#footerBg
{
    background:#FFFFFF;
}
#siteinfo {
    padding: 0px 0px 0px;
    font-size: 0.9em;
    position: relative;
    max-width: 1200px;
    margin: 0px auto;
    color: #237516;
}

#toiawase {
    margin: 30px auto 0px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    flex-direction: row;
    gap: 30px;
}

.toiawasenaiyou {
    line-height:1.6em;
}

.footer_menu {
    border: 1px solid #237516;
    height: 25px;
    padding: 4px 0px 0px;
    width: 135px;
    text-align: center;
}
    .footer_menu a {
        color: #237516;
        text-decoration:none;
    }

    #toiawase span {
        /*font-size:1.6em;
    font-weight:bold;
    padding-right:20px;*/
    }
#toiawasenaiyou h4
{
    font-size:2.7em;
}

/* テキストリンク */
ul#footertextlink
{
    letter-spacing:-.4em;
    border:solid 1px #CCCCCC;
    padding:10px 20px;
    float:left;
    margin:15px 0px 5px;
    background:#FFFFFF;
    width:100%;
    text-align:center;
}
ul#footertextlink li
{
    letter-spacing:normal;
    display:inline-block;
    border-right:solid 1px #CCCCCC;
    padding:0px 10px;

}
ul#footertextlink li:last-child
{
    border:none;
}

/* ページトップへ */
#pagetop
{
    position:absolute;
    top:0px;
    right:0px;
}
/* copyright */
#cp {
    max-width: 1200px;
    margin: 0px auto;
    font-size: 0.7em;
    padding: 3px 0px 15px;
    text-align: right;
}

/* レスポンシブ対応 */
@media screen and (max-width:1200px) {
    .select-box01{
    }
    .menu{
        padding:0px 0px;
    }
    #main{
        padding:0px 10px;
    }
    #siteinfo{
        padding:0px 10px 0px;
    }
}

@media screen and (max-width:1170px) {
    input.searchBox{
        width:70%;
    }
}
@media screen and (max-width:1026px) {
    #kinkyu,#search{
        float:none;
        width:auto;
    }
#mainSearch03 {

    padding: 5px 5px 5px 10px;
    margin:0px auto;

}

    #siteinfo{
        background:none;
    }
}

/* スマホ用 */
@media screen and (max-width:767px) {
    #foreignSP {
        display:block;
    }

    #main {
    margin: 10px auto;
}

    #wrapper_bgmv{
        display:none;
    }

    #catch,#headerMenu{
    }

#mainvisual {

}

    #headerMenu {
        width: 100％;
        text-align: center;
        margin: 0px auto;
        height: 45px;
        padding: 0px;
        background: #fff;
        opacity: 0.7;
        box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    }

    .select-box01 {
        display: none;
    }

    .catch {
        top: 60px;
    }

        .catch img {
        width:250px !important;
        }

        #menuBg {
            height: unset;
            background: #0c611c;
            opacity: 0.85;
        }


    #logo {
        z-index: 5;
        margin: 0px auto auto;
        text-align: center;
        position: unset;
    }

    #logo img{
        width:200px;
    }

    .menu {
        height: unset;
        padding: 15px 0px;
    }

    .menu_item_center {
        text-align: center;
        border-right: 0px solid #ffffff;
        border-top: 1px dotted #ffffff;
        border-bottom: 1px dotted #ffffff;
        border-left: 0px solid #ffffff;
        padding: 6px 0px;
    }
    .menu a {
        color: #ffffff;
        font-size: 1em;
        letter-spacing: 0.02em;
    }

    .menu_item_center span {
        font-size: 1em;
    }

    #siteinfo {
        background-image: none;
        padding-right: 0px;
        padding-left: 0px;
    }

    #toiawasenaiyou{
        padding-right:10px;
        padding-left:10px;
    }

    #toiawase {
        margin: 30px auto 0px auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: row;
        gap: 10px;
    }

    #pagetop img{
        width:50px;
    }

    ul#footertextlink{
        padding:0px;
        border:none;
        border-top:solid 1px #CCCCCC;
        border-left:solid 1px #CCCCCC;
    }

    ul#footertextlink li{
        width:50%;
        padding:0px;
        border-right:none;
        border-bottom:solid 1px #CCCCCC !important;
        background:url("../images/ya_enq.gif") no-repeat right 10px center;
    }

    ul#footertextlink li a{
        display:block;
        border-right:solid 1px #CCCCCC;
        padding:10px 5px;
        text-decoration:none;
    }

    #cp {
        text-align: center;
        text-align: center;
        padding: 10px 0px;
    }
    ul#footertextlink
{

    text-align:left;
}

}

/*:::::::::::::::::::::::::
 * webフォントカラー
 *::::::::::::::::::::::::*/
.my-green {color: #00623D}

.my-white {color: #ffffff}

.my-gold {color: #BFA536}

.my-mint {color: #32BEBE}

.my-red {color:#B7282E}

.my-blue {color:#0099CC}

.my-brown {color:   #7b5315;}

/* 背景動画のコントロールボタン */
div#controlArea{
    position:absolute;
    left:15px;
    top:25px;
    z-index:999;
}
div#controlArea a{
    color:#333333;
}
div#controlArea a.active{
    display:none;
}

/* リダイレクトリンク */
div#redirectlink
{
    font-size:0.9em;
    margin:15px auto;
    line-height:1.5em;
    display:none;
}