/*----------------------------------
初期化
----------------------------------*/

*,
*::before,
*::after {
	box-sizing: border-box;
}

html,
body {
	position: relative;
	margin: 0;
	padding: 0;
}

html {
	font-size: 62.5%;
}

html::before {
	z-index: 5;
	position: absolute;
	top: 0;
	left: 50%;
	width: 1px;
	height: 100%;
	transform: translateX(-50%);
	background-color: #3B3B3B;
	content: "";
}

body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background: #fff;
	color: #AFAFAF;
	font-weight: 700;
	font-size: 1.6rem;
	line-height: 2.25;
	font-family: "Noto Serif JP", serif;
	letter-spacing: 0.07em;
	overflow-wrap: break-word;
}

.body__wrapper {
	position: relative;
}

.body__wrapper::before,
.body__wrapper::after {
	z-index: 5;
	position: absolute;
	top: 0;
	width: 1px;
	height: 100%;
	background-color: #3B3B3B;
	content: "";
}

.body__wrapper::before {
	left: 100px;
}

.body__wrapper::after {
	right: 100px;
}

main {
	background-color: #000;
}

img {
	max-width: 100%;
	height: auto;
	border: none;
}

a {
	text-decoration: none;
	transition: all 0.3s ease 0s;
}

a:hover {
	opacity: 0.7;
}

.d-iblock {
	display: inline-block;
}

/*----------------------------------
補完クラス
----------------------------------*/

/*----------------------------------
共通パーツ
----------------------------------*/

.inner {
	width: min(100% - 100px, 1080px);
	max-width: 100%;
	height: inherit;
	margin: 0 auto;
}

.section__title {
	font-weight: 400;
	font-size: 5.4rem;
	line-height: 1.5;
	font-family: "Cormorant Garamond", serif;
	letter-spacing: 0.1em;
}

.section__title.center {
	text-align: center;
}

/*----------------------------------
ヘッダー
----------------------------------*/

.header {
	z-index: 20;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 124px;
	padding: 36px 80px;
}

.header__inner {
	display: flex;
	align-items: center;
}

.header__logo a {
	display: inline-block;
}

.header__nav {
	margin-left: auto;
}

.header__nav-items .tel,
.drawer__menu .tel {
	margin-left: 55px;
}

.header__nav-items .tel a,
.drawer__menu .tel a {
	display: flex;
	position: relative;
	align-items: center;
	justify-content: center;
	width: 185px;
	height: 40px;
	border-radius: 20px;
	background-color: #3B3B3B;
	color: #fff;
	font-weight: 500;
	font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
}

.header__nav-items .tel a::before,
.drawer__menu .tel a::before {
	position: absolute;
	top: 50%;
	left: 15px;
	width: 10px;
	height: 10px;
	transform: translateY(-50%);
	border-radius: 50%;
	background-color: #fff;
	content: "";
}

.header__nav-items .tel a {
	padding-left: 20px;
	font-size: 2rem;
}

.drawer__menu .tel a {
	padding-left: 23px;
	font-size: 1.8rem;
}

.header__nav-items {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.header__nav-items li {
	position: relative;
	margin-left: 40px;
}

.header__nav-items li:first-child {
	margin-left: 0;
}

.header__nav-items li:hover ul {
	display: block;
}

.header__nav-items li a {
	display: inline-block;
	position: relative;
	padding: 0.5em 0;
	color: #F7F7F7;
	font-weight: 400;
	font-size: 1.8rem;
	font-family: "Cormorant Garamond", serif;
	letter-spacing: 0.05em;
}

/*----------------------------------
ドロワー
----------------------------------*/

.drawer__toggle {
	display: none;
}

.drawer__line {
	display: block;
	position: absolute;
	width: 100%;
	height: 1px;
	background: #fff;
	transition: transform 0.3s;
}

.drawer__line--center {
	top: 5px;
}

.drawer__line--bottom {
	bottom: 1px;
}

.drawer__line--top.active {
	top: 4.5px;
	right: 0;
	width: 25px;
	transform: rotate(45deg);
	background: #fff;
}

.drawer__line--center.active {
	transform: scaleX(0);
}

.drawer__line--bottom.active {
	right: 0;
	bottom: 7px;
	width: 25px;
	transform: rotate(135deg);
	background: #fff;
}

/*gnav*/

.drawer__nav {
	display: none;
	z-index: 40;
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	padding-top: 20px;
	overflow: scroll;
	background: #000;
}

.drawer__nav .header__logo {
	top: 20px;
}

.drawer__wrap {
	width: 100%;
	height: 100%;
	padding: 90px 40px 45px;
}

.drawer__menu {
	width: 100%;
}

.drawer__menu li {
	display: block;
	font-weight: 500;
	font-size: 1.6rem;
	text-align: center;
	transition: 0.5s;
}

.drawer__menu li + li {
	margin-top: 15px;
}

.drawer__menu li a {
	padding: 0.5em;
	color: #AFAFAF;
}

.drawer__menu li.tel {
	margin: 30px 0 0 0;
}

.drawer__menu li.tel a {
	margin: auto;
}

/*----------------------------------
メインビジュアル
----------------------------------*/

.mainvisual {
	position: relative;
	padding-bottom: 200px;
}

.mainvisual__img {
	width: 77.8125%;
	margin-left: auto;
}

.mainvisual-copy {
	z-index: 8;
	position: absolute;
	top: 60%;
	left: calc(50% - 33.85vw);
	transform: translateY(-50%);
	color: #fff;
	font-weight: 400;
	font-size: 100px;
	font-size: 6.25vw;
	line-height: 1.24;
	font-family: "Cormorant Garamond", serif;
	letter-spacing: 0.05em;
}

/*----------------------------------
GOLFとお酒、大人の楽しみ方で過ごすBAR
----------------------------------*/

.about-head {
	z-index: 8;
	position: relative;
	padding: 160px 0 117px;
	background-color: #0D0D0D;
}

.about-head .text {
	max-width: 740px;
	margin: 50px 0 0 240px;
}

.about-head__title {
	z-index: 1;
	position: relative;
	font-weight: 500;
	font-size: 4.6rem;
	line-height: 1.63;
	font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
	letter-spacing: 0.1em;
}

.about-head__title::before {
	z-index: -1;
	position: absolute;
	top: -155px;
	left: -10px;
	content: "Lucky Doctor";
	color: #1F1F1F;
	font-weight: 400;
	font-size: 18.3rem;
	font-family: "Cormorant Garamond", serif;
	letter-spacing: 0.05em;
	white-space: nowrap;
}

.about__image {
	z-index: 8;
	position: relative;
}

.about__items {
	max-width: 1600px;
	margin: auto;
	padding: 260px 0 200px;
	background-color: #000;
}

.about__item {
	display: flex;
	z-index: 8;
	position: relative;
	justify-content: flex-end;
}

.about__item + .about__item {
	margin-top: 100px;
}

.about__item:nth-of-type(odd) {
	flex-direction: row-reverse;
}

.about__item:nth-of-type(odd) .about__left {
	margin: 160px 50px 0 -165px;
	padding-left: 120px;
}

.about__item:nth-of-type(odd) .about__left::before {
	left: -60px;
}

.about__item:nth-of-type(even) .about__left {
	margin: 160px -165px 0 50px;
	padding-right: 120px;
}

.about__item:nth-of-type(even) .about__left::before {
	right: -60px;
}

.about__left {
	position: relative;
	position: relative;
	max-width: 620px;
	padding: 100px 0 93px;
	background-color: #000;
}

.about__left::before {
	position: absolute;
	top: 133px;
	width: 120px;
	height: 1px;
	background-color: #AFAFAF;
	content: "";
}

.about__left .text {
	margin-top: 50px;
}

.about__title {
	font-weight: 400;
	font-size: 5.4rem;
	line-height: 1.2;
	font-family: "Cormorant Garamond", serif;
}

.about__right {
	flex: 0 0 55%;
}

/*----------------------------------
MENU
----------------------------------*/

.menu {
	z-index: 8;
	position: relative;
	padding: 160px 0;
	background-color: #fff;
}

.menu .section__title {
	color: #3B3B3B;
}

.menu-items {
	display: flex;
	margin-top: 50px;
}

.menu-item + .menu-item {
	margin-left: 21.6px;
}

.menu-item a:hover {
	opacity: 1;
}

.menu-item a:hover img {
	transform: scale(1.2);
}

.menu__img {
	overflow: hidden;
}

.menu__img img {
	transition: all 0.5s ease 0s, opacity 0.9s cubic-bezier(0.5, 0, 0, 1) 0s;
}

.menu__title {
	position: relative;
	margin-top: 22px;
	color: #3B3B3B;
	font-size: 1.8rem;
	font-family: "Cormorant Garamond", serif;
}

.menu__title::after {
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 160px;
	height: 6px;
	background: url(../img/arrow-menu.png) no-repeat center left/contain;
	content: "";
}

/*----------------------------------
ACCESS
----------------------------------*/

.access {
	z-index: 8;
	position: relative;
	max-width: 1600px;
	margin: auto;
	padding-left: 50px;
	background-color: #101010;
}

.access .access-link {
	margin-top: 37px;
}

.access__wrap {
	display: flex;
	justify-content: flex-end;
}

.access__left {
	flex: 0 0 453px;
	margin-right: 167px;
	padding: 81px 0;
}

.access__title {
	position: relative;
	margin: 42px 0 15px 0;
	padding-left: 125px;
	color: #E8E8E8;
	font-weight: 800;
	font-size: 1.8rem;
	font-family: "Shippori Mincho", serif;
}

.access__title::before {
	position: absolute;
	top: 53%;
	left: 0;
	width: 90px;
	height: 1px;
	transform: translateY(-50%);
	background-color: #AFAFAF;
	content: "";
}

.access__content div {
	display: flex;
	margin-top: 8px;
}

.access__content dt {
	flex: 0 0 86px;
	margin-right: 37px;
}

.access__content dd {
	line-height: 2;
}

.access-link a {
	border-bottom: 1px solid #AFAFAF;
	color: #AFAFAF;
	font-size: 2.4rem;
}

.map {
	height: 722px;
}

.map iframe {
	max-width: 100%;
	filter: grayscale(100%);
}

/*----------------------------------
FAQ
----------------------------------*/

.faq {
	padding: 200px 0;
}

.faq .section__title {
	z-index: 8;
	position: relative;
	padding-left: 19px;
}

.faq__content {
	z-index: 8;
	position: relative;
	margin-top: 100px;
	padding: 100px;
	background-color: #101010;
}

.faq__item:last-child .question {
	border-bottom: 1px solid #3B3B3B;
}

.question {
	position: relative;
	padding: 23.5px 100px 23.5px 60px;
	border: 1px solid #3B3B3B;
	border-bottom: none;
	font-weight: 500;
	font-size: 2rem;
}

.question:hover {
	cursor: pointer;
}

.question::before,
.question::after {
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 60px;
	width: 20px;
	height: 1px;
	background-color: #AFAFAF;
	content: "";
	color: #AFAFAF;
	transition: opacity 0.3s;
}

.question::before {
	top: 49%;
}

.question::after {
	transform: translateY(-50%) rotate(90deg);
	transition: transform 0.3s;
}

.question.minus {
	border-bottom: 1px solid #3B3B3B;
}

.question.minus::before {
	opacity: 0;
}

.question.minus::after {
	transform: translateY(-50%) rotate(180deg);
}

.q-list,
.a-list {
	display: flex;
	align-items: flex-start;
}

.a-list {
	align-items: flex-start;
}

.q-list-left,
.a-list-left {
	flex: 0 0 25px;
	margin-right: 27px;
	font-weight: 400;
	font-size: 3.2rem;
	line-height: 1;
	font-family: "Cormorant Garamond", serif;
}

.q-list-right {
	font-weight: 700;
	font-size: 2rem;
	line-height: 1.55;
	letter-spacing: 0.03;
}

.answer {
	display: none;
	padding: 30px 64px 50px 60px;
}

.a-list-left {
	line-height: 1;
}

/*----------------------------------
Instagram
----------------------------------*/

.instagram {
	z-index: 8;
	position: relative;
	padding: 160px 0;
	background-color: #F7F7F7;
}

.instagram .section__title {
	color: #3B3B3B;
	letter-spacing: 0.05em;
}

.instagram-link {
	margin-top: 14px;
}

.instagram-link a {
	position: relative;
	padding: 1em 0;
	color: #3B3B3B;
	font-family: "Cormorant Garamond", serif;
	letter-spacing: 0.05em;
}

.instagram-link a::after {
	position: absolute;
	bottom: 1px;
	left: 0;
	width: 160px;
	height: 6px;
	background: url(../img/arrow-menu.png) no-repeat center left/contain;
	content: "";
}

.instagram__content {
	margin-top: 100px;
}

/*----------------------------------
フッター
----------------------------------*/

.footer {
	z-index: 40;
	position: relative;
	padding: 100px 0;
	background-color: #101010;
}

.footer .access__content {
	margin-top: 15px;
}

.footer .access__content div {
	margin-top: 0;
	font-size: 1.4rem;
}

.footer .access__content dt {
	flex: 0 0 82px;
	margin-right: 12px;
}

.footer__content {
	display: flex;
	justify-content: space-between;
}

.footer__left {
	width: 260px;
	max-width: 100%;
}

.footer__right {
	flex: 0 0 540px;
}

.footer__nav {
	margin-top: 20px;
}

.footer__nav ul {
	display: flex;
	flex-wrap: wrap;
}

.footer__nav ul li {
	margin: 0 46px 4px 0;
}

.footer__nav a {
	color: #AFAFAF;
	font-weight: 400;
	font-size: 1.8rem;
	font-family: "Cormorant Garamond", serif;
	letter-spacing: 0.05em;
}

.footer__wrap {
	display: flex;
	justify-content: space-between;
	margin-top: 23px;
}

.sns__content {
	display: flex;
}

.sns + .sns {
	margin-left: 41px;
}

.footer__copy {
	margin-top: 12px;
	font-weight: 400;
	font-size: 1.2rem;
	font-family: "Cormorant Garamond", serif;
	letter-spacing: 0.05em;
}

.disable-auto-tel a[href^="tel:"] {
	color: inherit;
	text-decoration: none;
	pointer-events: none;
}

#sb_instagram .sb_instagram_header,
.sb_instagram_header {
	display: none;
}

@media (min-width: 768px) and (max-width: 1023px) {

.hidden-tab {
	display: none;
}

}

@media (min-width: 1024px) and (max-width: 1919px) {

.hidden-pc {
	display: none;
}

}

@media (min-width: 1401px) {

.hidden-xl {
	display: none;
}

}

@media (max-width: 1199px) {

.hidden-w1200 {
	display: none;
}

.display-w1200 {
	display: block;
}

}

@media (max-width: 1149px) {

.about-head__title::before {
	top: -13.6vw;
	font-size: 16vw;
}

}

@media (max-width: 1023px) {

.body__wrapper::before {
	left: 70px;
}

.body__wrapper::after {
	right: 70px;
}

.inner {
	width: min(100%, 1080px);
	padding: 0 30px;
}

.header {
	padding: 31.5px 25px;
}

.header {
	height: 100px;
	padding: 20px 25px;
}

.header__nav-items li {
	margin-left: 20px;
}

.mainvisual {
	padding-bottom: 167px;
}

.about-head .text {
	margin-left: 120px;
}

.about-head__title {
	font-size: 4rem;
}

.about__item:nth-of-type(odd) .about__left {
	margin-right: 30px;
}

.about__item:nth-of-type(even) .about__left {
	margin-left: 30px;
}

.menu__title {
	margin-top: 10px;
}

.access {
	padding-left: 30px;
}

.access__left {
	flex: 0 0 50%;
	margin-right: 30px;
	padding: 31px 0;
}

.access__content dt {
	margin-right: 20px;
}

.faq__content {
	padding: 50px;
}

.question {
	padding: 20px 80px 20px 40px;
}

.question::before,
.question::after {
	right: 40px;
}

.footer__right {
	flex: 0 0 380px;
	margin-left: 30px;
}

}

@media (max-width: 767px) {

html::before {
	content: none;
}

body {
	font-size: 1.4rem;
}

.body__wrapper::before,
.body__wrapper::after {
	content: none;
}

.body__wrapper::before {
	left: 20px;
}

.body__wrapper::after {
	right: 20px;
}

.hidden-sp {
	display: none;
}

.inner {
	padding: 0 20px;
}

.section__title {
	font-size: 2.8rem;
}

.header {
	height: 76px;
	padding: 20px;
}

.header__logo a img {
	width: 67px;
}

.header__nav-items {
	display: none;
}

.drawer__toggle {
	display: block;
	z-index: 41;
	position: fixed;
	top: 32px;
	right: 20px;
	width: 24px;
	height: 12px;
	cursor: pointer;
}

.mainvisual__img {
	width: 81.333%;
}

.mainvisual-copy {
	top: 56.5%;
	left: calc(50% - 39vw);
	font-size: 51px;
	font-size: 13.6vw;
}

.about-head {
	padding: 80px 0 60px;
}

.about-head .text {
	margin: 30px 0 0 0;
}

.about-head__title {
	font-size: 42px;
	font-size: 5.46875vw;
}

.about__items {
	padding: 50px 20px;
}

.about__item {
	display: block;
}

.about__item + .about__item {
	margin-top: 50px;
}

.about__item:nth-of-type(odd) .about__left {
	margin: 30px 0 0 0;
	padding-left: 0;
}

.about__item:nth-of-type(even) .about__left {
	margin: 30px 0 0 0;
	padding-right: 0;
}

.about__left {
	padding: 0;
}

.about__left::before {
	content: none;
}

.about__left .text {
	margin-top: 20px;
}

.about__title {
	font-size: 4rem;
}

.about__right {
	margin-top: 20px;
}

.menu {
	padding: 70px 0;
}

.menu-items {
	display: block;
}

.menu-item + .menu-item {
	margin: 60px 0 0 0;
}

.menu-item a:hover img {
	transform: none;
}

.menu__title {
	margin-top: 5px;
}

.access {
	padding-left: 0;
}

.access .access-link {
	margin-top: 20px;
}

.access__wrap {
	display: block;
}

.access__left {
	margin-right: 0;
	padding: 50px 20px 30px;
}

.access__title {
	margin: 20px 0 10px 0;
	padding-left: 0;
}

.access__title::before {
	content: none;
}

.access-link a {
	font-size: 2rem;
}

.map {
	height: 450px;
}

.map iframe {
	width: 100%;
	height: 100%;
}

.faq {
	padding: 70px 0;
}

.faq .section__title {
	padding-left: 11px;
}

.faq__content {
	margin-top: 30px;
	padding: 20px;
}

.question {
	padding: 18px 35px 18px 10px;
	font-size: 1.8rem;
}

.question::before,
.question::after {
	right: 10px;
	width: 15px;
}

.q-list-left,
.a-list-left {
	flex: 0 0 21px;
	margin-right: 10px;
	font-size: 2.4rem;
}

.q-list-right {
	font-size: 1.5rem;
}

.answer {
	padding: 18px 10px 18px 10px;
}

.a-list-left {
	margin-top: 5px;
}

.a-list-right {
	font-size: 1.5rem;
}

.instagram {
	padding: 80px 0;
}

.instagram__content {
	margin-top: 50px;
}

.footer {
	padding: 50px 0 15px;
}

.footer .logo {
	text-align: center;
}

.footer .access-link {
	text-align: center;
}

.footer .access__content {
	width: 185px;
	margin: auto;
}

.footer__content {
	display: block;
}

.footer__left {
	margin: auto;
}

.footer__right {
	width: 238px;
	margin: 30px auto 0;
}

.footer__nav ul {
	justify-content: center;
}

.footer__nav ul li:nth-child(even) {
	margin-right: 0;
}

.footer__wrap {
	display: block;
}

.sns__content {
	justify-content: center;
}

.footer__copy {
	margin-top: 30px;
	font-size: 1.1rem;
	text-align: center;
}

}

@media (max-width: 359px) {

.hidden-sm {
	display: none;
}

}

