@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@600&display=swap');

#kv_full .pc, #kv_middle .pc, #main_contents .pc {
	display:block;
}

#kv_full .sp, #kv_middle .sp, #main_contents .sp {
	display: none;
}

/*------head------*/
/*背景が白以外のときに使用*/
/*
.breadcrumb ul.jtb-nav-breadcrumb li a {
    color: #fefefe;
}
*/

/*------body------*/
#kv_full {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}

#kv_middle, #main_contents {
    font-family: 'Noto Sans JP', sans-serif;
	width: 100%;
    max-width: 1236px;
	margin: 0 auto;
    font-size: 16px;
    font-weight: 500;
    color: #323232;
}

@media screen and (max-width: 1440px) {
    #kv_middle, #main_contents {
        width: 95%;
    }
}

#main_contents h2.overview {
    text-align: center;
    margin-top: 80px;
    font-size: 32px;
    font-weight: 900;
    border-bottom: 5px solid #001E55;

}

/*heading ここから*/
#kv_middle .heading {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    padding-top: 20px;
}

#kv_full .heading {
    width: 100%;
    margin-bottom: 20px;
}

#kv_middle .heading h1{
	font-size: 42px;
    font-weight: 900;
}

#kv_full .heading h1{
    width: 64%;
    margin: 0 auto 20px;
    padding-left: 10px;
	font-size: 20px;
    font-weight: 900;
    border-left: 15px solid #323232;
}

@media screen and (max-width: 1440px) {
    #kv_full .heading h1{
        width: 95%;
    }
}

#kv_middle .heading h1 span {
    display: block;
	font-size: 28px;
    font-weight: 700;
    color: #cc0000;
}

#kv_middle .heading h1 p {
    display: block;
	font-size: 28px;
    font-weight: 700;
}

#kv_middle .heading img {
    width: 100%;
    max-width: 1236px;
    margin-top: 20px;
}

#kv_full .heading img {
    width: 100%;
}

#kv_middle .heading p.caption {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    margin-top: 10px;
    font-size: 16px;
}
/*heading ここまで*/


/*table_standard ここから*/
#main_contents #table_standard {
    width: 100%;
}

#main_contents #table_standard p.timeline {
    margin-bottom: -35px;
    font-size: 14px;
}

#main_contents #table_standard p.indent {
    margin-left: 1em;
    text-indent: -1em;
    font-size: 14px;
}

#main_contents #table_standard h3 {
    font-size: 20px;
    font-weight: 700;
    margin: 40px 0 -40px;
}

/*item_side*/
#main_contents #table_standard table.item_side {
    width: 100%;
    text-align: left;
    margin-top: 40px;
    border-collapse: 0;
    border-spacing: 0;
    border: 1px solid #afafaf;
}

#main_contents #table_standard table.item_side tr td.item, #main_contents #table_standard .item_side tr td.type {
    width: 25%;
    vertical-align: middle;
    padding: 15px;
    font-weight: 700;
    background: #323232;/*ツアーによって色変更*/
    color: #fefefe;/*ツアーによって色変更*/
    border-bottom: 1px solid #afafaf;
}

#main_contents #table_standard table.item_side tr td.contents, #main_contents #table_standard table.item_side tr td.matter {
    width: 75%;
    padding: 15px;
    background: #fefefe;
    border-bottom: 1px solid #afafaf;
}

#main_contents #table_standard table.item_side tr td.matter p {
    margin-left: 1.2em;
    text-indent: -1.2em;
    font-size: 14px;
}

#main_contents #table_standard .item_side tr td.matter p.none_indent {
    margin-left: 0;
    text-indent: 0;
}

/*item_top*/
#main_contents #table_standard .item_top {
    width: 100%;
    text-align: center;
    vertical-align: middle;
    margin-top: 40px;
    font-size: 16px;
    background: #fefefe;
    border-collapse: 0;
    border-spacing: 0;
}

#main_contents #table_standard .item_top tr th {
    text-align: center;
    background: #323232;/*ツアーによって色変更*/
    color: #fefefe;/*ツアーによって色変更*/
    font-weight: 700;
    border: 1px solid #afafaf;
}

#main_contents  #table_standard .item_top tr th, #main_contents #table_standard .item_top tr td {
    padding: 15px;
    border: 1px solid #afafaf;
}

#main_contents #table_standard .item_top tr td.top {
    vertical-align: top;
}

#main_contents #table_standard .item_top tr td.right {
    text-align: right;
}

#main_contents #table_standard .item_top tr td.left {
    text-align: left;
}

#main_contents #table_standard .item_top tr td.fee {
    color: #cc0000;
    font-size: 110%;
    font-weight: 700;
}

#main_contents #table_standard .item_top tr td span, #main_contents #table_standard p {
    display: block;
    font-size: 14px;
}
/*table_standard ここまで*/

/*table_schedule ここから*/
#main_contents #table_schedule {
    width: 100%;
    margin-bottom: 60px;
}

#main_contents #table_schedule h4 {
    margin: 40px 0 -20px;
    font-size: 18px;
    font-weight: 700;
}

#main_contents #table_schedule p.timeline {
    font-size: 14px;
}

#main_contents #table_schedule table {
    width: 1228px;
    margin-top: 40px;
    font-size: 16px;
    background: #fefefe;
    border-collapse: 0;
    border-spacing: 0;
}

#main_contents #table_schedule table tr th {
    text-align: center;
    padding: 15px;
    background: #323232;/*ツアーによって色変更*/
    color: #fefefe;/*ツアーによって色変更*/
    font-weight: 700;
    border: 1px solid #afafaf;
}

#main_contents #table_schedule table tr td {
    line-height: 32px;
    padding: 15px;
    border: 1px solid #afafaf;
}

#main_contents #table_schedule table tr td p {
    font-weight: 700;
}
    
#main_contents #table_schedule table tr td.left {
    text-align: left;
}

#main_contents #table_schedule table tr td.center {
    text-align: center;
}

#main_contents #table_schedule table tr td.top {
    vertical-align: top;
}

#main_contents #table_schedule table tr td.middle {
    vertical-align: middle;
}

@media screen and (max-width: 1919px) {
    #table_schedule .scroll {
        overflow-x: scroll;
    }

    #table_schedule .scroll::-webkit-scrollbar {　　/*tableにスクロールバーを追加*/
        height: 5px;
    }

    #table_schedule .scroll::-webkit-scrollbar-track {　　/*tableにスクロールバーを追加*/
        background: #F1F1F1;
    }

    #table_schedule .scroll::-webkit-scrollbar-thumb {　　/*tableにスクロールバーを追加*/
        background: #BCBCBC;
    }
}

#main_contents #table_schedule .game_sche_cateA{

font-size:16px;
font-weight:900;

  display: inline-block;
  width: 25px;
  height: 25px;
  text-align: center;
  background-color: #2E7D32;
  color: white;
line-height: 25px; 
  /*padding: 1px;*/
}

#main_contents #table_schedule .game_sche_cateB{

font-size:16px;
font-weight:900;

  display: inline-block;
  width: 25px;
  height: 25px;
  text-align: center;
  background-color: #1565C0;
  color: white;
line-height: 25px; 
  /*padding: 1px;*/

}

#main_contents #table_schedule .game_sche_cateC{

font-size:16px;
font-weight:900;

  display: inline-block;
  width: 25px;
  height: 25px;
  text-align: center;
  background-color: #C2185B;
  color: white;
line-height: 25px; 
  /*padding: 1px;*/

}

#main_contents #table_schedule .game_sche_cateD{

font-size:16px;
font-weight:900;

  display: inline-block;
  width: 25px;
  height: 25px;
  text-align: center;
  background-color: #8E2430;
  color: white;
line-height: 25px; 
  /*padding: 1px;*/

}

#main_contents #table_schedule .game_sche_cateE{

font-size:16px;
font-weight:900;

  display: inline-block;
  width: 25px;
  height: 25px;
  text-align: center;
  background-color: #E65100;
  color: white;
line-height: 25px; 
  /*padding: 1px;*/

}

#main_contents #table_schedule .game_sche_cateF{

font-size:16px;
font-weight:900;

  display: inline-block;
  width: 25px;
  height: 25px;
  text-align: center;
  background-color: #C62828;
  color: white;
line-height: 25px; 
  /*padding: 1px;*/

}

#main_contents #table_schedule .game_sche_cateG{

font-size:16px;
font-weight:900;

  display: inline-block;
  width: 25px;
  height: 25px;
  text-align: center;
  background-color: #B8860B;
  color: white;
line-height: 25px; 
  /*padding: 1px;*/


}

#main_contents #table_schedule .game_sche_moji01{
font-size:18px;
font-weight:800;
}
#main_contents #table_schedule .game_sche_moji02{
font-size:21px;
font-weight:900;
}

#main_contents #table_schedule .game_sche_moji03{
font-size:14px;
font-weight:400;
}










/*table_schedule ここまで*/

/*overviewing ここから*/
#main_contents .overviewing {
	margin-bottom: 20px;
	font-size: 18px;
    /*color: #cc0000;*/
}
/*overviewing ここまで*/

/*aten　ここから*/
#main_contents .aten_draw {
    width: 100%;
    display: flex;
    justify-content: space-around;
    margin: 50px auto 30px;
    border-radius: 5px;
}

#main_contents .aten_draw ul {
    width: 100%;
}

#main_contents .aten_draw ul li {
    text-align: center;
    font-weight: 700;
    border: 1px solid #afafaf;
}

#main_contents .aten_draw ul li.headline h3 {
    padding: 20px 0;
    background:#A6802D;
    color: #fefefe;
    font-size: 26px;
    font-weight: 700;
}

#main_contents .aten_draw ul li.schedule {
    padding: 20px 0;
    font-size: 20px;
    background: #fefefe;
}

#main_contents .aten_draw ul li.schedule .infomemo {
/*2026/08/25*/
    font-size: 75%;
}

#main_contents .aten_draw ul li.schedule .schedule-text{
/*2026/08/25*/
width: 100%;
}

#main_contents .aten_draw ul li.schedule .schedule-text p:first-child {
/*2026/08/25*/
  text-align: center;
}

#main_contents .aten_draw ul li.schedule .schedule-text .nittei {
/*2026/08/25*/
  text-align: left;       /* 文字自体は左揃え */
  /*max-width: 540px;       /* 文字の塊の最大幅を540pxに固定 */
max-width: 620px;       /* 文字の塊の最大幅を620pxに固定 */
  width: 100%;            /* スマホ画面では100%に広がるようにする */
  margin-left: auto;      /* 左右の余白を自動計算して */
  margin-right: auto;     /* 均等に配分（＝中央寄せ）する */
  
  padding-left: 0;        /* さっきまでのpadding-leftは削除か0にする */
padding-bottom:20px;

}

#main_contents .aten_draw ul li.schedule .schedule-text .ao{

font-weight: 900; 
font-size:110%; 
color:#001E55;

}

#main_contents .aten_draw ul li.schedule .schedule-text .nittei .aka {
color:#cc0000;
    writing-mode: horizontal-tb;
}



#main_contents .aten_draw ul li span {
    writing-mode: vertical-rl;
}




#main_contents .aten_schedule {
    width: 100%;
    text-align: center;
    margin: 60px 0;
    border: 1px solid #afafaf;
}


#main_contents .aten_schedule h3 {
    padding: 20px 0;
    font-size: 24px;
    font-weight: 800;
/*    background: #cc0000;/*ツアーによって色変更*/
background: linear-gradient(to right, #33256A, #EC1414);
    color: #fefefe;
}

#main_contents .aten_schedule p {
    padding: 20px 0;
    font-size: 22px;
    font-weight: 700;
    background: #fefefe;

}
/*aten ここまで*/

/*point ここから*/
#main_contents .point {
    width: 100%;
    /*ポイントの下に注意事項が来る場合*/
    margin-bottom: 20px;
}

#main_contents .point h2 {
    width: 100%;
    text-align: center;
    margin: 120px 0 30px;
    padding: 15px 0;
    background: #323232;/*ツアーによって色変更*/
    color: #fefefe;/*ツアーによって色変更*/
    font-size: 32px;
    font-weight: 800;
    border-radius: 5px;
}

#main_contents .point ul {
    display: flex;
    justify-content: flex-start;
    line-height: 180%;
    height: calc(1em * 1.8 * 3);
    height: auto;
    box-sizing: border-box;
    padding: 30px 0;
    border-bottom: 1px solid #323232;
}

#main_contents .point ul li.number {
    width: 5%;
    height: 3em;
    position: relative;
    text-align: center;
    background: #cc0000;/*ツアーによって色変更*/
    color: #fefefe;/*ツアーによって色変更*/
    border-radius: 5px;
}

#main_contents .point ul li.number p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    font-size: 24px;
    font-weight: 700;
}

#main_contents .point ul li.summarize {
    width: 95%;
    margin-top: 0.4em;
    padding-left: 15px;
    font-size: 22px;
    font-weight: 700;
}

#main_contents .point ul li.summarize span {
    display: block;
}

#main_contents .point ul li.summarize span.small {
    margin-top: 20px;
    font-size: 75%;
    font-weight: 500;
}

#main_contents .point ul li font {
    color: #cc0000;
    font-weight: 700;
}
/*point ここまで*/

/*profile ここから*/
#main_contents .guest {
    margin-top: 120px;
}

#main_contents .guest .profile {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

#main_contents .guest .profile img {
    width: 23%;
    height: 100%;
    max-width: 250px;
    max-height: 375px;
    vertical-align: top;
    margin-bottom: 20px;
}

#main_contents .guest .profile ul {
    width: 77%;
    margin-left: 10px;
}

#main_contents .guest .profile ul li {
    font-size: 17px;
    margin-bottom: 10px;
}

#main_contents .guest .profile ul li span {
    font-size: 20px;
    font-weight: 700;
}
/*profile ここまで*/

/*fullimg ここから*/
#main_contents .fullimg {
    width: 100%;
    text-align: center;
    /*margin: 40px 0;*/
   margin:20px 0 40 0;
}

#main_contents .fullimg img {
    max-width: 100%;
}

#main_contents .fullimg p {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    margin-top: 10px;
    font-size: 16px;
}

#main_contents .fullimg a {
    transition: 0.3s;
}

#main_contents .fullimg a:hover {
    opacity: 0.6;
    transition: 0.3s;
}
/*fullimg ここまで*/

/*introduction_pattern ここから*/
#main_contents .introduction_pattern {
    width: 100%;
}

#main_contents .introduction_pattern h3 {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 700;
}

#main_contents .introduction_pattern h4 {
    margin-bottom: 10px;
    font-size: 18px;
}

#main_contents .introduction_pattern p.caption {
    text-align: right;
    font-size: 14px;
}

#main_contents .introduction_pattern ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 40px 0;
}

#main_contents .introduction_pattern ul li.txt, .introduction_pattern ul li.img_side, #main_contents .introduction_pattern ul li.double {
    width: 48%;
    position: relative;
}

#main_contents .introduction_pattern ul li.img_side img, #main_contents .introduction_pattern ul li.double img {
    width: 100%;
    max-width: 600px;
}

#main_contents .introduction_pattern ul li.triple {
    width: 32%;
    position: relative;
}

#main_contents .introduction_pattern ul li.triple img {
    width: 100%;
    max-width: 400px;
}

#main_contents .introduction_pattern ul li .infolink {
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
}

#main_contents .introduction_pattern ul li .infolink a {
    width: 49%;
}

#main_contents .introduction_pattern ul li .infolink a p {
    text-align: center;
    padding: 10px 0;
    font-weight: 700;
    background: #323232;/*ツアーによって色変更*/
    color: #fefefe;/*ツアーによって色変更*/
    border: 1px solid #323232;/*ツアーによって色変更*/
    border-radius: 30px;
    transition: 0.3s;
}

#main_contents .introduction_pattern ul li .infolink a p:hover {
    background: #fefefe;/*ツアーによって色変更*/
    color: #323232;/*ツアーによって色変更*/
    transition: 0.3s;
}
/*introduction_pattern ここまで*/

/*price ここから*/
#main_contents .price {
    width: 100%;
    margin-top: 80px;
}

#main_contents .price h3 {
    text-align: center;
    margin: 40px 0 -40px;
    padding: 0 10px;
    font-size: 20px;
    font-weight: 700;
    border-radius: 5px;
}

#main_contents .price ul li h4 {
    text-align: center;
    font-size: 16px;
    font-weight: 700;
}

#main_contents .price ul li p.fee {
    text-align: center;
    font-size: 36px;
    font-weight: 900;
    color: #CC0000;
}

#main_contents .price ul li p.detail {
    text-align: center;
    font-size: 16px;
    margin: 0;
}

#main_contents .price p span {
    margin: 0 20px 0 0;
    padding: 3px 10px;
    background: #CC0000;
    color: #fefefe;
    font-weight: 700;
}

#main_contents .price ul li p.detail span {
    font-size: 110%;
}

#main_contents .price ul {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

#main_contents .price ul li {
    text-align: center;
    margin: 40px 0;
    padding: 20px;
    background: #fefefe;
    border: 1px solid #afafaf;
    border-radius: 5px;
}

#main_contents .price ul li.solo {
    width: 100%;
    text-align: center;
}

#main_contents .price ul li.double {
    width: 48%;
}

#main_contents .price ul li.triple {
    width: 31%;
}
/*price ここまで*/

/*attention ここから*/
#main_contents .attention{
	font-size: 14px;
	text-align: left;
}

#main_contents .attention h4 {
    margin-top: 40px;
    font-size: 16px;
    font-weight: 700;
    color: #CC0000;
}


#main_contents .attention p span {
    color: #CC0000;
}

#main_contents .attention_indent{
    padding: 3px 0;
	margin-left: 1.25em;
	text-indent: -1.25em;
}

#main_contents .attention_indent_nbsp{
	margin-left: 0.75em;
	text-indent: -0.75em;
}
/*attention　ここまで*/

/*polisy ここから*/
#main_contents .polisy {
    width: 100%;
    margin-top: 120px;
}

#main_contents .polisy ul {
    list-style: none;
    width: 100%;
    display: flex;
    justify-content: space-around;
}

#main_contents .polisy ul a {
    width: 30%;
    background: #fefefe;/*ツアーによって色変更*/
    border: 2px solid #323232;/*ツアーによって色変更*/
    border-radius: 45px;
    transition: 0.3s;
}

#main_contents .polisy ul a:hover {
    background: #323232;/*ツアーによって色変更*/
    color: #fefefe;/*ツアーによって色変更*/
    border: 2px solid #323232;/*ツアーによって色変更*/
    transition: 0.3s;
}

#main_contents .polisy ul a li {
    text-align: center;
    padding: 15px 0;
    color: #323232;/*ツアーによって色変更*/
    font-size: 16px;
    font-weight: 700;
}

#main_contents .polisy ul a li:hover {
    color: #fefefe;/*ツアーによって色変更*/
}
/*polisy ここまで*/

/*entry ここから*/
#main_contents .entry {
    width: 60%;
    margin: 80px auto;
    box-sizing: border-box;
    display: flex;                         /* 【修正】これを足すことで align-items が効くようになります */
    flex-direction: column;
    align-items: center;                   /* 中身（ボタンのまとまり）を中央に引き寄せます */
}

@media screen and (max-width: 1440px) {
    #main_contents .entry {
        width: 90%;
    }
}

/* 【新設】2つのボタンを綺麗に横並びにするための親要素 */
#main_contents .entry_btn_wrap {
    width: 100%;
    margin: 0 auto;                        /* 【修正】ボタンの箱自体を確実に中央に配置します */
    display: flex;                         /* 横並びを起動 */
    justify-content: space-between;        /* 左右均等に配置 */
    gap: 160px;
    box-sizing: border-box;
}

/* 各エントリーボタン（横幅を自動調整できるように変更） */
#main_contents .entry_btn {
    flex: 1;                               /* 2つのボタンで均等に半分の幅を分け合う */
    text-align: center;
    background: linear-gradient(to right, #cc0000 20%,#eb5514 60%,#ffb900);
    font-size: 24px;
    font-weight: 700;
    border-radius: 8px;                    /* 元の角丸を残しています */
    transition: 0.3s;
    text-decoration: none;                 /* aタグで囲んだ場合のアンダーライン消し安全弁 */
    display: block;                        /* クリック判定を広げる設定 */
}

#main_contents .entry_btn p {
    padding: 15px 0;
    color: #fefefe;
    margin: 0;                             /* 予期せぬズレを防ぐリセット */
}

#main_contents .entry_btn:hover {
    opacity: 0.7;
    transition: 0.3s;
}

#main_contents .entry_txt {
    text-align: center;
    margin-top: 120px;
    padding: 20px;
    font-size: 22px;
    font-weight: 700;
    background: #dedede;
    color: #CC0000;
    border-radius: 20px;
    width: 100%;
    box-sizing: border-box;                /* 横幅100%時のパディングによるはみ出しを防ぐ安全弁 */
}

#main_contents .entry p.result {
    text-align: center;
    margin-top: 10px;
    font-weight: 700;
}
/*entry ここまで*/

/*Contact ここから*/
#Contact{
    font-family: 'Noto Sans JP', sans-serif;
	/*padding: 20px 30px;*/
	width: 100%;
	margin: 80px auto;
    padding: 70px 0;
    background: #323232;/*ツアーによって色変更*/
}

#Contact table{
	width: 100%;
    max-width: 1236px;
    vertical-align: top;
    margin: 0 auto;
    background: #fefefe;
    font-weight: 500;
    border: 1px solid #323232;
}

@media screen and (max-width: 1440px) {
    #Contact table {
        width: 95%;
    }
}

#Contact table tr td {
    width: 50%;
    vertical-align: top;
    padding: 20px 30px;
}

#Contact table tr td p{
	font-size: 12px;
	line-height: 1.5em;
}

#Contact table tr td p.ttl{
    display: inline;
    padding: 5px 8px;
	background: linear-gradient(to right, #cc0000 20%,#eb5514 60%,#ffb900);
	color: #fff;
	font-size: 13px;
	margin-bottom: 15px;
 }

#Contact table tr td p.co{
	font-size: 18px;
	font-weight: 900;
	margin-top: 15px;
	margin-bottom: 10px
 }
#Contact table tr td p.add{
	font-size: 13px;
	margin-bottom: 10px;
 }
/*Contact ここまで*/


/*メニューバー　RWC2027を流用*/
.intro {
  /*width: min(1128px, 100%);*/
width: min(1236px, 100%);
  display: flex;
  flex-direction: column;
  text-align: center;
  padding-top: 24px;    

}
.rwc-nav {
  /*background-color: var(--or);*/
  border-radius: 10px;
  padding: 1rem;
  margin-bottom: 3rem;
background:#FFFFFF;
border: 5px solid #dddddd;
}
.nav-list {
  display: flex;
  gap: clamp(16px, 4vw, 48px);
  align-items: center;
  justify-content: center;
}
.nav-list__item {
  /*font-family: var(--font-ja-head);*/
  /*color: #323232;*/
/*color: #0647B7;*/
color: #323232;
  /*font-size: clamp(1.6rem, 4vw, 2.0rem);*/
font-size: clamp(1.5rem, 4vw, 1.7rem);
}
.nav-list__item a {
  /*color: #323232;*/
/*color: #0647B7;*/
color: #323232;
text-decoration: underline;
  font-weight: 700;
}
.read {
text-align:center;
  font-size: 2.2rem;
  font-weight: 700;
}
/*メニューバー　ここまで*/



/*taikai_schedule ここから*/
#main_contents .taikai_schedule {
    margin-top: 120px;
}

#main_contents .taikai_schedule .images01 {
/*    display: flex;*/
/*    gap: 5px; /* 画像同士の間隔 */
/*    margin-top: 20px;*/

  display: flex;
  justify-content: space-between; /*左右に広げる　*/
  flex-wrap: wrap;               /* スマホで折り返し */
  gap: 5px;  
}

#main_contents .taikai_schedule .images01 .photo {
  width: calc((100% - 40px) / 2); /* 2列に分割 (gap考慮) */
  text-align: center;             /* キャプションを中央 */
}

#main_contents .taikai_schedule .images01 img {
  width: 100%;
  height: auto;
  display: block;
}

#main_contents .taikai_schedule .images01 figcaption {
  margin-top: 8px;
  font-size: 18px;
  font-weight:800;
  color: #323232;
}

/*taikai_schedule ここまで*/


/*kaijo_access ここから*/
#main_contents .kaijo_access {
    width: 100%;
    margin-top: 80px;
}

#main_contents .kaijo_access h3 {
    text-align: left;
    margin: 40px 0 -40px;
    padding: 0 10px;
    font-size: 20px;
    font-weight: 700;
    border-radius: 5px;
}

#main_contents .kaijo_access p {

    text-align: left;
    margin: 60px 0 -40px 30px;
    /*padding: 0 10px;*/
    font-size: 18px;
    font-weight: 550;
    border-radius: 5px;

}
/*kaijo_access ここまで*/



/*hospi_point ここから*/
#main_contents .hospi_point {
    margin-top: 120px;
}


#main_contents .hospi_point h2 {
    width: 100%;
    text-align: center;
    margin: 120px 0 30px;
    padding: 15px 0;
/*    background: #0647B7;/*ツアーによって色変更*/
background: linear-gradient(to right, #33256A, #EC1414) ;
    color: #fefefe;/*ツアーによって色変更*/
    font-size: 32px;
    font-weight: 800;
    border-radius: 5px;
}

#main_contents .hospi_point .point_syousai {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

#main_contents .hospi_point .point_syousai img {
    width: 30%;
    height: 100%;
    max-width: 300px;
    max-height: 225px;
    vertical-align: top;
    margin-bottom: 20px;
}

#main_contents .hospi_point .point_syousai ul {
    width: 70%;
    margin-left: 30px;
}

#main_contents .hospi_point .point_syousai ul li {
    font-size: 17px;
    margin-bottom: 10px;
}

#main_contents .hospi_point .point_syousai ul li span {
    font-size: 24px;
    font-weight: 900;
}
/*profile ここまで*/


/*チケット購入はこちら*/
.s_container_moji {
  max-width: 1000px;   /* ← 全体の最大幅を制限 */
  text-align: center;
margin: 0 auto;
}

.s_container_moji p{

    font-size:30px;
    font-weight: 850;
}

/*チケット購入はこちら　ここまで*/

/* 親要素 */
.s_container {
  display: flex;
  gap: 15px;              /* 箱の間隔 */
  padding: 5px;

  max-width: 1000px;   /* ← 全体の最大幅を制限 */
  margin: 0 auto;     /* ← 中央寄せ */
}

/* 子要素（箱） */
.s_container .box {
  flex: 1;                /* 横並びで均等幅 */
  padding: 5px;
  background-color: #F5F5F5;
border: 2px solid #F5F5F5;
  border-radius: 8px;
  text-align: center;
}

/* ボタン */
.s_container .box .s_btn {
display: inline-block;  /* ←これで上下のmarginが効く */
  padding: 10px 20px;
  margin-top: 10px;
  margin-bottom: 10px;
/*  background-color: #0647B7;*/
/*background: linear-gradient(to right, #33256A, #EC1414);*/

  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-weight:700;
  font-size:150%;
  width:350px;
}

.s_container .box .s_btn:hover {
  /*background-color: #0056b3;*/
opacity: 0.5; 
}

/*s_container ここまで*/


/*先着申込の赤文字メモ*/

div .memo{
/*padding:5px 0 0 280px;*/
/*padding:5px 0 0 360px;*/
padding:5px 0 0 280px;
text-align:left;
color:#FF0000;
font-size:100%;
font-weight:500;
background:#FEFEFE;
margin:0;


}

/*先着申込の赤文字メモ　ここまで*/



/*kansen_seat ここから*/
#main_contents .kansen_seat {
    margin-top: 40px;
}

/*#main_contents .kansen_seat h2 {
/*    width: 100%;
/*    text-align: center;
/*    margin: 120px 0 30px;
/*    padding: 15px 0;
/*    background: #0647B7;/*ツアーによって色変更*/
/*background: linear-gradient(to right, #33256A, #EC1414) ;
/*    color: #fefefe;/*ツアーによって色変更*/
/*    font-size: 32px;
/*    font-weight: 800;
/*    border-radius: 5px;
}*/


#main_contents .kansen_seat h3 {
    padding-top: 15px;
    font-size: 18px;
    font-weight: 700;
    padding-left: 1em;
}

#main_contents .kansen_seat p {
    text-align: center;
    font-size: 16px;
    margin: 20px 0 20px 0;
    transition: 0.3s;
}

#main_contents .kansen_seat p.gazobig {
    text-align: center;
    font-size: 16px;
    margin: 50px 0 20px 0;
    transition: 0.3s;
}

#main_contents .kansen_seat p a:hover {
    opacity: 0.7;
    transition: 0.3s;
}

#main_contents .kansen_seat p.special {
    font-size: 20px;
    font-weight: 700;
}

#main_contents .kansen_seat ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

#main_contents .kansen_seat ul li {
    width: 100%;
    margin: 20px 10px;
    border: 1px solid #afafaf;
    border-radius: 5px;
}

#main_contents .kansen_seat ul li.access {
    background: #fefefe;
}

#main_contents .kansen_seat ul li h4 {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
}

@media screen and (max-width: 1000px) {    
    #main_contents .kansen_seat ul li.access h4 {
        padding: 10px 20px;
    }
}

#main_contents .kansen_seat ul li.access h4 {
    padding: 10px 0;
    background: #101c2e;
    color: #fefefe;
    border-bottom: 1px solid #101c2e;
}

#main_contents .kansen_seat ul li p {
    text-align: left;
    padding: 0 50px;
    margin-left: 1.25em;
    text-indent: -1.25em;
    font-size: 18px;
}

@media screen and (max-width: 1440px) {
    #main_contents .kansen_seat ul li p {
        padding: 0 10px;
    }
}

#main_contents .kansen_seat ul li.images {
    width: 47%;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
}

#main_contents .kansen_seat ul li.images a {
    transition: 0.3s;
}

#main_contents .kansen_seat ul li.images a:hover {
    opacity: 0.7;
    transition: 0.3s;
}

#main_contents .kansen_seat ul li.images img {
    width: 100%;
    margin-top: 10px;
}

#main_contents .kansen_seat ul li.seat {
    text-align: center;
    padding: 30px 0;
    background: #fefefe;
}

#main_contents .kansen_seat ul li.seat h4 {
    width: 70%;
    margin: 0 auto 30px;
    padding: 5px 0;
    /*color: #fefefe;*/
min-height:120px;
display: flex;
align-items: center;
justify-content: center;
}

@media screen and (max-width: 1440px) {
    #main_contents .kansen_seat ul li.seat h4 {
        width: 90%;
    }
}

#main_contents .kansen_seat ul li.seat h4 .text01{
display: block;
}

#main_contents .kansen_seat ul li.seat h4.m {
/*    background: #0047ba;*/
background: #fefefe;/**/
border: 3px solid #1F4E79;/*青*/
color:#1F4E79;


}

#main_contents .kansen_seat ul li.seat h4.o {
    background: #818387;
}

#main_contents .kansen_seat ul li.seat h4.w {
/*    background: #ff4438;*/
/*background: #B66A6A*/
background: #fefefe;/**/
border: 3px solid #BA332B;/**/
color:#BA332B;
}


#main_contents .kansen_seat ul li.seat h4.m .game_sche_cateC{

  color: #fff;
  background-color: #C2185B;
    width: 30px;
    height: 30px;
line-height: 30px;
  display: inline-block;
}


#main_contents .kansen_seat ul li.seat h4.m .game_sche_cateE{

  color: #fff;
  background-color: #E65100;
    width: 30px;
    height: 30px;
line-height: 30px;
  display: inline-block;
}


#main_contents .kansen_seat ul li.seat h4.m .game_sche_cateF{

  color: #fff;
  background-color: #C62828;
    width: 30px;
    height: 30px;
line-height: 30px;
  display: inline-block;
}


#main_contents .kansen_seat ul li.seat h4.m .game_sche_cateG{

  color: #fff;
  background-color: #B8860B;
    width: 30px;
    height: 30px;
line-height: 30px;
  display: inline-block;
}


#main_contents .kansen_seat ul li.seat h4.w .game_sche_cateA{

  color: #fff;
  background-color: #2E7D32;
    width: 30px;
    height: 30px;
line-height: 30px;
  display: inline-block;
}

#main_contents .kansen_seat ul li.seat h4.w .game_sche_cateB{

  color: #fff;
  background-color: #1565C0;
    width: 30px;
    height: 30px;
line-height: 30px;
  display: inline-block;
}

#main_contents .kansen_seat ul li.seat h4.w .game_sche_cateD{

  color: #fff;
  background-color: #8E2430;
    width: 30px;
    height: 30px;
line-height: 30px;
  display: inline-block;
}

#main_contents .kansen_seat ul li.seat img {
    /*width: 75%;*/
    margin: 0 auto 20px;
width: 90%;
}

#main_contents .kansen_seat ul li.seat p {
    line-height: 1.0em;
}

#main_contents .kansen_seat ul li.seat p span.color01 {
    /*color: #FFFF00;*/
color: #E70210;/*AVCエキサイトシート（★特別体験プラン）*/

}

#main_contents .kansen_seat ul li.seat p span.color02 {
    /*color: #FF0000;*/
color: #CE0F7B;/*プレミアムSサイド（1列目）（★特別体験プラン）*/
}

#main_contents .kansen_seat ul li.seat p span.color03 {
    color: #1B298D;/*プレミアムSエンド（1列目）	*/
}

#main_contents .kansen_seat ul li.seat p span.color04 {
    color: #007A39;/*プレミアムAサイド（2〜3列目）	*/
}

#main_contents .kansen_seat ul li.seat p span.color05 {
    color: #374932;/*アリーナベンチ裏シート	*/
}

#main_contents .kansen_seat ul li.seat p span.color06 {
    color: #7CBD37;/*アリーナSSサイド		*/
}

#main_contents .kansen_seat ul li.seat p span.color07 {
    color: #1CDC02;/*アリーナSサイド		*/
}

#main_contents .kansen_seat ul li.seat p span.color08 {
/*    color: #4AACC6;*/
/*    color: #4E95D9;*/
color: #EB6324;/*スタンドAサイド	*/

}

#main_contents .kansen_seat ul li.seat p span.color09 {
    color: #F6B336;/*スタンドBサイド	*/
}

#main_contents .kansen_seat ul li.seat p span.color10 {
    color: #0B6F92;/*エリア内自由席	*/
}


#main_contents .kansen_seat p.precautions_midashi {
text-align:left;
margin-left:20px;
    font-size: 18px;
    font-weight: 600;
margin-bottom:5px;

padding-left: 1em;
text-indent: -1em;

}
#main_contents .kansen_seat p.precautions_naiyo {
padding-left: 1em;
text-indent: -1em;

text-align:left;
margin-left:25px;
    font-size: 16px;
    font-weight: 500;

margin-top:5px;
margin-bottom:3px;

}
#main_contents .kansen_seat p.precautions_naiyo_kome {
padding-left: 1em;
text-indent: -1em;

text-align:left;
margin-left:25px;
    font-size: 14px;
    font-weight: 500;

margin-top:10px;
margin-bottom:8px;
color:#0065AD;

}







/*kansen_seat ここまで*/


/*entry_travelpkg ここから*/
#main_contents .entry_travelpkg {
/*    width: 60%;*/
width: 45%;
    margin: 80px auto;
}

@media screen and (max-width: 1440px) {
    #main_contents .entry {
/*        width: 90%;*/
width: 70%;
    }
}

#main_contents .entry_travelpkg .entry_btn {
    width: 100%;
    text-align: center;
/*    background: linear-gradient(to right, #cc0000 20%,#eb5514 60%,#ffb900);*/
background: linear-gradient(to right, #33256A, #EC1414);
    /*background: #dedede;*/
    font-size: 24px;
    font-weight: 700;
    border-radius: 8px;
    transition: 0.3s;
}

#main_contents .entry_travelpkg .entry_btn p {
    padding: 15px 0;
    color: #fefefe;
}

#main_contents .entry_travelpkg .entry_btn:hover {
    opacity: 0.7;
    transition: 0.3s;
}

#main_contents .entry_travelpkg .entry_txt {
    text-align: center;
    margin-top: 120px;
    padding: 20px;
    /*font-size: 22px;*/
font-size: 25px;
    /*font-weight: 700;*/
font-weight: 800;
    /*background: #dedede;*/
background: #cdcdcd;
    /*color: #CC0000;*/
color: #fefefe;
    border-radius: 20px;
}

#main_contents .entry_travelpkg .entry p.result {
    text-align: center;
    margin-top: 10px;
    font-weight: 700;
}
/*entry_travelpkg ここまで*/


/*hotel_list ここから*/
#main_contents .hotel_list {
    margin-top: 40px;
}

#main_contents .hotel_list p {
    text-align: center;
    margin: 10px 0;
    font-size: 16px;
}

#main_contents .hotel_list p.red {
    color: #ff4438;
}

#main_contents .hotel_list ul {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

#main_contents .hotel_list ul li {
    /*width: 30%;*/
width: 45%;
    /*max-width: 480px;*/
max-width: 500px;
    margin: 20px 10px;
    padding-bottom: 20px;
    background: #fefefe;
    border: 1px solid #afafaf;
}

@media screen and (max-width: 1000px) {
    #main_contents .introduction_pattern03 ul {
        justify-content: flex-start;
    }
    
    #main_contents .introduction_pattern03 ul li {
        width: 47%;
    }
}

#main_contents .hotel_list ul li img {
    width: 100%;
    /*max-width: 450px;*/
max-width: 500px;
}

#main_contents .hotel_list ul li h3 {
    text-align: center;
    margin: 15px 0;
    font-size: 20px;
    font-weight: 700;
}

#main_contents .hotel_list ul li p {
    text-align: left;
    margin: 15px 0;
    padding: 0 20px;
}
/*hotel_list ここまで*/

/*link ここから*/
#main_contents .link {
    width: 100%;
    margin: 100px 0 80px;
    box-sizing: border-box;
}

#main_contents .link ul {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr); 
    gap: 20px;                            
    margin: 0 auto;
    padding: 0;                          
    list-style: none;                    
}

#main_contents .link ul li {
    width: 100%;                         
    margin: 0;                            
}

#main_contents .link ul li a {
    text-decoration: none;                
    display: block;
    border: 1px solid #001E55; 
    text-align: center;
    font-size: 18px;
    overflow: hidden; 
}


#main_contents .link ul li a span {
    display: block;
    transition: 0.3s;
}


#main_contents .link ul li a .date {
    background: #001e55;
    color: #fefefe;
    padding-top: 10px;
    padding-bottom: 5px;
}


#main_contents .link ul li a .info {
    background: #ffffff;  
    color: #0a192f;      
    padding: 10px 0;
}


#main_contents .link ul li a .arrow {
    background: #A6802D;
    color: #fefefe;
    padding: 5px 0;
}
#main_contents .link ul li a .arrow::after {
    content: "\025bc";
    display: block;
}


#main_contents .link ul li a:hover span {
    opacity: 0.8;
    transition: 0.3s;
}

@media screen and (max-width: 1000px) {
    #main_contents .link ul li a {
        font-size: 18px;       
    }
}
/*link ここまで*/
/*package_about ここから*/
#main_contents .package_about{
    padding-top:  top: 30px;
    padding-bottom:30px;
}
/*packttl ここから*/
#main_contents .package_about .packttl {

    margin-top: 40px;
}



#main_contents .package_about .packttl h3 {
    width: 100%;
    text-align: center;
    margin: 120px 0 30px;
    padding: 15px 0;
    background: linear-gradient(to right, #A6802D 20px, #001E55 20px, #001E55 calc(100% - 20px), #A6802D calc(100% - 20px));
    color: #fefefe;
    font-size: 32px;
    font-weight: 800;
    border-radius: 5px;
}


#main_contents .package_about .packttl p {
padding-left: 20px;
    margin-top: 50px 0;
    font-size: 18px;
}
/*packttl ここまで*/
/*packtable ここから*/


#main_contents .packtable {
margin-left: 20px;
width: 80%;
}
#main_contents .packtable h4{
    padding-top:40px;
    font-size: 18px;
    font-weight: bold;
}
@media screen and (max-width: 1440px) {
    #main_contents.packtable table {
        /*width: 100%;*/
width: 80%;
    }
}

#main_contents.packtable table tr td.item, #main_contents .package_about .packtable table tr td.guide p {
    font-size: 16px!important;
}


/*packtableの中のitem_side ここから*/
#main_contents  .packtable table.item_side {
    width: 100%;
    text-align: left;
    margin-top: 15px;
}
#main_contents  .packtable table.item_side tr td.item {
    width: 25%;
    vertical-align: middle;
    padding: 15px;
    /*background: #101c2e;*/
/*background: #33256A;*/
background:#001E55;
    color: #fefefe;
    font-size: 18px;
    font-weight: bold;
    border: 1px solid #afafaf;
}

#main_contents .packtable table.item_side tr td.matter, #main_contents .packtable table.item_side tr td.guide {
    width: 75%;
    padding: 15px;
    background: #fefefe;
    border: 1px solid #afafaf;
}

#main_contents .packtable table.item_side tr td.matter p {
    margin-left: 1.2em;
    text-indent: -1.2em;
    font-size: 14px;
}

#main_contents.packtable table.item_side tr td.guide p {
    font-size: 18px;
}

#main_contents .packtable table.item_side tr td.guide p a {
    transition: 0.3s;
}

#main_contents packtable table.item_side tr td.guide p a:hover {
    opacity: 0.7;
    transition: 0.3s;
}
/*packtableの中のitem_side ここまで*/

/*packtable ここまで*/

#main_contents .package_about .package_attention {
    width: fit-content;
    text-align: center;
    margin: 60px auto -60px;
    padding: 10px;
    font-size: 24px;
    background: #ff4438;
    color: #fefefe;
    font-weight: 700;
}


/*package_aboutメニューバー　RWC2027を流用*/
#main_contents .package_about .intro {
  /*width: min(1128px, 100%);*/
/*margin-left:20px;*/
/*margin-top:20px;*/
margin:40px auto;
width: 97%;
/*width: min(900px, 100%);*/
  display: flex;
  flex-direction: column;
  text-align: center;

}
#main_contents .package_about .intro .rwc-nav {
  /*background-color: var(--or);*/
  border-radius: 10px;
  padding: 1rem;
  margin-bottom: 3rem;
background:#FFFFFF;
border: 5px solid #dddddd;
}
#main_contents .package_about .intro .rwc-nav .nav-list {
  display: flex;
  gap: clamp(16px, 4vw, 48px);
  align-items: center;
  justify-content: center;
}
#main_contents .package_about .intro .rwc-nav .nav-list .nav-list__item {
  /*font-family: var(--font-ja-head);*/
  /*color: #323232;*/
/*color: #0647B7;*/
color: #323232;
  /*font-size: clamp(1.6rem, 4vw, 2.0rem);*/
font-size: clamp(1.5rem, 4vw, 1.7rem);
}
#main_contents .package_about .intro .rwc-nav .nav-list .nav-list__item a {
  /*color: #323232;*/
/*color: #0647B7;*/
color: #323232;
text-decoration: underline;
  font-weight: 700;
}

/*package_aboutメニューバー　ここまで*/

/*packcontents*/
#main_contents .package_about .packcontents {
margin-left: 20px;
/*width: 80%;*/
width: 98%;
}
#main_contents .package_about .packcontents h4 {
margin-left: 10px;
margin-top: 50px;
    padding-left: 5px;
    font-size: 24px;
    font-weight: 700;
    /*color: #101c2e;*/
/*color: #33256A;*/
color: #001E55;
    /*border-left: 10px solid #101c2e;*/
/*border-left: 10px solid #33256A;*/
border-left: 10px solid #001E55;

}

/*packcontents  point ここから*/
#main_contents .package_about .packcontents .point {
margin-left: 15px;
    width: 100%;
    /*ポイントの下に注意事項が来る場合*/
    margin-bottom: 20px;
}

#main_contents .package_about .packcontents .point h2 {
    width: 100%;
    text-align: center;
    margin: 120px 0 30px;
    padding: 15px 0;
    background: #323232;/*ツアーによって色変更*/
    color: #fefefe;/*ツアーによって色変更*/
    font-size: 32px;
    font-weight: 800;
    border-radius: 5px;
}

#main_contents .package_about .packcontents .point ul {
width:98%;
    display: flex;
    justify-content: flex-start;
    line-height: 180%;
    height: calc(1em * 1.8 * 3);
    height: auto;
    box-sizing: border-box;
    padding: 30px 0;
    border-bottom: 1px solid #323232;
}

#main_contents .package_about .packcontents .point ul li.number {
    width: 5%;
    height: 3em;
    position: relative;
    text-align: center;
    /*background: #EC1414;/*ツアーによって色変更*/
background: #3677B1;
    color: #fefefe;/*ツアーによって色変更*/
    border-radius: 5px;
}

#main_contents .package_about .packcontents .point ul li.number p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    font-size: 24px;
    font-weight: 700;
}

#main_contents .package_about .packcontents .point ul li.summarize {
    width: 95%;
    margin-top: 0.4em;
    padding-left: 15px;
    font-size: 22px;
    font-weight: 700;
}

#main_contents .package_about .packcontents .point ul li.summarize span {
    display: block;
}

#main_contents .package_about .packcontents .point ul li.summarize span.small {
    margin-top: 20px;
    font-size: 75%;
    font-weight: 500;
}

#main_contents .package_about .packcontents .point ul li font {
    color: #cc0000;
    font-weight: 700;
}
/*packcontents  point ここまで*/

/*packcontents  table_schedule ここから*/
#main_contents .package_about .packcontents #table_schedule {
margin-left: 15px;
    /*width: 100%;*/
width: 95%;
    margin-bottom: 60px;
}

#main_contents .package_about .packcontents #table_schedule h4 {
    margin: 40px 0 -20px;
    font-size: 18px;
    font-weight: 700;
}

#main_contents .package_about .packcontents #table_schedule p.timeline {
    font-size: 14px;
}

#main_contents .package_about .packcontents #table_schedule table {
    /*width: 1228px;*/
width: 1190px;
    margin-top: 40px;
    font-size: 16px;
    background: #fefefe;
    border-collapse: 0;
    border-spacing: 0;
}

#main_contents .package_about .packcontents #table_schedule table tr th {
    text-align: center;
    padding: 15px;
    background: #323232;/*ツアーによって色変更*/
    color: #fefefe;/*ツアーによって色変更*/
    font-weight: 700;
    border: 1px solid #afafaf;
}

#main_contents .package_about .packcontents #table_schedule table tr td {
    line-height: 32px;
    padding: 15px;
    border: 1px solid #afafaf;
}

#main_contents .package_about .packcontents #table_schedule table tr td p {
    font-weight: 700;
}
    
#main_contents .package_about .packcontents #table_schedule table tr td.left {
    text-align: left;
}

#main_contents .package_about .packcontents #table_schedule table tr td.center {
    text-align: center;
}

#main_contents .package_about .packcontents #table_schedule table tr td.top {
    vertical-align: top;
}

#main_contents .package_about .packcontents #table_schedule table tr td.middle {
    vertical-align: middle;
}

@media screen and (max-width: 1919px) {
    #main_contents .package_about .packcontents #table_schedule .scroll {
        overflow-x: scroll;
    }

    #main_contents .package_about .packcontents #table_schedule .scroll::-webkit-scrollbar {　　/*tableにスクロールバーを追加*/
        height: 5px;
    }

    #main_contents .package_about .packcontents #table_schedule .scroll::-webkit-scrollbar-track {　　/*tableにスクロールバーを追加*/
        background: #F1F1F1;
    }

    #main_contents .package_about .packcontents #table_schedule .scroll::-webkit-scrollbar-thumb {　　/*tableにスクロールバーを追加*/
        background: #BCBCBC;
    }
}
/*packcontents  table_schedule ここまで*/

/*packcontents  table_standard ここから*/
#main_contents .package_about .packcontents #table_standard {
margin-left: 15px;
    /*width: 100%;*/
width: 98%;
}

#main_contents .package_about .packcontents #table_standard p.timeline {
    margin-bottom: -35px;
    font-size: 14px;
}

#main_contents .package_about .packcontents #table_standard p.indent {
    margin-left: 1em;
    text-indent: -1em;
    font-size: 14px;
}

#main_contents .package_about .packcontents #table_standard h3 {
    font-size: 20px;
    font-weight: 700;
    margin: 40px 0 -40px;
}

@media screen and (max-width: 1919px) {
    #main_contents .package_about .packcontents #table_standard .scroll {
        overflow-x: scroll;
    }

    #main_contents .package_about .packcontents #table_standard .scroll::-webkit-scrollbar {　　/*tableにスクロールバーを追加*/
        height: 5px;
    }

    #main_contents .package_about .packcontents #table_standard .scroll::-webkit-scrollbar-track {　　/*tableにスクロールバーを追加*/
        background: #F1F1F1;
    }

    #main_contents .package_about .packcontents #table_standard .scroll::-webkit-scrollbar-thumb {　　/*tableにスクロールバーを追加*/
        background: #BCBCBC;
    }
}

/*packcontents  table_standard ここまで*/


/*packcontents  package_lineup ここから*/
#main_contents .package_about .packcontents .package_lineup {
    /*margin: 60px 0 180px 15px;*/
margin: 10px 0 180px 15px;
    /*max-width: 1190px;*/
    width: 98%;
}

#main_contents .package_about .packcontents .package_lineup h4 {
    text-align: center;
    font-size: 22px;
    font-weight: 700;
}
/*packcontents  package_lineup ここmade*/
/*packcontents  package_lineup course ここから*/
#main_contents .package_about .packcontents .package_lineup .course {
    /*margin: 120px 0 60px;*/
margin: 70px 0 60px;
}

#main_contents .package_about .packcontents .package_lineup .course h5 {
    width: 20%;
    display: inline-block;
    text-align: center;
    margin-bottom: 20px;
    padding: 5px;
    font-size: 20px;
    font-weight: 700;
    /*background: #101c2e;*/
background: #3677B1;
    color: #fefefe;
}

#main_contents .package_about .packcontents .package_lineup .course p {
    text-align: left;
    font-size: 28px;
    font-weight: 700;
}

#main_contents .package_about .packcontents .package_lineup .course p.comp {
    width: 10%;
    display: inline-block;
    text-align: center;
    margin-left: 0;
    padding: 5px;
    font-size: 20px;
    font-weight: 700;
    color: #fefefe;
}

@media screen and (max-width: 1440px) {
    #main_contents .package_about .packcontents .package_lineup .course h5 {
        width: 50%;
    }
    
    #main_contents .package_about .packcontents .package_lineup .course p.comp {
        width: 30%;
    }
}

#main_contents .package_about .packcontents .package_lineup .course p.m {
    background: #0047ba;
}

#main_contents .package_about .packcontents .package_lineup .course p.w {
    background: #ff4438;
}

#main_contents .package_about .packcontents .package_lineup .course p.add {
    font-size: 16px;
    font-weight: 500;
}

#main_contents .package_about .packcontents .package_lineup .course p span {
    margin-left: 30px;
    font-size: 20px;
}

#main_contents .package_about .packcontents .package_lineup .course ul {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 20px;
    gap:290px;
}

#main_contents .package_about .packcontents .package_lineup .course ul li {
    width: 30%;
    max-width: 480px;
    margin: 10px;
    background: #fefefe;
    border: 1px solid #afafaf;
}

#main_contents .package_about .packcontents .package_lineup .course ul li.object {
    border: 3px solid #ff4438;
}

@media screen and (max-width: 1000px) {
    #main_contents .package_about .packcontents .package_lineup .course ul {
        justify-content: flex-start;
    }
    
    #main_contents .package_about .packcontents .package_lineup .course ul li {
        width: 47%;        
    }
}

#main_contents .package_about .packcontents .package_lineup .course ul li h6 {
    text-align: center;
    font-size: 22px;
    font-weight: 900;
    padding: 10px 0;
}

#main_contents .package_about .packcontents .package_lineup .course ul li p.ticket, #main_contents .package_about .packcontents .package_lineup .course ul li p.hotel {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
}

#main_contents .package_about .packcontents .package_lineup .course ul li p.op {
    text-align: center;
    padding: 0 10px;
    font-size: 14px;
    font-weight: 500;
}

#main_contents .package_about .packcontents .package_lineup .course ul li p.hotel {
    padding-bottom: 10px;
}

#main_contents .package_about .packcontents .package_lineup .course ul li p.fee {
    text-align: center;
    margin: 10px 0;
    font-size: 24px;
    color: #cc0000;
}

#main_contents .package_about .packcontents .package_lineup .course ul li p.fee span {
    margin-left: 0;
    font-size: 16px;
}

@media screen and (max-width: 1440px) {
    #main_contents .package_about .packcontents .package_lineup .course ul li p.fee span {
        display: block;
    }
}

#main_contents .package_about .packcontents .package_lineup .course p img {
    width: auto;
    height: 40px;
    padding: 0 10px;
}
/*packcontents  package_lineup course ここまで*/

/*packcontents  package_lineup entry ここから*/
#main_contents .package_about .packcontents .package_lineup .entry {
    font-family: 'Noto Sans JP', sans-serif;
    width: 100%;
    margin: 40px auto 0;
}

#main_contents .package_about .packcontents .package_lineup .entry .closing {
    /*width: 100%;*/
width: 60%;
    font-weight: 700;
    background-color: rgba(130, 130, 130, 0.2);
    border-radius: 20px;
margin: 0 auto 10px;
}

#main_contents .package_about .packcontents .package_lineup .entry .closing p {
    text-align: center;
    padding: 15px 0;
    font-size: 18px;
}

#main_contents .package_about .packcontents .package_lineup .entry .closing p span {
    display: block;
    font-size: 18px;
}

#main_contents .package_about .packcontents .package_lineup .entry .entry_btn {
    width: 60%;
    max-width: 750px;
    margin: 0 auto 10px;
    font-weight: 700;
    /*background: #ff4438;*/
background: #001E55;
    border-radius: 20px;
    transition: 0.3s;
}

@media screen and (max-width: 1440px) {
    #main_contents .package_about .packcontents .package_lineup .entry .entry_btn {
        width: 90%;
    }
}

#main_contents .package_about .packcontents .package_lineup .entry .entry_btn p {
    text-align: center;
    padding: 15px 0;
    font-size: 24px;
    color: #fefefe;
}

#main_contents .package_about .packcontents .package_lineup .entry .entry_btn:hover {
    opacity: 0.7;
    transition: 0.3s;
}

#main_contents .package_about .packcontents .package_lineup .entry .entry_txt {
    text-align: center;
    font-size: 22px;
    color: #ff4438;
    font-weight: 700;
}

#main_contents .package_about .packcontents .package_lineup .entry .entry_txt2 {
    text-align: center;
    font-size: 20px;
    color: #CC0000;
    font-weight: 700;
margin-top:-10px;
}

#main_contents .package_about .packcontents .package_lineup .entry p.result {
    text-align: center;
    margin-top: 10px;
    font-size: 20px;
    font-weight: 700;
}
/*packcontents  package_lineup entry ここ迄*/


/*packcontents  profile ここから*/
#main_contents .package_about .packcontents .guest {
    margin-top: 30px;
    margin-left: 15px;
    width: 100%;
/*background:#DDAA00;*/
}

#main_contents .package_about .packcontents .guest h2 {
    margin-top: 10px;
    /*margin-left: 30px;*/
    font-size: 150%;
    font-weight: 700;

}

#main_contents .package_about .packcontents .guest .profile {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    margin-left: 10px;
}

#main_contents .package_about .packcontents .guest .profile img {
    width: 23%;
    height: 100%;
    max-width: 250px;
    max-height: 375px;
    vertical-align: top;
    margin-bottom: 20px;
}

#main_contents .package_about .packcontents .guest .profile ul {
    width: 77%;
    margin-left: 10px;
}

#main_contents .package_about .packcontents .guest .profile ul li {
    font-size: 17px;
    margin-bottom: 10px;
}

#main_contents .package_about .packcontents .guest .profile ul li span {
    font-size: 20px;
    font-weight: 700;
}
/*packcontents  profile ここまで*/
































/*polisy ここから*/
#main_contents .package_about .polisy {
margin-left: 15px;
    width: 100%;
    margin-top: 120px;
}

#main_contents .package_about .polisy ul {
    list-style: none;
    width: 100%;
    display: flex;
    justify-content: space-around;
}

#main_contents .package_about .polisy ul a {
    width: 30%;
    background: #fefefe;/*ツアーによって色変更*/
    border: 2px solid #323232;/*ツアーによって色変更*/
    border-radius: 45px;
    transition: 0.3s;
}

#main_contents .package_about .polisy ul a:hover {
    background: #323232;/*ツアーによって色変更*/
    color: #fefefe;/*ツアーによって色変更*/
    border: 2px solid #323232;/*ツアーによって色変更*/
    transition: 0.3s;
}

#main_contents .package_about .polisy ul a li {
    text-align: center;
    padding: 15px 0;
    color: #323232;/*ツアーによって色変更*/
    font-size: 16px;
    font-weight: 700;
}

#main_contents .package_about .polisy ul a li:hover {
    color: #fefefe;/*ツアーによって色変更*/
}
/*polisy ここまで*/

/*entry ここから*/
#main_contents .package_about .entry {
    /*width: 60%;*/
margin-left: 15px;
width:70%;
    margin: 80px auto;
}

@media screen and (max-width: 1440px) {
    #main_contents .package_about .entry {
        width: 90%;
    }
}

#main_contents .package_about .entry_btn {
    width: 100%;
    text-align: center;
    background: linear-gradient(to right, #cc0000 20%,#eb5514 60%,#ffb900);
    font-size: 24px;
    font-weight: 700;
    border-radius: 8px;
    transition: 0.3s;
}

#main_contents .package_about .entry_btn p {
    padding: 15px 0;
    color: #fefefe;
}

#main_contents .package_about .entry_btn:hover {
    opacity: 0.7;
    transition: 0.3s;
}

#main_contents .package_about .entry_txt {
    text-align: center;
    margin-top: 120px;
    padding: 20px;
    font-size: 22px;
    font-weight: 700;
    background: #dedede;
    color: #CC0000;
    border-radius: 20px;
}

#main_contents .package_about .entry p.result {
    text-align: center;
    margin-top: 10px;
    font-weight: 700;
}
/*entry ここまで*/

/*attention ここから*/
#main_contents .package_about .attention{
margin-left: 15px;
	font-size: 14px;
	text-align: left;
}

#main_contents .package_about .attention h4 {
    margin-top: 40px;
    font-size: 16px;
    font-weight: 700;
    color: #CC0000;
}

#main_contents .package_about .attention p span {
    color: #CC0000;
}

#main_contents .package_about .attention_indent{
    padding: 3px 0;
	margin-left: 1.25em;
	text-indent: -1.25em;
}

#main_contents .package_about .attention_indent_nbsp{
	margin-left: 0.75em;
	text-indent: -0.75em;
}
/*attention　ここまで*/

/*package_about ここまで*/


#main_contents .midashi{
    margin: 30px 0 10px 5px;
    padding: 15px 0;
    font-size: 24px;
    font-weight: 800;

}

#main_contents .kome_tyuusen1{

font-size:100%;
margin-left:30px;

}

#main_contents .kome_tyuusen2{

font-size:100%;
margin-left:30px;
color:#CC0000;
font-weight:800;
}



* {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }








#table_schedule .match-sched-grid-inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;                           
    max-width: 1440px;                    
    margin: 40px auto 0 auto;             
    padding: 30px;                       
    border-radius: 0;
    box-sizing: border-box;
}


#table_schedule .match-sched-card-item {
    border: 1px solid #233554;
    border-radius: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;               
    height: 280px;                         
    box-sizing: border-box;
}


#table_schedule .match-sched-header-zone {
    height: 26%;                          
    background-color: #001E55;             
    color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 0 20px;
    box-sizing: border-box;
    gap: 2px;
}

#table_schedule .match-sched-date-text {
    font-size: 24px;
    font-weight: bold;
}


#table_schedule .match-sched-body-zone {
    height: 58%;
    padding: 12px 10px 8px 10px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;                
    justify-content: flex-start;
    align-items: flex-start;              
}


#table_schedule .match-sched-tournament-tag {
    font-size: 14px;
    font-weight: bold;
    color: #e53e3e;                     
    margin: 0 0 4px 0;
}

/* 試合会場 */
#table_schedule .match-sched-sub-location {
    font-size: 14px;
    color: #4a5568;                        
    margin: 0 0 12px 0;                   
}

/* 対戦カードの横並び行（Flexbox） */
#table_schedule .match-sched-vs-row {
    width: 100%;                           
    display: flex;
    align-items: center;                  
    justify-content: center;               
    gap: 8px; 
}

/* チーム名*/
#table_schedule .match-sched-team-name {
    flex: 1;                              
    font-size: 17px;
    font-weight: bold;
    color: #0a192f;
    white-space: normal;                   
    overflow: hidden;
    text-overflow: ellipsis; 
    
}

#table_schedule .match-sched-team-name2 {
    flex: 1;                              
    font-size: 14px;
    font-weight: bold;
    color: #0a192f;
    white-space: normal;                   
    overflow: hidden;
    text-overflow: ellipsis; 
    
}


#table_schedule .text-right { text-align: right; }
#table_schedule .text-left { text-align: left; }


#table_schedule .match-sched-vs-text {
    font-size: 14px;
    font-style: italic;
    font-weight: 900;
    color: #0a192f;
    padding: 0 4px;
}


#table_schedule .match-sched-img-box {
    flex-shrink: 0;
    width: 60px;                         
    height: auto;
    background-color: #f7fafc;
    border: 1px solid #e2e8f0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

#table_schedule .match-sched-img-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;                 
}


#table_schedule .match-sched-link-footer {
    height: 16%;
    background-color: #A6802D;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: space-between;     
    padding: 0 20px;                 
    width: 100%;
    margin-top: auto;
    box-sizing: border-box;            
    transition: background-color 0.2s ease;
}

#table_schedule .match-sched-link-footer:hover {
    background-color: #A6802D; 
    opacity: 0.8;             
}


#table_schedule .match-sched-btn-text {
    flex-grow: 1;
    text-align: center;
    padding-left: 15px;      
}


#table_schedule .match-sched-btn-arrow {
    font-family: monospace;             
    font-size: 16px;
    color: #ffffff;
}


#section_plan_benefits .plan-benefit-grid-inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr); 
    gap: 24px;                           
    max-width: 1440px;                    
    width: 100%;
    margin: 40px auto 0 auto;             
    padding: 30px;                        
    box-sizing: border-box;
}


#section_plan_benefits .plan-benefit-card-item {
    background-color: #ffffff;            
    border-radius: 0;                      
    padding: 20px;
    display: flex;                         
    align-items: center;                   
    gap: 20px;                            
    min-height: 140px;                    
    box-sizing: border-box;
}

#section_plan_benefits .plan-benefit-img-box {
    flex-shrink: 0;                       
    width: 240px;                          
    /*height: 150px;*/
height: 160px;
    background-color: #f7fafc;
    border: 1px solid #e2e8f0;
    border-radius: 0;                     
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}


#section_plan_benefits .plan-benefit-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;                
}


#section_plan_benefits .plan-benefit-text-box {
    flex-grow: 1;                         
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;                             
}


#section_plan_benefits .plan-benefit-title {
    font-size: 22px;                       
    font-weight: bold;
    color: #0a192f;                      
    margin: 0;
    line-height: 1.4;
}

#section_plan_benefits .plan-benefit-title span {
    font-size: 16px;            
    font-weight: bold;        
    color: #555555;            
    display: block;            
    margin-top: 6px;           
    line-height: 1.5;           
}


#section_plan_benefits .plan-benefit-desc {
    font-size: 14px;
    color: #4a5568;                        
    margin: 0;
    line-height: 1.5;
}


.custom-layout-wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 40px 0 ;
    max-width: 1440px;
    gap: 20px;
}


.custom-package-card {
    display: flex;
    flex-direction: column;
    width: 80%;   
    max-width: 580px;
    gap: 40px;        
}


.custom-text-area {
    background: #fefefe;
    border: 1px solid #afafaf;
    padding: 10px 0;
    width: 100%;
}
.custom-text-area h6 {
    text-align: center;
    font-size: 22px;
    font-weight: 700;
}
.custom-text-area p.fee-text {
    text-align: center;
    margin: 10px 0;
    font-size: 24px;
    color: #cc0000;
    font-weight: 700;
}
.custom-text-area p.fee-text span {
    margin-left: 30px;
    font-size: 16px;
    color: #333;
    font-weight: 500;
}


.custom-button-area {
    background: #001E55;
    border-radius: 20px;
    font-weight: 700;
    width: 100%;
    transition: 0.3s;
}
.custom-button-area p {
    text-align: center;
    padding: 15px 0;
    font-size: 24px;
    color: #fefefe;
}
.custom-button-area:hover {
    opacity: 0.7;
}


@media screen and (max-width: 1440px) {
    .custom-text-area p.fee-text span {
        display: block;
        margin-left: 0;
    }
}


#main_contents  .packcontents1 h4 {
    margin-left: 10px;
    margin-top: 50px;
    padding-left: 5px;
    font-size: 24px;
    font-weight: 700;
    color: #001E55;
    border-left: 10px solid #001E55;

}


#main_contents .package_about .bcgcol{
    background-color: #87CEFA;
}