@charset "utf-8";

/*** total style ***/
body {
  background-color: #fff;
  color: black;
  font-family: "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  margin: 0;
  padding: 0;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
/*** clearfix ***/
.clearfix:before, .clearfix:after {
  content: "";
  display: block;
  overflow: hidden;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
/*** box-sizing　***/
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

/*** レスポンシブで必要な汎用スタイル ***/
.mod-pict__src--fit-width {
    width: 100%;
    height: auto;
 }
.sp_only  { display: none
}
/*** normalize 対策 ***/
ul {
  padding: 0;
  margin: 0;
}
li {
  list-style: none;
  float: left;
}
img {
  vertical-align: top;
}
table {
  border: 0;
  border-collapse: collapse;
}
table tr {
  padding: 0;
}
table tr td {
  border: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

/*** mouse over ***/
a img {
  border: medium none transparent;
}
a:hover img {
  filter: alpha(opacity=60);
  opacity: 0.6;
}
/********************************/


.wrapper{
  width:100%;
  height:auto;
  margin:0;
  padding:0;
  background: #beddec url(../img/bg01.jpg) top center repeat-x;
  background-size: contain;
}
/****** common *******/
.social{
  width:80%;
  height:auto;
  padding-top: 10px;
  margin: 0 auto 10px;
}
.social .social_inner{
  max-width:1000px;
  width: 100%;
  height:auto;
  margin:0 auto;
  text-align:right;
}
.social-btns {
  max-height: 20px;
  text-align: right;
  vertical-align: bottom;
}
.social-btns__item {
  display: inline-block;
  vertical-align: bottom;
  padding-left: 10px;
}
.social-btns__item .fb-like,
.social-btns__item .twitter-share-button {
  vertical-align: bottom;
}
.container{
  height:auto;
  margin:0 auto;
}
.container .bg_img{
  vertical-align:bottom;
}
.content{
  max-width: 1000px;
  width: 90%;
  height:auto;
  background:#fff;
  padding: 20px 2.5% 0px 2.5%;
  margin:0 auto;
  overflow: hidden;
  border-radius: 5px 5px 0 0;
}
.banner{
  width:100%;
  height:auto;
  margin:0 0 5px 0;
}
.banner h1 a:hover img {
  filter: alpha(opacity=100);
  opacity: 1.0;
}
.banner span{
  float:right;
  margin:-2px 0 0 0;
  position:relative;
  z-index:1;
}
.main{
  width:75%;
  height:auto;
  float:left;
  background:#fff;
}
/*** tit ***/
.main .tit{
  border-left:3px #0f68aa solid;
  padding:0 0 0 21px;
  color:#333;
  font-size:16px;
  margin:0 0 15px 0;
}
.main .tit span{
  font-size:24px;
  margin:0 0 20px 0;
  display: block;
  margin:0;
}
.main .tit span a{
  color: #000;
  text-decoration: none;
}
.main .tit span a:hover{
  text-decoration: underline;
}

/*** txt01 ***/
.main .txt01{
  padding:20px 0 20px 0;
  color:#333;
  font-size:16px;
  margin:0;
}
/*** btn_bar ***/
.main .btn_bar{
  height:auto;
}
.main .btn_bar .btn_group_left{
  width:auto;
  height:auto;
  float:left;
}
.main .btn_bar .btn_group_left .btn{
  padding:4px 8px;
  font-size:12px;
  color:#008dd2;
  margin:0 5px 0 0;
  background:#efefef;
  border:none;
  text-decoration:none;
}
.main .btn_bar .btn_right{
  width:auto;
  height:auto;
  float:right;
}
/***********************************************************/


/** aside +**/
.aside{
  width:23%;
  height:auto;
  float:right;
  background:#fff;
}
.aside .sub01{
    margin: 22px auto;
}
.aside .sub01 .asidetit,.sub02 .asidetit,.btn .asidetit,.sub03 .asidetit,.sub04 .asidetit{
   background-color: #f2eadc;
   padding: 3px 0;
   font-size: 16px;
   color: #333333;
   text-align: center;
   font-weight: bold;
}
.aside .sub01 ul{
  margin: 10px auto 20px auto;
}
.aside .sub01 ul li img{
  width:100%;
  height: auto;
}
.aside .sub01 ul li{
  float: left;
}
.aside .sub02{
  margin: 0 auto 20px;
}
.aside .sub02 img{
  margin: 10px 0 0;
}
.aside .btn input{
  margin: 15px 0 20px 0;
  border:none;
  background-color: #f1f1f1;
  width:82%;
  height: 30px;
  border-radius: 0;
}
.aside .btn .search{
  float:right;
  background: url(../img/search_icon.png) no-repeat;
  background-size: 50% auto;
  background-position: center center;
  background-color: #888;
  margin: 15px 0 0 0;
  padding: 0;
  width: 18%;
  height: 30px;
  text-indent: -9999px;
}
.aside .sub03{
    margin: 0 auto;
}
.aside .sub03 ul{
  padding:15px 0 5px 0;
}
.aside .sub03 ul li{
  font-size: 14px;
  color:#008dd2;
  padding:0 0 8px 0;
  text-indent: -1em;
  padding-left: 1em;
}
.aside .sub03 ul li img{
  padding: 5px 8px 0 0;
}
.aside .sub03 ul li span{
   padding: 0;
   margin: 0;
}
.aside .sub03 ul li span a{
  color:#008dd2;
  text-decoration: none;
}
.aside .sub03 ul li span a:hover{
  color:#008dd2;
  text-decoration:underline;
}
.aside .sub04{
  margin: 0 auto;
}
.aside .sub04 ul{
  padding:15px 0 22px 0;
}
.aside .sub04 ul li{
  font-size: 14px;
  color:#008dd2;
  padding: 0 0 8px 0;
  width:100%;
  text-indent: -1em;
  padding-left: 1em;
}
.aside .sub04 ul li a{
  color:#008dd2;
  text-decoration: none;
}
.aside .sub04 ul li a:hover{
  color:#008dd2;
  text-decoration: underline;
}
.aside .sub04 ul li img{
  padding: 7px 8px 0 0;
}
.aside .sub04 .icon{
  padding: 4px 0 0 7px;
}
.aside .sub04 ul li span{
   height: auto;
}
/* 動画 */
.aside .aside-movie {
  padding-top: 10px;
  font-size: 0;
}
.aside .aside-movie iframe {
  width: 100%;
  height: auto;
  max-height: 150px;
}

/***********************************************************/
.to_top{
  width:56px;
  height:56px;
  position:fixed;
  right:50px;
  bottom:100px;
  z-index: 99999999;
}
.footer{
  max-width: 1000px;
  width: 90%;
  height:auto;
  clear:both;
  margin:0 auto;
  background:url(../img/bg02.png) repeat;
}
.footer-inner{
  width: 100%;
  height:auto;
  clear:both;
  background:#fff url(../img/ft_bg.png) bottom center no-repeat;
}
.page_total{
  width:auto;
  height:auto;
  margin: 0 auto;
  text-align: center;
}
.page_total .page_total_inner{
  display: inline-block;
  height: auto;
  margin: 0 auto;
  width: auto;
  font-size: 0;
}
.page_total .num-of-pages{
  margin: 0 20px 0 0;
  padding:5px 9px 4px 9px;
  background:#efefef;
  font-size:13px;
  color:#333;
  border:none;
  float:left;
}
.page_total .page_no_group{
  width:auto;
  float:left;
  display:inline-block;
  height:auto;
  margin:0 10px 0 20px;
}
.page_total .page_no_group .page_no{
  padding:5px 9px 4px 9px;
  background:#efefef;
  font-size:13px;
  color:#333;
  margin:0 10px 0 0;
  float:left;
  border:none;
  text-decoration:none;
}
.page_total .page_no_group .page_no:focus{
  background:#0068b7;
  font-size:13px;
  color:#fff;
}
.page_total .page_no_group .active{
  background:#0068b7;
  font-size:13px;
  color:#fff;
}
.first{
  padding:5px 9px 4px 9px;
  font-size:13px;
  color:#333;
  margin:0 7px 0 0;
  border:none;
  background:#efefef;
  text-decoration:none;
  float:left;
}
.prev{
  padding:5px 9px 4px 9px;
  font-size:13px;
  color:#333;
  margin:0;
  border:none;
  background:#efefef;
  text-decoration:none;
  float:left;
}
.next,.last{
  padding:5px 9px 4px 9px;
  font-size:13px;
  color:#333;
  margin:0 7px 0 0;
  border:none;
  background:#efefef;
  text-decoration:none;
  float:left;
}
.footer .txt01{
  font-size:14px;
  color:#fff;
  padding:75px 0 35px 0;
  margin:0;
  text-align:center;
}
.footer p span{
  margin:0 0 0 25px;
}
/****** for list page *******/

#list .main .list-title {
  margin: 0;
  padding-bottom: 20px;
  line-height: 1.25;
  color: #0F68AA;
  font-size: 20px;
  font-weight: bold;
}
#list .main .sub{
  height:auto;
  margin:0 0 44px 0;
}
#list .main_img{
  height:auto;
}
/***********************************************************/
/****** for bottom2 page *******/
#bottom .main .sub00{
  height:auto;
}
#bottom .main .sub01{
  height:auto;
  margin:0 0 28px 0;
}
#bottom .main .txt01{
  padding:20px 0 0 0;
}
#bottom .main .sub02{
  padding: 0 0 20px 0;
  margin:0;
}
#bottom .main .sub02 .head{
  font-size: 20px;
  color: #333333;
  font-weight: bold;
}
#bottom .main .sub02 .sub_inner{
  margin: 9px 0 25px 0;
}
#bottom .main .sub02 .sub_inner01{
  margin: 9px 0 28px 0;
}
#bottom .main .sub02 .sub_inner02{
  margin: 9px 0 20px 0;
}
#bottom .main .sub02 .sub_inner03{
  margin: 9px 0 38px 0;
}
#bottom .main .sub02 .sub_left{
  width:50%;
  float:left;
}
#bottom .main .sub02 .sub_left .h3{
  font-size: 16px;
  color:#0068b7;
  padding: 0;
  margin: 0;
}
#bottom .main .sub02 .sub_left img{
  vertical-align: middle;
  margin: 0 7px 0 2px;
}
#bottom .main .sub02 .sub_left .text{
  font-size: 16px;
  color:#333333;
  line-height: 27px;
  margin:0;
}
#bottom .main .sub02 .sub_left ul{
  margin: 0 auto;
}
#bottom .main .sub02 .sub_left ul li{
  float:left;
  font-size: 14px;
  color:#333333;
  width:100%;
  line-height: 23px;
}
#bottom .main .sub02 .sub_right{
  float:right;
  margin:3px 0 0 2%;
  width:48%;
}
#bottom .main .sub02 .sub_right img{
  width:100%;
  height:auto;
}
#bottom .main .btn_bar {
  padding-bottom: 30px;
}
/** bottom footer **/
#bottom .page_total .previous,.home{
  padding:4px 10px 4px 10px;
  font-size:13px;
  color:#333;
  border:none;
  background:#efefef;
  margin:0 15px 0 0;
  text-decoration:none;
}
#bottom .page_total .next01{
  padding:4px 10px 4px 10px;
  font-size:13px;
  color:#333;
  border:none;
  background:#efefef;
  margin:0;
  text-decoration:none;
}


/***********************************************************/
/****** for bottom2 page *******/
#bottom2 .sub01 .tit{
  font-size:24px;
  padding:7px 0 7px 21px;
  margin: 0;
}
#bottom2 .main .sub01{
  height:auto;
  padding-bottom: 35px;
}
#bottom2 .sub01 p{
  padding: 20px 0 0;
  font-size:16px;
  color:#333;
  margin:0;
}
#bottom2 .sub01 .signature{
  text-align: right;
}

/***********************************************************/
/****** layout_edit *******/

.photobox-2clm-wrap {
  width:695px;
  overflow:hidden;
  }
.photobox-2clm-box {
  float:left;
  font-size:small;
  width:333px;
  margin: 7px;
  color:#0068b7;
}
.photobox-2clm-box img {
  margin-bottom:3px;
  margin-left: auto;
  margin-right: auto;
}
.photobox-2clm-box span {
  display: block;
  width:333px;
}
.tate{
margin-left:65px;
margin-right:0px;
width:250px;
font-size:small;
color:#0068b7;
}
.moviebox-wrap{
display:block;
width:80%;
margin: 5% 10%;
}
.moviebox-1clm iframe{
display:block;
width:560px;
margin: 0 auto;
 }
.moviebox-1clm span{
font-size:small;
display:block;
color:#0068b7;
line-height: 1.5em;
}
.lastmargin{
margin-bottom:20px;
}
.editor{
  text-align: right;
}
.cap{
    color:#0068b7;
    line-height: 1.5em;
    display:inline-block;
    font-size:small;
    padding-top:0.5em;
  }

/***********************************************************/
/****** helper *******/
.txt_10 {
  font-size: 10px !important;
}
.txt_10b {
  font-size: 10px !important;
  font-weight: bold !important;
}
.txt_12 {
  font-size: 12px !important;
}
.txt_10b {
  font-size: 12px !important;
 font-weight:bold !important;
}
.txt_14 {
  font-size: 14px !important;
}
.txt_14b {
  font-size: 14px !important;
  font-weight: bold !important;
}
.txt_16 {
  font-size: 16px !important;
}
.txt_16b {
  font-size: 16px !important;
  font-weight: bold !important;
}
.txt_18 {
  font-size: 18px !important;
}
.txt_18b {
  font-size: 18px !important;
  font-weight: bold !important;
}

@media only screen and (min-width: 668px) and (max-width:1140px){

  .content{
    border-radius: 10px 10px 0 0;
    padding: 30px 2.5% 30px 2.5%;
    border-radius: 10px 10px 0 0;
  }
  .banner .pc_only img{
    width: 100%;
    max-width: 940px;
  }
  .main {
    width: 75%;
  }
  .main .btn_bar .btn_right {
    float:none;
    margin-top:10px;
  }
  .main .btn_bar .btn_group_left {
    float: none;
  }
  .aside {
    width: 23%;
  }
  /*ページネーション*/
  .first {
    padding: 5px;
    font-size: 15px;
    margin: 0 3px 0 0;
  }
  .prev {
    padding: 5px;
    font-size: 15px;
  }
  .page_total .page_no_group {
      margin: 0 3px 0 3px;
  }
  .page_total .page_no_group .active {
      font-size: 15px;
      margin: 0 5px 0 0;
  }
  .page_total .page_no_group .page_no {
      padding: 5px 9px 5px 9px;
      font-size: 15px;
      margin: 0 3px 0 0;
  }
  .next, .last {
      padding: 5px;
      font-size: 15px;
      color: #333;
      margin: 0 2px 0 0;
  }
 .page_total .num-of-pages {
    padding: 5px 9px 5px 9px;
    font-size: 15px;
    color: #333;
    border: none;
    float: none;
    width: 50%;
    margin: 0 auto 10px;
  }
  .page_total .page_total_inner {
      margin: 0 auto 20px;
    }
  /*フッター調整*/
  .footer {
    margin-top: -3px;
    }
  /*ボトム投稿内レイアウト*/
  #bottom .sub_right img,{
    width: 100%;
    height: auto;
   }
  #bottom .sub00 img{
    width: 100%;
   }
  /*現在の投稿をレスポンシブにする設定*/
  /*写真*/
  /*#bottom .sub01,#bottom2 .sub01 {
    width: 100%!important;
  }
  #bottom .sub01 img,#bottom2 .sub01 img {
    width: 100%!important;
    height: auto!important;
  }*/
  /*写真の下のキャプション*/
  #bottom .cap{
    font-size: 14px;
  }
}

@media only screen and (max-width:667px){

  .pc_only{ display: none;
  }
  .sp_only{ display:block;
  }
  /*レイアウト調整*/
  .container{
    width: 100%;
  }
  /*上部調整*/
  .social .social_inner{
    width: 100%;
  }
  .social-btns {
    max-height:40px;
  }
  /*ロゴ調整*/
  .banner h1{
    text-align: center;
  }
  .banner h1.sp_only img {
    width: 100%;
    height: auto;
    max-width: 562px;
  }
  .banner span {
    margin-top: 10px;
  }
  .rss img{
    width:75px;
    height:auto;
  }
  .content {
    width: 90%;
    padding: 30px 10px;
    margin-left: 5%;
    margin-right: 5%;
    border-radius: 10px 10px 0 0;
  }
  /*コンテンツ部分のフロート解除*/
  .main {
    float: none;
    width:100%;
  }
  .aside{
    float: none;
    width: 100%;
  }
  /*記事の中の調整*/
  .txt01{
    font-size: 14px;
  }
  .tit span a {
    font-size: 18px;
  }
  .main .btn_bar .btn_group_left {
    float: none;
  }
  .main .btn_bar .btn_right {
    float: none;
    margin-top: 20px;
  }
  .main .btn_bar .btn_right img {
    width: 160px;
  }
  .main .btn_bar .btn_group_left .btn{
    padding: 7px 10px;
    font-size: 14px;
    display: inline-block;
    margin-top: 5px;
  }
  /*ページネーション*/
  .first {
    padding: 4px 5px 4px 5px;
    font-size: 15px;
    margin-right: 5px;
  }
  .prev {
    padding: 4px 5px 4px 5px;
    font-size: 15px;
    margin-right: 5px;
  }
  .page_total .page_no_group {
    margin: 0 3px 0 3px;
  }

  .page_total .page_no_group .active {
    font-size: 12px;
    margin: 0 2px 0 0;
  }
  .page_total .page_no_group .page_no {
    padding: 5px 3px 4px 3px;
    font-size: 12px;
    margin: 0 2px 0 0;
    display: none;
  }
  .next, .last {
    padding: 4px 5px 4px 5px;
    font-size: 15px;
    color: #333;
    margin: 0 5px 0 0;
  }
  .page_total .num-of-pages {
    padding: 5px 9px 4px 9px;
    font-size: 15px;
    color: #333;
    border: none;
    float: none;
    width: 90%;
    margin: 0 auto 10px;
  }
  .page_total .page_total_inner {
    margin: 0 auto 20px;
  }
  /*最近の記事*/
  .aside .sub03 ul li {
    float: none;
  }
  .aside .sub03 ul li span {
    width: 100%px;
    float: none;
  }
  .aside .sub01 ul li{
    float: none;
  }
  .aside .sub01 .asidetit, .sub02 .asidetit, .btn .asidetit, .sub03 .asidetit, .sub04 .asidetit {
    background-color: #F2EADC;
    padding: 7px 0;
    font-size: 16px;
    color: #333333;
    text-align: center;
  }
  .sub01 .sp_only img{
    width: 100%;
  }
  /*検索部分調整*/
  .aside .btn input{
    width:87%;
    height: 40px;
  }
  .aside .btn .search{
    background-size: 40% auto;
    background-position: center center;
    background-color: #888;
    margin: 15px 0 0 0;
    padding: 0;
    width: 13%;
    height: 40px;
    text-indent: -9999px;
  }

  /* 動画 */
  .aside .aside-movie {
  }
  .aside .aside-movie iframe {
    width: 100%;
    height: 240px;
    height: 55vw;
    max-height: none;
  }

  /*編集部よりボタン*/
  .btn_editorial{
    display: block;
    width: 100%;
    margin-bottom: 40px;
  }
  /*上へボタン*/
  .to_top_sp{
    width: 44px;
    height: 42px;
    position: fixed;
    right: 2px;
    bottom: 90px;
    z-index: 99999999;
  }
  /*footer調整*/
  .footer-inner{
    width: 100%;
  }
  .footer {
    margin-top: -30px;
    background-color: transparent;
    background-image: none;
    width:90%;
    }
  .footer .txt01 {
   padding: 30px 0;
   }
  .tet01_a{
    position: relative;
    top: 10px;
   }
  .footer p span {
       margin: 0;
   }
  .footer-inner{
   background: url(../img/ft_bg.png) bottom center no-repeat;
  }
  /*** txt01 ***/
  .main .txt01,#bottom2 .sub01 p{
    font-size:14px;
  }
  .main .tit span,#bottom2 .sub01 .tit,.main .tit span {
    font-size: 18px;
  }
  /*ボトム投稿内レイアウト*/
  #bottom .main .sub02 .sub_left {
   width: 100%;
   float: none;
  }
  #bottom .main .sub02 .sub_right {
    float: none;
    margin: 5px 0 0 0;
    width: 100%;
  }
  #bottom .main .sub02 .sub_right img {
    width: 100%;
  }
  #bottom .sub_right img{
    width: 100%;
    height: auto;
  }
  #bottom .sub00 img{
    width: 100%;
   }
  /*現在の投稿をレスポンシブにする設定*/
   /*写真*/
  #bottom .sub01,#bottom2 .sub01 {
    width: 100%!important;
  }
  #bottom .sub01 img,#bottom2 .sub01 img {
    width: 100%!important;
    height: auto!important;
  }
   /*写真の下のキャプション*/
  #bottom .cap{
    font-size: 14px;
  }
