@charset "UTF-8";
img {
	vertical-align: bottom;
}
h2, h3 {
	font-weight: normal;
	font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3";
}
.about-img {
	background-image: url(../img/about/kv.jpg);
}
.kv-text h2 {
	color: #fff;
	font-size: 2.2rem;
}
.flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.flex-inner {
	width: 30%;
	box-sizing: border-box;
}
.flex-inner img {
	border-radius: 200px;
}
.flex-inner h3 {
	text-align: center;
	margin: 0.5rem 0 1rem;
}
.first {
	font-size: 2.8rem;
	font-family: urw-din-semi-condensed, sans-serif;
	text-transform: uppercase;
}

#feature h2,#flow h2 {
	display: block;
	margin: 4rem auto 2rem;
	text-align: center;
}
#feature h2 span,#flow h2 span{
	display: inline-block;
	padding-bottom: 0.7rem;
	border-bottom: 1px solid #404040;
}
#case h2 {
	text-align: center;
	margin: 4rem 0 2rem;
}
.case h3 {
	color: #EDB09C;
}
.case h3, .case p {
	text-align: center;
}

.flex-flow {
	display: flex;
	position: relative;
	margin-bottom: 7rem;
	align-items: flex-start;
}
.reseve-btn	 {
	text-align: center;
	margin: 1rem 0 0.5rem;
}
.reseve-btn	a, .flex-btn a{
	display: inline-block;
    color: #fff;
    background: #EDB09C;
    padding: 1rem 2.5rem;
    border: 1px solid #fff;
}

.reserve-place {
	padding: 2rem 0;
}
.flex02 {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.flex02 h3 {
	font-size: 2rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid #404040;
}
.flex02 p {
	margin: 1rem 0 1.5rem;
}
.margin15 {
	margin: 1.5rem;
}
.padding15 {
	padding: 1.5rem;
}
.pb-1 {
	padding-bottom: 1rem;
}
.mb-2 {
	margin-bottom: 2rem;
}
.pr-1 {
	padding-right: 1rem;
}
.bg-white {
	background: #fff;
}

.header-single {
	height: 250px;
}

.header-single .kv-text {
	position: static;
}

@media screen and (min-width: 768px){
.kv-text {
    top: 150px;
    left: 0px;
}
.flex-flow .right {
	box-shadow: 1px 1px 3px #00000029;
    position: relative;
    top: 60px;
    right: 20px;
    background-color: rgba(255, 255, 255, 0.95);
    padding: 1rem;
	box-sizing: border-box;
	width: 90%;
	height: 220px;
}
.flex-flow .right h3 {
	margin: 1rem 0px 0.6rem;
}
.flex-50 {
	width: 100%;
}
.flex-btn a {
	width: 220px;
}
#feature h2, #flow h2 {
	text-align: left !important;
}
}
@media screen and (max-width: 767px){
	.header {
		height: 35vh;
	}
	.kv {
		position: absolute;
	    bottom: 10px;
	    left: 15px;
	}
	.kv h2{
		color: #3E3E3E;
	}
	.first {
		font-size: 2rem;
		font-weight: normal;
		border-bottom: 0px;
		margin-bottom: 0px;
	}
	.small {
		font-weight: normal;
	}
	#feature h2 {
		margin: 2rem 0;
	}
	#feature , #case{
		padding: 0 1.5rem;
	}
	.flex {
		justify-content: center;
	}
	.flex .flex-inner {
		width: 80%;
		margin-bottom: 2rem;
	}
	.case {
		justify-content: space-between;
	}
	.case .flex-inner {
		width: 48%;
	}
	.flex-flow {
		flex-wrap: wrap;
		margin: 0 1.5rem 1.5rem;
		box-sizing: border-box;
		border: 1px solid #eee;
	}
	
	.flex-flow .right {
		padding: 1rem 1.5rem;
	}
	.flex-50 h3 {
		font-weight: normal;
	}
	.flex-50 h3::after {
		content: "-";
		display: block;
	}
	.sp-height {
		margin: 0 1.5rem 3rem;
	}
	.sp-height .right {
		height: 26.2vh;
	}
	.reseve-btn a, .flex-btn a {
		display: block;
	}
	.flex-btn a {
		margin-bottom: 1rem;
	}
	.reserve-place {
		background: none;
	}
	.reserve-place {
		position: relative;
	}
	.reserve-place::before {
		content: "";
	    background: #FEF3F0;
	    display: block;
	    height: 168px;
	    position: absolute;
	    width: 100%;
	    z-index: 10;
	    top: 35px;
	}
	.flex02 {
		position: relative;
		z-index: 100;
	}
	
}
/*サイトポリシー*/
.policy p {
	margin-bottom: 1rem;
}
.policy ol {
	padding-left: 2rem;
	margin-bottom: 1rem;
}

.breadcrumb {
  font-size: 0.875rem;
  margin: 2rem auto;
  padding: 0 20px;
}

.breadcrumb ol {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}

.breadcrumb li {
  display: flex;
  align-items: center;
}

.breadcrumb li + li::before {
  content: ">";
  padding: 0 0.5em;
  color: #999;
}

.breadcrumb a {
  text-decoration: none;
  color: #007acc;
}

.breadcrumb a:hover {
  text-decoration: underline;
}

.content {
	padding: 0 20px 40px;
}

.content h2 {
font-size: 24px;
border-bottom: 1px solid #ddd;
padding-bottom: .5rem;
margin-bottom: 20px;
}

.content h3 {
	font-size: 20px;
	font-weight: bold;
	color: #EDB09C;
	margin-bottom: 15px;
}

.content h4 {
	font-size: 18px;
	font-weight: bold;
	border-left: 3px solid #EDB09C;
	margin-bottom: 15px;
}

.content p {
	margin-bottom: 15px;
}

.content ul {
	list-style: disc;
	padding-left: 22px;
	margin-bottom: 15px;
}

.content img {
	margin-bottom: 2rem;
}
