/* Bootstrapのガター幅を調整するための汎用CSS */
.row-0{ margin-left:0px;  margin-right:0px}
.row-0 >div{ padding-right:0px;  padding-left:0px}
.row-10{ margin-left:-5px;  margin-right:-5px}
.row-10 >div{ padding-right:5px;  padding-left:5px}
.row-20{ margin-left:-10px;  margin-right:-10px}
.row-20 >div{ padding-right:10px;  padding-left:10px}
.row-30{ margin-left:-15px;  margin-right:-15px}
.row-30 >div{ padding-right:15px;  padding-left:15px}
.row-40{ margin-left:-20px;  margin-right:-20px}
.row-40 >div{ padding-right:20px;  padding-left:20px}
.row-50{ margin-left:-25px;  margin-right:-25px}
.row-50 >div{ padding-right:25px;  padding-left:25px}

/* googlemapｗｐレスポンシブにするCSS */
.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/* 追加CSS　画像上マージン */

/* 追加CSS */
.img_wrap{
  margin: 0 auto;
  overflow: hidden;
  cursor: pointer;
}
.img_wrap img{
  width: 100%;
  transition-duration: 0.5s;
}
.img_wrap:hover img{
  transform: scale(1.2);
  transition-duration: 0.5s;
}



.container-fluid {
    padding-left: 0px;
    padding-right: 0px;

}

.col-xs-12.col-lg-6.bg-info {
    padding-left: 0px;
    padding-right: 0px;
}

.wring {
    margin-left: 0px;
    margin-right: 0px;
}

.outer {

    width: 100%;

}

/* 追加CSS */
h2{
  text-align: center;
  margin-bottom: 30px;
  font-size:16px;
}
#page_top{
  width: 90px;
  height: 90px;
  position: fixed;
  right: 0;
  bottom: 50px;
  opacity: 0.6;
}
#page_top a{
  position: relative;
  display: block;
  width: 90px;
  height: 90px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #3f98ef;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -40px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#page_top a::after{
  content: 'PAGE TOP';
  font-size: 13px;
  color: #fff;
  position: absolute;
  top: 45px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  color: #3f98ef;
}


#primary-header a.logo {
    font-size: 16pt;
}


/* 追加CSS */
table {
  border: 1px solid #aaa;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 6px;
}
table thead th,
table tbody th,
table tbody td {
  padding: .6em 3em;
  border-bottom: 1px solid #aaa;
}
table thead th {
  background-color: #ddd;
}
table tbody th {
  background-color: #eee;
}
table thead th + th,
table tbody td {
  border-left: 1px solid #aaa;
}
table tbody tr:last-child th,
table tbody tr:last-child td {
  border-bottom: none;
}
table thead tr:first-child th:first-child {
  border-radius: 5px 0 0 0;
}
table thead tr:first-child th:last-child {
  border-radius: 0 5px 0 0;
}
table tbody tr:last-child th:first-child {
  border-radius: 0 0 0 5px;
}
table tbody tr:last-child th:last-child {
  border-radius: 0 0 5px 0;
}

/* 追加CSS サルワカ*/


/* 追加CSS */
/* https://pecopla.net/web-column/fontsize-css */
html{
    font-size: 62.5%;
}
body{
    font-size:2.0rem;/* 20px*/
    line-height: 2;
}
h1 {
    font-size: 36px;/* IE8以下とAndroid4.3以下用フォールバック */
    font-size: calc(2.4rem + ((1vw - 0.64rem) * 2.1429));/* 24px~36pxで可変*/
    line-height: 1.3;
}
h2 {
    font-size: 24px;/* IE8以下とAndroid4.3以下用フォールバック */
    font-size: calc(2rem + ((1vw - 0.64rem) * 0.7143));/* 20px~24pxで可変*/
    line-height: 1.3;
}
@media (min-width: 1200px) {/* 1200px以上*/
    h1 {
        font-size: 3.6rem;/* 36px*/
    }
    h2 {
        font-size: 2.4rem;/* 24px*/
    }
}
@media screen and (max-width: 640px) {/* 640px以下*/
    body{
    line-height: 2;
    }
    h1{
        font-size: 2.4rem;/* 24px*/
    }
    h2 {
        font-size: 1.8rem;/* 18px*/
    }
}




/* 左右余白なくす */
.row {
  margin-right: 0px;
  margin-left: 0px;
margin-top: 50px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  /* padding-right: 15px; */
  /* padding-left: 15px; */
    background-color: #fff;
}

.container {
    padding-left: 0px;
    padding-right: 0px;
}

body {
  background-color: #db2cc526;
}

/* a の色を戻す*/
/* https://qiita.com/kape/items/3d64f9c2e148684b35c4 */
.btn-info a{ color:inherit;
}

a{ color:red; }

/* 追加CSS サルワカ*/
/* https://saruwakakun.com/html-css/reference/h-design */
.title {
  background: #c2edff;/*背景色*/
    padding-top: 0px;
    padding-bottom: 0px;
}

#content h1 {
padding: 0.5em;/*文字周りの余白*/
  color: #494949;/*文字色*/
  background: #fffaf4;/*背景色*/
  border-left: solid 5px #ffaf58;/*左線（実線 太さ 色）*/
}

#content h2 {
  background: #c2edff;/*背景色*/
  padding: 0.5em;/*文字まわり（上下左右）の余白*/
}

#entries > div.entry {
    margin-bottom: 0px;
    overflow: hidden;
}

/* スマホの画像が縦長になるのを修正*/
/* https://designalikie.com/manual/detail.php?id=78 */
.body1 img {
  width: 100%  !important;
  height: auto  !important;
}

/* https://saruwakakun.com/html-css/basic/table */
table {
  border-collapse: collapse;
  border: solid 2px orange;/*表全体を線で囲う*/
}
table th, table td {
  border: dashed 1px orange;/**/
  /*破線 1px オレンジ*/
}
table th {/*table内のthに対して*/
  padding: 10px;/*上下左右10pxずつ*/
  color: #FF9800;/*文字色*/
  background: #fff5e5;/*背景色*/
}
table td {/*table内のtdに対して*/
  padding: 3px 10px;/*上下3pxで左右10px*/
}

.entry {
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
text-align: left;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
color: #333333;
font-size: 2.0rem;
line-height: 2;
box-sizing: border-box;
overflow: hidden;
margin-bottom: 10px;
}

/*　テーブルセンター https://demo.kimoba.com/dic/bootstrap-table-verticalalign-center.html */

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
vertical-align: middle;
}


/* youtube軽量化 */



button a{
color: #fff;
}

@media (max-width: 991px) {
  .col-sm-3,
  .col-sm-9 {
    width: 100% !important;
    float: none !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  #primary-header .logo {
    font-size: 18px;
  }

  .btn {
    font-size: 1.6rem;
  }

  /* サイドバーなどの非表示・再配置も必要ならここに追加 */
}
