@charset "utf-8";
/*
 index.css
*/
/* -----------------------------------------------
= kv
----------------------------------------------- */
.kv {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 40rem;
	margin: 13rem 4rem 6rem;
	color: #fff;
	background: url(../../img/buddy/index_kv.jpg) no-repeat 50% / cover;
	border-radius: 2rem;
	text-align: center;
}
.kv h1 {
	font-size: 4.4rem;
	line-height: 6rem;
	letter-spacing: .6em;
}
@media print, screen and (min-width: 768px) {/* PC */
.kv {
	max-width: 110.3rem;
	height: 64.8rem;
	margin: 13rem auto 3.8rem;
}
.kv h1 {
	font-size: 3.4rem;
	letter-spacing: .6em;
}
}/* @media */
/* -----------------------------------------------
= intro
----------------------------------------------- */
.intro {
	padding: 0 4rem 3rem;
}
.intro .icon {
	width: 5rem;
	margin: 0 auto 2.5rem;
	text-align: center;
}
.intro h2 {
	margin-bottom: 5rem;
	font-size: 2.2rem;
	font-weight: 700;
	text-align: center;
	letter-spacing: .08em;
}
.intro p {
	margin-bottom: 5rem;
	font-size: 2.8rem;
	line-height: 5.2rem;
	letter-spacing: .04em;
}
@media print, screen and (min-width: 768px) {/* PC */
.intro {
	max-width: 110.3rem;
	margin: 0 auto;
	padding: 0 4rem 3rem;
}
.intro .icon {
	width: 3rem;
	margin: 0 auto 1rem;
}
.intro h2 {
	margin-bottom: 3rem;
	font-size: 1.2rem;
}
.intro p {
	margin-bottom: 3rem;
	font-size: 1.8rem;
	line-height: 2.8rem;
	text-align: center;
}
}/* @media */
/* -----------------------------------------------
= member
----------------------------------------------- */
.member {
	margin: 0 4rem 8rem;
	text-align: center;
}
.member .inner {
	margin-bottom: 2rem;
	padding: 8rem 0 4rem;
	border-top: .3rem dotted #5c5c5c;
	border-bottom: .3rem dotted #5c5c5c;
}
.member h2 {
	margin-bottom: 3rem;
	font-size: 3.8rem;
	line-height: 5.1rem;
	letter-spacing: .12em;
}
.member .item_wrap {
	position: relative;
}
.member .item_wrap::before,
.member .item_wrap::after {
	content: '';
	position: absolute;
	top: calc(50% + 6rem);
	left: calc(50% - 5rem);
	width: 10rem;
	height: .2rem;
	background: #5c5c5c;
}
.member .item_wrap::before {
	transform: rotate(-45deg);
}
.member .item_wrap::after {
	transform: rotate(45deg);
}
.member .item + .item {
	padding-top: 20rem;
}
.member .item img {
	display: block;
	width: 42rem;
	margin: 0 auto 2.5rem;
	border-radius: 1.6rem;
}
.member .item p {
	font-size: 2.6rem;
	font-weight: 700;
	line-height: 4.8rem;
	letter-spacing: .08em;
}
.member .item p + p {
	margin-top: 2rem;
}
.member .note {
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0;
	text-align: right;
}
@media print, screen and (min-width: 768px) {/* PC */
.member {
	max-width: 111rem;
	margin: 0 auto 8rem;
}
.member .inner {
	margin-bottom: 3rem;
	padding: 4rem 0;
}
.member h2 {
	margin-bottom: 2rem;
	font-size: 2.8rem;
}
.member .item_wrap {
	display: flex;
	justify-content: space-between;
}
.member .item_wrap::before,
.member .item_wrap::after {
	top: calc(50% - 3rem);
	left: calc(50% - 3.5rem);
	width: 7rem;
	height: .1rem;
}
.member .item {
	width: 100%;
}
.member .item + .item {
	padding: 0;
}
.member .item img {
	width: 24rem;
	margin: 0 auto 2rem;
}
.member .item p {
	font-size: 1.6rem;
	line-height: 2.4rem;
}
.member .item p + p {
	margin-top: 1rem;
}
.member .note {
	font-size: 1.2rem;
}
}/* @media */
/* -----------------------------------------------
= block
----------------------------------------------- */
.block {
	padding: 4rem;
}
.block .img.type01 {
	margin-bottom: 8rem;
}
.block .img_set {
	margin: 5rem 0 8rem;
}
.block .img_set .img {
	margin-bottom: 4rem;
}
.block .img img {
	border-radius: 2rem;
}
.block .icon {
	margin-bottom: 2rem;
}
.block .icon img {
	width: 4.4rem;
	margin-left: .4rem;
}
.block h2 {
	margin-bottom: 5rem;
	font-size: 3rem;
	font-weight: 700;
	line-height: 4.8rem;
	letter-spacing: .08em;
}
.block .item {
	display: flex;
	align-items: center;
}
.block .item.multiple {
	align-items: start;
}
.block .item + .item {
	margin-top: 1.2rem;
}
.block .item.multiple + .item.multiple {
	margin-top: 5rem;
}
.block .item.multiple + .item {
	margin-top: 2.2rem;
}
.block .item + .item.multiple {
	margin-top: 2.9rem;
}
.block .item .thm {
	width: 9rem;
	margin-right: 4rem;
}
.block .item .thm img {
	border-radius: .64rem;
}
.block .item p {
	flex: 1;
	font-size: 2.6rem;
	line-height: 4.8rem;
	letter-spacing: .06em;
}
.block .item.multiple p {
	margin-top: -.8rem;
}
.block .slide {
	margin: 10rem 0 6rem;
	overflow: hidden;
}
.block .slide .caption {
	margin: 2rem 0 0;
	font-size: 2.8rem;
	line-height: 4.8rem;
	text-align: center;
	letter-spacing: .06em;
}
.block .slide img {
	border-radius: 2rem;
}
.block .slick-list {
	margin: 0 6rem;
}
.slick-arrow {
	position: absolute;
	top: 15.7rem;
	width: 4rem;
	height: 4rem;
	border-top: .4rem solid #828282;
	border-left: .4rem solid #828282;
	text-indent: -9999px;
}
.slick-prev {
	left: 1rem;
	transform: rotate(-45deg);
}
.slick-next {
	right: 1rem;
	transform: rotate(135deg);
}
.img.type02 {
	margin: 0 4rem 8rem;
}
.img.type02 p {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	max-width: 34rem;
	min-height: 3em;
	margin: 0 auto 3rem;
	font-size: 2.8rem;
	line-height: 4.2rem;
	letter-spacing: .1em;
}
.img.type02 p::before,
.img.type02 p::after {
	content: '';
	position: absolute;
	top: 1.5rem;
	width: .2rem;
	height: 6rem;
	background: #000;
}
.img.type02 p::before {
	left: 0;
	transform: rotate(-25deg);
}
.img.type02 p::after {
	right: 0;
	transform: rotate(25deg);
}
.img.type02 img {
	border-radius: 2rem;
}
.fromto {
	max-width: 30rem;
	margin: 7rem auto;
}
.img.type03 {
	margin: 5rem 4rem 8rem;
}
.img.type03 img {
	border-radius: 2rem;
}
@media print, screen and (min-width: 768px) {/* PC */
.block {
	max-width: 83.2rem;
	margin: 0 auto;
	padding: 0 0 4rem;
}
.block .img.type01 {
	margin-bottom: 5rem;
}
.block .img_set {
	display: flex;
	margin: 6rem -1.3rem 7rem;
}
.block .img_set .img {
	margin: 0 1.3rem;
}
.block .icon {
	margin-bottom: 1rem;
}
.block .icon img {
	width: 2.7rem;
	margin-left: .2rem;
}
.block h2 {
	margin-bottom: 5rem;
	font-size: 2rem;
	line-height: 3rem;
}
.block .item.multiple + .item.multiple {
	margin-top: 4rem;
}
.block .item .thm {
	width: 5.4rem;
	margin-right: 3.4rem;
}
.block .item p {
	font-size: 1.6rem;
	line-height: 3.2rem;
}
.block .item.multiple p {
	margin-top: -.6rem;
}
.block .slide {
	max-width: 70rem;
	margin: 6rem auto;
}
.block .slide .caption {
	margin: 1.5rem 0 0;
	font-size: 1.8rem;
	line-height: 3.2rem;
}
.block .slick-list {
	margin: 0 8rem;
}
.slick-arrow {
	top: 16rem;
	width: 3rem;
	height: 3rem;
	border-top-width: .2rem;
	border-left-width: .2rem;
}
.img.type02 {
	position: relative;
	margin: 8rem auto 8rem;
	padding: 4rem 0 0;
	text-align: center;
}
.img.type02.first {
	max-width: 97.4rem;
}
.img.type02.second {
	max-width: 112rem;
}
.img.type02 p {
	display: inline-block;
	position: absolute;
	top: 0;
	max-width: none;
	padding: 0 2rem;
	font-size: 1.8rem;
	line-height: 2.4rem;
}
.img.type02 p::before,
.img.type02 p::after {
	top: .3rem;
	width: .1rem;
	height: 4rem;
}
.img.type02.first p {
	right: 0;
	transform: rotate(40deg);
}
.img.type02.first img {
	max-width: 67.2rem;
	margin: 0 auto;
}
.fromto {
	max-width: 20.3rem;
}
.img.type02.second p {
	left: 0;
	transform: rotate(-40deg);
}
.img.type02.second img {
	max-width: 83.2rem;
	margin: 0 auto;
}
.img.type03 {
	max-width: 110rem;
	margin: 7rem auto 11rem;
}
}/* @media */
/* -----------------------------------------------
= message
----------------------------------------------- */
.message {
	margin: 0 4rem 5rem;
}
.message .item {
	margin-bottom: 5rem;
	padding: 8rem 4rem;
	background: #e6e6e6;
	border-radius: 2rem;
}
.message .thm {
	max-width: 34rem;
	margin: 0 auto 4rem;
}
.message .thm img {
	border-radius: 1.2rem;
}
.message p {
	font-size: 2.6rem;
	line-height: 4.8rem;
	letter-spacing: .06em;
}
@media print, screen and (min-width: 768px) {/* PC */
.message {
	max-width: 110rem;
	margin: 0 auto 8rem;
}
.message .item {
	display: flex;
	margin-bottom: 4rem;
	padding: 4rem;
}
.message .thm {
	max-width: 18rem;
	margin: 0 9.5rem 0 0;
}
.message p {
	flex: 1;
	font-size: 1.6rem;
	line-height: 3.2rem;
}
}/* @media */
/* -----------------------------------------------
= restaurant
----------------------------------------------- */
.restaurant {
	margin: 10rem 4rem 6rem;
}
.restaurant .item {
	padding: 8rem 0 6rem;
	border-top: .3rem dotted #5c5c5c;
}
.restaurant .num {
	font-size: 2.6rem;
	line-height: 3.5rem;
}
.restaurant dl {
	margin-bottom: 4rem;
	font-size: 2.6rem;
	line-height: 3.5rem;
}
.restaurant dt {
	margin-bottom: 4rem;
}
.restaurant dt span {
	font-size: 3rem;
	font-weight: 700;
	line-height: 4rem;
}
.restaurant .text01 {
	margin-bottom: 4rem;
	font-weight: 700;
}
.restaurant .text02 {
	font-size: 2.4rem;
	line-height: 3.2rem;
}
.restaurant .img {
	margin-bottom: 4rem;
}
.restaurant img {
	border-radius: 1.2rem;
}
@media print, screen and (min-width: 768px) {/* PC */
.restaurant {
	max-width: 110rem;
	margin: 0 auto 12rem;
	border-bottom: .3rem dotted #5c5c5c;
}
.restaurant .item {
	display: flex;
	align-items: center;
	padding: 3rem 0;
}
.restaurant .set {
	flex: 1;
}
.restaurant .num {
	font-size: 1.6rem;
	line-height: 3.2rem;
}
.restaurant dl {
	margin-bottom: 0;
	font-size: 1.6rem;
	line-height: 2.8rem;
}
.restaurant dt {
	margin-bottom: 1rem;
}
.restaurant dt span {
	font-size: 2rem;
	line-height: 3rem;
}
.restaurant .text01 {
	margin-bottom: 1rem;
}
.restaurant .text02 {
	font-size: 1.4rem;
	line-height: 2.4rem;
}
.restaurant .img_set {
	display: flex;
	max-width: 56.3rem;
}
.restaurant .img_set .img {
	margin: 0 2rem 0 0;
}
}/* @media */
