@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%;
	font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    margin: 0 auto;
    color: #323232;/*ツアーによって色変更*/
}

.overview{
    text-align: center;
    font-size: 30px;
    font-weight: 900;
    border-bottom: 3px solid #CC0000;/*ツアーによって色変更*/
}

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

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

/*item_side*/
#table_standard .item_side {
    width: 100%;
    text-align: left;
    margin-top: 40px;
}

#table_standard .item_side tr td.item {
    width: 25%;
    vertical-align: middle;
    padding: 15px;
    background: #323232;
    color: #fefefe;
    font-size: 16px;
    font-weight: bold;
    border: 1px solid #afafaf;
}

#table_standard .item_side tr td.matter {
    width: 75%;
    padding: 15px;
    background: #fefefe;
    border: 1px solid #afafaf;
}

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

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

/*item_top*/
#table_standard .item_top {
    width: 100%;
    text-align: center;
    vertical-align: middle;
    margin-top: 40px;
    font-size: 16px;
    border: 1px solid #323232;
}

#table_standard .item_top tr th {
    text-align: center;
    padding: 15px;
    background: #323232;
    color: #fefefe;
    border-bottom: 1px solid #323232;
}

#table_standard .item_top tr td.contents {
    padding: 15px;
    border-left: 1px solid #323232;
    border-bottom: 1px solid #323232;
}

#table_standard .item_top tr td.item {
    text-align: center;
    padding: 15px;
    background: #323232;
    color: #fefefe;
    border-bottom: 1px solid #323232;
}

#table_standard p {
    font-size: 14px;
}
/*table_standard ここまで*/

/*table_schedule ここから*/
#table_schedule {
    max-width: 1236px;
    margin-top: 80px;
}

#table_schedule table {
    width: 100%;
    max-width: 1236px;
    margin-top: 40px;
    font-size: 16px;
    border: 1px solid #323232;
}

#table_schedule table tr th {
    text-align: center;
    padding: 15px 0;
    background: #323232;
    color: #fefefe;
    font-weight: bold;
    border: 1px solid #323232;
}

#table_schedule table tr td {
    padding: 15px;
    border: 1px solid #323232;
}

#table_schedule table tr td.center_top {
    text-align: center;
    vertical-align: top;
}

#table_schedule table tr td.center_middle {
    text-align: center;
    vertical-align: middle;
}

#table_schedule table tr td.left_top {
    text-align: left;
    vertical-align: top;
}

#table_schedule table tr td.left_middle {
    text-align: left;
    vertical-align: middle;
}

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

#table_schedule tr td font {
    color: #cc0000;
    font-size: 14px;
    font-weight: bold;
}
/*table_schedule ここまで*/

/*heading ここから*/
.heading {
    width: 100%;
    text-align: center;
}

.heading h1{
	font-size: 36px;
	font-weight: 900;
    color:#cc0000;
}
.heading h1 span {
    display: block;
	font-size: 28px;
    color: #323232;
}

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

.heading p.caption {
    font-size: 13px;
    text-align: right;
}
/*heading ここまで*/

/*heading_small ここから*/
.heading_small {
    width: 100%;
}

.heading_small h1 {
    font-size: 14px;
    padding-left: 5px;
    margin-bottom: 5px;
    border-left: 10px solid #cc0000;
}

.heading_small img {
    width: 100%;
    max-width: 1236px;
    margin-top: 10px;
}
/*heading_small ここまで*/

/*overviewing ここから*/
.overviewing {
    width: 95%;
	margin: 70px auto;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
}
/*overviewing ここまで*/

/*aten_draw　ここから*/
.aten_draw {
    width: 100%;
    margin: 70px auto;
    border-radius: 5px;
}

.aten_draw .aten_schedule {
    display: flex;
    justify-content: space-around;
    margin: 50px auto;
}

.aten_draw .aten_schedule ul {
    width: 45%;
}

.aten_draw .aten_schedule ul li {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

.aten_draw .aten_schedule ul li h3 {
    padding: 5px ;
    margin-bottom: 15px;
    background: linear-gradient(to right, #cc0000 20%,#eb5514 60%,#ffb900);
    color: #fefefe;
    font-size: 22px;
    font-weight: bold;
}

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

.aten_draw p.aten_attention {
    font-size: 14px;
    margin-left: 1.0em;
	text-indent: -1.0em;
}

.entry_thanks {
    font-weight: bold;
    margin: 20px 0;
}

.entry_checking {
    text-align: center;
}

.entry_checking h3 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: -20px;
}
/*aten_draw　ここまで*/

/*aten_first ここから*/
.aten_first {
    width: 100%;
    margin: 50px 0;
    /*背景が白以外のツアーのみ使用 ここから*/
    /*
    background: #fefefe;
    padding-bottom: 50px;
    */
    /*背景が白以外のツアーのみ使用 ここまで*/
}

.aten_first h2 {
    text-align: center;
    padding: 20px 0;
    background: #cc0000;
    font-size: 26px;
    font-weight: bold;
}

.aten_first h3 {
    text-align: center;
    margin: 20px 0;
    color: #cc0000;
    font-size: 20px;
    font-weight: bold;
}

.aten_first p {
    padding: 0 15px;
    color: #cc0000;
    font-size: 15px;
}
/*aten_first ここまで*/

/*point_new ここから*/
.point_new {
    margin-top: 80px;
    width: 100%;
    font-weight: bold;
}

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

.point_new 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 #001135;/*ツアーによって色変更*/
}

.point_new ul li.number {
    width: 5%;
    max-height: 1.5em;
    text-align: center;
    background: #D0B86A;/*ツアーによって色変更*/
    color: #001135;/*ツアーによって色変更*/
    padding: 10px 13px;
    font-size: 24px;
    border-radius: 5px;
}

.point_new ul li.summarize {
    width: 95%;
    padding-left: 15px;
    font-size: 20px;
}

.point_new ul li.summarize span {
    display: block;
}

.point_new ul li.summarize span.small {
    font-size: 75%;
}

.point_new ul li font {
    color: #cc0000;
    font-weight: bold;
}
/*point_new ここまで*/

/*profile ここから*/
.profile {
    margin-top: 80px;
}

.profile img {
    display: inline-block;
    width: 28%;
    max-width: 200px;
    vertical-align: top;
    margin-left: 60px;
    margin-bottom: 20px;
}

.profile ul {
    display: inline-block;
    width: 72%;
    margin-left: 40px;
}

.profile ul li {
    font-size: 15px;
}

.profile ul li span {
    font-size: 18px;
    font-weight: bold;
}
/*profile ここまで*/

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

.introduction_pattern01 ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.introduction_pattern01 ul li.txt {
    width: 60%;
    padding-right: 20px;
}

.introduction_pattern01 ul li.txt h3 {
    padding: 40px 0 20px 0;
    font-size: 20px;
    font-weight: bold;
}

.introduction_pattern01 ul li.txt h4 {
    font-size: 16px;
    margin-bottom: 50px;
}

.introduction_pattern01 ul li.txt p.space {
    padding-top: 20px;
}

.introduction_pattern01 ul li.txt p a:hover {
    opacity: 0.7;
}

.introduction_pattern01 ul li.img {
    width: 40%;
    max-width: 750px;
    padding: 40px 0 20px 0;
    font-size: 14px;
}

.introduction_pattern01 ul li.img img {
    width: 100%;
    max-width: 750px;
}

.introduction_pattern01 .join {
    margin: 40px 0 100px 0;
}

.introduction_pattern01 .join p {
    font-size: 18px;
    margin-left: 1em;
    text-indent: -1em;
}

.introduction_pattern01 .join .join_btn {
    width: 100%;
     max-width: 750px;
    text-align: center;
    margin: 0 auto;
    margin-top: 30px;
    background: linear-gradient(to right, #cc0000 20%,#eb5514 60%,#ffb900);
    font-weight: bold;
    border-radius: 8px;
}

.introduction_pattern01 .join .join_btn p {
    padding: 15px 0;
    color: #fefefe;
    font-size: 20px;
}

.introduction_pattern01 .join .join_btn:hover {
    opacity: 0.7;
}
/*introduction_pattern01 ここまで*/

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

.introduction_pattern02 ul {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.introduction_pattern02 ul li {
    width: 50%;
    max-width: 500px;
    margin: 40px 20px 0 20px;
    padding: 20px;
    border: 1px solid #0e1f3d;
    border-radius: 5px;
}

.introduction_pattern02 ul li.solo {
    width: 100%;
    max-width: 1236px;
    text-align: center;
}

.introduction_pattern02 ul li h3 {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

.introduction_pattern02 ul li p.fee {
    text-align: center;
    margin: -10px 0 40px 0;
    font-size: 36px;
    font-weight: 900;
    color: #cc0000;
}

.introduction_pattern02 ul li p.detail {
    font-size: 16px;
    margin: 0;
}

.introduction_pattern02 ul li p.detail span {
    font-size: 110%;
}
/*introduction_pattern02 ここまで*/

/*introduction_pattern03 ここから*/
.introduction_pattern03 {
    width: 100%;
    margin-top: 80px;
    font-weight: bold;
}

.introduction_pattern03 h2 {
    margin-bottom: 40px;
}

.introduction_pattern03 ul {
    display: flex;
    justify-content: flex-start;
    margin-top: 20px;
}

.introduction_pattern03 ul li.competition {
    width: 15%;
    text-align: center;
    margin: 0 20px 0 0;
    padding: 3px 10px;
    font-size: 20px;
    background: #CC0000;
    color: #fefefe;
}

.introduction_pattern03 ul li.competition_2 {
    width: 85%;
    font-size: 18px;
}
/*introduction_pattern03 ここまで*/

/*attention ここから*/
.attention{
	font-size: 14px;
	text-align: left;
    margin: 40px 0;
	/*margin: 40px 0 40px 40px;*/
}

.attention h4 {
    font-weight: bold;
    color: #cc0000;
}

.attention p span {
    color: #cc0000;
}

.attention_indent{
	margin-left: 1.25em;
	text-indent: -1.25em;
}

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

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

.polisy ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.polisy ul a {
    width: 30%;
    padding: 10px 0;
    background: #fefefe;
    text-align: center;
    color: #CC0000;
    font-size: 16px;
    font-weight: bold;
    border: 2px solid #CC0000;
    border-radius: 45px;
}

.polisy ul a:hover {
    background: #CC0000;
    color: #fefefe;
    border: 2px solid #CC0000;
}
/*polisy ここまで*/

/*entry ここから*/
.entry {
    width: 60%;
    margin: 50px auto;
}

.entry_btn {
    width: 100%;
    text-align: center;
    margin-top: 120px;
    background: linear-gradient(to right, #cc0000 20%,#eb5514 60%,#ffb900);
    font-size: 24px;
    font-weight: bold;
    border-radius: 8px;
}

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

.entry_btn:hover {
    opacity: 0.7;
}

.entry_txt {
    text-align: center;
    font-size: 22px;
    color: #CC0000;
    font-weight: bold;
    margin-top: 120px;
}
/*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: 64%;
    max-width: 1236px;
    vertical-align: top;
    margin: 0 auto;
    background: #fefefe;
    border: 1px solid #323232;
}

#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 ここまで*/