@charset "utf-8";
/*
Theme Name: noborimachi
Theme URI: https://noborimachi.net
Template: lightning
Description: noborimachi
Author: upgrade
Tags: 
Version: 1.0.0
*/


/***** コンタクトフォーム *****/
.table-contactform7{
  overflow: hidden;
table-layout: fixed;
}
 
.required-contactform7{
  padding: 5px;
  background: #DE8686;
  color: #fff;
  border-radius: 3px;
  margin-right: 3px;
}
 
.unrequired-contactform7{
  padding: 5px;
  background: #BDBDBD;
  color: #fff;
  border-radius: 3px;
  margin-right: 3px;
}
 
.table-contactform7 th{
  font-weight:bold;
}
 
.table-contactform7 input,
.table-contactform7 textarea{
  max-width: 90% !important;
  margin: 5px 10px 10px 5px;
}
 
.address-100 input{
  max-width: 90% !important;
  margin: 5px 10px 10px 5px;
}
 
.message-100 textarea{
  width: 100%;
  margin: 5px 10px 10px 5px;
}

@media screen and (min-width: 900px){
  .table-contactform7 th{
    width:32%;
  }
}
     
@media screen and (max-width: 900px){
.table-contactform7{
  display:block;
}     
       
  .table-contactform7 tbody,
  .table-contactform7 tr{
    display: block;
    width: 100%;
  }
  .table-contactform7 th{
  width:100%;
  display:block;
  margin: 0 auto;
  border:none;
}
.table-contactform7 td{
  display: list-item;
  list-style-type:none;
  margin:0;
  padding:0;
  width: 100%;
  border-top: none !important;
}
}

.wpcf7 .wpcf7-response-output {
    margin: 10px 0 0;
    padding: 8px 35px 8px 14px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
    .wpcf7 .wpcf7-validation-errors {
        color: #B94A48;
        background-color: #F2DEDE;
        border: 1px solid #EED3D7;
    }
    .wpcf7 .wpcf7-mail-sent-ok {
        color: #3A87AD;
        background-color: #D9EDF7;
        border: 1px solid #BCE8F1;
    }

.contactform7-select {
	width: 200px;
	display: initial;
	margin-left: 5px;
}

.carousel-inner .item a img, .carousel-inner .item img {
	width: 100%;
	height: auto;
	max-height: 459px;
	max-width: 1200px;
	margin: 0 auto;
}

.field_box {
    margin-bottom: 10px;
    width: 290px;
    position: relative;
    text-align: left;
    background: #ebebeb;
    overflow: hidden;
    clear: both;
}
.field_box .field_box_text {
    width: 280px;
    height: auto;
    padding: 15px;
    float: left;
}
.field_box_map {
	width: 280px;
	float: right;
	border: 1px solid #000;
	
}
.offer_box a {
    /* text-decoration: underline !important; */
    display: block;
    width: 260px;
    padding: 15px;
    bottom: 80px;
    left: 15px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #FFFFFF;
    background: #8f001c;
}
.offer_box2 a {
    /* text-decoration: underline !important; */
    display: block;
    width: 260px;
    padding: 15px;
    bottom: 80px;
    left: 15px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #FFFFFF;
    background: #fdf5e6;
}

@media(min-width: 480px) {
	.field_box {
    margin-bottom: 10px;
    width: 600px;
    position: relative;
    text-align: left;
    background: #ebebeb;
    overflow: hidden;
    clear: both;
	}
	.field_box .field_box_text {
    width: 550px;
    height: auto;
    padding: 15px;
    float: left;
	}
	.field_box_map {
		width: 600px;
		float: right;
		border: 1px solid #000;
	}
	.offer_box a {
    /* text-decoration: underline !important; */
    display: block;
    width: 515px;
    padding: 15px;
    bottom: 80px;
    left: 15px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #FFFFFF;
    background: #8f001c;
	}
	.offer_box2 a {
    /* text-decoration: underline !important; */
    display: block;
    width: 515px;
    padding: 15px;
    bottom: 80px;
    left: 15px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #FFFFFF;
    background: #fdf5e6;
	}
}
@media(min-width: 768px) and (max-width: 1024px) {
	.field_box {
    margin-bottom: 10px;
    width: 550px;
    position: relative;
    text-align: left;
    background: #ebebeb;
    overflow: hidden;
    clear: both;
	}
	.field_box .field_box_text {
    width: 540px;
    height: auto;
    padding: 15px;
    float: left;
	}
	.field_box_map {
		width: 540px;
		float: right;
		border: 1px solid #000;
	}
	.offer_box a {
    /* text-decoration: underline !important; */
    display: block;
    width: 515px;
    padding: 15px;
    bottom: 80px;
    left: 15px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #FFFFFF;
    background: #8f001c;
	}
	.offer_box2 a {
    /* text-decoration: underline !important; */
    display: block;
    width: 515px;
    padding: 15px;
    bottom: 80px;
    left: 15px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #FFFFFF;
    background: #fdf5e6;
	}
}
@media(min-width: 1024px) {
	.field_box {
    margin-bottom: 10px;
    width: 1180px;
    position: relative;
    text-align: left;
    background: #ebebeb;
    overflow: hidden;
    clear: both;
	}
	.field_box .field_box_text {
    width: 550px;
    height: auto;
    padding: 15px;
    float: left;
	}
	.field_box_map {
		width: 600px;
		float: right;
		border: 1px solid #000;
	}
	.offer_box a {
    /* text-decoration: underline !important; */
    display: block;
    width: 515px;
    padding: 15px;
    bottom: 80px;
    left: 15px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #FFFFFF;
    background: #8f001c;
	}
	.offer_box2 a {
    /* text-decoration: underline !important; */
    display: block;
    width: 515px;
    padding: 15px;
    bottom: 80px;
    left: 15px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #FFFFFF;
    background: #fdf5e6;
	}
}

.field_box .field_box_text .field_box_list_text {
    padding: 10px 0;
    line-height: 180%;
    position: relative;
}
.field_box .field_box_text .field_box_list_text strong {
    padding-right: 10px;
    color: #FF0000;
}

body {
	background-color: #fff;
}
.siteHeader {
	background-color: #fff;
}
.col-md-offset-1 {
    margin-left: 10px;
}
@media (min-width: 1200px) {
	.col-md-3 {
    width: 380px;
	}
	.container {
    width: 1180px;
	}
}
h2 {
  padding: 1rem 2rem;
  border-left: 5px solid #000;
  background: #f4f4f4;
}
h3.section-title {
    margin-bottom: 40px;
    text-align: center;
    color: #555;
    font-size: 30px;
    font-weight: bold;
}
.midashi_title {
    background: #f3f3f3;
    border-left: 8px solid #ef472c;
	border-bottom: none !important;
    font-size: 1.6em;
    line-height: 1.4em;
    color: black;
    padding: 20px 12px;
    clear: both;
    margin: 1em 0 0.5em 0;
}
.midashi_title2 {
    margin-bottom: 15px;
    font-size: 28px;
    font-weight: bold;
    line-height: 1.4;
    padding: 0.5em 0;
    border-top: solid 3px #364e96;
    border-bottom: solid 3px #364e96;
}
h4 {
  padding: 0.25em 0.5em;
  background: transparent;
  border-left: solid 5px #7db4e6;
}
h5 {
  border-bottom: solid 3px #7db4e6;
}
h6 {
background: #ff9900;
margin: 0px 0px 0px 0px;
font-size: 20px;
}
.moji_01 {
	padding: 2px 10px;
  background: #F90;
  color: #FFF;
  font-size: 20px;
  border-radius: 4px;
}
.moji_02 {
	padding: 2px 10px;
  background: #F90;
  color: #FFF;
  border-radius: 4px;
	border-border-bottom: 1px solid #f00;
}

.siteHeader_logo img {
    max-height: 70px;
}


.siteHeader .container {
    padding-top: 0px;
    padding-bottom: 4px;
}

@media (max-width: 767px){
.carousel-inner {
    width: 100%;
    margin-left: 0;
	}
}

footer .footerMenu {

}

/*----------------------------
他サイトへのリンク
-----------------------------*/
.infobox-left{
	background: none repeat scroll 0 0 #EEF1F7;
	border: 1px dashed #AEC4CD;
	clear: both;
  cursor: pointer;
  margin: 0 0 20px;
	text-align:left;
	padding-bottom:20px;
	font-size:small;
	/zoom: 1;
	overflow: hidden;
  padding: 15px 15px 0;
}
 
.infobox-left img {
	float:left;
	margin:0 15px 10px 0;
}

.infobox-left ul {
	list-style:none;
	line-height: 0px;
	margin-left: 50px;
}
.infobox-left li {
	line-height: 0px;
	float:left;
}

.infobox-left .hatena img
{
	float:right;
}

.widget ul {
	padding-left: 0px;
}
.wpp-thumbnail {
	margin: 0 15px 0 0;
	border: 1px solid #e5e5e5;
}

/************************************
** ブログカードのスタイル
************************************/
.blog-card{
  padding:12px;
  margin:10px 0;
  border:1px solid #ddd;
  word-wrap:break-word;
  max-width:100%;
  border-radius:5px;
  background: #fbfaf8;
  cursor: pointer;
}
.blog-card:hover {
	background: #fee;
}
 
.blog-card-thumbnail{
  float:left;
}

.blog-card-thumb-image {
	width: 100px;
	height: 100px;
}
 
.blog-card-content{
  margin-left:110px;
  line-height:120%;
}
.blog-card-title{
  margin-bottom:5px;
  color: #337ab7;
  display: block;
}
 
.blog-card-title a{
  font-weight:bold;
  text-decoration:none;
  color:#337ab7;
}
 
.blog-card-excerpt{
  color:#333;
  font-size:90%;
}
 
.blog-card-footer{
  font-size:70%;
  color:#777;
  margin-top:5px;
  clear:both;
}
 
.clear{
  clear:both;
}

/* カレンダーレスポンシブカスタマイズ */
.cal_wrapper {
max-width: 960px;
min-width: 300px;
margin: 2.0833% auto;
}

.googlecal {
position: relative;
padding-bottom: 100%;
height: 0;
}

.googlecal iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}

@media only screen and (min-width: 768px) {
.googlecal { padding-bottom: 75%; }
}

.widget_media_image{
    text-align:center;
    margin-left:auto;
    margin-right:auto;
}

