@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: left;
    margin: 0 auto;
    padding-left: 30px;
    line-height: 1.2em;
    font-weight: 900;
    font-size: 48px;
    color: #041E42;/*ツアーによって色変更*/
    border-left: 30px solid #041E42;
}

#heading .ttl h3 {
    max-width: 1236px;
    text-align: left;
    margin: 0 auto;
    padding-top: 10px;
    padding-left: 30px;
    font-size: 24px;
    font-weight: 700;
    color: #bc0022;/*ツアーによって色変更*/
    border-left: 30px solid #041E42;
}

#heading .ttl img {
    width: 100%;
    max-width: 1920px;
    margin-top: 20px;
}

#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: 34px;
    font-weight: 900;
    color: #fefefe;
}

#heading h2 span {
    display: block;
    font-size: 20px;
}

#heading h2.mt {
    margin-top: 100px;
}

#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: 90%;
    }
}

/*tour*/
#main_contents .tour {
    width: 100%;
    margin: 30px auto;
    background: #fefefe;
    border: 1px solid #041E42;
    border-radius: 10px;
}

#main_contents .tour a {
    transition: 0.3s;
}

#main_contents .tour a:hover {
    opacity: 0.6;
    transition: 0.3s;
}

#main_contents .tour a h4 {
    position: relative;
    margin: 10px 20px 20px 20px;
    padding-right: 200px;
    font-size: 26px;
    font-weight: 900;
    color: #323232;
}

#main_contents .tour a h4 span {
    display: block;
    font-size: 22px;
    color: #bc0022;
}

#main_contents .tour a h4::after {
    content: '＞';
    position: absolute;
    right: 0;
    bottom: 50%;
    margin-right: 20px;
    font-weight: 500;
    color: #041E42;
}

#main_contents .tour a p.status {
    width: 10%;
    text-align: center;
    margin: 20px 0 0 20px;
    padding: 5px 10px;
    font-size: 18px;
    color: #fefefe;
    border-radius: 20px;
}

#main_contents .tour a p.on {
    font-weight: 700;
    background: linear-gradient(to right, #cc0000 20%,#eb5514 60%,#ffb900);
}

#main_contents .tour a p.off {
    font-weight: 500;
    background: #474a4d;
}

/*products*/
#main_contents h3.schedule {
    margin: 80px 0 20px;
    font-size: 24px;
    font-weight: 700;
}

#main_contents .products {
    width: 100%;
    max-width: 1236px;
    display: flex;
    justify-content: space-between;
    margin: 20px auto 20px;
}

#main_contents .products .pre {
    width: 32%;
    max-width: 400px;
    position: relative;
    background: #fefefe;
    border: 1px solid #041E42;
    border-radius: 5px;
    align-items: center;
}

#main_contents .products ul li.vol {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding: 0.2em 0;
    font-size: 28px;
    font-weight: 700;
    background: linear-gradient( 45deg, #041E42 0% 40%, #bc0022 60% 100% );
    color: #fefefe;
}

#main_contents .products ul li.status {
    text-align: center;
    margin: 20px auto 0;
    font-size: 22px;
    font-weight: 700;
    color: #545454;
}

#main_contents .products ul li.cs {
    width: 50%;
    font-weight: 900;
    background: #ffb900;
    color: #323232;
}

#main_contents .products ul li.ttl {
    margin: 0 auto;
    padding: 1.5em 30px;
    font-size: 24px;
    font-weight: 900;
    font-style: italic;
    color: #323232;
}
/*products ここまで*/

/*notice ここから*/
#main_contents .notice {
    text-align: center;
    margin-top: 40px;
}

#main_contents .notice h4 {
    width: 20%;
    margin: 0 auto 20px;
    font-size: 26px;
    font-weight: 900;
    background: #ffb900;
    color: #323232;
}

#main_contents .notice h3 {
    font-size: 30px;
    font-weight: 900;
}

#main_contents .notice h3 span {
    display: block;
    font-size: 22px;
    color: #bc0022;
}

#main_contents .notice .btn {
    width: 50%;
    text-align: center;
    margin: 20px auto 80px;
    padding: 10px 0;
    background: linear-gradient(to right, #cc0000 20%,#eb5514 60%,#ffb900);
    border-radius: 5px;
}

#main_contents .notice .btn a p {
    font-size: 22px;
    font-weight: 700;
    color: #fefefe;
}

#main_contents .notice .btn:hover {
    opacity: 0.7;
}
/*notice ここまで*/

/*overviewing*/
#main_contents .overviewing {
    width: 100%;
    max-width: 1236px;
    margin: 0 auto;
    padding: 20px 0 60px;
    line-height: 2.0em;
    font-weight: 700;
    font-size: 22px;
}

/*entry ここから*/
#main_contents .entry {
    width: 100%;
    margin: 0 auto;
    margin-top: 100px;
}

#main_contents .entry h2 {
    text-align: center;
    font-size: 32px;
    font-weight: 900;
    color: #041E42;
    border-bottom: 2px solid #041E42;
}

#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_btn p {
    padding: 10px 0;
    color: #fff;
}

#main_contents .entry_btn:hover {
    opacity: 0.7;
}

#main_contents .entry_txt {
    text-align: center;
    margin: 20px 0;
    font-size: 20px;
    font-weight: 500;
}

#main_contents .entry_txt span {
    font-size: 95%;
}
/*entry ここまで*/

/*Contact ここから*/
#Contact{
	width: 100%;
    font-family: 'Noto Sans JP', sans-serif;
	margin: 80px auto 0;
    padding: 60px 0;
    background: #041E42;
}

#Contact table{
	width: 64%;
    max-width: 1236px;
    vertical-align: top;
    margin: 0 auto;
    background: #fefefe;
}

@media screen and (max-width: 1236px) {
    #Contact table {
	   width: 90%;
    }
}

#Contact table tr td {
    width: 50%;
    vertical-align: top;
    padding: 20px 30px;
}

#Contact table tr td p{
	font-size: 12px;
    font-weight: 500;
	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: 700;
	margin-top: 15px;
	margin-bottom: 10px
 }
#Contact table tr td p.add{
	font-size: 13px;
	margin-bottom: 10px;
 }
/*Contact ここまで*/