@charset "UTF-8";

/* ============ Reset & basics ============ */

html {
    font-size: 16px;
    overflow-y: scroll;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}
body {
    font-family: system-ui, -apple-system, "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Yu Gothic", "Segoe UI", Roboto, "Helvetica Neue", Arial;
    line-height: 1.4;
    color: #222
}
a {
    color: inherit;
    text-decoration: none
}
.noto {
    font-family: 'Noto Sans JP', sans-serif;
}
.section {
    padding: 48px 0
}
.text-center {
    text-align: center;
}
.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

/************************************************** /
/************************************************** /
/********************* 共通 *********************** /
/************************************************** /
/************************************************** /

/* ============ オリジナル ============ */

.ovf_hdn {
    overflow: hidden;
}
.bd_0 {
    border: 0;
}
.green_txt {
    color: #018738;
}
.max_65 {
    max-width: 65px;
}
.max_250 {
    max-width: 250px;
}
.max_270 {
    max-width: 270px;
}
.max_350 {
    max-width: 350px;
}
.max_450 {
    max-width: 450px;
}
.ryotan {
    text-align: justify;
    text-justify: auto;
}
.text_off{
color:#bbb !important;
}
.keisaibi{
color:#aaa !important;
  font-family: "Noto Sans JP", sans-serif;
font-size:15px;
}

.about_txt p{
 text-align: justify;
}
.webpage_temp .row .k_image img{
width:95%;
}

/* ============ ヘッダー ============ */

.top-strip {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    height: 100px;
    pointer-events: none;
    z-index: 900;
    transition: opacity 220ms ease;
    opacity: 0;
    background: transparent
}
.top-strip.visible {
    background: transparent;
    opacity: 1
}
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    transition: all 250ms ease;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 0;
    background: transparent;
    /* 初期は透過 */
    backdrop-filter: blur(0px);
}
.site-header .brand {
    opacity: 0;
    font-size: 170%;
    font-weight: bold;
    color: #008fa1;
}
.site-header.scrolled .brand {
    opacity: 1;
    transition-duration: 0.8s;
    transition-delay: 0.2s;
    margin-left: 103px;
    color: #008fa1;
    font-size: clamp(22px,1.8vw, 24px);
    font-weight: 500;

}
.site-header .yoyaku_form {
    background-image: linear-gradient(90deg, #31bab4 0%, #3190ba 50%, #31bab4 100%);
    background-size: 200% auto;
    height: 100%;
    color: #fff;
    padding: 1.5rem 3.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    transition-duration: 0.6s;
}
.site-header .yoyaku_form:hover {
    background-image: linear-gradient(90deg, #31bab4 0%, #3190ba 50%, #31bab4 100%);
    background-size: 200% auto;
    height: 100%;
    color: #fff;
    padding: 1.5rem 3.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    background-position: 100% 0;
    transition-duration: 0.9s;
}
.site-header.scrolled .yoyaku_form {
    background-image: linear-gradient(90deg, #31bab4 0%, #3190ba 50%, #31bab4 100%);
    background-size: 200% auto;
    height: 100%;
    color: #fff;
    padding: 1.3rem 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0px;
}

.site-header.scrolled {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 6px 18px rgba(13, 20, 30, 0.08);
    padding: 0 0;
    backdrop-filter: blur(6px);
}
.site-header.scrolled .logo {
    height: 40px
}
.site-header.scrolled .nav a {
    color: #111
}
@media screen and (max-width:1250px) {
    .site-header.scrolled .brand {
        margin-left: 120px;
    }
}
@media screen and (max-width:1000px) {
    .site-header.scrolled .brand {
        margin-left: 115px;
    }
}
@media screen and (max-width:970px) {
    .site-header.scrolled .brand {
        margin-left: 110px;
        font-size: 30px;
    }
}

.tarh_header {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9998;
    -webkit-box-align: center;
    align-items: center;
}
.tarh {
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    overflow: hidden;
}
.tarh_inner {
    height: 100vh;
    background: #fff;
    position: absolute;
    width: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    font-size: 40px;
    color: #5bb0bb;
}
.tarh_inner a {
    color: #5bb0bb;
}
.tarh_inner a:hover {
    color: #78d0e9;
}


.facebook svg{
width:40px;
vertical-align: top;
}
.x_tw svg{
width:37px;
vertical-align: top;
}
.youtube svg{
width:45px;
vertical-align: top;
}

@media screen and (max-width:970px) {
.facebook svg{
width:35px;
}
.x_tw svg{
width:32px;
}
.youtube svg{
width:39px;
}
}

.flex01 {
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    flex-wrap: wrap;
}

a.tarh_logo{
  position: relative;
  display: inline-block;
}

/* 吹き出し本体 */
a.tarh_logo .tooltip {
  position: absolute;
  top: 50%;
  left: 110%; /* 右に出す */
  transform: translateY(-50%);
  
  background: #E3F4F3;
  color: #000;
  padding: 8px 12px;
  border-radius: 1px;
  font-size: 14px;
  white-space: nowrap;

  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
}

/* 三角(しっぽ) */
.tooltip::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  transform: translateY(-50%);
  
border-width: 4px 12px 4px 0;
  border-style: solid;
  border-color: transparent #E3F4F3 transparent transparent;
}
.tarh_logo:hover .tooltip {
  opacity: 1;
}


.tarh_logo {
    z-index: 9998;
    opacity: 1;
    width: 122px;
    height: 120px;
    position: relative;
    display: block;
    margin-right: auto;
    top: 100px;
    border-radius: 0px 4px 4px 0px;
    padding: 18px 25px 18px;
/*    overflow: hidden; */
    transition-duration: 0.6s;
}

.tarh_header .tarh_logo:hover::after{
    background: rgb(195 233 230);
}
.tarh_logo div {
    display: block;
    position: relative;
    z-index: 9;
 /*   overflow: hidden; */
    text-align: center;
    opacity: 1;
    transition-duration: 0.3s;
}
.tarh_header .tarh_logo div img {
    width: 72px;
}
.tarh_header.logo_scroll .tarh_logo div img {
    width: 100%;
    margin-top: 5px;
}
.tarh_header .tarh_logo::after {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    top: 0px;
    z-index: 1;
    left: 0px;
    background: rgb(227 244 243);
    border-radius: 0px 5px 5px 0px;
transition-duration:0.6s;
}
.tarh_header.logo_scroll .tarh_logo::after {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    top: 0px;
    z-index: 1;
    left: 0px;
    /*   background: rgb(229 239 239); */
    border-radius: 0px;
transition-duration:0.6s;
}
.tarh_header.logo_scroll .tarh_logo {
    top: 0px;
    width: 90px;
    height: 86px;
    transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    padding: 12px 19px 0;
    border-radius: 0px;
    display: block;
}
@media screen and (max-width:1200px) {
    .tarh_logo {
        z-index: 9998;
        opacity: 1;
        width: 0;
        position: relative;
        display: block;
        margin-right: auto;
        top: 100px;
        border-radius: 0px 4px 4px 0px;
        padding: 18px 0 18px;
        overflow: hidden;
        transition-duration: 0.6s;
    }
    .tarh_logo div {
        opacity: 0;
    }
}
@media screen and (max-width:1150px) {
    .tarh_header.logo_scroll .tarh_logo {
        transition-duration: 0.6s;
        width: 0;
    }
    .tarh_header.logo_scroll .tarh_logo::after {
        transition-duration: 0.6s;
        width: 0;
    }
    .site-header.scrolled .brand {
        margin-left: 25px;
    }
}

/* ============ グローバルメニュー ============ */

.global_m {
    position: relative;
    display: flex;
    justify-content: center;
    list-style-type: none;
    padding-top: 12px;
}
.global_m li {
    display: flex;
    justify-content: center;
    text-align: center;
    flex-wrap: wrap;
    align-items: center;
}
.site-header .global_m li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 0.8rem;
    position: relative;
    color: #fff;
    text-decoration: none;
}
.site-header .global_m li:nth-child(6) a {
    padding: 0 0;
}
.site-header .global_m li:nth-child(7) a {
    padding: 0 0 0 0.8rem;
}
.site-header .global_m li a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    width: 100%;
    height: 0;
    /* 最初は高さゼロで非表示 */
    background: #fff;
    transition-duration: 0.2s;
    transition-timing-function: ease-in;
}
.site-header .global_m li a:hover::after {
    height: 4px;
    /* hover時にせり上がる */
}
.site-header .global_m li:nth-child(6) a:hover::after {
    height: 0;
}
.site-header .global_m li a:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
}
.site-header.scrolled .global_m li a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -20px;
    width: 100%;
    height: 0;
    /* 最初は高さゼロで非表示 */
    background: #0b8291;
    transition-duration: 0.1s;
    transition-timing-function: ease-in;
}
.site-header.scrolled .global_m li a:hover::after {
    height: 6px;
    /* hover時にせり上がる */
}
.site-header.scrolled .global_m li:nth-child(6) a:hover::after {
    height: 0;
}
.site-header.scrolled .global_m li a:hover sub {
    color: #4fb1bd;
}
.site-header.scrolled .global_m {
    position: relative;
    display: flex;
    justify-content: center;
    /* align-items: center; */
    list-style-type: none;
    padding-top: 0px;
}
.nav a .sub {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: normal;
    letter-spacing: 0.05em;
    font-weight: normal;
    display: block;
    color: #83f3f3;
    font-size: .875rem;
}
.nav a:hover .sub {
    color: #06edff;
}
.site-header .nav a:hover .sub {
    font-weight: normal;
    letter-spacing: 0.05em;
    font-weight: normal;
    display: block;
    font-size: .875rem;
}
.site-header.scrolled .nav a .sub {
    font-weight: normal;
    letter-spacing: 0.05em;
    font-weight: normal;
    display: block;
    color: #43b1a4;
    font-size: .875rem;
}
.site-header.scrolled .nav a:hover span.sub {
    color: #00c7ff;
}
.nav a .main {
    margin: 0 0 3px;
    display: inline-block;
    font-weight: bold;
    font-weight: 600;
}
.nav {
    display: flex;
    gap: 22px;
    align-items: center
}
.nav a {
    padding: 0;
    border-radius: 0;
    font-weight: 600
}
.site-header .nav a {
    color: #fff;
}
.nav a:hover {
    /*    background: rgba(0, 0, 0, 0.4) */
}
.en_jp {
    margin: 6px 3px 0 15px;
}
.switch_image {
    position: relative;
    display: block;
}
.switch_image img {
    transition: opacity 0.5s;
}
.switch_image:hover img:first-of-type {
    opacity: 0;
}
.switch_image img:last-of-type {
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0;
}
.switch_image:hover img:last-of-type {
    opacity: 1;
}
@media screen and (max-width:1100px) {
    .site-header .global_m li a {
        transition-duration: 0.6s;
        padding: 0 0.6rem;
    }
}



/* ============ アコーディオン/サブメニュー ============ */

.site-header .global_m li .accordion-content ul li a {
    margin: 0.3em 0 0.5em 1.8em;
    color: #fff !important;
}
.site-header .global_m li .accordion-content ul li a:hover {
    opacity: 0.6;
}
.site-header .global_m li .accordion-content ul li {
    text-align: left !important;
}
.site-header.scrolled .global_m .accordion-content ul li a:hover::after {
    height: 0;
    /* hover時にせり上がる */
}
.site-header .global_m .accordion-content ul li a:hover::after {
    height: 0;
    /* hover時にせり上がる */
}
.accordion-title {
    position: relative;
}
.accordion-title:hover::after {
    transform: scaleY(1);
}
.accordion-content {
    position: absolute;
    max-height: 0;
    overflow: hidden;
    background: #222;
    transition: max-height 0.4s ease, padding 0.4s ease;
    margin: 16px 0 0 0;
    width: 532px;
}
.site-header.scrolled .accordion-content {
    position: absolute;
    max-height: 0;
    overflow: hidden;
    background: #222;
    transition: max-height 0.4s ease, padding 0.4s ease;
    margin: 20px 0 0 0;
    width: 532px;
}
/* hoverしたら開く */
.accordion-item:hover .accordion-content {
    max-height: 552px;
    /* 開く高さは調整OK */
    padding: 25px;
}
.global_m li .kannai-guide_sub-menu li {
    display: flex;
    justify-content: start;
    margin-bottom: 1em;
    align-items: normal;
}
.global_m li .kannai-guide_sub-menu li img {
    max-width: 140px;
}
.sub_menu_wrap {
    max-width: 320px;
}
.sub_menu_wrap a {
    height: auto !important;
    margin-left: 2.0em;
    padding: 0 0 0 0.9em !important;
    border-left: solid 8px #1ba1b2;
    margin-top: 1px;
}
.sub_menu_wrap p {
    color: #fff;
    font-weight: normal !important;
    font-size: 90%;
    padding: 1em 0 0 2.8em !important;
}
.site-header.scrolled .sub_menu_wrap {
    max-width: 280px;
}

/* ============ フォームボタン ============ */

.global_m li.form_btn a {
    height: 84%;
}
.global_m li.form_btn {
    display: flex;
    justify-content: center;
    /*    align-items: start; */
    text-align: center;
    padding: 0 1.3rem 0 0.5rem;
}
.site-header .global_m li.form_btn a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    /*  background: #00d3ee;  下線の色 */
    transform: scaleX(0);
    transform-origin: bottom right;
    transition: transform 0.3s ease-out;
}
.site-header .global_m li.form_btn a:hover::after {
    height: 0;
    /* 下線の太さ */
}
.site-header.scrolled .global_m li.form_btn {
    display: flex;
    justify-content: center;
    align-items: start;
    text-align: center;
    padding: 0 0 0 0.5rem;
    transition-duration: 0.6s;
}
.site-header.scrolled .global_m li.form_btn a {
    height: 100%;
}

/* ============ モバイル用 ============ */

.hamburger {
    display: none;
    background: none;
    border: 0;
    padding: 20px;
    cursor: pointer
}
.hamburger .bar {
    display: block;
    width: 40px;
    height: 2px;
    background: #ffffff;
    margin: 10px 10px 0 0;
    transition: transform 200ms ease, opacity 200ms ease;
}
.site-header.scrolled .hamburger .bar {
    display: block;
    width: 40px;
    height: 2px;
    background: #333;
    margin: 10px 10px 0 0;
    transition: transform 200ms ease, opacity 200ms ease;
}
.site-header.scrolled .hamburger {
    background: none;
    border: 0;
    padding: 16px 14px 24px;
    cursor: pointer
}
.mobile-menu {
    display: none;
    position: fixed;
    top: 0px;
    right: 0px;
width:40%;
    background: rgba(0,0,0,0.7);
    border-radius: 0px;
    padding: 50px 40px;
/*    box-shadow: 0 8px 30px rgba(8, 12, 20, 0.12) */
    height:100vh;
    color:#fff;
    font-size: 1.2rem;
}
.mobile-menu a {
    display: block;
    padding: 11px 6px
}

.mobile-menu a:hover {
text-decoration:underline;
}

@media (max-width:1020px) {
    .nav {
        display: none
    }
    .hamburger {
        display: block
    }
    .mobile-menu {
        min-width: 180px
    }
}

@media screen and (max-width:768px) {
.mobile-menu {
width:60%;
    padding: 50px 20px;
transition-duration:0.6s;
}
}

/* ============ フッター ============ */

#footer_zone {
    background-color: #fff;
    position: relative;
}
#footer_zone .inner_01 {
    margin: 0 auto;
    padding: 10px 0 20px 0;
    border: 2px solid #F2EFEF;
    border-width: 2px 0 0;
    text-align: center;
    width: 90%;
    max-width: 1500px;
    font-size: clamp(75%, 0.9vw, 90%);
}
.footer_inner {
    margin: 0 auto;
    width: 100%;
    font-size: 0.8rem;
}
.footer_inner ul {
    min-width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.footer_inner li {
    display: inline-block;
    padding: 10px 10px;
    text-decoration: underline;
    color: #666;
}
.footer_inner li a{
    color: #666 !important;
}
/* pagetop */
.pagetop {
    display: block;
    position: fixed;
    bottom: 20px;
    z-index: 9999;
    right: 45px;
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
}
.pagetop a {
    display: block;
    background-color: #00a7bc;
    text-align: center;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    padding: 15px 20px;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 1;
    border-radius: 3px;
}

/************************************************** /
/************************************************** /
/****************** トップページ ****************** /
/************************************************** /
/************************************************** /

/* ============ 背景動画 ============ */

.topvideo {
    width: 100%;
    height: auto;
    object-fit: cover;
}

/* ============ 左SNS ============ */

.search-wrapper {
    position: relative;
    display: inline-block;
 /*   margin-bottom: 0.26em; */
}
/* 検索アイコン */
.search-icon {
    width: 41px;
    height: 41px;
    background: #5bb0bb;
    border-radius: 50%;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    caret-color: transparent;
margin-bottom: 0.35em;
}
.search-icon:hover {
    background: #62c22d;
}

/* 検索窓(非表示状態) */
.search-box {
    position: absolute;
    top: 0;
    left: 50px;
    /* ← right → left に変更 */
    width: 0;
    overflow: hidden;
    opacity: 0;
    transition: width 0.4s ease, opacity 0.3s ease;
}

/* 表示された状態 */
.search-wrapper.active .search-box {
    width: 300px;
    opacity: 1;
    margin-left: 18px;
}
/* Googleカスタム検索ボックス */
.gsc-control-cse {
    background: #fff;
    border-radius: 20px;
    padding: 5px;
}
.gsc-input input.gsc-input {
    border: none !important;
    outline: none !important;
    font-size: 14px !important;
}
.gsc-search-button input.gsc-search-button {
    background: #4285f4 !important;
    border: none !important;
    color: #fff !important;
    border-radius: 0 20px 20px 0 !important;
    padding: 6px 12px !important;
}
.fa-magnifying-glass {
    font-size: 25px;
}
.fa-square-x-twitter {
    margin-bottom: 0.1em;
}
@media (max-width:970px) {
    .tarh_inner {
        width: 50px;
        transition-duration: 0.6s;
        font-size: 31px;
    }
    .search-icon {
    width: 36px;
    height: 36px;
margin-bottom: 0.24em;
    }
}
.youtube-icon path {
    transition: fill 0.3s;
}
.youtube-icon:hover path {
    fill: #e34949;
}
.x-icon path {
    fill: rgb(91, 176, 187);
    transition: fill 0.3s;
}
.x-icon:hover path {
    fill: #333;
}
.facebook-icon path {
    fill: #5bb0bb;
    transition: fill 0.3s;
}
.facebook-icon:hover path {
    fill: #377fde;
}

/* ============ FCP ============ */

.top_txt {
    position: absolute;
    top: calc(48% + 0em);
    left: 58%;
    transform: translate(-50%, -50%);
    font-size: clamp(42px, 5.8vw, 6.8rem);
    color: #fff;
 /*   font-family: 'Noto Sans JP', sans-serif;
    font-weight: bold; */
    letter-spacing: .05em;
    line-height: 1.1;
    width: auto;
    text-shadow: 1px 3px 8px rgba(0, 0, 0, 0.1);
}
.top_txt span.text_future {
    font-size: 50%;
}
.top_txt span.bikkuri {
    font-style: italic;
}
.top_mv {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: -1;
    background: #444;
}
.top_mv video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.6;
}
@media screen and (max-width:768px) {
    .top_txt {
        position: relative;
        top: calc(47% + 0em);
        left: 5%;
        transform: translate(0, -50%);
        font-size: clamp(38px, 5.0vw, 7rem);
        color: #fff;
        font-weight: bold;
        letter-spacing: .05em;
        line-height: 1.4;
        width: 100%;
        text-align: center;
        transition-duration: 0.6s;
    }
}

/* ============ about_tarh_zone ============ */

.about_naro:hover {
    text-decoration: underline;
}
#about_tarh {
    position: relative;
    background: rgba(255, 255, 255, 0.85);
    border-top: solid 0 #fff;
    transition-duration: 0.6s
}
#about_tarh img {
    vertical-align: middle;
}
.about_flex01, .about_flex02 {
    display: flex;
}
.about_left01, .about_left02 {
    width: 30%;
}
.about_left02 {
    position: relative;
    overflow: hidden;
}
.about_right01, .about_right02 {
    width: 70%;
}
.about_right01 img {
    max-width: none;
    width: 100%;
}
.about_left02 img {
    max-width: none;
    width: 100%;
    position: absolute;
    bottom: 0;
}
.about_right02 div {
    color: #000;
    padding: 0 10% 10% 17%;
    font-size: clamp(14px, 1.2vw, 18px);
    line-height: 1.8;
}
.tarh_setsumei {
    transition-duration: 0.6s;
    color: #154a66;
    font-size: clamp(20px, 2.2vw, 33px);
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 3.4;
    display: block;
    padding-left: 8%;
    padding-top: 30px;
    position: relative;
}
.tarh_setsumei::before {
    content: '';
    width: 5.5vw;
    height: 1px;
    display: inline-block;
    background: #145475;
    margin: 10px 10px 10px 0;
    top: 50%;
    left: 3.2em;
}
.rare_txt {
    writing-mode: vertical-rl;
    font-feature-settings: normal;
    vertical-align: middle;
    display: inline-block;
    -webkit-writing-mode: vertical-rl;
    color: #008899;
    font-size: clamp(22px, 3.1vw, 45px);
    position: absolute;
    z-index: 999;
    left: 10%;
    top: 125px;
    font-weight: 500;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 2.0;
}
.rare_txt span {
    font-weight: 500;
    color: #008899;
    letter-spacing: 3px;
}
.rare_txt span.rare {
    font-weight: 500;
    color: #065f8e;
    letter-spacing: -1px;
}
.rare_txt span span {
    letter-spacing: -0.15em;
}
@media screen and (max-width:1400px) {
    .rare_txt {
        transition-duration: 0.3s;
        left: 9.4%;
        top: 120px;
        line-height: 1.8;
    }
}
@media screen and (max-width:1200px) {
    .rare_txt {
        left: 10%;
        top: 120px;
        line-height: 1.7;
    }
}
@media screen and (max-width:1100px) {
    .tarh_setsumei {
        transition-duration: 0.6s;
        font-size: clamp(22px, 2.4vw, 36px);
        font-weight: 500;
        letter-spacing: 1px;
        line-height: 3.4;
        display: block;
        padding-left: 10%;
        padding-top: 10px;
        position: relative;
    }
}
@media screen and (max-width:900px) {
    #about_tarh {
        border-top: solid 9px #fff;
    }
    .rare_txt {
        left: 9%;
        top: 80px;
    }
    .tarh_setsumei {
        transition-duration: 0.6s;
        font-size: clamp(22px, 2.4vw, 36px);
        font-weight: 500;
        letter-spacing: 1px;
        line-height: 3.6;
        display: block;
        padding-left: 10%;
        padding-top: 5px;
        position: relative;
    }
    .about_right02 div {
        padding: 0 12% 8%;
        font-size: 14px;
        line-height: 1.6;
    }
}
@media screen and (max-width:768px) {
    .rare_txt {
        left: 9%;
        top: 60px;
    }
    .tarh_setsumei {
        transition-duration: 0.6s;
        font-size: clamp(18px, 2.4vw, 36px);
        font-weight: 500;
        letter-spacing: 1px;
        line-height: 2.7;
        display: block;
        padding-left: 8%;
        padding-top: 14px;
        position: relative;
    }
    .tarh_setsumei::before {
        content: '';
        width: 5.0vw;
        height: 1px;
        display: inline-block;
        background: #0270ab;
        margin: 5px 10px 5px 0;
        top: 50%;
        left: 4.2em;
        transition-duration: 0.6s;
    }
    .about_right02 div {
        padding: 0 10% 8%;
        font-size: 14px;
        line-height: 1.6;
    }
}
@media screen and (max-width:600px) {
    .rare_txt {
        left: 7%;
        top: 60px;
    }
}

/* ============ midokoro_zone ============ */
.wrapper_02 {
    position: relative;
    z-index: 1;
}
.wrapper_02 .sticky_back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* clip: rect(auto, auto, auto, auto); */
    clip-path: inset(0);
    z-index: -1;
}
.wrapper_02 .sticky_back::after {
    content: '';
    width: 100%;
    height: 100vh;
    height: 100svh;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    background-image: url(/tarh/topimg/tarh_naikan.webp);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100% auto;
}
@media screen and (max-width:1000px) {
    .wrapper_02 .sticky_back::after {
        content: '';
        width: 100%;
        height: 100vh;
        height: 100svh;
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        background-image: url(/tarh/topimg/tarh_naikan.webp);
        background-repeat: no-repeat;
        background-position: top center;
        background-size: 150% auto;
    }
}
#midokoro_zone .inner_01 {
    padding: min(120px, 120 / 1920 * 100 * 1vw) 0;
    /* padding-left: calc((100vw - min(1400px, 1400 / 1920 * 100 * 1vw)) / 2); */
    padding-top: 150px;
    padding-bottom: 310px;
    width: 100%;
    margin: 0 auto;
    transition-duration: 0.6s;
}
#midokoro_zone div.h2_div {
    font-size: clamp(30px, 4.6vw, 2.8rem);
    font-family: 'Noto Sans JP', sans-serif;
    color: #fff;
    text-align: center;
    line-height: 1.1;
    margin-bottom: 1em;
    position: relative;
}

/* New Exhibition */
#tarh_toppage .fade2 {
    overflow: hidden;
    color: #fff;
    /* height:20px; */
    font-weight: bold;
    /* width:50%; */
    position: absolute;
    z-index: 999;
    /* max-width:370px; */
    /* top: 52%;  */
    left: 0;
    bottom: 0;
    right: 0;
    font-size: 87%;
}
#tarh_toppage .fade2 span {
    transform: translateY(3.3rem);
}
#tarh_toppage .fade2.active span {
    transition: 0.2s;
    display: inline-block;
    animation: txt-animation 0.8s forwards;
    transform: translateY(0rem);
}
#tarh_toppage .fade2.active span:nth-child(1) {
    transition-delay: 0.15s;
}
#tarh_toppage .fade2.active span:nth-child(2) {
    transition-delay: 0.2s;
}
#tarh_toppage .fade2.active span:nth-child(3) {
    transition-delay: 0.25s
}
#tarh_toppage .fade2.active span:nth-child(4) {
    transition-delay: 0.3s
}
#tarh_toppage .fade2.active span:nth-child(5) {
    transition-delay: 0.35s
}
#tarh_toppage .fade2.active span:nth-child(6) {
    transition-delay: 0.4s
}
#tarh_toppage .fade2.active span:nth-child(7) {
    transition-delay: 0.45s
}
#tarh_toppage .fade2.active span:nth-child(8) {
    transition-delay: 0.55s
}
#tarh_toppage .fade2.active span:nth-child(9) {
    transition-delay: 0.6s
}
#tarh_toppage .fade2.active span:nth-child(10) {
    transition-delay: 0.65s
}
#tarh_toppage .fade2.active span:nth-child(11) {
    transition-delay: 0.7s
}
#tarh_toppage .fade2.active span:nth-child(12) {
    transition-delay: 0.75s;
}
#tarh_toppage .fade2.active span:nth-child(13) {
    transition-delay: 0.8s;
}
#tarh_toppage .fade2.active span:nth-child(14) {
    transition-delay: 0.85s;
}
#tarh_toppage .fade2.active span:nth-child(15) {
    transition-delay: 0.9s;
}
#tarh_toppage .fade2.active span:nth-child(16) {
    transition-delay: 0.95s;
}
#tarh_toppage .fade2.active span:nth-child(17) {
    transition-delay: 1.0s;
}
#tarh_toppage .fade2.active span:nth-child(18) {
    transition-delay: 1.05s;
}
#tarh_toppage .fade2.active span:nth-child(19) {
    transition-delay: 1.1s;
}
.sticy_zone div.h2_div div.sub_txt {
    font-size: clamp(13px, 1.8vw, 1.2rem);
    padding-top: 23px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.sticy_zone div.h2_div div.sub_txt::before {
    content: '';
    width: 6vw;
    max-width: 100px;
    height: 1px;
    display: inline-block;
    margin: 0 18px 7px 0;
    background: #fff;
}
#midokoro_pickup {
    background-image: linear-gradient(90deg, #31bab4 0%, #3190ba 50%, #31bab4 100%);
    padding-bottom: 80px;
}
#midokoro_pickup .midokoro_list {
    display: flex;
    justify-content: center;
    width: min(1620px, 1620 / 1920 * 100 * 1vw);
    margin: 0 auto;
    list-style: none;
    padding-top: 0;
}
#midokoro_pickup .midokoro_list .midokoro_box:not(:last-of-type) {
    margin: -160px min(80px, 80 / 1920 * 100 * 1vw) 0 0;
}
#midokoro_pickup .midokoro_list .midokoro_box:last-of-type {
    margin: -160px 0 0 0;
}
#midokoro_pickup .midokoro_list .midokoro_box {
    width: 100%;
    max-width: calc((100% - 80px * 2) / 3);
    transition: .4s ease-in-out;
    background: #eee;
    /*    font-weight: 500;*/
    min-width: 300px;
    border-radius: 7px;
    overflow: hidden;
    box-shadow: 0 0 15px rgb(67 87 92 / 40%);
}
#midokoro_pickup .midokoro_list .midokoro_box div.exhi {
    text-align: center;
    font-size: clamp(20px, 1.4vw, 35px);
    font-family: 'Noto Sans JP', sans-serif;
    color: #017f30;
    padding-top: 0.7em;
    font-weight: bold;
}

#midokoro_pickup .midokoro_list .midokoro_box div.exhi span{
    color: #006b28;
}

#midokoro_pickup .midokoro_list .midokoro_box p {
    text-align: left;
    font-size: clamp(15px, 0.8vw, 28px);
    color: #222;
    padding: 1.2em 2.4em 1.9em;
    line-height: 1.6;
}
@media screen and (max-width:1400px) {
    #midokoro_pickup .midokoro_list {
        display: flex;
        justify-content: center;
        width: 95%;
        transition-duration: 0.6s;
        margin: 0 auto;
    }
}
@media screen and (max-width:1200px) {
    #midokoro_pickup .midokoro_list .midokoro_box:not(:last-of-type) {
        margin: -160px 1.5% 0 0;
    }
    #midokoro_pickup .midokoro_list .midokoro_box:last-of-type {
        margin: -160px 0 0 0;
    }
}
@media screen and (max-width:1000px) {
    #midokoro_zone .inner_01 {
        padding-top: 110px;
        padding-bottom: 140px;
    }
    #midokoro_pickup {
        padding-bottom: 60px;
    }
    #midokoro_pickup .midokoro_list {
        flex-wrap: wrap;
        padding-top: 40px;
    }
    #midokoro_pickup .midokoro_list .midokoro_box {
        width: 70%;
        min-width: 70%;
    }
    #midokoro_pickup .midokoro_list .midokoro_box:not(:last-of-type) {
        margin: 20px 0 0 0;
    }
    #midokoro_pickup .midokoro_list .midokoro_box:last-of-type {
        margin: 20px 0 0 0;
    }
}
@media screen and (max-width:900px) {
    .sticy_zone div.h2_div span.sub_txt::before {
        transition-duration: 0.6s;
        content: '';
        width: 6vw;
        max-width: 100px;
        height: 1px;
        display: inline-block;
        margin: 4px 18px 4px 0;
        background: #fff;
    }
}
@media screen and (max-width:768px) {
    #midokoro_pickup .midokoro_list .midokoro_box {
        width: 80%;
        min-width: 80%;
    }
}

/* ============ info_zone ============ */

.info_all{
color:#fff;
padding:0.6em 0.45em 0;
}
.info_all svg{
vertical-align:bottom;
margin-right:0.3em;
    margin-bottom: 2px;
}
.info_all a:hover{
text-decoration:underline;
}
#info_zone .inner_01 {
    background-color: #fff;
    padding: 140px 0 40px;
}
#info_zone .inner_01 div.info_wrap {
    background-color: #9bcdd2;
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
    padding: 40px 40px;
}
.info_wrap dd a:hover {
    text-decoration: underline;
}
#info_zone .inner_01 div.info_wrap h3 {
    border-bottom: solid 2px #fff;
    font-size: clamp(150%, 2.1vw, 280%);
    padding: 0 0.5em 0.2em;
    letter-spacing: 1px;
    color: #fff;
    margin-bottom: 0.9em;
}
#info_zone .inner_01 dl {
    display: flex;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
}
#info_zone .inner_01 dl dt {
    font-size: 17px;
    background: #48a2af;
    color: #fff;
    padding: 0 0;
    width: 112px;
    min-height: 112px;
    text-align: center;
    margin-bottom: 0.2em;
    position: relative;
    line-height: 1.1;
    display: flex;
    justify-content: center;
    align-items: center;
}
#info_zone .inner_01 dl dt span:nth-of-type(2) {
    font-size: 20px;
    font-weight: bold;
    position: absolute;
    right: 68%;
}
#info_zone .inner_01 dl dt span:nth-of-type(3) {
    font-size: 30px;
    font-weight: bold;
    position: absolute;
    left: 24%;
}
#info_zone .inner_01 dl dt span:nth-of-type(3)::after {
    content: "";
    width: 52px;
    height: 2px;
    background-color: #fff;
    display: block;
    transform: rotate(125deg);
    transform-origin: 22px -18px;
}
#info_zone .inner_01 dl dt span:nth-of-type(4) {
    bottom: -10%;
    left: 40%;
    font-size: 60px;
    transform: rotate(140deg);
    position: absolute;
}
#info_zone .inner_01 dl dd {
    font-size: 16px;
    background: #fff;
    color: #000;
    padding: 2em 2em;
    width: calc(100% - 112px);
    margin-bottom: 0.2em;
}
.date_wrap {
    position: relative;
    height: 74px;
    line-height: 1.16;
}
@media screen and (max-width:768px) {
    #info_zone .inner_01 div.info_wrap {
        background-color: #a6dbe1;
        margin: 0 auto;
        max-width: 1200px;
        width: 100%;
        padding: 40px 6px;
    }
    #info_zone .inner_01 dl dt {
        transition-duration: 0.6s;
        width: 85px;
    }
    #info_zone .inner_01 dl dd {
        width: calc(100% - 85px);
    }
    #info_zone .inner_01 dl dt span:nth-of-type(3) {
        transition-duration: 0.6s;
        font-size: 24px;
        font-weight: bold;
        position: absolute;
        left: 20%;
    }
    #info_zone .inner_01 dl dt span:nth-of-type(3)::after {
        transition-duration: 0.6s;
        content: "";
        width: 48px;
        height: 2px;
        background-color: #fff;
        display: block;
        transform: rotate(125deg);
        transform-origin: 21px -15px;
    }
}

/* ============ calender_zone ============ */

.fc .fc-view-harness {
    z-index: 55;
    background: #fff;
    border: solid 5px #fff;
    caret-color: transparent;
}
.fc .fc-button-primary {
    background-color: #0b8291 !important;
    border-color: #109aab !important;
}
.fc .fc-toolbar-title {
    font-size: 1.75em;
    margin: 0px;
    color: #363636;
    z-index: 999;
    position: relative;
    padding-right: 2em;
}
.fc .fc-daygrid-day.fc-day-today {
    background-color: rgb(229 238 229);
}

.fc .fc-button.active-month {
  background-color: #3FB5BE;
  border-color: #3FB5BE;
  color: #fff;
}

.fc .fc-button {
  opacity: 0.4;
}

.fc .fc-button.active-month {
  opacity: 1;
}


#calendar_tbl {
    max-width: 900px;
    margin: 40px auto;
    background: #fff;
    z-index: 33;
    position: relative;
}
#calender_zone {
    position: relative;
    z-index: 1;
    padding: 70px 0 100px;
    background: #fff;
    overflow: hidden;
}
#calender_zone .inner_01 {
    max-width: 1000px;
    padding: 0 5%;
}
.fc-day-other .fc-event {
    opacity: 0.5;
}
.fc-daygrid-day:not(.fc-day-other) {
    background-color: #f4f7f4;
}
.fc .fc-toolbar.fc-header-toolbar {
    margin-bottom: 1.5em;
    z-index: 999;
}
#calender_zone h3 {
margin: 0 0 80px 3%;
    text-align: center;
    color: #3eb3c0;
    font-size: clamp(170%, 33.4vw, 300%);
}
#calender_zone .inner_01 {
    margin: 0 auto;
    padding: 0;
    text-align: center;
    width: 100%;
    position: relative;
}
#calender_zone img {
    position: absolute;
    width: 390px;
    max-width: 390px;
    height: auto;
    animation: kurukuru 70s linear infinite;
    right: -160px;
    top: -80px;
    z-index: 1;
}
@keyframes kurukuru {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

/* ============ shisetsu_annai_zone ============ */

#shisetsu_annai_zone {
    position: relative;
    z-index: 2;
}
#shisetsu_annai_zone .inner_01 {
    background-color: #eee;
    padding: 40px 0 84px;
}
#shisetsu_annai_zone .inner_01 h3 {
    margin-top: 50px;
    margin-bottom: 50px;
    text-align: center;
    color: #393939;
    font-size: clamp(170%, 2.0vw, 250%);
}
.tbl_wrap {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}
.table_design03 {
    border-collapse: collapse;
    width: 100%;
}
.table_design03 td {
    border-bottom: 4px solid #ddd;
    padding: 1em 1em 1em 2em;
    font-size: clamp(106%, 1.2vw, 120%);
    color: #111;
}
.table_design03 td a {
    float: right;
}
.table_design03 td br {
    display: none;
}
.table_design03 th {
    clear: both;
    font-size: clamp(15px, 1.8vw, 19px);
    color: #2d9aa6;
    border-bottom: solid 4px #4ca8b3;
    padding: 1em;
    font-weight: bold;
    text-align: center;
    width: 20%;
    min-width: 4em;
}
.tbl_wrap p {
    padding: 1.5em 0.1em 1.5em;
    text-indent: 0;
    text-align: right;
}
.tbl_wrap a {
    color: #008fe2;
}
.tbl_wrap a:hover {
    cursor: pointer;
    color: #0056b3;
    text-decoration: underline !important;
}
.tbl_wrap td a {
    font-size: clamp(80%, 0.8vw, 95%);
}
#shisetsu_annai_zone svg {
    vertical-align: bottom;
}
@media screen and (max-width:800px) {
    .tbl_wrap p {
        padding: 1.5em 1em 1.5em 2em;
        text-indent: -1em;
        text-align: left;
    }
    .table_design03 td a {
        float: none;
    }
    .table_design03 td br {
        display: inline;
    }
}
@media screen and (max-width:768px) {
    .table_design03 th span {
        letter-spacing: 0.2em !important;
        transition-duration: 0.6s;
    }
    .table_design03 th {
        padding: 1em 0 1em 3.5vw;
        width: 20%;
        transition-duration: 0.6s;
        text-align: left;
    }
}

/* ============ map_zone ============ */

#map_zone .inner_01 {
    background-color: #fff;
    padding-top: 60px;
}
#map_zone .inner_01 h3 {
    margin-top: 50px;
    margin-bottom: 50px;
    text-align: center;
    color: #3eb3c0;
    font-size: 2.0vw;
    line-height: 1.2;
    font-size: clamp(170%, 2.0vw, 250%);
}
#map_zone .gmap_wrap {
    width: 100%;
    margin: 0 auto;
}
.gmap {
    position: relative;
    padding-bottom: 600px;
    overflow: hidden;
}
.gmap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 450px !important;
    margin-top: 0px;
    pointer-events: none;
}
#tarh_toppage span.ev_cl {
    font-size: 56%;
    letter-spacing: 0.1em;
    color: #abd4d8;
}
#tarh_toppage span.ms_if {
    font-size: 56%;
    letter-spacing: 0.05em;
    color: #b9b9b9;
}
#tarh_toppage span.nr_mp {
    font-size: 56%;
    letter-spacing: 0.1em;
    color: #abd4d8;
}
#tarh_toppage .text_future00 {
    letter-spacing: 0.07em !important;
    font-size: clamp(35px, 4.4vw, 66px);
color: #c2f8f5;
font-weight:bold;
}
#tarh_toppage .text_future {
    letter-spacing: 0 !important;
    font-style: italic;
}
#tarh_toppage .text_future01 {
    font-style: normal;
    margin-left: 0.45em;
}
#tarh_toppage .text_future02 {
    font-style: normal;
    margin-left: 0.22em;
}
#tarh_toppage .brand span:nth-child(1) {
    font-size: 95%;
}
#tarh_toppage .brand span:nth-child(2) {
    font-size: 95%;
    margin-left: 1px;
    margin-right: 1px;
}
#tarh_toppage .top_txt h1 {
    padding-top: 0.15em;
    font-size: clamp(42px, 5.2vw, 6.8rem);
}
#tarh_toppage .top_txt h1 span:nth-child(1), #tarh_toppage .top_txt h1 span:nth-child(2) {
    font-size: 85%;
}
#tarh_toppage .slider2 {
    overflow: hidden;
    border-top: solid 10px #e8f4f6;
    border-bottom: solid 10px #e8f4f6;
}
#tarh_toppage .slide-track {
    display: flex;
    width: max-content;
    animation: scroll2 70s linear infinite;
}
#tarh_toppage .slide-track img {
    width: 300px;
    flex-shrink: 0;
}
@keyframes scroll2 {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}
#tarh_toppage .exhi {
    display: flex;
    align-items: center;
    padding-left: 24px;
}
#tarh_toppage .ei,#tarh_toppage .toku,#tarh_toppage .gi {
    width: 80px;
    text-align: center;
    margin-right: 11px;
}
#tarh_toppage h3.ei2,#tarh_toppage h3.toku2,#tarh_toppage h3.gi2 {
    line-height: 1.2;
    text-align: left;
    padding-top: 0.7em;
    font-size: clamp(20px, 1.4vw, 35px) !important;
}
#tarh_toppage h3.ei2 span,#tarh_toppage h3.toku2 span,#tarh_toppage h3.gi2 span {
    font-size: 60%;
}


/************************************************** /
/************************************************** /
/****************** ウェブページ ****************** /
/************************************************** /
/************************************************** /

/* ============ 共通(ウェブページ) ============ */

.content_wrap.tarh_page h2{
font-size: 1.8rem;
    color: rgb(68, 68, 68);

}


div.exhi_page{
    display: flex;
    align-items: center;
    padding-left: 25px;
    padding-top: 0.85em;
padding-bottom: 1.1em;
}
div.exhi_page .ei, div.exhi_page .toku,div.exhi_page .gi ,div.exhi_page .kyou{
    width: 75px;
    text-align: center;
    margin-right: 8px;
}
div.exhi_page h2.ei2, div.exhi_page h2.toku2, div.exhi_page h2.gi2 {
    line-height: 1.1;
    text-align: left;
    padding-top: 15px;
font-weight: bold;
    font-family: 'Noto Sans JP', sans-serif;
    color: #019237;

align-items: center;
    padding-left: 8px;
    font-size: 1.8rem;
}
.arrow_black{
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='16' width='16' viewBox='0 0 512 512'%3E%3C!--!Font Awesome Free v6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2026 Fonticons, Inc.--%3E%3Cpath fill='rgb(34, 34, 34)' d='M0 256a256 256 0 1 0 512 0A256 256 0 1 0 0 256zM241 377c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l87-87-87-87c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0L345 239c9.4 9.4 9.4 24.6 0 33.9L241 377z'/%3E%3C/svg%3E");
background-repeat:no-repeat;
padding-left:1.25em;
background-position-y: 3.3px;
color:#222;
}


.arrow_black_L{
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='18' width='18' viewBox='0 0 512 512'%3E%3C!--!Font Awesome Free v6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2026 Fonticons, Inc.--%3E%3Cpath fill='rgb(34, 34, 34)' d='M0 256a256 256 0 1 0 512 0A256 256 0 1 0 0 256zM241 377c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l87-87-87-87c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0L345 239c9.4 9.4 9.4 24.6 0 33.9L241 377z'/%3E%3C/svg%3E");
background-repeat:no-repeat;
padding-left:1.25em;
background-position-y: 3px;
}
.arrow_green{
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='15' width='15' viewBox='0 0 512 512'%3E%3C!--!Font Awesome Free v6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2026 Fonticons, Inc.--%3E%3Cpath fill='rgb(11, 148, 68)' d='M0 256a256 256 0 1 0 512 0A256 256 0 1 0 0 256zM241 377c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l87-87-87-87c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0L345 239c9.4 9.4 9.4 24.6 0 33.9L241 377z'/%3E%3C/svg%3E");
background-repeat:no-repeat;
padding-left:1.25em;
background-position-y: 3px;
}
.arrow_green_floor{
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='16' width='16' viewBox='0 0 512 512'%3E%3C!--!Font Awesome Free v6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2026 Fonticons, Inc.--%3E%3Cpath fill='rgb(11, 148, 68)' d='M0 256a256 256 0 1 0 512 0A256 256 0 1 0 0 256zM241 377c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l87-87-87-87c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0L345 239c9.4 9.4 9.4 24.6 0 33.9L241 377z'/%3E%3C/svg%3E");
background-repeat:no-repeat;
padding-left:1.25em;
background-position-y: 4px;
color:#222;
}

a.arrow_green_floor:hover{
text-decoration:underline;
}
.all_wrap_page {
    background: #959595;
    width: 100%;
    padding: 150px 0 50px;
}
@media screen and (max-width:1020px) {
    .all_wrap_page {
        background: #959595;
        width: 100%;
        padding: 100px 0 50px;
    }
}

.scroll_line {
display:block;
    position: absolute;
    font-size: 13px;
    writing-mode: vertical-rl;
    top: 50%;
    left: 2%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 999;
}
.scroll_line::after {
    content: '';
    display: inline-block;
    position: absolute;
    background-color: #000;
    right: 50%;
    bottom: -115px;
    transform: translateX(-50%);
    width: 1px;
    height: 100px;
    animation: scroll_down 1.5s infinite;
}
@keyframes scroll_down {
    0% {
        transform: scale(1, 0);
        transform-origin: 0 0;
    }
    50% {
        transform: scale(1, 1);
        transform-origin: 0 0;
    }
    50.1% {
        transform: scale(1, 1);
        transform-origin: 0 100%;
    }
    100% {
        transform: scale(1, 0);
        transform-origin: 0 100%;
    }
}
.scroll_line2 {
    position: absolute;
    font-size: 13px;
    writing-mode: vertical-rl;
    top: 50%;
    left: 2%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 999;
}
@media screen and (max-width:768px) {
.scroll_line {
display:none;
}
}

/* ============ お知らせ(ブログ) ============ */

div.archive ul li {
    margin-bottom: 0.4em;
}
div.archive ul li a:hover {
    text-decoration: underline;
}

.osirase dt {
    padding: 15px 0 3px 12px;
    color: #bbb;
}
.osirase dd {
    padding: 0 0 0px 12px;
    width: 100%;
    border-bottom: dotted 1px #ddd;
}
.osirase dd p {
    margin-top: 15px;
    color: #1e6275;
    font-weight: bold;
    line-height: 20px;
    padding-left: 5px;
    font-size: 110% !important;
    padding-bottom: 0.7em;
}
.content_wrap_kiji h2.osirase_list {
    margin-bottom: 0.4em;
}

.kiji_border {
    border-top: solid 1px #888;
    text-align: right;
    padding-top: 10px;
    margin-top: 4.5em;
}
.kiji_border a:hover {
    text-decoration: underline;
}
/*
.tarh_page h2, .content_wrap_kiji h2 {
    font-size: 1.8rem;
    margin-bottom: 1.5em;
    color: #444;
*/
}
.tarh_page h2+div, .content_wrap_kiji h2+div {
    padding-top: 1.2em;
    line-height: 1.7;
}
.tarh_page h2+div p, .content_wrap_kiji h2+div p {
    padding-bottom: 0.6em;
}
.tarh_page h3, .content_wrap_kiji h3 {
    font-size: 1.3rem;
    margin-bottom: 0.7em;
    margin-left: 0.4em;
    color: #444;
    padding: 0.05rem 1.2rem;
    border-left: solid 7px #54aec8;
}

.content_wrap.tarh_page {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    background: #fff;
    padding: 80px 8% 90px;
    border-radius: 2px;
    line-height: 1.6;
}
.all_wrap_kiji {
    background: #959595;
    width: 100%;
    padding: 150px 0 50px;
}
.content_wrap_kiji {
    position: relative;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    background: #fff;
    padding: 50px 80px;
    border-radius: 3px;
    min-height: 500px;
}


/*************************************************************************************************************************/
/** フロアガイド **/
/*************************************************************************************************************************/
#ver_index .area a{
color: inherit;
}
#ver_index .area3 p.shiryo_txt {
    padding-top: 0.6em;
}
/*
#ver_index .area3 span {
    display: inline-block;
    margin-top: 0.5em;
    font-size: 0.75rem;
    line-height: 1.0;
}

#ver_index .area3 a {
    padding: 1.3em 1.2em 2em;
}
*/
#ver_index .area3 h3 {
    line-height: 0.8;
}
#ver_index .bottom_wrap {
    display: flex;
    flex-wrap: wrap;
}
#ver_index .area3 h3 {
    font-size: 1.05rem;
}
#ver_index .map-wrapper_figure {
    position: relative;
}
#ver_index .area2 h3, .area5 h3 {
    font-size: 1.15rem;
}
#ver_index .area .theater_txt {
    padding-top: 1.2em;
}
#ver_index .area1 h3 {
    font-size: 1.25rem;
}
#ver_index .map_img_inner {
    display: flex;
    flex-wrap: wrap;
}
#ver_index .tarh_page h2, .content_wrap_kiji h2 {
    font-size: 1.8rem;
    margin-bottom: 1em;
    color: #444;
}
#ver_index .area h3 {
    position: relative;
}
#ver_index .content_wrap.tarh_page .area h3 {
    font-size: 1.1rem;
    margin-bottom: 0.7em;
    margin-left: 0;
    color: #0b9444;
    padding: 0 0 0 56px;
    border-left: none;
    line-height: 1;
}
#ver_index .area a {
    width: 100%;
    height: 100%;
    padding: 1.5em 1.2em 2em;
    display: block;
}
#ver_index #area-a {
    top: 129px;
    left: 481px;
    width: 91px;
    height: 59px;
}
#ver_index #area-b {
    top: 119px;
    left: 630px;
    width: 242px;
    height: 74px;
}
#ver_index #area-c {
    top: 137px;
    left: 6px;
    width: 158px;
    height: 328px;
}
#ver_index #area-d {
    top: 33px;
    left: 499px;
    width: 75px;
    height: 89px;
}
#ver_index #area-e {
    top: 34px;
    left: 611px;
    width: 262px;
    height: 86px;
}
#ver_index .map-wrapper {
    position: relative;
    max-width: 900px;
}
#ver_index .map-wrapper img {
    width: 100%;
    height: auto;
    display: block;
}
/* 点滅エリア */
#ver_index .map-area {
position: absolute;
    border: 4px solid rgb(255 130 46 / 75%);
    background: rgb(255 130 46 / 30%);
    opacity: 0;
    pointer-events: none;
}
/* hover中に付与されるクラス */
#ver_index .map-area.is-active {
    animation: blink 1s ease-in-out infinite;
    opacity: 1;
}
@keyframes blink {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.2;
    }
}
#ver_index .content_wrap.tarh_page {
    padding: 50px 60px 90px;
}
#ver_index .content_wrap.tarh_page h3 span {
    font-size: 0.8rem;
    letter-spacing: 0px;
    margin-left: 0.1em;
}
#ver_index .map_img img {
    width: 100%;
}
#ver_index .area {
    padding: 0;
    font-size: 90%;
    position: relative;
    background: #fff;
    cursor: pointer;
}
#ver_index .area:hover {
    transition-duration: 0.6s;
    background: #eef5eb;
}
#ver_index .area p {
    padding: 0 0em 2.5em;
}
#ver_index .area p.detail_link {
    padding: 0em 0.5em 0;
    position: absolute;
    bottom: 0;
    right: 1.5em;
}
#ver_index .area p.detail_link i {
    color: #0b9444;
}
#ver_index .area1 h3::before {
    content: "1";
    display: block;
    width: 45px;
    height: 45px;
    background-color: #eb634c;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 1.3em;
    line-height: 43px;
    /* 文字をボックス中央に */
}
#ver_index .area2 h3::before {
    content: "2";
    display: block;
    width: 45px;
    height: 45px;
    background-color: #eb634c;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 1.3em;
    line-height: 43px;
    /* 文字をボックス中央に */
}
#ver_index .area3 h3::before {
    content: "5";
    display: block;
    width: 45px;
    height: 45px;
    background-color: #eb634c;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 1.3em;
    line-height: 43px;
    /* 文字をボックス中央に */
}
#ver_index .area4 h3::before {
    content: "4";
    display: block;
    width: 45px;
    height: 45px;
    background-color: #eb634c;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 1.3em;
    line-height: 43px;
    /* 文字をボックス中央に */
}
#ver_index .area5 h3::before {
    content: "3";
    display: block;
    width: 45px;
    height: 45px;
    background-color: #eb634c;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 1.3em;
    line-height: 43px;
    /* 文字をボックス中央に */
}
#ver_index .area1 {
    width: 31%;
    border: solid 1px #666;
    border-radius: 2px;
    margin: 10px 10px 20px 0;
}
#ver_index .area2 {
    width: 66%;
    border: solid 1px #666;
    border-radius: 2px;
    margin: 10px 0px 20px 10px;
}
#ver_index .area3 {
    width: 36%;
    border: solid 1px #666;
    border-radius: 2px;
    margin: 12px 10px 0 0;
}
#ver_index .area4 {
    width: 25%;
    border: solid 1px #666;
    border-radius: 2px;
    margin: 12px 10px 0;
}
#ver_index .area5 {
    width: 34%;
    border: solid 1px #666;
    border-radius: 2px;
    margin: 12px 0px 0px 10px;
}
#ver_index .map-wrapper, #ver_index .is-active {
    display: block;
}
#ver_index .map_s img {
    width: 100%;
}
#ver_index .map_s {
    display: none;
}
@media screen and (max-width:1033px) {
    #ver_index .map_s {
        display: block;
        padding-bottom: 20px;
    }
    #ver_index .map-wrapper, #ver_index .map-area {
        display: none;
    }
    #ver_index .area1 {
        width: 100%;
        border: solid 1px #666;
        border-radius: 2px;
        margin: 10px 0 0;
        order: 1;
    }
    #ver_index .area2 {
        width: 100%;
        border: solid 1px #666;
        border-radius: 2px;
        margin: 10px 0 0;
        order: 2;
    }
    #ver_index .area3 {
        width: 100%;
        border: solid 1px #666;
        border-radius: 2px;
        margin: 10px 0 0;
        order: 5;
    }
    #ver_index .area4 {
        width: 100%;
        border: solid 1px #666;
        border-radius: 2px;
        margin: 10px 0 0;
        order: 4;
    }
    #ver_index .area5 {
        width: 100%;
        border: solid 1px #666;
        border-radius: 2px;
        margin: 10px 0 0;
        order: 3;
    }
}

@media screen and (max-width:768px) {
#ver_index .content_wrap.tarh_page {
    padding: 50px 30px 90px;
}
}
@media screen and (max-width:550px) {
#ver_index .content_wrap.tarh_page {
    padding: 50px 10px 90px;
}
}
/*************************************************************************************************************************/
/** ミニシアター **/
/*************************************************************************************************************************/

.webpage_temp .back_guide i {
    color: #0b9444;
}
#ver_mini_theater .area p br {
    display: inline;
}
@media screen and (max-width:1000px) {
    #ver_mini_theater .area p br {
        display: none;
    }
}
.webpage_temp .row img {
    width: 100%;
}
#ver_mini_theater h3.joei_program {
    font-size: 1.2rem;
    background-color: #74b1aa;
    padding: 0.5em 0.5em;
    color: #fff;
    margin-bottom: 2em;
border:0;
}
#ver_mini_theater h4 {
    font-size: 1rem;
    color: #000;
font-weight:normal;
    line-height: 1.5;
}
#ver_mini_theater .row figcaption {
    padding: 0.8em 0.5em 0;
}

#ver_mini_theater .content_wrap.tarh_page {
    padding: 50px 60px 60px;
}

@media screen and (max-width:768px) {
    #ver_mini_theater .row figcaption {
        padding: 1.2em 0.5em 0;
    }
    #ver_mini_theater .content_wrap.tarh_page {
        padding: 50px 30px 60px;
    }
}
@media screen and (max-width:550px) {
    #ver_mini_theater .content_wrap.tarh_page {
        padding: 50px 10px 60px;
    }
}

#ver_mini_theater .area_fig figure {
    margin: 0 0 3rem;
}
#ver_mini_theater .map-wrapper {
    position: relative;
    max-width: 800px;
}
#ver_mini_theater .map-wrapper img {
    width: 100%;
    height: auto;
    display: block;
}


#ver_mini_theater .map_img img {
    width: 90%;
}
#ver_mini_theater .area p {
    padding: 0.5em 1.5em;
    font-weight: bold;
    color: #018738;
}

#ver_mini_theater .content_wrap.tarh_page h2 span {
    letter-spacing: 1px;
    margin-left: 0.4em;
    font-size: 0.5em;
}
#ver_mini_theater .ei {
    width: 100px;
    text-align: center;
}


/*************************************************************************************************************************/
/** 特別展示エリア **/
/*************************************************************************************************************************/

#ver_special_exhibition .toku {
    width: 100px;
    text-align: center;
}

#ver_special_exhibition .area p br {
    display: inline;
}
@media screen and (max-width:1000px) {
    #ver_special_exhibition .area p br {
        display: none;
    }
}
#ver_special_exhibition .row h4 {
    font-size: 1.4rem;
    color: #0b9444;
    padding: 0 0.5em 0.4em;
}
#ver_special_exhibition .row figcaption {
padding: 0.8em 0.8em 0;
    color: #000;
    max-width: 400px;
    margin: 0 auto;
}

#ver_special_exhibition .area_fig figure {
    margin: 0 0 3rem;
}
#ver_special_exhibition .map-wrapper {
    position: relative;
    max-width: 800px;
}
#ver_special_exhibition .map-wrapper img {
    width: 100%;
    height: auto;
    display: block;
}
#ver_special_exhibition .content_wrap.tarh_page {
    padding: 50px 60px 60px;
}

#ver_special_exhibition .content_wrap.tarh_page h3 {
    font-size: 19px;
    margin-bottom: 0.7em;
    margin-left: 0;
    color: #0b9444;
    padding: 0 0 0 10px;
    border-left: none;
    line-height: 1;
    max-width: 350px;
}


#ver_special_exhibition .content_wrap.tarh_page div.exhi_page2 {
    font-weight: bold;
    font-family: 'Noto Sans JP', sans-serif;
    color: #019237;
    padding-top: 0.5em;
    display: flex;
    align-items: center;
    padding-left: 15px;
    font-size: 1.2rem;
    justify-content: center;
    padding-bottom:0.5em;
}
#ver_special_exhibition .content_wrap.tarh_page h2 span {
    letter-spacing: 1px;
    margin-left: 0.3em;
    font-size: 0.5em;
}
#ver_special_exhibition .map_img img {
    width: 90%;
}
#ver_special_exhibition .area p {
    padding: 0.5em 1.5em;
    font-weight: bold;
    color: #018738;
}

@media screen and (max-width:768px) {
#ver_special_exhibition .content_wrap.tarh_page {
    padding: 50px 30px 60px;
}
}
@media screen and (max-width:550px) {
#ver_special_exhibition .content_wrap.tarh_page {
    padding: 50px 10px 60px;
}
}
/*************************************************************************************************************************/
/** 新技術展示エリア **/
/*************************************************************************************************************************/

#ver_advanced_technology_exhibition .gi{
    width: 100px;
    text-align: center;
}

#ver_advanced_technology_exhibition .area_fig img {
    max-width: 250px;
}
#ver_advanced_technology_exhibition .area p br {
    display: inline;
}
@media screen and (max-width:1000px) {
    #ver_advanced_technology_exhibition .area p br {
        display: none;
    }
}
#ver_advanced_technology_exhibition .row figcaption {
    padding: 0.8em 0.5em 0;
}
@media screen and (max-width:768px) {
    #ver_advanced_technology_exhibition .row figcaption {
        padding: 1.2em 0.5em 0;
    }
}
#ver_advanced_technology_exhibition .row h3 {
    font-size: 1.3rem;
    color: #0b9444;
    padding: 0 0.5em 0.4em;
    line-height: 1.45;
}
#ver_advanced_technology_exhibition .map-wrapper {
    position: relative;
    max-width: 800px;
}
#ver_advanced_technology_exhibition .map-wrapper img {
    width: 100%;
    height: auto;
    display: block;
}
#ver_advanced_technology_exhibition .area_fig figure {
    margin: 0 0 3rem;
}
#ver_advanced_technology_exhibition .content_wrap.tarh_page {
    padding: 50px 60px 90px;
}
#ver_advanced_technology_exhibition .content_wrap.tarh_page h3 {
    margin-bottom: 0.7em;
    margin-left: 0;
    color: #0b9444;
    padding: 0 0 0 10px;
    border-left: none;

}
#ver_advanced_technology_exhibition .content_wrap.tarh_page h3.exhi_page {
    font-weight: bold;
    font-family: 'Noto Sans JP', sans-serif;
    color: #019237;
    padding-top: 0.5em;
    display: flex;
    align-items: center;
    padding-left: 15px;
    font-size: 1.8rem;
}
#ver_advanced_technology_exhibition .content_wrap.tarh_page h2 span {
    letter-spacing: 1px;
    margin-left: 0.2em;
    font-size: 0.5em;
}
#ver_advanced_technology_exhibition .map_img img {
    width: 90%;
}
#ver_advanced_technology_exhibition .area p {
    padding: 0.5em 1.5em;
    color: #018738;
    font-weight: bold;
}


@media screen and (max-width:768px) {
#ver_advanced_technology_exhibition .content_wrap.tarh_page {
    padding: 50px 30px 90px;
}
}
@media screen and (max-width:550px) {
#ver_advanced_technology_exhibition .content_wrap.tarh_page {
    padding: 50px 10px 90px;
}
}

/*************************************************************************************************************************/
/** 森林・水産・国際 **/
/*************************************************************************************************************************/

#ver_shinrin_suisan_kokusai .kyou{
    width: 100px;
    text-align: center;
}

#ver_shinrin_suisan_kokusai .kyou_mark{
    width:60px;
    text-align: center;
}

#ver_shinrin_suisan_kokusai .row figure img {
    width: 100%;
}
#ver_shinrin_suisan_kokusai .row figcaption {
    padding: 0.8em 0.8em 0;
    color: #000;
    max-width: 400px;
    margin: 0 auto;
}
#ver_shinrin_suisan_kokusai .map-wrapper {
    position: relative;
    max-width: 800px;
}
#ver_shinrin_suisan_kokusai .map-wrapper img {
    width: 100%;
    height: auto;
    display: block;
}
#ver_shinrin_suisan_kokusai .content_wrap.tarh_page {
    padding: 50px 60px 90px;
}

#ver_shinrin_suisan_kokusai .content_wrap.tarh_page h2 span {
    letter-spacing: 1px;

    margin-left: 0.2em;
    font-size: 0.5em;
}


#ver_shinrin_suisan_kokusai .map_img img {
    width: 90%;
}
#ver_shinrin_suisan_kokusai .area p {
    padding: 0.5em 1.5em;
    font-weight: bold;
}

#ver_shinrin_suisan_kokusai h3.kyou2 {
 
    text-align: left;

font-size:16px;
   margin-bottom: 0.7em;
    margin-left: 0;
color: #008537;
    padding-top: 9px;
    padding-left: 0.5em;
    border-left: none;
   line-height: 1.4;
}
#ver_shinrin_suisan_kokusai .exhi2 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.05em;
    font-family: 'Noto Sans JP', sans-serif;
    color: #008537;
    padding: 0 0 0.5em;
    letter-spacing: -1px;
}
#ver_shinrin_suisan_kokusai .content_wrap.tarh_page h3.exhi_page {
    font-weight: bold;
    font-family: 'Noto Sans JP', sans-serif;
    color: #019237;
    padding-top: 0.5em;
    display: flex;
    align-items: center;
    padding-left: 15px;
    font-size: 1.8rem;
}
@media screen and (max-width:768px) {
#ver_shinrin_suisan_kokusai .content_wrap.tarh_page {
    padding: 50px 30px 90px;
}
}
@media screen and (max-width:550px) {
#ver_shinrin_suisan_kokusai .content_wrap.tarh_page {
    padding: 50px 10px 90px;
}
}
/*************************************************************************************************************************/
/** 農業技術発達資料館 **/
/*************************************************************************************************************************/

#ver_shiryokan .row h4 {
    font-size: 1.2rem;
    color: #0b9444;
    padding: 0 0.5em 0.4em;
}
#ver_shiryokan .area p br {
    display: inline;
}
@media screen and (max-width:1000px) {
    #ver_shiryokan .area p br {
        display: none;
    }
}
#ver_shiryokan .row figcaption {
    padding: 0.8em 0.5em 0;
}
@media screen and (max-width:768px) {
    #ver_shiryokan .row figcaption {
        padding: 1.2em 0.5em 0;
    }
}
#ver_shiryokan .area_fig figure {
    margin: 0 0 3rem;
}
#ver_shiryokan .map-wrapper {
    position: relative;
    max-width: 800px;
}
#ver_shiryokan .map-wrapper img {
    width: 100%;
    height: auto;
    display: block;
}
#ver_shiryokan .content_wrap.tarh_page {
    padding: 50px 60px 90px;
}
#ver_shiryokan .content_wrap.tarh_page h2 {
    font-size: 1.6rem;
    margin-bottom: 0.7em;
    margin-left: 0;
    color: #0b9444;
    padding: 10px 0 0 24px;
    border-left: none;
    line-height: 1;

}
#ver_shiryokan .content_wrap.tarh_page h2 span {
    font-size: 0.8rem;
    letter-spacing: 1px;
    margin-left: 0.1em;
}
#ver_shiryokan .map_img img {
    width: 100%;
}
#ver_shiryokan .area p {
    padding: 0.5em 1.5em;
    font-weight: bold;
    color: #018738;
    text-align: left;
}
@media screen and (max-width:768px) {
    #ver_shiryokan .area p {
        padding: 0.5em 0.2em;
        text-align: justify;
        text-justify: auto;
    }
#ver_shiryokan .content_wrap.tarh_page {
    padding: 50px 30px 90px;
}
}
@media screen and (max-width:550px) {
#ver_shiryokan .content_wrap.tarh_page {
    padding: 50px 20px 90px;
}
}

/*************************************************************************************************************************/
/** アクセス **/
/*************************************************************************************************************************/

#transport {
    padding-top: 0 !important;
}
#transport figure {
    caret-color: transparent;
}
#ver_access .enter_tarh {
    color: #444;
}
#ver_access .bus_map, #ver_access .park_map {
    max-width: 617px;
}
#ver_access .border_dot {
    border-top: dotted 1px #999;
}
#ver_access .kome_donichi {
    text-indent: -1em;
    padding-left: 1em;
    font-size: 90%;
}
#ver_access .to_map {
    font-size: 90%;
    color: #007bff;
    float: right;
}
#ver_access .to_map:hover {
    text-decoration: underline;
}
#ver_access .gaibu_link {
    font-size: 90%;
    margin-left: 0.5em;
}
#ver_access .train dt {
    clear: both;
    float: left;
    width: 7em;
    padding-bottom: 0.2em;
}
#ver_access .train dd {
    float: left;
    width: calc(100% - 7em);
    padding-bottom: 0.2em;
}
#ver_access .train dd a {
    color: #007bff;
}
#ver_access .train dd a:hover {
    text-decoration: underline;
}
#ver_access .car dt {
    clear: both;
    float: left;
    width: 18em;
    padding-bottom: 0.5em;
    font-weight: bold;
}
#ver_access .car dd {
    float: left;
    width: calc(100% - 18em);
    padding-bottom: 0.5em;
}
#ver_access .car dd span {
    color: #0c8c92;
    font-weight: bold;
}
#ver_access .clearfix::after {
    content: "";
    display: block;
    clear: both;
}
#ver_access h4 {
    margin-bottom: 1em;
    color: #0c8c92;
    font-size: 125%;
}
#ver_access .jyusho {
    border-radius: 1px;
    padding: 1.3em 2.8em;
    background: #f4f4f4;
}
#ver_access .jyusho br {
    display: none;
}
@media screen and (max-width:768px) {
    .content_wrap.tarh_page {
        padding: 80px 5% 90px;
        transition-duration: 0.6s;
    }
    #ver_access .jyusho br {
        display: inline;
    }
    #ver_access .to_map {
        font-size: 90%;
        color: #007bff;
        float: left;
    }
    #ver_access .transport .car dd {
        clear: both;
        float: none;
        width: 100%;
        padding-bottom: 0.5em;
    }
}




/************************************************** /
/************************************************** /
/******************* framework ******************** /
/************************************************** /
/************************************************** /

.mincho{
font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}

.italic{
font-style:italic;
}

cite{
font-style:normal !important;
}

.letter_m1{
letter-spacing:-1px !important;
}
.indent_m05em{
text-indent:-0.5em !important;
}
.indent_m1em{
text-indent:-1em !important;
}


.clear_B{
clear:both !important;
}

.both_E{
text-align: justify;
}

.at_m::before{
content:"@";
}


.back_eee{
background-color:#eee !important;
}

ul.disc,ol.disc,li.disc{
list-style-type:disc !important;
}

ul.decimal,ol.decimal,li.decimal{
list-style-type:decimal !important;
}

ul.circle,ol.circle,li.circle{
list-style-type:circle !important;
}

div.common,p.common {
    padding: 0 1em 1.5em 1em !important;
    text-align: justify;
}

.kome{
text-indent: -1em;
margin-left: 1em;
}


.letter_02em{
letter-spacing:0.2em;
}

.letter_025em{
letter-spacing:0.25em;
}

.letter_033em{
letter-spacing:0.33em;
}

.letter_05em{
letter-spacing:0.5em;
}

.letter_1em{
letter-spacing:1em;
}

.letter_2em{
letter-spacing:2em;
}


.letter_n1{
letter-spacing:-1px;
}

.letter_1{
letter-spacing:1px;
}

.letter_2{
letter-spacing:2px;
}

.letter_3{
letter-spacing:3px;
}

.letter_4{
letter-spacing:4px;
}

.letter_5{
letter-spacing:5px;
}


.font_80{
font-size:80% !important;
}

.font_85{
font-size:85% !important;
}

.font_90{
font-size:90% !important;
}

.font_95{
font-size:95% !important;
}

.font_100{
font-size:100% !important;
}

.font_110{
font-size:110% !important;
}

.font_120{
font-size:120% !important;
}

.font_10{
font-size:10px !important;
}

.font_11{
font-size:11px !important;
}

.font_12{
font-size:12px !important;
}

.font_13{
font-size:13px !important;
}

.font_14{
font-size:14px !important;
}

.font_15{
font-size:15px !important;
}

.font_16{
font-size:16px !important;
}


.maru1:before{
content:"(1) ";
margin-left:-1.6em;
position:absolute;
}

.maru2:before{
content:"(2) ";
margin-left:-1.6em;
position:absolute;
}

.maru3:before{
content:"(3) ";
margin-left:-1.6em;
position:absolute;
}

.maru4:before{
content:"(4) ";
margin-left:-1.6em;
position:absolute;
}

.maru5:before{
content:"(5) ";
margin-left:-1.6em;
position:absolute;
}

.maru6:before{
content:"(6) ";
margin-left:-1.6em;
position:absolute;
}

.maru7:before{
content:"(7) ";
margin-left:-1.6em;
position:absolute;
}

.maru8:before{
content:"(8) ";
margin-left:-1.6em;
position:absolute;
}

.maru9:before{
content:"(9) ";
margin-left:-1.6em;
position:absolute;
}


.han_kakko1:before{
content:"1) ";
margin-left:-1.2em;
/* position:absolute; */
}
.han_kakko2:before {
    content: "2) ";
    margin-left: -1.2em;
}
.han_kakko3:before {
    content: "3) ";
    margin-left: -1.2em;
}
.han_kakko4:before {
    content: "4) ";
    margin-left: -1.2em;
}
.han_kakko5:before {
    content: "5) ";
    margin-left: -1.2em;
}
.han_kakko6:before {
    content: "6) ";
    margin-left: -1.2em;
}
.han_kakko7:before {
    content: "7) ";
    margin-left: -1.2em;
}
.han_kakko8:before {
    content: "8) ";
    margin-left: -1.2em;
}
.han_kakko9:before {
    content: "9) ";
    margin-left: -1.2em;
}
.han_kakko10:before {
    content: "10) ";
    margin-left: -1.2em;
}
.han_kakko11:before {
    content: "11) ";
    margin-left: -1.2em;
}
.han_kakko12:before {
    content: "12) ";
    margin-left: -1.2em;
}
.han_kakko13:before {
    content: "13) ";
    margin-left: -1.2em;
}
.han_kakko14:before {
    content: "14) ";
    margin-left: -1.2em;
}
.han_kakko15:before {
    content: "15) ";
    margin-left: -1.2em;
}
.han_kakko16:before {
    content: "16) ";
    margin-left: -1.2em;
}
span.click_en {
    background: url(/common/img/cm_arrow01_ico.gif) no-repeat 0px 3px;
    padding-left: 17px;
}
span.click {
    background: url(/common/img/cm_arrow04_ico.gif) no-repeat 0px 5px;
    padding-left: 12px;
}
span.pdf {
    color: #999 !important;
}
.br_md_off br {
    display: inline;
}
.br_md_on br {
    display: none;
}
@media (max-width: 768px) {
    .br_md_off br {
        display: none;
    }
    .br_md_on br {
        display: inline;
    }
}
.do_c {
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
}
.w-10 {
    width: 10% !important;
}
.w-20 {
    width: 20% !important;
}
.w-30 {
    width: 30% !important;
}
.w-40 {
    width: 40% !important;
}
.w-60 {
    width: 60% !important;
}
.w-70 {
    width: 70% !important;
}
.w-80 {
    width: 80% !important;
}
.w-90 {
    width: 90% !important;
}
.w-25 {
    width: 25% !important;
}
.w-50 {
    width: 50% !important;
}
.w-75 {
    width: 75% !important;
}
.w-100 {
    width: 100% !important;
}
.h-25 {
    height: 25% !important;
}
.h-50 {
    height: 50% !important;
}
.h-75 {
    height: 75% !important;
}
.h-100 {
    height: 100% !important;
}
.mw-100 {
    max-width: 100% !important;
}
.mh-100 {
    max-height: 100% !important;
}
.m-0 {
    margin: 0 !important;
}
.mt-0,
.my-0 {
    margin-top: 0 !important;
}
.mr-0,
.mx-0 {
    margin-right: 0 !important;
}
.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
    margin-left: 0 !important;
}
.m-1 {
    margin: 0.25rem !important;
}
.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}
.m-2 {
    margin: 0.5rem !important;
}
.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}
.m-3 {
    margin: 1rem !important;
}
.mt-3,
.my-3 {
    margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}
.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}
.m-4 {
    margin: 1.5rem !important;
}
.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}
.m-5 {
    margin: 3rem !important;
}
.mt-5,
.my-5 {
    margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
    margin-right: 3rem !important;
}
.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
    margin-left: 3rem !important;
}
.p-0 {
    padding: 0 !important;
}
.pt-0,
.py-0 {
    padding-top: 0 !important;
}
.pr-0,
.px-0 {
    padding-right: 0 !important;
}
.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
    padding-left: 0 !important;
}
.p-1 {
    padding: 0.25rem !important;
}
.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}
.p-2 {
    padding: 0.5rem !important;
}
.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
    padding-left: 0.5rem !important;
}
.p-3 {
    padding: 1rem !important;
}
.pt-3,
.py-3 {
    padding-top: 1rem !important;
}
.pr-3,
.px-3 {
    padding-right: 1rem !important;
}
.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
    padding-left: 1rem !important;
}
.p-4 {
    padding: 1.5rem !important;
}
.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
    padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}
.p-5 {
    padding: 3rem !important;
}
.pt-5,
.py-5 {
    padding-top: 3rem !important;
}
.pr-5,
.px-5 {
    padding-right: 3rem !important;
}
.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
    padding-left: 3rem !important;
}
.m-auto {
    margin: auto !important;
}
.mt-auto,
.my-auto {
    margin-top: auto !important;
}
.mr-auto,
.mx-auto {
    margin-right: auto !important;
}
.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
    margin-left: auto !important;
}
@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important;
    }
    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important;
    }
    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important;
    }
    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important;
    }
    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important;
    }
    .m-sm-1 {
        margin: 0.25rem !important;
    }
    .mt-sm-1,
    .my-sm-1 {
        margin-top: 0.25rem !important;
    }
    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 0.25rem !important;
    }
    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 0.25rem !important;
    }
    .m-sm-2 {
        margin: 0.5rem !important;
    }
    .mt-sm-2,
    .my-sm-2 {
        margin-top: 0.5rem !important;
    }
    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 0.5rem !important;
    }
    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 0.5rem !important;
    }
    .m-sm-3 {
        margin: 1rem !important;
    }
    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important;
    }
    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important;
    }
    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important;
    }
    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important;
    }
    .m-sm-4 {
        margin: 1.5rem !important;
    }
    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important;
    }
    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important;
    }
    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important;
    }
    .m-sm-5 {
        margin: 3rem !important;
    }
    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important;
    }
    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important;
    }
    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important;
    }
    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important;
    }
    .p-sm-0 {
        padding: 0 !important;
    }
    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important;
    }
    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important;
    }
    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important;
    }
    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important;
    }
    .p-sm-1 {
        padding: 0.25rem !important;
    }
    .pt-sm-1,
    .py-sm-1 {
        padding-top: 0.25rem !important;
    }
    .pr-sm-1,
    .px-sm-1 {
        padding-right: 0.25rem !important;
    }
    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-sm-1,
    .px-sm-1 {
        padding-left: 0.25rem !important;
    }
    .p-sm-2 {
        padding: 0.5rem !important;
    }
    .pt-sm-2,
    .py-sm-2 {
        padding-top: 0.5rem !important;
    }
    .pr-sm-2,
    .px-sm-2 {
        padding-right: 0.5rem !important;
    }
    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-sm-2,
    .px-sm-2 {
        padding-left: 0.5rem !important;
    }
    .p-sm-3 {
        padding: 1rem !important;
    }
    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important;
    }
    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important;
    }
    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important;
    }
    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important;
    }
    .p-sm-4 {
        padding: 1.5rem !important;
    }
    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important;
    }
    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important;
    }
    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important;
    }
    .p-sm-5 {
        padding: 3rem !important;
    }
    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important;
    }
    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important;
    }
    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important;
    }
    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important;
    }
    .m-sm-auto {
        margin: auto !important;
    }
    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important;
    }
    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important;
    }
    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important;
    }
    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important;
    }
}
@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important;
    }
    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important;
    }
    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important;
    }
    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important;
    }
    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important;
    }
    .m-md-1 {
        margin: 0.25rem !important;
    }
    .mt-md-1,
    .my-md-1 {
        margin-top: 0.25rem !important;
    }
    .mr-md-1,
    .mx-md-1 {
        margin-right: 0.25rem !important;
    }
    .mb-md-1,
    .my-md-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-md-1,
    .mx-md-1 {
        margin-left: 0.25rem !important;
    }
    .m-md-2 {
        margin: 0.5rem !important;
    }
    .mt-md-2,
    .my-md-2 {
        margin-top: 0.5rem !important;
    }
    .mr-md-2,
    .mx-md-2 {
        margin-right: 0.5rem !important;
    }
    .mb-md-2,
    .my-md-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-md-2,
    .mx-md-2 {
        margin-left: 0.5rem !important;
    }
    .m-md-3 {
        margin: 1rem !important;
    }
    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important;
    }
    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important;
    }
    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important;
    }
    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important;
    }
    .m-md-4 {
        margin: 1.5rem !important;
    }
    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important;
    }
    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important;
    }
    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important;
    }
    .m-md-5 {
        margin: 3rem !important;
    }
    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important;
    }
    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important;
    }
    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important;
    }
    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important;
    }
    .p-md-0 {
        padding: 0 !important;
    }
    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important;
    }
    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important;
    }
    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important;
    }
    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important;
    }
    .p-md-1 {
        padding: 0.25rem !important;
    }
    .pt-md-1,
    .py-md-1 {
        padding-top: 0.25rem !important;
    }
    .pr-md-1,
    .px-md-1 {
        padding-right: 0.25rem !important;
    }
    .pb-md-1,
    .py-md-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-md-1,
    .px-md-1 {
        padding-left: 0.25rem !important;
    }
    .p-md-2 {
        padding: 0.5rem !important;
    }
    .pt-md-2,
    .py-md-2 {
        padding-top: 0.5rem !important;
    }
    .pr-md-2,
    .px-md-2 {
        padding-right: 0.5rem !important;
    }
    .pb-md-2,
    .py-md-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-md-2,
    .px-md-2 {
        padding-left: 0.5rem !important;
    }
    .p-md-3 {
        padding: 1rem !important;
    }
    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important;
    }
    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important;
    }
    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important;
    }
    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important;
    }
    .p-md-4 {
        padding: 1.5rem !important;
    }
    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important;
    }
    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important;
    }
    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important;
    }
    .p-md-5 {
        padding: 3rem !important;
    }
    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important;
    }
    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important;
    }
    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important;
    }
    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important;
    }
    .m-md-auto {
        margin: auto !important;
    }
    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important;
    }
    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important;
    }
    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important;
    }
    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important;
    }
}
@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important;
    }
    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important;
    }
    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important;
    }
    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important;
    }
    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important;
    }
    .m-lg-1 {
        margin: 0.25rem !important;
    }
    .mt-lg-1,
    .my-lg-1 {
        margin-top: 0.25rem !important;
    }
    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 0.25rem !important;
    }
    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 0.25rem !important;
    }
    .m-lg-2 {
        margin: 0.5rem !important;
    }
    .mt-lg-2,
    .my-lg-2 {
        margin-top: 0.5rem !important;
    }
    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 0.5rem !important;
    }
    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 0.5rem !important;
    }
    .m-lg-3 {
        margin: 1rem !important;
    }
    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important;
    }
    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important;
    }
    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important;
    }
    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important;
    }
    .m-lg-4 {
        margin: 1.5rem !important;
    }
    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important;
    }
    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important;
    }
    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important;
    }
    .m-lg-5 {
        margin: 3rem !important;
    }
    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important;
    }
    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important;
    }
    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important;
    }
    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important;
    }
    .p-lg-0 {
        padding: 0 !important;
    }
    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important;
    }
    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important;
    }
    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important;
    }
    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important;
    }
    .p-lg-1 {
        padding: 0.25rem !important;
    }
    .pt-lg-1,
    .py-lg-1 {
        padding-top: 0.25rem !important;
    }
    .pr-lg-1,
    .px-lg-1 {
        padding-right: 0.25rem !important;
    }
    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-lg-1,
    .px-lg-1 {
        padding-left: 0.25rem !important;
    }
    .p-lg-2 {
        padding: 0.5rem !important;
    }
    .pt-lg-2,
    .py-lg-2 {
        padding-top: 0.5rem !important;
    }
    .pr-lg-2,
    .px-lg-2 {
        padding-right: 0.5rem !important;
    }
    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-lg-2,
    .px-lg-2 {
        padding-left: 0.5rem !important;
    }
    .p-lg-3 {
        padding: 1rem !important;
    }
    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important;
    }
    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important;
    }
    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important;
    }
    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important;
    }
    .p-lg-4 {
        padding: 1.5rem !important;
    }
    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important;
    }
    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important;
    }
    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important;
    }
    .p-lg-5 {
        padding: 3rem !important;
    }
    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important;
    }
    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important;
    }
    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important;
    }
    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important;
    }
    .m-lg-auto {
        margin: auto !important;
    }
    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important;
    }
    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important;
    }
    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important;
    }
    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important;
    }
}

.text-justify {
    text-align: justify !important;
}
.text-nowrap {
    white-space: nowrap !important;
}

.text-left {
    text-align: left !important;
}
.text-right {
    text-align: right !important;
}
.text-center {
    text-align: center !important;
}
@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important;
    }
    .text-sm-right {
        text-align: right !important;
    }
    .text-sm-center {
        text-align: center !important;
    }
}
@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important;
    }
    .text-md-right {
        text-align: right !important;
    }
    .text-md-center {
        text-align: center !important;
    }
}
@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important;
    }
    .text-lg-right {
        text-align: right !important;
    }
    .text-lg-center {
        text-align: center !important;
    }
}

.font-weight-normal {
    font-weight: 400 !important;
}
.font-weight-bold {
    font-weight: 700 !important;
}



