@charset "utf-8";

/* 共通スタイル
 * ************************************************** */
a,
a:focus,
.slick-slide,
area,
area:focus {
	outline: none;
	/* z-index: 10000; */
}
a {
	-webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}
a:hover {
	opacity: 0.8;
}
img {
	max-width: 100%;
	vertical-align: top;
}
.pagetop {
	display: block;
	width: 13.33vw;
	position: fixed;
	right: 2%;
	bottom: 10px;
	line-height: 1;
	z-index: 100;
}
.d_pc { display:none!important; }

/* kv
 * ************************************************** */
#kv {
	padding-top: 4vw;
}
#kv h1 {
	margin: 0 auto 4vw;
	width: 86.6667vw;
}
#kv .presented {
	margin: 0 auto 4vw;
	padding: 0 6.6667vw;
	text-align: right;
	font-size: 1.1rem;
	line-height: 1;
}
#kv .kv_img {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	width: 100%;
}
#kv .kv_img img {
	width: 50%;
}

/* profile
 * ************************************************** */
#profile {
	position: relative;
}
#profile > img {
	position: absolute;
	top: -11vw;
	left: 3.8vw;
	width: 31.2vw;
}
#profile .profile_txt {
	padding: 13.3vw 0 13.3vw 36.5vw;
	font-size: 0.84rem;
	line-height: 1.6;
}
#profile .profile_txt .name {
	margin-bottom: 0.2em;
	color: #000;
	font-weight: 500;
}
#profile .profile_txt .name span:first-child {
	padding-right: 0.6em;
	font-size: 3.2vw;
}
#profile .profile_txt .name span:last-child {
	font-size: 5vw;
}

/* intro
 * ************************************************** */
#intro p,
#intro img {
	margin-bottom: 4vw;
}
#intro .intro_img_wrap {
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
#intro .intro_img_wrap img {
	width: 50%;
}
#intro .intro_note {
	margin: -2vw 0 0;
	text-align: right;
	font-size: 0.8rem;
}

/* cont
 * ************************************************** */
/* cont_nav */
.cont_nav {
	margin-bottom: 8vw;
}
.cont_nav ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.cont_nav ul li {
	width: 32.3%;
}
.cont_nav ul li a {
	position: relative;
	display: block;
	padding: 4vw 0;
	width: 100%;
	text-align: center;
	font-size: 3.2vw;
	line-height: 1;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	border-radius: 20vw;
}
.cont_nav ul li.nav_cont01 a {
	background: #f7931e;
}
.cont_nav ul li.nav_cont02 a {
	background: #009245;
}
.cont_nav ul li.nav_cont03 a {
	background: #c1272d;
}
#cont01 .cont_nav ul li.nav_cont01 a:before,
.cont_nav ul li.nav_cont01 a:hover:before,
#cont02 .cont_nav ul li.nav_cont02 a:before,
.cont_nav ul li.nav_cont02 a:hover:before,
#cont03 .cont_nav ul li.nav_cont03 a:before,
.cont_nav ul li.nav_cont03 a:hover:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border: 5px solid transparent;
  border-top: 10px solid;
}
.cont_nav ul li.nav_cont01 a:before {
	border-top-color: #f7931e!important;
}
.cont_nav ul li.nav_cont02 a:before {
	border-top-color: #009245!important;
}
.cont_nav ul li.nav_cont03 a:before {
	border-top-color: #c1272d!important;
}
/* cont */
.cont_a,
.cont_b,
.cont_a img,
.cont_c img {
	display: block;
	margin-bottom: 4vw;
}
.cont_b img {
	display: block;
	margin: 0 auto 4vw;
	width: 86%;
}
.cont_c {
	margin: 0 auto 4vw;
	width: 77%;
}
.cont_ttl {
	position: relative;
	margin-bottom: 4vw;
}
.cont_ttl .name {
	font-size: 5.2vw;
	line-height: 1.5;
	font-weight: 500;
}
.cont_ttl .area {
	line-height: 1.5;
	text-indent: -0.5em;
	font-size: 0.84rem;
}
.cont_ttl .ttl_img,
.cont_ttl .ttl_balloon {
	position: absolute;
}
/* cont01 */
#cont01 .cont_ttl {
	padding-bottom: 29vw;
}
#cont01 .cont_ttl .ttl_img {
	top: 2vw;
	right: 0;
	width: 22%;
}
#cont01 .cont_ttl .ttl_balloon {
	top: 15vw;
	left: 0;
	width: 75.7576%;
}
/* cont02 */
#cont02 .cont_ttl {
	padding-bottom: 29vw;
}
#cont02 .cont_ttl .ttl_img {
	top: 2vw;
	right: 4%;
	width: 26%;
}
#cont02 .cont_ttl .ttl_balloon {
	top: 15vw;
	left: 1%;
	width: 78%;
}
/* cont03 */
#cont03 {
	padding-bottom: 8vw;
	border-bottom: 1px solid #4d4d4d;
}
#cont03 .cont_ttl {
	padding-bottom: 42vw;
}
#cont03 .cont_ttl .name span {
	font-size: 50%;
}
#cont03 .cont_ttl .ttl_img {
	top: 15vw;
	left: 0;
	width: 25.3%;
}
#cont03 .cont_ttl .ttl_balloon {
	top: 25vw;
	right: 1%;
	width: 78.7%;
}

/* restaurant
 * ************************************************** */
#restaurant > div {
	margin: 0 auto 12vw;
}
#restaurant .restaurant03 {
	margin-bottom: 0;
}
#restaurant .restaurant_img {
	display: block;
	margin: 0 auto;
	width: 86%;
}
#restaurant .name {
	margin: 15px auto 10px;
	font-size: 5.2vw;
	text-align: center;
	font-weight: 500;
}
#restaurant .name span {
	font-size: 50%;
}
#restaurant .area {
	display: block;
	margin: 0 auto 20px;
	padding: 2vw 0;
	width: 32vw;
	text-align: center;
	font-weight: bold;
	color: #fff;
	font-size: 0.84rem;
	line-height: 1;
	background: #4d4d4d;
}
#restaurant .restaurant_info {
	margin: 15px auto 20px;
	font-size: 0.88rem;
}
#restaurant .txt {
	margin: 0 auto;
	width: 86%;
}
#restaurant .restaurant_info .tel a {
	display: block;
	margin-bottom: 5px;
	font-size: 1.1rem;
	text-decoration: none;
	color: #4d4d4d;
	letter-spacing: 0;
}
#restaurant .restaurant_btn {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
#restaurant .restaurant_btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 33.3333%;
	height: 9vw;
}
#restaurant .restaurant_btn a.btn_tel {
	background: #8c6239;
}
#restaurant .restaurant_btn a.btn_tel img {
	width: 31.4815%;
}
#restaurant .restaurant_btn a.btn_map {
	background: #d4145a;
}
#restaurant .restaurant_btn a.btn_map img {
	width: 37.037%;
}
#restaurant .restaurant_btn a.btn_insta {
	background: #29abe2;
}
#restaurant .restaurant_btn a.btn_insta img {
	width: 75%;
}

/* bnr_psb
 * ************************************************** */
#bnr_psb {
	margin-bottom: 10vw!important;
}

/* home
 * ************************************************** */
#home {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 8vw!important;
	padding: 3.8vw 4vw 5.3333vw;
	font-size: 0.9rem;
	line-height: 1.6;
	border-top: 1px solid #231815;
	border-bottom: 1px solid #231815;
}
#home > img {
	width: 42%;
}
#home .txt {
	width: 51.7%;
}
#home .txt h2 {
	margin-bottom: 10px;
	width: 38vw;
}

/* stop
 * ************************************************** */
#stop {
	margin: 0 auto 8vw;
	padding: 4vw;
	border: 1px solid #4d4d4d;
	width: 72vw;
	box-sizing: border-box;
}
#stop h2 {
	margin-bottom: 5px;
	color: #ed1c24;
	text-align: center;
	font-weight: bold;
}
#stop p {
	text-align: center;
	font-size: 0.8rem;
}

/* notes
 * ************************************************** */
#notes {
	margin-bottom: 12vw;
	font-size: 0.77rem;
}
@media (min-width: 500px) {
	#profile > img {
		width: 29%;
	}
}