@charset "UTF-8";
/* CSS Document */

/*-----------------------------------------------------------------------
ヘッダー
------------------------------------------------------------------------*/

/*l-header
----------------------------------------------------*/
.l-header {
  position: relative;
  width: 100%;
  background: #f0b200;
}

.l-header::after {
  content: "";
  display: block;
  clear: both;
}


/*----------------
site-header
------------------*/
.site-header .header-container .main-logo {
  display: inline-table;
  margin-top: 15px;
  margin-left: 33px;
  line-height: 1.6;
  -webkit-transition: 0.28s;
  -moz-transition: 0.28s;
  -o-transition: 0.28s;
  transition: 0.28s;
}

.site-header .header-container .main-logo h1,
.site-header .header-container .main-logo h1 a,
.site-header .header-container .main-logo h1 a img {
  -webkit-transition: 0.28s;
  -moz-transition: 0.28s;
  -o-transition: 0.28s;
  transition: 0.28s;
}

@media screen and (min-width: 1025px) and (max-width: 1200px) {
  .site-header .header-container .main-logo {
    width: calc(100% - 771px);
    max-width: 286px;
    margin-top: 15px;
    margin-left: 15px;
  }
}

@media screen and (max-width: 1024px) {
  .site-header .header-container .main-logo {
    position: relative;
    width: 100%;
    margin-top: 0;
    margin-left: 0;
  }

  .site-header.fixed-header .header-container .main-logo {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0;
    margin-left: 0;
  }
}

@media screen and (min-width: 481px) and (max-width: 1024px) {
  .site-header .header-container .main-logo h1 {
    width: 350px;
    float: left;
    display: inline-table;
    margin-top: 10px;
    margin-left: 15px;
  }

  .site-header .header-container .main-logo h1 {
    -moz-transform: scale(0.8, 0.8);
    -webkit-transform: scale(0.8, 0.8);
    -o-transform: scale(0.8, 0.8);
    -ms-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
    -webkit-transform-origin: left top 0;
    -moz-transform-origin: left top 0;
    -ms-transform-origin: left top 0;
    -o-transform-origin: left top 0;
    transform-origin: left top 0;
  }

  .site-header.fixed-header .header-container .main-logo h1 .logo-head {
    left: 50px;
  }

  .site-header.fixed-header .header-container .main-logo h1 a {
    width: 200px;
  }
}

@media screen and (max-width: 480px) {
  .site-header .header-container .main-logo {
    width: 100%;
    height: 60px !important;
    margin: 0;
  }

  .site-header.sp-fixheader .header-container .main-logo {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .site-header .header-container .main-logo {
    width: 100%;
    height: 60px !important;
    margin: 0;
  }
}

.site-header .header-container .main-logo h1 a {
  height: 100%;
  display: block;
  text-decoration: none;
}

.site-header .header-container .main-logo h1 a:hover {
  color: inherit;
}

.site-header .header-container .main-logo .logo-img {
  position: relative;
  display: block;
  padding-bottom: 5px;
}

@media screen and (max-width: 1024px) {
  .site-header .header-container .main-logo h1 a {
    display: inline-block;
  }

  .site-header .header-container .main-logo .logo-img {
    display: inline-block;
    padding: 0;
  }

  .site-header .header-container .main-logo .logo-img img {
    max-width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 480px) {
  .site-header .header-container .main-logo .logo-img img {
    width: 165px;
    margin: 10px 0 0 15px;
  }
}

@media screen and (min-width: 1025px) {
  .site-header .header-container .main-logo .logo-img img {
    width: 100%;
    height: auto;
  }
}

.site-header .header-container .main-logo .logo-img .logo-head {
  position: absolute;
  top: 2px;
  right: 0;
  display: block;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
  white-space: nowrap;
  color: #005aa0;
  font-weight: 600;
  z-index: 1;
}

@media screen and (max-width: 1024px) {
  .site-header .header-container .main-logo .logo-img .logo-head {
    left: 75px;
    right: auto;
    color: #000;
  }
}

@media screen and (max-width: 480px) {
  .site-header .header-container .main-logo .logo-img .logo-head {
    left: 56px;
    top: 6px;
    letter-spacing: normal;
    font-size: 1rem;
  }
}

.site-header .header-container .main-logo .logo-text {
  position: relative;
  display: block;
  padding-top: 8px;
  letter-spacing: normal;
}

.site-header .header-container .main-logo .logo-text:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  display: block;
  background: url(../img/common/logo-line.gif) repeat-x left top;
  z-index: 1;
}

@media screen and (max-width: 1024px) {
  .site-header .header-container .main-logo .logo-text {
    display: none;
  }
}


/*-----------------------
TOPページ以外でカリナイトを見出しにしないためのCSS・
------------------------*/
.site-header .header-container .main-logo .h1,
.site-header .header-container .main-logo .h1 a,
.site-header .header-container .main-logo .h1 a img {
  -webkit-transition: 0.28s;
  -moz-transition: 0.28s;
  -o-transition: 0.28s;
  transition: 0.28s;
}

@media screen and (min-width: 481px) and (max-width: 1024px) {
  .site-header .header-container .main-logo .h1 {
    width: 350px;
    float: left;
    display: inline-table;
    margin-top: 10px;
    margin-left: 15px;
  }

  .site-header .header-container .main-logo .h1 {
    -moz-transform: scale(0.8, 0.8);
    -webkit-transform: scale(0.8, 0.8);
    -o-transform: scale(0.8, 0.8);
    -ms-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
    -webkit-transform-origin: left top 0;
    -moz-transform-origin: left top 0;
    -ms-transform-origin: left top 0;
    -o-transform-origin: left top 0;
    transform-origin: left top 0;
  }

  .site-header.fixed-header .header-container .main-logo .h1 .logo-head {
    left: 50px;
  }

  .site-header.fixed-header .header-container .main-logo .h1 a {
    width: 200px;
  }
}

.site-header .header-container .main-logo .h1 a {
  height: 100%;
  display: block;
  text-decoration: none;
}

.site-header .header-container .main-logo .h1 a:hover {
  color: inherit;
}

@media screen and (max-width: 1024px) {
  .site-header .header-container .main-logo .h1 {
    line-height: 1.5;
    /*line-height: 150%;*/
    text-align: left;
  }

  .site-header .header-container .main-logo .h1 a {
    display: inline-block;
  }
}


.site-header .header-container .main-logo .h1,
.site-header .header-container .main-logo .h1 a,
.site-header .header-container .main-logo .h1 a img {
  -webkit-transition: 0.28s;
  -moz-transition: 0.28s;
  -o-transition: 0.28s;
  transition: 0.28s;
}

.site-header .header-container .main-logo .h1 a {
  height: 100%;
  display: block;
  text-decoration: none;
}

@media screen and (min-width: 481px) and (max-width: 1024px) {
  .site-header .header-container .main-logo .h1 {
    display: inline-table;
    width: auto;
    float: left;
    margin-top: 10px;
    margin-left: 15px;
  }

  .site-header .header-container .main-logo .h1 {
    -moz-transform: scale(0.8, 0.8);
    -webkit-transform: scale(0.8, 0.8);
    -o-transform: scale(0.8, 0.8);
    -ms-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
    -webkit-transform-origin: left top 0;
    -moz-transform-origin: left top 0;
    -ms-transform-origin: left top 0;
    -o-transform-origin: left top 0;
    transform-origin: left top 0;
  }

  .site-header.fixed-header .header-container .main-logo .h1 .logo-head {
    visibility: hidden;
    left: 50px;
  }

  .site-header.fixed-header .header-container .main-logo .h1 a {
    width: 200px;
  }
}

@media screen and (max-width: 480px) {
  .site-header .header-container .main-logo .h1 {
    width: 165px !important;
  }
}

.site-header .header-container .main-logo .h1 a {
  height: 100%;
  display: block;
  text-decoration: none;
}

.site-header .header-container .main-logo .h1 a:hover {
  color: inherit;
}

@media screen and (max-width: 1024px) {
  .site-header .header-container .main-logo .h1 a {
    display: inline-block;
  }
}


/*-----------------------
ブログの一覧ページ以外でカリナイトガイドを見出しにしないためのCSS・
------------------------*/


/*ヘッダーメニュー調整*/
.site-header.fixed-top.fixed-header .header-container .main-logo {
  margin: 15px 0 0 33px;
}

@media screen and (min-width: 1025px) {
  .site-header.fixed-top.fixed-header .header-container .main-logo {
    padding-left: 10px;
    margin: 15px 0 0 0px;
  }
}

@media screen and (max-width: 1024px) {
  .site-header.fixed-top.fixed-header .header-container .main-logo {
    margin: 0;
  }
}

@media screen and (min-width: 481px) and (max-width: 1024px) {
  .site-header.fixed-header .header-container .main-logo .h1 .logo-head {
    left: 50px;
    visibility: hidden;
  }
}

@media screen and (max-width: 1024px) {
  .site-header.fixed-top.fixed-header .header-container .main-logo .logo-img .logo-head {
    visibility: visible;
  }
}

@media screen and (max-width: 480px) {
  .site-header.fixed-top .header-container .main-logo .logo-img .logo-head {
    visibility: visible;
  }
}

.nav06 .sf-mega .wrap .item-wrap {
  width: 100%;
}

.nav06 .sf-mega ul.gsub {
  justify-content: center;
}

.nav06 .btn-tp02>span {
  display: flex;
  align-items: center;
}

.nav06 .btn-tp02 .fa {
  margin-right: 30px;
}

.nav06 .btn-tp02 .fa-twitter {
  width: 21px;
  height: 23px;
  font-size: 23px;
}

.nav06 .btn-tp02 .fa-instagram {
  width: 21px;
  height: 21px;
  font-size: 21px;
}

.nav06 .btn-tp02 .fa-youtube-play {
  width: 24px;
  height: 24px;
  font-size: 24px;
}

.site-navigation ul#gnav-mega li.home .fa:before,
.site-navigation ul#gnav-mega li.sns .fa:before {
  font-size: 2.4rem;
}

.site-navigation ul#gnav-mega li .fa:before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}

@media screen and (min-width: 1281px) and (max-width: 1400px) {
  .site-navigation ul#gnav-mega {
    justify-content: space-around !important;
    padding: 0 10px;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .header-container .site-navigation ul#gnav-mega li.g-menu a.nav-link {
    padding: 0 1.8vw 5px 1.8vw !important;
    font-size: 1.4rem !important;
    border-right: 1px solid #ddd;
    line-height: 2.5;
    /*line-height: 35px;*/
  }
}

@media (min-width: 1025px) {
  .has-list:hover .sf-mega {
    transform: scaleY(1);
    transition: visibility ease 0.28s, opacity ease 0.28s, transform ease 0.28s;
    visibility: visible;
    opacity: 1;
  }
}

.btn-tp02 {
  width: 260px;
  height: 55px;
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.5);
  line-height: 3.5;
}

.btn-tp02:hover {
  border: 1px solid rgba(255, 255, 255, 1);
}

.btn-tp02>span {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  padding-left: 25px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
}

.btn-tp02>span:after {
  content: "";
  position: absolute;
  right: 18px;
  top: 49%;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  width: 10px;
  height: 10px;
  display: block;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}

.btn-tp02:hover>span:after {
  right: 15px;
}

/*-------------------------------------------------------------------------*/

/*SPメニュー*/
.mm-menu_offcanvas.mm-menu_opened {
  z-index: 9999;
}

/*インフォメーションヘッダー
-----------------------------------------------------*/
.infoHead {
  background: #c53929;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .infoHead {
    overflow: hidden;
  }
}

.infoHead__link {
  height: 30px;
  display: block;
  line-height: 1.4;
  color: #ffffff;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .infoHead__link {
    display: inline-block;
    padding-left: 100%;
    font-size: 1.2rem;
    animation-name: marquee;
    animation-timing-function: linear;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    white-space: nowrap;
  }
}

.infoHead__link:hover {
  background: rgba(255, 255, 255, 0.15);
  transition: .2s;
}

/*メニューナビ
---------------------------------------------------*/
.menuNavi {
  float: right;
  max-width: 350px;
}
@media only screen and (max-width: 767px) {
  .menuNavi {
    margin-right: -10px;
  }
}

.menuNavi__list {
  list-style: none;
}

.menuNavi__item {
  float: left;
}

.menuNavi__link {
  display: block;
  width: 50px;
  height: 70px;
  line-height: 1.6;
  text-align: center;
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  transition: .2s;
}
@media only screen and (max-width: 767px) {
  .menuNavi__link {
    height: 50px;
    line-height: 1.8;
  }
}

.menuNavi__link-current,
.menuNavi__link:hover {
  background: #191919;
  color: #ffffff;
  text-shadow: none;
}




/*グローバルナビ
-------------------------------------------------*/
.globalNavi {
  padding-top: 23px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .globalNavi {
    padding: 19px 0;
    overflow-x: auto;
  }
}

.globalNavi__list {
  display: table;
  list-style: none;
}
@media only screen and (max-width: 767px) {
  .globalNavi__list {
    padding: 0 10px;
  }
}

.globalNavi__list .page_item,
.globalNavi__list .menu-item {
  height: 14px;
  float: left;
  padding: 0 15px;
  margin-bottom: 23px;
  border-left: 1px solid #3f3f3f;
  line-height: 1;
  color: #bfbfbf;
  transition: .2s;
}
@media only screen and (max-width: 767px) {
  .globalNavi__list .page_item,
  .globalNavi__list .menu-item {
    height: 12px;
    float: none;
    display: table-cell;
    margin-bottom: 0;
    white-space: nowrap;
    font-size: 1.2rem;
  }
}

.globalNavi__list .page_item:first-child,
.globalNavi__list .menu-item:first-child {
  border-left: 0;
  padding-left: 0;
}

.globalNavi__list .current_page_item,
.globalNavi__list .current-menu-item,
.globalNavi__list .page_item:hover,
.globalNavi__list .menu-item:hover {
  color: #ffffff;
  font-weight: bold;
}


/*メインビジュアル
-------------------------------------------------------*/
.mainv-inner {
  position: relative;
  width: 100%;
  height: 30rem;
  background-image: url(../img/top_bg.jpg);
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100%;
}
@media screen and (max-width: 767px) {
  .mainv-inner {
    position: relative;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 15;
    background-image: url(../img/top_bg.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
  }
}
@media screen and (max-width: 480px) {
  .mainv-inner {
    background-image: url(../img/top_bg001@sp.jpg);
  }
}

.mainv-inner.under {
  height: 20rem;
}
@media screen and (max-width: 767px) {
  .mainv-inner.under {
    height: auto;
    aspect-ratio: 16 / 9;
  }
}

@media screen and (max-width: 480px) {
  .mainv {
    padding-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .mainv .under .siteTitle__main {
    padding-bottom: 0;
    margin-bottom: 0;
  }
}

.mainv .siteTitle__main {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 10px;
  margin-bottom: 20px;
  color: #ffffff;
  font-size: 3rem;
  text-shadow: 0px 2px 4px rgba(0, 56, 102, 1);
}
@media screen and (max-width: 767px) {
  .mainv .siteTitle__main {
    font-size: 2.4rem;
    top: auto;
  }
}
@media screen and (max-width: 360px) {
  .mainv .siteTitle__main {
    top: auto;
    font-size: 1.8rem;
  }
}

.mainv .siteTitle__main:before {
  content: "";
  position: static;
  background: url(../img/icon_top-title.svg) no-repeat;
  background-size: contain;
  width: 50px;
  height: 80px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .mainv .siteTitle__main:before {
    content: "";
    position: static;
    width: 50px;
    height: 80px;
    background: url(../img/icon_top-title.svg) no-repeat;
    background-size: contain;
    z-index: 1;
  }
}

.mainv .siteTitle__main:after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  width: 56px;
  height: 4px;
  background: #fff;
  margin: auto;
  z-index: 1;
}

.mainv .siteTitle__sub {
  position: static;
  transform: none;
  width: 100%;
  max-width: 1100px;
  color: #ffffff;
  font-weight: bold;
  text-shadow: 0px 2px 4px rgba(0, 56, 102, 0.75);
}
@media screen and (max-width: 767px) {
  .siteTitle__sub {
    display: block;
    line-height: 2;
    text-align: left;
  }
}

.mainv .under .siteTitle__sub {
  display: none;
}

.mainv .siteTitle__name {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}

/*サイトタイトル(ヘッダーで使用)*/
.siteTitle {
  float: left;
  width: calc(100% - 350px);
  height: 30px;
  overflow: hidden;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .siteTitle {
    width: calc(100% - 100px);
    margin-top: 15px;
    height: 20px;
  }
}

/*ロゴがあるとき*/
.siteTitle__logo {
  display: block;
  max-width: 100%;
  max-height: 30px;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .siteTitle__logo {
    max-height: 20px;
    line-height: 1.4;
  }
}

/*ロゴがないとき*/
/*
.siteTitle__name {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}
*/

.siteTitle__name {
  display: block;
  line-height: 1.4;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 767px) {
  .siteTitle__name {
    height: auto;
    aspect-ratio: 16 / 15;
    padding: 0 4.6875%;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 767px) {
  .siteTitle__name {
    height: inherit;
    line-height: 1.4;
  }
}

@media screen and (max-width: 767px) {
  .under .siteTitle__name {
    height: auto;
    aspect-ratio: 16 / 9;
    padding: 0 4.6875%;
    box-sizing: border-box;
  }
}

.siteTitle__name h1 {
  text-align: center;
}

.siteTitle__link {
  width: auto;
  height: 30px;
  display: block;
}
@media only screen and (max-width: 767px) {
  .siteTitle__link {
    height: 20px;
  }
}

.siteTitle__link:hover {
  opacity: 0.75;
}

.siteTitle__img {
  width: auto;
  max-height: 30px;
}
@media only screen and (max-width: 767px) {
  .siteTitle__img {
    max-height: 20px;
  }
}

.siteTitle__main {
  display: block;
  color: #ffffff;
  font-size: 2rem;
  font-weight: 900;
}
@media only screen and (max-width: 767px) {
  .siteTitle__main {
    font-size: 1.5rem;
  }
}

.siteTitle__sub {
  position: absolute;
  left: 50%;
  bottom: 50%;
  transform: translate(-50%, 185%);
  -webkit-transform: translate(-50%, 185%);
  -ms-transform: translate(-50%, 185%);
  margin-left: 10px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .siteTitle__sub {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .siteTitle__sub {
    font-size: 1.4rem;
  }
}





















