@charset "utf-8";

/***************************************************************************
Media Queries
****************************************************************************/

@media print, screen and (max-width: 1280px) {
}
@media only screen and (max-width: 767px) {
}

/***************************************************************************
access_point (基本設定)
****************************************************************************/

#access_point {
    display: flex;
    justify-content: center;
    background-color: #4E8977;
    font-weight: normal;
    color: #FFFFFF;
}
#access_point li {
    padding: 15px 30px 15px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
#access_point li:before { 
    content: " ";
    display: block;
    position: absolute;
    height: 45%;
    width: 1px;
    background-color: #A6C3BA;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
#access_point li:nth-child(1):before { 
    display: none;
}

@media only screen and (max-width: 768px), print {
ul#access_point {
    flex-wrap: wrap;
}
#access_point li {
    padding: 10px 2% 10px 2%;
    width: 50%;
}
#access_point li {
    border-bottom: 1px solid #A6C3BA;
}
#access_point li:nth-child(odd):before { 
    display: none;
}
}

/***************************************************************************
access_point (文字設定)
****************************************************************************/

#access_point .rosen {
    font-size: 16px;
    position: absolute;
    top: -1.5em;
    left: 1.3em;
}
#access_point .minutes {
    font-size: 72px;
    line-height: 0.8;
    color: #CEC944;
    letter-spacing: -0.07em;
    margin-right: 0.07em;
}
#access_point .distance {
    display: table;
    font-size: 13px;
    margin-left: auto;
}

@media only screen and (max-width: 767px) {
#access_point {
    font-size: 2.5vw;    /*16px÷768*100*/
}
#access_point .rosen,
#access_point .distance {
    font-size: 2vw;      /*16px÷768*100*/
}
#access_point .minutes {
    font-size: 11.25vw;  /*72px÷768*100*/
}
}

@media only screen and (max-width: 414px) {
#access_point .rosen,
#access_point .distance {
    font-size: 11px;
}
}

/***************************************************************************
access_point_type_02 (基本設定)
****************************************************************************/

.access_point_type_02 {
    display: flex;
    justify-content: center;
    background-color: #4E8977;
    font-weight: normal;
    color: #FFFFFF;
}
.access_point_type_02 > li:before { 
    content: " ";
    display: block;
    position: absolute;
    height: 45%;
    width: 1px;
    background-color: #A6C3BA;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.access_point_type_02 > li:nth-child(1):before { 
    display: none;
}
.access_point_type_02.top_block > li {
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 50px 30px 10px 0px;
}

.access_point_type_02.bottom_block > li {
    padding: 0px 30px 15px 30px;
}
.access_point_type_02.bottom_block .inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.access_point_type_02.bottom_block .inner li { 
    display: block;
}
.access_point_type_02.bottom_block .right_block {
    margin-left: 1em;
}

@media only screen and (max-width: 767px) {
.access_point_type_02 {
    flex-wrap: wrap;
    justify-content: flex-start;
}
.access_point_type_02 > li {
    width: 100%;
    border-bottom: 1px solid #A6C3BA;
    text-align: left !important;
}
.access_point_type_02 .inner {
    width: 100%;
}
.access_point_type_02 > li:before { 
    display: none;
}
.access_point_type_02.top_block > li {
    padding: 3.5em 1em 1em 0em;
}
.access_point_type_02.bottom_block > li {
    padding: 0.5em 1em 1em 1em;
}
}

/***************************************************************************
access_point_type_02 (文字設定)
****************************************************************************/

.access_point_type_02 .txt_lll {
    font-size: 240%;
}
.access_point_type_02 .txt_ll {
    font-size: 200%;
}
.access_point_type_02 .txt_l {
    font-size: 150%;
}
.access_point_type_02 .rosen {
    font-size: 16px;
    position: absolute;
    top: -2.2em;
    left: 1.5em;
}
.access_point_type_02 .rosen span {
    white-space: nowrap;
    padding: 0.2em 0.6em 0.2em 0.6em;
    background-color: #FFFFFF;
    color: #000000;
    line-height: 1;
}
.access_point_type_02 .rosen .bg_yellow {
    background-color: #D6D84A;
}
.access_point_type_02 .minutes {
    font-size: 72px;
    line-height: 0;
    color: #CEC944;
}
.access_point_type_02 .minutes .txt_s {
    font-size: 37%;
    padding-left: 0.15em;
}
.access_point_type_02 .distance {
    display: table;
    font-size: 13px;
    line-height: 1;
    margin-left: auto;
	text-align: right;
}

.access_point_type_02.bottom_block .spot_name {
    margin-top: 0.2em;
    margin-bottom: 0.2em;
}
.access_point_type_02.bottom_block .txt_ll {
    font-size: 170%;
}
.access_point_type_02.bottom_block .minutes {
    font-size: 60px;
    line-height: 1;
}

@media only screen and (max-width: 414px) {
.access_point_type_02 .txt_lll {
    font-size: 9.2vw;
}
.access_point_type_02 .txt_ll {
    font-size: 7.7vw;
}
.access_point_type_02.bottom_block .txt_ll {
    font-size: 6.52vw;
}
.access_point_type_02 .txt_l {
    font-size: 5.79vw;
}
.access_point_type_02 .txt_s {
    font-size: 3.3vw;
}
.access_point_type_02 .minutes {
    font-size: 17vw;
}
.access_point_type_02.bottom_block .minutes {
    font-size: 14vw;
}
.access_point_type_02 .rosen {
    font-size: 3.86vw;
}
}

/***************************************************************************
section_ttl(基本設定)
****************************************************************************/

.section_ttl .txt_wrap,
.section_ttl .img_wrap {
    display: table;
}
.section_ttl .txt_wrap {
    width: 60%;
    margin-top: -17.5%;
}
.section_ttl .img_wrap {
    width: 75%;
}
.section_ttl .img_wrap img {
    width: 100%;
}

.section_ttl .txt_wrap {
    background-color: rgba(54,105,99,0.8);
}
.section_ttl .txt_wrap .inner {
    color: #FFFFFF;
    text-align: center;
    padding: 8% 1% 8% 1%;
}
.section_ttl .top_ttl,
.section_ttl .txt {
    margin-bottom: 5%;
}
.section_ttl .top_ttl {
    font-size: 3.12vw;    /*60px÷1920*100*/
    line-height: 1.4;
}
.section_ttl .top_ttl .txt_lll {
    font-size: 4.68vw;    /*90px÷1920*100*/
    color: #ebe66d;
}
.section_ttl .txt {
    font-size: 1.3vw;    /*25px÷1920*100*/
    line-height: 1.8;
}
.section_ttl .btn a {
    font-size: 1.71vw;    /*33px÷1920*100*/
    font-family: "EB Garamond", "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", serif;
    border-radius: 0px;
    background-color: #FFFFFF;
    color: rgba(54,105,99,0.8);
    border: 1px solid #FFFFFF;
}
.section_ttl .btn:hover a {
    color: #FFFFFF;
}
.section_ttl .btn a:before {
    background-color: rgba(54,105,99,0.8);
}
.section_ttl .btn a:after {
    border-right: 2px solid rgba(54,105,99,0.8);
    border-bottom: 1px solid rgba(54,105,99,0.8);
}
.section_ttl .btn:hover a:after {
    border-right: 2px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
}

@media only screen and (min-width: 769px) and (max-width: 1200px) {
.section_ttl .top_ttl {
    font-size: 38px;
}
.section_ttl .top_ttl .txt_lll {
    font-size: 57px;
}
.section_ttl .txt {
    font-size: 16px;
}
.section_ttl .btn a {
    font-size: 21px;
}
}

@media only screen and (max-width: 767px) {
.section_ttl .txt_wrap {
    width: 100%;
    margin-top: 0%;
    transform: skewX(0deg) !important;
    margin: 0 !important;
    padding: 0 !important;
}
.section_ttl .txt_wrap .inner {
    transform: skewX(0deg) !important;
    padding: 5vw 1% 5vw 1%;
}
.section_ttl .top_ttl,
.section_ttl .txt {
    margin-bottom: 5vw;
}
.section_ttl .img_wrap {
    width: 100%;
    margin-left: inherit;
}
.section_ttl .top_ttl {
    font-size: 5.21vw;    /*40px÷768*100*/
}
.section_ttl .top_ttl .txt_lll {
    font-size: 7.81vw;    /*60px÷768*100*/
}
.section_ttl .txt {
    font-size: 2.34vw;    /*18px÷768*100*/
}
.section_ttl .btn a {
    font-size: 2.86vw;    /*22px÷768*100*/
}
}

@media only screen and (max-width: 480px) {
.section_ttl .txt {
    font-size: 13px;     /*vw/rem指定は小さくなりすぎるので固定*/
}
.section_ttl .btn a {
    font-size: 15px;     /*vw/rem指定は小さくなりすぎるので固定*/
}
.section_ttl .btn {
    max-width: 90%;
}
}

/***************************************************************************
section_ttl(left)
****************************************************************************/

.section_ttl.left .txt_wrap {
    transform: skewX(-7.5deg);
    margin-left: -3%;
    padding-left: 3%;
}
.section_ttl.left .txt_wrap .inner {
    transform: skewX(7.5deg);
}
.section_ttl.left .img_wrap {
    margin-left: auto;
}

/***************************************************************************
section_ttl(right)
****************************************************************************/

.section_ttl.right .txt_wrap {
    transform: skewX(7.5deg);
    margin-right: -3%;
    padding-right: 3%;
    margin-left: auto;
}
.section_ttl.right .txt_wrap .inner {
    transform: skewX(-7.5deg);
}
.section_ttl.right .img_wrap {
    margin-right: auto;
}

/***************************************************************************
shiryo_area
****************************************************************************/

.shiryo_area {
    max-width: 840px;
    margin: 0px auto 0px auto;
    padding: 70px 0px 70px 0px;
}
.shiryo_area h3 {
    text-align: center;
    font-size: 42px;
}
.shiryo_area .marker {
    color: #448C76;
    box-shadow: inset 0px -10px rgba(255,225,15,0.7);
}

@media only screen and (max-width: 767px) {
.shiryo_area {
    padding: 9.11vw 0px 9.11vw 0px;    /*70px÷768*100*/
}
.shiryo_area h3 {
    font-size: 6.77vw;    /*52px÷768*100*/
}
}

@media only screen and (max-width: 480px) {
.shiryo_area h3 {
    font-size: 8.33vw;    /*40px÷480*100*/
}
}

