@charset "UTF-8";

/* common */
.serif {
    font-family: 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', sans-serif;
    font-weight: normal;
}

img {
    vertical-align: top;
}

h3.serif {
    text-align: center;
    border-top: 1px solid #0c0c0c;
    border-bottom: 1px solid #0c0c0c;
    padding: 30px 0;
    font-size: 28px;
    line-height: 42px;
    color: #000000;
    margin: 0 0 40px;
}

h3.bottom__60 {
    margin-bottom: 60px;
}

h4 {
    color: #000000;
    line-height: 32px;
    margin: 0;
}

h4.img-title {
    font-size: 28px;
    line-height: 42px;
}

p {
    color: #4d4d4d;
    font-size: 16px;
    line-height: 32px;
}

p.right {
    text-align: right;
}

strong.line {
    font-weight: normal;
    background: linear-gradient(transparent 0%, #ffe9a6 0%);
}

.block {
    padding: 60px 0;
}

.block img {
    max-width: 100%;
    height: auto;
}

.block.top__0 {
    padding-top: 0;
}

.block.top__15 {
    padding-top: 15px;
}

.block.top__40 {
    padding-top: 40px;
}

.inner {
    max-width: 960px;
    padding: 0 30px;
    margin: 0 auto;
    box-sizing: content-box;
}

.inner-imgbox {
    max-width: 960px;
    padding: 0 30px;
    margin: 0 auto;
}

img.arrow {
    max-width: 100% !important;
    width: auto;
    margin-right: .5em !important;
	vertical-align: middle;
}

body.fixed {
    position: fixed;
    width: 100%;
    height: 100%;
}

a span {
    line-height: 24px;
}

.inner-bannerbox {
    width: 400px;
    margin: 0 0 0 auto;
}

.inner-bannerbox a {
    text-decoration: none;
}

.inner-bannerbox .inner-banner {
    align-items: center;
    justify-content: center;
    border: 1px solid #000000;
    padding: 10px 0;
}

.inner-bannerbox .inner-banner-rx100m3 .flex-item {
    flex: 0 0 auto;
}

.inner-bannerbox .flex-item:first-of-type img {
    vertical-align: top;
}

.inner-bannerbox .flex-item:nth-of-type(2) {
    margin-left: 12px;
}

.inner-bannerbox .flex-item:nth-of-type(2) img {
    width: 110px;
    height: auto;
}

.inner-bannerbox .flex-item:last-of-type {
    margin-left: 28px;
}

.inner-bannerbox .inner-banner-rx0 .flex-item:nth-of-type(2) {
    margin-left: 18px;
}

.inner-bannerbox .inner-banner-rx0 .flex-item:nth-of-type(2) img {
    width: 58px;
    height: auto;
}

.inner-bannerbox .inner-banner-rx0 .flex-item:last-of-type {
    margin-left: 56px;
}

/* IE */
@media all and (-ms-high-contrast: none) and (min-width: 1200px) {
    .rx-tcc-logo {
        width: 1200px;
    }

    #mainVisual.top .inner {
        width: 1100px;
    }
}

@media screen and (max-width: 979px) {
    p.right {
        padding-right: 10px;
    }
}

@media screen and (max-width: 767px) {
    .block {
        padding: 60px 0 0;
    }

    /* 0629変更箇所 */
    .inner {
        padding: 0 20px;
    }

    .inner-imgbox {
        padding: 0 20px;
    }

    /* 0629変更箇所ここまで */
}

@media screen and (max-width: 639px) {
    .block {
        padding: 40px 0 0;
    }

    .block p {
        text-align: justify;
        text-justify: inter-ideograph;
    }

    h3.serif {
        font-size: 20px;
        line-height: 30px;
    }

    h4.img-title {
        font-size: 20px;
        line-height: 30px;
    }

    .inner-bannerbox {
        width: 100%;
        margin: 0 0 0 auto;
    }

    .inner-bannerbox .inner-banner {
        padding: 15px;
    }

    .inner-bannerbox .inner-banner-rx100m3 .flex-item {
        flex: 0 1 auto;
    }
}

@media screen and (max-width: 479px) {
    h3.serif {
        font-size: 17px;
        line-height: 26px;
    }
}

@media screen and (max-width: 429px) {
    .inner-bannerbox .inner-banner {
        flex-wrap: wrap;
    }

    .inner-bannerbox .flex-item:first-of-type {
        flex: 0 1 auto;
    }

    .inner-bannerbox .flex-item:nth-of-type(2) {
        flex: 0 1 auto;
    }

    .inner-bannerbox .flex-item:last-of-type {
        margin-top: 10px;
        margin-left: 0 !important;
        flex: 1 1 100%;
        text-align: center;
    }
}

/*breakpoint*/
.b76{display:none;}
.nb76{display:block;}

@media screen and (max-width: 767px) {
	.b76{display:block;}
	.nb76{display:none;}
}



/* contents top */
.main-visual {
    background-color: #fff;
    background: url(../img/mainvisual.jpg) center top;
    height: 720px;
    position: relative;
    background-repeat: repeat-x;
}

#curtain {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 1;
    z-index: 999;
}

.main-visual .inner {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.main-visual h1 {
    margin: 0;
    width: 631px;
    -webkit-filter: drop-shadow(0px 3px 10px rgba(0, 0, 0, .8));
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, .8));
}

.main-visual h1 img {
    width: 100%;
}

.main-visual+.right {
    font-size: 12px;
    margin-right: 6px;
}

.top-wrapper .sub {
    margin: 0 auto;
    padding: 60px 30px;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .main-visual {
        height: 500px;
        background-size: cover;
    }

    .main-visual .inner {
        padding: 0 40px;
    }

    .main-visual .top-wrapper .sub {
        padding: 40px 20px;
    }
}

@media screen and (max-width: 639px) {
    .main-visual+.right {
        line-height: 16px;
    }

    .top-wrapper .sub {
        padding: 40px 20px 0;
    }
}

@media screen and (max-width: 599px) {
    .top-wrapper .sub p {
        text-align: justify;
        text-justify: inter-ideograph;
    }
}

@media screen and (max-width: 479px) {
    .main-visual {
        height: 320px;
    }
}

/* page navigation */
.page-navigation {
    background-color: #eff0f0;
}

.page-navigation ul {
    max-width: 1200px;
    margin: 0 auto;
    list-style: none;
    padding: 0;
}

.page-navigation ul img {
    width: 100%;
    vertical-align: top;
}

#fixedNav {
    background-color: #eff0f0;
    position: fixed;
    top: -80px;
    left: 0;
    right: 0;
    z-index: 10;
    transition: .3s;
}

#fixedNav ul {
    max-width: 1200px;
    margin: 0 auto;
}

#fixedNav ul a:nth-of-type(n+2) {
    margin-left: 1px;
}

/* sp-menu */
#spMenu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 10;
    -webkit-transform: translateZ(10px);
    transform: translateZ(10px);
    background: #fff;
}

#spMenu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    transition: .3s;
}

#spMenu a {
    text-decoration: none;
    color: #fff;
}

#spMenu li {
    border-bottom: 1px solid #404040;
    padding: 20px 0 20px 1em;
    display: inline-block;
    width: 100%;
    font-size: 12px;
    background: #1d1d1d;
}

p#menuButton {
    margin: 0;
    position: fixed;
    z-index: 20;
    -webkit-transform: translateZ(20px);
    transform: translateZ(20px);
    visibility: hidden;
    top: -52px;
    right: 10px;
    cursor: pointer;
    transition: .3s;
}

p#menuButton.active {
    top: 10px !important;
    visibility: visible !important;
}

p#menuButton img {
    width: 40px;
    border: 1px solid #A4A4A4;
    padding: 5px;
    background: rgba(255, 255, 255, .7);
    transition: .3s;
}

p#menuButton img:hover {
    background: #fff;
}

/* 0629変更箇所 */
#page-navigation-sp {
    display: none;
}

/* 0629変更箇所ここまで */
@media screen and (max-width: 767px) {

    /* 0629変更箇所 */
    #fixedNav {
        display: none;
    }

    /* 0629変更箇所ここまで */
}

/* 0629変更箇所 */
@media screen and (max-width: 479px) {
    #page-navigation-pc {
        display: none;
    }

    #page-navigation-sp {
        display: block;
    }

    #page-navigation-sp ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    #page-navigation-sp a {
        text-decoration: none;
        color: #fff;
    }

    #page-navigation-sp li {
        border-bottom: 1px solid #404040;
        padding: 20px 0 20px 1em;
        display: inline-block;
        width: 100%;
        font-size: 12px;
        background: #1d1d1d;
        box-sizing: border-box;
    }
}

/* 0629変更箇所ここまで */
/* intro */
.intro {
    padding-top: 90px;
    padding-bottom: 120px;
}

.intro img {
    max-width: 100%;
    height: auto;
}

.intro h2 {
    text-align: center;
    margin: 0 auto;
}

.intro h2 img {
    margin-top: 0;
}

.intro .inner-imgbox.second-img {
    padding-top: 40px;
}

.intro .text {
    margin-top: 90px;
}

.intro .text p+p {
    margin-top: 32px;
}

.intro-flex {
    margin-top: 80px;
}

.intro-flex img {
    margin: 0;
}

.intro-flex .flex-item p {
    margin: 0;
}

.intro-flex .flex-item:first-of-type {
    flex: 0 0 50%;
}

.intro-flex .flex-item:last-of-type {
    margin-left: 32px;
    flex: 1 1 auto;
}

.intro-flex .flex-item:last-of-type a {
    text-decoration: none;
    font-size: 16px;
    line-height: 1;
    vertical-align: middle;
	display: block;
    margin-top: 0.5em;
}

.intro-flex .flex-item:last-of-type a+h4 {
    margin-top: 30px;
}

.intro-flex .flex-item:last-of-type .cp {
    margin-top: 13px;
    border: 1px solid #de0000;
    color: #d70000;
    padding: 14px;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .intro {
        padding-top: 45px;
        padding-bottom: 60px;
    }

    .intro .inner-imgbox.second-img {
        padding-top: 15px;
    }

    .intro .text {
        margin-top: 60px;
    }

    .intro p {
        text-align: justify;
        text-justify: inter-ideograph;
    }

    .intro p.right {
        text-align: right;
    }

    .intro .flex {
        margin-top: 60px;
        flex-direction: column;
        align-items: center;
    }

    .intro .flex-item a {
        display: block;
    }

    .intro-flex .flex-item:first-of-type {
        flex: 0 0 100%;
        text-align: center;
    }

    .intro-flex .flex-item:last-of-type {
        margin-top: 24px;
        margin-left: 0;
        flex: 1 1 auto;
    }
}

@media all and (-ms-high-contrast: none) and (max-width: 767px) {
    .intro .flex {
        display: block;
        text-align: center;
    }
}

@media screen and (max-width: 639px) {
    .intro .text {
        margin-top: 30px;
    }
}

/* profile */
.profile {
    background-color: #f2f2f2;
    padding: 75px 0;
}

.profile .cs-inner {
    padding: 0 30px;
}

.profile .profile-name {
    margin-left: 38px;
    padding-top: 20px;
}

.profile .profile-text {
    margin-left: 64px;
}

.profile .profile-text p {
    margin: 0;
}

.profile .sns-list {
    list-style: none;
    padding: 0;
}

.profile .sns-list a:nth-of-type(n+2) {
    margin-left: 18px;
}

@media screen and (max-width: 979px) {
    .profile .flex {
        flex-wrap: wrap;
        justify-content: center;
    }

    .profile .profile-text {
        flex: 0 0 100%;
        margin-left: 0;
        margin-top: 30px;
    }

    .profile .profile-text .sns-list {
        margin: 30px 0 0;
    }
}

@media screen and (max-width: 767px) {
    .profile .profile-text p {
        text-align: justify;
        text-justify: inter-ideograph;
    }
}

@media screen and (max-width: 639px) {
    .profile {
        padding: 50px 0;
    }

    .profile .profile-name {
        margin-left: 20px;
    }
}

@media screen and (max-width: 499px) {
    .profile .profile-photo {
        width: 100%;
        text-align: center;
    }

    .profile .profile-name {
        width: 100%;
        margin-left: 0;
        text-align: center;
    }

    .profile .flex.sns-list {
        flex-direction: row;
    }
}

@media all and (-ms-high-contrast: none) and (max-width: 499px) {
    .profile .flex {
        display: block;
        text-align: center;
    }

    .profile .flex.sns-list {
        display: flex;
    }
}

/* section */
.scene01 {
    background-image: url(../img/scene01_bg.jpg);
}

.scene02 {
    background-image: url(../img/scene02_bg.jpg);
}

.scene03 {
    background-image: url(../img/scene03_bg.jpg);
}

.finally {
    background-image: url(../img/finally_bg.jpg);
}

.section {
    background-position: center top;
    background-repeat: repeat-x;
    background-size: 100%;
    padding-bottom: 80px;
}

.section .inner {
    max-width: 960px;
    margin: 0 auto;
}

.section .section-header {
    padding: 175px 0 188px;
    text-align: center;
}

.section h2 {
    margin: 0;
}

.section h2 img {
    max-width: 100%;
}

.section .section-header+p {
    text-align: center;
    margin: 0;
}

.section .section-header+p+p {
    margin: 20px 0 0;
}

.section .inner-imgbox {
    text-align: center;
}

/*.colum_2 */
.section .inner-imgbox.colum_2 {
    text-align: left;
    font-size: 0;
}

.section .inner-imgbox.colum_2 img {
    width: 100%;
}

.section .inner-imgbox .imgbox-left {
    padding-right: 1%;
    display: inline-block;
    box-sizing: border-box;
    width: 50%;
}

.section .inner-imgbox .imgbox-right {
    padding-left: 1%;
    display: inline-block;
    box-sizing: border-box;
    width: 50%;
}

.section .inner-imgbox .large {
    width: 70%;
    box-sizing: border-box;
}

.section .inner-imgbox .small {
    width: 30%;
    box-sizing: border-box;
}

/*.compare */
.section .inner-imgbox.colum_2.compare {
    text-align: left;
    font-size: 0;
    width: 50%;
}

.section .inner-imgbox.compare .imgbox-left {
    padding-right: 3%;
}

.section .inner-imgbox.compare .imgbox-right {
    padding-left: 3%;
}

.section .inner-imgbox.compare .large {
    width: 55%;
    box-sizing: border-box;
}

.section .inner-imgbox.compare .small {
    width: 45%;
    box-sizing: border-box;
}

/*.vertical */
.section .inner-imgbox.colum_2.vertical {
    text-align: left;
    font-size: 0;
    width: 100%;
}

.section .inner-imgbox.colum_2.vertical img {
    width: 100%;
}

.section .inner-imgbox.vertical .imgbox-left {
    padding-right: 3%;
}

.section .inner-imgbox.vertical .imgbox-right {
    padding-left: 3%;
}

.section .inner-imgbox.vertical .large {
    width: 55%;
    box-sizing: border-box;
}

.section .inner-imgbox.vertical .small {
    width: 45%;
    box-sizing: border-box;
}

/*.colum_4 */
.section .inner-imgbox.colum_4 {
    text-align: left;
    font-size: 0;
    margin-bottom: 60px;
    line-height: 0;
}

.section .inner-imgbox.colum_4 img {
    width: 25% !important;
    display: inline-block;
    box-sizing: border-box;
}

.section .inner-imgbox .imgbox-left p {
    text-align: left;
}

@media screen and (max-width: 767px) {
    .section .inner-imgbox .imgbox-left {
        padding-right: 0;
        display: block;
        box-sizing: border-box;
        width: 100%;
        margin-top: 30px;
    }

    .section .inner-imgbox .imgbox-right {
        padding-left: 0;
        display: block;
        box-sizing: border-box;
        width: 100%;
        margin-top: 30px;
    }

    .section .inner-imgbox.colum_4 img {
        width: 50% !important;
        display: inline-block;
        box-sizing: border-box;
        margin-bottom: 3px;
    }

    .section .inner-imgbox .imgbox-left p {
        text-align: right;
    }

    .section .inner-imgbox .small {
        width: 80% !important;
        margin: 30px auto 0;
    }

    /* 1110追記 */
    .section .inner-imgbox .small img {
        width: 100%;
    }

    .section .inner-imgbox.colum_2.compare, .section .inner-imgbox.colum_2.vertical {
        width: 100%;
        box-sizing: border-box;
        display: block;
    }

    .section .inner-imgbox.compare .imgbox-left, .section .inner-imgbox.vertical .imgbox-left {
        padding-right: 0;
    }

    .section .inner-imgbox.compare .imgbox-right, .section .inner-imgbox.vertical .imgbox-right {
        padding-left: 0;
    }

    .section .inner-imgbox.compare .large, .section .inner-imgbox.vertical .large {
        display: block;
        box-sizing: border-box;
        width: 100%;
        margin-top: 30px;
    }

    .section .inner-imgbox.compare .small, .section .inner-imgbox.vertical .small {
        display: block;
        box-sizing: border-box;
        width: 100% !important;
        margin-top: 30px;
    }

    .section .inner-imgbox.compare img, .section .inner-imgbox.vertical img {
        width: 50% !important;
        padding: 0 25%;
        background-color: #F1F1F1;
        box-sizing: content-box;
        /* 1110追記 */
    }
}

.section .inner-imgbox .img-title {
    margin-bottom: 24px;
    max-width: 100%;
}

.section .inner-imgbox .trip-lazy {
    max-width: 100%;
}

.section .inner-imgbox p {
    text-align: right;
    margin: 0;
    font-size: 13px;
    color: #666666;
}

#scene01 .flex1 .flex-item:first-of-type {
    flex: 0 0 50%;
}

#scene01 .flex1 .flex-item:last-of-type {
    flex: 1 1 auto;
    margin-left: 32px;
    display: flex;
    align-items: center;
}

#finally .section-header {
    padding: 100px 0 40px;
}

#onepoint {
    padding-bottom: 145px;
    border-top: 1px solid #a3a3a3;
}

#onepoint .section-header {
    padding: 100px 0 65px;
}

#onepoint .flex-item:first-of-type {
    flex: 0 0 auto;
}

#onepoint .flex-item:last-of-type {
    margin-left: 36px;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

#onepoint .flex-item:last-of-type p {
    margin: 0 0 22px;
}

#onepoint .flex-item:last-of-type a {
    display: inline-block;
    padding: 20px 40px;
    border: 1px solid #000000;
    text-decoration: none;
}

#onepoint .flex-item:last-of-type a:nth-of-type(n+2) {
    margin-top: 15px;
}

@media all and (-ms-high-contrast: none) {
    #onepoint .flex-item:last-of-type {
        display: block;
        text-align: center;
    }
}

@media screen and (max-width: 1799px) {
    .section {
        background-size: auto;
    }
}

@media screen and (max-width: 979px) {
    .section .inner-imgbox p {
        margin-right: 10px;
    }
}

@media screen and (max-width: 767px) {
    .section .section-header {
        padding: 100px 0 110px;
    }

    #finally .section-header {
        padding: 80px 0 20px;
    }

    #onepoint {
        padding-bottom: 80px;
    }

    #onepoint .section-header {
        padding: 80px 0 65px;
    }

    #onepoint .flex {
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
    }

    #onepoint .flex-item:last-of-type {
        margin: 30px 0 0;
        align-items: center;
    }
	.section .inner-imgbox p,.section .inner-imgbox .imgbox-left p {
    	text-align: center;
	}
}

@media all and (-ms-high-contrast: none) and (max-width: 767px) {
    #onepoint .flex {
        display: block;
        text-align: center;
    }
}

@media screen and (max-width: 639px) {
    .section .inner-imgbox .img-title {
        margin-bottom: 18px;
        max-width: 100%;
    }

    #scene01 .flex1 {
        flex-direction: column;
        align-items: center;
    }

    #scene01 .flex1 .flex-item:last-of-type {
        margin: 0;
    }
}

@media all and (-ms-high-contrast: none) and (max-width: 639px) {
    #scene01 .flex1 {
        display: block;
        text-align: center;
    }
}

@media screen and (max-width: 599px) {
    #onepoint .flex-item:last-of-type a {
        padding: 20px;
        width: 90%;
    }
}

/* page-summary */
.page-summary {
    background-color: #f2f2f2;
    padding: 80px 0 100px;
    text-align: center;
}

.page-summary h2 {
    font-size: 28px;
    line-height: 42px;
    color: #000000;
    margin: 0;
}

.page-summary ul {
    list-style: none;
    max-width: 960px;
    padding: 40px 30px 0;
    margin: 0 auto;
    color: #000000;
    text-align: left;
    font-size: 16px;
    line-height: 32px;
}

.page-summary li {
    padding: 42px;
    background-color: #fff;
    font-size: 20px;
}

.page-summary li:nth-of-type(n+2) {
    margin-top: 24px;
}

/* page-banner-area */
.page-banner-area {
    padding: 90px 0 50px;
}

.page-banner-area h2 {
    text-align: center;
    color: #000000;
    font-size: 40px;
    line-height: 60px;
    margin: 0 0 30px;
}

.page-banner-area .flex-item {
    padding: 40px;
    flex: 0 1 41.66666666%;
    max-width: 400px;
}

.page-banner-area .flex-item img {
    max-width: 100%;
}

.page-banner-area .flex-item a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    margin-top: 20px;
    width: 100%;
    box-sizing: border-box;
    line-height: normal;
}

.page-banner-area .flex-item:first-of-type a {
    padding: 0 6% 0 2.25%;
}

.page-banner-area .flex-item:last-of-type a {
    padding: 0 6% 0 13%;
}

.page-banner-area .flex-item:first-of-type .svg {
    width: 46.75%;
    height: auto;
}

.page-banner-area .flex-item:last-of-type .svg {
    width: 24.5%;
    height: auto;
}

.page-banner-area .banners {
    padding: 60px 0 0;
    text-align: center;
}

.page-banner-area .banners a {
    display: inline-block;
    width: 100%;
}

.page-banner-area .banners a:nth-of-type(n+2) {
    margin-top: 36px;
}

.page-banner-area .banners img {
    max-width: 100%;
    margin: 0 auto;
}

@media screen and (max-width: 979px) {
    .page-banner-area .flex-item:first-of-type a {
        padding: 0 6% 0 14%;
    }

    .page-banner-area .flex-item:first-of-type .svg {
        width: 35%;
        height: auto;
    }

    .page-banner-area .flex-item a span {
        font-size: 14px;
    }
}

@media screen and (max-width: 767px) {
    .page-summary {
        padding: 60px 0;
    }

    .page-summary ul {
        font-size: 18px;
    }

    .page-summary li {
        padding: 20px;
    }

    .page-banner-area {
        padding: 60px 0;
    }

    .page-banner-area h2 {
        font-size: 28px;
        line-height: 42px;
    }

    .page-banner-area .flex-item {
        padding: 30px;
        flex: 0 1 auto;
    }

    .page-banner-area .flex-item:first-of-type a {
        padding: 0;
    }

    .page-banner-area .flex-item a.fade {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0;
    }

    .page-banner-area .flex-item a span {
        font-size: 16px;
        margin-top: 10px;
    }

    .page-banner-area .flex-item:first-of-type .svg {
        width: 46.75%;
        height: auto;
    }

    .page-banner-area .banners {
        padding: 20px 20px 0;
    }

    .page-banner-area .banners a:nth-of-type(n+2) {
        margin-top: 20px;
    }

    .page-banner-area .banners img {
        width: 100%;
        margin: 0 auto;
    }
}

@media all and (-ms-high-contrast: none) and (max-width: 767px) {
    .page-banner-area .flex-item a.fade {
        display: block;
        text-align: center;
    }

    .page-banner-area .flex-item a.fade span {
        display: block;
    }
}

@media screen and (max-width: 639px) {
    .page-summary ul {
        font-size: 14px;
        line-height: 1.5;
		font-feature-settings : "palt";
    }

    .page-summary li {
        text-align: justify;
        text-justify: inter-ideograph;
    }

    .page-banner-area .flex {
        flex-direction: column;
        align-items: center;
    }

    .page-banner-area .flex-item {
        padding: 20px 0;
    }

    .page-banner-area .flex-item a.fade {
        justify-content: space-between;
        flex-direction: row;
        align-items: center;
        margin-top: 20px;
        width: 100%;
    }

    .page-banner-area .flex-item:first-of-type a {
        padding: 0 6% 0 2.25%;
    }

    .page-banner-area .flex-item:last-of-type a {
        padding: 0 6% 0 13%;
    }

    .page-banner-area .flex-item:first-of-type .svg {
        width: 46.75%;
        height: auto;
    }

    .page-banner-area .flex-item:last-of-type .svg {
        width: 24.5%;
        height: auto;
    }
}

@media all and (-ms-high-contrast: none) and (max-width: 767px) {
    .page-banner-area .flex {
        display: block;
        text-align: center;
    }

    .page-banner-area .flex-item {
        margin: 0 auto;
    }
}

@media screen and (max-width: 479px) {
    .page-banner-area h2 {
        font-size: 20px;
        line-height: 30px;
    }
}

@media screen and (max-width: 419px) {
    .page-banner-area .flex-item a.fade {
        flex-direction: column;
        padding: 0;
    }
}

/*movie*/
#trip-movie-iframe-wrapper {
    position: relative;
    display: block;
    padding-top: 56.25%;
    width: 100%;
}

.trip-movie-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*sp-letter-spacing*/


@media screen and (max-width: 767px) {
    .sp-letter-spacing {
		font-feature-settings : "palt";
    }
}



