@charset "utf-8";

/**********************************/
/*   ・共通設定                    */
/*   ・ヘッダーブロック            */
/*   ・グローバルナビ              */
/*   ・bodyブロック                */
/*   ・フッターブロック            */
/*   ・トップページ                */
/*   ・共通で使用するクラス        */
/*   ・タブレット用クラス          */
/**********************************/

/*----------------------------------
  共通設定
----------------------------------*/
html {
  width:100%;
  font-size: 62.5%;
	overflow-x: hidden;
}

body {
  line-height:1;
  font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  margin: 0 auto; 
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  color: #444;
  /*
  -webkit-text-size-adjust: 100%;
  */
}

input, select {
  vertical-align:middle;
}

td {
  word-break: break-all;
}

a {
  text-decoration: none;
  display: block;
  color: #000;
}

a:hover {
  text-decoration: underline;
}

a:hover img {
  text-decoration:  none;
  background: transparent;
  opacity:0.9;
  filter/*\**/: alpha(opacity=90)\9; /* IE7,8 */
  -ms-filter/*\**/: "alpha(opacity=90)"\9; /* IE7,8 */
}

/*見出し*/
h2 {
  width: 100%;
  height: auto;
  margin: 40px auto 10px;
  text-align: center;
  font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  font-size: 3.1rem;
  letter-spacing: .2em;
}

h3 {
  width: 100%;
  height: auto;
  margin: 0 auto 40px;
  text-align: center;
  font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  font-size: 1.5rem;
}

h2.white-h2 {
  color: #fff;
}

h3.white-h3 {
  color: #fff;
}


/* container */
#container {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  overflow:hidden;
}

.fade-up {
  transition: opacity 1.3s;
  -moz-transition: opacity 1.3s;
  -webkit-transition: opacity 1.3s;
  -o-transition: opacity 1.3s;
  transition: transform 1.3s;
  -moz-transition: transform 1.3s;
  -webkit-transition: transform 1.3s;
  -o-transition: transform 1.3s;
}

/*----------------------------------
  ヘッダーブロック
----------------------------------*/
#header_block {
  width: 100%;
  height: auto;
  margin:0 auto;
  z-index: 100;
  top:0;
  padding: 30px 0;
  position: absolute;
  /*background-color: rgba(250,250,250,.7);
  box-shadow: 0px 9px 3px -3px rgba(0,0,0,0.1);
  -webkit-box-shadow: 0px 9px 3px -3px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 9px 3px -3px rgba(0,0,0,0.1);*/
  min-width: 1300px;
}

#header_block .headerbox {
  margin: 0 auto;
  text-align: center;
  z-index: 100;
}

#header_block .headerbox h1 {
  width: 20%;
  float: left;
  margin: 5px 0 0 20px;
  padding: 0;
}

#header_block .headerbox h1 img { 
  max-width: 300px;
}

#header_block.fixed .headerbox {
  position: fixed;
  top: 0;
  margin: 0;
  padding: 20px 0;
  width: 100%;
  background-color: rgba(250,250,250,0.8);
  box-shadow: 0px 9px 3px -3px rgba(0,0,0,0.1);
  -webkit-box-shadow: 0px 9px 3px -3px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 9px 3px -3px rgba(0,0,0,0.1);
  min-width: 800px;
}

#header_block .headerbox .header-fixed {
  width: 70%;
  float: right;
}

/*----------------------------------
  グローバルナビゲーション
----------------------------------*/
#gl-navi {
  width: 100%;
  height: auto;
  margin: 15px auto 0;
  list-style-type: none;
  text-align:center;
  position: relative;
  z-index: 20;
  min-width: 1000px;
}

#gl-navi #glnavi-ul {
  width: auto;
  height: auto;
  margin: 0 auto;
  padding: 0;
  display: flex;
  position: absolute;
  right: 0;
}

#gl-navi #glnavi-ul .glnavi-li {
  float: left;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: relative;
  padding: 0;
  margin: 0 30px;
  display: inline-block;
}

#gl-navi #glnavi-ul .glnavi-li a {
  font-size:110%;
  letter-spacing: .1em;
  display: block;
}

#gl-navi #glnavi-ul .glnavi-li a:hover {
  text-decoration: none;
  color: #DA0000;
}

/* プルダウンメニュー */
#submenu-box {
  width: 100%;
  height: auto;
  margin: 10px auto;
  position: absolute;
　right: 0;
  z-index: 10;
}

#submenu-block {
  width: 1100px;
  height: auto;
  margin: 0 auto;
  padding: 0;
  position: relative;
  z-index: 10;
}

#sub1 {
  left:0;
}

#sub2 {
  margin-left: 100px;
}


.submenu-ul {
  width: 230px;
  height: auto;
  list-style: none;
  display: none;
  position: absolute;
  top: 39px;
  padding: 0 10px;
  background-color: rgba(218,0,0,0.7);
}

.submenu-ul .menu-li {
  width: 98%;
  height: auto;
  margin: 0 auto;
  padding: 0;
}

.submenu-ul .menu-li a {
  width: 98%;
  height: auto;
  padding: 15px 0;
  opacity:0.9;
  filter/*\**/: alpha(opacity=90)\9; /* IE7,8 */
  -ms-filter/*\**/: "alpha(opacity=90)"\9; /* IE7,8 */
  background-image: url(../images/common/pd_menu_off.png);
  background-repeat:  no-repeat;
  background-position: right 16px;
  text-align: left;
  text-indent: 10px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.4;
  color: #fff;
}

.submenu-ul .menu-li a:hover {
  color: #000;
  opacity:0.9;
  filter/*\**/: alpha(opacity=90)\9; /* IE7,8 */
  -ms-filter/*\**/: "alpha(opacity=90)"\9; /* IE7,8 */
  background-image: url(../images/common/pd_menu_on.png);
  text-decoration: none;
}

.submenu-ul .menu-li a.active {
  background: #D25200;
  color: #fff;
  opacity:0.9;
  filter/*\**/: alpha(opacity=90)\9; /* IE7,8 */
  -ms-filter/*\**/: "alpha(opacity=90)"\9; /* IE7,8 */
 }

.submenu-ul .menu-li:last-child {
  border-bottom: none;
 }

/*----------------------------------
  サイドブロック
----------------------------------*/
#sidebar {
  width: 6%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  position: fixed;
  right: 0;
  /*top: 120px;*/
  top: 250px;
  z-index: 10000;
  min-width: 124px;
}

.side_banner {
  margin: 0 auto 15px;
  padding: 0;
  font-size: 0;
}

.side_banner a, .side_banner a img {
  width: 100%;
  height: auto;
}

.side_banner a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
}

a[href^="tel:"] { cursor: default; }

/*----------------------------------
  bodyブロック
----------------------------------*/
/* メインブロック */
#top-main-block {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

#main-block {
  width: 100%;
  height: auto;
  margin: 250px auto 150px;
}
    
/* ページトップ */
#pagetop-box {
  width: 100%;
  text-align: right;
}

#pagetop-box #pagetop {
  display: block;
  width: 70px;
  height: 70px;
  background: url(../images/common/pagetop.png) no-repeat top center;
  background-color: transparent;
  position: fixed;
  bottom: 20px;
  right: 20px;
}

#pagetop-box #pagetop img {
  width: 70px;
  height: 70px;
}

#pagetop-box #pagetop:hover {
  text-decoration:  none;
  background: transparent;
  opacity:0.9;
  filter/*\**/: alpha(opacity=90)\9; /* IE7,8 */
  -ms-filter/*\**/: "alpha(opacity=90)"\9; /* IE7,8 */
}

/*----------------------------------
  フッターブロック
----------------------------------*/
#footer-block {
  width: 100%;
  height: auto;
  padding: 30px 0 0;
  margin: 100px auto 0;
  text-align: center;
  background: #008D0D;
}

#footer-block .ft-info {
  width: 1100px;
  height: auto;
  margin: 0 auto;
  display: table;
  padding: 80px 0;
}

#footer-block .ft-info .info-l {
  width: 50%;
  height: auto;
  padding: 10px 0;
  display: table-cell;
  vertical-align: top;
  text-align: center;
  float: left;
}

#footer-block .ft-info .info-l .logo {
  width: 100%;
  font-size: 3rem;
  font-weight: 600;
}

#footer-block .ft-info .info-l .logo a {
 /* display: inline-block;*/
  color: #fff;
}

#footer-block .ft-info .info-l .logo a:hover {
  text-decoration: none;
}

#footer-block .ft-info .info-r {
  width: 50%;
  padding: 10px 0;
  height: auto;
  display: table-cell;
  vertical-align: top;
  float: right;
  text-align: right;
}


#footer-block .ft-info .info-r .footer-p {
  line-height: 1.7;
  font-size: 1.6rem;
  padding: 0;
  text-align: left;
  color: #fff;
}



/* コピーライトブロック */
#copyright-block {
  width: 100%;
  height: auto;
  padding: 20px 0 50px;
  text-align: center;
  font-size: 11px;
  font-size: 1.1rem;
  color:#fff;
  background: #008D0D;
  position:relative;
  bottom:0;
}

/*----------------------------------
  トップページ
----------------------------------*/
/* welcomeスライダー */
#welcomebox {
  position: relative;
  z-index: 2;
  width: 1500px;
  margin: 150px auto;
}

.top-slider {
  width: auto;
  height: auto;
  overflow: hidden;
  margin:  0 auto;
}

#welcomebox .welcome_h {
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  margin: 0 auto;
  overflow: hidden;
}

#welcomebox .welcome_h img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.top-slider .bx-wrapper {
/* ここでサイズを設定（pager内包の為heithはautoで） */
  width: 100%;
  height: auto;
  z-index: 0;
}

.top-slider .bx-wrapper .bx-viewport {
  z-index: 1;
  overflow: hidden;
  background: transparent !important;
}

.bx-controls {
  width: auto;
  height: auto;
  padding: 0;
}

.top-slider .bx-wrapper .bx-pager {
  *position: relative !important;/* IE7 */
  *text-align: center;
}

.top-slider .bx-pager {
  position: relative !important;
  text-align: center;
  top: 0 !important;
  width: auto !important;
  display: inline-block;
  z-index: 200;
}

*+html .bx-pager {
  display: block;
  width: 80px !important;
}

.top-slider .bx-pager-item {
  float: left;
}

.top-slider .bx-pager-item .bx-pager-link {
  width: 15px;
  height: 15px;
  margin-left: 15px;
  padding: 0;
  text-align: center;
  text-indent: -9999px;
  float: left;
}

.top-slider .bx-pager-item .bx-pager-link.hover,
.top-slider .bx-pager-item .bx-pager-link.active {
  text-decoration: none;
}

/* background */
.top-bgbox2 {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 80px 0;
  background: #f8f8f8;
}

/* TOP */
.top-contebox {
  width: 1100px;
  height: auto;
  margin: 0 auto;
}

.top-box {
  width: 1400px;
  height: auto;
  margin: 150px auto 100px;
}

.osusume {
  margin: 50px auto;
  width: 100%;
}

.osusume-1 {
  margin: 70px auto 0;
  text-align: center;
  background: url("../images/top/top_bg1.jpg") no-repeat top center;
  height: 500px;
  width: auto;
}

.osusume-2 {
  margin: 0 auto;
  text-align: center;
  background: url("../images/top/top_bg2.jpg") no-repeat top center;
  height: 480px;
  width: auto;
}

.osusume-3 {
  margin: 0 auto;
  text-align: center;
  background: url("../images/top/top_bg3.jpg") no-repeat top center;
  height: 420px;
  width: auto;
}

.osusume-4 {
  margin: 0 auto;
  text-align: center;
  background: url("../images/top/top_bg4.jpg") no-repeat top center;
  height: 520px;
  width: auto;
}

.osusume-5 {
  margin: 0 auto;
  text-align: center;
  background: url("../images/top/top_bg5.jpg") no-repeat top center;
  height: 440px;
  width: auto;
}

.detail-box {
  width: 25%;
}

.item {
  margin-left: 540px;
  padding: 50px 0 0;
}

.item2 {
  margin-left: 450px;
  padding: 50px 0 0;
}

.item3 {
  margin-left: 700px;
  padding: 50px 0 0;
}

.item4 {
  margin-left: 250px;
  padding: 50px 0 0;
}

.detail-box .item-1 {
  margin: 0 auto 30px;
  padding-top: 60px;
  font-size: 2.8rem;
}

.detail-box .item-2 {
  margin: 0 auto;
  text-align: left;
  line-height: 1.7;
  font-size: 1.5rem;
}

.furusato-box {
  margin: 0 auto;
  text-align: center;
  background: url("../images/top/top_bg6.jpg") no-repeat top center;
  height: 490px;
  width: auto;
  padding-top: 80px;
}

.furusato-bg {
  width: 40%;
  margin: 0 auto;
  text-align: center;
  padding: 0 50px 50px;
  background-color:rgba(255,255,255,0.9);
  border-radius: 200px;
}

.furusato-box .f-1 {
  margin: 0 auto 30px;
  padding-top: 60px;
  font-size: 2.8rem;
}

.furusato-box .f-2 {
  margin: 0 auto;
  line-height: 1.7;
  font-size: 1.7rem;
　text-align: center;
  width: 100%;
}

.link-box {
  width: 55%;
  margin: 0 auto;
}

.button {
  display: inline-block;
  padding: 2rem 5rem;
  border-radius: 10rem;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.5rem;
  transition: all .3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin-top: 30px;
}

.button2 {
  display: inline-block;
  padding: 2rem 5rem;
  border-radius: 10rem;
  color: #000;
  text-transform: uppercase;
  font-size: 1.5rem;
  transition: all .3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin-top: 50px;
}

.button3 {
  display: inline-block;
  padding: 2rem 5rem;
  border-radius: 10rem;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.5rem;
  transition: all .3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin-top: 50px;
}

.button4 {
  display: inline-block;
  padding: 2rem 5rem;
  border-radius: 10rem;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.5rem;
  transition: all .3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin-top: 50px;
}

.button:after,
.button2:after,
.button3:after,
.button4:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10rem;
  z-index: -2;
  text-decoration: none;
}

.button:after {
  background-color: #00B838;
}

.button2:after {
  background-color: #f2f2f2;
}

.button3:after {
  background-color: #FF6D04;
}

.button4:after {
  background-color: #FFD605;
}


.button:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #FFB808;
  transition: all .3s;
  border-radius: 10rem;
  z-index: -1;
}

.button2:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #DA0000;
  transition: all .3s;
  border-radius: 10rem;
  z-index: -1;
}

.button3:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #DA0000;
  transition: all .3s;
  border-radius: 10rem;
  z-index: -1;
}

.button4:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #FF9600;
  transition: all .3s;
  border-radius: 10rem;
  z-index: -1;
}


.button:hover,
.button2:hover,
.button3:hover,
.button4:hover {
  color: #fff;
  text-decoration: none;
}

.button:hover:before,
.button2:hover:before,
.button3:hover:before,
.button4:hover:before {
  width: 100%;
}

/* 新着情報 */
.news-box {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  width: 70%;
  height: auto;
  margin: 50px auto 0;
}

.news-box .news-ul {
  width: 100%;
  height: auto;
  margin: 10px auto 20px;
  list-style-type: none;
}

.news-box .news-ul li {
  width: 100%;
  height: auto;
  padding: 17px 0 30px;
  text-align: left;
  border-bottom: 1px dotted #000;
}

.news-box .news-ul li a {
  width: 100%;
  height: auto;
  display: block;
  text-align: left;
  text-decoration: none;
  color: #000;
}

.news-box .news-ul li a:hover {
  text-decoration: none;
  color: #DA0000;
}

.news-box .news-ul li .date {
  width: 30%;
  height: auto;
  padding-left: 30px;
  float: left;
}

.news-box .news-ul li .summary {
  width: 65%;
  height: auto;
  float: right;
  word-break: normal;
  word-wrap: break-word;
}

/* RSS */
#feed {
  padding:0 0 10px 20px;
  width:95%;
  margin: 0 auto;
  text-align: left;
}

/*#feed dl {
  padding:0 0 5px;
  line-height:2;
}*/

#feed p {
  width: 95%;
  border-bottom: 1px dotted #666;
  padding: 18px 0 16px;
  text-indent: 1em;
}

#feed a {
  text-decoration:none;
  color:#555;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 1em;
}

#feed a:hover {
  text-decoration:none;
  color:#DA0000;
}

/*#feed dl dd {
  padding: 7px 0;
  font-weight:bold;
  text-align: left;
  border-bottom: 1px dotted #666;
}

#feed dl dd a {
  text-decoration:none;
  color:#555;
}

#feed dl dd a:hover {
	text-decoration:none;
	color:#0084b9;
}*/

.contact {
  width: 70%;
  height: auto;
  margin: 100px auto 30px;
  font-size: 25px;
  font-size: 2.5rem;
}

/*----------------------------------
  共通で使用するクラス
----------------------------------*/
.left {
  float: left;
}

.right {
  float: right;
}

.align-l {
  text-align: left;
}

.align-c {
  text-align: center;
}

.align-r {
  text-align: right;
}

.margin-l20 {
  margin-left: 20px;
}

.margin-20 {
  margin: 20px 0;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-20 {
  padding-bottom: 20px;
}

/* clearfix */
.clearfix:after {
  clear: both;
  content: "";
  display: block;
}

/**********************************/
/*      タブレット用クラス         */
/**********************************/
/* container */
.td #container {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  overflow:hidden;
}

/*----------------------------------
  bodyブロック
----------------------------------*/
/* メインブロック */
.tb #top-main-block {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.tb #main-block {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
/*----------------------------------
  フッターブロック
----------------------------------*/


/*----------------------------------
  トップページ
----------------------------------*/
/* TOP */
.tb .top-contebox {
  width: 100%;
  height: auto;
  margin: 0 auto;
}



