/* ヘッダ */
#content section.titlearea {
    background: #1c6247 url("../image/common/title_back.svg") no-repeat 100% 20px;
    background-size: 80%;
}
#content section.titlearea * {
    color: #fff;
}
#content h2 {
    font-size: 2.2rem;
    font-weight: 500;
    color: #1c6247;
    margin-bottom: 20px;
    text-align: center;
}
#content h3 {
    font-size: 2rem;
    font-weight: 500;
    color: #1c6247;
    margin-bottom: 0.6em;
}
@media (min-width: 768px) {
#content section.titlearea {
    background-position: 100% 0px;
    background-size: 70%;
}
#content section.titlearea * {
    color: #fff;
}
#content h2 {
    font-size: 2.8rem;
}
#content h3 {
    font-size: 2.4rem;
    margin-bottom: 0.6em;
}
}
@media (min-width:1280px) {
#content section.titlearea {
    background-position: 100% -22px;
    background-size: 920px;
}
#content section.titlearea * {
    color: #fff;
}
#content h2 {
    font-size: 3.2rem;
    margin-bottom: 30px;
}
#content h3 {
    font-size: 2.6rem;
    margin-bottom: 0.6em;
}
}


/* 共通 */
#content section .kome_list li {
    list-style: none;
    padding-left: 1.2em;
    position: relative;
}
#content section .kome_list li:before {
    content: '※';
    position: absolute;
    left: 0px;
    top: 0px;
}

@media (min-width: 768px) {
}
@media (min-width:1280px) {
}


/* 中 */
#content section.access {
    padding-top: 20px;
}
section.access iframe {
    width: 100%;
    height: 400px;
    margin-bottom: 30px;
}

section.access .access_add {
    text-align: center;
    margin-bottom: 30px;
}
section.access .access_add .logo {
    width: 300px;
    margin: 0 auto 15px;
}
section.access .access_photo {
    display: table;
    margin: 20px auto 0;
    position: relative;
}
section.access .access_photo .leaf1 {
    position: absolute;
    left: -30px;
    bottom: -10px;
}
section.access .access_photo .leaf2 {
    position: absolute;
    right: -30px;
    top: -30px;
}

section.access .access_root {
    background: #f7f7f7;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
    padding: 15px;
    position: relative;
}
section.access .root_car {
    margin-bottom: 30px;
}
section.access .root_car h2 img {
    display: block;
    width: 50px;
    margin: auto;
}
section.access .root_train h2 img {
    display: block;
    width: 36px;
    margin: auto;
}

@media (min-width: 768px) {
/* 中 */
#content section.access {
}
#content section.access > div {
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
section.access iframe {
    width: 48%;
    height: 400px;
    margin-bottom: 40px;
}

section.access .access_add {
    width: 48%;
    margin-bottom: 40px;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -webkit-flex-direction:column;
    -ms-flex-direction:column;
    flex-direction:column;
}
section.access .access_add .logo {
    width: 360px;
    margin: 0 auto 20px;
}
section.access .access_photo {
    margin-top: auto;
    position: relative;
}
section.access .access_photo .leaf1 {
    left: -30px;
    bottom: -20px;
}
section.access .access_photo .leaf2 {
    position: absolute;
    right: -40px;
    top: -30px;
}

section.access .access_root {
    width: 48%;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
    padding: 20px;
}
section.access .root_car {
    margin-bottom: 0;
}
section.access .root_car h2 img {
    width: auto;
    height: 38px;
    margin: 12px auto 0;
}
section.access .root_train h2 img {
    width: auto;
    height: 50px;
    margin: auto;
}
}

@media (min-width:1280px) {
/* 中 */
#content section.access {
}
#content section.access > div {
}
section.access iframe {
    width: 580px;
    height: 500px;
    margin-bottom: 50px;
}

section.access .access_add {
    width: 580px;
    margin-bottom: 50px;
}
section.access .access_add .logo {
    width: 372px;
    margin-bottom: 30px;
}
section.access .access_photo .leaf1 {
    left: -37px;
    bottom: -30px;
}
section.access .access_photo .leaf2 {
    right: -60px;
    top: -34px;
}

section.access .access_root {
    width: 580px;
    padding: 20px;
}
section.access .root_car {
    margin-bottom: 0;
}
section.access .root_car h2 img {
    width: auto;
    height: 38px;
    margin: 12px auto 0;
}
section.access .root_train h2 img {
    width: auto;
    height: 50px;
    margin: auto;
}

section.access .access_root {
    width: 580px;
    padding: 30px 35px;
}
section.access .root_car {
    margin-bottom: 0;
}
section.access .root_car h2 img {
    height: 43px;
    margin: 10px auto 0;
}
section.access .root_train h2 img {
    height: 53px;
}
}
