/*
Theme Name:ユニバーサルツーリズム
Theme URI:
Description:ユニバーサルツーリズムオリジナルテーマ
Author:亀井省吾
Author URI:https://www.trans-it.net/
Version:1
Tags:オリジナルテーマ
*/

@charset "utf-8";
/*
font-family: 'Noto Sans JP', sans-serif;
font-family: 'Quicksand', sans-serif;
font-family: 'Zen Maru Gothic', sans-serif;
*/

/*  style.css
---------------------------------------------- */

/*  pc
---------------------------------------------- */
/* common */
main {
    padding-top: 148px;
}
.inner {
    width: 94%;
    margin: 0 auto;
}
.inner.large {
    max-width: 1380px;
}
.inner.medium {
    max-width: 1100px;
}
.inner.small {
    max-width: 900px;
}

/* change color */
.color-r .link_icon,
.color-r header .universal .size button.active,
.color-r header nav ul a:hover,
.color-r #barrierfree .content ul li a::before,
.color-r footer,
.color-r #search .search_list li a::before,
.color-r #pagetop {
    background-color: #D95C5C;
}
.color-g .link_icon,
.color-g header .universal .size button.active,
.color-g header nav ul a:hover,
.color-g #barrierfree .content ul li a::before,
.color-g footer,
.color-g #search .search_list li a::before,
.color-g #pagetop {
    background-color: #52A085;
}
.color-k .link_icon,
.color-k header .universal .size button.active,
.color-k header nav ul a:hover,
.color-k #barrierfree .content ul li a::before,
.color-k footer,
.color-k #search .search_list li a::before,
.color-k #pagetop {
    background-color: #747474;
}
.color-r #course h2::after,
.color-r #barrierfree .content h3,
.color-r #barrierfree .content ul li a:hover,
.color-r #news .ttl a:hover,
.color-r #news .news_list li a:hover,
.color-r #pankuzu a,
.color-r #search h2::before {
    color: #D95C5C;
}
.color-g #course h2::after,
.color-g #barrierfree .content h3,
.color-g #barrierfree .content ul li a:hover,
.color-g #news .ttl a:hover,
.color-g #news .news_list li a:hover,
.color-g #pankuzu a,
.color-g #search h2::before {
    color: #52A085;
}
.color-k #course h2::after,
.color-k #barrierfree .content h3,
.color-k #barrierfree .content ul li a:hover,
.color-k #news .ttl a:hover,
.color-k #news .news_list li a:hover,
.color-k #pankuzu a,
.color-k #search h2::before {
    color: #747474;
}

/* icon */
.link_icon {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 46px;
    height: 46px;
    border-radius: 23px;
    transition: .2s linear;
}
.link_icon::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    display: block;
    width: 7px;
    height: 7px;
    margin: 0 auto;
    border-bottom: 2px solid #FFF;
    border-right: 2px solid #FFF;
    transform: translate(-20%, -60%) rotate(-45deg);
}

/* marquee */
.marquee_area {
    display: flex;
    width: 100%;
    overflow: hidden;
}
.marquee_area .marquee {
    flex: 0 0 auto;
    animation: marquee 20s linear infinite;
}
@keyframes marquee {
    0% { transform: translateX(0); }
    100% { transform: translateX(-100%); }
}
.marquee_area .txt {
    margin-right: 4vw;
    font-size: 10.8rem;
    color: #F8F6F0;
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: .8em;
}
.marquee_area .txt img {
    width: 69px;
    margin: 0 20px 0 10px;
}

/* pankuzu */
#pankuzu {
    margin: 30px 0 40px;
}
#pankuzu .inner {
    display: flex;
    justify-content: flex-end;
    font-size: 1.4rem;
}
#pankuzu li:not(:last-child)::after {
    content: '>';
    display: inline-block;
    margin: 0 15px;
}

/* header */
header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 148px;
    padding: 20px 0;
    background-color: #FFF;
    font-family: 'Zen Maru Gothic', sans-serif;
    font-weight: 700;
}
header .inner {
    display: flex;
    justify-content: space-between;
}
header .logo {
    display: flex;
    align-items: center;
    width: 410px;
}
header .logo h1 {
    width: 215px;
    margin-right: 20px;
    border-right: 1px solid #171717;
}
header .logo span {
    font-size: 1.4rem;
}
header .universal {
    display: flex;
    justify-content: flex-end;
    gap: 20px;
    margin-bottom: 20px;
}
header .universal > div {
    display: flex;
    align-items: center;
    gap: 8px;
    height: 40px;
    padding: 0 8px 0 15px;
    border: 1px solid #DDD;
    border-radius: 20px;
}
header .universal .ttl {
    margin-right: 12px;
    font-size: 1.4rem;
}
header .universal .size button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 28px;
    height: 28px;
    border-radius: 14px;
    background-color: #EAEAEA;
    line-height: 0;
}
header .universal .size button._01 {
    font-size: 1.6rem;
}
header .universal .size button._02 {
    font-size: 1.8rem;
}
header .universal .size button._03 {
    font-size: 2rem;
}
header .universal .size button.active {
    color: #FFF;
}
header .universal .color button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border-radius: 2px;
    font-size: 1.2rem;
}
header .universal .color button._01 {
    background-color: #FFF2F2;
}
header .universal .color button._02 {
    background-color: #E7F4EB;
}
header .universal .color button._03 {
    background-color: #F2F2F2;
}
header .universal .color button span::before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    margin: 0 auto;
    border-radius: 3px;
}
header .universal .color button._01.active,
header .universal .color button._01 span::before {
    background-color: #D95C5C;
}
header .universal .color button._02.active,
header .universal .color button._02 span::before {
    background-color: #52A085;
}
header .universal .color button._03.active,
header .universal .color button._03 span::before {
    background-color: #747474;
}
header .universal .color button.active span {
    color: #FFF;
}
header .universal .color button.active span::before {
    background-color: #FFF;
}
header .universal .lng {
    position: relative;
    padding: 0;
    font-size: 1.4rem;
}
header .universal .lng select {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 50px 0 15px;
    cursor: pointer;
}
header .universal .lng select option {
    padding: 10px 0;
    font-weight: 700;
}
header .universal .lng .select_icon {
    position: absolute;
    top: 50%;
    right: 15px;
    display: block;
    width: 16px;
    height: 16px;
    background-color: #000;
    border-radius: 8px;
    transform: translateY(-50%);
    pointer-events: none;
}
header .universal .lng .select_icon::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    display: block;
    width: 4px;
    height: 4px;
    margin: 0 auto;
    border-bottom: 1px solid #FFF;
    border-right: 1px solid #FFF;
    transform: translateY(-60%) rotate(45deg);
}
header nav ul {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}
header nav ul a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 48px;
    padding: 0 10px;
    background-color: #F8F6F0;
    border-radius: 5px;
    font-size: 1.6rem;
    font-weight: 500;
    transition: .2s linear;
}
header nav ul a:hover {
    transition: .2s linear;
    color: #FFF;
}

/* search */
#search h2 {
    margin-bottom: 35px;
    font-size: 3.2rem;
    text-align: center;
    font-family: 'Zen Maru Gothic', sans-serif;
    font-weight: 700;
}
#search h2::before {
    content: " " attr(data-en);
    display: block;
    margin-bottom: 15px;
    font-size: 7.2rem;
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    letter-spacing: .1em;
}
#search .search_list {
    display: flex;
    gap: 6%;
}
#search .search_list li {
    width: calc(88% / 3);
    height: 180px;
}
#search .search_list li a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}
#search .search_list li a:hover .link_icon {
    background-color: #171717;
    transition: .2s linear;
}
#search .search_list li a:hover::before {
    top: 0;
    left: 0;
    opacity: 0;
    transform: rotate(0);
    transition: .3s linear;
}
#search .search_list li a .txt {
    position: relative;
    z-index: 1;
    height: 100%;
    padding-top: 30px;
    background-color: #FFF;
    border-radius: 20px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}
#search .search_list li a .txt img {
    display: block;
    height: 60px;
    margin: 0 auto 15px;
}
#search .search_list li a .txt span {
    display: block;
    width: 100%;
    font-size: 2rem;
    text-align: center;
    font-family: 'Zen Maru Gothic', sans-serif;
    font-weight: 700;
}
#search .search_list li a .link_icon {
    position: absolute;
    bottom: -23px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}
#search .search_list li a::before {
    content: '';
    position: absolute;
    top: -3px;
    left: 7px;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    opacity: .2;
    transform: rotate(5deg);
    transition: .3s linear;
}

/* course */
#course {
    padding: 60px 0;
    background-color: #F8F6F0;
}
#course .inner {
    padding: 40px 100px 60px;
    background-color: #FFF;
    border-radius: 10px;
}
#course h2 {
    margin-bottom: 30px;
    text-align: center;
    font-size: 3.2rem;
    font-family: 'Zen Maru Gothic', sans-serif;
    font-weight: 700;
}
#course h2::before {
    content: '';
    display: block;
    width: 33px;
    height: 28px;
    margin: 0 auto 20px;
    background: url('https://osaka-info.jp/special/universal/wp-content/themes/universal-tourism/assets/img/icon/icon_cource.png') no-repeat center / cover;
}
#course h2::after {
    content: " " attr(data-en);
    display: block;
    margin-top: 10px;
    font-size: 1.5rem;
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
}
/*231218追記ここから inokuchi*/
#course .course_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px 4%;
}
/*231218追記ここまで inokuchi*/


#course .course_list li {
    width: calc(92% / 3);
}
#course .course_list li a:hover .link_icon {
    background-color: #171717;
    transition: .2s linear;
}
#course .course_list li figure {
    max-width: 276px;
    aspect-ratio: 100 / 66.3;
    overflow: hidden;
    margin:auto;
}
#course .course_list li figure img{
    object-fit: contain;
}
/*231218追記ここから inokuchi*/
#course .course_list li figure.eyecatch {
    position: relative;
    z-index:auto;
    display: block;
    margin-left:auto;
    margin-right:auto;
}
#course .course_list li figure.eyecatch::before {
    content:"";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top:5px;
    right: -5px;
    background-color: #52A085;
    opacity: 0.5;
    mask-image: url("https://osaka-info.jp/special/universal/wp-content/themes/universal-tourism/assets/img/home/mask_model_list_eyecatch.svg");/*マスクレイヤーとして使用する画像*/
    mask-repeat: no-repeat;
    mask-position: center center;
    mask-size: auto 90%;
    -webkit-mask-image: url("https://osaka-info.jp/special/universal/wp-content/themes/universal-tourism/assets/img/home/mask_model_list_eyecatch.svg");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    -webkit-mask-size: auto 90%;
    z-index: 1;
}
#course .course_list li figure.eyecatch::after {
    content:"";
    display: block;
    max-width: 190px;
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    right:5%;
    background: url('https://osaka-info.jp/special/universal/wp-content/themes/universal-tourism/assets/img/home/model_list_flame.png') no-repeat right bottom / auto;
    z-index:3;
}
#course .course_list li figure.eyecatch img {
    position: relative;
    mask-image: url("https://osaka-info.jp/special/universal/wp-content/themes/universal-tourism/assets/img/home/mask_model_list_eyecatch.svg");/*マスクレイヤーとして使用する画像*/
    mask-repeat: no-repeat;
    mask-position: center center;
    mask-size: auto 90%;
    -webkit-mask-image: url("https://osaka-info.jp/special/universal/wp-content/themes/universal-tourism/assets/img/home/mask_model_list_eyecatch.svg");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    -webkit-mask-size: auto 90%;
    z-index:2;
}
/*231218追記ここまで inokuchi*/
#course .course_list li .ttl {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0;
    font-size: 1.8rem;
    font-weight: 500;
}
#course .course_list li .ttl .link_icon {
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}
#course .course_list li .txt {
    font-size: 1.6rem;
    line-height: 3.2rem;
}

/* barrierfree */
#barrierfree {
    padding: 60px 0;
}
#barrierfree .inner {
    padding: 50px 70px 10px;
    border: 1px solid #C1C1C1;
    border-radius: 20px;
}
#barrierfree h2 {
    margin-bottom: 30px;
    font-size: 3.2rem;
    font-family: 'Zen Maru Gothic', sans-serif;
    font-weight: 700;
}
#barrierfree .content:not(:last-child) {
    margin-bottom: 20px;
}
#barrierfree .content h3 {
    margin-bottom: 30px;
    font-size: 2.4rem;
    font-family: 'Zen Maru Gothic', sans-serif;
    font-weight: 700;
}
#barrierfree .content ul {
    display: flex;
    flex-wrap: wrap;
    gap: 4%;
}
#barrierfree .content ul li {
    width: calc(92% / 3);
    margin-bottom: 40px;
}
#barrierfree .content ul li figure {
    overflow: hidden;
}
#barrierfree .content ul li a {
    position: relative;
    display: block;
    padding: 20px 0 20px 15px;
    font-size: 1.6rem;
    line-height: 2.4rem;
    transition: .2s linear;
}
#barrierfree .content ul li a::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 82%;
    height: 1px;
}
#barrierfree .content ul li .ttl {
    position: relative;
    display: inline-block;
}
#barrierfree .content ul li .ttl::after {
    content: '';
    position: absolute;
    top: 8px;
    right: -25px;
    width: 9px;
    height: 10px;
}
.color-r #barrierfree .content ul li .ttl::after {
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22blank%22%20data-name%3D%22blank%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%229%22%20height%3D%2210%22%20viewBox%3D%220%200%209%2010%22%3E%3Cpath%20id%3D%22blank_path%22%20data-name%3D%22blank_path%22%20d%3D%22M35.18%2C26.558a.428.428%2C0%2C0%2C0-.052.005H32.111a.466.466%2C0%2C0%2C0-.416.261.577.577%2C0%2C0%2C0%2C0%2C.53.466.466%2C0%2C0%2C0%2C.416.261h1.935L30.83%2C31.189a.566.566%2C0%2C0%2C0-.13.512.5.5%2C0%2C0%2C0%2C.339.376.443.443%2C0%2C0%2C0%2C.461-.145l3.216-3.573v2.149a.54.54%2C0%2C0%2C0%2C.235.462.433.433%2C0%2C0%2C0%2C.477%2C0%2C.54.54%2C0%2C0%2C0%2C.235-.462V27.154a.566.566%2C0%2C0%2C0-.117-.422.453.453%2C0%2C0%2C0-.365-.174Zm-6.738.794a1.89%2C1.89%2C0%2C0%2C0-1.775%2C1.973v5.26a1.89%2C1.89%2C0%2C0%2C0%2C1.775%2C1.973h4.735a1.89%2C1.89%2C0%2C0%2C0%2C1.775-1.973v-2.5a.54.54%2C0%2C0%2C0-.235-.462.433.433%2C0%2C0%2C0-.477%2C0%2C.54.54%2C0%2C0%2C0-.235.462v2.5a.874.874%2C0%2C0%2C1-.829.921H28.442a.874.874%2C0%2C0%2C1-.829-.921v-5.26a.874.874%2C0%2C0%2C1%2C.829-.921h2.249a.466.466%2C0%2C0%2C0%2C.416-.261.577.577%2C0%2C0%2C0%2C0-.53.466.466%2C0%2C0%2C0-.416-.261Z%22%20transform%3D%22translate(-26.667%20-26.558)%22%20fill%3D%22%23D95C5C%22%2F%3E%3C%2Fsvg%3E')
}
.color-g #barrierfree .content ul li .ttl::after {
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22blank%22%20data-name%3D%22blank%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%229%22%20height%3D%2210%22%20viewBox%3D%220%200%209%2010%22%3E%3Cpath%20id%3D%22blank_path%22%20data-name%3D%22blank_path%22%20d%3D%22M35.18%2C26.558a.428.428%2C0%2C0%2C0-.052.005H32.111a.466.466%2C0%2C0%2C0-.416.261.577.577%2C0%2C0%2C0%2C0%2C.53.466.466%2C0%2C0%2C0%2C.416.261h1.935L30.83%2C31.189a.566.566%2C0%2C0%2C0-.13.512.5.5%2C0%2C0%2C0%2C.339.376.443.443%2C0%2C0%2C0%2C.461-.145l3.216-3.573v2.149a.54.54%2C0%2C0%2C0%2C.235.462.433.433%2C0%2C0%2C0%2C.477%2C0%2C.54.54%2C0%2C0%2C0%2C.235-.462V27.154a.566.566%2C0%2C0%2C0-.117-.422.453.453%2C0%2C0%2C0-.365-.174Zm-6.738.794a1.89%2C1.89%2C0%2C0%2C0-1.775%2C1.973v5.26a1.89%2C1.89%2C0%2C0%2C0%2C1.775%2C1.973h4.735a1.89%2C1.89%2C0%2C0%2C0%2C1.775-1.973v-2.5a.54.54%2C0%2C0%2C0-.235-.462.433.433%2C0%2C0%2C0-.477%2C0%2C.54.54%2C0%2C0%2C0-.235.462v2.5a.874.874%2C0%2C0%2C1-.829.921H28.442a.874.874%2C0%2C0%2C1-.829-.921v-5.26a.874.874%2C0%2C0%2C1%2C.829-.921h2.249a.466.466%2C0%2C0%2C0%2C.416-.261.577.577%2C0%2C0%2C0%2C0-.53.466.466%2C0%2C0%2C0-.416-.261Z%22%20transform%3D%22translate(-26.667%20-26.558)%22%20fill%3D%22%2352A085%22%2F%3E%3C%2Fsvg%3E')
}
.color-k #barrierfree .content ul li .ttl::after {
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22blank%22%20data-name%3D%22blank%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%229%22%20height%3D%2210%22%20viewBox%3D%220%200%209%2010%22%3E%3Cpath%20id%3D%22blank_path%22%20data-name%3D%22blank_path%22%20d%3D%22M35.18%2C26.558a.428.428%2C0%2C0%2C0-.052.005H32.111a.466.466%2C0%2C0%2C0-.416.261.577.577%2C0%2C0%2C0%2C0%2C.53.466.466%2C0%2C0%2C0%2C.416.261h1.935L30.83%2C31.189a.566.566%2C0%2C0%2C0-.13.512.5.5%2C0%2C0%2C0%2C.339.376.443.443%2C0%2C0%2C0%2C.461-.145l3.216-3.573v2.149a.54.54%2C0%2C0%2C0%2C.235.462.433.433%2C0%2C0%2C0%2C.477%2C0%2C.54.54%2C0%2C0%2C0%2C.235-.462V27.154a.566.566%2C0%2C0%2C0-.117-.422.453.453%2C0%2C0%2C0-.365-.174Zm-6.738.794a1.89%2C1.89%2C0%2C0%2C0-1.775%2C1.973v5.26a1.89%2C1.89%2C0%2C0%2C0%2C1.775%2C1.973h4.735a1.89%2C1.89%2C0%2C0%2C0%2C1.775-1.973v-2.5a.54.54%2C0%2C0%2C0-.235-.462.433.433%2C0%2C0%2C0-.477%2C0%2C.54.54%2C0%2C0%2C0-.235.462v2.5a.874.874%2C0%2C0%2C1-.829.921H28.442a.874.874%2C0%2C0%2C1-.829-.921v-5.26a.874.874%2C0%2C0%2C1%2C.829-.921h2.249a.466.466%2C0%2C0%2C0%2C.416-.261.577.577%2C0%2C0%2C0%2C0-.53.466.466%2C0%2C0%2C0-.416-.261Z%22%20transform%3D%22translate(-26.667%20-26.558)%22%20fill%3D%22%23747474%22%2F%3E%3C%2Fsvg%3E')
}
#barrierfree .content ul li .ttl span {
    display: block;
    font-size: 1.4rem;
}

/* news */
#news {
    padding: 50px 0;
    background-color: #F8F6F0;
}
#news.archive {
    background-color: #FFFFFF;
}
#news .inner {
    display: flex;
}
#news .ttl {
    width: 300px;
}
#news .ttl h2 {
    margin-bottom: 20px;
    font-size: 3.2rem;
    font-family: 'Zen Maru Gothic', sans-serif;
    font-weight: 700;
}
#news .ttl a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 160px;
    font-size: 1.6rem;
    font-weight: 700;
    transition: .2s linear;
}
#news .ttl a:hover .link_icon {
    background-color: #171717;
    transition: .2s linear;
}
.color-k #news .ttl a:hover .link_icon {
    box-sizing: border-box;
    border: 2px solid #000;
    background-color: #FFF;
    transition: .2s linear;
}
.color-k #news .ttl a:hover .link_icon::before {
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
}
#news .news_list {
    width: calc(100% - 300px);
    font-size: 1.6rem;
    font-weight: 500;
}
#news.archive .news_list {
    width: 100%;
}
#news .news_list li {
    padding: 20px 0;
    border-bottom: 1px dashed #707070;
}
#news .news_list li:not(:last-child) {
    border-top: 1px dashed #707070;
}
#news .news_list li a,
#news .news_list li a:hover {
    transition: .2s linear;
}
#news .news_list li span {
    margin-right: 40px;
}


/* bnr */
#bnr {
    padding: 40px 0;
}
#bnr .inner {
    display: flex;
    gap: 4%;
}
#bnr .inner li {
    width: calc(92% / 3);
}
#bnr .inner li a {
    transition: .2s linear;
}
#bnr .inner li a:hover {
    opacity: .7;
    transition: .2s linear;
}

/* footer */
footer {
    padding: 40px 0 30px;
}
footer .img {
    display: block;
    width: 140px;
    margin: 0 auto 35px;
}
footer ul {
    display: flex;
    justify-content: center;
    gap: 25px;
}
footer ul li a {
    font-size: 1.6rem;
    color: #FFF !important;
    font-family: 'Zen Maru Gothic', sans-serif;
    font-weight: 500;
    transition: .2s linear;
}
footer ul li a:hover {
    opacity: .7;
    transition: .2s linear;
}

/* pagetop */
#pagetop {
    display: none;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 48px;
    height: 48px;
}
#pagetop a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}
#pagetop a::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 auto;
    border-bottom: 3px solid #FFF;
    border-right: 3px solid #FFF;
    transform: translate(0, -20%) rotate(-135deg);
}

/* kokorolink */
#kokorolink {
    position: fixed;
    right: 30px;
    bottom: 80px;
    z-index: 1;
    width: 180px;
}

/*  mobile & smart phone
---------------------------------------------- */
@media only screen and (max-width: 959px) {	
    /* change color */
    .color-r header .universal_list li.color .icon::before,
    .color-r header .universal_nav.size_nav button.active,
    .color-r header .universal_nav.color_nav button.active {
        background-color: #D95C5C;
    }
    .color-g header .universal_list li.color .icon::before,
    .color-g header .universal_nav.size_nav button.active,
    .color-g header .universal_nav.color_nav button.active {
        background-color: #52A085;
    }
    .color-k header .universal_list li.color .icon::before,
    .color-k header .universal_nav.size_nav button.active,
    .color-k header .universal_nav.color_nav button.active {
        background-color: #747474;
    }

    /* common */
    main {
        padding-top: 129px;
    }
    .inner.large {
        width: 90%;
    }
    .inner.medium {
        width: 86%;
    }
    .inner.small {
        width: 84%;
    }

    /* icon */
    .link_icon {
        width: 30px;
        height: 30px;
    }
    .link_icon::before {
        width: 6px;
        height: 6px;
    }

    /* marquee */
    .marquee_area .txt {
        margin-right: 2vw;
        font-size: 6.4rem;
    }
    .marquee_area .txt img {
        width: 40px;
        margin: 0 10px 0 0;
    }

    /* pankuzu */
    #pankuzu {
        margin: 20px 0 40px;
    }
    #pankuzu .inner {
        flex-wrap: wrap;
        font-size: 1.2rem;
    }

    /* header */
    header {
        height: auto;
        padding: 10px 0 0;
    }
    header .sp_header .sp_header_inner {
        display: flex !important;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }
    header .logo {
        display: block;
        width: 120px;
        margin-left: 5%;
    }
    header .logo h1 {
        width: 120px;
        margin-right: 0;
        border-right: none;
        font-size: 0;
    }
    header .logo span {
        display: none;
    }
    header .content {
        width: calc(90% - 120px);
        margin-right: 1%;
        display: flex;
        justify-content: flex-end;
        align-items: flex-start;
    }
    header .universal_list {
        display: flex;
        justify-content: flex-end;
        gap: 5px;
        text-align: center;
    }
    header .universal_list li {
        width: 30px;
    }
    header .universal_list li .icon {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 28px;
        height: 28px;
        margin: 0 auto 3px;
        border-radius: 14px;
        border: 1px solid #DDD;
    }
    header .universal_list li span {
        font-size: 1rem;
    }
    .size-s header .universal_list li.size .icon::after {
        content: '小';
    }
    .size-m header .universal_list li.size .icon::after {
        content: '中';
    }
    .size-l header .universal_list li.size .icon::after {
        content: '大';
    }
    header .universal_list li.color .icon::before {
        content: '';
        display: block;
        width: 8px;
        height: 8px;
        border-radius: 4px;
    }
    header .universal_list li.lng .icon::before {
        content: '';
        display: block;
        width: 12px;
        height: 12px;
        background: url('https://osaka-info.jp/special/universal/wp-content/img/icon/icon_lng.svg');
    }
    header .universal_nav {
        display: none;
        z-index: 9999;
        justify-content: space-between;
        align-items: center;
        padding: 7px 5%;
        background-color: rgba(0, 0, 0, .96);
    }
    header .universal_nav.open {
        display: flex;
    }
    header .universal_nav .ttl {
        color: #FFF;
    }
    header .universal_nav .universal_btn {
        display: flex;
        gap: 10px;
    }
    header .universal_nav .universal_btn button {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 28px;
        height: 28px;
        border-radius: 14px;
        background-color: #FFF;
        line-height: 0;
    }
    header .universal_nav.size_nav button._01 {
        font-size: 1rem;
    }
    header .universal_nav.size_nav button._02 {
        font-size: 1.2rem;
    }
    header .universal_nav.size_nav button._03 {
        font-size: 1.4rem;
    }
    header .universal_nav.size_nav button.active {
        color: #FFF;
    }
    header .universal_nav.color_nav .universal_btn button {
        font-size: 1.2rem;
    }
    header .universal_nav.color_nav button._01 {
        color: #D95C5C;
    }
    header .universal_nav.color_nav button._02 {
        color: #52A085;
    }
    header .universal_nav.color_nav button._03 {
        color: #747474;
    }
    header .universal_nav.color_nav button.active {
        color: #FFF;
    }
    header nav {
        width: 100%;
        /* margin-top: 10px; */
    }
    header nav ul {
        display: flex;
        /* justify-content: flex-start; */
        justify-content: center;
        align-items: center;
        gap: 0;
        height: 63px;
        background-color: #F8F6F0;
        /* overflow-x: scroll; */
    }
    header nav ul li {
        /* flex-shrink: 0; */
    }
    header nav ul li:not(:last-child) {
        border-right: 1px solid #CBCBCB;
    }
    header nav ul a {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 32px;
        padding: 0 10px;
        border-radius: 0;
        font-size: 1.3rem;
        text-align: center;
    }
    header nav ul a:hover {
        background-color: transparent !important;
        color: #282828 !important;
    }

    /* search */
    #search h2 {
        margin-bottom: 40px;
        font-size: 2rem;
    }
    #search h2::before {
        font-size: 4.8rem;
    }
    #search .search_list {
        flex-wrap: wrap;
    }
    #search .search_list li {
        width: 100%;
        max-width: 240px;
        margin: 0 auto;
    }
    #search .search_list li:not(:last-child) {
        margin-bottom: 45px;
    }
    #search .search_list li a .txt {
        padding-top: 45px;
    }
    #search .search_list li a .txt img {
        height: 50px;
    }
    #search .search_list li a .txt span {
        font-size: 1.6rem;
    }
    #search .search_list li a .link_icon {
        bottom: -15px;
    }

    /* course */
    #course {
        padding: 35px 0 25px;
    }
    #course .inner {
        padding: 0;
        background-color: transparent;
        border-radius: 0;
    }
    #course h2 {
        padding: 30px 0;
        background-color: #FFF;
        border-radius: 10px;
        font-size: 2rem;
    }
    #course h2::before {
        width: 24px;
        height: 21px;
    }
    #course .course_list {
        flex-wrap: wrap;
    }
    #course .course_list li {
        width: 100%;
        max-width: 280px;
        margin: 0 auto 60px;
    }
    #course .course_list li .ttl {
        margin: 20px 0 10px;
        font-size: 1.6rem;
    }
    #course .course_list li .txt {
        font-size: 1.4rem;
        line-height: 2.4rem;
    }

    /* barrierfree */
    #barrierfree {
        padding: 40px 0;
    }
    #barrierfree .inner {
        padding: 25px 6% 30px;
        border-radius: 10px;
    }
    #barrierfree h2 {
        margin-bottom: 25px;
        font-size: 2rem;
        text-align: center;
    }
    #barrierfree .content:not(:last-child) {
        margin-bottom: 10px;
    }
    #barrierfree .content h3 {
        margin-bottom: 20px;
        font-size: 1.8rem;
    }
    #barrierfree .content ul {
        flex-wrap: wrap;
        justify-content: center;
    }
    #barrierfree .content ul li {
        width: 100%;
        max-width: 280px;
        margin-bottom: 30px;
    }
    #barrierfree .content ul li a {
        padding: 20px 0 ;
        font-size: 1.4rem;
    }
    #barrierfree .content ul li a::before {
        width: 100%;
    }
    #barrierfree .content ul li .ttl {
        display: block;
        width: 100%;
    }
    #barrierfree .content ul li .ttl::after {
        top: 8px;
        right: 0;
    }
    #barrierfree .content ul li .ttl span {
        font-size: 1.2rem;
    }

    /* news */
    #news {
        padding: 40px 0;
    }
    #news .inner {
        display: block;
    }
    #news .ttl {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        margin-bottom: 20px;
    }
    #news .ttl h2 {
        margin-bottom: 0;
        font-size: 2rem;
    }
    #news .ttl a {
        width: 120px;
        font-size: 1.4rem;
    }
    #news .news_list {
        width: 100%;
        font-size: 1.4rem;
    }
    #news .news_list li a {
        display: flex;
        justify-content: space-between;
        gap: 40px;
    }
    #news .news_list li span {
        margin-right: 0;
    }


    /* bnr */
    #bnr {
        padding: 30px 0;
    }
    #bnr .inner {
        flex-wrap: wrap;
    }
    #bnr .inner li {
        width: 100%;
        max-width: 280px;
        margin: 0 auto;
    }
    #bnr .inner li:not(:last-child) {
        margin-bottom: 25px;
    }

    /* footer */
    footer {
        padding: 40px 0 50px;
    }
    footer ul {
        display: flex;
        flex-wrap: wrap;
        gap: 25px;
    }
    footer ul li a {
        font-size: 1.4rem;
    }

    /* kokorolink */
    #kokorolink {
        right: 10px;
        bottom: 63px;
        width: 90px;
    }

}

/* 240711 */
footer .info_bn_box {
    text-align: center;
}

footer .info_bn_box a {
    transition: .3s;
}

footer .info_bn_box a:hover {
    opacity: 0.8;
}

footer .info_bn_box img {
    max-width: 220px;
    width: 100%;
}

footer .info_bn_box p {
    text-align: center;
    color: #fff;
    margin: 10px 15px 0;
    font-size: 11px;
}

/* 240522 */

.en p,
.zh-CN p,
.zh-TW p,
.zh-HK p,
.ko p,
.th p,
.es p,
.ar p,
.fr p {
   text-align: start; 
}

.en .tab-list-item::after,
.zh-CN .tab-list-item::after,
.zh-TW .tab-list-item::after,
.zh-HK .tab-list-item::after,
.ko .tab-list-item::after,
.th .tab-list-item::after,
.es .tab-list-item::after,
.ar .tab-list-item::after,
.fr .tab-list-item::after {
    display: none;
}


.en .suggest_item .suggest_item_head span.ut-icon,
    .zh-CN .suggest_item .suggest_item_head span.ut-icon,
    .zh-TW .suggest_item .suggest_item_head span.ut-icon,
    .zh-HK .suggest_item .suggest_item_head span.ut-icon,
    .ko .suggest_item .suggest_item_head span.ut-icon,
    .th .suggest_item .suggest_item_head span.ut-icon,
    .es .suggest_item .suggest_item_head span.ut-icon,
    .ar .suggest_item .suggest_item_head span.ut-icon,
    .fr .suggest_item .suggest_item_head span.ut-icon { 
        display: none;
}

/* .en .honyaku_txt,
    .zh-CN .honyaku_txt,
    .zh-TW .honyaku_txt,
    .zh-HK .honyaku_txt,
    .ko .honyaku_txt,
    .th .honyaku_txt,
    .es .honyaku_txt,
    .ar .honyaku_txt,
    .fr .honyaku_txt {
    position: relative;
    padding: 15px 0;
} */

/* .en header .universal .language::after {
    content: "*This website uses machine translation.";
    color: #282828;
    font-size: 12px;
    position: absolute;
    bottom: -17px;
    right: 0;
    width: 130%;
    min-width: 210px;
} */

@media only screen and (min-width: 960px) {
    header .universal .language {
        position: relative;
        border-radius: 100px;
        background: #E8E8E8;
        width: 152px;
        font-size: 12px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    header .universal .language span {
        padding: 5px 25px 5px 5px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        position: relative;
        cursor: pointer;
        transition: .3s;
        z-index: 3;
        margin-bottom: 3px;
    }
    header .universal .language span::before {
        content: '';
        width: 1.5em;
        height: 1.5em;
        background: url(https://osaka-info.jp/special/universal/wp-content/themes/universal-tourism/assets/img/icon/ico_language.svg) no-repeat center/contain;
        margin-right: 5px;
    }
    header .universal .language span::after {
        content: '';
        width: 5px;
        height: 5px;
        position: absolute;
        top: 0;
        bottom: 3px;
        right: 13px;
        margin: auto;
        transform: rotate(45deg);
        border-bottom: 2px solid #000;
        border-right: 2px solid #000;
        transition: .3s;
    }
    header .universal .language span.open::after {
        transform: rotate(-135deg);
    }
    header .universal .language ul {
        position: absolute;
        top: 30%;
        left: 0;
        right: 0;
        margin: auto;
        width: 100%;
        padding-top: 1em;
        z-index: 2;
        opacity: 0;
        pointer-events: none;
        transition: .5s;
        overflow: hidden;
        background: #E8E8E8;
    }
    header .universal .language span.open + ul {
        top: 50%;
        opacity: 1;
        pointer-events: auto;
    }
    header .universal .language ul li a {
        display: block;
        padding: 5px;
        position: relative;
    }
    header .universal .language ul li a::after {
        content: '';
        width: 12px;
        height: 7px;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 10px;
        margin: auto;
        background: url(https://osaka-info.jp/special/universal/wp-content/themes/img/arrow_black.svg) no-repeat center/contain;
        transition: .3s;
    }
    header .universal .language ul li a:hover::after {
        right: 5px;
    }

    .en header .universal .color button,
    .zh-CN header .universal .color button,
    .zh-TW header .universal .color button,
    .zh-HK header .universal .color button,
    .ko header .universal .color button,
    .th header .universal .color button,
    .es header .universal .color button,
    .ar header .universal .color button,
    .fr header .universal .color button
     {
    width: 42px;
    }

    .ko header .universal .size button {
    width: 42px;
    }
    .th header .universal .size button {
    width: 52px;
    }
    .ar header .universal .size button {
    width: 72px;
    }

    .ja header .universal .language {
    width: 158px;
    }
    .en header .universal .language {
        width: 164px;
        }
    .zh-TW header .universal .language,
    .zh-HK header .universal .language {
        width: 176px;
    }

    .en #course .course_list li .ttl > span {
        max-width: 230px;
    display: block;
    }

    .es #result .result_list .link div{
        width: 523px;
    }

    .en #result .result_list .link div{
        width: 300px;
    }

    .zh-CN #result .result_list .link div,
    .zh-TW #result .result_list .link div,
    .zh-HK #result .result_list .link div{
        width: 280px;
    }

    .ko #result .result_list .link div{
        width: 250px;
    }

    .ar #result .result_list .link div{
        width: 210px;
    }

    .th #result .result_list .link div,
    .fr #result .result_list .link div{
        width: 462px;
    }
}

@media only screen and (max-width: 959px) {
    header .sp_header .language {
        position: relative;
        border-radius: 100px;
        background: #E8E8E8;
        font-size: 3.2vw;
        width: 123px;
        font-size: 10px;
        margin-left: 4%;
      }

      /* .en header .sp_header .language::after {
        content: "*This website uses machine translation.";
        color: #282828;
        font-size: 1rem;
        position: absolute;
        bottom: -26px;
        right: 0;
        width: 88%;
        line-height: 120%;
    } */
      
      header .sp_header .language span {
        padding: 5px 4vw 5px 1.5vw;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        position: relative;
        cursor: pointer;
        transition: .3s;
        z-index: 3;
      }
      
      header .sp_header .language span::before {
        content: '';
        width: 1.5em;
        height: 1.5em;
        background: url(https://osaka-info.jp/special/universal/wp-content/themes/universal-tourism/assets/img/icon/ico_language.svg) no-repeat center/contain;
        margin-right: 5px;
      }
      
      header .sp_header .language span::after {
        content: '';
        width: 4px;
        height: 4px;
        position: absolute;
        top: 0;
        bottom: 3px;
        right: 10px;
        margin: auto;
        transform: rotate(45deg);
        border-bottom: 1px solid #000;
        border-right: 1px solid #000;
        transition: .3s;
      }
      
      header .sp_header .language span.open::after {
        transform: rotate(-135deg);
      }
      
      header .sp_header .language ul {
        position: absolute;
        top: 30%;
        left: 0;
        right: 0;
        margin: auto;
        width: 100%;
        padding-top: 1em;
        z-index: 2;
        opacity: 0;
        pointer-events: none;
        transition: .5s;
        overflow: hidden;
        background: #E8E8E8;
      }
      
      header .sp_header .language span.open+ul {
        top: 50%;
        opacity: 1;
        pointer-events: auto;
      }
      
      header .sp_header .language ul li a {
        display: block;
        padding: 5px;
        position: relative;
      }
      
      header .sp_header .language ul li a::after {
        content: '';
        width: 12px;
        height: 7px;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 10px;
        margin: auto;
        background: url(https://osaka-info.jp/special/universal/wp-content/themes/img/arrow_black.svg) no-repeat center/contain;
        transition: .3s;
      }

      .en #news .news_list li a {
        font-size: 4.5vw;
      }

      .en #result .result_list .link div {
        width: 87%;
    }

    .en #result .result_list .link div span {
        font-size: 4.0vw;
    }

    .zh-CN .label-status.status03,
    .zh-TW .label-status.status03,
    .zh-HK .label-status.status03{
        margin-right: 0;
        margin-left: 10px;
    }

    .ja #result .result_list .content .txt .info dl dd a,
    .en #result .result_list .content .txt .info dl dd a,
    .zh-CN #result .result_list .content .txt .info dl dd a,
    .zh-TW #result .result_list .content .txt .info dl dd a,
    .zh-HK #result .result_list .content .txt .info dl dd a,
    .ko #result .result_list .content .txt .info dl dd a,
    .th #result .result_list .content .txt .info dl dd a,
    .es #result .result_list .content .txt .info dl dd a,
    .ar #result .result_list .content .txt .info dl dd a,
    .fr #result .result_list .content .txt .info dl dd a {
        width: 100%;
        height: auto;
        font-size: 3.5vw;
    }
}

#course .course_list li .ttl span {
    max-width: 227px;
}

.attention_txt {
    background-color: #D5EFE6;
}

@media only screen and (min-width: 960px) {
    .attention_txt {
        width: 100%;
    }

    .attention_txt p {
        padding: 10px 0;
        text-align: right;
        font-size: 14px;
        max-width: 1380px;
        width: 94%;
        margin: 15px auto 0;
    }

    .es #search .search_list li a .txt span {
        font-size: 2rem!important;
    }

    .es #search h2 {
        font-size: 3.2rem!important;
    }

    .es #search .area .area_list li a {
        font-size: 1.6rem!important;
    }
}

@media only screen and (max-width: 959px) {
    .attention_txt {
        width: 100%;
    }

    .attention_txt p {
        padding: 7px 0;
        text-align: center;
        font-size: 2.4vw;
        width: 98%;
        margin: 10px auto 0;
    }

    .es #search .search_list li a .txt span {
        font-size: 1.6rem!important;
    }

    .es #search h2 {
        font-size: 2.0rem!important;
    }

    .es #search .area .area_list li a {
        font-size: 1.4rem!important;
    }
}