@charset "utf-8";

html {
    font-size: 62.5%;
    color: #333;
}

.section1::before{
    display: block;
    width: 100%;
    height: 350px;
    content: "";
    background: url(/images/visual_sengoku1.jpg) 50% 50% no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.section1 h1.title1{
    display: block;
    font-size: 4rem;
    text-align: center;
    max-width: 580px;
    border-bottom: #648dc9 solid 4px;
    padding-bottom: 25px;
    margin: 40px auto 75px;
}

h2.title2{
    font-size: 2.4rem;
}

.wrap2{
    margin-top: 50px;
}

iframe{
    display: block;
    width: 100%;
    margin-bottom: 100px;
}

footer{
    padding-top: 60px;
    background-color: #fafafa;
}

footer h1.title1{
    display: block;
    font-size: 2.8rem;
    text-align: center;
    max-width: 580px;
    border-bottom: #dddddd solid 2px;
    padding-bottom: 30px;
    margin: 0 auto;
}

footer p{
    display: block;
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
    color: #648dc9;
}

footer p span{
    font-size: 2.8rem;
    padding-left: 35px;
}

footer p span small{
    font-size: 2.4rem;
}

#copyright{
    display: block;
    text-align: center;
    font-size: 1.5rem;
    padding: 5px 0;
    background-color: #648dc9;
    color: #fff;
}

.container {
    width: 100%;
    max-width: 1230px;
    padding-left: 15px;
    padding-right: 15px;
    margin: auto;
    overflow: hidden;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

table,
tbody,
tr {
    border: none;
    width: 100%;
    height: auto !important;
    box-sizing: border-box;
}

th,
td {
    padding: 15px;
    box-sizing: border-box;
    border: 1px solid #fff;
    font-size: 1.6rem;
    line-height: 1.7;
    text-align: left;
    vertical-align: top;
    background: #fafafa;
}

th {
    background: #648dc9;
    color: #fff;
    width: 20%;
}

body,
.pure-g [class*=pure-u] {
    margin: 0;
    font-family: "游ゴシック", YuGothic, Verdana, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
}

.mincho {
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    font-feature-settings: "palt";
}

a[href^=tel] {
    text-decoration: none;
    color: inherit;
    cursor: default;
}

a[href^=tel]:hover {
    opacity: 1;
}

@media screen and (max-width:828px) {
    a[href^=tel] {
        /*text-decoration: underline;*/
    }

    .section1 h1.title1,
    footer h1.title1{
        line-height: 1.5;
    }

    .section1 h1.title1 span,
    footer h1.title1 span{
        display: inline-block;
    }

    th,
    td{
        display: block;
        width: 100%;
        border: none;
    }

    footer p span{
        display: block;
        padding-left: 0;
    }
}