@charset "utf-8";
/* ---------------------------------------------------------------------------------
HTML CSS Selectors common 

$Revision: 1.0 $
--------------------------------------------------------------------------------- */

/*---------------------------------------------------------------------------------
初期設定
--------------------------------------------------------------------------------- */
html,body {
	height: 100%;
}
body {
	margin: 0px;
	padding: 0px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
	line-height: 1.75;
	color: #3e3a39;
  -webkit-text-size-adjust: none; /* フォントサイズ自動調整 */
    word-break : break-all;
    word-wrap : break-word;
    overflow-wrap : break-word;
}
h1,h2,h3,h4,h5,h6 {
}
h1,h2,h3,h4,h5,h6,
ul,ol,dl,
p,li,dt,dd,th,td,em,strong,blockquote {
	margin: 0px;
	padding: 0px;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	font-weight: inherit;
	font-style: normal;
}
p,dd,li {
  text-align: justify;
  list-style: none;
}
em,strong {
  font-weight: bold;
}
table {
  border-collapse:collapse;
  border-spacing:0;
}

img {
	vertical-align:middle;
  width:100%;
	max-width: 100%;
	height: auto;
}
a img {
	border: none;
}
a:link,
a:visited,
a:hover,
a:active {
	color: inherit;
	text-decoration: none;
}

a:hover {
	transition: 0.2s ease-in-out;
  opacity: 0.5;	
}

.clearfix::after {
	content: ""; 
	display: block;
	clear: both;
	height: 0;
}
.none {
  display: none!important;
}
.pc {
  display: block;
}
br.pc,
span.pc,
img.pc {
  display: inline;
}
.sp {
  display: none!important;
}
.anchor {
  display: block;
  height: 0;
  position: relative;
  top: -80px;
}
/*SP ---------------------------------------------------------------------------- */
@media only screen and (max-width: 768px) {
  html { font-size: 62.5%; } /* 10px */
  body {
    width: 100%;
    font-size: 1.2rem;
    line-height: 1.5;
    overflow-x: hidden;
  }
  .pc {
    display: none!important;
  }
  .sp {
    display: block!important;
  }
  br.sp,
  span.sp,
  img.sp {
    display: inline!important;
  }
  a:hover {
    opacity: 1;
  }
  .anchor {
    display: block;
    height: 0;
    position: relative;
    top: -60px;
  }
}

/*---------------------------------------------------------------------------------
ヘッダー
--------------------------------------------------------------------------------- */
#header-wrapper {
  width: 100%;
  min-width: 1200px;
  height: 70px;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}
#header-wrapper::after {
  width: 100%;
  height: 20px;
  background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
  position: absolute;
  bottom: -20px;
  left: 0;
  content:"";
  opacity: 0.15;
  mix-blend-mode: multiply;
}
.page-header {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  width: 100%;
  height: 70px;
  padding: 0px 10px 0px 22px;
}
.logo {
  width: 244px;
}
.logo a {
  display: block;
}
.logo img {
  vertical-align: top;
}
.header-nav {
  width: calc(100% - 244px);
  display: flex;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
}
.header-nav-list {
  display: flex;
}
.header-nav-list a {
  display: block;
  margin: 0px 30px;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.12em;
  position: relative;
}
.header-nav-list a:hover,
.header-nav-list a.current {
  opacity: 1;
}
.header-nav-list a:hover:after ,
.header-nav-list a.current:after,
body.menu .header-nav-list.pc a:nth-of-type(1):after,
body.blog .header-nav-list.pc a:nth-of-type(2):after{
  width: 100%;
  height: 2px;
  background-color: #4eacc1;
  position: absolute;
  bottom: -8px;
  left: 0;
  content:"";
}
.header-tel {
  width: 175px;
  height: 50px;
  margin-left: 15px;
}
.header-tel a {
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 100%;
  padding: 17px 0px 0px;
  background-color: #333;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.2em;
  color: #fff;
  text-align: center;
  position: relative;
}
.header-tel a::before {
  box-sizing: border-box;
  width: 163px;
  height: 38px;
  border: 1px solid #fff;
  position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
  content:"";
}

.header-reserve {
  width: 175px;
  height: 50px;
  margin-left: 15px;
}
.header-reserve a {
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 100%;
  padding: 17px 0px 0px 20px;
  background-color: #333;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.2em;
  color: #fff;
  text-align: center;
  position: relative;
}
.header-reserve a::before {
  box-sizing: border-box;
  width: 163px;
  height: 38px;
  border: 1px solid #fff;
  position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
  content:"";
}
.header-reserve a::after {
  width: 15px;
  height: 14px;
  background-image: url("../img/common/pc_h_reserve_icon.png");
  background-size: 100% auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  margin: auto 0 auto -35px;
  content:"";
}
/*SP ---------------------------------------------------------------------------- */
@media only screen and (max-width: 768px) {
  #header-wrapper {
    min-width: auto;
    height: 40px;
  }
  .page-header {
    height: 40px;
    padding: 0 40px 0 11px;
  }
  .logo {
    width: 132px;
  }
  .header-nav {
    width: 80px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    align-content: center;
  }
  .header-nav-list {
    display: none;
  }
  .header-reserve {
    width: 50%;
    height: 60px;
    margin-left: 0;
  }
  .header-reserve a {
    padding: 23px 0px 0px 20px;
    font-size: 12px;
    letter-spacing: 0.12em;
  }
  .header-reserve a::before {
    box-sizing: border-box;
    width: calc(100% - 5px);
    height: 55px;
  }
  .header-reserve a::after {
    width: 9px;
    height: 8px;
    background-image: url("../img/common/sp_h_reserve_icon.png");
    margin: auto 0 auto -25px;
    content:"";
  }
  .header-tel {
    width: 80px;
    height: 40px;
    margin-left: 0;
  }
  .header-tel a {
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 100%;
    padding: 12px 0px 0px 20px;
    background-color: #fff;
    border-bottom: 2px solid #2c0a0a;
    border-left: 1px solid #dcdddd;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 1;
    color: #333;
    text-align: center;
    position: relative;
  }
  .header-tel a::before {
    width: 17px;
    height: 17px;
    background-image: url("../img/common/sp_h_tel_icon.png");
    background-size: 100% auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    margin: auto 0 auto -30px;
    content:"";
  }
  
  #toggle_menu {
    width: 20px;
    height: 18px;
    padding: 11px 10px;
    background-color: #333;
    position: fixed;
    top: 0;
    right: 0;
    
    z-index:101;
    cursor: pointer;
  }
  #toggle_menu:hover {
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    filter: alpha(opacity=50);
    -moz-opacity:0.5;
    opacity:0.5;
  }

  #toggle_menu .inner {
    width: 20px;
    height: 18px;
    position:relative;
  }
  #toggle_menu .inner div {
    width: 20px;
    height: 2px;
    background-color: #fff;
    position: absolute;
  }
  #toggle_menu .menu1 {
    top: 0px;
  }
  #toggle_menu .menu2 {
    top: 7px;
  }
  #toggle_menu .menu3 {
    top:14px;
  }
  #toggle_menu .menu1,#toggle_menu .menu2,#toggle_menu .menu3
  { transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out; /* opera */
    -moz-transition: all 0.5s ease-out; /* firefox */
    -webkit-transition: all 0.5s ease-out; /* chrome, safari */
    -ms-transition: all 0.5s ease-out; /* ie */ }
  #toggle_menu .menuclick1 {
    top:4px;
    -moz-transform: rotate(405deg);
    -webkit-transform: rotate(405deg);
    -o-transform: rotate(405deg);
    -ms-transform: rotate(405deg);
    transform: rotate(405deg);
    background-color: #fff!important;
  }
  #toggle_menu .menuclick2 {
    opacity:0;
  }
  #toggle_menu .menuclick3 {
    top:4px;
    -moz-transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
    -o-transform: rotate(-405deg);
    -ms-transform: rotate(-405deg);
    transform: rotate(-405deg);
    background-color: #fff!important;
  }


  #nav-background {
    position: fixed;
    width: 85%;
    height: 100%;
    top: 0;
    right: 0;
    z-index:100;
    background-color: #333333;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
    transition: opacity 0.5s, visibility 0s 0.5s;
  }

  .open #nav-background{
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  #nav-background .inner {
    box-sizing: border-box;
    width:80%;
    height: 100%;
    position: relative;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin: 0 auto;
  }
  .sp-nav-contents {
    width: 100%;
    padding-bottom: 5px;
  }
  .sp-nav-contents li {
    padding-bottom: 25px;
  }
  .sp-nav-contents a {
    box-sizing: border-box;
    display: inline-block;
    padding-right: 12px;
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    line-height: 1;
    color: #fff;
    position: relative;
  }
  .sp-nav-contents a::after {
    width: 4px;
    height: 4px;
    border-top: 1px solid #4eaec3;
    border-right: 1px solid #4eaec3;
    transform: rotate(45deg);
    position: absolute;
    top: 7px;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
  }
  .sp-nav-tel {
    width: 100%;
    height: 45px;
    margin-bottom: 10px;
  }
  .sp-nav-tel a {
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    background-color: #494949;
    padding-top: 15px;
    padding-left: 25px;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0.18em;
    color: #fff;
    text-align: center;
    position: relative;
  }
  .sp-nav-tel a::before {
    width: 15px;
    height: 15px;
    background-image: url("../img/common/sp_gn_tel_icon.png");
    background-size: 100% auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    margin: auto 0 auto -35px;
    content:"";
  }
  .sp-nav-reseve {
    width: 100%;
    height: 45px;
  }
  .sp-nav-reseve a {
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    background-color: #494949;
    padding-top: 12px;
    padding-left: 26px;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.18em;
    color: #fff;
    text-align: center;
    position: relative;
  }
  .sp-nav-reseve a::before {
    width: 16px;
    height: 15px;
    background-image: url("../img/common/sp_gn_reserve_icon.png");
    background-size: 100% auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    margin: auto 0 auto -45px;
    content:"";
  }
}


/*---------------------------------------------------------------------------------
コンテンツ
--------------------------------------------------------------------------------- */
#contents-wrapper {
  width: 100%;
  min-width: 1200px;
  padding-top: 70px;
}
.contents-mv {
  width: 100%;
  height: 475px;
  margin-bottom: 150px;
}
.contents-mv img {
  width: 100%;
  height: 475px;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
.contents-ttl {
  width: 100%;
  margin-bottom: 80px;
  text-align: center;
}
.contents-ttl span {
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  font-size: 40px;
  line-height: 1;
  position: relative;
}
.contents-ttl span::before {
  width: 100%;
  height: 1px;
  background-color: #3e3a39;
  position: absolute;
  bottom: 4px;
  left: 0;
  content:"";
}


/*SP ---------------------------------------------------------------------------- */
@media only screen and (max-width: 768px) {
  #contents-wrapper {
    width: 100%;
    min-width: auto;
    padding-top: 40px;
  }
  .contents-mv {
    height: 150px;
    margin-bottom: 48px;
  }
  .contents-mv img {
    height: 150px;
  }
  .contents-ttl {
    margin-bottom: 36px;
  }
  .contents-ttl span {
    font-size: 20px;
  }
  .contents-ttl span::before {
    bottom: 2px;
  }
}


/*---------------------------------------------------------------------------------
フッター
--------------------------------------------------------------------------------- */
#footer-wrapper {
  box-sizing: border-box;
  width: 100%;
  height: 50px;
  background-color: #333;
  padding: 20px 20px 0;
  position: relative;
}
.copyright {
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fff;
}
#page-top {
  display: none;
  width: 60px;
  height: 70px;
  position: fixed;
  right: 20px;
  bottom: 18px;
}

/*SP ---------------------------------------------------------------------------- */
@media only screen and (max-width: 768px) {
  #footer-wrapper {
    height: 30px;
    padding: 10px 20px 0;
  }
  .copyright {
    font-size: 10px;
    line-height: 1;
    color: #fff;
    text-align: center;
  }
  #page-top {
    display: none;
    width: 43px;
    height: 50px;
    position: fixed;
    right: 10px;
    bottom: 12px;
  }
  .sp-footer-nav {
    box-sizing: border-box;
    width: 100%;
    padding: 46px 12% 13px;
    background-color: #333;
    border-bottom: 1px solid #666;
  }
  .sp-footer-nav a {
    display: block;
    margin-bottom: 36px;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    line-height: 1;
    color: #fff;
    letter-spacing: 0.05em;
    position: relative;
  }
  .sp-footer-nav a::after {
    width: 4px;
    height: 4px;
    border-top: 2px solid #4eaec3;
    border-right: 2px solid #4eaec3;
    transform: rotate(45deg);
    position: absolute;
    top: 7px;
    right: 0;
    content: "";
    vertical-align: middle;
  }
}

