@charset "UTF-8";

#vegas {
    background-size: contain;
    width: 100%;
    height: 95vh;
}

#vegas h1 {
    font-size: 4rem;
    text-align: center;
    margin-top: 35vh;
    color: white;
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    letter-spacing: normal;
    text-shadow: 1px 1px 4px black;
}
@media screen and (max-width:770px) {
	.section2 br{
		display: none;
	}
}
@media screen and (max-width:599px) {
    #vegas h1 {
        font-size: 6vw;
    }
}

@media (orientation: portrait) {
    #vegas {
        background-size: contain;
        width: 100%;
        height: 50vh;
    }

    #vegas h1 {
        margin-top: 20vh;
        color: white;
    }
}

.section2,.section4 {
    height: 100%;
	text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
}

.section3 h2 {
    color: red
}

.slider2 {
    position: relative;
    bottom: 0;
}

table {
    color: #2a2a2a;
}

.bg-e {
    width: 70%;
    text-align: left;
    border-bottom: solid 1px #2a2a2a;
    padding: 20px 0px 20px 10px;
}

.bg-f8 {
    width: 30%;
    text-align: center;
    border-bottom: solid 1px #2a2a2a;
    padding: 20px 10px 20px 0px;
}
.cautionary p{
    font-size: 1.5rem;
    line-height: 23px;
    color: #585858;
}
.yazirusi {
    width: 30px;
    display: flex;
    height: 100%;
    margin: auto;
    align-items: center;
}

@media screen and (max-width:765px) {
    .yazirusi {
        padding: 40px 0;
        transform: rotate(90deg);
    }
}

.section4 h2 {
    color: #4169e1;
    font-size: 3rem;
    text-shadow: 1px 1px 4px #999999;
    letter-spacing: 10px;
}

@media screen and (max-width:599px) {
    .section4 h2 {
        font-size: 9vw;
        letter-spacing: 15px;
    }
}

.section-7 {
    background-image: url(../img/haikei3.png);
    background-position: center;
    background-repeat: repeat-y;
    background-size: cover;
    height: 100%;
}

/*ボタン*/
a.btn_24 {
    display: block;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    width: 311px;
    margin: auto;
    padding: 1rem 4rem;
    font-weight: bold;
    border-radius: 4px;
    border: 1px solid #4169e1;
    color: #4169e1;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: all 0.2s ease-in;
}

a.btn_24:before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%) scaleY(1) scaleX(1.25);
    top: 100%;
    width: 140%;
    height: 180%;
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 50%;
    display: block;
    transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
    z-index: -1;
}

a.btn_24:after {
    content: "";
    position: absolute;
    left: 55%;
    transform: translateX(-50%) scaleY(1) scaleX(1.45);
    top: 180%;
    width: 160%;
    height: 190%;
    background-color: #4169e1;
    border-radius: 50%;
    display: block;
    transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
    z-index: -1;
}

a.btn_24:hover {
    color: #ffffff;
    border: 1px solid #4169e1;
}

a.btn_24:hover:before {
    top: -35%;
    background-color: #4169e1;
    transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}

a.btn_24:hover:after {
    top: -45%;
    background-color: #4169e1;
    transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}
.yagou{
	font-size: 2.5rem;
}