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

/*******************************
* ResetCSS
*******************************/
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
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;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

ul,
li {
  list-style: none;
}

/***********************
root設定
***********************/

:root {
  --txt_color: #231815;
  --head_color: #000000;
  --accent_color01: #036eb7;
  --accent_color02: #00a0ea;
}

body {
  font-size: 14px;
  line-height: 1;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: var(--txt_color);
}

/***********************
画像設定
***********************/
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.el_imgTxt {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}

/***********************
リンク設定
***********************/

a {
  text-decoration: none;
  transition: all 0.5s;
  -webkit-appearance: none;
}

input[type="submit"] {
  appearance: none;
  -webkit-appearance: none;
}

/***********************
レイアウト
***********************/

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: block;
  min-height: 1%;
  clear: both;
}

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

.flex.between {
  justify-content: space-between;
}

.flex.reverse {
  flex-direction: row-reverse;
}

.flex.start {
  justify-content: flex-start;
}
.fl {
  float: left;
}
.fr {
  float: right;
}

#wrapper {
  position: relative;
  width: 100%;
  padding-top: 86px;
}

@media screen and (max-width: 767px) {
  .fl,
  .fr {
    float: none;
  }
  #wrapper {
    padding-top: 69px;
  }
}

/***********************
Utils
***********************/

.ly_inner {
  margin: 0 auto;
  position: relative;
  padding: 0 20px;
}

@media screen and (max-width: 480px) {
  .ly_inner {
    width: 100%;
  }
}

/***********************
Header
***********************/

#ly_header {
  width: 100%;
  height: 86px;
  background: #e5eff1;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9000;
}

#ly_header .ly_inner {
  max-width: 1070px;
}

#ly_header .logo {
  width: 220px;
  padding-top: 27px;
}

.menu-trigger {
  display: none;
}

.bl_menu {
  max-width: 755px;
  width: calc(100% - 220px);
}

.bl_hNav {
  max-width: 500px;
  width: 65%;
  padding-top: 22px;
}

.bl_hNav li {
  margin-right: 1%;
}

.bl_hNav li a {
  font-weight: 700;
  height: 34px;
  line-height: 30px;
  letter-spacing: 2.8px;
  padding-left: 2.8px;
  color: #000;
  border-bottom: solid 4px #000;
  display: block;
  text-align: center;
  text-decoration: none;
}

.sns_nav {
  padding-top: 25px;
  width: 80px;
}

.sns_nav a {
  display: block;
  float: left;
  width: 30px;
  margin-right: 10px;
}

.sns2_nav {
  display: none;
}

.ct_nav a {
  width: 137px;
  height: 75px;
  border-radius: 0px 0px 10px 10px;
  background: #036eb7;
  line-height: 75px;
  display: block;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.2em;
  color: #fff;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 930px) {
  #ly_header .logo {
    width: 220px;
    padding-top: 20px;
  }

  .menu-trigger {
    position: fixed;
    width: 34px;
    height: 30px;
    display: block;
    top: 25px;
    right: 37px;
    z-index: 9999;
  }

  .menu-trigger span {
    position: absolute;
    left: 50%;
    width: 34px;
    height: 4px;
    background-color: #000;
    transform: translateX(-50%);
  }

  .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 13px;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }

  .menu-trigger.active span:nth-of-type(1) {
    transform: translateX(-17px) translateY(13px) rotate(-45deg);
  }
  .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  .menu-trigger.active span:nth-of-type(3) {
    transform: translateX(-17px) translateY(-13px) rotate(45deg);
  }

  #ly_header .bl_menu {
    width: 100%;
    max-width: 100%;
    position: fixed;
    top: -200vh;
    right: inherit;
    left: 0;
    transition: all 0.5s;
    background: rgba(255, 255, 255, 0.8);
    height: 100vh;
    z-index: 9998;
    float: none;
    padding-top: 8svh;
    padding-left: 50px;
  }

  #ly_header.active .bl_menu {
    top: 0;
  }

  .bl_hNav {
    max-width: inherit;
    width: auto;
    padding-top: 0;
    margin-bottom: 5svh;
  }

  .bl_hNav li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }

  .bl_hNav li a {
    font-size: 23px;
    height: 50px;
    line-height: 50px;
    letter-spacing: 4.6px;
    padding-left: 0x;
    display: inline-block;
    text-align: left;
  }

  .sns_nav {
    padding-top: 0;
    width: 100%;
    margin-bottom: 40px;
  }

  .sns_nav a {
    float: left;
    width: 54px;
    margin-right: 28px;
  }

  .sns2_nav {
    display: block;
  }

  .sns2_nav a {
    float: left;
    width: auto;
    height: 34px;
    margin-right: 20px;
  }

  .sns2_nav a img {
    width: auto;
    height: 34px;
  }

  .ct_nav a {
    width: 235px;
    height: 78px;
    border-radius: 10px 10px 0px 0px;
    line-height: 78px;
    display: block;
    font-size: 18px;
    letter-spacing: 0.2em;
    text-decoration: underline;
    position: absolute;
    bottom: 0;
    left: 50px;
  }
}

@media screen and (max-width: 767px) {
  #ly_header {
    height: 69px;
  }

  #ly_header .logo {
    padding-top: 14px;
  }

  .menu-trigger {
    top: 18px;
  }
}

/***********************
Footer
***********************/

#ly_footer {
  background: #d9d9d9;
  text-align: center;
  padding: 15px 0;
  color: #505050;
}

#ly_footer .name {
  font-weight: 700;
  margin-bottom: 10px;
}

#ly_footer .tel {
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 10px;
}

#ly_footer .tel a {
  font-size: 11px;
  font-weight: 700;
  color: #505050;
}

.un_Copyright {
  font-size: 11px;
}

@media screen and (max-width: 767px) {
  #ly_footer {
    text-align: left;
    padding: 20px 0;
  }

  #ly_footer .ly_inner {
    padding: 0 60px;
  }
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (max-width: 480px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }
}

p.desc {
  font-size: 13px;
  line-height: 1.75;
}

p.lead {
  font-size: 13px;
  line-height: 1.75;
  font-weight: 500;
}

h4.ttl {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 1.8px;
}

.bg_yellow {
  background: #ffef63;
}

.bg_lime {
  background: #e1fff3;
}

.bg_blue {
  background: #00a0ea;
}

.bg_sky {
  background: #b2e5fd;
}

.bg_gray {
  background: #d9d9d9;
}

.strong {
  font-weight: 700;
}

.cmn_head {
  margin: 0 auto 70px;
  text-align: center;
}

.cmn_head .ttl {
  font-size: 22px;
  letter-spacing: 4.4px;
  color: var(--head_color);
  padding: 15px 0;
  width: 309px;
  height: 60px;
  position: relative;
  border-top: solid 2px #231815;
  border-bottom: solid 2px #231815;
  display: inline-block;
}

.cmn_head .ttl:before,
.cmn_head .ttl:after {
  content: "";
  width: 2px;
  height: 45px;
  background: #231815;
  position: absolute;
}

.cmn_head .ttl:before {
  top: 0;
  left: 0;
}

.cmn_head .ttl:after {
  bottom: 0;
  right: 0;
}

.cmn_head.sub .post {
  color: var(--accent_color01);
  font-size: 20px;
  margin-right: 0.8em;
}

hr.separate {
  border-top: solid 2px #231815;
  max-width: 1200px;
  margin: 50px auto;
}

.head_w_img .head {
  background: var(--accent_color01);
  color: #fff;
  padding: 18px 0;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1.5;
  text-align: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.head_w_img.pat2 .head {
  background: #fff;
  color: var(--head_color);
  padding: 18px 0;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1.5;
  text-align: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.strong {
  font-weight: 700;
}

.link_blc {
  text-align: center;
}

a.cmn_link {
  display: inline-block;
  padding: 15px 60px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 4px;
  border: solid 1px #707070;
  border-radius: 8px;
  background: #fff;
  color: var(--txt_color);
}

.business_detail {
  max-width: 330px;
  width: 100%;
  margin: 0 auto;
}

.business_detail .head {
  border-top: solid 2px var(--txt_color);
  border-bottom: solid 2px var(--txt_color);
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  padding: 10px 0;
  margin-bottom: 20px;
}

.business_detail .list {
  font-size: 11px;
  font-weight: 700;
}

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

@media screen and (max-width: 767px) {
  h4.ttl {
    font-size: 18px;
  }

  .cmn_head {
    margin: 0 auto 50px;
  }

  .cmn_head .ttl {
    font-size: 25px;
    letter-spacing: 4.4px;
    color: var(--head_color);
    padding: 15px 0;
    width: 309px;
    height: 60px;
    position: relative;
    border-top: solid 2px #231815;
    border-bottom: solid 2px #231815;
    display: inline-block;
  }

  .cmn_head .ttl:before,
  .cmn_head .ttl:after {
    content: "";
    width: 2px;
    height: 45px;
    background: #231815;
    position: absolute;
  }

  .cmn_head .ttl:before {
    top: 0;
    left: 0;
  }

  .cmn_head .ttl:after {
    bottom: 0;
    right: 0;
  }

  hr.separate {
    margin: 33px auto;
  }

  .head_w_img .head {
    background: var(--accent_color01);
    color: #fff;
    padding: 18px 0;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 1.5;
    text-align: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }

  .head_w_img.pat2 .head {
    background: #fff;
    color: var(--head_color);
    padding: 18px 0;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 1.5;
    text-align: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }

  .strong {
    font-weight: 700;
  }

  .link_blc {
    text-align: center;
  }

  a.cmn_link {
    display: inline-block;
    padding: 15px 60px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 4px;
    border: solid 1px #707070;
    border-radius: 8px;
    background: #fff;
    color: var(--txt_color);
  }

  .business_detail {
    max-width: 330px;
    width: 100%;
    margin: 0 auto;
  }

  .business_detail .head {
    border-top: solid 2px var(--txt_color);
    border-bottom: solid 2px var(--txt_color);
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    padding: 10px 0;
    margin-bottom: 20px;
  }

  .business_detail .list {
    font-size: 11px;
    font-weight: 700;
  }

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