@charset "UTF-8";

/* Global */

@import url('https://fonts.googleapis.com/css?family=Oswald:100,100i,300,300i,400,400i,500,500i,700,700i');

* {
  margin: 0;
  border: none;
  padding: 0;
  box-sizing: border-box;
  outline: none;
  background-repeat: no-repeat;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "sans-serif" !important;
  text-align: left;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: "liga", "kern";
  text-rendering: optimizeLegibility;
}

a:visited,
a:link,
a:active {
  text-decoration: none;
}

pre,
code,
address,
caption,
th,
figcaption {
  font-size: 1em;
  font-weight: normal;
  font-style: normal;
}

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

article,
aside,
footer,
header,
nav,
main,
section,
summary,
details,
hgroup,
figure,
figcaption {
  display: block;
}

audio,
canvas,
video,
progress {
  display: inline-block;
  vertical-align: baseline;
}

button {
  font: inherit;
  vertical-align: middle;
}

li {
  list-style: none;
}

@media print {

  body {
    color: #000
  }
  
  a,
  a:link,
  a:visited {
    color: #000;
    text-decoration: none;
  }
  
}

html {
  font-size: 62.5%;
}

body {
  background-color: #fff;
  font-size: 10px;
  color: #29272c;
}

a img {
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

a img:hover {
  opacity: 0.5;
}

/* Common */

body {
  padding-top: 70px;
}

a {
  color: #65b76c !important;
}

button i {
  display: none !important;
}

h1 {
  margin: 0 !important;
}

nav {
  padding-top: 15px;
}

nav a {
  color: #333 !important;
}

.navbar-brand {
  padding-top: 11px !important;
}

nav a:hover {
  color: #ccc !important;
}

.navbar-nav > li > a {
  font-size: 1.4rem;
}

.nav > li > a {
  padding: 10px 12px !important;
}

.navbar-fixed-top .navbar-collapse {
  max-height: 100% !important;
}

@media(max-width: 1000px) {
  h1 img {
    width: 80%;
  }
  
  .navbar-brand {
    padding: 10px 0 !important;
  }
  
  .navbar-nav > li > a {
    font-size: 1.3rem;
  }
  
  .nav > li > a {
    padding: 10px 6px !important;
  }
}

/* Old */

.navbar-default {
	background-color:#fff;
	border-color:#fff;
}

.navbar-brand {
	padding:27px 0 20px 10px;
	height:70px;
}

h2.title {
  margin: 0;
  padding: 70px 0;
	font-size: 4rem;
	font-family: 'Oswald' !important;
	letter-spacing: 10px;
	text-align: center;
	color: #000;
}

.name {
	font-size:12px;
}

/* Top */

#main-visual > div {
/*
  border-bottom: 3px solid #000;
  border-top: 3px solid #000;
*/
  padding: 0;
}

#main-visual img {
  width: 100%;
  height: auto;
}

#top-main-content {
  margin: 0 auto;
}

#top-message {
  margin: 0 0 30px 0;
}

#top-message-il img {
  margin: 30px auto 0 auto;
}

#top-message-text img {
  margin: 0 auto;
  padding-top: 50px;
  text-align: center;
}

#top-message-text p {
  padding: 0 0 20px 0;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 2.8rem;
}

#top-notice {
  margin:10px 0 20px 0;
  border: 1px solid #ccc;
  border-left: none;
  border-right: none;
  padding: 10px;
  font-weight: bold;
  text-align: center;
}

#top-notice a {
  font-weight: bold;
}

h2.top-info-title {
  padding-bottom: 15px;
  font-size: 2rem;
  font-weight: 600;
  font-family: 'Oswald' !important;
  letter-spacing: 3px;
}

#top-topics {
  margin: 0;
}

#top-topics > div {
  padding-bottom: 30px;
}

#top-topics .post_date {
  padding: 0;
  font-size: 1.2rem;;
}

#top-topics h3 {
  margin-top: 5px;
  margin-bottom: 12px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 8px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 2.2rem;
}

#top-topics h3 a {
  font-weight: bold;
}

#top-video {
 width: 100%; 
}

#video-frame {
  margin: 0 0 60px 0;
}

.video {
	position: relative;
	width: 100%;
	max-width: 640px;
	height: 0;
	margin: 0 auto;
	padding-bottom: 56.25%;
	overflow: hidden;
}

.video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* News / Blog */

.news-title {
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 2rem;
}

.news-title a {
  font-weight: bold;
}

.news-img img {
  width: 100%;
  max-width: 360px;
  margin-bottom: 15px;
}

.news {
  padding; 0 10px;
}

.news .row {
  margin: 0 !important;
}

.news-title {
  line-height: 3rem;
}
  
@media(max-width: 768px) {
  .news-img img {
    max-width: 280px;
  }
}

.news-space {
  width: 100%;
  margin-bottom: 20px;
  border-bottom: 1px solid #ebe1de;
  padding-bottom: 10px;
  clear: both;
}

#news-date {
  margin-bottom: 10px;
  font-size: 1.2rem;
}

#news-single-title {
  margin-bottom: 20px;
  background-color: #65b76c;
  padding: 10px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2.4rem;
  color: #fff;
}

#news-single-body {
  margin-bottom: 20px;
}

#news-single-body iframe {
  width: 100%;
}

#news-to-home {
  margin-bottom: 20px;
}

#news-page-navi {
  margin: 30px auto 60px auto;
}

/* Style */

#style-copy {
  margin-bottom: 60px;
  font-size: 2rem;
  line-height: 3rem;
  text-align: center;
}

#style-lead {
  font-size: 1.6rem;
  line-height: 3rem;
}

.style-title {
  padding-bottom: 15px;
  font-size: 2rem;
  font-weight: 600;
  font-family: 'Oswald' !important;
  letter-spacing: 3px;
}

.style_p {
  margin-right: 10px;
  font-weight: bold;
}

.style2 {
	color: #f8019c;
}

/* Menu */

.menu-title {
  margin:0 0 30px 0;
  padding:16px 0 16px 0;
  font-size: 2rem;
  font-weight: 600;
  font-family: 'Oswald' !important;
  letter-spacing: 3px;
}

/* Press */

.press {
  border-top: 3px solid #000000;
  border-bottom: 1px solid #ebe1de;
  margin: 5px 0 30px 0;
  padding: 16px 0 16px 0;  
}

/* About Us */

#about-lead {
  margin-bottom: 60px;
}

#about-lead h2 {
  margin: 0;
  padding: 20px 0;
  letter-spacing: 8px;
  text-align:center;
}

#about-lead p {
  font-size: 1.4rem;
  line-height: 2.4rem;
  text-align: center;
}

#staff-title {
  padding: 30px;
  font-size: 2rem;
  font-family: 'Oswald' !important;
  font-weight: 600;
  letter-spacing: 3px;
  text-align: center;
}

#kurata-title {
  margin-bottom: 15px;
  font-size: 1.6rem;
}

#kurata-name {
  margin-bottom: 5px;
  font-size: 2.4rem;
  font-weight: bold;
}

#kurata-name-e {
  margin-bottom: 20px;
  font-size: 1.2rem;
}

#kurata-msg {
  margin-bottom: 20px;
  font-size: 1.3rem;
  line-height: 2.1rem;
}

.staff div p {
  margin-top: 5px;
  font-size: 1.3rem;
  text-align: center;
}

.staff2 {
  margin-bottom: 60px;
}

/* Recruit */

#recruit > div {
  margin: 0 0 70px 0;
  padding: 30px;
  background-color: #f3f0ef;
}

#recruit-lead {
  margin-bottom: 30px;
  font-size: 2.4rem;
  line-height: 3.2rem;
  text-align: center;
}

#recruit-detail {
  font-size: 1.4rem;
  line-height: 2.4rem;
  text-align: center;
}

/* Reservation */

#reservation-lead {
  margin: 0 0 30px 0;
  font-size: 2rem;
  line-height: 3.6rem;
  text-align: center;
}

#qr {
  margin: 40px auto;
}

.reservation-link {
  margin: 0 0 20px 0;
  font-size: 2.8rem;
  text-align: center;
}

.reservation-note {
  margin: 40px 0 60px 0;
  font-size: 1.6rem;
  text-align: center;
}

/* Access */

#access {
  margin: 5px 0 0 0;
}

#access > div {
  margin 0;
}

#access-map {
  margin: 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

#access-map > div {
  margin-bottom: 50px;
  padding-top: 30px;
}

#access-img {
  margin: 30px 0 0 0;
}

#access-img > div {
  padding-bottom: 60px;
}

#access-title {
  font-size: 2rem;
  font-family: 'Oswald' !important;
  font-weight: 600;
  letter-spacing: 3px;
  text-align: center;
}

.ggmap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.ggmap iframe,
.ggmap object,
.ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Footer */

#bottom-links {
  display: table;
  table-layout: fixed;
  width: 100%;
  max-width: 1170px;
  margin: 0 auto 50px auto;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
}

#bottom-links > a {
  display: table-cell;
  padding: 20px 0;
  font-size: 1.3rem;
  letter-spacing: 3px;
  text-align: center;
  vertical-align: middle;
}

#bottom-links > a:nth-child(1) {
  border-right: 1px solid #ccc;
}

footer {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  box-sizing: border-box;
  border-top: 3px solid #000000;
  padding: 30px 15px;
  font-size: 1.2rem;
  text-align: center;
}