@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 {
    max-width: 1236px;
    text-align: center;
    margin: 0 auto;
    margin-top: 50px;
    padding-bottom: 20px;
    font-weight: 900;
    font-size: 280%;
    color: #041E42;/*ツアーによって色変更*/
}

#heading .ttl img {
    width: 100%;
    max-width: 1920px;
}

#heading .second img {
    padding-top: 120px;
}

#heading .ttl p.caption {
    width: 100%;
    max-width: 1236px;
    text-align: right;
    margin: 0 auto;
    padding: 5px 0;
    padding-right: 10px;
}

#heading h2 {
    padding: 20px 0;
    background: linear-gradient(to right, #cc0000 20%,#eb5514 60%,#ffb900);
    margin: 0 auto;
    font-size: 180%;
    font-weight: 900;
    color: #fefefe;
}

#heading h2.mt {
    margin-top: 70px;
}

#main_contents {
	width: 64%;
    max-width: 1236px;
	font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    margin: 0 auto;
    color: #303030;/*ツアーによって色変更*/
}

@media screen and (max-width: 1236px) {
    #main_contents {
        width: 95%;
    }
}

#main_contents h2 {
    width: 100%;
    text-align: center;
    padding: 20px 0 15px 0;
    color: #0C1733;
    font-size: 30px;
    font-weight: 900;
    border-bottom: 3px solid #0C1733;
}

/*overviewing*/
#main_contents .overviewing {
    padding: 60px 0;
    text-align: center;
    font-weight: bold;
    font-size: 140%;
}

/*item_top*/
#table_standard .item_top {
    width: 100%;
    vertical-align: middle;
    margin-top: 40px;
    font-size: 18px;
}

#table_standard table.item_top tr td {
    height: 120px;
    border-bottom: 1.5px solid #041E42;
}

#table_standard table.item_top tr td.date {
    width: 15%;
    text-align: center;
    line-height: 1.2em;
    padding: 0 10px;
    font-size: 120%;
    color: #323232;
    font-weight: bold;
}

#table_standard table.item_top tr td.date span {
    display: block;
    margin: 10px 0;
    padding: 5px 0;
    color: #fefefe;
}

#table_standard table.item_top tr td.date span.blue {
    background: #002e6d;
}

#table_standard table.item_top tr td.date span.red {
    background: #bc0022;
}

#table_standard table.item_top tr td.date span.gold {
    background: #b97727;
}

#table_standard table.item_top tr td.fixture {
    width: 67%;
    text-align: left;
    padding: 0 10px;
    font-size: 120%;
    font-weight: bold;
    color: #CC0000;
}

#table_standard table.item_top tr td.fixture span {
    display: block;
    font-size: 90%;
    color: #303030;
}

#table_standard table.item_top tr td.apply {
    width: 18%;
    text-align: center;
}

#table_standard table.item_top tr td.apply2 {
    width: 18%;
    text-align: center;
    background: #7F8082;
    color: #fefefe;
    font-size: 110%;
    font-weight: bold;
}

#table_standard table.item_top tr td.apply span {
    font-size: 80%;
}

#table_standard table.item_top tr td a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 110%;
    font-weight: bold;
    background: #041E42;
    color: #fefefe;
    border: 1.5px solid #041E42;
}

#table_standard table.item_top tr td a:hover {
    background: #fefefe;
    color: #041E42;
    border: 1.5px solid #041E42;
}

#table_standard table.item_top tr td.cs {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 110%;
    font-weight: bold;
    background: #7F8082;
    color: #fefefe;
    border-bottom: 1.5px solid #7F8082;
}

/*
#table_standard .item_top tr td.uc {
    background: #B3AC66;
    color: #fefefe;
}
*/
#table_standard p {
    text-align: center;
    margin-top: 30px;
    font-size: 18px;
}
/*table_standard ここまで*/

/*introduction_pattern02 ここから*/
.introduction_pattern02 {
    width: 100%;
    margin-top: 40px;
}

.introduction_pattern02 p {
    font-size: 16px;
    margin: 20px 0;
}

.introduction_pattern02 .full img {
    max-width: 100%;
    margin-top: 20px;
}
/*introduction_pattern02 ここまで*/

/*entry ここから*/
#main_contents .entry {
    width: 100%;
    margin: 0 auto;
    margin: 100px 0 120px 0;
}

#main_contents .entry_btn {
    width: 60%;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 20px;
    background: linear-gradient(to right, #cc0000 20%,#eb5514 60%,#ffb900);
    font-size: 150%;
    font-weight: bold;
    border-radius: 30px;
}

#main_contents .entry_btn2 {
    width: 40%;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 20px;
    background: #0F1E3B;
    font-size: 150%;
    font-weight: bold;
    border-radius: 30px;
}

#main_contents .entry_btn p {
    padding: 10px 0;
    color: #fff;
}

#main_contents .entry_btn2 p {
    padding: 10px 0;
    color: #fff;
}

#main_contents .entry_btn:hover {
    opacity: 0.7;
}

#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: 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;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 10px
 }
#Contact table tr td p.add{
	font-size: 13px;
	margin-bottom: 10px;
 }
/*Contact ここまで*/

/*reservation ここから*/
#main_contents .reservation {
    width: 100%;
}

#main_contents .reservation h3 {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 700;
}

#main_contents .reservation h4 {
    margin-bottom: 10px;
    font-size: 18px;
}

#main_contents .reservation ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 40px 0;
}

#main_contents .reservation ul li.txt, .reservation ul li.img_side, #main_contents .reservation ul li.double {
    width: 48%;
    position: relative;
}

#main_contents .reservation ul li.img_side img, #main_contents .reservation ul li.double img {
    width: 100%;
    max-width: 600px;
}

#main_contents .reservation ul li.triple {
    width: 32%;
    position: relative;
}

#main_contents .reservation ul li.triple img {
    width: 100%;
    max-width: 400px;
}

#main_contents .reservation ul li .infolink {
    display: flex;
    justify-content: center;
    margin: 20px 0;
}

#main_contents .reservation ul li .infolink a {
    width: 49%;
}

#main_contents .reservation 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 .reservation ul li .infolink a p:hover {
    background: #fefefe;/*ツアーによって色変更*/
    color: #323232;/*ツアーによって色変更*/
    transition: 0.3s;
}

#main_contents .reservation ul li .tell p {
    font-weight: 700;
    font-size: 24px;
    padding: 5px 0 15px;
}
/*reservation ここまで*/
