@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@font-face {
  font-family: 'hiragino4';
  src: url('../font/hiragino4.woff') format('woff');
}
@font-face {
  font-family: 'hiragino5';
  src: url('../font/hiragino5.woff') format('woff');
}
@font-face {
  font-family: 'hiragino6';
  src: url('../font/hiragino6.woff') format('woff');
}
@font-face {
  font-family: 'hiragino7';
  src: url('../font/hiragino7.woff') format('woff');
}
@font-face {
  font-family: 'din2014';
  src: url('../font/din2014.woff') format('woff');
}
/* CSS Document */
/* base
------------------------------------------------------ */
html {
  font-size: 62.5%;
  color: #464646;
}
body {
  font-size: 1.6rem;
}
main {
  overflow: hidden;
}
a {
  text-decoration: none;
  color: #333;
}
img, video {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}
p, a, span, small, li, td, th, label, h1, h2, h3, h4, h5, h6, button {
  font-family: 'hiragino4';
  line-height: 2.4rem;
  letter-spacing: .1rem;
  color: #1E3C43;
}
p {
  text-align: justify;
}
.fadein {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1500ms;
}
.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}
.no-link {
  pointer-events: none;
}
a {
  transition: 0.3s;
}
section {
  width: 95%;
  margin: 0 auto;
}
h3 {
  color: #324A7C;
  text-align: center;
  font-size: 3rem;
  margin-bottom: 10px;
}
h3:before {
  content: '『';
  color: #FAE252;
  margin-right: 10px;
  display: inline-block;
}
h3:after {
  content: '』';
  color: #FAE252;
  margin-left: 10px;
  display: inline-block;
}
.sec-ttl-eng {
  text-align: center;
  color: #FAE252;
  font-family: 'Bebas Neue', sans-serif;
  margin-bottom: 4px;
}
.link-btn {
  display: block;
  background: #fff;
  padding: 12px 0 16px;
  width: 90%;
  max-width: 340px;
  margin: 20px auto;
  text-align: center;
  font-family: 'hiragino6';
  position: relative;
  z-index: 2;
}
.link-btn:before {
  content: '';
  background: #FAE252;
  width: 340px;
  height: 46px;
  position: absolute;
  left: -6px;
  top: -2px;
  z-index: -1;
}
.link-btn:after {
  content: '';
  background: url("../images/link-btn-arrow.png") no-repeat;
  background-size: contain;
  width: 8px;
  height: 12px;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  right: 20%;
  top: 18px;
}
.contact-item .link-btn:before {
  width: 280px;
}
.contact-item .link-btn:after {
  right: 12%;
}
.line-wrap .link-btn {
  margin-bottom: 0;
  background: #FAE252;
  color: #fff;
  margin-top: 10px;
}
.line-wrap .link-btn:before {
  width: 240px;
  background: #53B535;
}
.line-wrap .link-btn:after {
  right: 12%;
  background: url("../images/link-btn-arrow-wh.png") no-repeat;
  background-size: contain;
}
.line-ttl:before {
  content: '';
  background: url("../images/line-icon.png") no-repeat;
  background-size: contain;
  width: 50px;
  height: 50px;
  vertical-align: middle;
  display: inline-block;
  position: absolute;
  left: 0;
}
a:hover {
  opacity: 0.7;
}
/*PC Layout
===================================*/
@media print, screen and (min-width: 769px) {
  .spElement {
    display: none !important;
  }
  .page-top-area {
    max-width: 1050px;
  }
  .pagetop {
    width: 5%;
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 999;
    max-width: 65px;
    cursor: pointer;
  }
  section {
    max-width: 1280px;
  }
  h3 {
    line-height: 4rem;
  }
  main {
    margin-top: 80px;
  }
  /*==================================================
フワッと順番に登場
===================================*/
  .box-fadein {
    opacity: 0;
  }
  .fadeUp {
    animation-name: fadeUpAnime;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    opacity: 0;
  }
  @keyframes fadeUpAnime {
    from {
      opacity: 0;
      transform: translateY(100px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
}
/*SP Layout
===================================*/
@media all and (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
  .pcElement {
    display: none !important;
  }
  .pagetop {
    width: 15%;
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 999;
    text-align: right;
    margin-left: auto;
  }
  p, a, span, small, li, td, th, label, h1, h2, h3, h4, h5, h6, button {
    line-height: 1.8rem;
  }
	ul.header-menu a,ul.header-menu span{
		font-size: 1.6rem!important;
	}
}
@media(min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
/* core
------------------------------------------------------ */
.breadcrumb-bg {
  background: #F3F6FD;
  margin: 0 auto;
  padding: 4px 0;
}
.breadcrumb {
  width: 90%;
  margin: 0 auto;
  display: flex;
  font-size: 1.2rem;
}
.core-main-contents {
  width: 90%;
  margin: 0 auto;
  position: relative;
}
.breadcrumb li:not(:last-child):after {
  content: '＞';
}
.core-main-bg {
  height: 280px;
  background: #324A7C;
}
h2 {
  color: #fff;
  font-size: 3rem;
  padding-top: 130px;
}
h2 span {
  display: block;
  color: #FAE252;
  font-size: 1.8rem;
  margin-top: 8px;
}
h2, h3 {
  font-family: 'hiragino7';
}
h2 span {
  font-family: 'Bebas Neue', sans-serif;
}
.core-sec-lead {
  color: #324A7C;
  text-align: center;
  font-family: 'hiragino6';
  margin: 20px auto;
}
.core-main-bg {
  background: url(../images/core-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.core-main-img {
  width: 70%;
  position: absolute;
  top: 10px;
  right: -60px;
  max-width: 300px;
}
/*PC Layout
===================================*/
@media all and (min-width: 769px) {
  .breadcrumb {
    max-width: 1280px;
  }
  .core-main-img {
    right: 0;
    top: 40px;
  }
}
/*SP Layout
===================================*/
@media all and (max-width: 768px) {
  .core-main-bg {
    height: 160px;
    background-position: center;
    margin-top: 50px;
  }
  h2 {
    padding-top: 60px;
    font-size: 2rem;
  }
  h2 span {
    font-size: 1.4rem;
  }
  h3 {
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
}
/* header
------------------------------------------------------ */
.header-bg {
  background: #fff;
}
td {
  line-height: 2.6rem;
}
header {
  margin: 0 auto;
}
header a {}
.fadein {
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s;
}
h1 {
  width: 30%;
  margin: 0 10px 0 8%;
  height: 65px;
}
h1 a {
  background-image: url(../images/logo.png);
  background-repeat: no-repeat;
  background-size: contain;
  color: transparent;
  width: 100%;
  height: 100%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}
.header-nav {
  width: 90%;
}
.header-button-contact, .header-button-order {
  padding: 10px;
  text-align: center;
  width: 100%;
}
.header-button-contact a, .header-button-order a {}
.header-button-contact a {
  padding-top: 20px;
}
li.header-button-contact {
  margin-right: 0 !important;
}
.header-button-contact {
  text-align: center;
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  margin-top: -20px;
  background: #938038;
  padding: 4px;
  border-radius: 0 0 10px 10px;
}
.header-button.main-nav-menu {
  width: 21.5%;
}
.tel-link {
  margin-right: 0;
  text-align: center;
  width: 100%;
  margin-top: 6px;
}
.tel-link.free span {
  font-size: 1rem;
}
.tel-link a {
  display: block;
}
ul.second-nav {
  display: block;
  padding: 0;
}
#header {
  left: 0;
  min-width: 1050px;
  position: fixed;
  top: 0;
  -moz-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width: 100%;
  z-index: 1000;
}
#header {
  background: #fff;
}
#header.fixed .header-nav .header-button-contact a {
  color: #fff;
}
.header-button ul {
  margin: 0;
}
#header .header-nav .second-nav li a:hover {
  opacity: .6;
}
/*PC Layout
===================================*/
@media print, screen and (min-width: 769px) {
  header {
    display: flex;
    align-items: center;
  }
  .sub-nav-menu ul {
    display: flex;
    justify-content: flex-end;
  }
  .sub-nav-menu ul li a {
    color: #666666;
  }
  .sub-nav-menu ul li:not(:last-child) {
    margin-right: 20px;
  }
  .main-nav-menu ul {
    display: flex;
    margin: 0;
    align-items: center;
    flex-wrap: wrap;
    margin-left: 20px;
  }
  .header-button.main-nav-menu ul {
    margin-left: 0;
  }
  .main-nav-menu ul li:not(:last-child) {
    margin-right: 12px;
  }
  .main-nav-menu ul li a span {
    background: #324A7C;
    color: #fff;
    display: block;
    width: 100px;
    font-size: 1.3rem;
    margin-right: 6px;
  }
#header .header-nav .second-nav li a p span {
    line-height: 1rem;
    margin-top: 15px;
    margin-bottom: -2px;
}
	
  .tel-link a {
    font-size: 1.8rem;
    color: #324A7C;
    font-family: 'hiragino6';
  }
  ul.second-nav a span {
    background: none !important;
    color: #324A7C !important;
    font-family: 'hiragino6';
    width: 100% !important;
  }
  .header-button.main-nav-menu ul li a:hover {
    color: #fff;
  }
  .nav-trigger {
    display: none;
  }
  .header-nav {
    width: 41%;
  }
  ul.second-nav {
    background: #F3F6FD;
    margin-top: 22px;
    padding: 10px 20px;
    position: absolute;
    min-width: 260px;
    z-index: 9223372036854775808;
    left: 0;
    top: 64px;
  }
  ul.second-nav a {
    display: block;
  }
  ul.second-nav figure {
    min-width: 240px;
  }
  ul.second-nav {
    display: none;
    width: 800px;
    height: 60px !important;
    margin-left: 0;
	box-sizing: content-box;
  }
  ul.second-nav .second-nav-wrap {
    display: flex;
  }
  .header-button ul.second-nav {
    margin-top: 24px;
    padding: 10px 20px;
    position: absolute;
    min-width: 260px;
    z-index: 9223372036854775808;
    right: 0%;
    top: 45px;
	 box-sizing: content-box!important;
  }
  #header .main-nav-menu > ul > li a ~ .second-nav:before {
    content: "";
    height: 80px;
    position: absolute;
    top: 0;
    left: 0;
    background: #F3F6FD;
    width: 120vw;
    margin: 0 calc(50% - 54vw);
  }
  #header .header-button.main-nav-menu > ul > li a ~ .second-nav:before {
    content: none;
  }
  .second-nav li {
    font-size: 1rem;
    margin-top: 10px;
    padding-left: 17px;
    position: relative;
    text-align: left;
  }
  .main-nav-menu ul li a {
    height: inherit;
    display: flex;
  }
  nav.main-nav-menu ul li a {
    display: inline-block;
    color: #324A7C;
    font-family: 'hiragino6';
  }
  nav.main-nav-menu ul li {
    position: relative;
  }
  .main-nav-menu ul li .second-nav li {
    margin-right: 10px;
    margin-top: 0;
    height: 60px;
    line-height: 60px;
    position: relative;
  }
  nav.main-nav-menu ul li:nth-child(2) a:after {
    position: absolute;
    display: block;
    bottom: 6;
    left: 0;
    right: 0;
    margin: auto;
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #00B886;
    opacity: 1;
    visibility: hidden;
  }
  nav.main-nav-menu ul li .second-nav li a:after {
    content: none;
  }
  li.online.current a:after {
    content: none;
  }
  nav.sub-nav-menu {
    margin-top: 15px;
  }
  nav.main-nav-menu {
    margin-right: 0;
  }
  li.online.current {
    border: 1px solid #fff;
    padding: 10px 10px;
  }
  .header-tel-btn {
    margin-right: 38px;
  }
  #header li.online.current {
    border: 1px solid #fff;
  }
  #header.fixed li.online.current {
    border: 1px solid #808080;
  }
  #header li.online {
    border: 1px solid #808080;
    padding: 10px;
  }
  nav.main-nav-menu ul, nav.main-nav-menu ul li {
    height: 86px;
    line-height: 86px;
  }
  nav.main-nav-menu ul li:before {
    content: '';
    background: url("../images/header-menu-icon.png") no-repeat;
    background-size: contain;
    width: 20px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
  }
  nav.main-nav-menu ul.second-nav li:not(:last-child):after {
    content: '';
    background: #707070;
    width: 1px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    right: -15px;
    top: 22px;
  }
  .contact-link-wrap {
    display: flex;
    width: 19%;
    position: absolute;
    right: 0;
  }
  nav.main-nav-menu ul.second-nav li:before {
    content: none;
  }
  #header .header-nav .second-nav li a p {
    text-align: center;
  }
  h1 {
    width: 15%;
    margin-left: 30px;
    margin-top: 20px;
  }
  #header {
    right: 0;
    left: 0;
    margin: auto;
    max-width: 1280px;
  }
  .header-bg {
    height: 86px;
    position: fixed;
    width: 100vw;
    z-index: 999;
    top: 0;
  }
  .header-time {
    font-size: 1rem;
    text-align: right;
    color: #324A7C;
    margin-top: -6px;
  }
}
/*SP Layout
===================================*/
@media all and (max-width: 768px) {
	#header.active .header-nav ul.second-nav li a small {
    display: block;
    margin-top: 2px;
}
  .main-bg {
    height: 160px !important;
  }
  #nav-trigger {
    height: 58px;
    position: absolute;
    right: 0;
    width: 50px;
    z-index: 102;
    background: #212552;
    padding-bottom: 2px;
  }
  #header.active #nav-trigger {
    border-color: #393939 !important;
  }
  #nav-trigger span {
    background-color: #fff;
    border-radius: 50px;
    height: 2px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    position: absolute;
    -webkit-transition: all .3s;
    transition: all .3s;
    width: 30px;
  }
  #nav-trigger span:nth-of-type(1) {
    top: 17px;
  }
  #nav-trigger span:nth-of-type(2) {
    top: 30px;
  }
  #nav-trigger span:nth-of-type(3) {
    top: 43px;
  }
  #nav-trigger.active span:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 25px;
  }
  #nav-trigger.active span:nth-of-type(2) {
    display: none;
  }
  #nav-trigger.active span:nth-of-type(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 25px;
  }
  .header-button {
    width: 70%;
    position: absolute;
    top: 0;
    right: 14%;
  }
  .header-button ul {
    margin-top: 0;
    justify-content: flex-end;
    text-align: left;
  }
  #header .header-nav {
    display: none;
    overflow: scroll;
  }
  #header.active .header-nav {
    display: block;
    width: 100%;
    height: 100vh;
    margin-left: auto;
    margin-right: 0;
    margin-top: 10px;
  }
  .header-button-contact, .header-button-order {
    padding: 8px 4px;
  }
  .header-button-contact {
    width: 36%;
    background: rgba(255, 172, 0, .24);
    padding: 4px;
    border-radius: 30px;
  }
  .header-button-contact a, .header-button-order a {
    font-size: 1.4rem;
    padding: 4px 0;
    display: block;
  }
  h1 {
    width: 60%;
    margin: 14px 2% 4px;
    height: 35px;
  }
  nav.sub-nav-menu ul li {
    border-bottom: 1px solid #505050;
  }
  nav.main-nav-menu ul li {
    border-bottom: 1px solid #505050;
  }
  nav.sub-nav-menu ul li a, nav.main-nav-menu ul li a {
    color: #fff;
  }
  h1 a {
    background-position: center;
    background: url(/common/images/logo.png) no-repeat;
    background-size: contain;
  }
  #header {
    min-width: auto;
  }
  #header .main-nav-menu > ul > li .icon-open {
    border: 1px solid #505050;
    position: absolute;
    height: 25px;
    right: 10px;
    width: 25px;
    top: 10px;
  }
  #header .header-button.main-nav-menu > ul > li .icon-open {
    border: none;
    position: absolute;
    height: 25px;
    right: 0;
    width: 52%;
    top: 10px;
  }
  #header .main-nav-menu > ul > li .icon-open:before, #header .main-nav-menu > ul > li .icon-open:after {
    background-color: #505050;
    content: "";
    height: 1px;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    width: 14px;
  }
  #header .header-button.main-nav-menu > ul > li .icon-open:before, #header .header-button.main-nav-menu > ul > li .icon-open:after {
    background: none;
  }
  #header .main-nav-menu > ul > li .icon-open:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  #header .main-nav-menu > ul > li .icon-open.active:after {
    display: none;
  }
  nav.main-nav-menu {
    position: relative;
    height: 100vh;
    padding-top: 20px;
    padding-top: 40px;
	background: #F3F6FD;
	  width: 86%;
    margin-left: auto;
  }
	#header.active .header-nav{
	background: url("../../images/top-bg01.jpg") no-repeat center;
  background-size: cover;
  position: relative;
  z-index: 0;
  overflow: hidden;	
	}
	#header.active .header-nav:before {
    content: '';
    background: inherit;
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    z-index: -1;
}
  #header.active .header-nav ul li a {
    color: #324A7C;
    font-family: 'hiragino6';
  }
  #header.active .header-nav ul li a span {
    color: #324A7C;
    font-family: 'hiragino6';
  }
  li.open-menu {
    margin-bottom: 20px;
  }
  nav.main-nav-menu ul li.open-menu:after {
    content: none;
  }
  #header.active .header-nav ul.second-nav li a {
    font-weight: 400;
  }
  nav.main-nav-menu ul, nav.sub-nav-menu ul {
    margin: 0;
  }
  nav.main-nav-menu ul li, nav.sub-nav-menu ul li {
    border-bottom: 1px solid #505050;
    position: relative;
    line-height: 50px;
  }
  nav.main-nav-menu ul li {
    display: block;
    /*padding: 30px 0;*/
    position: relative;
    line-height: 50px;
  }
  nav.main-nav-menu ul li a {
    padding: 5px 0;
    display: block;
    position: relative;
  }
  nav.main-nav-menu ul li.pcElement {
    display: none;
  }
  nav.main-nav-menu ul li {
    border-bottom: none;
    margin-bottom: 0;
  }
  li.spElement.sp-head-contact-btn {
    width: 80%;
    margin-top: 20px;
  }
  li.spElement.sp-head-line-btn {
    width: 80%;
  }
  .second-nav-wrap li a p span {
    font-size: 1.4rem;
  }
  /*
    header a{
                font-family: 'ShipporiMincho';
    }
*/
  nav.main-nav-menu ul li a, nav.sub-nav-menu ul li a {
    display: block;
    /*position: absolute;*/
    top: 0;
    left: 0;
    width: 80%;
    height: 100%;
    right: 0;
    margin: auto;
  }
  #header {
    height: 60px;
  }
  #header.fixed i.fas.fa-wrench {
    color: #505050;
    display: none;
  }
  #header.active .header-nav ul li.online a {
    color: #fff;
  }
  .header-button.main-nav-menu {
    position: relative;
    top: 26px;
    margin-right: 0;
    right: 0;
    left: 0;
    width: 80%;
    margin: 0 auto;
    margin-top: -20px;
  }
  .contact-link-wrap.spElement {
    width: 90%;
    margin: 10px auto;
    margin-top: 30px;
  }
  .contact-link-wrap.spElement .contact-link span {
    display: block;
  }
  .tel-link {
    text-align: left;
    width: 95%;
  }
  .tel-link a {
    width: 100% !important;
  }
  #header.active .header-nav ul li.tel-link a span {
    color: #fff;
    font-family: 'hiragino6';
    display: block;
    background: #324A7C;
    width: 35%;
    text-align: center;
    padding: 2px 0;
    font-size: 1rem;
    margin-bottom: 10px;
  }
  li.tel-link a {
    font-size: 2.4rem;
  }
  p.header-time {
    font-size: 1rem;
    color: #324A7C;
    text-align: right;
    margin-right: 10px;
  }
}
/* contact
------------------------------------------------------ */
.contact-bg {
  background: #1E427A;
  padding: 100px 0;
  position: relative;
	margin-top: 180px;
}
.contact-wrap {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
}
.contact-ttl {
  color: #FAE252;
  font-size: 3.8rem;
  font-family: 'hiragino6';
  line-height: 4rem;
}
.line-wrap {
  background: #fff;
  padding: 10px;
}
.line-ttl {
  color: #53B535;
  text-align: center;
  font-family: 'hiragino6';
}
.line-qr {
  width: 25%;
}
.contact-boat-img {
  width: 30%;
  max-width: 400px;
  position: absolute;
  left: -40px;
  top: -200px;
}
.line-ttl {
  font-size: 2.4rem;
  position: relative;
}
.contact-txt-img {
    width: 50%;
    max-width: 500px;
    position: absolute;
    left: 400px;
    top: -200px;
}
/*PC Layout
===================================*/
@media all and (min-width: 769px) {
  .line-wrap {
    display: flex;
    justify-content: center;
    width: 55%;
    align-items: center;
  }
  .line-qr {
    margin-left: 10px;
  }
  .contact-item {
    width: 40%;
  }
  .line-item {
    width: 60%;
  }
  .contact-wrap {
    display: flex;
    justify-content: space-between;
  }
  .line-ttl {
    padding-left: 50px;
  }
}
/*SP Layout
===================================*/
@media all and (max-width: 768px) {
  .contact-boat-img {
    width: 55%;
    top: -100px;
  }
	.contact-txt-img{
	width: 60%;
    right: 0;
    top: -100px;
	left: auto;
	}
  .contact-ttl {
    text-align: center;
  }
  .contact-item .link-btn {
    width: 80%;
  }
  .contact-item .link-btn:before {
    width: 300px;
  }
  .line-ttl {
    line-height: normal;
  }
  .line-wrap .link-btn {
    width: 80%;
  }
  .line-wrap .link-btn:before {
    width: 280px;
  }
  .line-wrap {
    padding-top: 60px;
    margin-top: 30px;
  }
  .line-ttl:before {
    width: 80px;
    height: 80px;
    left: 0;
    right: 0;
    margin: auto;
    top: -80px;
  }
  .contact-bg {
    padding-bottom: 30px;
	  margin-top: 100px;
  }
  .line-qr {
    display: none;
  }
}
/* footer
------------------------------------------------------ */
iframe {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.footer-bg {
  padding-top: 40px;
}
footer {
  width: 90%;
  max-width: 1080px;
  margin: 0 auto 30px;
}
footer p {
  font-size: 1.3rem;
  line-height: normal;
}
.copyright-bg {
  background: #1E427A;
  padding: 4px 0;
}
.copyright {
  width: 90%;
  max-width: 1280px;
  margin: 0 auto;
  color: #fff;
  font-size: 1.3rem;
  letter-spacing: .2rem;
}
.footer-logo {
  width: 60%;
  display: block;
}
.footer-tel {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 10px;
  color: #1E427A;
  font-size: 2.4rem;
  font-family: 'hiragino7';
  align-items: center;
}
.footer-tel span {
  background: #1E427A;
  color: #fff;
  display: block;
  width: 35%;
  text-align: center;
  margin-right: 4px;
  font-size: 1.3rem;
  height: 30px;
  line-height: 30px;
}
.footer-time, .footer-mobile-num {
  font-size: 1.2rem;
}
.footer-time {
  text-align: right;
  color: #1E427A;
}
.footer-tel:nth-child(2) {
  margin-bottom: 0;
}
/*PC Layout
===================================*/
@media all and (min-width: 769px) {
  .footer-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .footer-item:nth-child(1) {
    width: 30%;
  }
  .footer-item:nth-child(2) {
    width: 34%;
  }
  .footer-item:nth-child(3) {
    width: 30%;
  }
  .copyright {
    text-align: right;
  }
  .footer-mobile-num {
    text-align: right;
  }
}
/*SP Layout
===================================*/
@media all and (max-width: 768px) {
  .footer-logo {
    margin: 0 auto 10px;
  }
  p.footer-address {
    text-align: center;
    margin-bottom: 20px;
  }
  .copyright {
    text-align: right;
  }
	.footer-mobile-num {
    text-align: center;
    margin: 10px auto;
}
	.fix-bg.spElement {
    position: fixed;
    bottom: 0;
    background: #FAE252;
    padding: 10px;
	z-index: 999;
}
	.fix-wrap {
    display: flex;
}
	.fix-wrap a:first-child{
		margin-right: 10px;
	}
	.footer-bg{
		padding-bottom: 110px;
	}
}