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

#main_contents .sp, #main_contents .sp_in{
	display:none;
}

#main_contents .pc{
	display: block;
}

#main_contents .pc_in{
	display: inline;
}

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

/*------body------*/
#main_contents {
	width: 64%;
    max-width: 1236px;
	font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    margin: 0 auto;
    color: #303030;/*ツアーによって色変更*/
}

#main_contents div h2.overview{
    text-align: left;
    font-size: 32px;
    font-weight: 700;
    border-bottom: 7px solid #6AABEF;/*ツアーによって色変更*/
}

#main_contents .btn {
    width: 60%;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 20px;
    background: #cc0000;
    font-size: 150%;
    font-weight: bold;
    border: 1px solid #cc0000;
    border-radius: 30px;
}

#main_contents .btn p {
    padding: 10px 0;
    color: #fff;
}

#main_contents .btn:hover {
    background: #fff;
    color: #cc0000;
    text-decoration: none;
    border: 1px solid #cc0000;
    border-radius: 30px;
}

#main_contents .btn p:hover {
    color: #cc0000;
}

#main_contents .txt {
    text-align: center;
    margin-bottom: 20px;
    font-size: 110%;
}

#main_contents .txt span {
    font-size: 95%;
}

#main_contents p.topbar{
	width: 100%;
	height: 8px;
    background: linear-gradient(to right, #2E4FDB, #6AABEF 30%, #9BEBB7);/*ツアーによって色変更*/
}

#main_contents .heading {
    width: 100%;
    text-align: center;
}

#main_contents .heading h1{
	font-size: 28px;
	font-weight: 900;
    color:#cc0000;
}

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

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

#main_contents .overviewing {
    width: 95%;
	margin: 70px auto;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
}

#main_contents .competition_entry {
    width: 100%;
    margin: 0 auto;
    margin-top: 100px;
    text-align: center;
}

#main_contents .competition_entry ul {
    display: flex;
    justify-content: space-between;
}

#main_contents .competition_entry ul li.venue {
    width: 50%;
    max-width: 580px;
    margin: 60px 0 80px 0;
    padding-right: 20px;
}

#main_contents .competition_entry ul li.schedule {
    width: 50%;
    max-width: 580px;
    margin: 60px 0 80px 0;
    padding-left: 20px;
}

#main_contents .competition_entry ul li.venue h3, #main_contents .competition_entry ul li.schedule h3 {
    width: 100%;
    padding: 10px 0;
    background: #fefefe;
    color: #2E4FDB;
    font-size: 20px;
    font-weight: bold;
    border-bottom: 3px solid #2E4FDB;
}

#main_contents .competition_entry ul li.venue p, #main_contents .competition_entry ul li.schedule p {
    margin-top: 20px;
    font-size: 18px;
}

#main_contents .competition_entry ul li p a:hover {
    opacity: 0.7;
}

#main_contents .competition_entry ul li.images01, #main_contents .competition_entry ul li.images02, #main_contents .competition_entry ul li.images03, {
    width: 33%;
    max-width: 380px;
}

#main_contents .competition_entry ul li.images01 {
    padding-right: 15px;
}

#main_contents .competition_entry ul li.images02 {
    padding: 0 15px;
}

#main_contents .competition_entry ul li.images03 {
    padding-left: 15px;
}

#main_contents .competition_entry ul li img {
    width: 100%;
    margin-top: 50px;
}

#main_contents .competition_entry p.caption {
    font-size: 13px;
    text-align: right!important;
}

#main_contents .aten_announce {
    width: 100%;
    max-width: 1196px;
    text-align: center;
    margin: 40px auto;
    padding: 30px 0;
    border: 10px double #6AABEF;
}

#main_contents .aten_announce h2 {
    max-width: 400px;
    margin: 0 auto;
    font-size: 26px;
    font-weight: bold;
    border-bottom: 7px solid #9BEBB7;
}

#main_contents .aten_announce p {
    font-size: 18px;
    margin-bottom: 20px;
}

#main_contents .aten_announce p span {
    font-size: 150%;
    font-weight: bold;
}

#main_contents .mail {
    width: 100%;
    margin: 0 auto;
    margin-top: 100px;
}

/*Contact ここから*/
#Contact{
    font-family: 'Noto Sans JP', sans-serif;
	/*padding: 20px 30px;*/
	width: 64%;
	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 ここまで*/