@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/* ==========================================================================
   1. Swellデフォルトヘッダー・フッター非表示
   ========================================================================== */
#header.l-header,
.l-header__bar,
.l-fixHeader,
.p-spMenu,
#footer.l-footer {
  display: none !important;
}

/* ==========================================================================
   2. SWELL グローバルスタイルのリセット（カスタムヘッダー・フッター用）
   ========================================================================== */

/* --- コンテナ共通リセット --- */
#header,
#footer,
.fixed_box {
  box-sizing: border-box;
  line-height: 1.5;
}

#header *,
#footer *,
.fixed_box * {
  box-sizing: border-box;
}

/* nav */
#header nav,
#footer nav {
  margin-top: 0;
  padding-bottom: 0;
}

/* a */
#header a,
#footer a,
.fixed_box a {
  color: inherit;
  text-decoration: none;
  -moz-transition-duration: 0.7s;
  -o-transition-duration: 0.7s;
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
}

#header a:focus,
#footer a:focus {
  outline: none;
}

/* li */
#header li,
#footer li {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
	line-height: 1.5;
}

#header li::before,
#footer li::before {
  content: none;
}

/* ul */
#header ul,
#footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* p */
#header p,
#footer p {
  margin: 0;
}

/* small */
#header small,
#footer small {
  font-size: inherit;
  color: inherit;
}

/* img */
#header img,
#footer img,
.fixed_box img {
  max-width: 100%;
  height: auto;
  border-style: none;
  vertical-align: middle;
}

/* ==========================================================================
   3. 基本スタイル
   ========================================================================== */

/* PC/SP 表示切替 */
.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}

/* clearfix */
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* container */
#header .container,
#footer .container {
  width: 100%;
  max-width: 1120px;
  padding: 0 20px;
  margin: 0 auto;
  box-sizing: border-box;
}
#header .container:after,
#footer .container:after {
  content: "";
  display: block;
  clear: both;
}

/* #wrapper padding (fixed header分) */
#wrapper {
  padding-top: 146px;
}

@media screen and (max-width: 1060px) and (min-width: 768px) {
  #wrapper {
    padding-top: 139px;
  }
}

@media screen and (max-width: 767px) {
  #wrapper {
    padding-top: 0;
  }
}

/* tel link — PC:クリック不可 / SP:クリック可 */
#header a[href^="tel:"],
#footer a[href^="tel:"] {
  pointer-events: none;
  cursor: text;
}

@media screen and (max-width: 767px) {
  #header a[href^="tel:"],
  #footer a[href^="tel:"] {
    pointer-events: auto;
    cursor: pointer;
  }
}

/* SWELLコンテンツ領域のフォントも統一 */
#content {
  font-family: "Zen Old Mincho", serif;
}

/* sidecontact 非表示 */
#sidecontact {
  display: none;
}

/* ==========================================================================
   4. PC Header
   ========================================================================== */

#header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  background: #fff;
  font-family: "Zen Old Mincho", serif;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  letter-spacing: 0.1em;
}

#header,
#mainimage,
#footer {
  display: block !important;
  font-family: "Zen Old Mincho", serif;
}

#header .wrap {
  width: 100%;
/*   max-width: 1080px; */
  margin: 0 auto;
  box-sizing: border-box;
}

/* ---- header_block ---- */
.header_block {
  margin: 0 auto;
  position: relative;
}

/* PC: SPロゴ非表示 */
#header .logo {
  display: none;
}

/* ---- header_menu ---- */
.header_menu {
  text-align: center;
  padding: 0 20px;
}

.header_menu > .inner {
  line-height: 0;
}

/* h1 SEOテキスト — 非表示 */
h1.kasouh1 {
	position: relative;
	top: 10px;
	left: 0;
	width: 90% !important;
	text-align: left;
	margin-left: 5%;
	margin-right: 5%;
	font-size: 12px;
	font-weight: 500;
}

/* ---- logocontact (上段) ---- */
.logocontact {
  display: flex;
  justify-content: space-between;
  padding-bottom: 5px;
}

.logocontact .logo2 {
  font-size: 24px;
  position: relative;
  top: 40px;
  left: 0;
  margin-left: 5%;
  height: 80px;
}

.logocontact .logo2 a {
  color: #342A3E;
/*   line-height: 1.4; */
  line-height: 0;
/*   letter-spacing: 0.1em; */
	font-weight: 400;
}

.logocontact .logo2 span {
  display: block;
  font-size: 14px;
  color: #9793B9;
  letter-spacing: 0.1em;
  margin-top: 7px;
  position: relative;
  top: 20px;
}

/* ---- contactbx ---- */
.logocontact .contactbx {
  display: flex;
  justify-content: space-between;
  width: 560px;
}

.logocontact .contactbx p {
/*   position: relative;
  top: 20px;
  line-height: 1.5;
  border: solid 1px #9793B9;
  padding: 5px;
  margin-right: 10px;
  font-size: 14px;
  color: #342A3E;
  white-space: nowrap; */
	position: relative;
    top: 20px;
    line-height: 1.5;
    border: solid 1px #9793B9;
    padding: 5px;
    margin-right: 10px !important;
	height: 60px;
/* 	font-weight: 400;
    letter-spacing: 0.05em; */
}

.logocontact .contactbx ul {
  display: flex;
  width: 50%;
  justify-content: space-between;
  position: relative;
  top: 20px;
}

.logocontact .contactbx ul li:nth-child(1) {
  width: 209px;
  margin-right: 5px;
}

.logocontact .contactbx ul li:nth-child(2) {
  width: 50px;
  margin-right: 5px;
}

.logocontact .contactbx ul li:nth-child(3) {
  width: 50px;
}

.logocontact .contactbx ul li a {
  display: block;
}

.logocontact .contactbx ul li a img {
  width: 100%;
  height: auto;
  display: block;
}

/* ---- g_nav (下段ナビ) ---- */
.header_menu .g_nav {
  display: inline-block;
}

.header_menu .g_nav > li {
  float: left;
  position: relative;
  width: auto !important;
  border-right: none;
}

.header_menu .g_nav > li:first-child {
  border-left: none;
}

/* ナビリンク */
.header_menu .g_nav > li > a,
.header_menu .g_nav > li > span {
  display: block;
  font-size: 18px;
  letter-spacing: 0.1em;
  color: #342A3E;
  padding: 29px 0 !important;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  position: relative;
  transition: 0.3s;
  cursor: pointer;
  z-index: 5;
  line-height: 1.6;
}

/* ナビ hover */
.header_menu .g_nav > li > a:hover,
.header_menu .g_nav > li > span:hover,
.header_menu .g_nav > li.hover > a,
.header_menu .g_nav > li.hover > span {
  background: none;
  color: #9793B9;
}

/* ナビ内span（テキスト + セパレーター） */
.header_menu .g_nav > li > a > span,
.header_menu .g_nav > li > span > span {
  display: block;
  margin: 0 auto;
  position: relative;
  padding: 0 19px;
}

/* ナビセパレーター（::after 擬似要素） */
.header_menu .g_nav > li > a > span:after,
.header_menu .g_nav > li > span > span:after {
  position: absolute;
  content: "";
  display: block;
  width: 1px;
  height: 25px;
  right: 0;
  top: 50%;
  margin-top: -12.5px;
  background: #BCBACE;
}

.header_menu .g_nav > li:last-child > a > span:after,
.header_menu .g_nav > li:last-child > span > span:after {
  display: none;
}

/* gnavi_icon — css1で非表示にしている */
.header_menu .g_nav > li > a:before,
.header_menu .g_nav > li > span:before {
  display: none;
}

/* ---- PC ドロップダウンサブメニュー ---- */
.header_menu .g_nav > li ul {
	position: absolute;
	top: 86px;
	left: 0;
	background: #EBEAF3;
	padding: 20px 20% !important;
	text-align: left;
	box-sizing: border-box !important;
	width: 400px;
	pointer-events: none;
	opacity: 0;
	z-index: 99;
	transition: 0.3s;
}

.header_menu .g_nav > li ul li {
  border-top: none;
  display: block;
  margin-right: 25px;
  padding-bottom: 20px;
}

.header_menu .g_nav > li ul li:last-child {
  margin-right: 0;
  padding-bottom: 0;
}

.header_menu .g_nav > li ul li a {
  background: none;
  padding: 0 0 0 16px;
  font-size: 16px;
  color: #000000;
  letter-spacing: 0.1em;
  display: inline-block;
  position: relative;
}

/* サブメニュー矢印アイコン */
.header_menu .g_nav > li ul li a:before {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: 7px;
  width: 7px;
  height: 12px;
  background: url(assets/images/icons/icon_sub.png) no-repeat;
}

.header_menu .g_nav > li ul li a:hover {
  color: #9793B9;
}

/* hover でサブメニュー表示 */
.desktop .header_menu .g_nav > li > span:hover + ul,
.desktop .header_menu .g_nav > li > span ul:hover,
.desktop .header_menu .g_nav > li ul:hover,
.header_menu .g_nav > li:hover > ul {
  pointer-events: auto;
  opacity: 1;
}

/* ---- 言語切替 ---- */
.language_list {
  display: flex !important;
}

.header_menu .g_nav > .language_list > a > span {
  padding: 0 3px;
}

.header_menu .g_nav > .language_list > a {
  background-color: #F1F0F7;
}

.header_menu .g_nav > .language_list > a > span:after {
  display: none;
}

/* ---- レスポンシブ（タブレット） ---- */
@media screen and (max-width: 1340px) and (min-width: 1061px) {
  .header_menu .g_nav > li > a > span,
  .header_menu .g_nav > li > span > span {
    padding: 0 8px;
  }
  .header_menu .g_nav > li > a,
  .header_menu .g_nav > li > span {
    letter-spacing: 0;
    font-size: 17px;
  }
  .header_menu .g_nav > li ul {
    padding: 20px 20%;
  }
}

@media screen and (max-width: 1060px) and (min-width: 768px) {
  .header_menu {
    padding: 0 5px;
  }
  .header_menu .g_nav > li > a > span,
  .header_menu .g_nav > li > span > span {
    padding: 0 5px;
  }
  .header_menu .g_nav > li > a,
  .header_menu .g_nav > li > span {
    letter-spacing: 0;
    font-size: 13px;
  }
  .header_menu .g_nav > li ul {
    padding: 20px 20%;
  }
}

/* PC min-width: header_menu常時表示 */
@media screen and (min-width: 768px) {
  .header_menu {
    display: block !important;
  }
  .header_menu .g_nav > li ul {
    pointer-events: none;
  }
  .sp {
    display: none !important;
  }
}

/* ==========================================================================
   5. SP Header
   ========================================================================== */
@media screen and (max-width: 767px) {
  #header {
    height: 60px;
    top: 0 !important;
    position: relative;
  }

  #header.open {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
  }

  .header_block {
    margin: 0;
  }

  /* SP ロゴ表示 */
  #header .logo {
    display: block;
    margin: 8px 0 3px 15px;
    float: left;
  }

  .logo a {
    font-size: 17px !important;
    color: #65627C !important;
    display: inline-block;
    line-height: 1.4;
    letter-spacing: 0.1em;
  }

  .logo a span {
    font-size: 10px;
    color: #9793B9;
    display: block;
    margin-top: 4px;
    letter-spacing: 0.02em;
  }

  /* SP Foreign patient badge */
  .sp_logo2 {
/*     float: right;
    margin-right: 65px;
    margin-top: 10px; */
  }

  .icon03_wrapper img {
    width: 40px;
    top: 6px;
    position: relative;
    margin-left: 40px;
  }

  /* SP ハンバーガー (.toggleMenu) */
  .toggleMenu {
    width: 60px;
    height: 60px;
    background: #FFFFFF;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 999;
    cursor: pointer;
    text-align: center;
  }

  .menu-trigger,
  .menu-trigger span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
  }

  .menu-trigger {
    position: relative;
    width: 23px;
    height: 21px;
    margin: 20px auto 0;
    text-align: center;
    cursor: pointer;
  }

  .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #65627C;
    border-radius: 2px;
  }

  .menu-trigger span:nth-of-type(1) {
    top: 0;
  }

  .menu-trigger span:nth-of-type(2) {
    top: 9px;
  }

  .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }

  /* ×アニメーション */
  .toggleMenu.active .menu-trigger span:nth-of-type(1) {
    -webkit-transform: translateY(9px) rotate(-45deg);
    transform: translateY(9px) rotate(-45deg);
  }

  .toggleMenu.active .menu-trigger span:nth-of-type(2) {
    opacity: 0;
  }

  .toggleMenu.active .menu-trigger span:nth-of-type(3) {
    -webkit-transform: translateY(-9px) rotate(45deg);
    transform: translateY(-9px) rotate(45deg);
  }

  /* SP header_menu（ドロワー） */
  .header_menu {
    display: none;
    top: 60px;
    height: calc(100% - 60px);
/*     background: #EBEAF4; */
    background: -webkit-linear-gradient(top, #EBEAF4 0%, #FFFFFF 100%);
/*     background: linear-gradient(to bottom, #FFFFFF 0%, #EBEAF4 100%); */
    float: none;
    clear: both;
    position: fixed;
    left: 0;
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    overflow-y: scroll !important;
    overflow: hidden;
    z-index: 999;
  }

  .header_menu .inner {
    padding: 20px;
  }

  .header_menu .g_nav {
    display: block;
  }

  .header_menu .g_nav > li {
    float: none;
    width: 100% !important;
    margin: 2px 0 0;
    border: none !important;
    position: relative;
  }

  .header_menu .g_nav > li > a,
  .header_menu .g_nav > li > span {
    display: block;
    width: 100%;
    height: auto;
    font-size: 14px;
    letter-spacing: 0;
    text-align: left;
    color: #000000;
    background: #fff;
    cursor: pointer;
    text-decoration: none;
    position: relative;
    padding: 20px 15px !important;
    box-sizing: border-box;
    font-family: "Zen Old Mincho", serif;
  }

  .header_menu .g_nav > li > span {
    padding-right: 40px !important;
  }

  .header_menu .g_nav > li > a > span,
  .header_menu .g_nav > li > span > span {
    padding: 0;
  }

  .header_menu .g_nav > li > a > span:after,
  .header_menu .g_nav > li > span > span:after {
    display: none;
  }

  .header_menu .g_nav > li > a:hover,
  .header_menu .g_nav > li > span:hover,
  .header_menu .g_nav > li.hover > a,
  .header_menu .g_nav > li.hover > span {
    background: #fff;
    color: #000000;
  }

  /* SP アコーディオン矢印 */
  .header_menu .g_nav > li > span:after {
    content: "";
    width: 11px;
    height: 11px;
    border-left: 1px solid #22201E;
    border-top: 1px solid #22201E;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: rotate(45deg);
    transition-duration: 0.2s;
    margin-top: -2px;
    box-sizing: border-box;
  }

  .header_menu .g_nav > li.hover > span:after {
    transform: rotate(225deg);
    margin-top: -8px;
  }

  /* SP サブメニュー */
  .header_menu .g_nav > li ul {
    display: none;
    position: relative;
    top: 0 !important;
    left: 0;
    background: none;
    padding: 0 !important;
    margin: 0;
    box-shadow: none;
    width: 100%;
    opacity: 1;
    pointer-events: auto;
  }

  .header_menu .g_nav > li ul li {
    display: none;
    width: 100%;
    margin-top: 2px;
	padding-bottom: 2px;
    border-top: none;
  }

  .header_menu .g_nav > li.hover li {
    display: block;
    opacity: 1;
  }

  .header_menu .g_nav > li ul li a {
    display: block;
    font-family: "Zen Old Mincho", serif;
    font-size: 14px;
    letter-spacing: 0;
    text-align: left;
    color: #FFFFFF !important;
    background: #65627C !important;
    margin-top: 2px;
    padding: 20px 20px 20px 30px;
    text-decoration: none !important;
    box-sizing: border-box;
    position: relative;
  }

  .header_menu .g_nav > li ul li a:before {
    display: none;
  }

  .header_menu .g_nav > li ul li a:hover {
    opacity: 1;
  }

  .header_menu .g_nav > li.hover ul {
    display: block;
    opacity: 1;
  }

  .header_menu .g_nav > li.hover > span + ul,
  .header_menu .g_nav > li > span:hover + ul {
    pointer-events: auto;
    opacity: 1;
  }

  /* SP 言語切替 */
  .language_list {
    display: flex !important;
  }

  .language_list.pc {
    display: none !important;
  }

  .header_menu .g_nav > .language_list > a {
    background-color: white;
    text-align: center;
  }

  /* SP contactBox（ドロワー下部） */
  .contactBoxTit {
    text-align: center;
    font-size: 26px;
    color: #000000;
	margin-bottom: 20px !important;
  }

  .contactBox ul {
    position: relative;
  }

  .contactBox ul:before {
    position: absolute;
    content: "";
    display: block;
    width: 1px;
    height: 73px;
    background: #707070;
    top: 0;
    left: 50%;
    margin-left: -1px;
  }

  .contactBox ul li {
    letter-spacing: 0.1em;
    line-height: 1.4;
    float: left;
    width: 48%;
    margin-left: 4%;
    text-align: center;
  }

  .contactBox ul li:first-child {
    margin: 0;
    font-size: 16px;
  }

  .contactBox ul li:nth-child(2) {
    font-size: 19px;
  }

  .contactBox ul li a {
    color: #000000;
    position: relative;
    padding-top: 85px;
    display: inline-block;
  }

  .contactBox ul li a:before {
    position: absolute;
    content: "";
    display: block;
    width: 71px;
    height: 71px;
    background-size: cover !important;
    left: 50%;
    margin-left: -35.5px;
    top: 0;
  }

  .contactBox ul li:first-child a:before {
    background: url(assets/images/icons/lp_icon_tel.png) no-repeat;
  }

  .contactBox ul li:nth-child(2) a:before {
    background: url(assets/images/icons/lp_icon_inq.png) no-repeat;
  }

  .contactBox ul li:nth-child(2) a span {
    display: inline-block;
    position: relative;
    padding-right: 65px;
	font-size: 17px;
	display: flex;
	align-items: center;
	text-wrap-mode: nowrap;
  }

  .contactBox ul li:nth-child(2) a span:before {
    position: absolute;
    content: "";
    display: block;
	  right: 30px;
	  top: 64%;
	  width: 31px;
	  height: 20px;
    background: url(assets/images/icons/lp_icon_inq_link.png) no-repeat;
    background-size: cover;
    margin-top: -15.5px;
  }

  #header .contactBox .logo {
    float: none;
    margin: 20px 0 10px;
  }

  .contactBox .logo a {
    font-size: 20px;
  }

  .contactBox .logo a span {
    font-size: 12px;
  }

  .headerAddr {
    font-size: 13px;
/*     margin-bottom: 5px; */
    margin: 20px 0 10px !important;
  }

  .headerLink a {
    font-size: 13px;
    color: #000000;
  }

  .headerBottom {
    background: #65627C;
  }

  .headerBottom .inner {
    padding: 5px 20px;
  }

  .headerBottom .inner .copyright {
    font-size: 12px;
    color: #FFFFFF;
  }

  /* noscroll */
  html.noscroll,
  html.noscroll body {
    overflow-y: hidden !important;
    height: 100% !important;
  }
}

@media screen and (max-width: 480px) {
  .header_menu .g_nav > li > a br,
  .header_menu .g_nav > li > span br {
    display: block;
  }

  .icon03_wrapper img {
    width: 35px !important;
  }

  .logo a {
    font-size: 11px;
  }
}

/* ==========================================================================
   6. Footer
   ========================================================================== */

#footer {
  background: #FFFFFF;
  position: relative;
  padding: 24px 0 0;
  z-index: 1;
  font-family: "Zen Old Mincho", serif;
  text-align: center;
}

#footer:after {
  position: absolute;
  bottom: 0;
  display: block;
  content: "";
  width: 100%;
  height: 59%;
  left: 0;
  background: -webkit-linear-gradient(top, rgba(247, 247, 249, 0.29) 0%, #BCBACE 100%);
  background: linear-gradient(to bottom, rgba(247, 247, 249, 0.29) 0%, #BCBACE 100%);
  z-index: -1;
  opacity: 0.52;
}

/* フッタータイトル */
.footerTtl {
  text-align: center;
  font-size: 28px;
  color: #000000;
  letter-spacing: 0.1em;
  line-height: 1.4;
  margin-bottom: 68px !important;
}

/* 2カラムコンタクト */
.footerColumn2 {
  position: relative;
}

/* 中央縦線 */
.footerColumn2:before {
  position: absolute;
  content: "";
  display: block;
  width: 1px;
  height: 135px;
  background: #707070;
  top: 50%;
  left: 50%;
  margin-left: 2.4%;
  margin-top: -67.5px;
}

.footerColumn2 li {
  letter-spacing: 0.1em;
  line-height: 1.4;
  float: left;
  width: 48%;
  margin-left: 4%;
  text-align: center;
  font-size: 28px;
}

.footerColumn2 li:first-child {
  margin: 0;
}

.footerColumn2 li:nth-child(2) {
  width: 43%;
  margin-left: 9% !important;
}

.footerColumn2 li a {
  color: #000000;
  position: relative;
  padding-top: 118px;
  display: inline-block;
  letter-spacing: 0.1em;
}

.footerColumn2 li a:hover {
  opacity: 0.8;
}

/* 丸アイコン（CSS ::before） */
.footerColumn2 li a:before {
  position: absolute;
  content: "";
  display: block;
  width: 101px;
  height: 101px;
  background-size: cover !important;
  left: 50%;
  margin-left: -50.5px;
  top: 0;
}

.footerColumn2 li:first-child a:before {
  background: url(assets/images/icons/lp_icon_tel.png) no-repeat;
}

.footerColumn2 li:nth-child(2) a:before {
  background: url(assets/images/icons/lp_icon_inq.png) no-repeat;
}

.footerColumn2 li:nth-child(2) a span {
  display: inline-block;
  position: relative;
  padding-right: 70px;
}

.footerColumn2 li:nth-child(2) a span:before {
  position: absolute;
  content: "";
  display: block;
  right: 0;
  top: 50%;
  width: 61px;
  height: 40px;
  background: url(assets/images/icons/lp_icon_inq_link.png) no-repeat;
  background-size: cover;
  margin-top: -17px;
}

.footerColumn2 li a sub {
  vertical-align: baseline;
  letter-spacing: 0.3em;
}

/* フッターロゴ */
#footer .logo {
  margin-top: 116px;
	text-align: left;
}

#footer .logo a {
  font-size: 26px;
  color: #65627C;
  display: inline-block;
  line-height: 1.4;
  letter-spacing: 0.1em;
}

#footer .logo a span {
  display: block;
  font-size: 13px;
  color: #9793B9;
  letter-spacing: 0.1em;
  margin-top: 3px;
}

/* フッター住所 */
#footer .addr {
  color: #000000;
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 1.67;
  margin: 7px 0 1px;
  text-align: left;
}

/* サイトマップ */
#footer .footerLink {
  text-align: left;
}

#footer .footerLink a {
  font-size: 12px;
  color: #000000;
  letter-spacing: 0.1em;
}

#footer .footerLink a:hover {
  text-decoration: underline;
}

/* コピーライトバー */
.footerBottom {
  background: #65627C;
  text-align: center;
  margin-top: 17px;
  padding: 12px 0 10px;
}

#footer .copyright {
  font-size: 12px;
  letter-spacing: 0.1em;
  color: #FFFFFF;
}

/* ---- SP Footer ---- */
@media screen and (max-width: 767px) {
  #footer {
    padding: 30px 0 0;
    text-align: center;
  }

  .footerTtl {
    font-size: 25px;
    margin-bottom: 20px;
  }

  .footerColumn2:before {
    margin-left: -1px;
    height: 73px;
    margin-top: 0;
    top: 0;
  }

  .footerColumn2 li a:before {
    width: 71px;
    height: 71px;
    margin-left: -35.5px;
  }

  .footerColumn2 li:first-child {
    font-size: 16px;
  }

  .footerColumn2 li:nth-child(2) {
    font-size: 19px;
    width: 48%;
    margin-left: 4%;
  }

  .footerColumn2 li a {
    padding-top: 85px;
  }

  .footerColumn2 li a sub {
    display: none;
  }

  .footerColumn2 li:nth-child(2) a span:before {
    width: 51px;
    height: 33px;
    margin-top: -17px;
  }

  .footerColumn2 li:nth-child(2) a span {
    padding-right: 60px;
  }

  #footer .logo {
    margin-top: 20px;
  }

  #footer .logo a {
    font-size: 20px;
  }

  #footer .logo a span {
    font-size: 12px;
    letter-spacing: 0;
  }

  .footerBottom {
    padding-bottom: 17%;
  }
}

@media screen and (max-width: 1020px) and (min-width: 768px) {
  .footerColumn2 li a {
    letter-spacing: 0;
  }

  .footerColumn2 li a sub {
    letter-spacing: 0;
  }
}

/* ==========================================================================
   7. 固定バー (.fixed_box)
   ========================================================================== */

/* wpfront scroll top 非表示 */
#wpfront-scroll-top-container {
  display: none !important;
}

#footer .fixed_box {
  display: block;
  position: fixed;
  right: 13px;
  width: 320px;
  z-index: 998;
  -moz-transition-duration: 0.7s;
  -o-transition-duration: 0.7s;
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
  bottom: 13px !important;
}

#footer .fixed_box li {
  float: left;
  margin-top: 6.1%;
}

#footer .fixed_box li:nth-child(1) {
  width: 65.4%;
}

#footer .fixed_box li:nth-child(2) {
  width: 15.7%;
  margin: 6.1% 2.5% 0 2%;
}

#footer .fixed_box li:nth-child(3) {
  width: 14.4%;
  margin: 0;
}

#footer .fixed_box li img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  #footer .fixed_box {
    width: 100%;
    right: 0;
    padding: 0 10px 10px;
    box-sizing: border-box;
    bottom: 0 !important;
  }

  #footer .fixed_box li:nth-child(1) {
    width: 40%;
    margin-top: 8.7%;
  }

  #footer .fixed_box li:nth-child(2) {
    margin: 8.7% 3% 0;
    width: 40%;
  }

  #footer .fixed_box li:nth-child(3) {
    width: 14%;
  }
}

.single .p-breadcrumb__item:last-child>span.p-breadcrumb__text {
  display: block;
}