@charset 'UTF-8';
/*
Theme Name: ems
Description: ems ver.1
Author: fsk
Version: 2025
 */

/********************************************************************************
COMMON
********************************************************************************/

html {
    scroll-padding-top: 80px;
    height:100%;
}

body {
	font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    color: #111111;
    font-size: .9375rem;
    line-height: 1.9;
    margin:0;
    background-repeat: repeat-x;
    background-position: center top;
    background-size: contain;
}

.wp-block-image figcaption {
    font-size: 14px;
}

.block-title {
    font-size: 1.75rem;
    text-align: center;
}

.block-title-wrap {
    padding: 45px 15px 15px;
}

.block-desc {
    font-weight: bold;
}

.block-image {
    padding: 30px 0 45px;
}

.container-wrap {
    padding-top: 30px;
    padding-bottom: 30px;
}

.container-top {
    padding-top: 30px;
    padding-bottom: 0;
}

.container-btm {
    padding-top: 0;
    padding-bottom: 30px;
}

.title-img {
	margin-bottom: 30px;
}

.block-title-sub {
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 20px;
}

.link-btn {
	font-weight: bold;
	font-size: 1.6rem;
}

.lead-more-btn {
    color: #000000;
    background-color: #ffffff;
    position: relative;
    margin-bottom: 4px;
    padding: 5px 100px 5px 10px;
    font-size: .875rem;
    font-weight: normal;
    line-height: 1.42857143;
    background-image: none;
    border: 2px solid #000000;
    border-radius: 0;
}

.lead-more-btn::before {
    content: '';
    position: absolute;
    width: 60px;
    height: 10px;
    border-bottom: 1px solid #4a6699;
    right: 3px;
    bottom: 6px;
    transition: all 0.2s ease;
    -o-transition: all 0.2s ease; /* opera */
    -moz-transition: all 0.2s ease; /* firefox */
    -webkit-transition: all 0.2s ease; /* chrome, safari */
    -ms-transition: all 0.2s ease; /* ie */
}

.card:hover .lead-more-btn::before,
.lead-more-btn:hover::before {
    width: 83px;
    right: -20px;
    transition: all 0.2s ease;
    -o-transition: all 0.2s ease; /* opera */
    -moz-transition: all 0.2s ease; /* firefox */
    -webkit-transition: all 0.2s ease; /* chrome, safari */
    -ms-transition: all 0.2s ease; /* ie */
}


.lead-more-btn::after {
    content: '';
    position: absolute;
    width: 0;
    right: 3px;
    bottom: 6px;
    border-top: 8px solid transparent;
    border-left: 15px solid #4a6699;
    transition: all 0.2s ease;
    -o-transition: all 0.2s ease; /* opera */
    -moz-transition: all 0.2s ease; /* firefox */
    -webkit-transition: all 0.2s ease; /* chrome, safari */
    -ms-transition: all 0.2s ease; /* ie */
}

.card:hover .lead-more-btn::after,
.lead-more-btn:hover::after {
    right: -20px;
    transition: all 0.2s ease;
    -o-transition: all 0.2s ease; /* opera */
    -moz-transition: all 0.2s ease; /* firefox */
    -webkit-transition: all 0.2s ease; /* chrome, safari */
    -ms-transition: all 0.2s ease; /* ie */
}


.btn-submit {
    color: #ffffff;
    font-size: 1.125rem;
    font-weight: bold;
    background: #6E81AE;
    padding: 10px;
    display: block;
    text-align: center;
    border: none;
    border-radius: 3px;
    width: 100%;
}
.submit-wrap {
    position: relative;
    max-width: 250px;
    margin: 0 auto;
}

.submit-wrap::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 38px;
    transform: translateX(-50%);
    width: 100px;
    height: 3px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 2px;
}

.bdr-box {
    padding: 15px;
    border: 1px solid #ffffff;
}

.btn-bdr {
    position: relative;
}

.btn-bdr::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 5px;
    transform: translateX(-50%);
    width: 100px;
    height: 3px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 2px;
}


button:focus{
    outline: none;
}


.block-header-title {
    text-align: center;
    font-size: 3rem;
}

.block-header-title-left {
    text-align: left;
    font-size: 3rem;
}


.block-title-after {
    position: relative;
} 

.block-title-after::after {
    content: "";
    position: relative;
    width: 16px;
    height: 16px;
    background: url(assets/images/share/block-title-after.svg) no-repeat center;
    display: inline-block;
    margin-left: 30px;
    margin-bottom: 5px;
}

/********************************************************************************
header Setting
********************************************************************************/

/* --------------------------------
header
-------------------------------- */
.header-block {
	position: relative;
}

.header-block .gt_float_switcher .gt-selected .gt-current-lang {
    padding: 5px;
    color: #333;
    font-weight: bold;
}

.header_block-lang {
    position: absolute;
    top: 20px;
    right: 80px;
    height: auto;
    z-index: 15;
}

span.gt-lang-code {
    display: none;
}

/********************************************************************************
navi Setting
********************************************************************************/
.navbar-fixed-bottom, .navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}
.navbar, .navbar-nav {
    width: 100%;
    padding: 0;
}

.navbar-nav .nav-item a {
  text-align: center;
  display: block;
  padding: 5px;
}

button:focus {
    outline: none;
}

.nav-height span {
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	font-size: 1rem;
	font-weight: bold;
	line-height:80px;
	transition: all 0.2s ease;
	-o-transition: all 0.2s ease; /* opera */
	-moz-transition: all 0.2s ease; /* firefox */
	-webkit-transition: all 0.2s ease; /* chrome, safari */
	-ms-transition: all 0.2s ease; /* ie */
}

.header-pc-wrap {
    display: flex;
}

.header-pc-logo {
    position: relative;
    min-width: 300px;
    padding: 0 15px;
    align-items: center;
    justify-content: center;
    min-height: 60px;
}


.ems-logo-wrap {
    background: #FF7700;
}
.ems-logo-wrap img {
    margin-bottom: -15px;
}

.ems-header-contents {
    background: #FF983E;
}

/*---------------------------------------------------------------------------
sp_menu
---------------------------------------------------------------------------*/
.sp_menu_btn {
    position: fixed;
    top: 15px;
    right: 15px;
    z-index: 100;
}

.admin-bar .sp_menu_btn {
    top: 48px;
}

#g-nav {
    position: fixed;
    z-index: 50;
    right: -120%;
    width: 245px;
    height: 100vh;
}

#g-nav::after {
    content: "";
    position: absolute;
    width: 150px;
    height: 100dvh;
    top: 0;
    left: 0;
    line-height: 0;
    z-index: -1;
}

.show-nav #g-nav {
    right: 0;
    background: #ffffff;
}

.show-nav #g-nav #g-nav-scroll {
    position: absolute;
    z-index: 999;
    width: 100%;
    height: 100vh;
    overflow-Y: auto;
    -webkit-overflow-scrolling: touch;
}

.g-nav-box {
    position: absolute;
    z-index: 999;
    top: 0;
    left: 15px;
    width: 100%;
    max-width: 230px;
    padding: 50px 15px 30px;
    display: block;
}

.navbar nav {
    width: 140px;
    margin-right: auto;
}

.nabver-logo {
    margin-bottom: 15px;
}

.sp_menu_inner_nav li {
    position: relative;
    list-style: none;
    line-height: 1.4;
    border-bottom: 1px solid #707070;
}

#g-nav li a {
    color: #000000;
    font-size: 1.125rem;
   text-align: center;
    text-decoration: none;
    padding: 15px 10px;
    display: block;
}

.sp-menu-header {
    margin-bottom: 30px;
}

.sp-menu-header .sp-menu-img {
    display: flex;
    padding: 0;
    margin: 0 auto;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.sp-menu-footer .header-link-wrap {
    display: flex;
    padding: 0;
    width: 170px;
    margin: 0 auto;
}

.sp-menu-btm .sns-btn-sp {
    display: block;
    padding: 10px;
    color: #000000;
    font-weight: bold;
    font-size: 1.375rem;
    border-radius: 0;
    margin: 0 auto;
}


.overlay {
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .3);
    z-index: 40;
    opacity: 0;
    visibility: hidden;
    transition: all 200ms ease-in;
}

.show-nav .overlay {
    opacity: 1;
    visibility: visible;
}

/****************************************
** toggle
*****************************************/
.navbar-toggle {
    border: none;
}

.sp_menu_btn .navbar-toggle .icon-bar {
    width: 24px;
    transition: all 0.2s;
    height: 2px;
    display: block;
    background: #000000;
    border-radius: 2px;
    pointer-events: none;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}

.sp_menu_btn .navbar-toggle .icon-bar.middle-bar {
    width: 24px;
}

.sp_menu_btn .navbar-toggle,
.sp_menu_btn .navbar-toggle:hover,
.sp_menu_btn .navbar-toggle:focus {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    color: #000000;
    font-weight: bold;
    font-size: .75rem;
    width: 60px;
    height: 60px;
    padding: 8px 8px 6px;
    z-index: 100;
    position: relative;
    border-radius: 25%;
}

.sp_menu_btn .navbar-toggle.collapsed .icon-bar {
    background: #ffffff;
}

.sp_menu_btn .navbar-toggle.collapsed,
.sp_menu_btn .navbar-toggle.collapsed:hover,
.sp_menu_btn .navbar-toggle.collapsed:focus {
    color: #ffffff;
}


.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 6px;
}

.navbar-toggle .menu-text {
    margin-bottom: 8px;
    pointer-events: none;
    line-height: 1;
    font-size: 18px;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}

.navbar-toggle .top-bar {
	opacity: 0;
}

.navbar-toggle .middle-bar {
    -webkit-transform: translateY(0px) rotate(45deg);
    -ms-transform: translateY(0px) rotate(45deg);
    transform: translateY(0px) rotate(45deg);
}

.navbar-toggle .bottom-bar {
    -webkit-transform: translateY(-8px) rotate(135deg);
    -ms-transform: translateY(-8px) rotate(135deg);
    transform: translateY(-8px) rotate(135deg);
}

.navbar-toggle.collapsed .top-bar {
	opacity: 1;
}

.navbar-toggle.collapsed .middle-bar {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}

.navbar-toggle.collapsed .bottom-bar {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}

/********************************************************************************
CONTENTS AREA
********************************************************************************/
/* --------------------------------
layout_block
-------------------------------- */
.side_block {
    background-image: url('assets/images/index/side-img-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    object-fit: cover;
}

.side_block {
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.slider_block, .main_block {
    width: 100%;
}

/* --------------------------------
mainv_block
-------------------------------- */
.mainv_block {
    display: flex;
    position: relative;
    width: 100%;
}

.mainv_block-carousel .carousel-item, .mainv_block-carousel .carousel-item img {
    min-height: 420px;
    max-height: 420px;
    object-fit: cover;
}
.mainv_block-pc {
    position: relative;
}

.mainv_block-content {
    display: flex;
    position: absolute;
    top: 18%;
    left: 50%;
    transform: translateX(-50%);
    height: auto;
    z-index: 15;
    flex-direction: column;
    color: #ffffff;
    font-weight: 700;
}


.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.mainv_block-contact {
    position: absolute;
    top: 30px;
    right: 30px;
    height: auto;
    z-index: 15;
    line-height: 20px;
    padding: 5px 10px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 8px;
}

.mainv_block-lang {
    position: absolute;
    top: 15px;
    right: 80px;
    height: auto;
    z-index: 15;
}
.contact-title {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 7px;
}

.contact-att {
    color: #FF0000;
    font-size: 12px;
    font-weight: 700;
}

.contact-icon-wrap {
    display: flex;
    gap: 15px;
}


.mainv-footer-info {
    padding: 60px 30px;
    color: #ffffff;
    background: #F56F3D;
    text-align: center;
}
.mainv-footer-contact {
    color: #ffffff;
    background: #DC521E;
    line-height: 1.4;
    padding: 15px;
}

.mainv-footer-info a[href^="tel:"],
.mainv-footer-info a[href^="tel:"]:hover ,
.header-logo-text a[href^="tel:"],
.header-logo-text a[href^="tel:"]:hover {
  color: #ffffff;
  text-decoration: none;
}

.sp-logo {
    position: absolute;
    bottom: -60px;
    left: 50%;
    z-index: 1;
    width: 100%;
    max-width: 500px;
    transform: translateX(-50%);
}
/* --------------------------------
intro__block
-------------------------------- */
.intro_block {
    background: linear-gradient(to right,
    #FFA340 0%,
    #FFA340 60%,
    #FEB76C 60%,
    #FEB76C 80%,
    #F56F3D 80%,
    #F56F3D 100%
    );
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.66;
}


.system_block-logo {
    position: relative;
    text-align: center;
    margin-top: -90px;
}


/* --------------------------------
swiper
-------------------------------- */

.swiper-box {
    position: relative;
}

.swiper-slide {
    padding: 15px;
    margin: 0;
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    height: 50px;
    width: 30px;
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.swiper-button-next {
    right: -20px;
}

.swiper-button-prev {
    left: -20px;
}

.swiper-button-next:after, .swiper-button-prev:after {
    content: '';
    margin: auto;
    height: 50px;
    width: 30px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
}

.swiper-button-prev:after { 
    background-image: url(assets/images/share/angle-left.svg);
 }

 .swiper-button-next:after { 
    background-image: url(assets/images/share/angle-right.svg);
 }
 
 .swiper-slide__inner img {
    border-radius: 15px;
}

/* --------------------------------
news_block
-------------------------------- */
.news_block {
    position: relative;
}

.news_block-box {
    margin-bottom: 30px;
}

h3.news_cat-title {
    margin-bottom: 10px;
}

.post-wrap {
    margin-bottom: 15px;
}

.post-img {
    padding: 5px;
}
.post-docs {
    padding: 10px 15px;
}
.post-data {
    font-size: .875rem;
    font-weight: normal;
    margin-bottom: 5px;
}

.post-data span {
    margin-bottom: 5px;
}

.post-cat {
    color: #FFF;
    background-color: #ffb11f;
    display: inline-block;
    margin: 0 15px 0 0;
    padding: 2px 10px;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
}

.news_block .post-title {
    font-size: 1rem;
    font-weight: normal;
    margin-bottom: 5px;
}

.news_footer {
    margin-bottom: 30px;
}

.justify-center-middle-wrap {
    position: relative;
    transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
}

.justify-center-middle-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
}

.topics_block {
    position: relative;
    overflow: hidden;
}

.topics_block .container-fluid {
    position: relative;
}

.topics_block-box .block-title-wrap {
    background-image: url(../../assets/images/share/topics-block-lead-bg.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
    position: relative;
}

.topics_block::before {
    content: "";
    background: none;
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 12px;
    bottom: 0;
    border-left: 1px solid #ff3366;
    border-bottom: 1px solid #ff3366;
    border-radius: 0 0 0 100px;
}

.topics_block .block-text-rl {
    display: flex !important;
    flex-flow: column;
    justify-content: center;
}

.topics_block .block-link {
    margin-left: auto;
}


/* --------------------------------
main-block
-------------------------------- */
.index-tmp {
    position: relative;
    padding-bottom: 60px;
}

.page_header .page-title {
    font-size: 2.25rem;
    font-weight: 700;
}

.page_header .page-excerpt {
    font-size: 1.125rem;
    font-weight: 900;
}

.page-content-header {
    position: relative;
    padding: 60px 15px 45px;
}

.page-header-logo {
    text-align: center;
}

.page-header__link-list {
    display: flex;
    list-style: none;
    padding-left: 0;
    gap: 20px;
    margin-bottom: 10px;
    flex-wrap: wrap;
}

.page-header__link-list a {
    padding: 0 8px 1px;
    border: 1px solid #707070;
    border-radius: 15px;
}

.bg-grad1 {
  background: linear-gradient(to right, #FEB76C 0%, #FEB76C calc(100% - 245px), #F3AC91 calc(100% - 245px), #F3AC91 100%);
}

.bg-grad2 {
  background: linear-gradient(to right, #FEB76C 0%, #FEB76C calc(100% - 245px), #F56F3D calc(100% - 245px), #F56F3D 100%);
}


.intro_block {
    margin-bottom: 60px;
}


/* --------------------------------
sche_block
-------------------------------- */

.calendar-container {
    position: relative;
    padding-top: 700px;
    height: 0;
    overflow: hidden;
}
.calendar-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
/* --------------------------------
profile_block
-------------------------------- */
.profile_block .block__top {
    margin-bottom: 30px;
}

.profile_block .block-header {
    display: flex;
    gap: 60px;
}

.profile-sns {
    display: flex;
    gap: 20px;
    align-items: baseline;
    padding: 30px 15px;
}

.profile-img-block {
    display: flex;
}

.profile-img-block > div {
    min-height: 360px;
    background: transparent;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    object-fit: cover;
}

.profile-img-block .profile-img1 {
    width: 29.15%;
    background-image: url('assets/images/profile/profile-img1.jpg');
}
.profile-img-block .profile-img2 {
    flex: 1;
    background-image: url('assets/images/profile/profile-img2.jpg');
}
.profile-img-block .profile-img3 {
    width: 245px;
    background-image: url('assets/images/profile/profile-img3.jpg');
}
/* --------------------------------
drink_block
-------------------------------- */
.drink_block .carousel-infinity {
    background: transparent;
}
.drink_block .carousel-infinity .carousel-infinity-item {
    margin-right: 1px;
}

.menu-name {
  position: relative;
  padding-left: 1rem;
  display: block;
  line-height: 1.6;
}

.menu-name-dott::before {
  content: '・';
  position: absolute;
  left: 0;
  top: 0;
}

.menu-price {
  line-height: 1.6;
}

/* --------------------------------
news__block
-------------------------------- */
.post_block {
    padding: 60px 0;
}

.post__all {
    border-top: 1px solid #ffffff;
}

.post-post {
    position: relative;
    padding: 0 15px;
    border-bottom: 1px solid #ffffff;
}

.post-item {
    display: flex;
    gap: 8%;
    flex-direction: row;
    padding-top: 20px;
    margin-bottom: 20px;
    align-items: center;
}
.post-date {
    display: block;
    font-size: 0.9rem;
    color: #000000;
}

.post-title {
    margin-bottom: 0;
}

.news__block {
	background: url(assets/images/index/news-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center
}

.blog__block {
    background: #FEB76C;
}


/* --------------------------------
carousel-infinity
-------------------------------- */

.carousel-infinity {
  overflow: hidden;
  position: relative;
  width: 100%;
  background: #f8f9fa;
}

.carousel-track {
  display: flex;
  width: max-content;
  animation: scroll-left 30s linear infinite;
}

.carousel-infinity-item {
  flex: 0 0 auto;
  width: 350px; /* 表示サイズ調整 */
}

@keyframes scroll-left {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* --------------------------------
links
-------------------------------- */
.wp-block-table.links-table {
    margin-bottom: 0;
}

.links-table table {
    width: 100%;
    border-top: 1px solid #707070;
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 0;
}

.wp-block-table.links-table thead {
    border: none;
}

.links-table + .links-table table {
    border-top: none;
}


.wp-block-table.links-table th,
.wp-block-table.links-table td {
    box-sizing: border-box;
    padding: 7px 15px;
    font-size: 1rem;
    vertical-align: middle;
    border-top: none;
    border-bottom: 1px solid #707070;
    border-right: none;
    border-left: none;
}
 
.links-table th {
    font-size: 1.125rem;
    background: #C1EDF6;
}



.blog-link {
    display: flex;
    flex-direction: column;
    gap: 45px;
    max-width: 750px;
}

.blog-link li {
    position: relative;
    border: 1px solid #707070;
    border-radius: 8px;
}

.blog-link li a {
    display: block;
    width: 100%;
    padding: 20px 20px 20px 25%;
    color: inherit;
    text-decoration: none;
    cursor: pointer;
    overflow: hidden;
    z-index: 1;
}


.blog-link li a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(assets/images/share/blog-link-bg.svg);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: 7% center;
    z-index: 0;
    opacity: 0.5;
}



/* --------------------------------
footer
-------------------------------- */
footer {
    position: relative;
    background: #ffffff;
}

.footer__address {
    position: relative;
    padding: 30px;
    line-height: 1.7;
}

.page-top {
    position: absolute;
    bottom: 30px;
    right: 15px;
}

.footer__copywrap {
    background: #F56F3D;
    text-align: center;
    padding: 15px;
}

.gmap.embed-container {
    padding-bottom: 560px;
}


.footer__info a {
    word-break: break-all;
}

.footer__contents .footer__title, 
.footer__contents address {
    margin-bottom: 0;
}

.footer__title {
    font-size: .9375rem;
}

.footer__link-contents {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.footer__link-title {
    font-size: .8125rem;
    font-weight: 700;
    margin-bottom: 10px;
}

ul.footer__link-list {
    display: flex;
    list-style: none;
    padding-left: 0;
    gap: 20px;
    margin-bottom: 10px;
    flex-wrap: wrap;
}

ul.footer__link-list li {
    margin-bottom: 10px;
}

ul.footer__link-list a {
    padding: 0 8px 1px;
    border: 1px solid #707070;
    border-radius: 7px;
}

/* --------------------------------
archive
-------------------------------- */

.archive-content {
    margin-bottom: 50px;
}




/* --------------------------------
aside
-------------------------------- */
aside {
    border-left: 1px solid #D1D1D1;
}

.wp-block-categories-list {
    padding-left: 0;
}

.wp-block-categories-list li {
    list-style: none;
    margin-bottom: 30px;
}

.wp-block-categories-list li a {
    display: block;
    text-align: center;
    margin: 0 auto;
    max-width: 260px;
    padding: 9px 15px;
    border: 1px solid #666666;
}


/* --------------------------------
pager-block
-------------------------------- */
#pager-block {
    margin-bottom: 60px;
}

/* --------------------------------
custom-modal
-------------------------------- */

.custom-modal .modal-header {
    border: none;
    padding: 15px 30px 0;
}

.custom-modal {
    padding: 10px;
}

.custom-modal .btn-close {
    border: 2px solid #000000;
    border-radius: 0;
}

.modal-dialog {
    margin: 3rem auto;
}
	

/* --------------------------------
contact form
-------------------------------- */

.wpcf7-form .form-group {
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #ccc;
}

.wpcf7-form .control-label {
    margin-bottom: 0;
    padding-top: 7px;
    padding-bottom: 7px;
    text-align: left;
}

.required-tag {
    font-size: .8125rem;
    color: #ffffff;
    padding: 2px 10px;
    background: #D53C3C;
    border-radius: 5px;
}

select.form-control:not([size]):not([multiple]),
input[type="date"].form-control {
    height: 39px;
}

.form-control {
    font-size: 1rem;
    line-height: 1.25;
    display: block;
    width: 100%;
    padding: .5rem .75rem;

    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
            transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
            transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
            transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;

    color: #464a4c;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
}

.form-control.readonly {
    border: none;
    background-color: #f5f5f5;
}

.wpcf7-checkbox span.wpcf7-list-item {
    display: block;
}

div.wpcf7 .ajax-loader {
    display: none;
}

#form-user .form-group.nobdr-left {
    border-left: none;
}

#form-user .nobdr-left .control-label {
    border-left: none;
}

.wpcf7-radio .wpcf7-list-item,
.wpcf7-free-text {
    display: block;
    width: 100%;
}


/* --------------------------------
GTranslate
-------------------------------- */
#gt_float_wrapper {
    top: 0 !important;
    right: 54px !important;
    left: auto !important;
    z-index: 999999 !important;
}

.admin-bar #gt_float_wrapper {
    top: 46px !important;
    right: 54px !important;
    left: auto !important;
    z-index: 999999 !important;
}

/****************************************
fixed-footer
*****************************************/

.fixed-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    min-height: 40px;
    background: rgba(255, 255, 255, 0.9);
    z-index: 10;
    right: 50px;
    border-radius: 0 12px 0 0;
}


.icon-block {
  text-align: center;
  padding: 10px 5px 5px;
  border-right: 1px dotted #302c26;
}

.fixed-footer .footer-fb-btn {
    border-right: none;
}


.contactboxbdr {
	border-left: 1px solid #DDD;
}

#footer-link a {
	color: #000000;
  font-size: 12px;
}

#footer-link a:hover {
	color: #302c26;
}

#footer-link a img {
	margin-bottom: 1px;
}

#footer-link .page-top {
  background: #302c26;
}
#footer-link .page-top a {
  color: #ffffff;
  padding-right: 10px;
  padding-left: 10px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* --------------------------------
etc
-------------------------------- */
.justify-center-middle-wrap {
    position: relative;
    transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
}

.justify-center-middle-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
}

.animate-box {
    opacity: 0;
}


/********************************************************************************
color Setting
********************************************************************************/

.fc-main { color: #111111; }
.fc-dark { color: #333333; }
.fc-line { color: #00b712; }

.fc-white,
.fc-white:hover,
.fc-white:focus {
	color: #ffffff;
}

.bg-base { background-color: #f4a911; }
.bg-white{ background-color: #ffffff; }
.bg-main { background-color: #002e73; }
.bg-sub  { background-color: #eef0e4; }
.bg-sub2 { background-color: #fff0e1; }
.bg-gray { background-color: #efeff5; }
.bg-line {
	background: url(../../assets/images/bg-line.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center
}

.bdr-white { border-color: #ffffff; }

@media screen and (max-width: 600px) {
    #wpadminbar {
        position: fixed !important;
    }
}

/********************************************************************************
@media query Small devices
********************************************************************************/
@media screen and (min-width: 576px) {


span.gt-lang-code {
    display: inline-block;
}
   
.side_block {
    width: 308px;
    display: flex;
    justify-content: center;
    align-items: center;
}



.mainv_block-content {
    position: absolute;
    top: 50%;
    left: 30px;
    height: auto;
    z-index: 15;
    transform: translateY(-50%);
}
.mainv_block-carousel .carousel-item,
.mainv_block-carousel .carousel-item img {
    min-height: 650px;
    max-height: 90vh;
    object-fit: cover;
}

/* --------------------------------
topic
-------------------------------- */
.topic-container {
    padding: 0 30px 0 15px;
}

.topic-block-layout {
    padding: 0 20px;
    position: relative;
}

.topic-block-layout-before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 21px;
    height: 15px;
    background: #ffffff;
    z-index: 8;
}

.topic-block-layout::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 1px;
    height: 20px;
    width: 20px;
    border: 1px solid #008FD3;
    border-top: 0;
    border-left: 0;
    border-radius: 0 0 20px 0;
    z-index: 9;
}


.topic-block-layout-after {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 21px;
    height: 15px;
    background: #ffffff;
    z-index: 8;
}

.topic-block-layout::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 1px;
    height: 20px;
    width: 20px;
    border: 1px solid #008FD3;
    border-top: 0;
    border-right: 0;
    border-radius: 0 0 0 20px;
    z-index: 9;
}


.topic-box {
    position: relative;
    background: #ffffff;
    border: 1px solid #008FD3;
    border-bottom: 0;
    border-radius: 20px 20px 0 0;
    padding: 15px 15px 0;
}

.topic-title {
    position: absolute;
    top: -15px;
    left: 15px;
}


.mainv-topic-list {
    list-style: none;
    padding-left: 0;

}

.mainv-topic-list dl {
    display: flex;
    gap: 1em;
    flex-direction: row;
}


.mainv-topic-list dl dt,
.mainv-topic-list dl dd {
  margin: 0;
}

.mainv-topic-list dl .topicDate {
    min-width: 6em;
    font-size: 0.9em;
    font-weight: normal;
}

.mainv-topic-list dl .topicTxt {
    font-weight: bold;
    color: #333;
    text-decoration: none;
}

/* --------------------------------
etc
-------------------------------- */
}


/********************************************************************************
@media query Medium devices
********************************************************************************/
@media screen and (min-width: 768px) {

/* --------------------------------
header
-------------------------------- */
.layout-wrap {
    display: flex;
}

.header-logo-box img {
	width: 150px;
    transition: width 0.5s ease;
}

.page-content-header {
    position: relative;
    padding: 60px 30px 45px;
}

.header_block-lang {
    right: 0;
}

/* --------------------------------
navbar
-------------------------------- */
.sp_menu_btn {
    position: fixed;
    top: 50%;
    right: 15px;
    z-index: 100;
    transform: translateY(-50%);
}

.mainv_block-lang {
    position: absolute;
    top: auto;
    bottom: 30px;
    right: 30px;
    height: auto;
    z-index: 15;
}

.admin-bar .sp_menu_btn {
    top: 50%;
}


#g-nav {
    position: fixed;
    z-index: 50;
    right: -120%;
    width: 245px;
    height: 100vh;
}

/* --------------------------------
mainv_block
-------------------------------- */

/* --------------------------------
intro_block
-------------------------------- */
/* --------------------------------
news_block
-------------------------------- */
.news-header {
    display: flex;
    margin-bottom: 8px;
    gap: 10px;
    flex-direction: row;
}

.topics_block .block-link {
    margin-left: auto;
    padding-bottom: 5%;
}

/* --------------------------------
etc
-------------------------------- */
.calendar-container {
  padding-top: 100%;
}


    
}

/********************************************************************************
@media query Medium devices
********************************************************************************/
@media screen and (min-width: 783px) {
    .admin-bar #gt_float_wrapper {
        top: 32px !important;
    }
}

/********************************************************************************
@media query Large devices
********************************************************************************/
@media screen and (min-width: 992px) {
    

/* --------------------------------
header
-------------------------------- */

.header-icon {
    padding: 11px 0;
    display: block;
}
.scrolled .header-logo-box img {
	width: 50px;
    transition: width 0.5s ease;
}


/* --------------------------------
intro_block
-------------------------------- */
.intro-desc-wrap h2 {
    font-size: 1.25rem;
}

/* --------------------------------
news_block
-------------------------------- */
.topics_block {
    position: relative;
    overflow: hidden;
}

.topics_block-box .block-title-wrap {
    background:none;
}
.topics_block-box {
    background-image: url(../../assets/images/share/topics-block-lead-bg.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
    position: relative;
}

.topics_block::before {
    content: none;
}
.topics_block .block-2col-rightWide {
    background: #ffffff;
    border-left: 1px solid #ff3366;
    border-bottom: 1px solid #ff3366;
    border-radius: 0 0 0 200px;
    padding: 5% 8%;
}
.topics_block .block-link {
    margin-left: auto;
    margin-right: auto;
}


/* --------------------------------
contact_block
-------------------------------- */

/* --------------------------------
footer
-------------------------------- */

/* --------------------------------
GTranslate
-------------------------------- */
#gt_float_wrapper {
    top: 16px !important;
    right: 20px !important;
    left: auto !important;
    z-index: 999999 !important;
  }
  
.admin-bar #gt_float_wrapper {
    top: 48px !important;
    right: 20px !important;
    left: auto !important;
    z-index: 999999 !important;
  }

/* --------------------------------
etc
-------------------------------- */
    

}

/********************************************************************************
@media query X-Large devices
********************************************************************************/
@media screen and (min-width: 1200px) {

/* --------------------------------
header
-------------------------------- */

/* --------------------------------
mainv_block
-------------------------------- */

/* --------------------------------
intro_block
-------------------------------- */

/* --------------------------------
contact_block
-------------------------------- */

/* --------------------------------
footer
-------------------------------- */

/* --------------------------------
etc
-------------------------------- */
    

}

/********************************************************************************
@media query XX-Large devices
********************************************************************************/
@media screen and (min-width: 1400px) {


}


 