@charset "UTF-8";
/*------------------------------------------------*/
/*
    common.css | built 2017/11/13
*/
/*------------------------------------------------*/

body {
  background-color: #ffdea4;
}

#header {
  background-color: #ffdea4;
  width: 100%;
  height: 80px;
  z-index: 10000;
  border: 0;
}

/*
#mainBG {
  background-color: #ffdea4;
  width: 100%;
  height: 400px;
  margin-top: 60px;
}
*/

h1 {
  font-size: 100%;
  font-weight: bold;
  color: #000;
  z-index: 30;
  position:absolute;
  top: -10px;
  left: 5px;
  clear: both;
}

@media ( max-width: 768px ) {
.hdttl {
  display: none;
}
}

h2 {
  z-index: 60;
  position:absolute;
  top:30px;
  left:20px;
  clear: both;
}

h2 img {
  width: 90%;
}

.sec01 {
  position: relative;
  overflow: hidden;
  margin-top: 20px;
}

#box1 {
    position:fixed;
    width: 300px;
    height: 300px;
    background: #5EA9F4;
}

/*
.mainpic-place {
  width: 90%;
  margin-left: 20%;
}

.mainpic-place-TS {
  width: 90%;
  margin-top: 10%;
  margin-left: 20%;
}
*/

@media (min-width: 0) {
.navbar-toggle {
  display: block;
  }
}

/*z-index sample*/

img.content1{position:absolute; top:40px; left:20px; }
img.content2{position:absolute; top:40px; left:350px; }

/*z-index sample end*/

body { /*padding-top: 80px;*/ }
  @media ( min-width: 768px ) {
    #banner {
      min-height: 300px;
      border-bottom: none;
    }
    .bs-docs-section {
      margin-top: 20px;
    }
    .bs-component {
      position: relative;
    }
    .bs-component .modal {
      position: relative;
      top: auto;
      right: auto;
      left: auto;
      bottom: auto;
      z-index: 1;
      display: block;
    }
    .bs-component .modal-dialog {
      width: 90%;
    }
    .bs-component .popover {
      position: relative;
      display: inline-block;
      width: 220px;
      margin: 20px;
    }
    .nav-tabs {
      margin-bottom: 15px;
    }
    .progress {
      margin-bottom: 10px;
    }
}

.logo {
  margin-top: 10px;
  margin-left: 3px;
}

h3 {
  font-size: 260%;
  color: #000;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

h4 {
  font-size: 220%;
  font-weight: bold;
}

h5 {
  font-size: 120%;
  color: #1a3e6e;
  font-weight: bold;
}

img {
  max-width: 100%;
}

.text-center {
  font-size: 100%;
  margin-left: 0;
  margin-right: 0;
}

hr {
  width: 300px;
  height: 6px;
  background: url(../images/hr.png) repeat-x 0 0;
  border: 0;
}

.text-left {
  font-size: 100%;
  text-align: left;
}

.text-right {
  font-size: 100%;
  text-align: right;
}

.cont-bg {
  background-color: #ffdea4;
}

.cont-bg-white {
  background-color: #FFFFFF;
  padding-top: 30px;
  padding-bottom: 30px;
}

.container .info {
  background-color: #ccbdae;
}

.nav {
  margin-top: 5px;
  font-size: 85%;
}

.navbar-default {
  background-color: rgba( 84, 43, 15, 0 );
  /*border-color: #e5d2be;*/
}

.row-eq-height {
  display: -webkit-flex; /* Safari */
  display: flex;
  flex-wrap: wrap;
}

@media ( max-width: 768px ) {
.navbar-default {
  background-color: rgba( 255, 255, 255, 0.7 );
  /*border-color: #e5d2be;*/
}
}

.navbar-default .navbar-nav > li > a:link, .navbar-default .navbar-nav > li > a:focus {
  color: #000;
  font-weight: bold;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #ff9b19;
  background-color: transparent;
}

.navbar-default .navbar-nav > li > a:active, .navbar-default .navbar-nav > li > a:active {
  color: #000;
  font-weight: bold;
}

.navbar-default .navbar-nav > li > a:visited, .navbar-default .navbar-nav > li > a:visited {
  color: #000;
  font-weight: bold;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #000;
  background-color: rgba( 75, 142, 160 , 0.8);
}

/*-----go to top*/

.page-top {
  display: none ;
  margin: 0 ;
  padding: 0 ;
  z-index: 25;
  position: relative;
}

.page-top p {
  margin: 0 ;
  padding: 0 ;

  position: fixed ;
  right: 16px ;
  bottom: 16px ;
}

.move-page-top {
  display: block ;
  background: #1c497f ;
  width: 50px ;
  height: 50px ;
  cursor: pointer ;

  color: #fff ;
  line-height: 50px ;
  text-decoration: none ;
  text-align: center ;

  -webkit-transition:all 0.3s ;
  -moz-transition:all 0.3s ;
  transition:all 0.3s ;

  border-radius: 5px;    /* CSS3草案 */
  -webkit-border-radius: 5px;  /* Safari,Google Chrome用 */
  -moz-border-radius: 5px;  /* Firefox用 */
}

@media screen and ( min-width:1290px ) {
  .move-page-top:hover
  {
    opacity: 0.85 ;
  }
}

/*-----go to top end*/


img.loader {
   margin: 20px 0;
 }

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt23 {
  margin-top: 23px;
}

.mt25 {
  margin-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mt35 {
  margin-top: 35px;
}

.mt40 {
  margin-top: 40px;
}

.mt45 {
  margin-top: 45px;
}


.mt50 {
  margin-top: 50px;
}

.mt55 {
  margin-top: 55px;
}

.mt60 {
  margin-top: 60px;
}

.mt70 {
  margin-top: 60px;
}

.mt80 {
  margin-top: 80px;
}

.mt83 {
  margin-top: 83px;
}

.mt90 {
  margin-top: 80px;
}

.mt100 {
  margin-top: 100px;
}

.mt107 {
  margin-top: 107px;
}

.mt150 {
  margin-top: 150px;
}

.mt160 {
  margin-top: 160px;
}

.mt170 {
  margin-top: 170px;
}

.mt180 {
  margin-top: 180px;
}

.mt190 {
  margin-top: 190px;
}

.mt200 {
  margin-top: 200px;
}

.mt300 {
  margin-top: 300px;
}

.mb20 {
  margin-bottom: 20px;
}

.pb100 {
  margin-bottom: 100px;
}

.pd10 {
  padding-left: 10px;
  padding-right: 10px;
}

.pd20 {
  padding-left: 20px;
  padding-right: 20px;
}

.ftst {
  font-weight: bold;
}

/*--------------------------------------------*//*header*/

.fbimg {
  margin-top: -8px;
}

/*--------------------------------------------*//*header end*/

/*--------------------------------------------*//*top content*/

.ttlbox {
  padding: 20px 15px 20px 15px;
  background-color: #FFFFFF;
  text-align: center;
}

.ttlbox .ttl {
  color: rgba( 255, 96, 34, 1.0);
  font-size: 200%;
  font-weight: bold;
  text-align: center;
  /*line-height: 3.3;*/
  font-family: "ＭＳ Ｐゴシック", Arial, sans-serif;
}

.ttlbox .ttl-ts {
  color: rgba( 255, 96, 34, 1.0);
  font-size: 200%;
  font-weight: bold;
  text-align: center;
  /*line-height: 2.7;*/
  font-family: "ＭＳ Ｐゴシック", Arial, sans-serif;
}

.ttlbox .ttl-serv {
  color: rgba( 255, 96, 34, 1.0);
  font-size: 200%;
  font-weight: bold;
  text-align: left;
  /*line-height: 2.5;*/
  font-family: "ＭＳ Ｐゴシック", Arial, sans-serif;
}

.ttlbox p {
  color: rgba( 255, 96, 34, 1.0);
  font-size: 100%;
  font-weight: bold;
  text-align: center;
  /*line-height: 1.75;*/
  font-family: "ＭＳ Ｐゴシック", Arial, sans-serif;
}

.ttlbox p.sub {
  color: rgba( 255, 96, 34, 1.0);
  font-size: 100%;
  font-weight: bold;
  text-align: left;
  font-style: italic;
  font-family: "ＭＳ Ｐゴシック", Arial, sans-serif;
  padding-top: 12px;
}

.ttlbox p.sub01 {
  color: rgba( 255, 96, 34, 1.0);
  font-size: 100%;
  font-weight: bold;
  text-align: left;
  font-style: italic;
  font-family: "ＭＳ Ｐゴシック", Arial, sans-serif;
  padding-top: 35px;
}

.ttlbox p.sub-serv {
  color: rgba( 255, 96, 34, 1.0);
  font-size: 100%;
  font-weight: bold;
  text-align: left;
  font-style: italic;
  font-family: "ＭＳ Ｐゴシック", Arial, sans-serif;
  /*padding-top: 25px;*/
}

#point ul {
display:table;
width:100%;
margin:0;
padding:0;
}

#point ul li {
display:table-cell;
width:50%;
border:1px solid #ddd;
  padding: 10px;
list-style:none;
  border: solid 1px rgba( 255, 96, 34, 1.0);
  background-color: rgba( 255, 255, 255, 1.0);
  text-align: center;
  color: #9b6019;
}

.pointbox {
  display: table;
  width:100%;
  margin: 5px auto;
}

.mongon {
  font-size: 220%;
  color: rgba( 255, 96, 34, 1.0);
  font-weight: 500;
  text-align: center;
  line-height: 120%;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.ts-box {
  background-image: url("../images/pic01.png");
}

.ts-playbox {
  height: 350px;
  background-color: rgba( 255, 255, 255, 0.9);
  padding: 15px;
  margin: 0 auto;
}

.ts-playbox .ft01 {
  color: #ff6022;
}

.servicebox {
  border: solid 1px rgba( 255, 96, 34, 1.0);
  background-color: rgba( 255, 162, 26, 1.0);
  /*padding: 15px;*/
  color: #FFFFFF;
  text-align: center;
  margin: 5px auto;
}

/*
.servicebox img {
  border: solid 1px #828282;
}
*/

.ttl-news {
  color: rgba( 255, 96, 34, 1.0);
  font-size: 180%;
  font-weight: bold;
  text-align: left;
  line-height: 1;
  /*font-style: italic;*/
  font-family: "ＭＳ Ｐゴシック", Arial, sans-serif;
  border-bottom: dotted 5px rgba( 255, 96, 34, 1.0);
  margin-right: 20px;
  margin-bottom: 15px;
  text-align: right;
  /*padding-left: 70px;*/
}

.news-box {
  border: solid 1px #777777;
  padding: 15px 0 5px 10px;
  margin-bottom: 15px;
}

.news-box .day {
  font-size: 85%;
  font-weight: bold;
  color: #303030;
  margin-right: 20px;
}

.news-box .kiji {
  font-size: 85%;
  color: #303030;
}

.attention {
    font-size: 70%;
    font-weight: bold;
}

.small-font {
    font-size: 70%;
    font-weight: bold;
}

/*--------------------------------------------*//*top content end*/
/*--------------------------------------------*//*original change*/
.btn-danger {
  color: #fff;
  background-color: rgba( 28, 73, 127 , 0.8);
  border-color: #606060;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .3s;
       -o-transition-duration: .3s;
          transition-duration: .3s;
  -webkit-transition-property: all;
       -o-transition-property: all;
          transition-property: all;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: rgba( 75, 142, 160 , 0.8);
  border-color: rgba( 75, 142, 160 , 0.8);
}
.btn-danger:hover {
  color: #fff;
  background-color: rgba( 75, 142, 160 , 0.8);
  border-color: rgba( 75, 142, 160 , 1.0);
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #e43725;
  border-color: #df2e1b;
}
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #b62516;
  border-color: #891c11;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  background-image: none;
}
.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
  background-color: #e74c3c;
  border-color: #e64433;
}
.btn-danger .badge {
  color: #e74c3c;
  background-color: #fff;
}



.btn-default {
  color: #FFF;
  background-color: rgba( 255, 255, 255, 0) ;
  border-color: #FFF;
  border-radius: 5px;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .3s;
       -o-transition-duration: .3s;
          transition-duration: .3s;
  -webkit-transition-property: all;
       -o-transition-property: all;
          transition-property: all;
}
.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #FFF;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #FFF;
  background-color: #f2f2f2;
  border-color: #FFF;
}
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
  color: #FFF;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  background-image: none;
}
.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

/*--------------------------------------------*//*original change end*/
/*--------------------------------------------*//*btn service*/

.btnservice {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 2px;
}

.btn-service {
  color: #fff;
  background-color: #fcaa32;
  border-color: #fcaa32;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .3s;
       -o-transition-duration: .3s;
          transition-duration: .3s;
  -webkit-transition-property: all;
       -o-transition-property: all;
          transition-property: all;
}
.btn-service:focus, .btn-service.focus {
  color: #fff;
  background-color: #d62c1a;
  border-color: #891c11;
}
.btn-service:hover {
  color: #fff;
  background-color: #d62c1a;
  border-color: #c42818;
}
.btn-service:active, .btn-service.active, {
  color: #fff;
  background-color: #e43725;
  border-color: #df2e1b;
}

.btn-margin15 {
  margin-top: 15px;
}

.btn-margin20 {
  margin-top: 20px;
}

.btn-margin30 {
  margin-top: 30px;
}

.btn-margin35 {
  margin-top: 35px;
}

.btn-margin40 {
  margin-top: 40px;
}

.btn-margin63 {
  margin-top: 63px;
}

.btn-margin-bot20 {
  margin-bottm: 20px;
}

/*--------------------------------------------*//*btn service end*/


/*--------------------------------------------*//*footer*/

#footer-bg {
  background-color: rgba( 255, 96, 34, 1.0);
  color: #FFF;
}

#copyright {
  color: white;
  font-size: 80%;
  bottom: 0;
}

#footer-bg a {
  color: #FFF;
  text-decoration: none;
}
#footer-bg a:hover, a:focus {
  color: #9b1313;
  text-decoration: underline;
}

a {
  color: #c31717;
  text-decoration: none;
}
a:hover, a:focus {
  color: #9b1313;
  text-decoration: underline;
}

/*--------------------------------------------*//*footer end*/

/*--------------------------------------------*//*fadein*/
.fadein {
  opacity : 0.1;
  transform : translate(0px, 50px);
  transition : all 700ms;
  }
.fadein.scrollin {
  opacity : 1;
  transform : translate(0px, 0px);
  }

#effect2 .fadein:nth-of-type(2) {
  -moz-transition-delay:200ms;
  -webkit-transition-delay:200ms;
  -o-transition-delay:200ms;
  -ms-transition-delay:200ms;
  }
#effect2 .fadein:nth-of-type(3) {
  -moz-transition-delay:400ms;
  -webkit-transition-delay:400ms;
  -o-transition-delay:400ms;
  -ms-transition-delay:400ms;
  }
/*--------------------------------------------*//*fadein end*/

/*--------------------------------------------*//*offcanvas*/

#offcanvas-btn-right{
  background-color: #dc1919;
  width: 80px;
  height: 80px;
  float: right;
  border: 0;
  vertical-align: middle;
  line-height: 90%;
}

p.menu {
  display: inline-block;
  margin: 2px 6px;
  font-size: 82%;
  color: #FFF;
  font-weight: bold;
}

p.humberger {
  display: inline-block;
  height: 5px;
  width: 36px;
  background-color:#FFF;
  margin: 2px 6px;
  border-radius: 2px;
}

.offcanvasList{
  color:#FFFFFF;
  padding:0;
  margin:0;
}
.offcanvasList li {
  font-size: 80%;
  list-style-type:none;
  padding:10px;
  border-bottom: 1px solid rgba(255,255,255,0.2);
}

.offcanvasList li a {
  color: #ffb345;
}
/*
#header{*/
  /*background-color: #333;*/
  /*height:50px;
}*/

iframe { width:100%; }
/*--------------------------------------------*//*offcanvas end*/

/*--------------------------------------------*//*size responsive*/
@media only screen and (max-width: 769px) {
/*デバイスの横幅が321以上769以下の場合*/

h2 {
  z-index: 0;
  position:absolute;
  top:30px;
  left:20px;
  clear: both;
}

.sec01 {
  position: absolute;
  overflow: hidden;
  top: 330px;
  left: 10px;
}

.ts-box {
  background-image: url("../images/pic01.png");
}

.ts-playbox {
  width: 100%;
  height: 340px;
  background-color: rgba( 255, 255, 255, 0.9);
  padding: 15px 0 0 0;
}

.mainpic-place {
  margin-top: 0;
  margin-left: 0;
  width: 100%;
}

.mainpic-place-TS {
  margin-top: 0;
  margin-left: 0;
  width: 100%;
}

}
/*--------------------------------------------*//*size responsive end*/

a.original:link{
　color:#000;
　text-decoration:none;
}
a.original:visited{
color:#000;
text-decoration:none;
}
a.original:hover{
　color:#000;
　text-decoration:none;
}
a.original:active{
　color:#000;
　text-decoration:none;
}


/*--------------------------------------------*//*高さ揃え*/

div.grid-4{
    margin:0 auto;
    clear:both;
}

div.grid-4 .col{
    width: calc((100% - 0px * 1) / 2);
    /*margin:0 20px 20px 0;*/
    background:#fff;
    float:left;
    border-box:box-sizing;
border:1px solid #ddd;
  /*padding: 10px;*/
list-style:none;
  border: solid 1px rgba( 255, 96, 34, 1.0);
  background-color: rgba( 255, 255, 255, 1.0);
  text-align: center;
  color: #9b6019;
}

div.grid-4 .col:nth-child(4n){
    margin-right:0;
}

div.grid-4 .col .col-inner{
    padding:20px;
}

div.grid-4 .col p{
    line-height:1.5;
  text-align: left;
}

div.grid-4 .col p strong{
    line-height:1.5;
}

div.grid-4:after{
    content:"";
    clear:both;
    display:table;
}

@media screen and (max-width: 960px) {
    div.grid-4 .col{
       width: calc((100% - 20px * 1) / 1);
    }

    div.grid-4 .col:nth-child(2n){
        margin-right:0;
    }
}

/*------------------------------------------------------*//* bannerbox */
.bannerbox {
  padding: 20px 15px 20px 15px;
  text-align: center;
  background-image: url(../images/pic01.png);
  border: solid 1px #ff6022;
}

.cont-box-bg {
  background-color: white;
}

.bnner-ttl {
  font-size: 150%;
  color: rgba( 255, 96, 34, 1.0);
  font-weight: 500;
  text-align: center;
  line-height: 120%;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.shieireien-img {
  float: left;
  width: 50%;
  height: 50%;
}
/*------------------------------------------------------*//* bannerbox end */
