body{
    background-color: #e8e5e1;
    font-family: "Noto Sans JP", serif;
}

ul{
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}

p{
    color: #111;
}

img{
    width: 100%;
}

.jp-serif{
    font-family: "Noto Serif JP", serif;
}

.en-serif{
    font-family: "EB Garamond", serif;
}

.sp{
    display: none;
}

.navbar{
    width: 60%;
    background-color: #fff352;
    padding: 20px 0;
    margin: 10px auto;
    border-radius: 50px;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
}

.navbar ul{
    display: flex;
    width: 80%;
    margin: auto;
    justify-content: space-between;
}

.navbar li a{
    text-decoration: none;
    color: #111;
    transition: .3s;
}

.navbar li a:hover{
    color: #ff1e1e;
}

#link1,#link2,#link3,#link4,#link5,#link6{
    padding-top: 100px;
}

.main{
    background-image: url(../img/main.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 70vh;
    position: relative;
    margin: 20px;
}

.main h1{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 50%;
}

.main h1 img{
    filter: drop-shadow(0px 0px 7px rgba(0, 0, 0, 0.8));
}

.tp-logo{
    width: 10%;
    margin: 100px auto 50px auto;
}

.tp-movie{
    text-align: center;
}

.message{
    margin-bottom: 100px;
}

.message-content,.staff-iv-l,.staff-iv-r,.entry-content{
    display: flex;
}

.message-content .title,.about-content .title,.entry-content .title{
    width: 30%;
}

.title h2{
    font-size: 36px;
    letter-spacing: 2px;
}

.title p{
    color: #ff1e1e;
    letter-spacing: 1px;
}

.message-text,.about-text,.enrty-form{
    width: 70%;
}

.message-text h3{
    font-size: 30px;
}

.message-text p,.about-text p,.sta-text-r p,.sta-text-l p{
    line-height: 2em;
    letter-spacing: 1px;
    margin-top: 20px;
}

.hukuri{
    background-image: url(../img/content.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 100px;
}

.hukuri-title{
    text-align: center;
}

.hukuri-title img{
    width: 20%;
}

.hukuri-title h2{
    color: #fff352;
    font-size: 30px;
    letter-spacing: 2px;
}

.hukuri-point1,.hukuri-point2{
    display: flex;
    justify-content: space-between;
}

.hukuri-point1 li,.hukuri-point2 li{
    background-color: rgba(255, 255, 255, 0.9);
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2px;
}

.hukuri-point1 li{
    width: 49%;
    margin: 30px auto;
}

.hukuri-point2 li{
    width: 32%;
}

.hukuri-koyou{
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    margin-bottom: -50px;
}

.hukuri-koyou figure{
    width: 30%;
}

.about{
    margin: 100px 0;
    padding: 100px 0;
    background-image: url(../img/logo-color-o.svg);
    background-position: right;
    background-repeat: no-repeat;
}

.chumoku{
    background-color: #292c4c;
    padding: 100px 0;
}

.chumoku-content{
    display: flex;
    justify-content: space-between;
}

.chumoku-list{
    width: 48%;
    margin: 30px 0;
}

.chumoku-text{
    background-color: white;
    height: 120px;
}

.red-text{
    background-color: #ff1e1e;
    color: white;
    text-align: center;
    padding: 5px 0;
    margin-bottom: 0;
}

.chumoku-text dl{
    padding-top: 10px;
    text-align: center;
}

.chumoku-text dt{
    font-size: 18px;
}

.chumoku-stepup p{
    text-align: center;
    color: white;
    font-size: 30px;
    letter-spacing: 2px;
}

.interviews{
    margin: 100px 0;
}

.interviews .title{
    text-align: center;
}

.staff-iv-l,.staff-iv-r{
    align-items: center;
    justify-content: space-between;
    margin: 50px 0;
}

.sta-img-l,.sta-img-r{
    width: 40%;
}

.sta-text-r,.sta-text-l{
    width: 55%;
}

.sta-text-r h3,.sta-text-l h3{
    color: #ff1e1e;
    font-size: 20px;
}

.sta-text-r h3 i,.sta-text-l h3 i{
    padding-left: 5px;
}

.bosyu{
    background-color: #ff3200;
    padding: 50px 0;
}

.bosyu .title{
    text-align: center;
}

.bosyu .title h2{
    color: #fff352;
}

.bosyu .title p{
    color: white;
}

.apgu-bg{
    background-color: white;
    padding: 20px;
}

.apgu-bg th,.apgu-bg td{
    padding: 10px 20px;
}

.apgu-bg th{
    vertical-align: top;
}

.apgu-bg td{
    border-left: 1px solid #ff1e1e;
}

.apgu-text p{
    color: white;
    text-align: center;
    margin-top: 10px;
}

.entry{
    margin-bottom: 100px;
}

.entry .field{
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
}

.entry .label{
    width: 35%;
}

.label i{
    padding-right: 5px;
    color: #ff1e1e;
}

.label span{
    color: #ff1e1e;
    font-size: 14px;
    padding-left: 10px;
}

.entry .control{
    width: 65%;
}

.input,.textarea{
    width: 100%;
}

.sousin{
    background-color: #ff1e1e;
    border: 1px solid #ff1e1e;
    border-radius: 50px;
    color: white;
    width: 200px;
    height: 50px;
    line-height: 50px;
    transition: .3s;
}

.sousin:hover{
    background-color: white;
    color: #ff1e1e;
}

.pripoli .modal-title{
    font-size: 20px;
}

.pripoli-text p,.pripoli-text li{
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 2em;
}

.pripoli-text h4{
    color: #ff1e1e;
    font-size: 20px;
}

.pripoli-text ul{
    margin-bottom: 10px;
}

.tel{
    margin-top: 50px;
}

@media (min-width: 751px) {
    a[href^="tel:"] {
        pointer-events: none;
        cursor: default;
    }
}

footer{
    background-color: black;
    padding: 50px 0;
}

.foot-logo h2{
    display: flex;
    align-items: center;
    color: white;
    justify-content: center;
}

.foot-logo span{
    width: 6%;
    padding-right: 10px;
}

.foot-sitemap ul,.foot-link ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 50%;
    margin: 0 auto;
}

.foot-sitemap li{
    width: 30%;
    text-align: center;
    margin: 5px 0;
}

.foot-sitemap li a{
    color: white;
    text-decoration: none;
    transition: .3s;
}

.foot-sitemap li a:hover{
    color: #ff1e1e;
}

.foot-link{
    width: 50%;
    border-top: 1px solid white;
    padding-top: 10px;
    margin: 10px auto 0 auto;
}

.foot-link li a{
    color: #fff352;
    text-decoration: none;
    transition: .3s;
}

.foot-link li a:hover{
    color: #ff1e1e;
}

.copy p{
    text-align: center;
    color: white;
    margin-top: 30px;
}

#page-top{
    width: 50px;
    height: 50px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    background-color: #fff352;
    color: white;
    border-radius: 50%;
}

#page-top a{
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
    color: black;
}

