@charset "utf-8";
main {
  padding: 0;
  margin: 0;
}

/*/////BODY/////*/
body {
	font-size: 14px;
	line-height: 1.4;
	font-family:  "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Roboto, 'NotoSansCJKjp', MotoyaLCedar, "メイリオ", Meiryo, sans-serif;
	color: #333;
	position: relative;
}

.times {
  font-family: "Times New Roman","Hiragino Mincho ProN", "HGP明朝E","ヒラギノ明朝 ProN W3", "メイリオ",Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;;
}

.serif {
  font-family: 'Cinzel',"Hiragino Mincho ProN", "HGP明朝E","ヒラギノ明朝 ProN W3", "メイリオ",Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.sans {
  font-family:  "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Roboto, 'NotoSansCJKjp', MotoyaLCedar, "メイリオ", Meiryo, sans-serif;
}

.f-bold {
  font-weight: 700;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999999;
  padding: 5px 0 10px;
}

.logo-area {
  position: absolute;
  top: 15px;
  left: 2%;
  z-index: 999999;
  width: 20%;
  min-width: 150px;
}

.logo-area a:hover {
  text-decoration: none;
}

.logo-area img {
  width: 100%;
}

nav li a,
nav li.active a,
nav li a:hover,
nav li a:focus {
  text-decoration: none;
  color: #fff;
  font-size: 100%;
  text-shadow: 1px 1px 1px rgba(0,0,0,.4), 1px -1px 2px rgba(0,0,0,.4), -1px 1px 2px rgba(0,0,0,.4), -1px -1px 2px rgba(0,0,0,.4);
}

nav li {
  display: inline-block;
  margin: 10px 0 0 40px;
  padding: 15px 0;
}

nav .fa-angle-right {
  margin-right: 8px;
}

nav li a:hover .fa-angle-right {
  position: relative;
  left: 2px;
}

header .contact a {
  display: inline-block;
  padding: 7px 15px;
  background-color: #ffe4ef;
  color: #333;
  border-radius: 3px;
  text-shadow: none;
}

header .tel {
  position: absolute;
  top: -18px;
  right: 3%;
}

header .tel a {
  text-decoration: none;
  font-size: 250%;
  font-weight: bold;
  color: #fff;
  cursor: text;
  letter-spacing: -1px;
}

header .tel a i {
  font-size: 80%;
}

.navbar-toggle {
  border: none;
  z-index: 9999999;
  font-size: 70%;
  background-color: rgba(0,0,0,.4);
  padding-bottom: 3px;
  position: fixed;
  top: 0;
  right: 5px;
  color: #fff;
}

.navbar-toggle:focus .navbar-toggle:hover {
  background-color: rgba(255,255,255,0);
}

.navbar-toggle .icon-bar {
    background-color: rgba(255,255,255,.9);
    width: 35px;
    height: 4px;
}

.navbar-toggle span {
  transition: all 0.5s;
  transform: rotate(0deg);
}
.navbar-toggle .top {
  transform: translateY(0px);
}
.navbar-toggle .bottom {
  transform: translateY(0px);
  margin-bottom: 4px;
}

.navbar-toggle.is-open {
  color: #333;
  background-color: rgba(0,0,0,0);
}

.navbar-toggle.is-open .middle {
  background: rgba(0, 0, 0, 0);
}
.navbar-toggle.is-open .top {
  background: rgba(0, 0, 0, .8);
  transform: rotate(-45deg) translateY(5px) translateX(-6px);
}
.navbar-toggle.is-open .bottom {
  background: rgba(0, 0, 0, .8);
  transform: rotate(45deg) translateY(-5px) translateX(-6px);
}



.page-down {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-right: -25px;
	z-index: 2;
	display: inline-block;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	color: #fff;
	font-size : 130%;
	letter-spacing: .1em;
	text-decoration: none;
	transition: opacity .3s;
  border-radius: 15px;
  height: 65px;
  width: 50px;
}
.page-down:hover {
	opacity: .5;
}

.page-down span {
	position: absolute;
	top: 0;
	left: 50%;
	width: 24px;
	height: 24px;
	margin-left: -12px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-animation: sdb07 2s infinite;
	animation: sdb07 2s infinite;
	opacity: 0;
	box-sizing: border-box;
	z-index: 999;
}
.page-down span:nth-of-type(1) {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}
.page-down span:nth-of-type(2) {
	top: 16px;
	-webkit-animation-delay: .15s;
	animation-delay: .15s;
}
.page-down span:nth-of-type(3) {
	top: 32px;
	-webkit-animation-delay: .3s;
	animation-delay: .3s;
}
@-webkit-keyframes sdb07 {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@keyframes sdb07 {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

.title {
  font-size: 300%;
  margin-bottom: 30px;
  line-height: 0.8;
}
.title small {
  font-size: 40%;
  letter-spacing: 2px;
}

.bg-black {
  background-color: #111;
  color: #eee;
}

.bg-white {
  background-color: #7d585d;
  color: #333;
}

.block {
  padding: 40px 0;
}

footer {
  text-align: center;
  padding: 20px 0 20px;
  background-color: #111;
  color: #fff;
  position: relative;
}

footer h1 {
  font-size: 160%;
  border-bottom: solid 1px #fff;
  display: inline-block;
  padding: 0 60px 2px;
  margin-bottom: 5px;
}
footer h1 a {
	color: #fff;	
}

footer h1 small {
  color: #fff;
}

footer nav {
  position: fixed;
  top: -80px;
  width: 100%;
  background-color: rgba(20,20,20,.9);
  padding: 0 0 10px;
  z-index: 99999999;
  height: 60px;
}

footer nav a {
  background-color: transparent !important;
  display: inline-block;
}

footer nav li {
  margin: 5px 0 0 40px;
}

.kome, .maru {
  display: block;
  position: relative;
  padding-left: 20px;
  line-height: 1.3;
}

.kome:before, .maru:before {
  position: absolute;
  left: 0;
}

.kome:before {
  content: "※";
}

.maru:before {
  content: "●";
}

a.u-line {
  text-decoration: underline;
}

/*page-top*/
#Pagetop {
  position:fixed;
  bottom: 45px;
  right:3%;  
  cursor:pointer;
  width: 58px;
  height: 58px;
  z-index: 9999;
  opacity: 0.9;
}

#Pagetop p {
  background-color: #ffe4ef;
  color: #333;
  font-size: 250%;
  text-align: center;
  border-radius: 25px;
  line-height: 45px;
  height: 50px;
  width: 50px;
  padding: 0;
  margin: 0;
  box-shadow: 1px 1px 2px rgba(0,0,0,.4), -1px -1px 2px rgba(0,0,0,.4);
}






@media (max-width: 1199px){
  header nav li {
    margin: 60px 0 0 40px;
  }
}

@media (max-width: 991px){
  a.u-line-sm {
    text-decoration: underline;
  }
}

@media (max-width: 767px){
  .logo-area a {
    font-size: 180%;
  }
  header {
    height: 80px;
  }
  #header-box {
    text-align: left;
    padding-left: 20px;
  }
  header nav {
    display: none;
    width: 240px;
    position: fixed;
    background-color: transparent;
    top: 50px;
    right: -350px;
    display: none;
    box-sizing: border-box;
    overflow: hidden;
    white-space: nowrap;
    height: auto;
    z-index: 500;
    padding-left: 15px;
  }

  header nav li {
    display: block !important;
    border-bottom: dotted 1px #333;
    margin: 3px 0;
  }
	nav li a, nav li.active a, nav li a:hover, nav li a:focus {
		text-shadow:none;
    background-color: transparent;
    color: #333 !important;
    border: none !important;
    padding: 7px 0 7px 20px;
    height: auto;
    text-align: left;
    display: block;
  }
  header nav a:hover {
    color: #666;
  }
  a.reserve-btn {
    left: 0;
    right: auto;
    background-color: rgba(255,150,0,0.7);
    padding: 10px 5px 3px;
    border-radius: 0 15px 15px 0;
  }
  header .contact a {
    display: block;
    padding: 7px 0 7px 20px;
    background-color: transparent;
    color: #333;
    border-radius: 0;
    text-align: left !important;
  }
  header .tel {
    top: -28px;
    right: 85px;
  }
  header .tel a {
    text-decoration: none;
    font-size: 230%;
    color: #eee;
    display: inline-block;
    padding: 7px 10px;
    border: solid 1px #eee;
    text-shadow: none;
    line-height:0;
    border-radius: 7px;
  }
  .greet {
    color: #f5567e;
    position: absolute;
    width: 100%;
    right: 0;
    top: 23%;
    text-align: center;
    z-index: 300;
    height: auto;
    background-color: transparent;
  }
  .greet p {
    position: relative;
    right: auto;
    top: auto;
    margin-right: 0;
    text-shadow: 1px 1px 2px rgba(0,0,0,.5);
  }
  .greet h1 {
    font-size: 200%;
  }
  .greet h1 strong {
    display: inline-block;
    padding: 30px;
    background-color: rgba(255,255,255,.7);
    border-radius: 50%;
    text-shadow: 1px 1px 2px rgba(0,0,0,.5);
  }
  .greet img {
    opacity: 0.7;
  }
  
  footer nav {
    display: none;
  }
  .page-down {
  	bottom: 0;
  }
}

@media (max-width: 500px){
  #greeting a {
    font-size: 100%;
    margin-right: -40px;
    padding: 65px 20px 8px 20px;
  }
  #greeting a span {
    width: 20px;
  	height: 20px;
  	margin-left: -10px;
  }
	#first{ 
	width50%;
	height:200px;
	overflow:hidden;
	clear:both;
	}
  #first img {
		height:200px;
		width:auto;
		float:right;
	}
}