@charset "utf-8";

/*-----------------------------------------------
 __default style
-----------------------------------------------*/

/* @media screen and (min-width:768px) and ( max-width:1024px) */
/* @media screen and (max-width: 736px){ */
@media screen and (max-width: 440px){
  body {
    font-size: 100%;
    min-width: 320px;
  }
  
  h1 {
    margin: 0;
    padding: 12px;
    font-size: 150%;
    color: #ffffff;
    border: 0px solid #3a7bd2;
    /* border-bottom: 5px solid #3a7bd2; */
    background-image: none;
    background-color: #3a7bd2;
    min-height: 36px;
    font-weight: normal;
  }

  h1.navi1 {
    border: 0px solid #36bc00;
    background-color: #36bc00;
    color: #ffffff;
    background-image: none;
  }

  h1.navi2 {
    border: 0px solid #0072bc;
    background-color: #0072bc;
    color: #ffffff;
    background-image: none;
  }

  h1.navi3 {
    border: 0px solid #fb7fa7;
    background-color: #fb7fa7;
    color: #ffffff;
    background-image: none;
  }

  h1.navi4 {
    border: 0px solid #0da4ff;
    background-color: #0da4ff;
    color: #ffffff;
    background-image: none;
  }

  h1.navi5 {
    border: 0px solid #f8941d;
    background-color: #f8941d;
    color: #ffffff;
    background-image: none;
  }

  h2 {
    margin: 10px 0px 20px 0px;
    padding: 4px 5px 0px 10px;
    font-size: 130%;
    color: #000000;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #eeeeee), color-stop(0.00, #ffffff));
    background: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
    background: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
    background: linear-gradient(top, #ffffff 0%, #eeeeee 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0); /* IE7,8,9 */
    min-height: 36px;
    border: 0px solid #d7d7d7;
    border-left: 0px solid #0072bc;
    border-top: 5px solid #0072bc;
    border-bottom: 1px solid #aaaaaa;
  }

  h2.navi1 {
    border-left: 0px solid #36bc00;
    border-top: 5px solid #36bc00;
    border-bottom: 1px solid #aaaaaa;
  }

  h2.navi2 {
    border-left: 0px solid #0072bc;
    border-top: 5px solid #0072bc;
    border-bottom: 1px solid #aaaaaa;
  }

  h2.navi3 {
    border-left: 0px solid #fb7fa7;
    border-top: 5px solid #fb7fa7;
    border-bottom: 1px solid #aaaaaa;
  }

  h2.navi4 {
    border-left: 0px solid #0da4ff;
    border-top: 5px solid #0da4ff;
    border-bottom: 1px solid #aaaaaa;
  }

  h2.navi5 {
    border-left: 0px solid #f8941d;
    border-top: 5px solid #f8941d;
    border-bottom: 1px solid #aaaaaa;
  }
  
  h3 {
    margin: 10px 0px;
    padding: 2px 5px 0px 5px;
    color: #333333;
    border-left: 5px solid #3a7bd2;
    border-bottom: 0px solid #3a7bd2;
    min-height: 32px;
    font-weight: normal;
  }

  h3.navi1 {
      border-left: 5px solid #36bc00;
      border-bottom: 0px solid #36bc00;
      /*background: url(image/h3_bg1.png) no-repeat left center;*/
  }

  h3.navi2 {
      border-bottom: 0px solid #0072bc;
      border-left: 5px solid #0072bc;
  }

  h3.navi3 {
      border-bottom: 0px solid #fb7fa7;
      border-left: 5px solid #fb7fa7;
  }

  h3.navi4 {
      border-bottom: 0px solid #0da4ff;
      border-left: 5px solid #0da4ff;
  }

  h3.navi5 {
      border-bottom: 0px solid #f8941d;
      border-left: 5px solid #f8941d;
  }
  
  h4 {
    margin: 10px 0px 5px 0px;
    padding: 2px 0px 5px 0px;
    color: #000000;
    border-bottom: 2px dotted #3a7bd2;
    background-image: none;
    text-indent: 0px;
    min-height: 24px;
  }

  h4.navi1, h4.navi2, h4.navi3, h4.navi4, h4.navi5 {
    background-image: none;
  }
  
  h4.navi1 {
    border-bottom: 2px dotted #36bc00;
  }

  h4.navi2 {
    border-bottom: 2px dotted #0072bc;
  }

  h4.navi3 {
      border-bottom: 2px dotted #fb7fa7;
  }

  h4.navi4 {
      border-bottom: 2px dotted #0da4ff;
  }

  h4.navi5 {
      border-bottom: 2px dotted #f8941d;
  }

  
  img.wt90{
    width: 90%;
    margin:0 5%;
    /* margin: 0 auto; */
  }
  
  /* .pagecap{
    width: 96%;
    margin: 0 auto;
  } */
  
  /*ここからテーブル*/
   table {
/*     margin-top: 0.1em;
    margin-bottom: 0.1em;
    border-collapse: collapse;
    border: 1px solid #999999;
    font-size: 100%; */
  }
  
  table.table004 caption {
/*     margin-top: 1em;
    text-align: left; */
  }
  
  table td {
/*     border: solid 1px #999;
    padding: 4px 6px; */
  }
  
  table th {
/*     border: solid 1px #999;
    padding: 4px 6px;
    background: #eff6fe;
    text-align: center;
    font-weight: normal; */
  }
    
  /*moblie対応用*/
  .mobile{
    /* display: block; */
    margin: 0;
    border: none;
    width: 100%;
  }
  
  .mobile .hidd{
    display: none;
  }
  
  .mobile tr{
    display: block;
    width: 100%;
  }
  
  .mobile th, .mobile td{
    display: block;
    width: auto;
    padding: 5px 0;
    width: 98%;
    padding: 5px 1%;
  }
  
  /* .mobile th.sec_cell{
    text-align: left;
    font-weight: bold;
  } */
  
  .mobile td.l_cap,.mobile td.l_cap_b{
    width: auto;
    text-align: left;
  }

  .mobile td.c_cap{
    width: auto;
    text-align: center;
  }
  
  .mobile td.r_cap{
    width: auto;
    text-align: right;
  }
  
  .mobile td.th_cell {
    background: #eff6fe;
    text-align: center;
  }
  
  .mobile .wt100{
    display: block;
    width: 100%;
  }
  
  .population{
    display: block;
    margin: 0;
    border: none;
  }
  
  .population thead{
    display: block;
    float: left;
  }
  
  .population tbody{
    display: block;
    width: auto;
    overflow-x: auto;
    white-space: nowrap;
  }
  
  .population th{
    display: block;
    width: auto;
  }

  .population tbody tr{
    display:inline-block;
    margin: 0 -2px;
  }
  
  .population tbody tr.cell1{
    width: 64%;
    margin-left: 1px;
  }
  
  .population tbody tr.cell2{
    width: 35%;
  }
  
  .population td{
    display: block;
    width: auto;
  }
  
  .poplist td{
    /* display: block; */
    display: inline-block;
    width: 40%;
    border: 0px;
  }
  
  .poplist td.g_cell{
    display: block;
    width: 84%;
    margin: 0 auto;
    border: 0px;
  }
  
  .poplist a{
    display: block;
    border: 1px solid #55acee;
    margin: 5px;
    text-decoration: none;
  }
  
  .popsheet {
    display: block;
    width: 100%;
    margin: 0;
  }
  .popsheet thead{
    display: block;
    float: left;
    overflow-x:scroll;
  }
  
  .popsheet tbody{
    display: block;
    width: auto;
    overflow-x: auto;
    white-space: nowrap;
  }
  
  .popsheet th{
    display: block;
    width:auto;
  }

  .popsheet tbody tr{
    display: inline-block;
    margin: 0 -3px;
  }

  .popsheet td{
    display: block;
  }
  
  .popsheet thead tr.capcell{
    margin-right: 1px;
  }
  
  .popsheet .cell{
    display: none;
  }
  
  .popsheet tbody td:nth-child(1),.popsheet tbody td:nth-child(3),.popsheet tbody td:nth-child(4),.popsheet tbody td:nth-child(5),.popsheet tbody td:nth-child(7),.popsheet tbody td:nth-child(8),.popsheet tbody td:nth-child(10),.popsheet tbody td:nth-child(11),.popsheet tbody td:nth-child(13),.popsheet tbody td:nth-child(14){
  display: none;
    }
  
/*    .popsheet tbody tr:nth-child(51) td:nth-child(1) {
    display: block;
    }
     
   .popsheet tbody tr:nth-child(52) td:nth-child(1) {
    display: block;
    }
     
   .popsheet tbody tr:nth-child(52) td:nth-child(2) {
    text-align: right;
    } */

  .popsheet tr.capcell td:nth-child(1),.popsheet tr.capcell td:nth-child(3),.popsheet tr.capcell td:nth-child(4),.popsheet tr.capcell td:nth-child(5),.popsheet tr.capcell td:nth-child(7),.popsheet tr.capcell td:nth-child(8),.popsheet tr.capcell td:nth-child(10),.popsheet tr.capcell td:nth-child(11),.popsheet tr.capcell td:nth-child(13),.popsheet tr.capcell td:nth-child(14){
  display: none;
    }
  
  .popsheet2 {
    display: block;
    width: 100%;
    margin: 0;
  }
  .popsheet2 thead{
    display: block;
    float: left;
    overflow-x:scroll;
  }
  
  .popsheet2 tbody{
    display: block;
    width: auto;
    overflow-x: auto;
    white-space: nowrap;
  }
  
  .popsheet2 thead th:nth-child(1){
    display: none;
    width:auto;
  }

  .popsheet2 th{
    display: block;
    width:auto;
  }
  
  .popsheet2 tbody tr{
    display: inline-block;
    margin: 0 -3px;
  }

  .popsheet2 td{
    display: block;
  }
  
  .popsheet2 thead tr.capcell{
    margin-right: 1px;
  }
  
  .popsheet2 .cell{
    display: none;
  }
  
  .popsheet2 td:nth-child(1){
  display: none;
    }
  
  /* .popsheet tbody tr td:nth-child(2){
    text-align: left;
  } */
  
  .kumamv{
    width: 100%;
    text-align: center;
  }
  
  .wt_auto{
    width: 100%;
  }
  
  .wt_kotei{
    width: 700px;
  }
  
  .wt100{
    width: 100%;
  }

  .wt90{
    /* width: 100%; */
    margin: 0 auto;
  }
  
  .wt80{
    /* width: 100%; */
    margin: 0 auto;
  }

  .wt70{
    /* width: 100%; */
    margin: 0 auto;
  }

  .wt60{
    /* width: 100%; */
    margin: 0 auto;
  }

   .wt50{
    /* width: 100%; */
  }
  
  .wt45{
    /* width: 100%; */
    margin: 0 auto;
  }
  
  .wt40{
    /* width: 100%; */
    margin: 0 auto;
  }
  
  .inblk.wt40 {
     width: 100%;
    }
  .wt33{
    /* width: 100%; */
  }

  .wt30{
    /* width: 100%; */
  }

  .wt25{
    /* width: 100%; */
  }
  
  .scroll-box {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  
  #wrapper_out, #wrapper, #head_out, #head, #main_box, #left_box, #right_box, #foot, #copy{ 
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
  
  #wrapper_out{
    /* padding-top: 100px; */
  }
  .pc{
    display: none;
  }

  .sp{
    display: inherit;
  }
  
/*-----------------------------------------------
 __pankuz
-----------------------------------------------*/
#pankz {
  display: none;
}

/*-----------------------------------------------
 __container
-----------------------------------------------*/

  #wrapper_out, #wrapper_out.navi1 ,#wrapper_out.navi2 ,#wrapper_out.navi3 ,#wrapper_out.navi4 ,#wrapper_out.navi5{
    background-color: #ffffff;
    background-image: none;
  }

  #wrapper {
      margin: 0px auto 0;
      padding: 0px ;
      background-color: transparent;
  }

  #main_box{
    padding: 0;
    float: none;
  }

  .content {
    width: 96%;
    /* margin: 0 auto 0px; */
    margin: 0 auto 50px;
    padding: 0;
  }

  .content.wt100 {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  
  #right_box{
  
  }

  #left_box{
  
  }

  #page_info {
    margin: 0px;
    padding: 0px 10px 10px 10px;
    border: 1px solid #006dfa;
    border-right: 0px;
    border-left: 0px;
  }

  #page_info.navi1 {
    border: 1px solid #36bc00;
    border-right: 0px;
    border-left: 0px;
  }

  #page_info.navi2 {
    border: 1px solid #0072bc;
    border-right: 0px;
    border-left: 0px;
  }

  #page_info.navi3 {
    border: 1px solid #fb7fa7;
    border-right: 0px;
    border-left: 0px;
  }

  #page_info.navi4 {
    border: 1px solid #0da4ff;
    border-right: 0px;
    border-left: 0px;
  }

  #page_info.navi5 {
    border: 1px solid #f8941d;
    border-right: 0px;
    border-left: 0px;
    
  }
  
  .a_day {
    MARGIN: 15px 10px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: none;
    font-size: normal;
    color: #999999;
  }
  
  .a_day2 {
    MARGIN: 15px 10px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: none;
    font-size: normal;
    color: #55acee;
    text-align: right
  }
  
  .tb_cap{
    /* background-color: #fafafa; */
    color: #55acee;
  }
/*-----------------------------------------------
 __モバイルメニュー
-----------------------------------------------*/
  #spnavi{
    margin: 10px auto 10px;
    padding: 10px 0 0;
    /* display: none; */
    border-top: 1px solid #cccccc;
  }
  
  #spnavi .menu{
    display: inline-block;
    position: relative;
    width: 33%;
    margin: 0;
    padding: 0;
    border-right:1px solid #ffffff;
    border-top:1px solid #ffffff;
    background-color: #ffffff;
  }

  #spnavi .menu:nth-child(3n){
    border-right:0px solid #ffffff;
    width: 33%;
  }
  
  #spnavi .menu a {
    text-align: center;
    text-decoration: none;
    display: block;
    width: 100%;
    padding: 10px 0px;
    color: #333333;
    margin: 0;
    transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
  }

  #spnavi .menu a p{
    text-align: center;
    text-decoration: none;
    display: block;
    height:40px;
    width: 100%;
  }
  
  #spnavi .menu p.home{
    background:url(image/home.png) 50% 80% no-repeat;
    background-size: contain;
  }
  
  #spnavi .menu p.kurashi{
    background:url(image/kurashi.png) 50% 80% no-repeat;
    background-size: contain;
  }
  
  #spnavi .menu p.jigyo{
    background:url(image/jigyo.png) 50% 80% no-repeat;
    background-size: contain;
  }
  
  #spnavi .menu p.kankou{
    background:url(image/kankou.png) 50% 80% no-repeat;
    background-size: contain;
  }
  
  #spnavi .menu p.shinsai{
    background:url(image/shinsai.png) 50% 80% no-repeat;
    background-size: contain;
  }
  
  #spnavi .menu p.hukkou{
    background:url(image/hukkou.png) 50% 80% no-repeat;
    background-size: contain;
  }
  
  #spnavi .menu a:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -ms-filter: "alpha(opacity=60)";
  }

  /*-----------------------------------------------
   __searchform
  -----------------------------------------------*/
/* 
  #spsearch {
    position: relative;
    width: 100%;
    background-color: #ffffff;
    margin: 10px 0px 0px;
    z-index: 300;
  }

  .form_sec{
    margin: 0;
    padding: 0px 15px 15px;
    border-bottom: 1px solid #cccccc;
  }

  #keywords {
    width: 75%;
    height: 18px;
    background: #ffffff;
    border: solid 1px #999999;
    margin: 10px 0;
    padding: 3px;
    color: #000000;
    font-size: 90%;
  }

  #searchBtn {
    width: 77%;
    padding: 3px;
  }
  
  .closebtn{
    width:100%;
    display: none;
    display: block;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.99, #eeeeee), color-stop(0.00, #ffffff));
    background: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee 99%);
    background: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 99%);
    background: -o-linear-gradient(top, #ffffff 0%, #eeeeee 99%);
    background: -ms-linear-gradient(top, #ffffff 0%, #eeeeee 99%);
    background: linear-gradient(top, #ffffff 0%, #eeeeee 99%);
    margin: 0 auto;
    padding: 15px 0;
    border-bottom: 1px solid #cccccc;
    font-weight: bold;
  }
  
  input[type="button"],[type="submit"] {
    padding: 3px 10px;
  }
 */
  #spsearch {
    position: relative;
    width: 100%;
    /* display: none; */
    background-color: #ffffff;
    margin-bottom: 20px;
  }

  .form_sec{
    margin: 0;
    padding: 15px;
    border-bottom: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
  }

  #keywords {
    width: 65%;
    height: 18px;
    background: #ffffff;
    border: solid 1px #999999;
    margin: 0 0 0 5px;
    padding: 3px;
    color: #000000;
    font-size: 90%;
  }

  #searchBtn {
    position: absolute;
    right: 20px;
    width: 20%
  }

  
  input[type="button"],[type="submit"] {
    padding: 3px 10px;
  }
  
#search_out{
  width: 100%;
  margin: 5px 0 0;
  padding: 0;
  background-color: #f9f9f9;
  /* background-color: #aaa; */
}

.search_sec{
  width: 100%;
  margin: 0 auto 10px;
  padding: 15px 0 10px;
  /* background-color: #d1eaf4; */
  /* background-color: #ebf7fc; */
}

.search_sec .inblk{
  display: block;
  text-align: center
}
  
  
#frm_search {
	position: relative;
  text-align: left;
}

.s_img{
  margin: 0;
  padding: 0;
}

#keyword {
  width: 65%;
  height: 30px;
  margin-right: 0;
  margin-left: 5%;
  margin-top: 1px;/*+14px*/
  padding: 2px;
}

#keyword:focus{
  background-image: none;
}


#s_btn {
  width: 20%;
  height: 36px;
  margin: 0;
  padding: 2px 10px 0;
  font-size: 100%;
  position: absolute;
  left: 75%;
  top: 1px;
  color: #fff;
  text-align: center;
  background-color: #006cfa;
  border: none;
}

  
  .half_sec .r_25 {
    float: none;
    width: 100%;
}
    
.half_sec .l_75 {
    float: none;
    width: 100%;
}
  
  
  
  
/*----------------------------------------
ヘッダー
------------------------------------------*/
  #head_out{
    padding: 0px 0px;
    height: 70px;
    min-height: 70px;
    border-top: 3px solid #025bcf;
    border-bottom: 1px solid #ccc;
    position: relative; /*テストのため一時未設定に*/
    top:0;
    z-index:500;
  }
  
  #head_out.ijyu{
    padding: 0px 0px;
    height: 150px;
    border-top: 3px solid #025bcf;
    border-bottom: 1px solid #ccc;
    position: fixed;
    top:0;
    z-index:500;
  }
  
  
  #head{
    margin: 0 auto;
    padding: 0;
  }

  .toplogo{
    /* width: 55%; */
    margin: 0;
  }
  
  .toplogo.head{
    display: inherit;
    position: absolute;
    top:0px;
    left: 0px;
  }
  
  .toplogo a{
    display: block;
    width: 100%;
    height: 70px;
    padding: 0px;
    margin: 0px 0;
    background-color: #fff;
    background-image: url(image/town_logo_sp.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
  }
  
  .mbtn, .sbtn{
    width: 50px;
    height: 50px;
    margin:20px 0 0 0;
    padding:5px;
    background-color: #025bcf;
    text-align: center;
    color: #ffffff;
    font-size: 85%;
    border-radius: 0px;
  }
  
  .mbtn{
    float: right;
    /* margin-right: 3%; */
    background-color: transparent;
    /*20170906追記*/
    position: fixed;
    z-index: 200;
    right: 3%;
  }
  

  
  .sbtn{
    float: right;
    margin-right: 20%;
    background-color: #025bcf;
    background-image: url(image/sbtn.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    /* display: none; */
  }
  
  .mbtn p{
    width: 50px;
    height: 50px;
    background-image: url(image/sbtn.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size:cover;
  }
  
  .mbtn.menuon p{
    background-image: url(image/sbtn_on.png);
  }
  
  .mbtn p, .sbtn p{
  }
  

/*----------------------------------------
ホバーメニュー
------------------------------------------*/
  /* .navbtn{
    position: fixed;
    top: 18px;
    right: 15px;
    z-index: 9000;
    -webkit-transition: all .5 ease;
    transition: all .5s ease;
    display: inherit;
    background-color: rgba(255,255,255,0.9);
    padding: 5px;
    border-radius: 5px
  }

  .navbtn.mini{
    top: 18px;
  }

  .navtxt{
    position: fixed;
    top: 58px;
    right: 12px;
    z-index: 9000;
    -webkit-transition: all .5 ease;
    transition: all .5s ease;
    color: #fff
  }

  .navtxt.mini{
    top: 43px;
  }

  .menu-trigger,
  .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }
  .menu-trigger {
    position: relative;
    width: 27px;
    height: 27px;
    display: block;
  }
  .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #025bcf;
    border-radius: 4px;
  }

  .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 12px;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 0px;
  }

  .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(12px) rotate(-45deg);
    transform: translateY(12px) rotate(-45deg);
  }
  .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  .menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-11px) rotate(45deg);
    transform: translateY(-11px) rotate(45deg);
  }

  .navbtn{
    display: inherit;
  }
 */

  .slide_menu{
    min-width: 100%;
    max-width: 100%;
    /* display: flex;
    flex-wrap: wrap-reverse;
    flex-direction:row;
    align-items: flex-start;
    align-content: flex-end;
    position: fixed;
    top:0;
    left:100%;
    z-index: 500;
    height: 100vh;
    background-color: #0062e2;
    border-top: 3px solid #025bcf;
    box-shadow: 0px 3px 5px rgba(90,90,90,0);
    overflow: hidden;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s; */
    display: flex;
    flex-wrap: wrap-reverse;
    flex-direction:row;
    align-items: center;
    align-content: center;
    position: fixed;
    top:100%;
    left:0;
    z-index: 500;
    height: 100vh;
    background-color: #ffffff;
    border: none;
    box-shadow: 0px 3px 5px rgba(90,90,90,0);
    overflow: hidden;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    overflow: auto;
    opacity: 0;
  }

  .slide_menu.active{
    left:0;
  }
  
  .hmsec{
    background-color: transparent;
  }
  
  .hitem{
    width: 100%;
  }
  
  .headitem{
    margin: 0;
    padding: 0;
    width:100%;
  }
  
  
  #textsize{
    display: none;
  }
  .headitem.logo{
    background-color: #fff;
  }
  
  
/*----------------------------------------
    グローバルナビ
------------------------------------------*/

/* 
  .hnav_sec{
    border-top:0px solid #ccc;
    box-shadow: 0px 3px 5px rgba(90,90,90,0);
    background-color: transparent;
    width: calc(85% - 10px);
  }


  .gnav {
    position: relative;
    width: 100%;
    margin: 0 auto 0;
    padding: 0;
    border: 0px solid #666;
  }

  .gnav.r2 {
    width: 100%;
    margin: 0px auto;
    padding: 0px;
    border: none;
  }
  
  
  .gnav.r2 ul {
    list-style-type: none;
    margin: 0px auto ;
    padding: 0 0 0px;
    display: flex;
    flex-direction: column;
  }

  .gnav.r2 ul li {
    letter-spacing: normal;
    margin: 0px;
    padding: 0px 0px;
    border:none;

    border-top: 1px solid #fff;
    width: 100%;
  }

  .gnav.r2 ul li:nth-child(3) {
    width: 100%;
  }
  
  .gnav.r2 ul li:nth-child(6){
    border-bottom: 1px solid #fff;
  }
  
  .gnav.r2 ul li a {
    text-align: left;
    text-decoration: none;
    display: block;
    margin: 0px 0;
    line-height: 2.0;
    padding: 5px 0px;
    border-radius: 0px;
    padding-left: 20px;
    color: #fff;
  }

  .gnav a img{
    display: none;
  }

  
  .gnav.r2 ul li a:before {
    display: none;
  }
  
  .gnav.r2 ul li a:hover:after{
    display: none;
  } */
  .hnav_sec{
    border-top:0px solid #ccc;
    box-shadow: 0px 3px 5px rgba(90,90,90,0);
    background-color: transparent;
    width: calc(100% - 30px);
  }
  
  .gnav.r2{
    width: 95%;
    border: none;
    margin: 0 auto;
  }
  
  .gnav.r2 ul li,.gnav.r2 ul li:nth-child(3) {
    letter-spacing: normal;
    margin: 0px 0px;
    padding: 0px 0px;
    border-right: 0px solid #666;
    border-top: 1px solid #fff;
    width: 100%;
  }
  
  .gnav.r2 ul li:nth-child(6){
    border-bottom: 1px solid #fff;
  }
  
  .gnav.r2 ul li a{
    text-align: left;
    text-decoration: none;
    margin: 0px 0;
    display: block;
    width: calc(100% - 20px);
    color: #fff;
    line-height: 2.5;
    padding: 0px;
    border-radius: 0px;
    padding-left: 20px;
  }
    
.gnav.r2 ul li{
    background-color: none!important;
  }
  
  .gnav.r2 ul li a:before {
    display: none;
  }
  
  .gnav.r2 ul li a:hover:after{
    display: none;
  }
  
  .gnav>ul>li:hover > .secondmenu, .gnav>ul>li> .secondmenu.focused{
    display: none;
  }
  

  .gnav a.drop.list6{
    justify-content: flex-start;
    padding: 10px;
  }
  .gnav a.drop.list6 p{
    line-height: 2.5;
    padding: 0px 0;
  }
  .gnav a.drop.list6 span{
    font-size: 1em;
    padding: 0 10px;
  }

  .slide_menu.active{
    top:0;
    opacity: 1;
  }
  
 .gnav.r2 ul li:first-child {
    border-top: 2px solid #0072bc;
  }
  
  .gnav ul li, .gnav ul li:last-child, .gnav.r2 ul li:nth-child(6) {
    border-bottom: 2px solid #0072bc;
  }
  
  .gnav.r2 ul li a {
    text-align: left;
    text-decoration: none;
    margin: 0px 0;
    display: block;
    width: calc(100% - 20px);
    color: #004d9f;
    line-height: 2.5;
    padding: 10px;
    border-radius: 0px;
  }
  
  #honyaku {
    width: 300px;
    margin-top: 20px;
  }

/*ここからドロップダウンメニュー
----------------------------------------------------------*/
ul.secondmenu {
    display: none;
}

ul.secondmenu:before {
  display: none;
  content: "";
  position: absolute;
  top:-20px;
  left:0px;
  right:0px;
  height:20px;
  background-image:url(image/sub_menu_mark.png);
  background-position:  15% top;
  background-repeat:  no-repeat;
}
    
ul.secondmenu.home,ul.secondmenu.kurashi,ul.secondmenu.jigyou,ul.secondmenu.raihou,ul.secondmenu.hukkou{
  border: 0px solid #36bc00;
  border-top: 1px solid #f0f0f0;
}

ul.secondmenu.home:before{
  background-image:url(image/sub_menu_mark01.png);
  background-position:  10% top;
}
ul.secondmenu.kurashi:before{
  background-image:url(image/sub_menu_mark02.png);
  background-position:  30% top;
}
ul.secondmenu.jigyou:before{
  background-image:url(image/sub_menu_mark03.png);
  background-position:  70% top;
}
ul.secondmenu.raihou:before{
  background-image:url(image/sub_menu_mark04.png);
  background-position:  50% top;
}
ul.secondmenu.hukkou:before{
  background-image:url(image/sub_menu_mark05.png);
  background-position:  90% top;
}


.secondmenu li a:hover, .navion > ul.secondmenu li a:hover {
  background-color: #f3f3f3;
}

.gnav>ul>li> .secondmenu {
  display: none;
}

.gnav>ul>li:hover > .secondmenu {
  display: none;
}
.gnav.r2 > ul > li:hover > .secondmenu, .gnav.r2 > ul > li > .secondmenu.focused {
    display: none;
}
/*20180225 各表示カテゴリのサブカテゴリリストを非表示に変更*/
.gnav>ul>li.navion > .secondmenu {
  display: none;
}
  
  
  
  .closebtn{
    width:80%;
    display: block;
    margin: 15px auto 115px;
    padding: 0 0 0;
    border: 1px solid #0072bc;
  }
  
  .closebtn a{
    display: block;
    width: 100%;
    margin: 0;
    padding: 10px 0;
    text-decoration: none;
    color: #000;
  }
  
 /*検索フォーム*/
  
  .search_sec{
    background-color: #0062e2;
  }
  
  
  .search_sp{
    width: 90%;
    margin: 20px auto 0;
    text-align: center;
  }
  
  .key_text{
    text-align: center;
    color: #fff;
    margin: 0;
    padding: 10px 0;
    font-size: 1.2em;
    display: none;
  }
  
  #search_mobile{
    padding: 6px 5px;
    width: calc(70% - 10px);
    font-size: 1.0em;
    text-align: left;
  }
  
  .search-start{
    padding: 6px 0px 6px;
    font-size: 1.0em;
    width: calc(30% - 20px);
    text-align: center;
  }
  
  /* 多言語 */
  .itemlist{
    text-align: center;
    width: 100%;
  }
  
  .translate_element{
    margin: 0 auto;
  }
  
  #honyaku{
    padding: 8px 5px;
    font-size: 1.1em;
    width: calc(85% - 10px);
  }
  
  .close_sec{
    width: 100%;
    margin: 0 0;
    padding: 0 0;
    display: block;
  }
  
  .close_btn{
    border: 2px solid #fff;
    color: #fff;
    font-size: 1.1em;
    width: 186px;
    display: block;
    margin: 20px auto 0;
    padding: 10px 0;
    text-align: center;
    position: relative;
  }
  
  
/*----------------------------------------
フッター
------------------------------------------*/

  #foot_out{
    margin-top: 20px;
    margin-top: 0px;
    border-top: 3px solid #267ebd;
  }

  .address{
    width:96%;
    padding: 10px 2%;
    font-size: 90%;
  }

  #copy_out{
    background-color: #267ebd;
  }
  
  .c_menu{
    width: 96%;
    padding: 10px 2%;
    font-size: 90%;
  }

  .c_menu ul li{
    display: block;
    margin-right: 15px;
    margin: 5% 2%;
  }

  .c_menu ul li a{
    color: #ffffff;
    text-decoration: none;
  }
  
  .copyright{
    width: 96%;
    padding: 10px 2%;
    font-size: 80%;
  }

  #foot_out2{
    margin-top: 20px;
    margin-top: 0px;
  }
  
  .h_link ul {
    flex-direction: column;
    width: 100%;
  }

  .h_link ul li {
      text-align: center;
      padding: 10px 0;
  }

  .address2 {
      margin-bottom: 20px;
      padding: 5px ;
  }

  #copy2 {
      width: 100%;
  }
  
  #foot2 {
      width: 100%;
      flex-direction: column;
  }
  
  .copyright{
    width: 96%;
    padding: 10px 2%;
    font-size: 80%;
  }

  /*広告バナー*/
  .bnr_sec {
    padding: 30px 0;
  }
  
  
/*----------------------------------------
メインコンテンツ
------------------------------------------*/
  /*写真・文章*/
  .photobox{
    float: none;
    margin: 0 auto;
    width: 100;
  }

  #info_sec{
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }

  .top_info{
    float: none;
    margin: 0 0 0;
    padding: 0;
    width: 100%;
  }

  .top_pic{
    margin: 0 0 20px;
    padding: 0 0 10px;
    width: 100%;
    background-color: #ffffff;
    border-bottom: 1px solid #cccccc;
  }
  
  .content ul.history li{
    margin: 0px;
    padding: 0;
    line-height: 1.5;
    background-image: none;
    vertical-align: top;
  }
  
  .content ul.history li:before,
  .content ul.history li:after{
    content:"";
    display: table;
  }
  .content ul.history li:after{
    clear:both;
  }
  /*IE6,7対策 （haslayout対策）*/
  .content ul.history li{
    *zoom:1;
  }
  
  /*新着一覧*/
  .content ul.history li .category{
    width: 20%;
    display: block;
    float: left;
    margin: 0px 5px 5px 0px;
    padding: 0;
    text-align: center;
  }
  
  .content ul.history li .txt{
    width: 78%;
    display: block;
    float: none;
    margin: 0 0 5px 22%;
    padding: 0;
  }

  .ico0 {
    background-color: #ffffff;
    border: 1px solid #0072bc;
    color: #0072bc;
  }

  .ico1 {
    background-color: #7cc576;
    border: 1px solid #c4df9b;
    color: #ffffff;
  }

  .ico2 {
    background-color: #0072bc;
    border: 1px solid #7da7d9;
    color: #ffffff;
  }

  .ico3{
    background-color: #ff71a0;
    border: 1px solid #ff9ac8;
    color: #ffffff;
  }

  .ico4 {
    background-color: #00bff3;
    border: 1px solid #6dd0f7;
    color: #ffffff;
  }

  .ico5 {
    background-color: #f8941d;
    border: 1px solid #fdc689;
    color: #ffffff;
  }
  
  .content .kouhou {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    list-style-type: none;
    border: 0px solid #cccccc;
    letter-spacing: -.4em;
  }

  .content p{
    margin-bottom: 10px;
    padding: 0px 0px 0px 15px;
    background-position: left 6px;
  }
  
  .content p.smap{
    line-height: 2;
    background-position: left 10px;
  }

  .content .kouhou p{
    margin: 0px;
    padding: 0px;
    width: 50%;
    height: 190px;
    border-top:0px solid #999999;
    border-right:0px solid #999999;
    border-bottom: 0px solid #999999;
    border-left:0px solid #999999;
    background-color: #eff6fe;
    background-image: none;
    background-position: left top;
    background-repeat: no-repeat;
    display: inline-block;
    text-align: center;
    
  }

  .content .kouhou p.last{
    border-right:0px solid #999999;
  }

  .content .kouhou p:nth-child(6n), .content .kouhou p:last-child{
    border-right:0px solid #999999;
  }
  
  .content .kouhou p.yoko{
    border:0px solid #999999;
    width: 100%;
    height: auto;
    font-size: 100%;
    padding-bottom: 10px;
  }


  .content .kouhou p.last2{
    border-top:0px solid #999999;
    border-right:0px solid #999999;
  }

  .content .kouhou p.down{
    border-top:0px solid #999999;
  }

  .content .kouhou p img{
    border:1px solid #cccccc;
    margin-bottom: 5px;
    margin-top: 5px;
  }
  
  .content .kouhou p.yoko img{
    border:1px solid #cccccc;
    margin-bottom: 5px;
    margin-top: 5px;
    width: 50%
  }
    
  .content .kouhou2 p{
    width:calc(100% - 8px);
    border-right:1px solid #999999;
  }
  
  .content ul li.page_list{
    margin: 0px 0px 0px 0px;
    padding: 5px 0px 5px 15px;
    background-position: left center;
    display: block;
  }

  .content ul li.page_list2{
    margin: 0px 30px 0px 0px;
    padding: 5px 0px 5px 15px;
    background-position: left center;
    display: block;
  }
  
  
  /*-----------------------------------------------
 _新着情報(トップ以外)
-----------------------------------------------*/
  #new_tp {
    border-left: 0px solid #cccccc;
    border-right: 0px solid #cccccc;
  }
  
  #new_tp ul li a{
    margin-left: 0px;
  }

  #new_tp ul li span{
    display: block;
    width: 100%;
    margin-bottom: 5px;
    color: #999999;
  }

  #new_tp ul li.last{
    padding: 15px 0px;
  }
  
  /* ここから新着情報 */
   .infobox{
    border: 0px solid #cccccc;
    background-color: #ffffff;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  
  .infobox .tab {
    overflow: visible;
    overflow-x: visible;
    overflow-y: visible;
    clear: both;
    text-align: left;
    padding: 0;
    margin-top: 0px;
    border: 0px solid #55afdd;
    height: auto;
  }
  
  .infobox .tpx {
    height: 120px;
    overflow: visible;
    overflow-x:  visible;
    overflow-y: visible;
    clear: both;
    text-align: left;
    padding: 10px;
    margin-top: 0px;
  }
  
  .i_cat{
    font-size: 90%;
    font-weight: bold;
    width:100%;
    padding: 10px 0;
    line-height: 1.3;
    text-indent: 15px;
  }
  
  .imp{
    border: 0px solid #df1145;
    border-top: 3px solid #ffffff;
    color: #ffffff;
    background-color: #df1145;
    margin: 0;
  }
  
  .not{
    border: 0px solid #0072bc;
    color: #ffffff;
    background-color:#7cc6e9;
    margin: 0;
  }
  
  .photo_cap{
    border: 0px solid #0072bc;
    color: #ffffff;
    background-color:#7cc6e9;
    margin: 3px 0 10px;
  }
  
  .tab dl{
    padding: 10px 10px;
    border-bottom: 1px solid #eeeeee;
    font-size: 90%;
  }
  
  .tab dl:last-child{
    border-bottom: 0px dotted #cccccc;
  }
  
  .tab dt {
    width: 20%;
    float: right;
    margin: 4px 56% 5px 0;
    text-align:left;
    color: #999999;
    font-size: 110%;
  }
  
  .tab dd{
/*     width: 100%; */
  }
  
  .tab dd.category {
    width: 20%;
    float: none;
    margin: 3px 2% 3px 0;
    padding: 3px 1px 1px;
    text-align: center;
    font-weight: bold
  }
  
  .tab dd.txt{
    padding: 5px 0;
  }
  
  .tab dd a {
    margin-right: 3px;
  }
  
  .tab dd a:hover{
    text-decoration: none;
  }

  .infoall a{
    position: relative;
    display: block;
    border-bottom: 1px solid #cccccc;
    margin: 0 0;
    padding: 15px 15px;
    padding-right: 30px;
    border-radius: 0px;
    text-decoration: none;
    text-indent: 0;
    color: #0054c1;
    background-color: #ffffff;
    background-image: none;
    text-align: right;
  }
  
   .infoall a:before{
    display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    right: 15px;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    background-color: #55afdd;
  }
  
  .infoall a:after{
    display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    right: 20px;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    background-color: #ffffff;
  }
  
  /*新着一覧*/
  .info_link{
    text-align: center;
  }
  
  .info_link a{
    padding: 10px;
    display: inline-block;
    border: 1px solid #55afdd;
    text-decoration: none;
    color: #0072bc;
  }
  
  /*ここからトップスライド */
  #slide_info {
    margin: 0px;
    padding-left: 1px;
    margin-bottom: 0px;
    height: 79px;
  }

  #slide_info a:hover{
      transition: 0.6s;
      -moz-transition: 0.6s;
      -webkit-transition: 0.6s;
      opacity: 0.7;
      filter: alpha(opacity=70);
      -ms-filter: "alpha(opacity=70)";
  }

  /*ここからあゆみ、定点*/
  .ayumi_sec{
    display: inline-block;
    width: 48%;
    background-color: #ffffff;
    margin: 0;
    padding: 0;
  }

  .ayumi_sec img.pic{
    border: 1px solid #cccccc;
    padding: 1px;
    width: 80%;
  }

  .teiten_sec{
    display: inline-block;
    width: 48%;
    background-color: #ffffff;
    margin: 0;
    padding: 0;
  }

  .teiten_sec img.pic{
    border: 1px solid #cccccc;
    padding: 1px;
    width: 80%;
  }

  
/*------定点写真---------*/

  ul.tei {
    margin: 0px 0px 0px 0px;
    margin-left: 1%;
    padding: 0px 0px 0px 0px;
    list-style-type: none;
    border: 0px solid #cccccc;
  }

  ul.tei li{
    padding: 0;
    width: 32%;
    display: inline-block;
    float: none;
    text-align: center;
  }


  ul.tei li.pic{
    padding: 0px;
    width: 48%;
    border:0px solid #999999;
  }

  ul.tei li.pic img{
    height: auto;
  }

  ul.new li{
    padding: 1%;
    width: 99%;
    float: none;
  }

  ul.new li img{
    border:1px solid #cccccc;
    margin-bottom: 5px;
    width: 90%;
    padding: 2%;
    background-color: #ffffff;
  }
  
  /*ここから人生の出来事から探す*/

  .life_sec{
    width: 100%;
    margin: 0 auto 20px;
    padding: 0 0 0;
  }

  .event_list{
    width: 100%;
    padding: 0 0 0;
    margin: 0 auto 0;
    border: 0px solid #55afdd;
    border-top: 0px solid #55afdd;
    /* display: none; */
    background-color: transparent;
  }
  
  .event_list span {
    font-size:95%
  }
  
  .event_list ul{
    margin: 0 0 0;
    padding: 4% 3% 2%;
    border: 0px solid #55afdd;
    border-bottom: 2px solid #cccccc;
    background-color: #ffffff;
    color: #000000;
  }

  .event_list ul li{
    display: inline-block;
    list-style-type: none;
    list-style-image: none;
    border-bottom: 0px dashed #dddddd;
    margin: 0 auto 3%;
    width: 49%;
  }
  
  .event_list ul li a{
    position: relative;
    display: block;
    border: 2px solid #55afdd;
    margin: 0 auto;
    padding: 15px 0px 30px;
    height: 0px;
    width: 90%;
    border-radius: 0px;
    text-decoration: none;
    text-indent: 10px;
    color: #333333;
    background-color: #ffffff;
    transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    text-align: left;
  }

  .event_list ul li a:hover{
    border: 2px solid #55afdd;
    background-color: #ffffff;
  }
  
  .event_list ul li a:before{
    display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    right: 15px;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    background-color: #55afdd;
  }

  .event_list ul li a:after{
    display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    right: 20px;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    background-color: #ffffff;
  }
  
  .event_list ul li a.evt1, .event_list ul li a.evt2, .event_list ul li a.evt3, .event_list ul li a.evt4, .event_list ul li a.evt5, .event_list ul li a.evt6, .event_list ul li a.evt7, .event_list ul li a.evt8, .event_list ul li a.evt9, .event_list ul li a.evt10{
    background-image: none;
  }

  /*ここから分類から探す*/
  .bunrui_sec{
    width: 100%;
    margin: 0 auto 20px;
    padding: 0 0 0;
  }

  .bunrui_sec h4{
    border: 0px solid #999999;
    margin: 0 0;
    padding: 7px 0px;
    color: #ffffff;
    font-weight: bold;
    background-color:#7cc6e9;
    background-image: none;
    text-indent: 15px;
  }

    .bunrui_sec h3.navi1{
    border: 0px solid #999999;
    margin: 0 0;
    padding: 7px 0px;
    color: #ffffff;
    font-weight: bold;
    background-color:#7cc6e9;
    background-image: none;
    text-indent: 15px;
  }
  
  .bunrui_list{
    padding: 0 0 0;
    margin: 0 0 0;
    border: 0px solid #cccccc;
    border-bottom: 2px solid #cccccc;
    background-color: transparent;
  }

  .bunrui_list ul{
    margin: 0 0 0;
    font-size: 95%;
    text-align: center;
    padding: 0 0;
    border: 0px solid #55afdd;
  }

  .bunrui_list ul li{
    display: inlin-block;
    list-style-type: none;
    list-style-image: none;
    margin: 0 0;
    width: 100%;
    padding: 0 0;
    border-bottom: 1px solid #eeeeee;
  }

  .bunrui_list ul li:last-child{
    border-bottom: 0px dotted #cccccc;
  }
  
  .bunrui_list ul li.long,  .bunrui_list ul li.long2{
    width: 100%;
  }

  .bunrui_list ul li a{
    position: relative;
    display: block;
    border: 0px solid #55afdd;
    margin: 0 0;
    padding: 10px 0px;
    border-radius: 0px;
    text-decoration: none;
    text-indent: 15px;
    color: #333333;
    background-color: #ffffff;
    background-image: none;
    text-align: left;
  }

  .bunrui_list ul li a:before{
    display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    right: 15px;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    background-color: #55afdd;
  }

  .bunrui_list ul li a:after{
    display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    right: 20px;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    background-color: #ffffff;
  }
  
  .bun_tab{
    width: 100%;
    padding: 0 0;
    margin: 0;
    text-align: center;
    display: table;
  }
  
  .bun_tab .listtab{
    width: 25%;
    display: inline-block;
    margin:0;
    padding: 0;
    text-align: center;
    text-decoration: none;
    line-height: 1.2em;
    color: #333333;
    vertical-align: bottom;
    border-bottom: 0px solid #cccccc;
  }
  
  .bun_tab .listtab a{
    height: 60px;
    border-bottom: 0px solid #55afdd;
    display: block;
    margin: 0;
    padding: 0;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    background-color: #55afdd;
    border-left: 1px solid #ffffff;
    vertical-align: bottom;
  }
  
  .bun_tab a.list_on{
    background-color: #ffffff;
    color: #3b89e6;
    font-weight: bold;
  }
  
  .bun_tab .listtab a p{
    display: block;
    margin: 0;
    padding: 15% 10%;
    text-align: center;
    vertical-align: middle;
    font-size: 90%;
  }
  
  .bun_tab .listtab a.k_tab{
    border-left: 0px solid #ffffff;
  }
  
  p.fore_txt{
    width: 98%;
    margin: 0 auto;
  }
  
  
/*リンク集*/
  
  .h_sec{
    display: none;
  }
  
  ul.link{
    list-style-type: none;
    list-style-image: none;
  }
  
  ul.link li{
    display: block;
    width: 100%;
    padding: 0;
    background-image: none;
    background-position: left 6px;
    background-repeat: no-repeat;
  }
  
  .filed ul li{
    list-style: none;
    list-style-image: none;
    border-bottom: 1px solid #eeeeee;
    margin: 0px 0px;
  }
  
  .filed ul li:last-child{
    border-bottom: 0px dashed #dddddd;
  }
  
  ul.link li a{
    position: relative;
    display: block;
    margin: 0;
    padding: 10px 30px 10px 10px;
    background-color: #ffffff;
    color: #006ec1;
    text-decoration: none;
    border-bottom: 1px solid #eeeeee;
  }

  ul.link li a.last{
    border-bottom: 0px dashed #dddddd;
  }
  
    ul.link a:before{
    display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    right: 15px;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    background-color: #55acee;
  }

    ul.link li a:after{
    display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    right: 20px;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    background-color: #ffffff;
  }
  
  
  /*ふるさと応援寄附*/
  .content ul.kihu li{
    width: 50%;
    min-height: 190px;
  }

  .content ul.kihu li img{
    width:80%;
  }
  
  /*ダンベル体操*/
  #movie{
    width: 100%;
    margin: 0 auto;
  }
  
  .half_sec .r_sec, .half_sec .l_sec, .half_sec .l_30, .half_sec .r_70{
    float: none;
    width: 100%;
  }
  
  .half_sec .l_30{
    text-align: center;
  }

  .r_sec img{
    width: 100%;
  }
  
  
/*----------------------------------------
ふるさと㎝
------------------------------------------*/

  .cm_img{
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }

  .cm_img2{
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
  
  .cm_img a img{
    border: 1px solid #cccccc;
    padding: 2px;
    margin: 0 auto;
    width: 90%;
  }
  
  .cm_img2 a img{
    border: 1px solid #cccccc;
    padding: 2px;
    margin: 0 auto;
    width: 90%;
  }
 /*  .cm_img a{
    display: block;
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }
  
  .cm_img p{
    width: 100%;
    text-align: center;
  }
  

  
  .cm_img a img:hover{
      transition: 0.3s;
      opacity: 0.7;
      filter: alpha(opacity=70);
      -ms-filter: "alpha(opacity=70)";
  }
  
  .cm_movie{
    overflow:none;
    display: none;
    margin: 0;
    padding: 0;
  } */
  
  
/*----------------------------------------
観光ページ
------------------------------------------*/

.rmenu{
  width: calc(33% - 6px);
  margin: 3px 3px;
  padding: 0 0;
}

.rmenu.info, .rmenu.movie, .rmenu.bnr{
  width: calc(100% - 6px);
  margin: 0 3px;
  padding: 0 0;
}
  
.rmenu.bnr img{
  width: 100%;
}
  
  #kan_menu ul {
    margin: 0;
    padding: 0;
    border: 0px solid #118d00;
    color: #000000;
    width:100%;
  }
    
#kan_menu ul li {
  width: 31%;
  margin: 0px 0px;
  display: inline-block;
}
    
    

#kan_menu ul li a{
  border: 2px solid #666666;
  padding: 0px 0px 0px 0px;
  width: 100%;
  height: 120px;
  display: block;
  border-radius: 6px;
  text-decoration: none;
  color: #333333;
  background-color: #ffffff;
}

  
.model_bn{
  margin: 10px 0 0;
  padding: 0;
  width: 100%;
}

  .model_bn a img{
    width: 100%;
  }
  
.model_bn a:hover{
  	transition: 0.6s;
	-moz-transition: 0.6s;
	-webkit-transition: 0.6s;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
}

  .hama_m{
    width: 100%;
  }
  

.r_box.rlist1 {
    margin: 0;
    padding: 0;
    width:100%;
    align-items: stretch;
    }
    
.r_box.rlist1 .rmenu.rlist2 {
  width: 36%;
  margin: 5px 5px;
  display: inline-block;
    }
    
.r_box.rlist1 .rmenu.rlist2 a{
  padding: 0px 0px 0px 0px;
  width: 100%;
  min-height: 120px;
  display: block;
  border-radius: 6px;
  text-decoration: none;
  color: #333333;
  background-color: #ffffff;
    }
    
 .r_box2{
     flex-wrap: wrap;
     margin: 0 5px;
}
    
    .rmenu.bnr  {
        margin: 10px 0;
    }
    
    .rmenu.bnr p {
        margin: 5px 0;
    }
    
    .rmenu.bnr img {
        width: 35%;
    }
    
    .rmenu.bnr a p {
        font-size: 80%;
    }
    
/*----------------------------------------
左メニュー
------------------------------------------*/

  h6{
    color: #ffffff;
    margin-bottom: 15px;
  }

  #left_box{
    margin: 0 0;
    background-color: transparent;
  }
  
  #left_box .menu_sec{
    width: 100%;
    margin: 0 auto 20px;
    padding: 0px;
    border:#3b89e6 0px solid;
    background-image: none;
  }

  #left_box .menu_sec.navi1, #left_box .menu_sec.navi2, #left_box .menu_sec.navi3, #left_box .menu_sec.navi4, #left_box .menu_sec.navi5 {
    border: #0da4ff 0px solid;
    background-image: none;
  }

  #left_box .bnr_sec{
    width: 100%;
    margin: 0 auto 20px;
    padding: 0px;
  }
  
  .bnr_list{
    width: 100%;
    margin: 0 auto;
    padding: 28px 0 0;
    display: block;
    border-top: 3px solid #267ebd;
  }

  .bnr_list ul{
    width: 96%;
    margin: 0 auto;
    padding: 0;
  }

  .bnr_list ul li{
    display: inline-block;
    width: 49%;
    margin: 0 0 5px;
    padding: 0;
    vertical-align: top;
  }

  .bnr_list ul li a{
    display: block;
    width: 100%;
  }

  .bnr_list ul li a img{
    width: 100%;
  }
  
  .sanpo{
    width:100%;
  }
  
  #m_kouji{
  border-bottom: 1px solid #cccccc;
/*      border: 1px solid #55acee;
         border-top: 0px solid #55acee;
         width: 99%;
         margin: 0 auto; */
  }
  
  #m_onagawa{
    border-bottom: 1px solid #cccccc;
  }

  #l_bnr{
    width: 100%;
    margin: 0 auto 0px;
    padding: 0px 0px;
    display: none;
  }
  
  .filed {
    margin: 0px 0px 0px;
    padding: 0px 0px 0px;
    border: 0px solid #3b89e6;
    display: none;
  }

  .filed p{
    border: 0px solid #999999;
    border-top: 0px solid #999999;
    margin:0px 0px 0px 0px;
    padding: 5px 0px;
    color: #ffffff;
    background-color:#55acee;
    text-indent: 10px;
  }

  .filed span {
    font-size:95%
  }

  .filed ul{
    padding: 0 0 0 0px;
    margin-bottom: 0px;
  }

  .filed ul li{
    list-style: none;
    list-style-image: none;
    border-bottom: 1px solid #eeeeee;
    margin: 0px 0px;
  }
  
  .filed ul li:last-child{
    border-bottom: 0px dashed #dddddd;
  }
  
  .filed ul li a{
    position: relative;
    display: block;
    margin: 0;
    padding: 15px;
    background-color: #ffffff;
    color: #333333;
    text-decoration: none;
  }

  .filed ul li a.j_list{
    border-top: 1px dotted #cccccc;
    border-bottom: 1px solid #cccccc;
  }
  
  .filed ul li a:before{
    display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    right: 15px;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    background-color: #55acee;
  }

  .filed ul li a:after{
    display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    right: 20px;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    background-color: #ffffff;
  }
  
  .pullbtn{
    border-bottom: 1px solid #cccccc;
  }
  
  a.pulldown {
    position: relative;
    display: block;
    margin: 0;
    padding: 15px;
    background-color: #f9f9f9;
    border-top: 3px solid #3b89e6;
    border-bottom: 1px solid #ffffff;
    color: #3b89e6;
    font-size: 110%;
    font-weight: bold;
    text-decoration: none;
    transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    height: 30px;
  }
  
  a.pulldown.navi1 {
    border-top: 3px solid #36bc00;
  }
  
  a.pulldown.navi2 {
    border-top: 3px solid #0072bc;
  }
  
  a.pulldown.navi3 {
    border-top: 3px solid #fb7fa7;
  }
  
  a.pulldown.navi4 {
    border-top: 3px solid #0da4ff;
  }
  
  a.pulldown.navi5 {
    border-top: 3px solid #f8941d;
  }
  
  a.pulldown:hover{
/*     opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)"; */
  }

  a.pulldown:before{
    display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    right: 15px;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    background-color: #3b89e6;
  }

  a.pulldown:after{
    display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 40%;
    right: 15px;
    width: 10px;
    height: 10px;
    margin-top: -5px;
/*     background-color: #55acee; */
    background-color: #f9f9f9;
  }

  a.pulldown.pullup:after{
    display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 60%;
    right: 15px;
    width: 10px;
    height: 10px;
    margin-top: -5px;
/*     background-color: #55acee; */
    background-color: #f9f9f9;
  }
  
  #left_box .banner {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 100%;
    background-color: transparent;
  }
  
  #left_box .banner span{
    
  }
  
  #left_box .banner a{
/*     width: 96%;
    padding: 12px 0px;
    margin: 0 auto 2%;
    color: #333333;
    background-color: #ffffff;
    text-decoration: none;
    display: block;
    font-size: 100%;
    height: 26px;
    text-indent: 0px;
    transition: 0.2s;
    -moz-transition: 0.2s;*/
    position: relative;
    width: 100%;
    padding: 12px 0px 10px;
    margin: 0;
    color: #333333;
    background-color: #ffffff;
    text-decoration: none;
    text-indent: 15px;
    font-size: 100%;
    display: block;
    height: 26px;
    transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
  }

  #left_box .banner a:hover {
    font-weight: normal;
  }
  
  #left_box .banner a:before{
    display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    right: 15px;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    background-color: #55acee;
  }

  #left_box .banner a:after{
    display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    right: 20px;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    background-color: #ffffff;
  }
  

  #left_box .banner a.saigai {
    border: 0px solid #0062e2;
    border-bottom: 1px solid #eeeeee;
    color: #af0000;
    background-image: none;
  }

  .mado {
    border: 0px solid #0062e2;
    border-bottom: 1px solid #eeeeee;
    background-image: none;
  }

  .koutsuu{
    border: 0px solid #0062e2;
    border-bottom: 1px solid #eeeeee;
    background-image: none;
  }

  .download {
    border: 0px solid #0062e2;
    border-bottom: 1px solid #cccccc;
    background-image: none;
  }
  
  #m_jinkou{
    padding-top: 10px;
  }
  
  table.jinkou {
    width: 94%;
    margin: 20px auto;
    font-size: 100%;
    padding: 4px 0px;
  }
  
  table.jinkou td {
    border: solid 0px #999;
    padding: 6px 10px;
    text-align: left;
  }
  
  table .num{
    width: 33%;
  }
  
/*----------------------------------------
右メニュー
------------------------------------------*/

h6{
  color: #ffffff;
  margin-bottom: 15px;
}

  #right_box{
    margin: 0 0 10px;
  }
  
  #right_box .menu_sec{
    width: 100%;
    margin: 0 auto;
    padding: 0px 0px;
    overflow: hidden;
  }

  #right_box .pic_sec{
    width: 100%;
    margin: 0 auto;
    padding: 0px 0px;
    display: none;
  }
  
  #right_box .bn_sec {
    width: 100%;
    margin: 0 auto;
    padding: 0px 0px;
  }
  
  #right_box .banner {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 100%;
    background-color: transparent;
  }
  
  #right_box .banner span{
    
  }
  
  #right_box .banner a{
    position: relative;
    width: 100%;
    padding: 12px 0px 10px;
    margin: 0;
    color: #333333;
    background-color: #ffffff;
    text-decoration: none;
    text-indent: 15px;
    display: block;
    height: 26px;
    transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
  }

  #right_box .banner a:hover {
     opacity: 1.0;
    filter: alpha(opacity=100);
    -ms-filter: "alpha(opacity=100)";
  }

  #right_box .banner a.ayumi,#right_box .banner a.hurusato,#right_box .banner a.gikai,#right_box .banner a.gomi,#right_box .banner a.link{
    background-image: none;
    border-bottom: 1px solid #eeeeee;
  }
  
  #right_box .banner a.public{
    background-image: none;
    border-bottom: 1px solid #cccccc;
  }

  #right_box .banner a.kirari{
    padding: 0;
    margin: 0;
    background-image: none;
    background-color: #ff0000;
    height: 5px;
  }
  
  
  #right_box .banner a:before{
    display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    right: 15px;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    background-color: #55acee;
  }

  #right_box .banner a:after{
    display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    right: 20px;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    background-color: #ffffff;
  }
  
/*-----------------------------------------------
 _広報・twitterリンク
-----------------------------------------------*/
  .kouhou_link{
    margin: 20px 0 3%;
  }

  .twt_link{
    margin: 0 0 3%;
  }

  ul.sp_link{

  }
  
  
  .sp_link li a{
    position: relative;
    display: block;
    width: 94%;
    margin: 0 auto;
    margin-bottom: 0;
    padding: 17px 0px;
    /* background-color: #0062e2; */
    background-color: #55acee;
    border-radius: 5px;
    border-top: 0px solid #ffffff;
    color: #ffffff;
    font-size: 110%;
    text-decoration: none;
    text-indent: 90px;
    box-shadow: 1px 1px 0px rgba( 120, 120, 120, 0.5 );
    transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
  }

  .sp_link li a.kouhousp{
    background-image: url(image/kouhou_ico.png);
    background-position: 3% center;
    background-repeat: no-repeat;
    background-size:contain;
  }
  .sp_link li a.twt{
    background-image: url(image/twt_ico.png);
    background-position: 3% center;
    background-repeat: no-repeat;
    background-size:contain;
  }
  
  
  .sp_link li a:hover{
/*     opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)"; */
  }

  .sp_link li a:before{
    display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    right: 15px;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    background-color: #ffffff;
  }

  .sp_link li a:after{
    display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    right: 20px;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    background-color: #55acee;
  }
  
  /*----------------------------------------
  移住サイト
  ------------------------------------------*/

    h1.bl {
      /* background-image: url(image/iju/h1_nami.png); */
      /* background-repeat: no-repeat; */
      /* background-position: left bottom; */
      /* background-size: contain; */
      min-height: 65px;
      /* font-weight: bold; */
      position: relative;
    }

    h1.bl.work {
      font-size: 160%;
      padding-bottom: 20px;
    }
  
    h1.bl:after{
      display: none;
    }

    h1.gre {
      color: #0a5900;
      /* background-image: url(image/iju/h1_nami_g.png); */
    }

    h1.gre:after{
      display: none;
      /* background-image: url(image/iju/pensil_g.png); */
    }

    h1.lp {
      color: #720030;
      /* background-image: url(image/iju/h1_nami_p.png); */
    }

    h1.lp:after{
      display: none;
      /* background-image: url(image/iju/pensil_p.png); */
    }

    h1.vo{
      background-position: center bottom;
      letter-spacing: 0.0em
    }
  
    h1.ijulogo{
      width: 70%;
      height: auto;
      padding: 0 0 0 10px;
      margin: 0;
      background-color: transparent;
    }

    h1.ijulogo img{
      width: auto;
      height: 100%;
      padding-top: 5px;
      height: 95px;
    }

      .toplogo.ijyu{
        width: 70%;
        height: auto;
        padding: 0 0 0 10px;
        margin: 0;
      }

      .toplogo.ijyu a{
        display: block;
        width: 100%;
        height: 95px;
        background-position: left center;
        background-size: contain;
      }
  
    h2.iju {
      font-size: 130%;
      background-color: #3373c7;
      min-height: 36px;
      border: 0px solid #d7d7d7;
      border-left: 0px solid #8faadc;
      border-bottom: 5px solid #8faadc;
    }

     h2.iju.lp {
      border-left: 0px solid #ff99ff;
      border-bottom: 5px solid #ff99ff;
    }
    
    h2.iju.gre {
      border-left: 0px solid #c5e0b4;
      border-bottom: 5px solid #c5e0b4;
    }
  
     h3.iju {
      border: 0px solid #3a7bd2;
      /* font-weight: bold; */
      padding-left: 32px;
      text-indent: 0;
    }

     h3.iju:after {
       top:7px;
    }
  
  /*トップスライド*/
  .slide_sec{
    width: 100%;
    margin: 100px auto 0px;
    padding: 20px 0 0px;
    background-color: #fff;
  }
  
  /*トップページ*/
  .topmsg{
    font-size: 150%;
    margin: 0 0 50px;
  }
  
  .content ul.main_menu li{
    display: block;
    margin-right: 0%;
    margin: 20px auto 30px;
    padding: 5px 0 10px;
    width: 96%;
  }

  .content ul.main_menu li:after {
    display: none;
  }

  .topmenu{
    position: relative;
  }

  .content ul.main_menu li:nth-child(3n){
    margin: 20px auto 30px;
  }
  
  .ijyu_cap{
    letter-spacing: 0.2em;
  }
  
  .ijyu_cap span{
    font-size: 100%;
    line-height: 1.5;
    color: #833c0b;
  }
  
  /*about*/
  .sta_img img{
    width:100%;
  }
  
  .pagecap{
    line-height: 2.0;
    font-size: 100%;
  }
  
  .pagecap.iju{
    line-height: 2.0;
    font-size: 100%;
    letter-spacing: -0.08em;
  }
  
  .toplogo.ijyu{
    width: 70%;
    height: auto;
    padding: 0 0 0 10px;
    margin: 0;
  }

  .toplogo.ijyu a{
    display: block;
    width: 100%;
    height: 95px;
    background-position: left center;
    background-size: contain;
  }

  .hmenu{
    display: none;
    width: 500px;
    margin: 0 0;
    margin-left: 580px;
  }

  
/*スマホメニュー表示用*/
  
  .gnav_out.ijyu{
    top: 150px;
  }
  
  #head_out.ijyu .hmenu{
    display: block;
    margin-left: 0px;
    width: 100%;
  }
  
  #head_out.ijyu .hmenu .startpic{
    display: none;
  }
  
  #head_out.ijyu .hmenu .acclink{
    display: none;
  }
  
   #head_out.ijyu .search_sec{
    width: 100%;
    margin: 0 auto 0px;
    padding: 0px 0 0px;
  }

   #head_out.ijyu #keyword {
    width: 65%;
  }

   #head_out.ijyu #s_btn {
    width: 20%;
    left: 75%;
    top: 2px;
  }
  
  
    ul.photolink li{
      width: 100%;
      margin: 50px 0 0px;
      margin-right: 0%;
      padding: 0;
      display: block;
      letter-spacing: normal;
      vertical-align: top;
      position: relative;
      list-style-image: none;
    }

    a.plinkbtn {
      /* width:200px; */
      width:calc(100% - 40px);
      display: block;
      text-align: center;
    }

    a.plinkbtn:hover {
      background-color: #fff;
      color: #000;
    }

    .com_sec{
      width:90%;
/*       margin: 0 auto 30px;
      padding: 15px 2.5%;
      border-radius: 12px;
      background-color: #fff1b6; */
    }
  
  

  /*ナビ*/
  .gnav.ijyu ul li {
    float: none;
    width: 100%;
    margin: 0px 0px;
    padding: 0px 0px;
    border-right:0px solid #9dc3e6;
  }

  .gnav.ijyu ul li:last-child{
    border-right:0px solid #9dc3e6;
  }
  
  .gnav.ijyu ul li a{
    padding: 10px 0;
  }
  
  .gnav.ijyu ul li a p{
    display: none;
  }
  
  
  /*support*/
      .sptitle{
      width: 95%;
      font-size: 150%;
    }

    ul.sptlist{
      width: 95%;
      margin: 0 auto 50px;
      padding: 0;
      letter-spacing: -.40em;
    }
  
    ul.sptlist li,ul.sptlist li:nth-child(2n){
      display: block;
      margin: 15px auto;
      padding: 0;
      width: 95%;
    }
  
  /*voice*/
    .iju_pop{
      padding: 50px 0 10px;
      background-position: center 10px;
    }

    .volist{
      width: 100%;
    }

    .volist .item{
      width: 96%;
      margin: 0px 0 50px;
      margin-right: 0;
      padding: 2%;
    }

    .volist .item:nth-child(2n){
      margin-right: 0;
    }
  
    .volist .item:after {
      display: none;
    }

    .vosam{
      width: 100%;
      margin: 0;
      padding: 0;
      overflow: hidden;
    }

    ul.vopic{
      width: 100%;
      margin: 30px auto 0;
      padding: 0;
      letter-spacing: -.40em;
    }

    ul.vopic li,ul.vopic li:nth-child(2n){
      width: 99%;
      margin-right: 0%;
      margin: 0px auto 10px;
      padding: 0;
      display: block;
      letter-spacing: normal;
      vertical-align: top;
      background-image: none;
    }
  
    ul.vopic li p img{
      width: 95%;
      margin: auto;
      padding: 2%;
      border: 1px solid #ddd;
    }
  
    p.votlt2{
      font-size: 150%;
    }

    p.voname2{
      font-size: 150%;
    }
  
  
  /*バナーリスト*/
    .bnr_out{
      width: 100%;
      margin: 0 0 0;
      padding: 20px 0px 0;
    }

    .bnr_top{
      margin: 50px 0 0;
      padding: 0px 0px;
    }
  
    .bnr_sec{
      width: 100%;
      margin: 0 auto;
      text-align: center;
      padding: 20px 0px 50px;
    }

    ul.bn_list {
      margin: 0 auto;
      padding: 0;
      list-style-type: none;
      letter-spacing: -.40em
    }

    ul.bn_list li {
      width: 44%;
      margin: 10px 2%;
    }

    ul.bn_list li:last-child{
      margin: 10px 2%;
    }
  
  
  
  
    /*----------------------------------------
    問合せ
    ------------------------------------------*/

    .contact{
      width:calc(90% - 6px);
    }

    .contact p{
      line-height: 2.0
    }

    .contact p.kome{
      text-align: center;
      font-size: 70%;
    }
  
/* トップリンク
------------------------------------------*/
/* pagetop */
  #pagetop {
    position: fixed;
    bottom: 30px;
    right: 10px;
    font-size: 90%;
    z-index: 50;
  }
  
  /*----------------------------------------
  スマホ表示切替
  ------------------------------------------*/

  .switchbtn{
    /* display: none; */
    margin: 5px auto 0;
    /* padding: 5px 0; */
    /* width: 100%; */
    /* text-align: center; */
    /* speak:none; */
  }
/*----------------------------------------
  石碑ページ
  ------------------------------------------*/
 tr.sekihi_gaiyo {
        display: none;
    }
  
/*----------------------------------------
多言語
------------------------------------------*/
  .item_ib{
    display: block;
    margin-top: 20px;
  }
  
  
  #honyaku2{
    width: 80%;
    margin: 0 auto;
    display: block;
    padding: 10px 0;
    font-size: 110%;
  }
  

.modalBody.lang p.close, p.close{
  position: absolute;
  height: 40px;
  text-align: right;
  padding: 0;
  /*cursor: pointer;*/
  font-weight: bold;
  font-size:110%;
  color: #666666;
  width: 40px;
  right:-20px;
  top:-20px;
  cursor: pointer;
  background-image: url(../fancybox/close.png);
  z-index:10010;
}
  
    
/*ここから人生の出来事から探す*/
  .life_sec{
    width: 100%;
    margin: 0 auto 20px;
    padding: 0 0 0;
     }
    
 .event_list.kurashi {
    width: 100%;
    padding: 0 0 0;
    margin: 0 auto 0;
    border: 0px solid #55afdd;
    border-top: 0px solid #55afdd;
    /* display: none; */
    background-color: transparent;
     
     }
    
    
  .event_list.kurashi .life{
    margin: 0 0 0;
    padding: 4% 3% 2%;
    border: 0px solid #55afdd;
    border-bottom: 2px solid #cccccc;
    background-color: #ffffff;
    color: #000000;
     }
    
  .event_list.kurashi .life a{
    position: relative;
    display: block;
    border: 2px solid #55afdd;
    margin: 0 auto;
    margin-bottom: 10px;
    padding: 15px 15px 15px 10px;
    height: auto;
    display: flex;
    align-items: stretch;
    width:calc(44% - 20px);
    border-radius: 0px;
    text-decoration: none;
    /* text-indent: 10px; */
    color: #333333;
    background-color: #ffffff;
    transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    text-align: left;
     }
    
  .event_list.kurashi .life a:hover{
    border: 2px solid #55afdd;
    background-color: #ffffff;
     }
     
  .event_list.kurashi .life a:before{
    display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    right: 5px;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    background-color: #55afdd;
     }
   
  .event_list.kurashi .life a:after{
    display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    right: 10px;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    background-color: #ffffff;
     }
     
     .event_list.kurashi .life a.evt1, .event_list.kurashi .life a.evt2, .event_list.kurashi .life a.evt3, .event_list.kurashi .life a.evt4, .event_list.kurashi .life a.evt5, .event_list.kurashi .life a.evt6, .event_list.kurashi .life a.evt7, .event_list.kurashi .life a.evt8, .event_list.kurashi .life a.evt9, .event_list.kurashi .life a.evt10{
    background-image: none;
    }
  
   /*ここから分類から探す*/
  .bunrui_sec{
    width: 100%;
    margin: 0 auto 20px;
    padding: 0 0 0;
  }

  .bunrui_sec h3{
    border: 0px solid #999999;
    margin: 0 0;
    padding: 7px 0px;
    color: #ffffff;
    font-weight: bold;
    background-color:#7cc6e9;
    background-image: none;
    text-indent: 15px;
  }

  .bunrui_list.kurashi{
    padding: 0 0 0;
    margin: 0 0 0;
    border: 0px solid #cccccc;
    border-bottom: 2px solid #cccccc;
    background-color: transparent;
  }
  
  .blist.kurashi{
    margin: 0px;
    padding: 0px 0 0px;
    width: 100%;
  }
  
  .blist.kurashi a{
    position: relative;
    display: block;
    margin: 0px 0px 0px;
    padding: 10px 0px 10px 20px;
    /* min-width: 80px; */
    text-decoration: none;
    color: #333333;
    background-color: #ffffff;
    background-image: none;
    text-align: left;
    width: calc(100% - 20px);
    border-bottom: 1px solid #eeeeee;
    padding-right: 40px;
  }

  .blist.kurashi a:before{
    display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    right: 15px;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    background-color: #55afdd;
  }

  .blist.kurashi a:after{
    display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    right: 20px;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    background-color: #ffffff;
  }
  
  .blist.kurashi a:last-child{
    border-bottom: 0px dotted #cccccc;
  }
  
  
  
  /*追加CSS*/
  
  .wrapper.raihou{
    padding: 80px 0 50px;
  }
  
  .content{
    margin: 0 auto;
  }
  
  
  #top_slide{
    min-width: 100%;
  }
  
  .slidebg, .swiper-container{
    height: 420px!important;
    min-height: 420px!important;
  }
  
  #wave{
    height: 60px;
    top: -55px;
  }
  
  .top_cap{
    left: calc(50% - 180px);
    width: 360px;
    font-size: 250%;
  }
  
  h2 span{
    font-size: 100%;
  }
  
  h2 span.h2_fs{
    font-size: 150%;
  }
  
  h3::after{
    width: 50%;
  }
  
  /*女川町ってこんなとこ*/
  
  .about{
    flex-direction: column;
    margin: 0 auto;
    padding-bottom: 50px;
  }
  
  .about .about_item.about_l,.about .about_item.about_r{
    width: 100%;
  }
  
  .about .about_item.about_l{
    padding-top: 80px;
  }
  
  .about .about_item.about_l p span.ongw{
    font-size: 120%;
    letter-spacing: none;
  }
  
  .about .about_item.about_l p span{
    font-size: 50%;
  }
  
  .about .about_item.about_l .kamome{
    top:-10px;
    left:calc(50% - 75px);
  }
  
  /*観光情報*/
  .h2box{
    width: 100%;
    margin: 0 auto 30px;
    align-items: center;
    /* justify-content: flex-start; */
    /* flex-wrap: wrap; */
    /* flex-direction: column; */
  }
  
  .h2item{
    width: 70%;
    text-align: center;
  }
  
  .h2item.h2l, .h2item.h2r{
    width: 15%;
    background-size: contain;
    height: 80px;
  }
  
  .h2item p{
    width: 100%;
    line-height: 1.5;
    font-size: 1.2em;
    margin: 0;
    padding: 0;
  }
  
  .info_box{
    margin: 0 auto;
    padding-bottom: 50px;
  }
  
  .info_box .info_item{
    width: 90%;
    margin: 0 auto 50px;
  }
  
  
  /*モデルコース*/
  .box1{
    height: 500px;
  }
  
  .model_box{
    position: relative;
    top:10%;
    left: 5%;
    font-size: 150%;
    width: 90%;
    transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
  }
  
  .model_box p{
    font-size: 125%;
    letter-spacing: 0em;
    margin: 0 auto;
  }
  
  .model_box span{
    font-size: 0.8em
  }
  
  .model_icon{
    background-size: 70%;
  }
  .model_course .linkbtn{
    font-size: 70%;
  }
  
  /*ピックアップ*/
  .pick{
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 50px 0;
  }
  .pick .pick_item{
    width: 90%;
    margin: 0 auto 20px;
  }
    
    
  
  .pick .pick_item a img{
    height: 100%;
      object-fit: cover;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 220px;
  }
  
  .pick_title{
    top:inherit;
    bottom:15px;
  }
  
  
  /*新着情報*/
  .news{
    width: calc(95% - 20px);
    padding: 20px 10px 40px;
    margin-bottom: 50px;
  }
  
  .blog{
    width: 100%;
  }
  .li_o a p {
    display: block;
  }
  
  .li_o .date{
    width: 100%;
  }
  
  .li_o .syousai1{
    width: 85%;
  }
  
  .notice_box{
    width: 95%;
    margin: 30px auto 0px;
    padding-bottom: 50px;
  }
  
  .notice_item{
    margin: 0 auto 30px;
  }
  
  .comment.cm_flex{
    flex-wrap: wrap;
    
  }
  .comment.cm_flex .cm_item.cm_l, .comment.cm_flex .cm_item.cm_r{
    width: 100%;
  }
  .comment.cm_flex .cm_item.cm_r{
    padding-top: 20px;
  }
  
  /*交通アクセス*/
  .box2{
    height: auto;
    padding: 50px 0 100px;
  }
  
  .access{
    height: auto;
    padding-bottom: 0;
  }
  
  .access_box{
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 30px 0;
  }
  .access_box .access_item{
    width:100%;
  }
  
  .access_img{
    padding-top: calc(60% - 12px);
    width: calc(60% - 12px);
  }
  
  .access2{
    padding: 0 0 0;
    height: auto;
    margin-bottom: 50px
  }
  
  /*関連リンク*/
  .link{
    /* justify-content: flex-start; */
    margin: 30px auto;
    width: 90%;
  }
  
  .link .link_item{
    width: 45%;
    padding: 0px
  }
  
  /*フッター*/
  .btmimg {
    width: 100%;
  }

  #foot2 {
      width: 100%;
      flex-direction: column;
  }

  .h_link ul {
      flex-direction: column;
      width: 100%;
  }

  .h_link ul li {
      text-align: center;
      padding: 10px 0;
  }

      .address2 {
          margin-bottom: 20px;
          padding: 5px ;
      }

  #copy2 {
      width: 100%;
  }

  .design_bnr {
      height: 70px;
  }

  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
}


/*-----------------------------------------------------------------------------
__タブレット縦
------------------------------------------------------------------------------*/

@media screen
  and (min-width: 441px)
  and (max-width: 1080px)
  and (orientation: portrait){
      
      
/* .navbtn {
    display: inherit;
}
      
.navbtn {
    position: fixed;
    top: 18px;
    right: 15px;
    z-index: 9000;
    -webkit-transition: all .5 ease;
    transition: all .5s ease;
    display: inherit;
    background-color: rgba(255,255,255,0.9);
    padding: 5px;
    border-radius: 5px;
}
      
.menu-trigger span:nth-of-type(1) {
    top: 0;
}
      
.menu-trigger span:nth-of-type(2) {
    top: 12px;
}
      
.menu-trigger span:nth-of-type(3) {
    bottom: 0px;
}
      
.menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #025bcf;
    border-radius: 4px;
}
      
#head_out {
    padding: 0px 0px;
    height: 70px;
    min-height: 70px;
    border-top: 3px solid #025bcf;
    border-bottom: 1px solid #ccc;
    position: relative;
    top: 0;
    z-index: 500;
}
       */
      

      
      
      
#head_out{
    padding: 0px 0px;
    height: 70px;
    min-height: 70px;
    border-top: 3px solid #025bcf;
    border-bottom: 1px solid #ccc;
    position: relative; /*テストのため一時未設定に*/
    top:0;
    z-index:500;
  }
  
  #head_out.ijyu{
    padding: 0px 0px;
    height: 150px;
    border-top: 3px solid #025bcf;
    border-bottom: 1px solid #ccc;
    position: fixed;
    top:0;
    z-index:500;
  }
  
  
  #head{
    margin: 0 auto;
    padding: 0;
  }

  .toplogo{
    width: 100%;
    margin: 0;
  }
  
  .toplogo.head{
    display: inherit;
    position: absolute;
    top:0px;
    left: 0px;
  }
  
  .toplogo a{
    display: block;
    width: 100%;
    height: 70px;
    padding: 0px;
    margin: 0px 0;
    background-color: #fff;
    background-image: url(image/town_logo_sp.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
  }
  
  .mbtn, .sbtn{
    width: 50px;
    height: 50px;
    margin:20px 0 0 0;
    padding:5px;
    background-color: #025bcf;
    text-align: center;
    color: #ffffff;
    font-size: 85%;
    border-radius: 0px;
  }
  
  .mbtn{
    float: right;
    /* margin-right: 3%; */
    background-color: transparent;
    /*20170906追記*/
    position: fixed;
    z-index: 200;
    right: 3%;
  }
  

  
  .sbtn{
    float: right;
    margin-right: 20%;
    background-color: #025bcf;
    background-image: url(image/sbtn.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    /* display: none; */
  }
  
  .mbtn p{
    width: 50px;
    height: 50px;
    background-image: url(image/sbtn.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size:cover;
  }
  
  .mbtn.menuon p{
    background-image: url(image/sbtn_on.png);
  }
  
  .mbtn p, .sbtn p{
  }
      
/*----------------------------------------
    グローバルナビ
------------------------------------------*/

  
  .hnav_sec{
    border-top:0px solid #ccc;
    box-shadow: 0px 3px 5px rgba(90,90,90,0);
    background-color: transparent;
    width: calc(85% - 10px);
  }


  .gnav {
    position: relative;
    width: 100%;
    margin: 0 auto 0;
    padding: 0;
    border: 0px solid #666;
  }

  .gnav.r2 {
    width: 100%;
    margin: 0px auto;
    padding: 0px;
    border: none;
  }
  
  
  .gnav.r2 ul {
    list-style-type: none;
    margin: 0px auto ;
    padding: 0 0 0px;
    display: flex;
    flex-direction: column;
  }

  .gnav.r2 ul li {
    letter-spacing: normal;
    margin: 0px;
    padding: 0px 0px;
    border-right:0px solid #666;
    /* border-top: 1px solid #0072bc; */
    width: 100%;
    /* background-color: #fff; */
  }

  .gnav.r2 ul li:nth-child(3) {
    width: 100%;
  }
  
  .gnav.r2 ul li:first-child {
    border-top: 2px solid #0072bc;
  }
  
  .gnav.r2 ul li a {
    text-align: left;
    text-decoration: none;
    margin: 0px 0;
    display: block;
    width: calc(100% - 20px);
    color: #004d9f;
    line-height: 2.5;
    padding: 10px;
    border-radius: 0px;
  }

  .gnav.r2 ul li a:before {
    display: none;
  }
  
  .gnav.r2 ul li a:hover:after{
    display: none;
  }
  
  .gnav>ul>li:hover > .secondmenu, .gnav>ul>li> .secondmenu.focused{
    display: none;
  }

  .gnav a img{
    display: none;
  }
      
.search_sp.spmode .key_text {
    text-align: center;
    color: #fff;
    margin: 0;
    padding: 0 0;
    font-size: 1.2em;
    width: 100%;
}
      
.search_sp.spmode {
    width: 90%;
    margin: 20px auto 0;
    text-align: center;
    flex-wrap: wrap;
}
      
.search_sec {
    width: 544px;
    margin: 0 auto 0px;
    padding: 15px 0 10px;
}
      
      
.itemlist {
    display: inherit;
}

/*----------------------------------------
多言語
------------------------------------------*/
  .item_ib{
    display: block;
    margin-top: 20px;
  }
  
  
  #honyaku2{
    width: 80%;
    margin: 0 auto;
    display: block;
    padding: 10px 0;
    font-size: 110%;
  }
  


.modalBody.lang p.close, p.close{
  position: absolute;
  height: 40px;
  text-align: right;
  padding: 0;
  /*cursor: pointer;*/
  font-weight: bold;
  font-size:110%;
  color: #666666;
  width: 40px;
  right:-20px;
  top:-20px;
  cursor: pointer;
  background-image: url(../fancybox/close.png);
  z-index:10010;
}
  
    
/*ここから人生の出来事から探す*/
  .life_sec{
    width: 100%;
    margin: 0 auto 20px;
    padding: 0 0 0;
     }
    
 .event_list.kurashi {
    width: 100%;
    padding: 0 0 0;
    margin: 0 auto 0;
    border: 0px solid #55afdd;
    border-top: 0px solid #55afdd;
    /* display: none; */
    background-color: transparent;
     
     }
    
    
  .event_list.kurashi .life{
    margin: 0 0 0;
    padding: 4% 3% 2%;
    border: 0px solid #55afdd;
    border-bottom: 2px solid #cccccc;
    background-color: #ffffff;
    color: #000000;
     }
    
  .event_list.kurashi .life a{
    position: relative;
    display: block;
    border: 2px solid #55afdd;
    margin: 0 auto;
    margin-bottom: 10px;
    padding: 15px 15px 15px 10px;
    height: auto;
    display: flex;
    align-items: stretch;
    width:calc(44% - 20px);
    border-radius: 0px;
    text-decoration: none;
    /* text-indent: 10px; */
    color: #333333;
    background-color: #ffffff;
    transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    text-align: left;
     }
    
  .event_list.kurashi .life a:hover{
    border: 2px solid #55afdd;
    background-color: #ffffff;
     }
     
  .event_list.kurashi .life a:before{
    display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    right: 5px;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    background-color: #55afdd;
     }
   
  .event_list.kurashi .life a:after{
    display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    right: 10px;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    background-color: #ffffff;
     }
     
     .event_list.kurashi .life a.evt1, .event_list.kurashi .life a.evt2, .event_list.kurashi .life a.evt3, .event_list.kurashi .life a.evt4, .event_list.kurashi .life a.evt5, .event_list.kurashi .life a.evt6, .event_list.kurashi .life a.evt7, .event_list.kurashi .life a.evt8, .event_list.kurashi .life a.evt9, .event_list.kurashi .life a.evt10{
    background-image: none;
    }
  
   /*ここから分類から探す*/
  .bunrui_sec{
    width: 100%;
    margin: 0 auto 20px;
    padding: 0 0 0;
  }

  .bunrui_sec h3{
    border: 0px solid #999999;
    margin: 0 0;
    padding: 7px 0px;
    color: #ffffff;
    font-weight: bold;
    background-color:#7cc6e9;
    background-image: none;
    text-indent: 15px;
  }

  .bunrui_list.kurashi{
    padding: 0 0 0;
    margin: 0 0 0;
    border: 0px solid #cccccc;
    border-bottom: 2px solid #cccccc;
    background-color: transparent;
  }
  
  .blist.kurashi{
    margin: 0px;
    padding: 0px 0 0px;
    width: 100%;
  }
  
  .blist.kurashi a{
    position: relative;
    display: block;
    margin: 0px 0px 0px;
    padding: 10px 0px 10px 20px;
    /* min-width: 80px; */
    text-decoration: none;
    color: #333333;
    background-color: #ffffff;
    background-image: none;
    text-align: left;
    width: calc(100% - 20px);
    border-bottom: 1px solid #eeeeee;
    padding-right: 40px;
  }

  .blist.kurashi a:before{
    display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    right: 15px;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    background-color: #55afdd;
  }

  .blist.kurashi a:after{
    display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    right: 20px;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    background-color: #ffffff;
  }
  
  .blist.kurashi a:last-child{
    border-bottom: 0px dotted #cccccc;
  }
  .close_btn {
    border: 2px solid #fff;
    color: #fff;
    font-size: 1.1em;
    width: 186px;
    display: block;
    margin: 20px auto 0;
    padding: 10px 0;
    text-align: center;
    position: relative;
}
      
      .item_ib {
    display: block;
    margin-top: 20px;
}

.translate_element {
    margin: 0 auto;
}
      
      
#honyaku {
    padding: 8px 5px;
    font-size: 1.1em;
    width: calc(50% - 16px);
    min-width: 300px;
}
      
/*検索フォーム*/
  
  .headitem.kensaku{
    padding: 0;
    background-color:transparent;
  }
  
  .search_sec{
    background-color: #0062e2;
  }
  
  .search_sp.spmode{
    width: 90%;
    margin: 20px auto 0;
    text-align: center;
    flex-wrap: wrap;
  }
  
  .search_sp.spmode .key_text{
    text-align: center;
    color: #fff;
    margin: 0;
    padding: 0 0;
    font-size: 1.2em;
    width: 100%;
  }
  
  .search_sp.spmode #search_mobile{
    width: 70%;
    padding: 5px 5px;
    width: calc(70% - 10px);
    font-size: 1.1em;
    text-align: left;
  }
  
  .search-start{
    padding: 4px 0px;
    font-size: 1.2em;
    width: calc(30% - 20px);
    text-align: center;
  }
  
  /* 多言語 */
  .itemlist{
    text-align: center;
    width: 100%;
  }
  
  .item_ib{
    margin: 0;
  }
  
  .translate_element{
    margin: 0 auto;
  }
  
  #honyaku{
    padding: 10px 8px;
    font-size: 1.1em;
    width: calc(50% - 16px);
    min-width: 300px;
  }
  
  .close_sec{
    width: 100%;
    margin: 0 0;
    padding: 0 0;
    display: block;
  }
  
  .close_btn{
    border: 2px solid #fff;
    color: #fff;
    font-size: 1.1em;
    width: 186px;
    display: block;
    margin: 20px auto 0;
    padding: 10px 0;
    text-align: center;
    position: relative;
  }
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
/*ここからドロップダウンメニュー
----------------------------------------------------------*/
ul.secondmenu {
/*   border: 0px solid #00669f;
  border-top: 1px solid #fff;
  position: inherit;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 8000;
  padding: 5px 0px;
  background-color:#025bcf;
  box-shadow: 0px 0px 0px rgba(90,90,90,0.3); */
    display: none;
}

ul.secondmenu:before {
  display: none;
  content: "";
  position: absolute;
  top:-20px;
  left:0px;
  right:0px;
  height:20px;
  background-image:url(image/sub_menu_mark.png);
  background-position:  15% top;
  background-repeat:  no-repeat;
}
    
ul.secondmenu.home,ul.secondmenu.kurashi,ul.secondmenu.jigyou,ul.secondmenu.raihou,ul.secondmenu.hukkou{
  border: 0px solid #36bc00;
  border-top: 1px solid #f0f0f0;
}

ul.secondmenu.home:before{
  background-image:url(image/sub_menu_mark01.png);
  background-position:  10% top;
}
ul.secondmenu.kurashi:before{
  background-image:url(image/sub_menu_mark02.png);
  background-position:  30% top;
}
ul.secondmenu.jigyou:before{
  background-image:url(image/sub_menu_mark03.png);
  background-position:  70% top;
}
ul.secondmenu.raihou:before{
  background-image:url(image/sub_menu_mark04.png);
  background-position:  50% top;
}
ul.secondmenu.hukkou:before{
  background-image:url(image/sub_menu_mark05.png);
  background-position:  90% top;
}


.secondmenu li a:hover, .navion > ul.secondmenu li a:hover {
  /* color: #333; */
  background-color: #f3f3f3;
  /* text-decoration: none; */
  /* font-weight: bold; */
}

.gnav>ul>li> .secondmenu {
  display: none;
}

.gnav>ul>li:hover > .secondmenu {
  display: none;
}
.gnav.r2 > ul > li:hover > .secondmenu, .gnav.r2 > ul > li > .secondmenu.focused {
    display: none;
}
/*20180225 各表示カテゴリのサブカテゴリリストを非表示に変更*/
.gnav>ul>li.navion > .secondmenu {
  /* display: block; */
  display: none;
}
  
  
  
  .closebtn{
    width:80%;
    display: block;
    margin: 15px auto 115px;
    padding: 0 0 0;
    border: 1px solid #0072bc;
  }
  
  .closebtn a{
    display: block;
    width: 100%;
    margin: 0;
    padding: 10px 0;
    text-decoration: none;
    color: #000;
  }
  
 /*検索フォーム*/
  
  .search_sec{
    background-color: #0062e2;
  }
  
  
  .search_sp{
    width: 90%;
    margin: 20px auto 0;
    text-align: center;
  }
  
  .key_text{
    text-align: center;
    color: #fff;
    margin: 0;
    padding: 10px 0;
    font-size: 1.2em;
    /* display: none; */
  }
  
  #search_mobile{
    padding: 6px 5px;
    width: calc(70% - 10px);
    font-size: 1.0em;
    text-align: left;
  }
  
  .search-start{
    padding: 6px 0px 6px;
    font-size: 1.0em;
    width: calc(30% - 20px);
    text-align: center;
  }
  
  /* 多言語 */
  .itemlist{
    text-align: center;
    width: 100%;
      display: inherit;
  }
      
.item_ib {
    width: 100%;
}
  
  .translate_element{
    margin: 0 auto;
  }
  
  #honyaku{
    padding: 8px 5px;
    font-size: 1.1em;
    width: calc(50% - 16px);
    min-width: 300px;
  }
  
  .close_sec{
    width: 100%;
    margin: 0 0;
    padding: 0 0;
    display: block;
  }
  
  .close_btn{
    border: 2px solid #fff;
    color: #fff;
    font-size: 1.1em;
    width: 186px;
    display: block;
    margin: 20px auto 0;
    padding: 10px 0;
    text-align: center;
    position: relative;
  }
  

/*----------------------------------------
ホバーメニュー
------------------------------------------*/
  .navbtn{
    position: fixed;
    top: 18px;
    right: 15px;
    z-index: 9000;
    -webkit-transition: all .5 ease;
    transition: all .5s ease;
    display: inherit;
    background-color: rgba(255,255,255,0.9);
    padding: 5px;
    border-radius: 5px
  }

  .navbtn.mini{
    top: 18px;
  }

  .navtxt{
    position: fixed;
    top: 58px;
    right: 12px;
    z-index: 9000;
    -webkit-transition: all .5 ease;
    transition: all .5s ease;
    color: #fff
  }

  .navtxt.mini{
    top: 43px;
  }

  .menu-trigger,
  .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }
  .menu-trigger {
    position: relative;
    width: 27px;
    height: 27px;
    display: block;
  }
  .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #025bcf;
    border-radius: 4px;
  }

  .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 12px;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 0px;
  }

  /* .navbtn .menu-trigger.active span, .navbtn.mini .menu-trigger.active span {
    background-color: #fff;
  } */

  .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(12px) rotate(-45deg);
    transform: translateY(12px) rotate(-45deg);
  }
  .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  .menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-11px) rotate(45deg);
    transform: translateY(-11px) rotate(45deg);
  }

  .navbtn{
    display: inherit;
  }


  .slide_menu{
    min-width: 100%;
    max-width: 100%;
    /*以下改修用*/
     display: flex;
    flex-wrap: wrap-reverse;
    flex-direction:row;
    /* align-items: flex-start;
    align-content: flex-end; */
    /*position: fixed;
    top:0;
    left:100%;
    z-index: 500;
    height: 100vh;
    background-color: #0062e2;
    border-top: 3px solid #025bcf;
    box-shadow: 0px 3px 5px rgba(90,90,90,0);
    overflow: hidden;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s; */
  }

  .slide_menu.active{
    left:0;
  }
  
  .hmsec{
    background-color: transparent;
  }
  
  .hitem{
    width: 100%;
  }
  
  .headitem{
    margin: 0;
    padding: 0;
    width:100%;
  }
  
  
  #textsize{
    display: none;
  }
  .headitem.logo{
    background-color: #fff;
  }
      
      
      
      
      
      
      
 .hitem {
    width: 100%;
}
  .wrapper.raihou{
    padding: 80px 0 50px;
  }
      
.gnav.r2 {
    width: 60%;
    min-width: 300px;
}
  
#topslide {
    width: 100%;
}
      
#head {
    width: 100%;
    display: none;
}
      
#head_out {
    min-width: 100%;
}
      
.slide_menu {
    min-width: 100%;
}
      
  .content{
    margin: 0 auto;
      width: 98%;
      padding: 0;
  }
  
      #wrapper_out {
          min-width: 100%;
      }
  
  #top_slide{
    min-width: 100%;
  }
  
  .slidebg, .swiper-container{
    height: 420px!important;
    min-height: 420px!important;
  }
  
  #wave{
    height: 60px;
    top: -55px;
  }
  
  .top_cap{
    left: calc(50% - 180px);
    width: 360px;
    font-size: 250%;
  }
  
  h2 span{
    font-size: 50%;
  }
  
  h2 span.h2_fs{
    font-size: 150%;
  }
  
  h3::after{
    width: 50%;
  }
  
  /*女川町ってこんなとこ*/
  
  .about{
    flex-direction: column;
    margin: 0 auto;
    padding-bottom: 50px;
      text-align: center;
  }
  
  .about .about_item.about_l,.about .about_item.about_r{
    width: 100%;
  }
      
.about .about_item.about_r img {
    width: 50%;
}
      
.about .about_item.about_l .about_p p {
    line-height: 30px;
    width: 80%;
    text-align: left;
}
      
  
  .about .about_item.about_l{
    padding-top: 80px;
  }
  
  .about .about_item.about_l p span.ongw{
    font-size: 120%;
    letter-spacing: none;
  }
  
  .about .about_item.about_l p span{
    font-size: 50%;
  }
  
  .about .about_item.about_l .kamome{
    top:-10px;
    left:calc(50% - 75px);
  }
  
  /*観光情報*/
  .h2box{
    width: 100%;
    margin: 0 auto 30px;
    align-items: center;
    /* justify-content: flex-start; */
    /* flex-wrap: wrap; */
    /* flex-direction: column; */
  }
  
  .h2item{
    width: 100%;
    text-align: center;
  }
  
  .h2item.h2l, .h2item.h2r{
    width: 60%;
    background-size: contain;
    height: 80px;
  }
  
  .h2item p{
    width: 100%;
    line-height: 1;
    font-size: 1em;
    margin: 0;
    padding: 0;
  }
  
  .info_box{
    margin: 0 auto;
    padding-bottom: 50px;
      justify-content: space-around;
  }
      
.info_box .info_item {
    width: 46%;
}
  
  
  
  /*モデルコース*/
  .box1{
    height: 500px;
  }
  
  .model_box{
    position: relative;
    top:10%;
    left: 0%;
    font-size: 150%;
    width: 90%;
    transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
  }
  
  .model_box p{
    font-size: 125%;
    letter-spacing: 0em;
    margin: 0 auto;
  }
  
  .model_box span{
    font-size: 0.8em
  }
  
  .model_icon{
    background-size: 30%;
  }
  .model_course .linkbtn{
    font-size: 70%;
  }
  
  /*ピックアップ*/
  .pick{
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 50px 0;
  }
  .pick .pick_item{
    width: 47%;
    margin: 0 auto 20px;
  }
      
.pick .pick_item.pknone{
    width: 47%;
    margin: 0 auto 0px;
    background: none;
    height: 0;
  }
  
  
  .pick .pick_item a img{
    height: 100%;
  }
  
  .pick_title{
    top:inherit;
    bottom:15px;
  }
      
.pick .pick_item a {
    display: inherit;
}
  
  
  /*新着情報*/
  .news{
    width: calc(95% - 20px);
    padding: 20px 10px 40px;
    margin-bottom: 50px;
  }
  
  .blog{
    width: 100%;
  }
  .li_o a p {
    display: block;
  }
  
  .li_o .date{
    width: 100%;
  }
  
  .li_o .syousai1{
    width: 100%;
  }
  
  .notice_box{
    width: 95%;
    margin: 30px auto 0px;
    padding-bottom: 50px;
  }
  
  .notice_item{
    margin: 0 auto 30px;
  }
      
.comment.cm_flex .cm_item img {
    width: 30%;
}
  
  .comment.cm_flex{
    flex-wrap: wrap;
    
  }
  .comment.cm_flex .cm_item.cm_l, .comment.cm_flex .cm_item.cm_r{
    width: 100%;
  }
  .comment.cm_flex .cm_item.cm_r{
    padding-top: 20px;
  }
  
  /*交通アクセス*/
  .box2{
    height: auto;
    padding: 50px 0 100px;
  }
  
  .access{
    height: auto;
    padding-bottom: 0;
  }
  
  .access_box{
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 30px 0;
  }
  .access_box .access_item{
    width:100%;
      margin-bottom: 50px;
  }
  
  .access_img{
    padding-top: calc(50% - 12px);
    width: calc(50% - 12px);
  }
  
  .access2{
    padding: 0 0 0;
    height: auto;
    margin-bottom: 50px
  }
  
  /*関連リンク*/
  .link{
    /* justify-content: flex-start; */
    margin: 30px auto;
    width: 90%;
  }
  
  
  /*フッター*/
  .btmimg {
    width: 100%;
  }

  #foot2 {
      width: 100%;
      flex-direction: column;
  }

  .h_link ul {
      flex-direction: column;
      width: 100%;
  }

  .h_link ul li {
      text-align: center;
      padding: 10px 0;
  }

      .address2 {
          margin-bottom: 20px;
          padding: 5px ;
      }

  #copy2 {
      width: 100%;
  }

  .design_bnr {
      height: 70px;
  }
      
      
}

@media screen
  and (min-width: 580px)
  and (max-width: 800px){

    h2{
      font-size: 2.0em;;
    }


  }
  @media screen
  and (min-width: 441px)
  and (max-width: 579px){

    h2{
      font-size: 1.4em;;
    }


  }

  @media screen
  and (min-width: 1000px)
  and (max-width: 1024px){
    #wrapper_out,#top_slide,.blog,.notice_box,#copy2,#foot2,.h_link ul,.model_box{
      min-width: 100%;
      width:100%;
    }
    .content{
      width:calc(100% - 20px);
    }
    #head_out{
      min-height:70px;
      min-width: 100%;
    }
    .toplogo.head{
      display: inherit;
    }
    .toplogo a{
      display: block;
      width: 100%;
      height: 70px;
      padding: 0px;
      margin: 0px 0;
      background-color: #fff;
      background-image: url(image/town_logo_sp.png);
      background-repeat: no-repeat;
      background-position: 50% 50%;
      background-size: contain;
    }

  }
  @media screen
  and (min-width: 1024px)
  and (max-width: 1366px){
    .notice_box,.blog {
      width: 100%;
  }

  }

  @media screen
  and (min-width: 1000px)
  and (max-width: 1366px){

    .model_box{
      left: 0;
    }
}
/*-----------------------------------------------------------------------------
__タブレット横 pro
------------------------------------------------------------------------------*/

@media screen
  and (min-width: 1024px)
  and (max-width: 1366px)
  and (orientation: landscape){
      
.content{
    margin: 0 auto;
      width: 98%;
    padding: 0;
  }
.h_link ul {
    width: 100%;
}
      
#foot2 {
    width: 100%;
}
      
#copy2 {
    width: 100%;
}

      
 .hitem {
    width: 100%;
}
  .wrapper.raihou{
    padding: 80px 0 50px;
  }
      
.gnav.r2 {
    width: 99%;
}
  
#topslide {
    width: 88%;
}
      
#head {
    width: 100%;
}
      
#head_out {
    min-width: 100%;
}
      
.slide_menu {
    min-width: 100%;
}
      
  .content{
    margin: 0 auto;
    width:calc(100% - 20px);
      padding: 0;
  }
  
      #wrapper_out {
          min-width: 100%;
      }
  
  #top_slide{
    min-width: 100%;
  }

.model_box {
    width: 100%;
}
      
.about {
    display: flex;
    width: 100%;
    margin: 0;
    padding: 130px 0;
    color: #fff;
}
      
.h2box {
    margin-top: 0;
}
      
}