@charset "UTF-8";

/* common setting */
/*                */
html {
    font-size: 100%;
}

body {
    font-family: 'Arial', 'Meiryo UI', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Yu Gothic UI', sans-serif;
    line-height: 1.7;
    color: #565B61;
    margin: 0 auto;
}

body.itiran {
    width: 750px;
    height: 1440px;
}

body.kyoten {
    width: 750px;
    height: 720px;
}

a {
    color: #565B61;
    text-decoration: none;
}

a:visited {
    color: #666666;
}

a:hover {
    color: #10B6B5;
    text-decoration: underline;
}

img {
    max-width: 100%;
    max-height: 100%;
    display: block;
}

h1 {
    font-size: 3.5rem;
}

h2 {
    font-size: 1.75rem;
    margin-bottom: 1.5rem;
}

h3 {
    font-size: 1.25rem;
}

h4 {
    font-size: 1.1rem;
    margin-top: 0.5rem;
    margin-left: 1.5rem;
}


/* common area */
/*             */
/* header--------------------------------------------------------------------------*/

header {
    text-align: center;
    margin: 1rem 0;
}


/* common area */
/*             */
/* footer --------------------------------------------------------------------------*/


footer {
    color: #565B61;
    font-size: 1rem;
    text-align: center;
/*    background: #565B61;*/
    padding: 1.5%;
/*    margin-top: 80px;*/
}


/* para area */
/*           */
/* index --------------------------------------------------------------------------*/

main {
    width: 580px;
    margin: 0 auto;   
}

section:nth-child(n + 3) {
    margin-top: 3rem;
}

section:nth-child(8) {
    margin-bottom: 3rem;
}

a {
    font-weight: bold;
}

.map {
    margin: 2rem 0;
}

.yoko_sb {
    display: flex;
    justify-content: space-around;
    margin: 1rem 0;
}