@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: #303030;/*ツアーによって色変更*/
}

.topbar{
	width: 100%;
	height: 8px;
    background: linear-gradient(to right, #E77401 70%,#1C1C1C);/*ツアーによって色変更*/
}

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

/*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;
    font-size: 15px;
    border: 1px solid #afafaf;
}

#table_standard .item_side tr td.item {
    width: 25%;
    vertical-align: middle;
    padding: 15px;
    background: #1C1C1C;
    color: #fefefe;
    border-bottom: 1px solid #afafaf;
}

#table_standard .item_side tr td.contents_a {
    width: 75%;
    padding: 15px;
    background: #f4f4f4;
    border-bottom: 1px solid #afafaf;
}

#table_standard .item_side tr td.contents_b {
    width: 75%;
    padding: 15px;
    background: #ebebeb;
    border-bottom: 1px solid #afafaf;
}

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

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

#table_standard .item_top tr td.contents_a {
    padding: 15px;
    background: #f4f4f4;
    border-left: 1px solid #afafaf;
    border-bottom: 1px solid #afafaf;
}

#table_standard .item_top tr td.contents_b {
    padding: 15px;
    background: #ebebeb;
    border-left: 1px solid #afafaf;
    border-bottom: 1px solid #afafaf;
}

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

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

#table_schedule table {
    width: 100%;
    margin-top: 40px;
    font-size: 14px;
    border: 1px solid #afafaf;
}

#table_schedule table tr th {
    text-align: center;
    padding: 15px;
    background: #1C1C1C;
    color: #fefefe;
    border: 1px solid #afafaf;
}

#table_schedule table tr td.center_top_a {
    text-align: center;
    vertical-align: top;
    padding: 15px;
    background: #f4f4f4;
    border: 1px solid #afafaf;
}

#table_schedule table tr td.center_middle_a {
    text-align: center;
    vertical-align: middle;
    padding: 15px;
    background: #f4f4f4;
    border: 1px solid #afafaf;
}

#table_schedule table tr td.left_top_a {
    text-align: left;
    vertical-align: top;
    padding: 15px;
    background: #f4f4f4;
    border: 1px solid #afafaf;
}

#table_schedule table tr td.left_middle_a {
    text-align: left;
    vertical-align: middle;
    padding: 15px;
    background: #f4f4f4;
    border: 1px solid #afafaf;

}
#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%;
    max-width: 1236px;
    text-align: center;
}

.heading h1{
	font-size: 36px;
	font-weight: bold;
    color:#cc0000;
}

.heading h2 {
    font-size: 28px;
	font-weight: bold;
    margin-top: 20px;
}

/*
.heading h3{
    margin-top: 30px;
    padding: 15px 0;
    background: #0070C3;
    color: #fefefe;
    font-size: 28px;
    font-weight: bold;
}
*/

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

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

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

/*aten_draw　ここから*/
.aten_draw {
    max-width: 1236px;
	color: #cc0000;
    margin: 70px auto;
	padding: 20px;
	border: 1px solid #d0d0d0;
    border-radius: 5px;
}

.aten_draw h2 , .aten_draw h3 {
    font-weight: bold;
}

.aten_draw h2 {
    position: relative;
    text-align: center;
    font-size: 26px;
}

/*申込受付終了後に表示*/
/*
.aten_draw h2:before {
    position: absolute;
    bottom: -7px;
    left: calc(50% - 175px);
    width: 350px;
    height: 10px;
    content: '';
    background: #ffff70;
}
*/

/*申込受付期間に表示*/
.aten_draw h2:before {
    position: absolute;
    bottom: -7px;
    left: calc(50% - 266px);
    width: 530px;/*ツアーによって色変更*/
    height: 10px;
    content: '';
    background: #E77401;
}

.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: 18px;
    font-weight: bold;
}

.aten_draw .aten_schedule ul li h3 {
    background: #cc0000;
    color: #f7f7f7;
    font-size: 19px;
    padding: 10px 0;
    margin-bottom: 15px;
}

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

.aten_draw p.aten_attention {
    font-size: 15px;
}

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

/*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: #E77401;/*ツアーによって色変更*/
    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 #1C1C1C;/*ツアーによって色変更*/
}

.point_new ul li.number {
    width: 5%;
    text-align: center;
    background: #1C1C1C;/*ツアーによって色変更*/
    color: #fefefe;/*ツアーによって色変更*/
    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 font {
    color: #cc0000;
    font-weight: bold;
}
/*point_new ここまで*/

/*profile ここから*/
.profile {
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
}

.profile img {
    width: 25%;
    height: 100%;
    max-width: 250px;
    max-height: 319px;
    vertical-align: top;
    margin-bottom: 20px;
}

.profile ul {
    width: 75%;
    margin-left: 20px;
}

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

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

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

.introduction_pattern02 h3 {
    margin-top: 40px;
    padding: 5px 0;
    font-size: 20px;
    font-weight: bold;
}

.introduction_pattern02 ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 30px 0;
}

.introduction_pattern02 ul li {
    width: 34%;
    max-width: 350px;
}

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

.introduction_pattern02 .full a:hover {
    opacity: 0.6;
}
/*introduction_pattern02 ここまで*/

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

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

.attention p span {
    color: #E80014;
}

.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: 100px;
}

.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: 17px;
    font-weight: bold;
    border: 3px solid #cc0000;
}

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

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

.entry_btn {
    width: 100%;
    text-align: center;
    background: #CC0000;
    font-size: 24px;
    font-weight: bold;
    border: 3px solid #CC0000;
    border-radius: 30px;
}

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

.entry_btn:hover {
    background: #fff;
    color: #CC0000;
    text-decoration: none;
    border: 3px solid #CC0000;
    border-radius: 30px;
}

.entry_btn p:hover {
    color: #CC0000;
}

.entry_txt {
    text-align: center;
    font-size: 22px;
    color: #CC0000;
    font-weight: bold;
    margin-top: 20px;
}
/*entry ここまで*/

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