@charset "UTF-8";
/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
共通
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  box-shadow: none;
  outline: none;
}

html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, a, address, img, dl, dt, dd, ol, ul, li, label, table, tr, th, td, hr, input, textarea,
article, aside, details, figure, figcaption, header, footer, hgroup, menu, nav, section, picture {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
  font-size: 100%;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

ol, ul {
  list-style: none;
  list-style-type: none;
}

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

input, textarea, select, button {
  border: 0;
  border-radius: inherit;
  background: none;
  color: inherit;
  font-weight: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

textarea {
  overflow: auto;
}

input:not([type=checkbox]):not([type=radio]), textarea, button {
  -webkit-appearance: none;
}

figcaption {
  padding: 5px 0 40px 10px;
  line-height: 1.6em;
}

@media (max-width: 768px) {
  figcaption {
    padding: 0 0 20px 10px;
  }
}

  figcaption .txt-14 {
    line-height: 1.8em;
}

@media (min-width: 768px) {
  .only_mb {
    display: none;
  }
}
@media (max-width: 767px) {
  .only_pc {
    display: none;
  }
}


/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
フォントサイズ
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.txt-12 {
  font-size: 12px;
}

.txt-14 {
  font-size: 14px;
}

.txt-16 {
  font-size: 16px;
}

@media (max-width: 768px) {
  .txt-16 {
    font-size: 4vw;
    line-height: 1.8em;
  }
}

.txt-18 {
  font-size: 18px;
}

@media (max-width: 768px) {
  .txt-18 {
    font-size: 4.3vw;
  }
}

.txt-14c {
  font-size: 14px;
  text-align: center;
}

@media (max-width: 768px) {
  .txt-14c {
    text-align: left;
  }
}

.txt-b {
  font-weight: 700;
}

.txt-center {
  text-align: center;
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
余白
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/

.mt-10m {
  margin-top: -10px;
}

.mt-5 {
  margin-top: 5px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mb-20m {
  margin-bottom: -20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-45 {
  margin-bottom: 45px;
}

.pl-20 {
   padding-left: 20px;
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
flexbox
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/

.box-flex {
  display: flex;
  position: relative;
}

@media (max-width: 768px) {
  .box-flex {
    display: block;
  }
  .box-flex figure {
    text-align: center;
  }
}

.box-flex02 {
  display: flex;
  gap: 25px;
  align-items: center;
}

@media (max-width: 768px) {
  .box-flex02 {
    display: block;
  }
  .box-flex02 figure {
    text-align: center;
  }
}

.box-flex03 {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .box-flex03 {
    display: block;
    margin-bottom: 20px;
  }
  .box-flex03 figure {
    text-align: center;
  }
}

.box-flex04 {
  display: flex;
  gap: 40px;
  margin-top: 50px;
}

@media (max-width: 768px) {
  .box-flex04 {
    display: block;
    width: 90%;
    margin: 15px auto 0;
  }
}

.flex-right {
  width: 46%;
}

@media (max-width: 768px) {
  .flex-right {
    width: 100%;
  }
}

.col1 {
  flex: 1;
}

.col2 {
  flex: 1.2;
  font-size: 14px;
}

@media (max-width: 768px) {
  .col2 {
    margin: 16px 0;
  }
}

.col3 {
  flex: 2;
  padding: 0 65px 0 75px;
}

@media (max-width: 768px) {
  .col3 {
    padding: 0;
  }
}

.tag {
  background: #cf3e3f;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  margin-right: 10px;
}

@media (max-width: 768px) {
  .tag {
    padding: 3px 5px;
    border-radius: 3px;
  }
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+-*/
body {
  overflow: hidden scroll;
  color: #000;
  font-size: 1rem;
  font-family: 'Noto Sans JP', 'Avenir','Helvetica Neue','Helvetica','Arial','ヒラギノ角ゴシック','Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic' ,sans-serif;
  background-position: center bottom;
  background-size: 1600px auto;
}

@media (min-width: 1600px) {
  body {
    background-size: 100% auto;
  }
}

body > * {
  font-size: 12px;
  line-height: 2;
}

main {
  overflow-x: hidden;
}

article {
  font-size: 13px;
}

section {
  position: relative;
  padding: 30px 0;
}

h1, h2, h3, h4 {
  line-height: 1.5;
  font-feature-settings: "palt";
}

p {
  letter-spacing: 0.05em;
}

p:not([class]) + p:not([class]) {
  margin-top: 1.5em;
}

a,
a::before,
a::after {
  transition: 0.3s ease-in-out;
}

a:hover {
  opacity: 0.7;
}

a:not([href]) {
  cursor: default;
}

span:not([class]) {
  display: inline-block;
}

.home-inner {
  max-width: 1105px;
  margin: 0 auto;
  padding: 0 25px;
}
@media (min-width: 768px) {
  .home-inner {
    padding: 0 30px;
  }
}

@media (min-width: 768px) {
  body > * {
    font-size: 14px;
  }

  article {
    font-size: 16px;
  }

  section {
    padding: 60px 0 0;
  }

  a[href^="tel:"] {
    pointer-events: none;
  }
}


/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
ヘッダー
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.ax-header-toggle:hover {
	opacity: 1;
}

.ax-header-toggle-bar {
	position: absolute;
	right: 0;
	left: 0;
	width: 26px;
	height: 2px;
	margin: auto;
	background: #fff;
	transition: 0.3s ease-in-out;
}

.ax-header-toggle-bar01 {
	top: 14px;
}

.ax-header-toggle-bar02 {
	top: 22px;
}

.ax-header-toggle-bar03 {
	top: 30px;
}

.ax-header-open .ax-header-toggle-bar {
	box-shadow: none;
}

.ax-header-open .ax-header-toggle-bar01 {
	top: 22px;
	z-index: 1;
	transform: rotate(-45deg);
	will-change: transform;
}

.ax-header-open .ax-header-toggle-bar02 {
	transform: scale(0, 1);
}

.ax-header-open .ax-header-toggle-bar03 {
	top: 22px;
	background: #fff;
	transform: rotate(45deg);
	will-change: transform;
}

.ax-header-nav {
	overflow-y: auto;
	visibility: hidden;
	opacity: 0;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 3;
	background: #fff;
	transform : scale(0.9);
	transition: 0.5s ease-out;
}

.ax-header-open .ax-header-nav {
	visibility: visible;
	opacity: 1;
	transform : scale(1);
    background: #fcf2e7;
}

.ax-header .ax-inner {
	display: flex;
	min-height: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
	font-weight: 700;
	line-height: 0;
	letter-spacing: 0.1em;
	justify-content: center;
	align-items: center;
    text-align: center;
    background: url(../img/home/menu_bg.png) center center / contain no-repeat;
    width: 355px;
    margin: -40px auto 0;
}

@media screen\0 {
.ax-header .ax-inner {
	height: 100%;
	min-height: 500px;
}
}

.ax-header-menu-ul {
    font-size: 14px;
    border-radius: 14px;
    border: #fff solid 1px;
    background-color: #fff;
    margin: 0 10px;
    padding: 26px 20px;
}

.ax-header-menu-current {
	position: relative;
}

.ax-header-menu-li{
    margin: 20px auto;
}

.ax-header-menu-li a {
	display: block;
    padding: 12px 0;
}

.menu_img {
    width: 90%;
    margin: 0 auto 40px;
}

@media (min-width: 768.5px) {
.ax-header-toggle {
	position: fixed;
	top: 30px;
	right: 30px;
	z-index: 4;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background: #d01516;
    border: solid 2px #fff;
	cursor: pointer;
	transition: 0.3s ease-in-out;
	flex: none;
}

.ax-header-toggle-bar {
	width: 37px;
	height: 2px;
}

.ax-header-toggle-bar01 {
	top: 22px;
}

.ax-header-toggle-bar02 {
	top: 32px;
}

.ax-header-toggle-bar03 {
	top: 42px;
}

.ax-header-open .ax-header-toggle-bar01 {
	top: 32px;
}

.ax-header-open .ax-header-toggle-bar03 {
	top: 32px;
}

.ax-header .ax-inner {
    background: url(../img/home/menu_bg.png) center center / contain no-repeat;
    width: 450px;
    margin: -74px auto 0;
}

.ax-header-menu-ul {
    font-size: 18px;
    border-radius: 20px;
    border: #fff solid 1px;
    background-color: #fff;
    margin: 0 auto;
    padding: 38px 55px 52px;
}

.ax-header-menu-ul figure {
	width: 305px;
    margin: 0 auto;
}

.ax-header-menu-li{
    margin: 50px auto;
}

.ax-header-menu-li a {
    padding: 0;
    display: inline-block;
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
}
.menu-border::after{
  content:"";
  width: 0%;
  height: 15px;
  border-radius: 10px;
  background: #e5d45f;
  position: absolute;
  left: 0;
  bottom: -15px;
  z-index: -1;
}

.menu-border:hover::after {
  width: 100%;
}
}

@media (max-width: 768px) {
.ax-header .ax-inner {
	text-align: center;
	flex-flow: column;
}

.ax-header-toggle {
	position: fixed;
	top: 10px;
	left: 9px;
	z-index: 4;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #d01516;
    border: solid 2px #fff;
	cursor: pointer;
	transition: 0.3s ease-in-out;
	flex: none;
}

.menu-border:hover {
    pointer-events: none;
}
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
フッター
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.home-footer {
  position: relative;
  z-index: 1;
  padding: 30px 0 10px;
  background: #ffffff;
  color: #e8232f;
  text-align: center;
}
@media (min-width: 768px) {
  .home-footer {
    padding: 30px 0 30px;
  }
}

.home-footer-wrap {
  justify-content: space-between;
}
@media (min-width: 768px) {
  .home-footer-wrap {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
}

.home-footer-logo {
  margin: 0 15px;
  display: inline-block;
}
@media (min-width: 768px) {
  .home-footer-logo {
    margin: 0;
  }
}

.home-footer-container01 {
  align-items: center;
  font-size: 0;
}

.home-footer-container02 {
  align-items: center;
}
@media (min-width: 768px) {
  .home-footer-container02 {
    display: flex;
    flex-direction: column;
  }
}

.home-footer-sns-ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 17px 0 34px;
}
@media (min-width: 768px) {
  .home-footer-sns-ul {
    margin-top: 30px;
  }
}

.home-footer-sns-li:nth-last-child(n+2) {
  margin-right: 12px;
}

.home-footer-sns-li img {
  width: 2.5em;
  height: 2.5em;
}

.home-footer-copyright {
  font-size: 12px;
  font-weight: 500;
  margin-top: 12px;
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
TOPに戻る
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/

.ax-pagetop {
  position: fixed;
  z-index: 48;
  bottom: 15px;
  right: 20px;
  width: 48px;
  height: 48px;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 400ms;
          transition-duration: 400ms;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

@media (min-width: 768px) {
  .ax-pagetop {
    bottom: 30px;
    right: 40px;
    width: 75px;
    height: 75px;
  }
}

.ax-pagetop-btn img {
  width: 100%;
  height: auto;
}

/*# sourceMappingURL=common.css.map */
