@charset "UTF-8";
/*
Theme Name: original_theme
Author:original_theme
Description:original_theme
Version: 1.01
License: original_theme
Text Domain: original_theme
*/

/*reCAPTCHA*/
.grecaptcha-badge {
    display: none;
}

/* bootstrap横幅変更
xs0-767 sm768-1067 lg1068< ※smは使わない
*/
@media only screen and (min-width: 1096px) {
  .container {
    padding-right: 14px;
    padding-left: 14px;
    width: 1068px;
  }
}

.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 {
    padding-right: 14px;
    padding-left: 14px;
}

.row {
    margin-right: -14px;
    margin-left: -14px;
}



/* サイトに合った背景色に変える */
body {
	background-color: #fff;
}


/* 文字飛ばし */
.cleartxt {
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}

/*グローバル*/
a:focus, *:focus {
  outline: none;
}

.wp-person a:focus .gravatar, a:focus, a:focus .media-icon img {
    -webkit-box-shadow: none;
    box-shadow: none;
}

a{
    transition:all 0.5s;
}

a:hover{
  opacity: 0.8;
    text-decoration: none;
}

.img-responsive{
  display: inline-block;
}

.center-block{
  display: block;
}

li{
  list-style: none;
}

ul,ol{
  padding: 0;
  margin: 0;
}

/*font text*/

*, body {
  font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}

.yugo{
  font-family: "游ゴシック",YuGothic,Yu Gothic,"Hiragino Kaku Gothic ProN","Helvetica Neue", "メイリオ", Meiryo, Verdana, "M+ 1p", sans-serif;
}

.yumincho{
  font-family: "游明朝", YuMincho, 'Yu Mincho', "HG明朝B", "HG明朝E", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
/*.yuminchoではfont-weight:500を使わない*/


/*投稿
--------------------------------------*/
.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.aligncenter {
	margin: 0 auto;
}

.post__content:before, .post__content:after {
  content: " ";
  display: table;
}

.post__content:after {
  clear: both;
}

.post__content img{
    display: block;
    max-width: 100%;
    height: auto;
}
.post__content h1{
    font-size: 25px;
}
.post__content h2{
    font-size: 22px;
}
.post__content h3{
    font-size: 19px;
}
.post__content h4{
    font-size: 16px;
}
.post__content h5{
    font-size: 13px;
}
.post__content h6{
    font-size: 10px;
}

.post__content h1,
.post__content h2,
.post__content h3,
.post__content h4,
.post__content h5,
.post__content h6 {
	font-weight: bold;
}

.post__content em {
    font-family: 'Times New Roman','ヒラギノ明朝 Pro W6', 'Hiragino Mincho Pro', 'ＭＳ Ｐゴシック', serif;
    font-style: italic;
}


/*head*/
h1{
    height: 0;
}
h1,h2{
  margin: 0;
}

.head__block01 h2{
  font-size: 12px;
  text-align: right;
  color: #fff;
}

.head__wrap{
  border-top: 2px dashed #9b443d;
  padding-top: 10px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#590100+0,941b13+100 */
  background: #590100; /* Old browsers */
  background: -moz-linear-gradient(top,  #590100 0%, #941b13 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #590100 0%,#941b13 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #590100 0%,#941b13 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#590100', endColorstr='#941b13',GradientType=0 ); /* IE6-9 */
}

.head__block02--row,.head__block02--row a{
  color: #dca001;
}

.head__block02--tel{
  background: #2e0503;
  border: 1px solid #8f3431;
border-radius: 8px;
  padding: 7px 5px 5px 21px;
margin-top: 22px;
margin-left: -15px;
    margin-right: 10px;
}


.head__block02--tel .txt__inline01{
  margin-right: 10px;
}

.head__block02--row01 .txt__inline01{
    margin-right: 23px;
}

.head__block02--row01{
  margin-bottom: 3px;
}

.header__underline{
  background: url(http://tetsunabe-win.com/wp-content/themes/wp_tetsunabe/images/header_underline.png) repeat-x;
  height: 10px;
}

.head__block02 h2{
margin-top: -10px;
}


/*グローバルナビ
--------------------------------------*/


.navbar-default {
    background-color: transparent;
    border-color: transparent;
    min-height: 0;
    margin-bottom: 0;
    border: 0;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
    font-size: 15px;
    letter-spacing: 2px;
    font-weight: bold;
    padding: 0;
display: inline;
}

.navbar-default .navbar-nav > li > a .txt__en{
color: #d99f00;
    font-size: 12px;
        font-weight: normal;
    letter-spacing: 1px;
}


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


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


@media only screen and (min-width: 768px){
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: transparent;
    padding-right: 0;
    padding-left: 0;
}


.navbar-nav {
    float: none;
    margin: 0;
    width: 100%;
    text-align: center;

}

.navbar-nav > li {
    float: none;
    display: inline-block;
    text-align: center;
  position: relative;
padding: 21px 0 12px;
    width: 15.8%;
    position: relative;
}

.navbar-nav > li:before{
    content: '';
    height: 45px;
    border-left: 1px dashed #fff;
    position: absolute;
    top: 18px;
    left: 0;
}

.navbar-nav > li:last-child:after{
    content: '';
    height: 45px;
    border-left: 1px dashed #fff;
    position: absolute;
    top: 15px;
    right: 0;
}

}



/*カルーセル　100％に*/
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
  width: 100%;
}

.slider__wrap{
    background: #f7fac5;
    border-bottom: 1px solid #6b0705;
    padding-bottom: 1px;
}

.slider__wrap2{
    border-bottom: 2px solid #6b0705;
}

.carousel-indicators {
    bottom: 5px;
}

.carousel-indicators li {
    border: 1px solid #ccc;
    background-color: #aaa;
}


/*トップ*/

.top__block01 .wrap__block{
    background: url(http://tetsunabe-win.com/wp-content/themes/wp_tetsunabe/images/top_concept_bg.png) #000 no-repeat;
  background-position: right;
  padding: 5px;
}

.top__block01{
  margin: 30px 0;  
}

.top__block01 .inner__block{
  border: 2px solid #6f5000;
}

.top__block01 .inner__block .left__block{
    width: 50%;
    padding: 24px 0px 28px 35px;
}

.title__block--box{
    color: #fff;
    font-size: 18px;
    padding: 12px 5px 8px;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #9b2f25;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#5c0201+0,911a12+100 */
    background: #5c0201; /* Old browsers */
    background: -moz-linear-gradient(top,  #5c0201 0%, #911a12 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #5c0201 0%,#911a12 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #5c0201 0%,#911a12 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c0201', endColorstr='#911a12',GradientType=0 ); /* IE6-9 */
}

.title__block--box h3{
font-size: 18px;
    letter-spacing: 1px;
    margin: 0;
}

.top__block01 .inner__block .title__block--box{
  margin-bottom: 25px;
}

.top__block01 .inner__block .txt__block{
    color: #fff;
    font-size: 12px;
    padding-left: 5px;
    padding-right: 4px;
}

.top__block02 .title__block--box{
text-align: left;
    padding: 12px 5px 8px 28px;
    border-radius: 4px 4px 0 0;
}

.title__block--box .txt__en{
    color: #d99f00;
    margin-left: 15px;
    font-size: 14px;
}

.top__block02--content{
    padding: 20px 20px;
    border: 2px solid #8d1811;
    border-top: 0;
    border-radius: 0 0 4px 4px;
    overflow: auto;
    height: 358px;
    background: url(http://tetsunabe-win.com/wp-content/themes/wp_tetsunabe/images/top_news_back2.png) no-repeat;
    background-position: right bottom;
}

.news__title{
    font-size: 15px;
    letter-spacing: 1.5px;
    line-height: 1.5;
    font-weight: bold;
    border: 2px solid #cc6362;
    padding: 4px 5px 4px 13px;
    background: #fff;
}

.news__title .txt__day{
font-size: 12px;
    color: #d27975;
}

.news__content{
font-size: 14px;
    letter-spacing: 1.5px;
    line-height: 1.5;
    padding: 15px 10px 0;
}

.news__title--row01{
    margin-bottom: 0px;
}

.news__title--row02{
  color: #bf4443;
}

.top__news--loop{
background: rgba(253, 255, 226, 0.85);
    padding: 19px;
    margin-bottom: 35px;
    border: 1px solid #f3dd8c;
}

.top__block02 .inner__block{
    width: 85%;
    margin: 0 auto;
}

.top__block02{
margin-bottom: 50px;
}

.title__block--underline{
border-bottom: 2px solid #8c1711;
    padding: 0px 5px 3px 3px;
    margin-bottom: 18px;
}

.title__block--underline h3{
margin: 0;
    font-size: 20px;
}

.title__block--underline h3 .txt__star{
margin-right: 5px;
    color: #8c1711;
    font-size: 29px;
    vertical-align: middle;
}

.title__block--underline h3 .txt__inline{
    vertical-align: middle;
    color: #bf4443;
    font-weight: bold;
}


.top__block03--right{

}

.top__block03--right .img__block{
    margin-bottom: 10px;
}

.top__block03--left{
    border: 2px solid #8c1711;
    padding: 15px;
    border-radius: 4px;
    min-height: 412px;
}

.top__block03--left .txt__block{
font-size: 14px;
line-height: 1.5;
letter-spacing: 1.5px;
}

.top__block03--left .left__block--content{
    padding: 0 5px 10px 9px;
}

.top__block03--left .left__block--row01{
margin-bottom: 21px;
}

.top__block03--left .left__block--row04{
    margin-top: 22px;
}

.top__block04{
  margin-top: 30px;
}

.top__block04 .flex__block{
justify-content: flex-end;
    align-items: flex-end;
}

.top__block04 .img__block{
  padding: 0 15px;
}

.top__block04 .img__block01{

    text-align: right;
}
.top__block04 .img__block03{

    text-align: right;
}

.top__block--bottom .txt__block{
    letter-spacing: 1.5px;
    line-height: 1.5;
    text-align: right;
    margin-top: 35px;
    padding-right: 15px;

}



/*フッターメニュー
--------------------------------------*/
.footermenu {
    text-align: center;
}

.footermenu li {
    float: none;
    display: inline-block;
}

.footer__content{
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#5a0001+0,931a12+100 */
background: #5a0001; /* Old browsers */
background: -moz-linear-gradient(top,  #5a0001 0%, #931a12 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #5a0001 0%,#931a12 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #5a0001 0%,#931a12 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a0001', endColorstr='#931a12',GradientType=0 ); /* IE6-9 */

}

footer{
      padding-top: 95px;
}

#page-top{
width: 132px;
    margin: 0px 0px 0px auto;
}

.footermenu li:after{
  content: '|';
  margin: 0 15px;
  color: #fff;
}

.footermenu li:first-child:before{
  content: '|';
  margin: 0 15px 0 0px;
  color: #fff;
}

.footermenu li a{
  color: #fff;
  font-size: 14px;
  letter-spacing: 1.5px;
  line-height: 2;
}

.copyright-box{
  color: #fff;
  font-size: 12px;
  letter-spacing: 1.5px;
    padding-bottom: 7px;
}

.footer__menu{
margin: 12px 0 40px;
}



/*下層*/

.kod__block01 .title__block--box{
text-align: left;
    padding-left: 35px;
    margin-bottom: 19px;
}

.kod__block{
    margin: 30px 0;
}

.kod__block02--content{
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#590001+0,901911+100 */
background: #590001; /* Old browsers */
background: -moz-linear-gradient(top,  #590001 0%, #901911 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #590001 0%,#901911 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #590001 0%,#901911 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#590001', endColorstr='#901911',GradientType=0 ); /* IE6-9 */


}


.kod__block02--content .inner__block{
background: url(http://tetsunabe-win.com/wp-content/themes/wp_tetsunabe/images/kod_img01pc.png) no-repeat;
    height: 264px;
}

.kod__block02--content .right__block{
width: 55%;
    margin-left: auto;
    color: #fff;
    padding: 57px 56px 57px 0px;

}

.kod__block02--content .right__block .txt__block{
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 1.5px;
}


.map iframe{
    max-width: 100%;
}

.sak__block02--row02{
  text-align: center;
}

.sak__block02--row02 .img__block{
  display: inline-block;
      margin: 13px;
}

.sak__block02--row02 .row__block02 .img__block{
      margin: 10px;
}

table.set{
  border: 1px solid #8c1711;
  width: 100%;
}

table.set th,table.set td{
  padding: 10px;
font-size: 14px;
letter-spacing: 1.5px;
line-height: 1.5;
}

table.set td{
border-bottom: 1px solid #8b1611;
padding-left: 15px;

}

table.set th{
  background: #8c1711;
  color: #fff;
  font-weight: bold;
border-bottom: 1px solid #bb7272;
text-align: center;

}

table.set tr:last-child th,table.set tr:last-child td{
  border: 0;
}

.sak__block01--content table.set{
  margin-bottom: 30px;
}

.sak__block01{
  margin: 30px 0;
}

.sak__block01 .title__block--box{
  margin-bottom: 25px;
}

.right__block--bottom{
    margin-top: 25px;
}

.sak__block02 .title__block--box{
    margin-bottom: 17px;
}

.event__block01 .row__block01{
  background: #8e170f;
    padding: 10px 10px 0;
}

.abe__block02 .title__block--box{
    margin-bottom: 25px;
}

.sak__block02{
  margin-bottom: 50px;
}

.sak__block03 .title__block--box{
    margin-bottom: 25px;
}


.event__block01 .row__block02{
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#5a0000+0,941b13+100 */
background: #5a0000; /* Old browsers */
background: -moz-linear-gradient(top,  #5a0000 0%, #941b13 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #5a0000 0%,#941b13 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #5a0000 0%,#941b13 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a0000', endColorstr='#941b13',GradientType=0 ); /* IE6-9 */
}

.event__block01 .cell__block .img__blcok{
    border: 1px solid #fff;
    border-top: 0;
    padding: 5px;
}

.event__block01 .cell__block .row__block02{
     padding: 0 10px 10px;
    text-align: center;
}

.event__block01 .cell__block .txt__block{
font-size: 15px;
    color: #fff;
    letter-spacing: 1.5px;
    line-height: 1.5;
    border: 1px solid #fff;
    border-bottom: 0;
    padding: 19px 25px;
    font-weight: bold;
    height: 149px;
}

.event__block01{
margin: 30px 0;
}

.event__block01 .title__block{
      margin-bottom: 25px;
}

.flex__block{
  display: flex;
}

.staff__block .cell__block--txt{
background: #8e170f;
color: #fff;
    width: 64%;
    padding: 15px;
}

.staff__block .cell__block--txt .inner__block{
  border: 1px solid #fff;
    height: 196px;
height: 176px;
}

.staff__block .cell__block--txt .txt__block{
font-size: 16px;
    letter-spacing: 1.5px;
    line-height: 1.5;
    padding: 25px;
}

.staff__block .cell__block--txt strong{
    margin-bottom: 9px;
    display: inline-block;
}

.staff__block .title__block{
  margin-bottom: 25px;
}

.staff__block{
  margin: 30px 0;
}


.staff__block03 .right__block{
text-align: right;
}

.staff__block03 .right__block .img__block01{
margin-right: 10px;
}

.staff__block03 .right__block .img__block03{
    margin-top: 15px;
}

.sak__block02--content .sak__block02--row01{
  text-align: center;
}

.flex__block--rv{
flex-direction: row-reverse;
}
/* =======================================
    レスポンシブ
======================================= */
@media only screen and (max-width: 1095px){

.top__block01 .inner__block .left__block {
    padding: 24px 0px 28px 15px;
}

.top__block03--left {
    min-height: 370px;
}

.kod__block02--content .right__block {
    width: 42%;
    padding: 37px 7px 19px 0px;
}

.kod__block02--content .right__block .txt__block {
    font-size: 12px;
}

table.set th, table.set td {
    font-size: 13px;
}

.sak__block02--row02 .img__block {
    margin: 13px 2px 0px;
    max-width: 112px;
}

.map{
  text-align: center;
}

.event__block01 .cell__block .txt__block {
    height: 218px;
}

.staff__block .cell__block--txt .inner__block {
    height: 148px;
}

.staff__block .cell__block--txt .txt__block {
    font-size: 14px;
    padding: 15px;
}

}

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

.head__block02 h2 {
    margin-top: 15px;
    text-align: center;
}

.head__block01 h2 {
    text-align: left;
    line-height: 1.5;
    font-size: 10px;
    margin: 0px -5px;
}

.head__wrap {
    padding-top: 5px;
}

.head__block02--tel {
margin-top: 14px;
    margin-left: auto;
    margin-right: auto;
    max-width: 273px;
}

.nav > li {
    border-bottom: 1px dashed #fff;
    padding: 6px 0;
    text-align: center;
}

.nav > li:last-child{
    border-bottom: 0;
}

.navbar-nav {
    margin: 0px -15px;
}

.top__block01 .inner__block .left__block {
    padding: 15px 8px 28px 8px;
    width: 100%
}

.top__block01 .wrap__block {
    background: url(http://tetsunabe-win.com/wp-content/themes/wp_tetsunabe/images/top_concept_bg_sp.png) #000 no-repeat;
    background-position: center;
}

.top__block02 .inner__block {
    width: 100%;
}

.top__block02--content {
    padding: 0px 0px;
}

.top__news--loop {
    padding: 19px 7px;
}

.news__content {
    padding: 15px 6px 0;
}

.top__block03--left {
    min-height: auto;
    margin-bottom: 30px;
    padding: 10px 5px;
}

.top__block03--right {
    text-align: center;
}

.top__block04 .flex__block{
  display: block;
}

.top__block04 .img__block {
    text-align: center;
}

.top__block04 .img__block01{
  margin-bottom: 20px;
}


.top__block02 {
    margin-bottom: 30px;
}

.title__block--box h3 {
    font-size: 17px;
}

.top__block03--right .img__block {
    margin-bottom: 20px;
}

.top__block04 {
    margin-top: 0;
}

.footermenu li:after {
    margin: 0 5px;
}

.footermenu li a {
    font-size: 11px;
}

.slider__block{
    margin: 0 -16px;
}

.kod__block01--content .img__block{
text-align: center;
margin-bottom: 15px;
}

.kod__block02--content .inner__block {
    background: url(http://tetsunabe-win.com/wp-content/themes/wp_tetsunabe/images/kod_img01sp.png) no-repeat;
    height: auto;
}

.kod__block02--content .right__block {
    width: 100%;
    padding: 18px 17px 15px 17px;
}
.kod__block {
    margin: 20px 0;
}

.kod__block01{
margin-bottom: 0;
}

.kod__block02{
margin: 15px 0 20px;
}

.kod__block03--content .img__block{
  margin-bottom: 20px;
}

table.set th,table.set td{
width: 100%;
    display: block;
padding: 6px;
    text-align: left;
padding-left: 18px;
}

.sak__block01--content table.set {
    margin-bottom: 20px;
}

.sak__block01--content .left__block--row02{
text-align: center;
    margin-bottom: 20px;
}

.sak__block03 .img__block{
  margin-bottom: 20px;
}

.abe__block02--row01 .img__block{
margin-bottom: 20px;
}

.abe__block02 {
    margin-bottom: 30px;
}

.sak__block03{
  text-align: center;
}

.event__block01 .cell__block .txt__block {
    font-size: 13px;
    height: auto;
    padding: 19px 13px;
}

.event__block01--content .cell__block{
  margin-bottom: 20px;
}

.flex__block{
  display: block;
}

.staff__block .cell__block--txt {
    width: 100%;
}

.staff__block01--content,.staff__block02 .flex__block{
    max-width: 320px;
    margin: 0 auto;
}

.staff__block .cell__block--txt .inner__block {
    height: auto;
}

}

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

.footermenu li {
    display: block;
    margin-bottom: 7px;
}

.footermenu li:first-child:before {
display: none;
}

.footermenu li:after {
display: none;
}

.copyright-box {
    font-size: 10px;
    margin: 0 -15px;
}

.list-group {
    margin-top: 19px;
}

.kod__block01--content .img__block {
    max-width: 200px;
    margin-right: auto;
    margin-left: auto;
}

}