@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@600&display=swap');

.sp, .sp_in{
	display:none;
}

.pc{
	display: block;
}

.pc_in{
	display: inline;
}

/*------head------*/
/*背景が白以外のときに使用*/
/*
.breadcrumb ul.jtb-nav-breadcrumb li a {
    color: #fefefe;
}
*/

/*------body------*/


/*heading*/
#heading {
    width: 100%;
    max-width: 1920px;
    font-family: 'Noto Sans JP', sans-serif;
    text-align: center;
    margin: 0 auto;
    font-size: 16px;
}

#heading .ttl h1 {
    padding-bottom: 20px;
}

#heading .ttl h1 p {
    width: 64%;
    max-width: 1236px;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 20px;
    font-weight: 900;
    font-size: 170%;
    border-bottom: 1px double #000;
}

#heading .ttl img {
    width: 100%;
    max-width: 1920px;
}

#heading .ttl p.caption {
    width: 100%;
    max-width: 1236px;
    text-align: right;
    margin: 0 auto;
    padding: 5px 0;
    padding-right: 10px;
}

#heading .index {
    margin: 30px 0;
    padding: 20px 0;
    background: #000;
}

#heading .index h2 {
    margin: 0 auto;
    font-size: 180%;
    font-weight: 900;
    color: #fefefe;
}

#main_contents {
	width: 64%;
    max-width: 1236px;
	font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    margin: 0 auto;
    color: #303030;/*ツアーによって色変更*/
}

/*overviewing*/
#main_contents .overviewing {
    padding: 40px 0;
    text-align: center;
    font-weight: bold;
    font-size: 140%;
}

/*item_top*/
#table_standard .item_top {
    width: 100%;
    vertical-align: middle;
    margin-top: 40px;
    margin-bottom: 100px;
    font-size: 18px;
}

#table_standard .item_top tr td {
    height: 130px;
    border-bottom: 1.5px solid #000;
}

#table_standard .item_top tr td.date {
    width: 15%;
    text-align: right;
    padding: 0 10px;
    font-size: 130%;
    font-weight: bold;
}

#table_standard .item_top tr td.date span {
    font-size: 75%;
    font-weight: 500;
}

#table_standard .item_top tr td.venue {
    width: 30%;
    text-align: center;
    padding: 0 10px;
    padding: 0 20px;
}

#table_standard .item_top tr td.venue img {
    width: 25px;
    height: auto;
    margin-right: 5px;
}

#table_standard .item_top tr td.fixture {
    width: 37%;
    padding: 0 10px;
    font-size: 120%;
    font-weight: bold;
    color: #E60013;
}

#table_standard .item_top tr td.apply {
    width: 18%;
    text-align: center;
}

#table_standard .item_top tr td.apply span {
    font-size: 80%;
}

#table_standard .item_top tr td a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 110%;
    font-weight: bold;
    background: #E60013;
    color: #fefefe;
}

#table_standard .item_top tr td a:hover {
    opacity: 0.6;
}

#table_standard .item_top tr td.cs {
    background: #7F8082;
    color: #fefefe;
}

/*
#table_standard .item_top tr td.uc {
    background: #B3AC66;
    color: #fefefe;
}
*/
/*table_standard ここまで*/

/*entry ここから*/
#main_contents .entry {
    width: 100%;
    margin: 0 auto;
    margin-top: 150px;
}

#main_contents .entry_btn {
    width: 60%;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 20px;
    background: #E60013;
    font-size: 150%;
    font-weight: bold;
    border: 1px solid #E60013;
    border-radius: 30px;
}

#main_contents .entry_btn p {
    padding: 10px 0;
    color: #fff;
}

#main_contents .entry_btn:hover {
    background: #fff;
    color: #E60013;
    text-decoration: none;
    border: 1px solid #E60013;
    border-radius: 30px;
}

#main_contents .entry_btn p:hover {
    color: #E60013;
}

#main_contents .entry_txt {
    text-align: center;
    margin-bottom: 20px;
    font-size: 110%;
}

#main_contents .entry_txt span {
    font-size: 95%;
}
/*entry ここまで*/

/*Contact ここから*/
#Contact{
	width: 64%;
    max-width: 1236px;
    font-family: 'Noto Sans JP', sans-serif;
	margin: 80px auto;
    /*背景色が有るツアーのみ ここから*/
    background: #fefefe;
    /*背景色が有るツアーのみ ここまで*/
}
#Contact table{
	width: 100%;
    vertical-align: top;
    border: 1px solid #303030;
}

#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: #CC0000;
	color: #fff;
	font-size: 13px;
	margin-bottom: 15px;
 }

#Contact table tr td p.co{
	font-size: 18px;
	font-weight: 900;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 10px
 }
#Contact table tr td p.add{
	font-size: 13px;
	margin-bottom: 10px;
 }
/*Contact ここまで*/