@charset "UTF-8";
/* reset
--------------------------------------*/
*, *::before, *::after {
  box-sizing: border-box;
}

body {
  -webkit-text-size-adjust: 100%;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, video {
  display: block;
}

li {
  list-style: none;
}

img {
  border: 0;
  vertical-align: bottom;
}

button {
  padding: 0;
  border: 0;
}

*:focus {
  outline: none;
}

/*------------------------
 structure
------------------------*/
html {
  font-size: 62.5%;
  height: 100%;
  overflow-y: scroll;
}

body {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  background-color: #EBF0F3;
  font-size: 1.6em;
  font-size: 1.6rem;
  font-feature-settings: "palt";
  line-height: 1.5;
  color: #727272;
}

.l-wrapper {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}

.inner {
  position: relative;
  margin: 0 auto;
}
.en{
  font-family: 'Playfair Display', serif;
}

@media screen and (min-width: 768px) {
  .inner {
    min-width: 1040px;
    max-width: 1240px;
    padding-left: 20px;
    padding-right: 20px;
	  z-index: 10;
  }
}
@media screen and (max-width: 767px) {
  html.is-fixed,
  .l-wrapper {
    overflow: hidden;
  }

  .inner {
    padding: 0 10px;
	  z-index: 5;
  }
}
/*------------------------
 style
------------------------*/
a {
  text-decoration: none;
  color: inherit;
  outline: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.01);
  transition: .3s;
}

.mover {
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.mover:hover {
  opacity: .7;
}

figure img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.color_p {
	color: #BC985B;
}
.color_g {
  color: #C98A7E;
}
.color_bl {
  color: #2e3d60;
}
.color_y {
	color: #f8cc00;
}
.color_brown {
	color: #3b120e!important;
}

.text_bold {
	font-weight: bold;
	opacity: 1!important;
}

@media screen and (min-width: 768px) {
  a[href^="tel"] {
    pointer-events: none;
  }

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

  img {
    max-width: 100%;
    height: auto;
  }
}
/*------------------------
 header
------------------------*/
@media screen and (min-width: 768px) {
  .header {
    position: relative;
    z-index: 1;
  }
  .header::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 30px;
    background-color: #B3D5DF;
    z-index: -1;
  }
  .header .inner {
    position: relative;
  }
}
.header_catch {
  line-height: 30px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.2rem;
	color: #282828;
	letter-spacing: 0.15rem;
}

.header_inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .header_inner {
    margin-top: 20px;
    padding-right: 175px;
  }
}

.inner_r {
  display: flex;
}

.header_logo a {
  display: flex;
  align-items: center;
  color: #15a79c;
  font-size: 2.4rem;
  font-weight: bold;
}
.header_logo img {/*
  margin-right: 15px;
  width: 71px;*/
}

.header_company_logo {
  margin: 5px 20px 0 0;
  width: 88px;
}
.header_company_logo img {
  max-width: 100%;
  height: auto;
}

.header_tel {
  text-align: center;
}
.header_tel p {
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1;
  font-size: 1.3rem;
}

/*------------------------
 button
------------------------*/
.btn_tel {
  font-size: 3rem;
}
.btn_tel::before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  width: 40px;
  height: 26px;
  background: url(../img/ic_freecall.png) 0 0/cover no-repeat;
  color: #253049;
}

@media screen and (min-width: 768px) {
  .header_contact {
    position: absolute;
    top: 0;
    right: 20px;
    width: 160px;
    text-align: center;
  }
  .header_contact a {
    display: block;
    padding-top: 20px;
    height: 100px;
    background-color: #D5A8A8;
    color: #fff;
  }
  .header_contact a .fas {
    display: block;
    font-size: 2.4rem;
    margin-bottom: 10px;
  }
  .header_contact a:hover {
    background-color: #BC985B;
  }
}
@media screen and (max-width: 767px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 100;
  }

  .header_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    height: 50px;
  }

  .header_logo a {
    font-size: 1.6rem;
    white-space: nowrap;
  }
  .header_logo img {
    margin-right: 10px;
    width: auto;
    height: 30px;
  }

  .inner_r {
    justify-content: flex-end;
    padding-right: 30px;
  }

  .header_tel .btn_tel,
  .header_contact a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    width: 30px;
    height: 30px;
    border-radius: 2px;
    color: #fff;
  }

  .header_tel .btn_tel {
    background-color: #D5A8A8;
  }
  .header_tel .btn_tel::before {
    display: none;
  }
  .header_tel .btn_tel .fas {
    font-size: 2rem;
  }

  .header_contact a {
    background-color: #282828;
  }
  .header_contact a .fas {
    font-size: 1.8rem;
  }

  .sp_menu_btn {
    position: fixed;
    top: 10px;
    right: 10px;
    width: 30px;
    z-index: 500;
  }
  .sp_menu_btn a {
    display: block;
    height: 30px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    z-index: 500;
  }
  .sp_menu_btn span {
    display: block;
    position: absolute;
    left: 0;
    top: 14px;
    width: 100%;
    height: 3px;
    background-color: #111;
    transition: .3s;
  }
  .sp_menu_btn span::before, .sp_menu_btn span::after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #252936;
    transition: .4s;
  }
  .sp_menu_btn span::before {
    margin-top: -10px;
  }
  .sp_menu_btn span::after {
    margin-top: 10px;
  }
  .sp_menu_btn.close {
    background: transparent;
    border: none;
  }
  .sp_menu_btn.close span {
    background: transparent;
  }
  .sp_menu_btn.close span::before, .sp_menu_btn.close span::after {
    margin-top: 0;
    background-color: #fff;
    background-color: #4f342c;
  }
  .sp_menu_btn.close span::before {
    transform: rotate(-45deg);
  }
  .sp_menu_btn.close span::after {
    transform: rotate(-135deg);
  }
}
/*------------------------
 gnav
------------------------*/
.g_nav a {
  display: block;
  line-height: 1;
  letter-spacing: .03em;
}
.g_nav a .en {
  display: block;
  margin-bottom: 5px;
  letter-spacing: -.03em;
}
.g_nav a:hover {
  opacity: .7;
}

@media screen and (min-width: 768px) {
  .g_nav {
    margin-top: 18px;
  }
  .g_nav ul {
    display: flex;
    margin: 0 auto;
    height: 40px;
  }
  .g_nav ul li {
    width: calc(100% / 6);
    border-right: 1px solid #dcccc4;
    text-align: center;
  }
  .g_nav ul li:first-child {
    border-left: 1px solid #dcccc4;
  }
  .g_nav ul a {
    height: 40px;
    font-size: 1.3rem;
	 color: #282828;
  }
  .g_nav ul a .en {
    margin-bottom: 7px;
    font-size: 1.8rem;
    color: #BC985B;
  }
}
@media screen and (max-width: 767px) {
  .g_nav {
    position: fixed;
    top: 0;
    left: 0;
    padding: 60px 15px 0;
    width: 100%;
    height: 100%;
    background-color: rgba(238, 219, 219, 0.94);
    transform: translateY(-150%);
    transition: .4s;
  }
  .g_nav.open {
    height: 100%;
    transform: translateY(0);
  }
  .g_nav ul {
    margin-bottom: 30px;
    border-top: 1px solid #fff;
    -webkit-overflow-scrolling: touch;
  }
  .g_nav ul a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 67px;
    font-size: 1.4rem;
    color: #fff;
    color: #111;
  }
  .g_nav ul a .en {
    margin-bottom: 10px;
    font-size: 1.5rem;
  }
  .g_nav ul a::after {
    position: absolute;
    top: 50%;
    right: 14px;
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    border-color: transparent transparent transparent #4f342c;
    border-width: 5px 0 5px 8px;
    margin-top: -5px;
  }
  .g_nav li {
    border-bottom: 1px solid #fff;
  }
}
/*------------------------
 footer
------------------------*/
.footer {
  padding-top: 65px;
}

.footer_top {
  margin: 0 auto;
  width: 1000px;
}

@media screen and (min-width: 768px) {
  .footer_info {
    display: flex;
    justify-content: space-between;
  }
}
.footer_info p {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.6rem;
  letter-spacing: .05em;
}
.footer_info .item_l {
  padding: 0 30px;
  width: 580px;
}
.footer_info .item_l p {
  margin-top: 15px;
}
.footer_info .item_r {
  padding: 8px 30px 0;
  width: 400px;
  text-align: center;
}
.footer_info .link_tel .btn_tel {
  font-size: 4rem;
  letter-spacing: .05em;
  color: #111;
}
.footer_info .link_tel .btn_tel::before {
  margin-top: -15px;
  width: 54px;
  height: 36px;
  vertical-align: middle;
}

.footer_nav {
  margin: 35px 0 40px;
  padding: 10px 0;
  border-top: 1px solid #afb2bb;
  border-bottom: 1px solid #afb2bb;
}
@media screen and (min-width: 768px) {
  .footer_nav ul {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.footer_nav ul li {
  padding: 0 12px;
}
.footer_nav ul li a {
  display: inline-block;
  padding: 0 15px;
  line-height: 60px;
  font-size: 1.6rem;
  text-align: center;
  color: #282828;
}
.footer_nav ul li a::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #4f342c;
  vertical-align: middle;
  margin: -2px 5px 0 0;
}
@media screen and (max-width: 767px) {
  .footer_nav ul li a::before {
    border-width: 4px 0 4px 5px;
  }
}
@media screen and (min-width: 768px) {
  .footer_nav ul li a::before {
    border-width: 4px 0 4px 5px;
  }
}
.footer_nav ul li a:hover {
  opacity: .7;
}

.footer_btm {
  background-color: #B3D5DF;
  color: #574321;
}
.footer_btm .footer_btm_inner {
  height: 50px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #574321;
}
@media screen and (min-width: 768px) {
  .footer_btm .footer_btm_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.footer_btm .footer_btm_inner .link_privacy {
  font-size: 1.3rem;
  letter-spacing: .04em;
}
.footer_btm .footer_btm_inner .link_privacy::before {
  content: "";
  display: inline-block;
  margin: -2px 5px 0 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #574321;
  border-width: 4px 0 4px 5px;
  vertical-align: middle;
}
.footer_btm .footer_btm_inner .link_privacy:hover {
  text-decoration: underline;
}
.footer_btm small {
  font-size: 1.3rem;
  letter-spacing: .05em;
}

@media screen and (max-width: 767px) {
  .footer {
    padding-top: 30px;
  }

  .footer_top {
    padding: 0 15px;
    width: 100%;
  }

  .footer_info p {
    font-size: 1.4rem;
    letter-spacing: .05em;
    line-height: 1.75;
  }
  .footer_info .item_l {
    padding: 0;
    width: 100%;
  }
  .footer_info .item_l p {
    margin-top: 15px;
  }
  .footer_info .footer_logo {
    margin: 0 auto;
    width: 250px;
  }
  .footer_info .item_r {
    padding: 8px 0 0;
    width: 100%;
    text-align: left;
  }
  .footer_info .link_tel .btn_tel {
    font-size: 3rem;
  }
  .footer_info .link_tel .btn_tel::before {
    margin-top: -10px;
    width: 40px;
    height: 27px;
  }

  .footer_nav {
    margin: 25px 0 50px;
    padding: 0;
    border: 0;
  }
  .footer_nav ul {
    border-top: 1px solid #afb2bb;
  }
  .footer_nav ul li {
    padding: 0;
    border-bottom: 1px solid #afb2bb;
  }
  .footer_nav ul li a {
    position: relative;
    display: block;
    padding: 0 15px;
    line-height: 52px;
    font-size: 1.4rem;
    text-align: left;
  }
  .footer_nav ul li a::before {
    position: absolute;
    top: 50%;
    right: 15px;
    margin: -2px 0 0 0;
  }

  .footer_btm {
    padding: 10px 0;
    color: #fff;
    text-align: center;
  }
  .footer_btm .footer_btm_inner {
    height: auto;
  }
  .footer_btm small {
    line-height: 1.4;
  }
}
/*------------------------
 pagetop
------------------------*/
/*
.pagetop {
  display: none;
  left: 50%;
  width: 50px;
  z-index: 1000;
}
.pagetop a {
  display: block;
  width: 50px;
  height: 50px;
  background-color: rgba(37, 48, 73, 0.9);
  opacity: 1;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.pagetop a::before, .pagetop a::after {
  content: "";
  position: absolute;
  top: 12px;
  pointer-events: none;
}
.pagetop a::before {
  left: 17px;
  width: 16px;
  height: 16px;
  border-top: 2px solid #999;
  border-left: 2px solid #999;
  transform: rotate(45deg);
}
.pagetop a::after {
  left: 24px;
  width: 2px;
  height: 30px;
  background-color: #999;
}
*/
.pagetop {
  display: none;
  /*left: 50%;*/
  width: 140px;
  z-index: 1000;
	right: 50px;
}
.pagetop a:hover {
  opacity: .7;
}

@media screen and (max-width: 767px) {
  .pagetop {
    margin-left: 0;
    left: auto;
    right: 10px;
	width: 80px;
  }
}
/*------------------------
 contents
------------------------*/
@media screen and (min-width: 768px) {
  .contents {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .contents {
    margin-top: 50px;
  }
}
