@charset "UTF-8";
/*====================================
　早見表
  $conts-width
  $color-yellow  $color-blue
  $font-color-black
  $font-family-gothic  $font-family-mincho

  full-width
  flex-column  flex-center
  media(320px ＝ xs   480px ＝ s   768px ＝ m   1000px ＝ l)
  fs(max,1000～768px,768～480px,480～320px,min)  fs2(max,min)
  mt(max,min) mb mtb  pt pb ptb

====================================*/
/*====================================*/
/*----------------------------------
  Structure
----------------------------------
0. タグ設定
  0.1. ページサイズ
1. ヘッダー
  1.1	ナビゲーション
  1.2 見出し
2. コンテンツ
  2.1. トップへ戻る
3. サイドメニュー
4. フッター

====================================*/
/*----------------------------------
	0. タグ設定
------------------------------------*/
/* ------ ベース ------- */
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-size: clamp(14px, 1.823vw, 16px);
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.5em;
  color: #746b70;
  font-family: Quicksand, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  position: relative;
}
@media screen and (max-width: 768px) {
  body {
    font-size: clamp(12px, 2.5vw, 14px);
  }
}
body#second .wrapper {
  background: url(../images/header_bg.jpg) no-repeat center -50px;
}

.wrapper main > aside {
  width: 25%;
}
@media screen and (max-width: 768px) {
  .wrapper main > aside {
    width: 100%;
    min-width: initial;
  }
}
.wrapper main > section {
  width: 72%;
}
@media screen and (max-width: 768px) {
  .wrapper main > section {
    width: 100%;
    min-width: initial;
  }
}
.wrapper main > section#single-column {
  width: 100%;
  float: none;
  max-width: 800px;
  margin: auto;
}
body#first .wrapper main {
  width: 100%;
  max-width: none;
}
body#second .wrapper main {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  max-width: 92%;
  margin: auto;
  padding: 150px 0 100px;
}
@media screen and (max-width: 768px) {
  body#second .wrapper main {
    flex-direction: column;
  }
}
body#first .wrapper main section {
  width: 100%;
}

/* ------ link ------- */
a {
  color: rgb(173, 5, 104);
  text-decoration: none;
}
a:hover {
  color: rgb(192, 67, 117);
  text-decoration: underline;
}

.hide-link a {
  color: #231815;
  text-decoration: none;
}

a.textlinkUl {
  text-decoration: underline;
}

a img {
  border: none;
  border: 0;
}

a:hover img.link {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
}

/* ------ img ------- */
@media screen and (max-width: 768px) {
  img {
    max-width: 100%;
    height: auto;
    width: auto;
  }
}
.photo-type01 {
  border: 10px solid #FFF;
  box-shadow: 2px 2px 5px 3px #b9b9d2;
  -moz-box-shadow: 2px 2px 5px 3px #b9b9d2;
  -webkit-box-shadow: 2px 2px 5px 3px #b9b9d2;
}

/*----------------------------------
	1. ヘッダー
------------------------------------*/
.header-inner {
  margin: 0 auto;
  padding: 10px calc(3% + 20px) 55px 3%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .header-inner {
    padding: 10px calc(3% + 50px) 10px 3%;
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .header-inner {
    padding: 10px calc(3% + 50px) 10px 3%;
    align-items: center;
  }
}

.header-titles .logo a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.header-titles .logo span {
  display: block;
  font-size: clamp(7px, 1.458vw, 9px);
  font-weight: 800;
  color: #231815;
}
.header-titles .logo img {
  display: block;
  width: clamp(230px, 47.917vw, 318px);
}

.header-contact > img {
  margin-right: 20px;
}
.header-contact__tell01, .header-contact__tell02 {
  aspect-ratio: 15/4;
  width: 60%;
  max-width: 140px;
  margin: auto;
}
.header-contact__tell01 a, .header-contact__tell02 a {
  display: none !important;
}
.header-contact__tell01 {
  background: url(../images/tel-osaka_2--w.svg) no-repeat center center;
  background-size: 100% auto;
  margin: 50px auto 20px;
}
.header-contact__tell02 {
  background: url(../images/tel-tokyo--w.svg) no-repeat center center;
  background-size: 100% auto;
}

/* メイン画像  ----------------------*/
.mainimg {
  position: relative;
}
.mainimg .mainimage__title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
@media screen and (max-width: 480px) {
  .mainimg .mainimage__title {
    width: 94%;
  }
}
.mainimg .slick-slide img {
  width: 100%;
}

/*----------------------------------
	1.1. ナビゲーション
------------------------------------*/
/* フォントサイズ */
/* フォントの色 */
/* SP版背景 */
/* SP版ハンバーガーメニューの色 */
.global-nav .nav > li > a::before {
  content: "";
  display: inline-block;
  height: clamp(16px, 2.083vw, 22px);
  aspect-ratio: 9/22;
}
@media screen and (min-width: 769px) {
  .global-nav .nav > li.header-btn-contact {
    position: absolute;
    top: 10px;
    right: 4%;
  }
}
.global-nav .nav > li.header-btn-contact a {
  color: transparent !important;
  background: url(../images/header-bnr-contact.png) no-repeat;
  width: 180px;
  height: 40px;
  display: block;
  margin: 0 auto;
}
.global-nav .nav > li.header-btn-contact a:hover {
  color: transparent !important;
}
.global-nav .nav > li.header-btn-contact a::before {
  content: none;
}
.global-nav .sub-menu {
  margin: 0;
}

.overlay {
  width: 0;
  height: 0;
  position: fixed;
  z-index: 11;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.5s;
  background: rgba(255, 255, 255, 0.7);
}
.overlay.open {
  width: 100%;
  height: 100%;
  opacity: 1;
}

#main {
  transition: all 0.5s;
  min-height: 100vh;
}
#main.open {
  position: fixed;
  width: 100%;
}

#menu_btn {
  right: 1.5%;
  transition: 0.3s;
  cursor: pointer;
  position: fixed;
  z-index: 9999;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #4d4d4d;
}
@media screen and (min-width: 1025px) {
  #menu_btn {
    display: none;
  }
}

.menu-trigger {
  width: 18px;
  height: 16px;
  position: relative;
}
.menu-trigger span {
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  transition: all 0.5s;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 7px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

#menu_btn.active .menu-trigger span:nth-of-type(1) {
  transform: translateY(7px) rotate(-45deg);
}
#menu_btn.active .menu-trigger span:nth-of-type(2) {
  opacity: 0;
}
#menu_btn.active .menu-trigger span:nth-of-type(3) {
  transform: translateY(-8px) rotate(45deg);
}

#nav {
  width: 300px;
  height: 100%;
  overflow: auto;
  padding: 60px 0;
  background-color: #4d4d4d;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 12;
  transform: translate(300px);
  transition: all 0.5s;
}
#nav.open {
  transform: translateZ(0);
}
#nav li {
  padding: 0 20px;
}
#nav li a {
  display: inline-block;
  padding: 20px;
  color: #fff;
  font-size: clamp(16px, 3.333vw, 18px);
}
@media screen and (min-width: 1025px) {
  #nav {
    border-top: 1px solid #ccc;
    width: 100%;
    height: 44px;
    overflow: hidden;
    padding: 0;
    background-color: #fff;
    transform: none;
    position: absolute;
    top: 60px;
    right: 0;
  }
  #nav ul {
    display: flex;
    justify-content: space-between;
    width: 94%;
    margin: auto;
    max-width: 1000px;
  }
  #nav ul li {
    padding: 0 6px;
  }
  #nav ul li a {
    padding: 10px 6px 6px;
    font-size: clamp(12px, 2.5vw, 14px);
    color: #4d4d4d;
  }
}

#nav .menu-item-has-children > a:first-of-type {
  display: block;
  padding: 1em 1.5em;
  font-size: 120%;
}
#nav .menu-item-has-children > a.open:first-of-type {
  color: #231815;
}
#nav .menu-item-has-children .sub-menu li {
  padding: 0;
}
#nav .menu-item-has-children .sub-menu li a {
  display: block;
  padding: 0 1.5em 1em 3.5em;
}
#nav .menu-item-has-children .sub-menu li:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) and (max-width: 850px) {
  #nav ul {
    justify-content: center;
    margin: auto;
  }
  #nav li a {
    padding: 1.5em 0.5em;
  }
}
/*----------------------------------
	1.2. 見出し
------------------------------------*/
h1.entry-title {
  padding: 20px 0 20px 80px;
  background: url(../images/marker_big.png) no-repeat left center;
  font-size: 160%;
  line-height: 1;
  color: #333;
}

p {
  margin-bottom: 1em;
}

.h-style01 {
  text-align: center;
  background-color: #4d4d4d;
  font-size: clamp(18px, 2.344vw, 20px);
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.4em;
  padding: 0.6em;
}
@media screen and (max-width: 768px) {
  .h-style01 {
    font-size: clamp(16px, 3.333vw, 18px);
    letter-spacing: 0.3em;
  }
}

.h-style02 {
  font-size: clamp(16px, 3.333vw, 20px);
  font-weight: 500;
  color: #000;
  letter-spacing: 0.4em;
  margin-bottom: 1em;
}
@media screen and (max-width: 480px) {
  .h-style02 {
    margin-bottom: 1.5em;
  }
}
.h-style02::before {
  content: "";
  display: inline-block;
  background: url(../images/icon-title.svg) no-repeat center center;
  width: 1em;
  aspect-ratio: 1/1;
  vertical-align: middle;
  margin-right: 0.7em;
}

.wrapper > main > section .sub-title-sg {
  padding: 10px 0 8px 32px;
  background: url(../images/marker_small.png) no-repeat left center;
  font-size: 120%;
  line-height: 1;
  color: #00618e;
  margin: 0 0 20px;
}

.btn-style01 {
  text-align: right;
}
.btn-style01.a-leftside {
  text-align: left;
}
.btn-style01 a {
  display: inline-block;
  font-size: clamp(14px, 2.917vw, 18px);
  font-weight: 500;
  color: #fff;
  background-color: #4d4d4d;
  padding: 0.7em 1em;
  border-radius: 10px;
}
@media screen and (max-width: 480px) {
  .btn-style01 a {
    padding: 0.5em 0.7em;
  }
}
.btn-style01 a::before {
  content: "";
  display: inline-block;
  background: url(../images/icon-arrow01.svg) no-repeat center center;
  aspect-ratio: 12/15;
  height: 1.2em;
  vertical-align: middle;
  margin-right: 0.7em;
}

/*----------------------------------
	2. コンテンツ
------------------------------------*/
.column-center {
  justify-content: center;
}

.conts__cell--0 {
  padding: 0;
}

.conts__cell--tb20 {
  padding: 20px 0;
}

.conts__cell--t20 {
  padding-top: 20px;
}

.conts__cell--b20 {
  padding-bottom: 20px;
}

.conts__cell--tb40 {
  padding: 40px 0;
}

.conts__cell--t40 {
  padding-top: 40px;
}

.conts__cell--b40 {
  padding-bottom: 40px;
}

.conts__cell--tb60 {
  padding: 60px 0;
}

.conts__cell--t60 {
  padding-top: 60px;
}

.conts__cell--b60 {
  padding-bottom: 60px;
}

.conts__cell--tb80 {
  padding: 80px 0;
}

.conts__cell--t80b40 {
  padding: 80px 0 40px;
}

.conts__cell--t80 {
  padding-top: 80px;
}

.conts__cell--b80 {
  padding-bottom: 80px;
}

.bg-gray {
  background-color: #f5ecd7;
}

.bg-green {
  background-color: #e1e865;
}

.bg-blue {
  background-color: #bcffff;
}

.bg-white {
  background-color: #fff;
}

.conts__inner {
  padding-left: 4%;
  padding-right: 4%;
}

.conts__width-m {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1000px) {
  .conts__width-m {
    padding: 0 4%;
  }
}

.conts__width-s {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 800px) {
  .conts__width-s {
    padding: 0 4%;
  }
}

.full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

/*----------------------------------
	3. サイドメニュー
------------------------------------*/
aside ul li {
  list-style: none;
  text-align: center;
}
@media screen and (max-width: 768px) {
  aside ul li {
    width: 33.3%;
  }
}
@media screen and (max-width: 768px) {
  aside .bnr-mitumori {
    max-width: 330px;
    margin: auto;
  }
}

@media screen and (max-width: 768px) {
  .side-contents {
    display: flex;
    justify-content: space-between;
  }
}
.side-contents a {
  display: block;
  color: #000;
  font-size: 20px;
  text-align: center;
  font-weight: normal;
  line-height: 1.5em;
  background: url(../images/tc-bg01.png) no-repeat center center;
  background-size: 100% auto;
  padding: 30px 0;
}
.side-contents a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.side-contents .small {
  font-size: 80%;
}
.side-contents__img01 {
  background: url(../images/tc-img01.png) no-repeat center center;
}
.side-contents__img02 {
  background: url(../images/tc-img02.png) no-repeat center center;
}
.side-contents__img03 {
  background: url(../images/tc-img03.png) no-repeat center center;
}
.side-contents__img01, .side-contents__img02, .side-contents__img03 {
  background-size: contain;
  aspect-ratio: 390/290;
  margin: auto;
  width: 70%;
  margin-bottom: 20px;
}

/*----------------------------------
	4. フッター
------------------------------------*/
footer {
  background-color: #4d4d4d;
  color: #fff;
}
footer .copyright {
  font-size: clamp(10px, 2.083vw, 12px);
  color: #999;
  text-align: center;
  font-weight: normal;
  padding: 1em;
}
footer .footer_bnr img {
  max-width: 100%;
}
@media screen and (max-width: 480px) {
  footer .footer_bnr img {
    max-width: 60%;
  }
}

#footer_address {
  width: 90%;
  padding: 4% 0 2%;
  margin: auto;
}
@media screen and (max-width: 480px) {
  #footer_address {
    padding: 8% 0 2%;
  }
}
#footer_address h1, #footer_address h2 {
  font-size: clamp(14px, 2.917vw, 18px);
  margin-bottom: 0.5em;
  font-weight: 500;
}
#footer_address p {
  font-size: clamp(12px, 2.5vw, 14px);
  font-weight: normal;
}
#footer_address p a {
  color: #fff;
  text-decoration: underline;
}

.column-box__title {
  width: 35%;
}

.column-box__body {
  width: 65%;
}/*# sourceMappingURL=base.css.map */