@charset "utf-8";
html, body {
	overflow-x: hidden;
}
p{
    margin-top: 0;
}
.blockDisplay{
    display: block;
}
body.responsiveBody{
    width: 100%;
    -webkit-text-size-adjust: 100%;
}
body.responsiveBody iframe{
    width: 100%;
}
body a{
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
body a:hover{
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    opacity: .8;
}
.kome {
    text-indent: -1em;
    padding-left: 1em;
  }

#container{
    /* font-family: YakuHanJP,"メイリオ", Meiryo, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", YuGothic, "游ゴシック", sans-serif; */
    font-family: sans-serif;
    color: #484848;
    width: 1080px;
    margin: 0 auto 120px;
    line-height: 160%;
    font-size: 16px;
}
.contents_inner{
    /* max-width: 720px; */
    max-width: calc(1080px - 80px);
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    body.responsiveBody{
        min-width: 100%;
    }
    #container{
        margin-bottom: 60px;
        width: 100%;
    }
    .contents_inner{
        margin: 0 16px;
    }
}

/* 769px以上のとき */
@media screen and (min-width: 769px) {
    .sp-only {
        display: none;
    }
  }
  
@media screen and (max-width: 768px) {
    .pc-only {
        display: none;
    }
  }

/* Button */
.btn-wrap{
    max-width: 320px;
    margin: 48px auto 0;
}
.loginlink{
    text-align: center;
    margin: 20px 0;
    font-size: 14px;
    line-height: 1.5;
}
.loginlink .blockDisplay{
    font-size: 15px;
}
.btn-wrap.dmember {
    display: none;
}
.btn-wrap .strongTxt{
    font-weight: bold;
    font-size: 18px;
    display: block;
}
.btn{
    width: 360px;
    border-radius: 4px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.168);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.168);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    display: block;
    text-align: center;
}
.btn56-red{
    color: #fff !important;
    text-decoration: none !important;
    font-size: 16px;
    background-color: #eb4055;
    border: 1px solid #eb4055;
    padding: 5px 0 3px;
}
p.btn-wrap-Applied{
    color: #fff !important;
    text-decoration: none !important;
    background-color: #aaaaaa;
    border: 1px solid #aaaaaa;
    padding: 15px 0 10px;
}
.btn56-blue{
    width: 100%;
    padding: 17px 0 15px;
    margin: 23px 0 40px;
    font-size: 17.5px;
    line-height: 1;
    color: #fff;
    font-weight: 600;
    background-color: #3695d6;
    border: 1px solid #3695d6;
    border-radius: 4px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.168);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.168);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
@media screen and (max-width: 768px) {
    .loginlink{
        margin-top: 12px !important;
        margin: 20px 0 0;
    }
    .btn{
        width: 100%;
    }
    .btn-wrap{
        margin: 32px auto 12px;
    }
}


/* コンテンツ */
article section {
    margin-top: 52px;
}
@media screen and (min-width: 768px) {
article section {
    margin-top: 48px;
}
}
/* タイトル */
article h2{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 28px;
}
article h3{
    font-size: 18px;
    margin-bottom: 12px;
    font-weight: bold;
}
@media screen and (min-width: 768px) {
    article h2{
        font-size: 28px;
        margin-bottom: 40px;
    }
    article h3{
        font-size: 22px;
        margin-bottom: 24px;
        font-weight: bold;
    }
}
article p{
    margin-bottom: 8px;
}
.dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #0071be;
    border-radius: 2px;
    margin-right: 8px;
    vertical-align: middle;
    margin-bottom: 2px;
}
/* MV */
.eventheader_section{

}
/* リードテキスト */
.event-textlead .lead{
    margin-top: 20px;
}
@media screen and (min-width: 768px) {
    .event-textlead .lead {
        margin-top: 24px;
        font-size: 17px;
        line-height: 170%;
    }
}

/* セミナー内容 */
article section.eventintro_section{
    margin-top: 36px;
}
.eventintro_section{
    width: fit-content;
    margin-inline: auto;
}
.event_lead{
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 160%;
}
@media screen and (min-width: 768px) {
    .event_lead{
        margin-bottom: 32px;
        font-size: 22px;
    }
}

/* コンテンツ内テーブル */
.table_article_wrapper{
    border: 1px solid #DEDEDF;
    border-radius: 4px;
    margin-bottom: 28px;
}
.table_article_wrapper dl{
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #DEDEDF;
}
.table_article_wrapper dl:last-of-type {
  border-bottom: none;
}
.table_article_wrapper dt {
    font-weight: bold;
    background-color: #e4e4e4;
    text-align: center;
    padding: 12px 16px;
    flex: 1;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}
.table_article_wrapper dd {
    background: #fff;
    padding: 12px;
    flex: 3;
    box-sizing: border-box;
    font-weight: bold;
}
.table_article_wrapper dt,
.table_article_wrapper dd{
    font-size: 17px;
}
@media screen and (min-width: 768px) {
    .table_article_wrapper{
        /* display: flex; */
    }
    .table_article_wrapper dl{
        flex: 1;
        /* border-bottom: none; */
    }
    .table_article_wrapper dd{
        padding: 20px;
    }
}
/* あなたにおすすめ */
.check-list li {
    position: relative;
    padding-left: 22px;
    margin-bottom: 8px;
    line-height: 150%;
}
.check-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 15px;
    height: 14px;
    background-image: url(../images/ic_check.svg);
    background-size: contain;
    background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
    .check-list li {
        margin-bottom: 10px;
        font-size: 18px;
    }
}



/* 2カラムグリッド（カード単位でカラム分け） */
.grid-2col {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}
@media screen and (min-width: 768px) {
  .grid-2col {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}
/* 講師カード本体 */
.instructor_card {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
/* 上段：画像＋テキストを横並びに */
.instructor_card_top {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
/* 画像 */
.instructor_photo {
  width: 100px;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
  flex-shrink: 0;
}
/* 名前＋肩書き */
.instructor_info {
  flex: 1;
}
/* 紹介文（常に下段） */
.instructor_bio {
  font-size: 15px;
  line-height: 1.6;
  color: #333;
  margin: 0;
}
/* 名前と肩書き */
.instructor_name {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 4px;
}
.instructor_titles {
  margin: 0;
  line-height: 150%;
}
@media screen and (min-width: 768px) {
    .instructor_photo {
        width: 140px;
    }
    .instructor_name{
        font-size: 20px;
    }
    .instructor_bio{
        font-size: 16px;
    }
}











/* ゴルフテック */
.golftec-card {
    padding: 24px 20px;
    background: #F4F4F4;
    border-radius: 4px;
}
.golftec-title {
    font-size: 18px;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    font-weight: bold;
}
.golftec-content {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.golftec-image{
    background: #000;
}
.golftec-image img {
    width: 220px;
    height: auto;
    display: block;
    background: #000;
    margin: 0 auto;
    padding: 18px;
}
.golftec-text p {
    margin: 0 0 12px;
}
.golftec-link{
    text-align: right;
    margin: 0 0 0px !important;
}
.golftec-link a {
    color: #0071be;
    font-size: 14px;
    text-decoration: none;
}
@media (min-width: 768px) {
    .golftec-card {
        padding: 36px 40px;
    }
    .golftec-content {
        flex-direction: row;
        align-items: flex-start;
    }
    .golftec-image {
        flex-shrink: 0;
    }
}













/* イベント概要 */
.event_outline_box {
 padding: 0px 20px;
  margin-top: 60px;
}
.event_table__flex{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: stretch;
}
.event_table__list{
    border: 1px solid #DEDEDF;
    border-radius: 4px;
}
.event_table__list dl{
    justify-content: center;
    align-items: center;
    background: #e4e4e4;
    border-bottom: 1px solid #DEDEDF;
}
.event_table__list dl dt{
    font-weight: bold;
    background-color: #e4e4e4;
    max-width: 210px;
    width: 100%;
    text-align: center;
    padding: 16px;
}
.event_table__list dl dd{
    max-width: calc(100% - 210px);
    background: #fff;
    padding: 16px;
    width: 100%;
    padding: 16px 20px;
}
.event_table__list dl dd > ul > li{
    margin-bottom: 5px;
}
.event_table__list dl dd > ul > li:last-child{
    margin-bottom: 0;
}
.event_table__list dl dd > ul.decimal{
    padding-left: 18px;
}
.event_table__list dl dd > ul.decimal > li{
    list-style: decimal;
}
.event_table__list dl dd ul.feelings{
    margin-top: 20px;
}
.event_table__list dl dd ul.notesCution{
    margin-bottom: 20px;
}
.event_table__list dl dd ul.asterisk > li{
    margin-bottom: 4px;
    text-indent: -1rem;
    padding-left: 1rem;
}
.event_table__list dl dd ul.asterisk > li .color_red{
    color: #F00;
}
#event_outline a{
    text-decoration: underline;
    color: #1a1a1a;
}
.event_table__list dl dd > ul{
    margin-top: 8px;
}
@media screen and (max-width: 768px) {
    .event_outline_box {
        padding: unset;
        margin-top: 40px;
    }
    .event_table__list{
        border: none;
        border-radius: inherit;
        -webkit-text-size-adjust: 100%;
    }
    .event_table__list dl{
        display: block;
        padding-bottom: 16px;
        border-bottom: 1px solid #DEDEDF;
        margin-bottom: 16px;
        background: transparent;
    }
    .event_table__list dl dt{
        margin: 0 0 8px 0;
        font-size: 20px;
        background: transparent;
        max-width: 100%;
        text-align: left;
        padding: 0;
    }
    .event_table__list dl dd{
        padding: 0;
        max-width: 100%;
        line-height: 1.6;
        /* padding: 16px; */
    }
    .event_table__list dl dd > ul > li{
        margin-bottom: 10px;
    }
    .event_table__list dl dd ul.asterisk > li{
        text-indent: -1.6rem;
        margin-left: 4px;
    }
    .event_table__list dl dd ul.notesCution.asterisk > li{
        text-indent: -1rem;
        margin-bottom: 8px;
    }
    .event_table__list dl dd > ul.decimal > li:last-child::marker{
        padding-left: 1rem;
    }
    #page-topbtn a,
    div#contents #list a,
    div#contents a:link,
    div#contents a:visited{
        -webkit-overflow-scrolling: touch;
    }
    .event_table__list dl dd > ul > li:last-child > .asterisk{
        margin-left: 0.8rem;
        margin-top: 0.8rem;
    }
}

/* PAGE TOP */
#page-topbtn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 78%;
}
#page-topbtn a{
    width: 44px;
    height: 44px;
    background: #3695d6;
    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;
}
#page-topbtn a:hover {
    text-decoration: none;
}
#page-topbtn svg{
    width: 20px;
    height: 14px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.entry-box #offer > a {
    display: contents;
}
