@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;
}

/*------body------*/
#back_navy {
    width: 100%;
    background: linear-gradient(to right bottom, #0e1f3d 60%,#C0111F);
}

#back_white {
    width: 100%;
}

#kv img {
    width: 100%;
}

.main_contents {
	width: 64%;
	font-family: 'Noto Sans JP', sans-serif;
    margin: 0 auto;
    font-weight: 500;
    color: #323232;
}

@media screen and (max-width: 1236px) {
    .main_contents {
        width: 90%;
    }
}

.dark {
    color: #fefefe;
}

#back_white .main_contents h1 {
    text-align: center;
    margin: 30px 0;
    font-size: 36px;
    font-weight: 900;
    color: #323232;
}

#back_white .main_contents h1 span {
    display: block;
    font-size: 80%;
    color: #bc0022;
}

#back_navy .main_contents h2 {
    width: 100%;
    text-align: center;
    padding: 40px 0 15px 0;
    color: #fefefe;
    font-size: 30px;
    font-weight: 900;
    border-bottom: 10px solid #fefefe;
}

#back_navy .main_contents .border, #back_white .main_contents .border {
    position: relative;
    top: -20px;
}

#back_white .main_contents h2 {
    width: 100%;
    text-align: center;
    margin-top: 120px;
    color: #0C1733;
    font-size: 30px;
    font-weight: 900;
    border-bottom: 10px solid;
    border-image: linear-gradient(to right, #0e1f3d 66%, #C0111F) 1;
}

.caption {
    text-align: right;
    font-size: 14px;
}

/*heading ここから*/
.heading {
    display: flex;
    align-items: flex-end;
    text-align: left;
    vertical-align: bottom;
    padding: 20px 0;
}

.heading img {
    width: 100%;
    max-width: 180px;
    padding-right: 15px;
}

.heading p {
    color: #FEFEFE;
    font-size: 22px;
    font-weight: bold;
}
/*heading ここまで*/

/*pr ここから*/
.pr {
    margin-bottom: 60px;
	font-size: 20px;
	font-weight: 700;
}
/*pr ここまで*/

/*overviewing ここから*/
.overviewing {
    text-align: center;
    margin: 60px 0;
	font-size: 22px;
	font-weight: bold;
    color: #cc0000;
}
/*overviewing ここまで*/

/*item_side ここから*/
.item_side, .item_side_2 {
    width: 100%;
    text-align: left;
    margin: 40px 0;
}

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

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

.item_side tr td.guide p {
    font-size: 16px;
}

.item_side_2 tr td.matter p {
    line-height: 2.0em;
    margin-left: 1.2em;
    text-indent: -1.2em;
    font-size: 15px;
}

.item_side_2 tr td.matter p.none_indent {
    margin-left: 0;
    text-indent: 0;
}
/*item_side ここまで*/

/*schedule ここから*/
.schedule {
    width: 1216px;
    margin-top: 40px;
    font-size: 16px;
    background: #fefefe;
    border: 1px solid #afafaf;
}

.schedule tr th {
    text-align: center;
    padding: 15px;
    background: #0e1f3d;
    color: #fefefe;
    font-size: 16px;
    font-weight: bold;
    border: 1px solid #afafaf;
}

.schedule tr td {
    line-height: 36px;
    padding: 15px;
}

.schedule tr td span.event {
    padding: 10px 5px;
    background: #0e1f3d;
    color: #fefefe;
    font-weight: bold;
}

.schedule tr td img {
    width: 30px;
    vertical-align: middle;
    margin: 0 5px;
}

.schedule tr td span.small {
    font-size: 14px;
}

.schedule tr td .shuttle {
    font-weight: bold;
    border: 1px solid #afafaf;
}

.schedule tr td .shuttle h3 {
    text-align: center;
    font-weight: 800;
    background: #ccdaff;
    color: #0e1f3d;
}

.schedule tr td .shuttle p {
    padding: 0 5px;
}

.schedule tr td .shuttle p span {
    display: block;
    font-size: 90%;
    font-weight: 400;
}

.schedule tr td.center_top {
    text-align: center;
    vertical-align: top;
    border: 1px solid #afafaf;
}

.schedule tr td.center_middle {
    text-align: center;
    vertical-align: middle;
    border: 1px solid #afafaf;
}

.schedule tr td.left_top {
    text-align: left;
    vertical-align: top;
    border: 1px solid #afafaf;
}

.schedule tr td.left_middle {
    text-align: left;
    vertical-align: middle;
    border: 1px solid #afafaf;
}

p.schedule_attention {
    margin-top: 5px;
    font-size: 14px;
}

@media screen and (max-width: 1236px) {
    .scroll {
        overflow-x: scroll;
    }

    .scroll::-webkit-scrollbar {　　/*tableにスクロールバーを追加*/
        height: 5px;
    }

    .scroll::-webkit-scrollbar-track {　　/*tableにスクロールバーを追加*/
        background: #F1F1F1;
    }

    .scroll::-webkit-scrollbar-thumb {　　/*tableにスクロールバーを追加*/
        background: #BCBCBC;
    }
}
/*schedule ここまで*/

/*aten_schedule　ここから*/
.aten_schedule {
    width: 100%;
    max-width: 1236px;
    text-align: center;
    margin: 60px 0;
    border: 1px solid #afafaf;
}

.aten_schedule h3 {
    padding: 20px 0;
    font-size: 24px;
    font-weight: 800;
    background: linear-gradient(to right, #cc0000 20%,#eb5514 60%,#ffb900);
    color: #fefefe;
}

.aten_schedule p {
    padding: 20px 0;
    font-size: 22px;
    font-weight: bold;
}
/*aten_schedule　ここまで*/

/*item_top ここから*/
p.timeline {
    margin-top: 50px;
    margin-bottom: 5px;
    font-size: 14px;
}

.item_top {
    width: 100%;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #afafaf;
}

.item_top tr th {
    text-align: center;
    padding: 15px;
    background: #0e1f3d;
    color: #fefefe;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid #afafaf;
}

.item_top tr td {
    padding: 15px;
    background: #fefefe;
    font-size: 16px;
    border-left: 1px solid #afafaf;
    border-bottom: 1px solid #afafaf;
}

.item_top tr td img {
    max-width: 100px;
}
/*item_top ここまで*/

/*point ここから*/
.point {
    display: flex;
    align-items: flex-end;
    counter-reset: li;
    margin-top: 60px;
}

.point ul li {
    line-height: 30px;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 3.0em;
    margin-left: 4.5em;
    text-indent: -4.5em;
    color: #fefefe;
}

.point ul li::before {
    font-family: 'Fugaz One', sans-serif;
    color: #ffb900;
    padding-right: 45px;
    font-size: 55px;
    font-weight: bold;
    content: '0'counter(li);
    counter-increment: li;
}

.point ul li span {
    display: block;
    margin-left: 5.6em;
}

.point ul li span.small {
    margin-left: 0;
    text-indent: 0;
    font-size: 16px;
    font-weight: 500;
}

.point ul li font {
    color: #E50C26;
}

.point .point_img {
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 0 auto;
    margin: -50px 0 50px 0;
}

.point .point_img p {
    width: 28%;
    max-width: 350px;
    text-align: center;
    margin: 0 10px;
    padding: 10px;
    font-size: 14px;
    color: #fefefe;
}

.point .point_img p img {
    width: 100%;
}
/*point ここまで*/

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

.profile img {
    width: 25%;
    height: 100%;
    max-width: 250px;
    max-height: 375px;
    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_pattern01 ここから*/
.introduction_pattern01 {
    width: 100%;
    margin-top: 40px;
}

.introduction_pattern01 ul li h3 {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 700;
}

.introduction_pattern01 ul li p {
    font-size: 16px;
    margin-bottom: 10px;
}

.introduction_pattern01 ul {
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
}

.introduction_pattern01 ul li {
    padding: 0 10px;
}

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

.introduction_pattern01 ul li.img {
    width: 50%;
    max-width: 600px;
    font-size: 14px;
}

.introduction_pattern01 ul li.img a {
    transition: 0.3s;
}

.introduction_pattern01 ul li.img a:hover {
    opacity: 0.4;
    transition: 0.3s;
}

.introduction_pattern01 ul li.img img {
    width: 100%;
    max-width: 600px;
    margin: 10px 0;
}

.introduction_pattern01 ul li.txt {
    width: 50%;
    max-width: 600px;
}

.introduction_pattern01 ul li.txt p span {
    font-size: 120%;
}
/*introduction_pattern01 ここまで*/

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

.introduction_pattern02 p {
    font-size: 16px;
}

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

.introduction_pattern02 ul li {
    width: 47%;
    text-align: center;
    margin: 0 10px 20px;
    background: #fefefe;
    border: 1px solid #afafaf;
    border-radius: 5px;
}

.introduction_pattern02 ul li.images {
    border: none;
    margin-top: 40px;
    background: none;
}

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

.introduction_pattern02 ul li h3 {
    padding: 20px 0 10px;
    font-size: 20px;
    font-weight: 700;
}

.introduction_pattern02 ul li p.fee {
    font-size: 32px;
    font-weight: 900;
    color: #C0111F;
}

.introduction_pattern02 ul li p.fee span {
    margin-right: 20px;
    font-size: 16px;
    font-weight: 500;
    color: #323232;
}

.introduction_pattern02 ul li p.detail {
    text-align: center;
    font-size: 16px;
    margin: 10px 0 20px;
}

.introduction_pattern02 ul li p.detail span {
    font-size: 110%;
}

.introduction_pattern02 ul li img {
    width: 100%;
    max-width: 600px;
}

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

.introduction_pattern02 p.fee_attention {
    text-align: left;
    margin-left: 1em;
    text-indent: -1em;
    font-size: 16px;
}
/*introduction_pattern02 ここまで*/

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

.introduction_pattern03 h3 {
    font-size: 18px;
    font-weight: bold;
}

.introduction_pattern03 p {
    font-size: 16px;
}
/*introduction_pattern03 ここまで*/

/*aten_draw　ここから*/
.aten_draw {
    font-family: 'Noto Sans JP', sans-serif;
    width: 100%;
    max-width: 1236px;
    background: #fefefe;
	color: #323232;
    margin: 10px auto;
    border-radius: 5px;
}

.aten_draw p.aten_attention {
    padding: 2px 0;
	margin-left: 1.25em;
	text-indent: -1.25em;
    font-size: 18px;
}

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

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

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

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

.polisy ul a:hover {
    background: #0C1733;
    color: #fefefe;
    border: 2px solid #0C1733;
    transition: 0.3s;
}
/*polisy ここまで*/

/*entry ここから*/
.entry {
    font-family: 'Noto Sans JP', sans-serif;
    width: 60%;
    max-width: 750px;
    margin: 80px auto;
}

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

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

.entry_btn:hover {
    opacity: 0.7;
    transition: 0.3s;
}

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

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

.link_btn {
    width: 100%;
    text-align: center;
    background: #C0111F;
    font-size: 25px;
    font-weight: bold;
    border: 3px solid #C0111F;
}

.link_btn p {
    padding: 10px 0;
    color: #fefefe;
}

.link_btn:hover {
    background: #fefefe;
    color: #C0111F;
    text-decoration: none;
    border: 3px solid #C0111F;
}

.link_btn p:hover {
    color: #C0111F;
}
/*link ここまで*/

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

.attention h3 {
    margin-bottom: 30px;
    font-size: 150%;
    font-weight: bold;
    border-bottom: 1px solid #fefefe;
}

.attention h4 {
    font-size: 120%;
    font-weight: bold;
    color: #C0111F;
}

.attention h4 span, .attention p span {
    color: #C0111F;
}

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

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


/*Contact ここから*/
.Contact{
    font-family: 'Noto Sans JP', sans-serif;
	/*padding: 20px 30px;*/
	width: 100%;
    margin: 0 auto;
	padding: 40px 0;
}

.Contact table{
	width: 100%;
    vertical-align: top;
    background: #fefefe;
}

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