/*
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=Sawarabi+Mincho');
@import url('https://fonts.googleapis.com/css?family=hannari');

body{
font-family: 'Sawarabi Mincho', serif;
  margin-bottom:15px;
	color: black;
	font-weight: 400;
	font-size: 16px;
}
.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: 1px;
    margin-bottom: 20px;
    line-height: 1.8em;
    margin-top: 10px;
	background-color: #000;
	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: 16px;
	line-height:2.2em;
}
.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: #fff;
  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: 48%;
  background:rgba(255,255,255,0.8);
  height: 480px;
  object-fit: cover;
  color:#000; 
  position: absolute;
  top: 10%;
  left: 1%;
  padding-right:30px;
  padding-left:2px;
}

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

.contents-imgtop {
 width: 1100px;
  height: auto;
  background-color: #fff;
  margin: 0 auto;
}

@media only screen and (max-width: 989px){
 .contents-imgtop {
    width: 100%;
    height: auto;
  }
}
/* pc　768px以上 */
@media only screen and (min-width: 989px), print {
  .contents-imgtop {
    width: 1100px;
    height: auto;
  }
}





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

.contents-imgsam img {
	display: block;
	width: 1000px;
	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: 48%;
    /* flex: 1; */
    height: 390px;
    object-fit: cover;
    position: relative;
}
.contents-imgsam2 img {
    display: block;
    width: 100%;
    height: auto;
    height: 390px;
    object-fit: cover;
}


.contents-textsam2 {
   display: flex;
    justify-content: center;
    align-items: center;
    width: 48%;
    background-color: #fff;
    height: 270px;
    object-fit: cover;
    color: #000;
    position: absolute;
    top: 15%;
    right: 1%;
    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: 400px;
}
.contents-imgsam2 {
		width: 100%; /*flex: 1;*/
      height: 400px;
  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:330px;
}
	.contents-img2 {
		width: 100%; /*flex: 1;*/
      height: 330px;
  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: 16px;
}
@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;

}


.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.bla{
	color: #fff;
	font-size: 26px;
	 background: #8b0000;
	padding: 6px 12px;
	margin-right: 0px;
}

b.red {
    color: #fff;
    font-size: 14px;
    background: #8b0000;
    padding: 0px 6px;
    margin-right: 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;
}
th {
    font-weight: normal;
   
}
td {
    border: solid 1px #333;
   
}


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 td {
	background: #eee;
}
table tr:nth-child(odd) td {
	background: #fff;
}

table th {
	background: #eee;
}
table tr:nth-child(odd) th {
	background: #fff;
}

table {
  margin: 20px auto;
	width: 90%;
	margin-bottom: 60px ;
}
form {
   font-size: 16px;
}

.content-form legend {
    font-size: 18px;
    font-weight: bold;
    padding: 0 5px;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 400;
}
#booking-form {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
	margin-bottom: 50px;
}
table.tbl-r02 td{
	padding: 10px;
 
}
.off-canvas-nav {
    font-size: 18px;
}



.entry-meta__item.vCard.author{
display: none;
}