*{
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
html,
body{
	min-width: 1050px;
}
body{
	background: #fff;
	font-family: serif;
	font-size:20px;
}
/* ヘッダー */
.fix-menu {
  position: fixed;
  top: 0;
  height: 65px;
  z-index: 9999;
  width: 100%;
  background: rgba(255,255,255,0.9);
}

.sp-br {
  display: none;
}

@media screen and (max-device-width: 425px) {
  .sp-br {
    display: inline;
  }
}


.gmenu{
	margin-top:20px;
	text-align: center;
}
.gmenu li{
	display: inline;
	padding:0 7px;
}
.gmenu li img{
	width:80px;
	vertical-align:middle;
}
.gmenu li a{
	font-size:70%;
	text-decoration:none;
	color:#000;
}
.gmenu li a:hover{
	text-decoration:underline;
	color:#008080;
}

.gmenu li.lang-switch {
  display: inline-flex;
  padding: 0;
  margin-left: 22px;
  border: 3px solid #8f9095;
  vertical-align: middle;
}

.gmenu li.lang-switch a {
  display: block;
  width: 80px;
  padding: 5px 0;
  line-height: 1;
  color: #222;
  text-align: center;
  text-decoration: none;
  background: #fff;
  box-sizing: border-box;
}

.gmenu li.lang-switch a + a {
  border-left: 3px solid #8f9095;
}

.gmenu li.lang-switch a:hover {
  color: #000;
  text-decoration: none;
  background: #f1f1f1;
}

.site-header{
	padding-top:65px;
	background: #fff;
	width: 100%;
}
.site-header-cont{
	width: 1050px;
	margin:0 auto;
}
.site-header-cont-top{
	background: #fff;
	text-align:center;
	width: auto;
}

a:hover img{
	opacity:0.7;
}
/* イントロダクション */
.intro-section {
  width: 1050px;
  margin: 0 auto;
  padding: 0.2em 0 1.2em;
}

.intro-inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  color: #000;
  font-family: "Times New Roman", Times, serif;
}

.intro-inner h1 {
  margin: 1.5em 0 0.5em;
  padding: 0;
  font-size: 30px;
  font-weight: normal;
  line-height: 1.4;
}

.intro-inner p {
  margin: 0 0 1.8em;
  font-size: 18px;
  line-height: 1.55;
}

.intro-inner .intro-place {
  margin-bottom: 0.3em;
  font-size: 20px;
}

.intro-inner .intro-lead {
  margin-bottom: 1.0em;
}

/* News */
.news-section {
  display: flex;
  width: 100%;
  max-width: 900px;
  margin: 0 auto 3em;
  align-items: center;
}

.news-left {
  width: 46%;
  box-sizing: border-box;
  padding: 0 2em 2em 0;
  text-align: left;
}

.news-left h2 {
  writing-mode: horizontal-tb;
  text-orientation: mixed;
  display: block;
  margin: 0 0 2em;
  font-family: "Times New Roman", Times, serif;
  font-size: 24px;
  font-weight: normal;
  line-height: 1.4;
  text-align: center;
}

.news-left iframe {
  display: block;
  width: 100%;
  height: 130px;
  border: none;
}

.news-right {
  width: 54%;
  box-sizing: border-box;
  padding-bottom: 2em;
}

.news-right img {
  display: block;
  width: 100%;
  height: auto;
}

/* コンテンツ */
.content-wrap{
	margin: 0;
	padding: 0;
	width: 100%;
}
.content{
	overflow:hidden;
	background: #fff;
	margin: 0 auto;
	width: 1050px; 
/* 	padding-top: 480px; */
}
.content-left{
	float:left;
	width: 50%;
}
.content-right{
	float:right;
	width: 50%;
}
.content-right img{
	width: 500px;
	height:auto;
	object-fit: cover;
	margin-bottom:-3px;
}

.content-section {
  width: 90%;
  margin: 0 auto;
  padding: 1.8em 0;
  border-top: 1px solid #999;
/*   border-bottom: 1px solid #999; */
  text-align: center;
}

.content-section h2 {
  writing-mode: horizontal-tb;
  text-orientation: mixed;
  display: block;
  text-align: center;
  margin: 0 0 1.0em;
  font-size: 22px;
  font-weight: normal;
  line-height: 1.4;
}

.content-section h2:not(:first-of-type) {
  margin: 0 0 1.5em;
  padding-top: 1.0em;
}

.content-section h2.section-heading-border {
  margin-top: 1.5em;
  padding-top:1.5em;
  border-top: 1px solid #999;
}

.content-section .border {
  margin-top: 2.0em;
  border-top: 1px solid #999;
}
.content-section h3 {
  writing-mode: horizontal-tb;
  text-orientation: mixed;
  display: block;
  margin: 0.5em 0;
  border: none;
  text-align: center;
  font-family: "Times New Roman", Times, serif;
  font-size: 22px;
  font-weight: normal;
  line-height: 1.4;
}

.content-section p {
  margin: 0 0 1.2em;
  font-family: "Times New Roman", Times, serif;
  font-size: 17px;
  line-height: 1.5;
  text-align: center;
}

.course-title-img {
  margin: 2em 0 1.5em;
  text-align: center;
}

.course-title-img img {
  max-width: 100%;
  height: auto;
}

.menu-course {
  margin-top: 2.0em;
}

.course-price {
  margin-top: 1.5em;
  font-weight: bold;
}

.notice-box {
  display: inline-block;
  border: 1px solid #bbb;
  padding: 0.6em 1em;
  margin: 1em 0;
}

.notice-box-small {
  padding-left: 1.4em;
  padding-right: 1.4em;
}

.course-catch {
  margin: 2em 0;
  font-size: 18px;
  line-height: 1.6;
}

.menu-label {
  display: inline-block;
  min-width: 240px;
  margin: 0.6em 0;
  padding: 0.45em 1.2em;
  border: 1px solid #bbb;
  font-family: "Times New Roman", Times, serif;
  font-size: 24px;
  letter-spacing: 0.18em;
  line-height: 1.3;
  text-align: center;
}

.takeout-label {
  min-width: 210px;
  font-size: 18px;
  letter-spacing: 0.08em;
}

.takeout-image {
  margin-top: 2.5em;
  text-align: center;
}

.takeout-image img {
  width: 60%;
  max-width: 280px;
  height: auto;
}

.banner-link {
  margin: 1.5em 0 3em;
  text-align: center;
}

.banner-link img {
  max-width: 260px;
  height: auto;
}

.phone-number {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.sns-links {
  margin: 1.5em 0 3em;
  text-align: center;
}

.sns-links a {
  display: inline-block;
  margin: 0 0.8em;
}

.sns-links img {
  width: 42px;
  height: auto;
}

.map-block {
  width: 90%;
  margin: 3em auto 1.5em;
}

.access-map {
  margin: 0 0 3em;
  text-align: center;
}

.access-map img {
  width: 90%;
  height: auto;
}

/* PAGETOP設定 */
#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
}
#pageTop i {
  padding-top: 4px
}
#pageTop a {
  display: block;
  z-index: 999;
  padding: 3px 0 0 0;
  border-radius: 30px;
  width: 35px;
  height: 35px;
  background-color: #9FD6D2;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}

/* ロゴアニメーション設定 */
.css-fade2 {
	animation-name: fade-in2;
	animation-duration: 5s;
	animation-timing-function: ease-out;
	animation-delay: 1s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
}
@keyframes fade-in2 {
0% {
	opacity: 0;
	transform: translate3d(0, -20px, 0);
}
100% {
	opacity: 1;
	transform: translate3d(0, 0, 0);
}
}

.site-footer{
	background: #333;
	padding: 30px 0;
}
.copyright{
	color: #fff;
	font-size: 70%;
	text-align: center;
}

a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}

@media screen and (max-device-width: 767px) {
  a[href^="tel:"] {
    color: #0000ee;
    text-decoration: underline;
  }
}