/*
Theme Name: habakiri-child
Theme URI: http://2inc.org ( テーマのURL )
Description: Habakiri の子テーマです ( テーマの説明 )
Author: Takashi Kitajima ( 作者名 )
Author URI: http://2inc.org ( 作者のURL )
Version: 1.0.0
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Template: habakiri
*/
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,700');
body{
font-family: 'Noto Serif JP', serif;
  margin-bottom:15px;
	color: black;
}
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 5px;
    padding-right: 5px;
	
}
@media (min-width: 1200px){
.container {
    width: 1100px;
}}

.t1 {
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0px;
  margin-bottom: 80px ;
  line-height:1.8em;
  margin-top: 20px ;
}

.tt1 {
    font-weight: 400;
    font-size: 26px;
    letter-spacing: 0px;
    margin-bottom: 10px;
    line-height: 1.8em;
    margin-top: 10px;
	background-color: #002651;
	color: #fff;
	padding-left: 10px;
	 text-align:center;
}

.t2 {
  font-weight: 400;
  font-size: 26px;
  letter-spacing: 0px;
  margin-bottom: 20px ;
  line-height:1.8em;
  margin-top: 20px ;
}
.t3 {
  font-weight: 400;
  letter-spacing: 1px;
	font-size: 14px;
}
.t4 {
  font-weight: 400;
  font-size: 28px;
  letter-spacing: 0px;
  line-height:1.8em;
  margin-top: 20px ;
	border-bottom: solid 1px #000;
}
.t5 {
  font-weight: 400;
  font-size: 28px;
  letter-spacing: 0px;
  margin-bottom:4px ;
  line-height:1.8em;
  margin-top: 20px ;
	
}
.t6 {
  font-weight: 400;
  font-size: 16px;
 margin-bottom:30px ;
  line-height:1.8em;
 
}
@media screen and (max-width: 769px){
	.t6 {
	 	font-size: 16px;
}
}
.t6b {
  margin-bottom:40px ;
  
}

p.nt {
  font-weight: 400;
  font-size: 16px;
 margin-bottom:18px ;
  line-height:1.6em;
 background-color: #efefef;
	color: #002651;
	padding: 3px 10px; 
	text-align:center;		
	border: solid 1px #002651;
}

p.nt2 {
  font-weight: 400;
  font-size: 20px;
 margin-bottom:1px ;
  line-height:1.8em;
	padding: 3px 10px; 
	text-align:center;	
	
}

p.tb1 {
  font-weight: 400;
  font-size: 16px;
 margin-bottom:18px ;
  line-height:1.8em;
 background-color: #002651;
	color: #fff;
	padding: 3px 10px; 
}
p.tb2 {
  font-weight: 400;
  font-size: 16px;
 margin-bottom:18px ;
  line-height:1.8em;
 background-color: #002651;
	color: #fff;
	padding: 3px 10px; 
	width: 60%;
	margin-right: auto;
    margin-left: auto;
}
p.tb3 {
  font-weight: 400;
  font-size: 20px;
 margin-bottom:18px ;
  line-height:1.8em;
 background-color: #000;
	color: #fff;
	padding: 3px 10px; 
	width: 85%;
	margin-right: auto;
    margin-left: auto;
}

p.ct{
	color: #fff;
	font-size: 28px;
	 background: #00193f;
	padding: 4px 44px;
	filter:alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
	line-height:1.5em;
}
@media screen and (max-width: 769px){
	p.ct{
	color: #fff;
	font-size: 22px;
	 background: #00193f;
	line-height:1.5em;
}
}
.sub-page-contents-1 {
  padding-top: 0px; 
}

.smimg {
	display: flex;
	justify-content: space-between;
	margin-top: 1px;
  background-color: #fff;
  padding: 0px 0px;
  position: relative;
  margin-bottom: 45px;
}
.smimg:nth-child(odd) {
	flex-direction: row-reverse;
}

.contents-wrapsam {
	display: flex;
	justify-content: space-between;
	margin-top: 1px;
  background-color: #efefef;
  padding: 0px 0px;
  position: relative;
  margin-bottom: 85px;
}
.contents-wrapsam:nth-child(odd) {
	flex-direction: row-reverse;
}
.contents-textsam {
	display: flex;
  justify-content: center;
  align-items: center;
  width: 40%;
  background-color: #f6f1ee;
  height: 480px;
  object-fit: cover;
  color:#000; 
  position: absolute;
  top: 10%;
  left: 8%;
  padding-right:30px;
  padding-left:2px;
}

.innerssam {
	padding: 0px 2px;
  width: 100%;
}

.contents-imgsam {
	width: 100%; /*flex: 1;*/
  height: 480px;
  object-fit: cover;
   position: relative;
}

.contents-imgsam img {
	display: block;
	width: 100%;
	height: auto;
  height: 480px;
  object-fit: cover;
}

@media screen and (max-width: 768px){
	.contents-wrapsam,
	.contents-wrapsam:nth-child(odd)  {
		flex-direction: column;
    margin-bottom:30px;
    position: static;
	}
.contents-textsam {
		width: 100%; /*flex: 1;*/
    object-fit: none;
    	height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-color: #f6f1ee;
  height: auto;
  object-fit: cover;
  color:#000; 
   top: 0%;
  left: 0%;
  padding:30px;
  position: static;  
  }
  
	.contents-imgsam img {
	object-fit: cover;
	width: 100%;
	 height: 440px;
}
	.contents-img {
		width: 100%; /*flex: 1;*/
      height: 440px;
  object-fit:cover;
	}
	.contents-textsam {
		padding: 30px;
    padding-top: 15px;
	}
.contents-texzzzt p{
		margin-bottom: 15px;
	}

}
@media screen and (min-width:600px) and (max-width:768px) { 
.contents-imgsam img {
	object-fit: cover;
	width: 100%;
	 height: 500px;
}
.contents-imgsam {
		width: 100%; /*flex: 1;*/
      height: 500px;
  object-fit:cover;
	}
}
@media screen and (max-width: 768px){
.contents-imgsam img {
	object-fit: cover;
	width: 100%;
	 height: 480px;
}
.contents-imgsam {
		width: 100%; /*flex: 1;*/
      height: 480px;
  object-fit:cover;
	}
}
.contents-textsubwhite {
    display: flex;
    justify-content: center;
    align-items: center;
    object-fit: cover;
    color: #fff;
    position: absolute;  	
font-size: 28px;
	padding: 2px 60px;
	left: 0;
  right: 0;  
  top: 0;
  bottom: 0;
  margin: auto;	
}

@media screen and (max-width: 768px){
.contents-textsubwhite {
    display: flex;
    justify-content: center;
    align-items: center;
    object-fit: cover;
    color: #fff;
    position: absolute;  	
font-size: 28px;
	padding: 2px 60px;
	left: 0;
  right: 0;  
  top: 0;
  bottom: 0;
  margin: auto;	
}
}
.contents-imgsam2 {
    width: 60%;
    /* flex: 1; */
    height: 390px;
    object-fit: cover;
    position: relative;
}
.contents-imgsam2 img {
    display: block;
    width: 100%;
    height: auto;
    height: 390px;
    object-fit: cover;
}
.contents-textsam {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45%;
    background-color: #efefef;
    height: 270px;
    object-fit: cover;
    color: #000;
    position: absolute;
   top: 15%;
  left: 3%;
    padding-right: 30px;
    padding-left: 0px;
}

.contents-textsam2 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45%;
    background-color: #efefef;
    height: 270px;
    object-fit: cover;
    color: #000;
    position: absolute;
    top: 15%;
    right: 3%;
    padding-right: 0px;
    padding-left: 30px;
}
.innerssam2 {
    padding: 0px 2px;
    width: 100%;
}
@media screen and (min-width:600px) and (max-width:768px) { 
.contents-imgsam2 img {
	object-fit: cover;
	width: 100%;
	 height: 330px;
}
.contents-imgsam2 {
		width: 100%; /*flex: 1;*/
      height: 330px;
  object-fit:cover;
	}
}
@media screen and (max-width: 768px){
.contents-imgsam2 img {
	object-fit: cover;
	width: 100%;
	 height: 340px;
}
.contents-imgsam2 {
		width: 100%; /*flex: 1;*/
      height: 340px;
  object-fit:cover;
	}
}

@media screen and (max-width: 768px){
	.contents-wrapsam,
	.contents-wrapsam:nth-child(odd)  {
		flex-direction: column;
    margin-bottom:30px;
    position: static;
	}
.contents-textsam {
		width: 100%; /*flex: 1;*/
    object-fit: none;
    	height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-color: #fff;
  height: auto;
  object-fit: cover;
  color:#000; 
   top: 0%;
  left: 0%;
  paddingt:30px;
  position: static;  
  }
  
	.contents-imgsam img {
	object-fit: cover;
	width: 100%;
	 height: 440px;
}
	.contents-img {
		width: 100%; /*flex: 1;*/
      height: 440px;
  object-fit:cover;
	}
	.contents-textsam {
		padding: 30px;
    padding-top: 15px;
	}
.contents-texzzzt p{
		margin-bottom: 15px;
	}

}

@media screen and (max-width: 768px){
	.contents-wrapsam,
	.contents-wrapsam:nth-child(odd)  {
		flex-direction: column;
    margin-bottom:40px;
	}
.contents-textsam2 {
		width: 100%; /*flex: 1;*/
    object-fit: none;
    	height: auto;
  position: static;
	background-color: #fff;
	}
	.contents-imgsam2 img {
	object-fit: cover;
	width: 100%;
	 height: 340px;
}
	.contents-img2 {
		width: 100%; /*flex: 1;*/
      height: 340px;
  object-fit:cover;
	}
	.contents-textsam2 {
		padding: 30px ;
    padding-top: 15px;
   	}
.contents-texsamt2 p{
		margin-bottom: 15px;
	}
.innerssam2 {
	padding: 0px 10px;
  width: 100%;
}
}
.contents-area1 {
  background-color: #fff;
  padding: 10px 20px;
  width: 950px;
  margin-bottom: 30px;
	text-align:center;
	display:block;
	margin-right: auto;
    margin-left: auto;
	font-size: 18px;
}
@media screen and (max-width: 910px){
	.contents-area1 {
	  width: 90%;
}
}

.contents-area11 {
  background-color: #fff;
  padding: 20px 20px 2px 20px;
  width: 600px;
  margin-bottom: 80px;
	text-align:left;
	display:block;
	margin-right: auto;
    margin-left: auto;
	font-size: 14px;
}
@media screen and (max-width: 910px){
	.contents-area11 {
	  width: 85%;
}
}

.contents-area2 {
  background-color: #fff;
  padding: 0px 0px;
  width: 97%;
  margin-bottom: 100px;
	text-align:center;
	display:block;
	margin-right: auto;
    margin-left: auto;
	font-size: 14px;
}
@media screen and (max-width: 840px){
	.contents-area2 {
	  width: 85%;
}
}

.carea1 {
  background-color: #fff;
  padding: 0px 0px;
  width: 500px;
  margin-bottom: 80px;
	text-align:left;
	display:block;
	margin-right: auto;
    margin-left: auto;
	font-size: 16px;
}
@media screen and (max-width: 840px){
	.carea1 {
	  width: 85%;
		font-size: 14px;
}
}

.contents-imgsam4 {
	width: 100%; /*flex: 1;*/
  height: 350px;
  object-fit: cover;
   position: relative;
	
}

.contents-imgsam4 img {
	display: block;
	width: 100%;
	height: auto;
  height: 350px;
  object-fit: cover;

}

table {
  margin: 20px auto;
	width: 90%;
	margin-bottom: 60px ;
}
.tbl-r02 th {
  background: #efefef;
  border: solid 1px #000;
  color: #000;
  padding: 10px;
}
.tbl-r02 td {
　border: solid 1px #000;
  padding: 10px;
	background: #efefef;
}
 
@media screen and (max-width: 640px) {
  .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
  .tbl-r02 {
    width: 80%;
  }
  .tbl-r02 th,
  .tbl-r02 td {
　　border-bottom: none;
    display: block;
    width: 100%;
  }
}
th {
    font-weight: normal;
   
}
td {
    border: solid 1px #333;
   
}
*, *:before, *:after {
	box-sizing: border-box;
}
.col_2{
	width: 100%;
	padding-top: 15px;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
	margin-bottom: 100px ;
}
.col_2 > div.z1{
	width: 65%;
	padding: 0px;
	text-align:left;
	font-size: 15px;
	
}
.col_2 > div.z2{
	width: 35%;
	padding-left: 30px;
	text-align:right;
}
@media screen and (max-width: 960px) {
	.col_2 > div.z1{
		width: 100%;
		font-size: 14px;
	}
	.col_2 > div.z2{
		width: 100%;
		padding: 5px;
	text-align:center;
	}
}
.arrow{
	margin: 0px 15px;
}
b.red{
	color: #fff;
	font-size: 14px;
	 background: #8b0000;
	padding: 0px 6px;
	margin-right: 10px;
}

@media (max-width:789px){
    table td,table th{ display:block; }
}
@media (min-width:790px){
    table td,table th{ display:table-cell; }
}

table, th, td {
  border-collapse: collapse;
  border: 1px solid #ccc;
  line-height: 1.5;
}


table, th, td {
  border-collapse: collapse;
  border: 1px solid #ccc;
  line-height: 1.5;
}



table.pri2 {
	border-collapse: collapse;
	border: 0px solid #999999;
	padding: 20px;
	margin-bottom: 90px;
}
table.pri2 th,
table.pri2 td {
	padding: 15px;
	border: 1px solid #999999;
	border-collapse: collapse;
	font-weight: normal;	
  text-align: left;
	}
table.pri2 th{
	text-align:left;
	font-weight: normal;
	background-color: #444;
	color: #fff;
}

table.pri2 td{
	text-align:left;
	color: #000;
}
/* スマホ調整 */
@media screen and (max-width: 789px) {
table.pri2 th,
table.pri2 td{
	text-align:center;
	font-weight: normal;
	padding: 5px;
	border: 0px solid #999999;
}
}
@media screen and (max-width: 789px) {
table.pri2 td{
	text-align:center;
	font-weight: normal;
	padding: 5px;
	border: 0px solid #999999;
	padding-bottom: 10px;	
}
}
.entry-meta__item__categories {
    display: none;
}
.fn {
    display: none;
}
.entries .entry--has_media__media {
    display: none;
}
.footer-widget-area {
    font-size: 16px;
    padding: 60px 0 25px;
}
.copyright {
    background-color: #0a0a0a;
    color: #fff;
    font-size: 12px;
    padding: 15px 0;
	text-align: center;
}

li {
    list-style:  none;  
}

hr.style1{
	margin-bottom: 7px;	
	margin-top: 0px;
    border-top: 1px dotted #888;
}

ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 15px;
	padding-inline-end: 15px;
}
.a1 {
  text-decoration:underline;
}
.ssp{
	margin-bottom: 140px;	
	margin-top: 0px;
}

@media screen and (max-width: 990px) {
	.col-md-6 {
    width: 100%;
		text-align:center;
		padding: 10px;
}	
}
.cen {
    	text-align:center;
	margin: 0 auto;
	}
.site-branding {
    padding: 20px 0;
	width: 290px;
}
.wpcf7x input[name="text-996"],
.wpcf7x input[name="your-email"],
.wpcf7x input[name="your-subject"] {
        width: 80%;
        
}

.wpcf7x textarea[name="textarea-394"] {
        width: 80%;
        height: 200px !important;
}
@media screen and (max-width: 480px) {
	.form-width { max-width: 100%;}


}
.form-width { max-width: 100%;}

table.pri3 {
	border-collapse: collapse;
	border: 0px solid #999999;
	padding: 20px;
	margin-bottom: 60px;
}
table.pri3 th,
table.pri3 td {
	padding: 15px;
	border: 1px solid #999999;
	border-collapse: collapse;
	font-weight: normal;	
  text-align: left;
	}
table.pri3 th{
	text-align:left;
	font-weight: normal;
	background-color: #333;
	color: #fff;
}

table.pri3 td{
	text-align:left;
	color: #000;
}
/* スマホ調整 */
@media screen and (max-width: 789px) {
table.pri3 th,
table.pri3 td{
	text-align:left;
	font-weight: normal;
	padding: 5px;
	border: 0px solid #999999;
}
}
@media screen and (max-width: 789px) {
table.pri3 td{
	text-align:left;
	font-weight: normal;
	padding: 5px;
	border: 0px solid #999999;
	padding-bottom: 10px;	
}
	table.pri3 {
	 width: 400px;
}
}
textarea {
width:100%;
box-sizing:border-box;
background: #fff;
padding: 1em;
margin:0;
	-moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
input[type="text"]{
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="email"]{
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="tel"]{
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="file"]{
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
table.form1 {
	
	border: 0px solid #999999;
	padding: 20px;
	margin-bottom: 60px;
}
table.form1 th,
table.form1 td {
	padding: 15px;
	border: 1px solid #999999;
	
	font-weight: normal;	
  text-align: left;
	}
table.form1 th{
	text-align:left;
	font-weight: normal;
	background-color: #333;
	color: #fff;
}

table.form1 td{
	text-align:left;
	color: #000;
}