@charset "UTF-8";

@media screen and (min-width: 768px) {

#header_pc, #footer_pc, #pagetop_pc, .pcContents {display: block;}
#header_sp, #footer_sp, #gdo-service, #smartphone-app, #footer-snslink, #footer-pclink, #pagetop_sp, .spContents {display: none;}

body.login-status_logout #header_pc #button--login {
    display: flex;
}

body.login-status_login #header_pc #user-data-area {
    display: block;
}

/* CSS変数定義 */
:root {
	--corporate-color: #0071BE;
	--bg-color-gray: #F4F4F4;
}

body {
	margin: 0;
}

#header_pc,
#footer_pc,
#pagetop_pc {
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", YuGothic, "游ゴシック", sans-serif;
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: .02rem;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    font-weight: normal;
    color: #1a1a1a;
	margin: 0;
    -webkit-text-size-adjust: 100%;
    background: none;
    -webkit-overflow-scrolling: touch
}

#header_pc,
#footer_pc {
	min-width: 1080px;
}

#header_pc {
	border-bottom: solid 1px #dededf;
	margin-bottom: 10px;
}

#footer_pc {
	margin-top: 60px;
}

#header_pc a,
#footer_pc a,
#pagetop_pc a {
    color: #1a1a1a;
    text-decoration: none;
	outline: none;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
	background-color: transparent;
}

#header_pc a:hover,
#footer_pc a:hover,
#pagetop_pc a:hover {
    color: var(--corporate-color);
    text-decoration: underline
}

#header_pc *:focus,
#footer_pc *:focus,
#pagetop_pc *:focus {
    outline: none
}

#header_pc ul, #header_pc li,
#footer_pc ul, #footer_pc li,
#pagetop_pc ul, #pagetop_pc li {
    list-style: none;
    margin: 0;
    padding: 0
}

#header_pc img,
#footer_pc {
    border-style: none
}

#header_pc img, #header_pc svg,
#footer_pc img, #footer_pc svg {
    vertical-align: top
}

#wrapper {
    position: relative;
    overflow: hidden
}

#header_pc *,
#footer_pc *,
#pagetop_pc {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0
}

#header_pc .inner-wide,
#footer_pc .inner-wide,
#pagetop_pc .inner-wide {
    max-width: 1080px;
    margin: 0 auto
}

#header_pc .inner,
#footer_pc .inner,
#pagetop_pc .inner {
    max-width: 1080px;
    margin: 0 auto
}

#header_pc .header__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#header_pc .header__logo {
    width: 124px;
    margin-bottom: 2px
}

#header_pc .header__globalnav {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

#header_pc .header__button {
    min-width: 240px
}

#header_pc .header__button-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#header_pc .header__button-list .button {
    margin-left: 10px
}

#header_pc .header__button-list .button:first-child {
    margin-left: 0
}

#header_pc .globalnav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

#header_pc .globalnav__item {
    font-size: .85rem;
    line-height: 1
}

#header_pc .globalnav__item:last-of-type {
    min-width: 82px;
}

#header_pc .globalnav__link {
    height: 70px;
    padding: 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

#header_pc .globalnav__link::before {
    content: "";
    width: calc(100% - 16px);
    height: 5px;
    background: var(--corporate-color);
    display: block;
    position: absolute;
    bottom: 0;
    left: 8px;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease
}

#header_pc .globalnav__link.current {
    font-weight: bold;
    color: var(--corporate-color)
}

#header_pc .globalnav__link.current::before {
    opacity: 1
}

#header_pc .globalnav__link:hover {
	color: #1a1a1a;
    font-weight: normal;
    text-decoration: none;
}

@media (hover: hover) and (pointer: fine) {
  #header_pc .globalnav__link:hover {
	  color: var(--corporate-color);
      font-weight: bold;
      text-decoration: none;
  }

  #header_pc .globalnav__link:hover::before {
      opacity: 1
  }
}

#footer_pc .footer-service {
    background: var(--bg-color-gray);
    padding: 60px 0 44px;
    position: relative
}

#footer_pc .footer-service__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

#footer_pc .footer-service__title {
    width: 105px;
    font-size: 1.1rem;
    line-height: 1;
    font-weight: bold
}

#footer_pc .footer-service__nav {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

#footer_pc .footer-service__nav-item {
    border-right: solid 1px #ccc;
    font-size: .85rem;
    line-height: 1.1;
    letter-spacing: 0;
    margin-bottom: 16px
}

#footer_pc .footer-service__nav-item--no-border {
    border-right: none
}

#footer_pc .footer-service__nav-item:last-child {
    border-right: none
}

#footer_pc .footer-service__nav-link {
    padding: 0 16px
}

#footer_pc .footer-main {
    background: var(--corporate-color);
    color: #fff;
    padding: 56px 0 60px
}

#footer_pc .footer-main a {
    color: #fff !important
}

#footer_pc .footer-main__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

#footer_pc .footer-main__logo-sns {
    width: 200px;
    min-height: 90px;
    position: relative
}

#footer_pc .footer-main__sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 0
}

#footer_pc .footer-main__sns a {
	font-size: 16px;
	font-weight: bold;
    padding: 1px 14px 0 0;
	background: no-repeat center right url("https://www.golfdigest.co.jp/herokupts/images/common/arrow_gray.png");
	line-height: 1;
}

#footer_pc .footer-main__sns-item {
    line-height: 1;
    margin-left: 16px;
    width: 32px;
    text-align: center;
}

#footer_pc .footer-main__sns-item a:hover {
    opacity: 0.7;
    transition: 0.3s;
}

#footer_pc .footer-main__sns-item:first-child {
    margin-left: 0
}

#footer_pc .footer-main__nav {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

#footer_pc .footer-main__nav-section {
    margin-left: 48px
}

#footer_pc .footer-main__nav-section:first-child {
    margin-left: 0
}

#footer_pc .footer-main__nav-title {
    font-size: .95rem;
    line-height: 1.1rem;
    font-weight: bold
}

#footer_pc .footer-main__nav-list {
    font-size: .72rem;
    line-height: 1rem;
    margin-top: 16px
}

#footer_pc .footer-main__nav-item {
    margin-top: 8px
}

#footer_pc .footer-main__nav-item:first-child {
    margin-top: 0
}

#footer_pc .footer-bottom {
    padding: 24px 0
}

#footer_pc .footer-bottom__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#footer_pc .footer-bottom__copyright {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: .75rem;
    line-height: 1.1;
    letter-spacing: 0;
    display: block
}

#pagetop_pc.pagetop {
    position: fixed;
    right: 50%;
    bottom: 20px;
    margin-right: -624px;
    z-index: 90;
    visibility: hidden;
    opacity: 0;
    transition: opacity .4s ease;
}

#pagetop_pc.pagetop.fadeIn {
    visibility: visible;
    opacity: 1;
}

@media only screen and (max-width: 1263px) {
    #pagetop_pc.pagetop {
        margin-right: -540px
    }
}

#pagetop_pc.pagetop.js-absolute {
    position: absolute
}

#pagetop_pc .pagetop__link {
    width: 44px;
    height: 44px;
    background: var(--corporate-color);
    border-radius: 4px;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, .08);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, .08);
    display: block;
    position: relative;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease
}

#pagetop_pc .pagetop__link svg {
    width: 20px;
    height: 14px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto
}

#pagetop_pc .pagetop__link:hover {
    opacity: .7
}

#header_pc .button {
    height: 40px;
    background: #fff;
    border: solid 1px var(--corporate-color);
    border-radius: 4px;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, .16);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, .16);
    padding: 0 8px;
    font-size: .8rem;
    line-height: 1.1;
    color: var(--corporate-color);
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#header_pc #button--login {
    background: #d7373d;
    border-color: #d7373d;
    color: #fff !important;
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    display: none;
}

#header_pc #button--login:hover {
    opacity: .7
}

#header_pc .button-login-none {
    display: none;
}

#header_pc .button--help {
    -webkit-transition: background .3s ease, color .3s ease;
    transition: background .3s ease, color .3s ease
}

#header_pc .button--help:hover {
    background: var(--corporate-color);
    color: #fff
}

#header_pc .button:hover {
    text-decoration: none
}

.top-alert {
    margin: 32px 0
}

.top-alert + .top-information-news {
    margin-top: 24px
}

.top-alert__contents {
    border: solid 1px #dededf;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: .85rem;
    line-height: 1.1rem
}

.top-alert__item {
    width: 100%;
    border-left: solid 1px #dededf
}

.top-alert__item:first-child {
    border-left: none
}

.top-alert__link {
    width: 100%;
    height: 100%;
    padding: 12px 10px 11px 30px;
    display: block;
    position: relative
}

.top-alert__link::before {
    content: "";
    width: 16px;
    height: 16px;
    background: url("https://www.golfdigest.co.jp/herokupts/images/common/icon_alert.svg") no-repeat center center;
    background-size: 16px 16px;
    display: block;
    vertical-align: top;
    position: absolute;
    top: 0
}

.top-alert__link::before {
    top: 12px;
    left: 10px
}

.top-alert a:hover {
    color: #eb4055;
    text-decoration: none
}


/* グロナビ サブメニュー追加 2023.04 */
#header_pc .header__logo {
    width: auto;
	margin-bottom: 0;
}

#header_pc .header__logo a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 64px;
    padding: 0px 20px 0 0;
}

#header_pc .globalnav__link {
	cursor: pointer;
	height: 64px;
}

#header_pc .globalnav__item {
	cursor: pointer;
    /* margin-right: 2px; */
}
#header_pc .globalnav__item:last-of-type {
    margin-right: 0;
}

#header_pc .globalnav__item#list-home {
	width: 62px;
}

#header_pc .globalnav__item#list-shop {
	width: 90px;
}

#header_pc .globalnav__item#list-reserve {
	width: 118px;
}

#header_pc .globalnav__item#list-news {
	width: 132px;
}

#header_pc .globalnav__item#list-skill {
	width: 118px;
}

#header_pc .globalnav__item#list-app {
	width: 76px;
}

#header_pc .globalnav__item#list-member {
	width: 118px;
}

#header_pc .globalnav__item:not(:first-of-type) .globalnav__link {
	padding: 0 24px 0 10px;
}

#header_pc .globalnav__link.active {
    font-weight: bold;
    color: var(--corporate-color)
}

#header_pc .globalnav__link.active::before {
    opacity: 1
}

#header_pc .globalnav__item:not(:first-of-type) .globalnav__link::after {
	content: "";
	position: absolute;
	/*width: 6px;*/
	/*height: 6px;*/
	width: 4px;
	height: 4px;
	top: 50%;
	right: 12px;
	border: 1px solid #1A1A1A;
	border-color: transparent transparent #1A1A1A #1A1A1A;
	transform: rotate(-45deg);
	margin-top: -6px;
}

@media (hover: hover) and (pointer: fine) {
    #header_pc .globalnav__item:not(:first-of-type) .globalnav__link:hover::after {
        border: 1px solid var(--corporate-color);
        border-color: transparent transparent var(--corporate-color) var(--corporate-color);
    }
}

#header_pc .globalnav__item:not(:first-of-type) .globalnav__link.current::after,
#header_pc .globalnav__item:not(:first-of-type) .globalnav__link.active::after {
	border: 1px solid var(--corporate-color);
	border-color: transparent transparent var(--corporate-color) var(--corporate-color);
}

#header_pc .globalnav__item .globalnav__sub-menu {
	position: absolute;
	box-sizing: border-box;
	width: auto;
	height: auto;
	background: #FFF;
	border: 1px solid #DEDEDF;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.17);
	border-radius: 0px 0px 4px 4px;
	margin-left: 8px;
    z-index: 11;
    visibility: hidden;
    opacity: 0;
    transition-property: opacity visibility;
    transition-duration: .1s;
}

#header_pc .globalnav__item .globalnav__sub-menu.fadeIn {
    visibility: visible;
    opacity: 1;
}

#header_pc .globalnav__item .globalnav__sub-menu li {
    display: block;
}

#header_pc .globalnav__item .globalnav__sub-menu li:not(:last-of-type),
#header_pc .globalnav__item .globalnav__sub-menu dl:not(:last-of-type) {
	border-bottom: 1px solid #DEDEDF;
}

#header_pc .globalnav__item .globalnav__sub-menu li a {
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4;
    padding: 10px 16px;
}

#header_pc .globalnav__item .globalnav__sub-menu li a span {
    display: block;
	color: #555;
    font-size: 12px;
    font-weight: normal;
}

#header_pc .globalnav__item .globalnav__sub-menu li a:hover {
	background: rgba(54, 149, 214, 0.1);
}

#header_pc .globalnav__item .globalnav__sub-menu li a:hover,
#header_pc .globalnav__item .globalnav__sub-menu li a:hover span {
	color: var(--corporate-color);
	text-decoration-color:var(--corporate-color); /* for safari */
}

#header_pc .globalnav__item .globalnav__sub-menu dl {
    display: flex;
}

#header_pc .globalnav__item .globalnav__sub-menu dl dt {
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	background: #F4F4F4;
	box-sizing: border-box;
	width: 5em;
	padding: 12px 0.5em;
	text-align: center;
    cursor: auto;
}

#header_pc .globalnav__item#list-reserve .globalnav__sub-menu dl dt {
	width: 8em;
}

#header_pc .globalnav__item .globalnav__sub-menu dl dd {
	width: 100%;
}

/* グロナビ ユーザー情報 */
#header_pc .button {
	font-weight: bold;
    height: 48px;
}

#header_pc .header__button-list {
	position: relative;
}

#header_pc #user-data-area {
	font-size: 14px;
	width: 160px;
	height: auto;
	min-height: 48px;
	padding: 0;
    background: #fff;
    border: solid 1px var(--corporate-color);
    border-radius: 4px;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, .16);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, .16);
	position: absolute;
	top: 0px;
	right: 67px;
    z-index: 10;
    margin: 0;
	cursor: pointer;
    display: none;
}
::-webkit-full-page-media, :future, :root #header_pc #user-data-area { /* for safari */
	height: 48px;
}
::-webkit-full-page-media, :future, :root #header_pc #user-data-area.active { /* for safari */
	height: 356px;
}

#header_pc .user-data__item {
    display: flex;
    justify-content: center;
    align-items: center;
	width: 100%;
	height: 46px;
	line-height: 1;
	cursor: pointer;
    margin-left: 0;
}

#header_pc .user-data__item dt {
    padding-right: 6px;
}

#header_pc .user-data__item dd {
    padding-top: 2px;
}

#header_pc .user-data__item #user-data-name {
	font-size: 14px;
	display: inline;
}

#header_pc .user-data__item .san {
	font-size: 10px;
	display: inline;
	padding-left: .2em;
}

#header_pc .user-data__item .item--point {
	padding-top: 4px;
}

#header_pc .user-data__item .item--point #user-data-point {
	font-size: 14px;
}

#header_pc .user-data__item .item--point .pt {
	font-size: 10px;
	padding-left: .2em;
}

#header_pc #user-data-area .user-data__sub-menu {
	display: none;
}

#header_pc #user-data-area .user-data__sub-menu #user-data-grade-text {
	height: 24px;
	line-height: 27px;
	margin: 4px 10px 0;
	background: var(--bg-color-gray);
	border-radius: 4px;
	text-align: center;
}

#header_pc #user-data-area .user-data__sub-menu .sub-menu--handy a {
    padding: 8px 10px;
	text-align: center;
    word-break: break-all;
}

#header_pc #user-data-area .user-data__sub-menu a {
	display: block;
}

#header_pc #user-data-area .user-data__sub-menu .sub-menu--contents-list {
	line-height: 1.4;
}

#header_pc #user-data-area .user-data__sub-menu .sub-menu--contents-list::before,
#header_pc #user-data-area .user-data__sub-menu .sub-menu--contents-list::after {
	content: "";
    display: block;
    width: auto;
    height: 1px;
    margin-left: 10px;
    margin-right: 10px;
    margin: 10px 10px;
    background: #DEDEDF;
}

#header_pc #user-data-area .user-data__sub-menu .sub-menu--contents-list::before {
    margin-top: 0;
    margin-bottom: 4px;
}

#header_pc #user-data-area .user-data__sub-menu .sub-menu--contents-list::after {
    margin-top: 10px;
    margin-bottom: 0;
}

#header_pc #user-data-area .user-data__sub-menu .sub-menu--contents-list a {
	padding: 8px 10px;
}

#header_pc #user-data-area .user-data__sub-menu .sub-menu--contents-list dl {
	margin: 0;
}

#header_pc #user-data-area .user-data__sub-menu .sub-menu--contents-list dl:first-of-type {
	margin-bottom: 8px;
}

#header_pc #user-data-area .user-data__sub-menu .sub-menu--contents-list dt {
	font-weight: bold;
	padding: 0 10px;
	margin-bottom: 4px;
}

#header_pc #user-data-area .user-data__sub-menu .sub-menu--contents-list dd a {
	padding: 0px 10px;
}

#header_pc #user-data-area .user-data__sub-menu .sub-menu--logout a {
    padding: 8px 10px;
	text-align: left;
}


/* header-footer シンプルバージョン */
.simple__header-footer #footer_pc .footer-bottom {
	padding: 16px 0 22px;
	border-top: 1px solid #DEDEDF;
}

.simple__header-footer #footer_pc .footer-bottom__nav-list {
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.simple__header-footer #footer_pc .footer-bottom__nav-list li {
	display: inline-block;
	padding: 0 16px;
	position: relative;
}

.simple__header-footer #footer_pc .footer-bottom__nav-list li:first-child {
	padding-left: 0;
}

.simple__header-footer #footer_pc .footer-bottom__nav-list li::after {
	content: "";
	width: 12px;
	height: 1px;
	background: #DEDEDF;
	transform: rotate(90deg);
	position: absolute;
	top: 50%;
	right: -6px;
}

.simple__header-footer #footer_pc .footer-bottom__nav-list li:last-child::after {
	display: none;
}

.simple__header-footer #footer_pc .footer-bottom__nav-list li a {
	font-size: 12px;
	display: block;
	height: 20px;
	line-height: 20px;
}

.simple__header-footer #footer_pc .footer-bottom__copyright {
	color: #767676;
	font-size: 12px;
	line-height: 18px;
	text-align: right;
}

}