@charset "UTF-8";

.page_header{
width: 100%;
  height: 0;
  padding-top: calc(300 / 1100 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
  background: url("../img/header_img.jpg") center center / cover no-repeat;
}
.access_copy{line-height: 1.8;font-size: 20px;margin-top: 2%;}
.access_back
{width: 1000px;margin: 0 auto;position: relative;background-image: url("../img/access_back.svg");background-position: top right;background-repeat: no-repeat;background-size: 60%;height: 400px;margin-top: -100px;padding-top: 100px;}

.border_bottom_green{border-bottom: solid 2px #229856;}
/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:560px) {

.page_header{
width: 100%;
  height: 0;
  padding-top: calc(155 / 560 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
  background: url("../img/header_img_sp.jpg") center center / cover no-repeat;
}
.access_back
{width: 100%;margin: 0 auto;position: relative;background-image: none;background-position: top right;background-repeat: no-repeat;background-size: 0%;height: auto;margin-top: 0px;padding-top: 0px;}
}