@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/


/*
  ヘッダーレイアウト
=============================================================== */
#header {
  max-width: 2000px;
  position: fixed;
  top: 0;
  width: 100%;
  height: 80px;
  background: #1a1a1a;
  z-index: 10;
}
#header h1 {
  flex-shrink: 0;
	line-height: 0;
}
#header .flex figure {
  margin-bottom: 0;
}
#header .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding-left: 30px;
}
#header .flex .nav {
  margin-left: 30px;
  display: flex;
  align-items: center;
}
#header .flex .nav .menu .link01 {
    line-height: 0;
}
#header .flex .nav .nav-l {
  display: flex;
  font-family: freight-neo-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
}
#header .flex .nav .nav-l li + li {
  margin-left: 30px;
}
#header .flex .nav .nav-l a {
  display: inline-block;
	font-size: 14px;
  white-space: nowrap;
  padding: 10px 0;
  color: #fff;
  letter-spacing: .05em;
}
#header .flex .nav .nav-l a span {
  display: none;
}
#header .flex .nav .nav-r {
  display: flex;
  margin-left: 40px;
}
#header .flex .nav .nav-r a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 80px;
  padding-top: 35px;
  background-repeat: no-repeat;
  background-position: top 20px center;
  background-size: 26px auto;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
}
#header .flex .nav .nav-r li:first-child a {
  background-image: url(../swell_child/assets/images/common/head_icon_yoyaku.png);
  background-size: 32px auto;
  background-color: #aaabab;
}
/*#header .flex .nav .nav-r li:last-child a {
  background-image: url(../swell_child/assets/images/common/head_icon_mail.png);
  background-color: #767676;
}*/
#header .flex .nav .nav-r li:last-child a {
  background-image: url(../swell_child/assets/images/common/head_icon_line.png);
  background-color: #06c755;
}
#header .burger {
  display: none;
}

/* --------------------------------------------------------- sp */
@media (max-width: 767px) {
  #header {
    width: 100%;
	  height: 54px;
  }
	
	#header .flex {
		padding-left: 20px;
	}
	
	#header .flex img {
		width: 140px;
	}
  #header .flex .nav {
    margin-left: 0;
  }
  #header .flex .nav .menu {
    display: none;
    position: fixed;
	  top: 54px;
    width: 100%;
    background-color: #5b5b5b;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
  }
	#header .flex .nav .menu .link01 img {
		width: 250px;
	}
  #header .flex .nav .nav-l {
    align-items: cneter;
    overflow-x: auto;
    white-space: nowrap;
  }
  #header .flex .nav .nav-l li {
    position: relative;
  }
  #header .flex .nav .nav-l li + li {
    margin-left: 30px;
  }
  #header .flex .nav .nav-l li + li:before {
    content: '';
    position: absolute;
    top: 50%;
    left: -15px;
    width: 1px;
    height: 54px;
    margin-top: -30px;
    background-color: #fff;
  }
  #header .flex .nav .nav-l a {
    padding: 12px 15px 14px;
    font-size: 16px;
  }
  #header .flex .nav .nav-l a span {
    display: block;
    margin-top: 0px;
	font-size: 11px;
    font-family: '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif;
    letter-spacing: 0;
  }
  #header .flex .nav .nav-r {
    margin-left: 0;
  }
  #header .flex .nav .nav-r a {
	padding-top: 30px;
    background-position: top 13px center;
    background-size: 30px auto;
    font-size: 10px;
	width: 54px;
	height: 54px;
  }
  #header .flex .nav .nav-r li:first-child a {
    background-size: 24px auto;
  }
	#header .flex .nav .nav-r .line {
        width: 80px;
    background-size: 20px auto;
        padding-left: 0;
    }
  #header .burger {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 54px;
    cursor: pointer;
  }
  .menu-trigger,
  .menu-trigger span {
    display: inline-block;
    transition: all .3s;
  }
  .menu-trigger {
    position: relative;
    width: 22px;
    height: 20px;
    background: none;
    border: none;
    appearance: none;
    cursor: pointer;
  }
  .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    border-radius: 3px;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 9px;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  .menu-trigger.active span:nth-of-type(1) {
    transform: translateY(9px) rotate(-45deg);
  }
  .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  .menu-trigger.active span:nth-of-type(3) {
    opacity: 0;
  }
}


/*
  フッターレイアウト
=============================================================== */
#footer {
  position: relative;
  margin-top: 50px;
  background-color: #1e1e1e;
	font-size: 14px;
}
#footer .inner {
	position: relative;
	width: 1100px;
	height: 100%;
	margin: 0 auto;
}
#footer .f-sns {
  overflow: hidden;
  position: relative;
  width: 100%;
  background-color: #fff;
}
#footer .f-sns ul {
  position: relative;
  display: flex;
  align-items: flex-end;
  height: 100%;
  z-index: 1;
}
#footer .f-sns ul:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: -550px;
  width: 1100px;
  height: 50px;
  background-color: #767676;
  transform:skew(20deg, 0);
}
#footer .f-sns ul li {
  position: relative;
  z-index: 2;
  width: 50px;
  height: 50px;
}
#footer .f-sns ul li + li {
  margin-left: 10px;
}
#footer .f-sns ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
#footer .f-sns ul li a img {
  width: auto;
  height: 20px;
}
#footer .f-sns .pagetop {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 6px 6px 0 0;
  background-color: #767676;
  z-index: 2;
}
#footer .f-sns .pagetop img {
  width: 14px;
}
#footer .fnav {
  padding: 60px 0 30px;
}
#footer .fnav .info {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
#footer .fnav .info p {
  margin-left: 40px;
  line-height: 1.8;
  font-size: 12px;
  color: #fff;
}
#footer .fnav .link {
  display: flex;
  justify-content: space-between;
  margin-left: 18px;
  padding: 20px 0 20px 40px;
  border-left: 1px solid #fff;
}
#footer .fnav .link a {
  color: #fff;
}
#footer .fnav .link .lev01 {
  width: 20%;
}
#footer .fnav .link .lev01 li + li {
  margin-top: 20px;
	font-size:14px;
}
#footer .fnav .link .lev02 {
  width: 16%;
}
#footer .fnav .link .lev02 > li + li {
  margin-top: 30px;
}
#footer .fnav .link .lev02 > li span {
  display: block;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #fff;
  font-weight: 700;
  color: #fff;
	font-size: 14px;
}
#footer .fnav .link .lev02 > li ul li {
  font-size: 12px;
}
#footer .fnav .link .lev02 > li ul li + li {
  margin-top: 20px;
}
#footer .fnav .copy {
  margin-top: 50px;
}
#footer .fnav .copy figure {
  text-align: center;
}
#footer .fnav .copy figure img {
  width: 580px;
  border-radius: 6px;
}
#footer .fnav .copy address {
  display: block;
  margin-top: 30px;
  text-align: center;
  font-family: nobel, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #fff;
	font-size: 14px;
}
#footer .fnav .copy a:hover {
  opacity: .8;
}
#footer .cta {
  display: none;
}

#footer .pcn {
	display: none;
}

@media (max-width: 767px) {
	#footer .pcn {
		display: block;
	}
}


/* --------------------------------------------------------- sp */
@media (max-width: 767px) {
  #footer {
    margin-top: 60px;
  }
	
	#footer .inner {
		max-width: 100%;
	}
	
  #footer .f-sns ul {
    margin-left: 12px;
  }
  #footer .f-sns ul:before {
    left: -220px;
    width: 380px;
    height: 42px;
    background-color: #767676;
    transform:skew(20deg, 0);
  }
  #footer .f-sns ul li {
    width: 42px;
    height: 42px;
  }
  #footer .f-sns ul li + li {
    margin-left: 9px;
  }
  #footer .f-sns ul li a img {
    height: 16px;
  }
  #footer .f-sns .pagetop {
    top: 0;
    right: 18px;
    width: 42px;
    height: 42px;
  }
  #footer .f-sns .pagetop img {
    width: 12px;
  }
  #footer .fnav {
    padding: 36px 18px 90px;
  }
  #footer .fnav .info {
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 36px;
  }
  #footer .fnav .info img {
	  max-width: 130px;
  }
  #footer .fnav .info p {
    margin-top: 12px;
    margin-left: 0;
    line-height: 2.0;
    font-size: 12px;
  }
  #footer .fnav .link {
    width: calc(100% + 36px);
    margin: 0 -18px;
    display: block;
    padding: 0;
    border-left: none;
  }
  #footer .fnav .link .lev01 {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    border: solid #fff;
    border-width: 1px 0 0 0;
  }
  #footer .fnav .link .lev01 li {
    width: 50%;
    border: solid #fff;
    border-width: 0 1px 1px 0;
  }
  #footer .fnav .link .lev01 li a {
    display: block;
    padding: 14px;
    font-size: 12px;
  }
  #footer .fnav .link .lev01 li:nth-child(even) {
    border-right: 0;
  }
  #footer .fnav .link .lev01 li + li {
    margin-top: 0;
  }
  #footer .fnav .link .lev02 {
    width: 100%;
  }
  #footer .fnav .link .lev02 > li + li {
    margin-top: 0;
  }
  #footer .fnav .link .lev02 > li span {
    position: relative;
    margin-bottom: 0;
    padding: 18px;
    background-color: #313131;
    font-size: 12px;
    cursor: pointer;
  }
  #footer .fnav .link .lev02 > li span:before {
    position: absolute;
    top: 50%;
    right: 18px;
    margin-top: -9px;
    content: '';
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../swell_child/assets/images/common/icon_plus.png);
    background-color: #1e1e1e;
  }
  #footer .fnav .link .lev02 > li span.active:before {
    background-image: url(../swell_child/assets/images/common/icon_mins.png);
  }
  #footer .fnav .link .lev02 > li ul {
    display: none;
    flex-wrap: wrap;
  }
  #footer .fnav .link .lev02 > li ul.active {
    display: flex;
  }
  #footer .fnav .link .lev02 > li ul li {
    width: 50%;
    padding: 13px;
    font-size: 12px;
    border: solid #fff;
    border-width: 0 1px 1px 0;
  }
  #footer .fnav .link .lev02 > li ul li:nth-child(even) {
    border-right: 0;
  }
  #footer .fnav .link .lev02 > li ul li {
    font-size: 12px;
  }
  #footer .fnav .link .lev02 > li ul li + li {
    margin-top: 0;
  }
  #footer .fnav .copy {
    margin-top: 24px;
  }
  #footer .fnav .copy address {
    margin-top: 18px;
    font-size: 10px;
  }
  #footer .cta {
    position: fixed;
    bottom: 0;
    display: block;
    width: 100%;
    height: 60px;
    z-index: 3;
  }
  #footer .cta ul {
    display: flex;
    height: 100%;
  }
  #footer .cta ul li {
    width: 50%;
    height: 100%;
  }
  #footer .cta ul li a {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    font-weight: 700;
    font-size: 10px;
    color: #fff;
  }
  #footer .cta ul li a span {
    display: inline-block;
    margin-top: 6px;
    font-family: nobel, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 18px;
    letter-spacing: .05em;
  }
  #footer .cta ul li a span.number {
    padding-left: 24px;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 80%;
    background-image: url(../swell_child/assets/images/common/icon_tel.png);
  }
  #footer .cta ul li a.tel {
    background-color: #aaabab;
  }
  #footer .cta ul li a.reserve {
    background-color: #767676;
  }
  #footer .cta ul li a.reserve:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 100%;
    background:linear-gradient(to right, rgba(0,0,0,.2), rgba(0,0,0,0));
  }
	
  #footer .cta {
    height: 66px;
    box-shadow: 0px 0px 22px 0px rgba(31, 31, 31, 0.5);
  }
  #footer .cta ul li.li_tel,
  #footer .cta ul li.li_reserve {
    width: 28%;
  }
  #footer .cta ul li.li_line {
    width: 44%;
  }
  #footer .cta ul li a.tel {
    font-size: 12px;
    letter-spacing: .05em;
    justify-content: flex-end;
    padding-bottom: 7px;
    background: url(../swell_child/assets/images/common/icon_tel.png) no-repeat top 12px center / 21px auto, #aaabab;
  }
  #footer .cta ul li a.reserve {
    font-size: 12px;
    letter-spacing: .05em;
    justify-content: flex-end;
    padding-bottom: 7px;
    background: url(../swell_child/assets/images/common/icon_web.png) no-repeat top 13px center / 30px auto, #767676;
  }
  #footer .cta ul li .line {
    font-size: 14px;
    letter-spacing: .05em;
    padding-left: 42px;
    background: url(../swell_child/assets/images/common/head_icon_line.png) no-repeat center left 30px / 30px auto, #06c755;
  }
}

.p-mainVisual {
	padding-top: 80px;
}

@media screen and (max-width:767px) {
	.p-mainVisual {
		padding-top: 54px;
	}	
}

.pcn {
  display: none;
}

.spn {
  display: inline-block;
}

@media screen and (max-width:767px) {
	.pcn {
	  display: inline-block;
	}
	.spn {
		display: none;
	}
}