@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@400;500;600;700&family=Noto+Sans+JP&family=Noto+Serif+JP&family=Kaisei+Opti:wght@400&display=swap');
:root {
  --color1l: rgba(229, 130, 44, 0.9);
  --color1: rgba(229, 130, 44, 1);
  --color2l: rgba(0, 154, 58, 0.9);
  --color2: rgba(0, 154, 58, 1);
}

#pagetop {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 20px; 
}
#pagetop a {
display: flex;
justify-content: center;
align-items: center;
color: rgba(79,64,59,1);
background-color: rgba(255,255,255,0.7);
width: 5em;
height: 5em;
border-radius: 2.5em;
font-size: 1.6em;
font-family: 'YakuHanJP', 'M PLUS 1p', sans-serif;
font-weight: 800;
text-decoration: none;
position: relative;
}
#pagetop a:after {
  content: '';
  width: 1em;
  height: 1em;
  border-top: solid 2px rgba(79,64,59,1);
  border-right: solid 2px rgba(79,64,59,1);
  position: absolute;
  left: 1.8em;
  top: 0.8em;
  transform: rotate(-45deg);
}
#pagetop img {
width: 100%;
height: auto;
}
@media screen and (max-width: 767px) {
  #pagetop {
  width: 15%;
  height: auto; 
  }
  #pagetop a {
  width: 50px;
  height: 50px;
  font-size: 1.2em;
  }
  #pagetop a:after {
  width: 12px;
  height: 12px;
  left: 19px;
  top: 5px;
  }
}
@media print {
  #pagetop {
  display: none !important; 
  } 
}


.nav-PC.show-PC,
.eigyo-PC.show-PC,
.eigyo_box02 {
display:none;
}
@-moz-document url-prefix() {
.nav-PC.show-PC + #contents ,
.eigyo-PC.show-PC + #contents,
.eigyo_box02 + #contents  {
padding-top: 72px;
}
}

.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
}

.cf {
display: block;
clear: both;
*zoom: 1;
}
.fr,
.frs {
float: right;
margin: 0 0 1em 1em;
}
.fl,
.fls {
float: left;
margin: 0 1em 1em 0;
}

body {
  color: #000000;
  line-height: 1.5;
  background: #FFF;
}

#contentWrapper {
padding-bottom: 50px;
width:100%;
}

#contents {
  max-width:100%;
  box-sizing:border-box;
}

#contents h2 img{
width: 100%;
height: auto;
-moz-transition: -moz-transform 0.5s linear;
-webkit-transition: -webkit-transform 0.5s linear;
-o-transition: -o-transform 0.5s linear;
-ms-transition: -ms-transform 0.5s linear;
transition: transform 0.5s linear;
}
#contents p img {
max-width:100%;
}
#contents p .fl,
#contents p .fr {
max-width: 360px;
}
#contents p .fls,
#contents p .frs {
max-width: 160px;
}

@media screen and (max-width:767px) {
#contents p .fl,
#contents p .fr {
max-width: 40%;
}
}

#contents p .fr.frpc {
max-width: 100%;
margin: 0.5em 0;
}

#contents p .fls,
#contents p .frs {
max-width: 30%;
}
#contents p .cf {
clear: both;
    display: block;
}

.textL {
font-size: 112%;
}

#contents small {
  font-weight: normal;
}





.contentHeader {
background: rgb(0,174,89);
background: linear-gradient(90deg, rgba(0,174,89,1) 0%, rgba(255,153,44,1) 100%);
overflow: hidden;
}
@media screen {
.contentHeader:before {
content:"";
position: absolute;
width: 100%;
height: 100%;
left: 0;
top:0;
background-image:url(/base/shinjuku/img/gs23_header_bg01.png);
background-repeat: repeat;
background-size: auto 100%;
z-index: 1;
pointer-events: none;
}
}


.contentHeader_inner {
padding: 3em 0;
margin:0 auto;
width: 100%;
max-width: 980px;
position: relative;
}



.header-logo {
width: 100%;
max-width: 780px;
margin: 0 auto ;
text-align: center;
box-sizing: border-box;
padding: 0;
text-align:center;
position: relative;
z-index: 2;
}
.header-logo img {
  width: 100%;
  height: auto;
}
.pc-none{
display:none;
}
.header-image li {
position: absolute;
width: 25%;
aspect-ratio: 1 / 1;
border-radius: 50%;
overflow: hidden;
}
.header-image li:nth-child(1) {
top: -2%;
left: -16%;
}
.header-image li:nth-child(2) {
top: 42%;
left: -13%;
}
.header-image li:nth-child(3) {
top: -2%;
right: -16%;
}
.header-image li:nth-child(4) {
top: 42%;
right: -13%;
}
.header-image li img {
width: 100%;
height: auto;
}
@media screen and (max-width: 767px) {
.header-image li {
width: 18%;
}
.header-image li:nth-child(1) {
top: -2%;
left: -3%;
}
.header-image li:nth-child(2) {
top: 42%;
left: -1%;
}
.header-image li:nth-child(3) {
top: -2%;
right: -3%;
}
.header-image li:nth-child(4) {
top: 42%;
right: -1%;
}

}
#contents p.header-copy {
margin: 1em auto ;
text-align :center;
max-width: 800px;
font-feature-settings: "palt";
font-family: "YakuHanJP", "M PLUS 1p";
font-size: 1.375em;
line-height: 1.6;
color: #FFF;
}

.header-navi {
display: flex;
gap: 3em;
justify-content: center;
margin-top: 2em;
}
.header-navi li a {
color: #FFF;
text-decoration: none;
display: flex;
flex-direction: column;
justify-content: center;
}
.header-navi li a:after {
content: "";
width: 26px;
height: 7px;
background-image: url(/base/shinjuku/img/gs23_arrow.svg);
background-repeat: no-repeat;
background-size: contain;
margin: 0 auto;
}
.header-navi-icon {
width: 64px;
height: 64px;
margin: 0 auto;
}
@media screen and (max-width: 767px) {
#contents .header-navi li {
font-size: 0.76em;
}
.header-navi-icon {
width: 12vw;
height: 12vw;
}
}

@media screen and (max-width: 768px) {
.contentHeader {
}
.contentHeader_inner {
  padding: 8vw 12vw ;
}


  .header-logo {
    padding: 0;
margin: 0 auto 0 auto;
padding: 0;
overflow: hidden;
  }
  .header-logo img {
  }
#contents p.header-copy {
font-size: 0.85em;
padding: 0 7vw;
}


.sp-none{
display:none;
}
}

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}
a.test {
text-decoration: none;
}

.kadodeBnr {
width: 100%;
max-width: 980px;
margin: 0 auto 40px;
}
.kadodeBnr a {
}
.kadodeBnr img {
width: 100%;
height: auto;
background-color: #FFF;
}

.contentWrapp {
padding: 6em 0;
width: 100%;
box-sizing:border-box;
overflow: hidden;
page-break-before: always;
}


.content {
display:block;
box-sizing: border-box;
padding: 0;
}
@media screen and (min-width: 768px) {
.content.popup {
padding: 6em 0;
}
}

#sports .content.popup:nth-child(even) {
background-color: var(--color1);
}
#golf .content.popup:nth-child(even) {
background-color: var(--color2);
}
.content +.content {
}
.contentWrapp.group1 .content {
max-width:980px;
margin: 0 auto;
}
.contentWrapp.group2 .content {
max-width:980px;
margin: 0 auto;
}
.contentWrapp.group3 .content {
margin: 0 auto;

}
.subTItle {
margin: 0 auto 2em;
padding: 0 ;
width: 70%;
max-width: fit-content;
text-align: center;
display: flex;
flex-direction: column;
}

.subTItle--en {
font-size: 2.6em;
line-height: 1.4;
letter-spacing: normal;
font-feature-settings: "palt";
font-family: YakuHanJP, "M PLUS 1p";
line-height: 1;
color: #FFF;
border-bottom: 1px solid #FFF;
padding: 0 1em 0.2em;
margin-bottom: 0.2em;
}
.subTItle--en img {
width: 1.4em;
height: auto;
margin-right: 0.2em;
}
.subTItle--jp {
font-size: 1.2em;
line-height: 1.4;
letter-spacing: normal;
font-feature-settings: "palt";
font-family: YakuHanJP, "M PLUS 1p";
font-weight: 400;
color: #FFF;
}

.blockContent {
display:none;
}
@media screen and (max-width: 768px) {
.contentWrapp {
padding: 6vw 0;
}
.contentWrapp.bg00 {
}
.subTItle {
padding: 10vw 0 5vw;
width: 85%;
max-width: 85%;
}

}



.titleCategory {
margin: 0 auto 2em;
text-align: center;
width: 100%;
z-index: 1000;
position: relative;
}
.titleCategory img {
width: 100%;
height: auto;
}
#golf .titleCategory {
max-width: calc(292px * 1.5);
}
#sports .titleCategory {
max-width: calc(313px * 1.5);
}
@media screen and (max-width:767px) {
.titleCategory {
margin: 0 auto 4vw;
width: 70vw;
}

}


.footerNotes {
text-align: left;
margin: 40px auto 0;
width: 100%;
max-width: 980px;
padding: 20px;
}
@media screen and (max-width: 767px) {
.footerNotes {
padding: 12px;
}
}

.topicsTitle {
padding-bottom:20px;
}
.topicsTitle h3{
padding:12px;
background-color:#2a2a2a;
font-size:32px;
font-weight:bold;
/*color:#FFF;*/
line-height:1;
font-family: "YakuHanJP", 'M PLUS 1p', sans-serif;
border-radius: 6px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
-o-border-radius: 6px;
-ms-border-radius: 6px;
}
.topicsTitle p{
margin-top:12px;
font-size:18px;
color:#2a2a2a;

}
.topicsTitle h3 a{
}
.topicsColumn {
width: auto;
margin: 0 auto ;
max-width: 980px;
margin:0 auto;
padding: 1em 0px ;
text-align:left;
box-sizing:border-box;
}
.contentWrapp.group3 .topicsColumn {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
padding: 68px 68px 68px 68px ;
}
.contentWrapp.group3 dl:empty {
display: none;
padding: 0;
}

@media screen and (max-width: 767px) {
.topicsColumn {
margin: 0px auto ;
padding: 20px;
}
.contentWrapp.group3 .topicsColumn {
padding: 20px;
}
}
a.toDetail {
text-decoration: none;
}
.topicsDetail {
margin-bottom: 100px;
width: 100%;
max-width: 980px;
box-sizing: border-box;
}

.topicsDetail:nth-last-of-type(2):nth-child(odd),
.topicsDetail:last-of-type:nth-child(even),
.topicsDetail:last-of-type:nth-child(odd) {
margin-bottom: 0;
}
.contentWrapp.group1 .topicsDetail {
max-width: 980px;
display: flex;
justify-content: space-between;
align-items: center;
}

.contentWrapp.group2 .topicsDetail {
max-width: 980px;
}
.contentWrapp.group3 .topicsDetail {
max-width: calc(50% - 32px);
}
.contentWrapp.group3 .topicsDetail:only-child {
max-width: 100%;
border-top: 1px solid #DDD;
padding-top: 1em;
}

.topicsDetailText {
    box-sizing: border-box;
    width: 100%;
}
i {
display: inline-block;
font-style: normal;
}
.ib,
.topicsDetailText .description2 .ib {
display: inline-block;
}
.contentWrapp.group1 .topicsDetailText {
    max-width: 376px;
    padding-left: 20px;
}
.contentWrapp.group2 .topicsDetailText {
    max-width: 980px;
}
.topicsDetailText em{
	font-style: normal;
	color: #F00;		
}
.topicsDetailText i{
	font-style: normal;
	color: #0033CC;		
}

.topicsDetailPhoto {
margin: 0 auto 16px;
padding: 0px ;
width: 100%;
box-sizing: border-box;
width: 100%;
max-width: 600px;
display: block;
background-color: #FFF;
text-align: left;
position: relative;
overflow: hidden;
}
.topicsDetailPhoto img {
-moz-transition: -moz-transform 0.5s linear;
-webkit-transition: -webkit-transform 0.5s linear;
-o-transition: -o-transform 0.5s linear;
-ms-transition: -ms-transform 0.5s linear;
transition: transform 0.5s linear;
}
.contentWrapp.group2 .topicsDetailPhoto {
box-shadow: none;

}
.contentWrapp.group1 .topicsDetail:nth-child(even) {
flex-direction: row-reverse;
}
.contentWrapp.group1 .topicsDetail:nth-child(even) .topicsDetailText {
    padding-left: 0;
    padding-right: 20px;
}
.contentWrapp.group1 .topicsDetail:nth-child(even) .topicsDetailPhoto {
}



@media screen and (max-width: 767px) {
.topicsDetail {
margin-bottom: 12px;
display: block;
}
.topicsDetailText {
    padding-left: 0px;
    max-width: 100%;
}
.contentWrapp.group1 .topicsDetail {
display: block;
}
.contentWrapp.group3 .topicsDetail {
    max-width: calc(50% - 6px);
}

.contentWrapp.group1 .topicsDetailText {
    max-width: 100%;
    padding-left: 0;
}
.contentWrapp.group2 .topicsDetailText {
    max-width: 100%;
}
.contentWrapp.group1 .topicsDetail:nth-child(even) .topicsDetailText {
    padding-left: 0;
    padding-right: 0;
}
.contentWrapp.group1 .topicsDetail:nth-child(even) .topicsDetailPhoto {
}

.topicsDetail:nth-child(even) .topicsDetailText {
    padding-left: 0;
    padding-right: 0px;
}

.topicsDetailPhoto {
width: 100%;
margin-bottom: 12px;
float: none;
}

}

#contents .topicsDetailPhoto p img{
width: 600px;
max-width: 100%;
box-sizing: border-box;
background-color:#FFF;
}
#contents .topicsDetailPhoto p a:hover{
opacity:1;
filter: alpha(opacity=100);
-ms-filter: "alpha(opacity=100)";
-moz-opacity:1;
-khtml-opacity: 1;
}
@media screen and (max-width: 767px) {
#contents .topicsDetailPhoto p img{
border:none;
padding: 0;
}

}
.topicsDetail h4 {
font-size: 26px;
letter-spacing: normal;
font-feature-settings: "palt";
font-family: "YakuHanJP", 'Noto Serif JP', serif;
font-weight: 400;
text-align: left;
color: rgba(0,174,89,1);
line-height: 1.4;
margin-bottom: 0.25em;
}
.topicsDetail h4 a{
color: rgba(0,174,89,1);
}
.golf .topicsDetail h4,
.golf .topicsDetail h4a  {
color: rgba(0,174,89,1);
}
.sports .topicsDetail h4,
.sports .topicsDetail h4 a {
color: rgba(255,153,44,1);
}
.group2 .topicsDetail h4 {
margin-bottom: 1.5em;
}
.group2 .topicsDetail h4 a {
color: rgba(199,0,11,1);
}

.topicsDetail h4 font[style] {
margin-right: 6px;
}


.group3 .topicsDetail ul.spec {
margin-bottom: 1em;
}
.topicsDetail ul.spec li.date {
letter-spacing: normal;
font-size: 1em;
text-align: left;
}
.topicsDetail ul.spec li.place {
margin: 0 0;
letter-spacing: normal;
font-size: 1em;
text-align: left;
}
.golf .topicsDetail ul.spec li.date,
.golf .topicsDetail ul.spec li.place {
color: rgba(0,174,89,1);
}
.sports .topicsDetail ul.spec li.date,
.sports .topicsDetail ul.spec li.place {
color: rgba(255,153,44,1);
}
.topicsDetail:only-child ul.spec li.place {
/*margin-bottom:2em;*/
}
#contents .topicsDetail p.description {
    font-size: 1em;
line-height:160%;
letter-spacing: normal;
color: rgba(0,174,89,1);
}
#contents .golf .topicsDetail p.description {
color: rgba(0,174,89,1);
}
#contents .sports .topicsDetail p.description {
color: rgba(255,153,44,1);
}
.topicsDetail p.description img[align] {
float:left;
margin: 0 12px 12px 0;
}
@media screen and (max-width: 767px) {
#contents .topicsDetail p.description {
font-size: 15px;
}
p.description img{
max-width: 100%;
width: inherit;
}
p.description img[align="left"]{
float:left;
margin-right:12px;
clear:left;
}
.topicsDetail  table {
display: block;
}
.topicsDetail  table tr {
display: block;
}
.topicsDetail  table tr td {
display: block;
width: 100%;
float:left;
}
}





.accordion {
}
.blockTitleInner {
width: 100%;
margin: 0 auto;
padding: 0 0;
display: block;
max-width: 980px;
}

.group2 .topicsDetail h4 {
color: rgba(199,0,11,1);
font-size: 36px;
font-weight: 700;
line-height: 1.3;
text-align: center;
vertical-align: middle;
max-width: 980px;
padding: 0 0;
margin: 0 auto;
box-sizing:border-box;
border-bottom: none;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;

}

.group2 .topicsDetail h4:after {
display: none;
}
.blockTitle {
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
cursor:pointer;
margin: 0 auto 4em ;
display: flex;
justify-content: space-between;
padding: 0 32px;
align-items: center;
}
.blockTitle h2 {
width: 100%;
height: auto;
padding: 0;
font-feature-settings: "palt";
font-family: "YakuHanJP", 'Noto Serif JP', serif;
font-weight: 400;
font-size: 2.6em;
line-height: 1.3;
text-align: center;
margin: 0 auto 1em;
width: 6em;
height: 6em;
background-color: rgba(20,30,60,0.9);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
color: #FFF;
}
#contents .blockTitle p {
font-feature-settings: "palt";
font-family: 'YakuHanJP', 'Kaisei Opti', serif;
font-size: 1.5em;
line-height: 1.5;
text-align: center;
}
@media screen and (max-width: 767px) {
.blockTitle {
padding: 0;
margin: 0 auto 10vw;
}
.blockTitle h2 {
font-size: 1.6em;
text-align: center;
}
#contents .blockTitle p {
font-size: 1.1em;
}

.blockTitle .blockTitleInner {
padding: 0;
}
}




@media screen and (max-width: 767px) {
blockTitle .blockTitleInner {
min-height: 30vw;
}
.group2 .topicsDetail h4 {
font-size: 26px;
    padding: 12px;
  }
.blockTitle h2 em{
font-size: 36px;
line-height: 36px;
}
#contents p.bodyCopy {
font-size: 1.2em;  height: 24px;
  width: 24px;

line-height: 1.6;
padding: 0 12px;
}
.topicsDetail h4 {
font-size: 18px;
}
.group2 .topicsDetail h4 {
margin-bottom: 0;
}
}




.event__item--text + [data-readmore-toggle].readMore,
.event__item--text + [data-readmore-toggle].readMore,
.event__item--text + [data-readmore-toggle].readLess,
.event__item--text + [data-readmore-toggle].readLess,
.event__item--text + [data-readmore-toggle].readMore,
.event__item--text[data-readmore].readMore,
.event__item--text + [data-readmore-toggle].readLess,
.event__item--text[data-readmore].readLess,
.todetail a {
padding: 1px 5px;
line-height: 1;
text-decoration: none;
font-size: 0.85em;
cursor: pointer;
display: flex;
justify-content: center;
align-items: center;
width: 100%;
max-width: 300px;
text-align: center;
margin: 4px auto 1em ;
  color:rgba(79,64,59,0.9);
  border: rgba(79,64,59,1) 1px solid;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
box-sizing: border-box;
}
.readMore:before,
.readLess:before  {
  vertical-align: middle;
  display:inline-block;
  content:"";
  width: 15px;
  height: 15px;
  background-image: url("/base/shinjuku/img/gs23_plus.svg");
  background-repeat: no-repeat;
  background-position: center center;
  box-sizing:border-box;
  margin-right: 4px;
  background-size: contain;
}
.readLess:before  {
  background-image: url("/base/shinjuku/img/gs23_minus.svg");
}
@media screen and (max-width: 767px) {
  .event__item--text + [data-readmore-toggle].readMore,
  .event__item--text + [data-readmore-toggle].readMore,
  .event__item--text + [data-readmore-toggle].readLess,
  .event__item--text + [data-readmore-toggle].readLess,
  .event__item--text + [data-readmore-toggle].readMore,
  .event__item--text[data-readmore].readMore,
  .event__item--text + [data-readmore-toggle].readLess,
  .event__item--text[data-readmore].readLess,
.todetail a  {
    padding: 3px;
    font-size: 12px;
    min-width: 120px;
  }
.readMore:before,
.readLess:before  {
  width: 1em;
  height: 1em;
  margin-right: 4px;
}

}




.online {
width: 750px;
max-width: 100%;
margin: 40px auto;
}
.online img {
width: 100%;
height: auto;
}
@media screen and (max-width: 767px) {
.online {
padding: 0 6px;
}
}
.btn01 {
margin: 0 auto 40px auto;
width: 100%;
max-width: 674px;
}
.contentWrapp {
margin: 0 auto;
position: relative;
background-color:#e5e2d6;
}
.contentWrapp#golf {
background-color:var(--color2l);
}
.contentWrapp#sports {
background-color: var(--color1l);;
}

.content01Image {
position: relative;
}


.footer-bnr {
width: 100%;
max-width: 770px;
margin: 0 auto;
}
.footer-bnr  dt{
font-size: 1.2em;
font-weight: bold;
color: #cf4d69;
}
.footer-bnr img {
width: 100%;
max-width: 770px;
height: auto;
}


.blur {
-ms-filter: blur(4px);
filter: blur(4px);
opacity:0.7;
filter: alpha(opacity=70);
-ms-filter: "alpha(opacity=70)";
-moz-opacity:0.7;
-khtml-opacity: 0.7;
}

.iziModal {
}
.izimodal-open-wapper {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
padding: 0 ;
gap: 20px;
width: 100%;
max-width: 980px;
margin: 0 auto;
box-sizing: border-box;
}
.izimodal-open-wapper.singleColumn {
flex-direction: column;
max-width: 720px;
}

h2 + .izimodal-open-wapper {
margin-top: 24px;
}
.izimodal-open-wapper li {
display: block;
width: calc(50% - 10px);
position: relative;
box-sizing: border-box;
padding: 0px;
aspect-ratio: 1 / 1;
overflow: hidden;
border-radius: 1em;
}
@media screen and (min-width: 768px) {
.izimodal-open-wapper.col3 li {
width: calc((100% - 40px) / 3);
}
}


.izimodal-open-wapper.singleColumn li {
width: 100%;
}
.iziModal .topicsDetailText {
background-color]
}
.iziModal .tokuten {
}

.izimodal-open-wapper li img {
width: 100%;
height: auto;
transition : all 6s ease 0.2s;
}

.izimodal-open-wapper li a:hover img {
transform: scale(1.2,1.2);
}
.iziModal .iziModal-wrap {
}
.iziModal-navigate>button {
    opacity: .3;
    height: 50vh;
    margin: 25vh 0 25vh 0;
}
.izimodal-close {
margin: 12px auto;
display: block;
width: 50px;
height: 50px;
background-image: url("/base/shinjuku/img/modal_close_white.svg");
background-size: contain;
background-position: center center;
background-repeat: no-repeat;
cursor: pointer;
transition: transform 0.5s cubic-bezier(.16,.81,.32,1), opacity 0.5s ease;
}
.iziModal .iziModal-button-close {
background-image: url("/base/shinjuku/img/modal_close_white.svg");
}
.izimodal-close:hover {
transform: rotate(180deg);
}
.iziModal .iziModal-header.iziModal-noSubtitle .iziModal-header-title {
  font-size: 1.8em;
  letter-spacing: normal;
  font-feature-settings: "palt";
  font-family: "YakuHanJP", "M PLUS 1p";
  text-align: left;
  font-weight: 600;
  overflow: visible;
  overflow-wrap: normal;
  text-overflow: ellipsis;
color:rgba(255,255,255,1);
}
.iziModal.sports .iziModal-header.iziModal-noSubtitle {
background-color: rgb(255,153,44)!important;
}

.iziModal-content .topicsDetail {
box-sizing: border-box;
margin-bottom: 0;
}
.iziModal-content .topicsDetail .topicsDetailPhoto {
background-color: transparent;
}
.iziModal-content .topicsDetail .topicsDetailPhoto img {
width: 100%;
height: auto;
}
.iziModal-content .spec {
padding: 1.5em ;
font-size: 1em;
font-feature-settings: "palt";
font-family: "YakuHanJP", "M PLUS 1p";
font-weight: 400;
line-height: 1.6;

}
.iziModal-content .description {
padding: 0 1.5em 1.5em 1.5em ;
font-size: 1em;
font-feature-settings: "palt";
font-family: "YakuHanJP", "M PLUS 1p";
font-weight: 400;
line-height: 1.6;
}
.iziModal-content .description img {
width: 100%;
height: auto;
}
.iziModal-content .description .fr,
.iziModal-content .description .fl {
width: 35%;
}
.iziModal-content .description .small {
width: 50%;
height: auto;
float: left;
clear: left;
margin: 0 1em 1em 0;
border: 1px solid rgba(196,183,229,1);
}
.iziModal-content .description .cf {
}

@media screen and (max-width:767px) {
.iziModal-content .description {
font-size: 0.92em;
}
.iziModal-content .description .small {
width: 70%;
margin: 0 auto 1em;
float: none;
display: block;
}
.iziModal-content .description .cf {
display: block;
}

}
.iziModal-content .tokuten {
background-color: rgba(196,183,229,1);
padding: 0.5em 1.5em 1.5em 1.5em;
clear: both;
text-align: center;
}
.iziModal-content .tokuten .description {
display: inline-block;
text-align: left;
}
.tokuten h3 {
font-size: 1.4em;
font-feature-settings: "palt";
font-family: "YakuHanJP",　'Noto Serif JP', serif;
text-align: center;
font-weight: 600;
color: rgba(0,174,89,1);
margin: 0 0 0.5em 0;
line-height: 1;
}
.golf .tokuten h3 {
color: rgba(0,174,89,1);
}
.sports .tokuten h3 {
color: rgba(255,153,44,1);
}
.tokuten h3:before {
content:"";
display: block;
width: 6em;
height: 2em;
margin: 0 auto;
background-image: url(/base/shinjuku/img/bridal221122_crown1.svg);
background-size: contain;
background-repeat: no-repeat;
background-position: center bottom;
opacity: 0.6;
}
.tokuten h3:after {
transform: scaleY(-1);
content:"";
display: block;
width: 6em;
height: 2em;
margin: 0.15em auto 0;
background-image: url(/base/shinjuku/img/bridal221122_crown1.svg);
background-size: contain;
background-repeat: no-repeat;
background-position: center bottom;
opacity: 0.6;
}

.tokuten h3:before img {
width: 100%;
}
.iziModal .iziModal-header.iziModal-noSubtitle {
  padding: 10px 15px 12px 24px;
}
.iziModal .iziModal-header.iziModal-noSubtitle .iziModal-button {
width: 42px;
height: 42px;
}
.iziModal .iziModal-header-buttons {
  top: 40%;
}
.iziModal-navigate-prev{
    left: 50%;
    background: url('/base/shinjuku/img/bimi210720_modal_prev.png') no-repeat 50% 50%;
}
.iziModal-navigate-next{
    right: 50%;
    background: url('/base/shinjuku/img/bimi210720_modal_next.png') no-repeat 50% 50%;
}

@media screen and (max-width: 767px) {
  .iziModal_group {
    width: calc(100% - 40px);
  }
  .iziModal-navigate>button {
    width: 45px;
    opacity: .6;

  }
  .iziModal-content .topicsDetail {
    padding: 0;
  }
  .iziModal .iziModal-header.iziModal-noSubtitle {
    padding: 10px 15px 12px 12px;
  }
  .iziModal-content .topicsDetail .topicsDetailText {
    padding: 1em;
  }
  .iziModal .iziModal-header.iziModal-noSubtitle .iziModal-header-title {
    font-size: 1.5em;
  }

}
.izimodal-open-wapper li:nth-child(odd){
}
.izimodal-open-wapper li a {
position: relative;
overflow: hidden;
cursor: pointer;
display: block;
width: 100%;
height: 100%;
align-items: center;
}
.date_sub1 {
position: absolute;
top: 0.5em;
left: 0.5em;
font-feature-settings: "palt";
font-family: 'YakuHanJP', 'M PLUS 1p', sans-serif;
font-weight: 500;
font-size: 0.92em;
line-height: 1.2;
color: #FFF;
width: 4em;
height: 4em;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
text-align: center;
}
.sports  .date_sub1 {
    background-color: rgba(255,153,44,0.9);
}
@media screen and (min-width: 768px) {
.izimodal-open-wapper li a {
}
.izimodal-open-wapper li a img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center top;
}
}
@media screen and (max-width: 767px) {
.date_sub1 {
top: 2vw;
left: 2vw;
font-size: 1.2vw;
width: 12vw;
height: 12vw;
}

}

.izimodal-open-wapper li a:after {
}
.izimodal-open-wapper li .icon{
display: inline-flex;
justify-content: center;
align-items: center;
position: absolute;
right: -4px;
bottom: -4px;
width: 7vw;
height: 7vw;
max-width: 69px;
max-height: 69px;
background-color: #ec758f;
color: #FFF;
border-radius: 50%;
font-size: 0.8em;
text-align: center;
line-height: 1.3;
}
.izimodal-open-wapper li .icon b {
font-size: 1.5em;
}
@media screen and (max-width: 767px) {
.izimodal-open-wapper li .icon{
font-size: 0.5em;
right: -4px;
bottom: -4px;
width: 12vw;
height: 12vw;
}
}
#contents .izimodal-open-wapper li a p{
font-size: 1em;
padding: 0.5em 0;
text-align: center;
    color: rgb(36,95,0);
}
.iziModal .iziModal-header-title {
    color: rgba(0,0,0,1);
}
.iziModal .iziModal-header-title, .iziModal .iziModal-header-subtitle {
    white-space: inherit;

}

#contentWrapper .izimodal-open-wapper li a:hover {
    opacity: 1;
}
.izimodal-open-wapper li a .hideTitle {
position: absolute;
top: 86%;
left: 0;
bottom: 0;
right: 0;
display: flex;
width: 100%;
height: 15%;
box-sizing: border-box;
padding: 0 1em 0 1em;
justify-content: center;
align-items: center;
background-color: rgba(0,174,89,0.9);
transform:translateY(0);
transition : all 0.6s ease 0.2s;
font-size: 1.2em;
line-height: 1.4;
letter-spacing: normal;
font-feature-settings: "palt";
font-family: "YakuHanJP", "M PLUS 1p";
text-align: left;
font-weight: 600;
color: #FFF;
z-index: 1000;
}
#health .izimodal-open-wapper li a .hideTitle {
top: 66%;
height: 35%;
flex-direction: column;
align-items: flex-start;
background-color: rgba(79,64,59,0.9);
}
#health .izimodal-open-wapper li a .hideTitle .kaiki {
font-size: 80%;
font-weight: 400;
}
.golf .izimodal-open-wapper li a .hideTitle {
background-color: rgba(0,174,89,0.9);
}
.sports .izimodal-open-wapper li a .hideTitle {
background-color: rgba(255,153,44,0.9);
}
.izimodal-open-wapper li.imageBlank a .hideTitle {
display: none;
}
.izimodal-open-wapper li a .hideTitle:after {
}
.izimodal-open-wapper li a .hideTitle:hover:after {
}
.hideTitleNoimg {
display: flex;
justify-content: center;
align-items: center;
text-align: center;
background-color:#DDD;
width: 100%;
height: 4em;
font-size: 1.2em;
letter-spacing: normal;
font-feature-settings: "palt";
font-family: "YakuHanJP", "M PLUS 1p";
font-weight: 600;
color: #FFF;
background-color: rgba(0, 174, 89, 0.9);
}
.golf .hideTitleNoimg {
}
.sports .hideTitleNoimg {
    background-color: rgba(255, 153, 44, 0.9);
}
#contentWrapper .izimodal-open-wapper li a:hover .hideTitle {
transform:translateY(100%);
}
@media screen and (max-width: 767px) {
#contents .izimodal-open-wapper li a p{
font-size: 0.85em;
}
.izimodal-open-wapper {
gap: 2vw;
padding: 2vw;
}
.izimodal-open-wapper.singleColumn {
max-width: 100%;
}
h2 + .izimodal-open-wapper {
margin-top: 5vw;
}
.izimodal-open-wapper li {
display: block;
width: calc(50% - 1vw);
}
.izimodal-open-wapper.singleColumn li {
width: 100%;
}
.izimodal-open-wapper li a {
}
.izimodal-open-wapper li a img {
width: 100%;
height: 100%;
object-fit: cover;
}
.izimodal-open-wapper li a .hideTitle {
font-size: 0.6em;
line-height: 1.2;
top: 76%;
height: 25%;
padding: 0 0.5em;
}
}


@media print {
#header,
#eigyo,
.nav-PC,
#footer {
display:none;
}
#storeWrapper {
    margin: 0 auto;
    padding: 0 0;
}
.event__item--text + [data-readmore-toggle].readMore,
.event__item--text + [data-readmore-toggle].readMore,
.event__item--text + [data-readmore-toggle].readLess,
.event__item--text + [data-readmore-toggle].readLess,
.event__item--text + [data-readmore-toggle].readMore,
.event__item--text[data-readmore].readMore,
.event__item--text + [data-readmore-toggle].readLess,
.event__item--text[data-readmore].readLess {
display:none;
}
#contents p.event__item--text  {
page-break-inside: avoid;
display: block!important;
max-height: auto!important;
height: auto!important;
}

}

.cont2 {
padding: 2em 0 20em;
background-color:#fbfafb;
background-image: url(/base/shinjuku/img/eat2033b_cont2_bg.jpg);
background-position: center bottom -10vw;
background-size: 100%;
background-repeat: no-repeat;
background-attachment: fixed;
text-align: center;
overflow: hidden;
page-break-before: always;
}
@media print {
.cont2 {
background-attachment: inherit;
}
}
#contents p.cont2__image {
width: 100%;
max-width: 1091px;
margin: 0 auto 3em;
}
#contents p.cont2__image img {
width: 100%;
height: auto;
}
#contents h2.cont2__title {
width: 100%;
max-width: 528px;
margin: 0 auto 3em;
}
#contents h2.cont2__title img {
width: 100%;
height: auto;
}
#contents p.cont2__copy {
font-feature-settings: "palt";
font-family: 'YakuHanJP', 'Kaisei Opti', serif;
font-size: 2em;
color: #63ac53;
line-height: 2;
text-align: center;
display: inline-flex;
backdrop-filter: blur(12px);
background-color: rgba(251,250,251,0.1);
padding: 1em;
}
@media screen and (max-width:767px) {
.cont2 {
padding: 8vw 4vw;
background-position: center bottom -10vw;
}
#contents p.cont2__image {
margin: 0 auto 4vw;
}
#contents h2.cont2__title {
margin: 0 auto 4vw;
}
#contents p.cont2__copy {
font-size: 1em;
line-height: 1.6;
text-align: left;
padding: 4vw 0;
background-size: 160%;
}
}

.cont3__inner {
width: 100%;
max-width: 980px;
margin: 0 auto;
display: flex;
gap: 30px 20px;
flex-wrap: wrap;
}

.cont3__title {
width: 100%;
margin-bottom: 2em;
}
.item2__wrapper + .cont3__title {
margin-top: 4em;
}
.accordionContent + .item2__wrapper {
margin-top: 3em;
}
.cont3__title img {
max-width: 100%;
height: auto;
}
#contents p.cont3__copy {
font-feature-settings: "palt";
font-family: 'YakuHanJP', 'Kaisei Opti', serif;
font-size: 1.5em;
line-height: 1.5;
margin-bottom: 1em;
}
.cont3__subtitle {
width: 100%;
font-feature-settings: "palt";
font-family: 'YakuHanJP', 'M PLUS 1p', sans-serif;
font-weight: 400;
font-size: 1.6em;
line-height: 1.5;
color: #FFF;
padding: 0.25em 0.5em;
margin: 3em 0 1em 0;
text-align: center;
}
.item2__wrapper--green  + .cont3__subtitle {
margin-bottom: 0;
}
.cont3__shokuzai {
font-feature-settings: "palt";
font-family: 'YakuHanJP', 'Noto Sans JP', sans-serif;
font-size: 1.2em;
line-height: 1.5;
margin-bottom: 2em;
}
.cont3__shokuzai dt,
.cont3__shokuzai dd {
display: inline-block;
margin: 0 1em 0 0;
font-feature-settings: "palt";
font-family: 'YakuHanJP', 'Noto Sans JP', sans-serif;
font-size: 1.2em;
line-height: 1;
vertical-align: middle;
}
.cont3__shokuzai dd .cont3__shokuzai--icon {
width: 1.2em;
height: 1.2em;
margin-right: 0.5em;
vertical-align: middle;
}
.cont3__b1f-map {
width: 100%;
padding: 1em;
background-color: #FFF;
text-align: center;
margin-bottom: 48px;
}
.cont3__b1f-map img {
width: 100%;
height: auto;
max-width: 620px;
}
@media screen and (max-width:767px) {
.cont3__title {
margin-bottom: 2vw;
}
.item2__wrapper + .cont3__title {
margin-top: 2vw;
}
#contents p.cont3__copy {
font-size: 1em;
margin-bottom: 2vw;
}
.cont3__subtitle {
font-size: 1em;
color: #FFF;
margin: 8vw 0 4vw 0;
}
.cont3__shokuzai {
font-size: 0.8em;
margin-bottom: 4vw;
}
.cont3__shokuzai dt,
.cont3__shokuzai dd {
margin: 0 4vw 0 0;
font-size: 0.8em;
}
.cont3__b1f-map {
margin-bottom: 4vw;
}
.cont3__inner {
padding: 2vw;
gap: 2vw;
flex-direction: column;
}

}
.item2 {
    background-color: rgba(255,255,255,0.3);
}
@media screen and (max-width:767px) {
.item2 + .item2 {
margin-top: 8vw;
}
}
.item2__image {
margin-bottom: 1em;
position: relative;
}
.item2__texts {
padding: 2em;
}
.item2__wrapper--wide .item2__image {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.item2__image img {
width: 100%;
height: auto;
}
.item2__wrapper--wide .item2__image img {
width: auto;
height: auto;
}
@media print {
.item2__wrapper--wide .item2__image img {
width: auto;
max-width: 49%;
height: auto;
}

}
.item2__image .item2__icon {
position: absolute;
display: block;
width: 86px;
height: 86px;
right: 0;
bottom: -43px;
}
.item2__wrapper--wide .item2__image .item2__icon {
right: 0;
top: -43px;
}

.item2__image .item2__icon2 {
position: absolute;
display: flex;
width: auto;
height: 28px;
left: 0;
top: 0;
}
.item2__image .item2__icon img {
width: auto;
max-width: 100%;
height: auto;
}
.item2__title {
font-feature-settings: "palt";
font-family: 'YakuHanJP', 'M PLUS 1p', sans-serif;
font-weight: 500;
font-size: 1.6em;
line-height: 1.5;
margin-bottom: 0.5em;
color: rgba(0,174,89,1);
}
.golf .item2__title {
color: rgba(0,174,89,1);
}
.sports .item2__title {
color: rgba(255,153,44,1);
}
.item2__title small {
font-size: 60%;
}
.item2__title a {
color: inherit;
text-decoration: none;
}
.item2__title img {
margin-right: 0.5em;
}
#contents p.item2__name {
font-feature-settings: "palt";
font-family: 'YakuHanJP', 'Kaisei Opti', serif;
font-size: 1.4em;
line-height: 1.5;
margin-bottom: 0.5em;
}
#contents p.item2__text {
font-feature-settings: "palt";
font-family: 'YakuHanJP', 'Noto Sans JP', sans-serif;
font-size: 1.2em;
line-height: 1.5;
}
#contents p.item2__text sup {
font-size: 65%;
}
#contents p.item2__kaiki,
#contents p.item2__kaijou {
font-feature-settings: "palt";
font-family: 'YakuHanJP', 'Noto Sans JP', sans-serif;
font-size: 1em;
line-height: 1.5;
font-weight: 500;
}
#contents p.item2__kaijou {
margin-bottom: 1em;
}

.subtitle--green {
background-color: #63ac53;
}
#contents .item2__wrapper--green p.item2__name {
background-color: rgba(255,255,255,0.2);
padding: 1em;
margin-top: 1em;
}
.subtitle--yellow {
background-color: #d4af4b;
}
#contents .item2__wrapper--yellow p.item2__name {
color: #d4af4b;
}
.subtitle--red {
background-color: #e45c51;
}
#contents .item2__wrapper--red p.item2__kaijou {
color: #e45c51;
}
#contents .item2__wrapper--purple p.item2__kaijou {
color: #7a66a4;
}
.subtitle--purple {
background-color: #7a66a4;
}

@media print {
.item2__wrapper {
display: flex;
flex-wrap: wrap;
gap: 48px;
}
.item2__wrapper.item2__wrapper--wide {
flex-direction: column;
}
.item2 {
width: calc(50% - 24px);
}
.item2__wrapper.item2__wrapper--wide .item2 {
width: 100%;
}
}
@media print {
.item2__wrapper {
display: flex;
flex-wrap: wrap;
gap: 48px;
}
.item2__wrapper.item2__wrapper--wide {
flex-direction: column;
}
.item2 {
width: calc(50% - 24px);
}
.item2__wrapper.item2__wrapper--wide .item2 {
width: 100%;
}
}

@media screen and (min-width:768px) {
.item2__wrapper {
display: flex;
flex-wrap: wrap;
gap: 48px;
}
.item2__wrapper.item2__wrapper--wide {
flex-direction: column;
}
.item2 {
width: calc(50% - 24px);
}
.item2__wrapper.item2__wrapper--wide .item2 {
width: 100%;
}
}
@media screen and (max-width:767px) {
.item2__wrapper--wide .item2__image img {
width: 100%;
height: auto;
}
.item2__image {
margin-bottom: 2vw;
}
.item2__wrapper--wide .item2__image {
/*display: block;*/
}
.item2__wrapper--wide .item2__image img {
/*width: 100%;*/
width: 50%;
height: auto;
}
.item2__wrapper--wide .item2__image .item2__icon img {
width: 100%;
}
.item2__image .item2__icon {
width: 16vw;
height: 16vw;
right: 0;
bottom: -8vw;
}
.item2__wrapper--wide .item2__image .item2__icon {
width: 16vw;
height: 16vw;
right: 0;
bottom: -8vw;
}
.item2__image .item2__icon2 {
height: 8vw;
}
.item2__title {
font-size: 1.2em;
margin-bottom: 2vw;
}
#contents p.item2__text {
font-size: 1em;
line-height: 1.5;
}
#contents p.item2__kaijou {
font-size: 1.2em;
margin-top: 2vw;
}
#contents p.item2__name {
font-size: 1.2em;
margin-bottom: 2vw;
}
.item2__title img {
width: inherit;
display: block;
margin-bottom: 2vw;
}
.item2__title img::before {
    content: "\A";
    white-space: pre;
}
}

/* ----event---- */
.eventLink--waper {
display: inline-block;
width: 100%;
text-align: center;
}
.eventLink {
text-align: left;
display: inline-flex;
gap: 1em;
align-items: center;
font-feature-settings: "palt";
font-family: 'YakuHanJP', 'M PLUS 1p', sans-serif;
font-weight: 500;
font-size: 1.2em;
line-height: 1.4;
margin-bottom: 0;
background-color: rgba(0,174,89,1);
color: #FFF;
padding: 0.5em 1em;
border-radius: 1em;
text-decoration: none;
}
.golf .eventLink {
background-color: rgba(0,174,89,1);
}
.sports .eventLink {
background-color: rgba(0,174,89,1);
}
.eventLink:after {
content: "";
display: block;
width: 24px;
height: 24px;
background-image: url(/base/shinjuku/img/eat2033_event_arrow.svg);
background-repeat: no-repeat;
background-size: contain;
}


.singleColumn:not(.plane) .event__item {
background-color: rgba(255,255,255,0.1);
border: solid 1px #FFF;
padding: 2em 4em;
border-radius: 1em;
}
@media screen and (max-width: 767px) {
.singleColumn:not(.plane) .event__item {
padding: 0;
}
}
.event__item.plane {
}
.cont3__inner .event__item {
width: calc(50% - 10px);
}
.cont3__inner.singleColumn .event__item {
width: 100%;
}
#contents p.event__item--image {
width: 100%;
margin: 0 auto 1em auto;
position: relative;
aspect-ratio: 1 / 1;
background: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 767px) {
#contents p.event__item--image {
width: 100%;
margin: 0 auto 5vw;
}
.cont3__inner .event__item {
width: 100%;
}

}
#contents p.event__item--image img {
width: 100%;
height: auto;
}
@media screen and (min-width: 768px) {
#contents p.event__item--image img {
width: 100%;
height: 100%;
    object-fit: contain;
}
}
.event__item--logo {
margin-bottom: 0.5em
}
@media print {
.event__item--logo,
.event__item--logo img {
max-width: 45%;
}
}
.event__item--title {
font-feature-settings: "palt";
font-family: 'YakuHanJP', 'M PLUS 1p', sans-serif;
font-weight: 500;
font-size: 1.65em;
line-height: 1.5;
margin-bottom: 0.4em;
color: rgba(79,64,59,1);
text-align: center;
}
.singleColumn .event__item--title {
font-size: 2.4em;
}
.singleColumn h3.event__item--title {
font-size: 3.2em;
}
@media screen and (max-width: 767px) {
.singleColumn h3.event__item--title {
font-size: 2em;
}
}
#cp .event__item--title {
text-align: center;
}
#cp .event__item--title small {
font-size: 78%;
}
@media screen and (max-width: 767px) {
.event__item--title {
padding-top: 5vw;
}
}
.golf .event__item--title {
color: rgba(0,174,89,1);
}
.sports .event__item--title {
color: rgba(255,153,44,1);
}

.sports .cont3__inner .event__item--title,
.golf .cont3__inner .event__item--title {
color: #FFF;
}
.event__item--title a {
color: inherit;
text-decoration: none;
display: block;
}

#contents p.event__item--text {
text-align: left;
font-feature-settings: "palt";
font-family: 'YakuHanJP', 'Noto Sans JP', sans-serif;
font-size: 1.2em;
line-height: 1.6;
}
#contents .cont3__inner p.event__item--text {
color: #FFF;
}
.event--innner {
background-color: rgba(255, 255, 255, 0.7);
padding: 1.5em;
border-radius: 1em;
}
.event--innner + .event--innner{
margin-top: 1em;
}
.event--innner strong {
font-size: 120%;
display: block;
}
.event__item--kaiki-kaijou {
width: fit-content;
margin: 0 auto 1em;
font-size: 1.2em;
}
.event__item--kaiki {
}
.event__item--kaiki-kaijou:empty {
display: none;
}
.event__item--kaiki + .event__item--text,
.event__item--kaijou + .event__item--text,
.event__item--text + .event__item--text {
margin-top: 1em;
}
#contents p.item2__kaiki,
#contents p.item2__kaijou {
    font-feature-settings: "palt";
    font-family: 'YakuHanJP', 'Noto Sans JP', sans-serif;
    font-size: 1em;
    line-height: 1.5;
    font-weight: 500;
}
#contents p.item2__kaijou {
    margin-bottom: 1em;

}
.event__item--text--reserv {
text-align: center;
background-color: #d3ceb8;
margin-top: 2em;
clear: both;
}
#contents .event__item--text--reserv p.event__item--text {
padding: 3em;
}
.event__item--text--reserv--title {
font-feature-settings: "palt";
font-family: 'YakuHanJP', 'M PLUS 1p', sans-serif;
font-weight: 500;
font-size: 1.4em;
line-height: 1;
margin-bottom: 0;
background-color: rgba(0,174,89,1);
color: #FFF;
display: block;
width: 100%;
padding: 0.25em 1.5em;
}
.golf .event__item--text--reserv--title {
background-color: rgba(0,174,89,1);
}
.sports .event__item--text--reserv--title {
background-color: rgba(255,153,44,1);
}
@media screen and (max-width:767px) {
.event__item {
padding: 0;
}

.event__item--image {
width: 100%;
float: none;
margin: 0 0 5vw 0;
}
.event__item--logo {
margin-bottom: 2vw
}
.event__item--logo img {
width: inherit;
max-width: 80vw;
}
.event__item--title {
font-size: 1.2em;
margin-bottom: 2vw;
padding-left: 5vw;
padding-right: 5vw;
}
.event__item--text--wrapper  {
padding-left: 5vw;
padding-right: 5vw;
padding-bottom: 5vw;
}
#contents p.event__item--text {
font-size: 1em;
}
.event__item--text + .event__item--text {
margin-top: 4vw;
}
.event__item--text--reserv {
margin-top: 4vw;
}
#contents .event__item--text--reserv p.event__item--text {
padding: 4vw;
}

.event__item--text--reserv--title {
font-size: 1em;
}
}
.clrgolf {
background-color: #009a3a;
color: #FFF;
display: inline-block;
padding: 0.25em 0.5em;
line-height: 1;
}
.clrsports {
background-color: #e5822c;
color: #FFF;
display: inline-block;
padding: 0.25em 0.5em;
line-height: 1;
}

.mordal-golf .iziModal-header iziModal-noSubtitle {
    background: rgba(255,153,44,0.8)!important;
}
.iziModal-content .description img.flr,
#contents p.event__item--text img.flr {
float: right;
margin: 0 0 0.5em 0.5em;
width: 35%;
}
.iziModal-content .description img.fls,
#contents p.event__item--text img.fls {
width: 20%;
}

.reservebtn {
display: block;
/*background-color: rgba(95,114,86,1);*/
background-color: rgba(92,196,230,1);
color: #FFF;
text-align: center;
padding: 1em 4em;
font-feature-settings: "palt";
font-family: "YakuHanJP", "M PLUS 1p";
font-size: 1em;
text-decoration: none;
position: relative;
}
.reservebtn:after {
content: "";
display: block;
width: 0.7em;
height: 100%;
background-image: url(/base/shinjuku/img/sm220315_arrow_white.png);
background-repeat: no-repeat;
background-size: contain;
background-position: center center;
position: absolute;
top: 0;
right: 1em;
}
.golf__present {
}

.golf__present tr th,
.golf__present tr td {
padding: 0.5em 1em;
font-feature-settings: "palt";
font-family: "YakuHanJP", "M PLUS 1p";
font-size: 1em;
vertical-align: middle;
background: rgba(229,226,214,1);
}
.golf__present tr:nth-child(even) th,
.golf__present tr:nth-child(even) td {
background: rgba(229,226,214,0.5);
}
.golf__present tr th small,
.golf__present tr td small {
font-size: 85%;
}
.golf__present tr th {
white-space: nowrap;
}
.golf__present tr td {
}

@media screen and (max-width: 767px) {
.golf__present tr {
display: flex;
flex-direction: column;
}
.golf__present tr th,
.golf__present tr td {
display: block;
}
}
