@charset "utf-8";
/*
Theme Name: オリジナル
Author: LEAD ALLIANCE ,INC
Version: 1.0
*/
/* reset
------------------------------------------------------------------------- */
html {line-height: 1.15;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;}
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, a, address, code, strong, i, center,	dl, dt, dd, ol, ul, li,
form, label, table, caption, tbody, tfoot, thead, tr, th, td,article, aside, figure, figcaption, footer, header, menu, nav, section, video {margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
body {line-height: 1;} ul,li {list-style: none;}
table {border-collapse:collapse;border-spacing:0;}img {max-width: 100%;height: auto;}
input[type="checkbox"] {width: 1em;}
[type="checkbox"],[type="radio"] {box-sizing: border-box;padding: 0;}
button,input,optgroup,select,textarea {font-family: sans-serif;font-size: 100%;line-height: 1.15;margin: 0;}
button,input {overflow: visible;}
button,select {text-transform: none;}
button,html [type="button"],[type="reset"],[type="submit"] {-webkit-appearance: button;}
button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner {border-style: none;padding: 0;}
button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring {outline: 1px dotted ButtonText;}
textarea {overflow: auto;}
/* style
------------------------------------------------------------------------- */
html,body {
	color: #494949;
	padding: 0;
	margin: 0;
	font-size: 18px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
	height: 100%;
  position: relative;
  background: #fff url(../images/bg.jpg) repeat;
  font-weight: 400;
  position: relative;
  scroll-padding-top: 90px;
}
* html .clearfix { zoom: 1;}
*:first-child+html .clearfix {zoom: 1;}
a[href^="tel:"] {
    pointer-events: none;
}
/* text style
------------------------------------------------------------------------- */
a {color:#003162; text-decoration: none;background-color: transparent;-webkit-text-decoration-skip: objects;}
.clear {clear: both;}
.clearfix:after,.container:after,section:after,dl:after,dl dd:after {visibility: hidden;display: block;font-size: 0;content: " ";clear: both;height: 0;}
.btm {margin-bottom: 30px;}
.op:hover {opacity: 0.7;}
.center,.center_pc {text-align: center;}
.bold {font-weight: 900;}
.notes {font-size: 16px;text-align: center;margin: 1em 0;color: #4f4f4f;}
.underline {text-decoration: underline;}
.color_under {
  background: linear-gradient(transparent 60%, #ffff00 30%);
}
p {line-height: 1.8em;}
.big {
  font-size: 1.2em;
}
.pc_only {
  display: block;
}
.sp_only {
  display: none;
}
.side_txt_right {
  width: 40px;
  height: 100%; /*画像の高さ等*/
  background: #fff url(../images/common/side_txt_right.png) repeat-y;
  background-position: center;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 2;
}
.side_txt_left {
  width: 40px;
  height: 100%; /*画像の高さ等*/
  background: #fff url(../images/common/side_txt_left.png) repeat-y;
  background-position: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
}
header {
  width: 100%;
  z-index: 1;
  height: 800px;
  overflow: hidden;
  position: relative;
}
header.change-color {
  background-color: rgba(255, 255, 255, 0.902);
  transition: 0.3s;
  padding: 15px 0;
}
@keyframes animationZoom1 {
  100% { transform:scale(1.2)} 
}

@keyframes fadein {
  0% {opacity: 0}
  100% {opacity: 1}
}
header .bg_img {
  width: 100%;
  animation: animationZoom1 2s ease-in-out forwards;
}
header .books {
  width: 800px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  opacity: 0;
  animation: fadein 2s ease-out forwards;
}
header h1 {
  width: 1100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  opacity: 0;
  animation: fadein 2s ease-out forwards;
}
h2 {
  font-family: 'Yuji Mai', serif;
  font-size: 70px;
  text-align: center;
  margin: 0 0 50px 0;
  color: #003162;
  text-shadow: 5px 5px 0 #fff;
}
/* ドロワーメニュー
--------------------------------------------------------- */
nav{
  width: 1300px;
  z-index: 10;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.drawer{
  display: none;
}
.navmenu{
  width: auto;
  z-index:2;
  margin: 0 auto;
  padding: 0;
}
.navmenu ul{
  display: flex;
  justify-content: space-between;
}
.navmenu ul li {
  width: 19%;
  margin: 0;
  text-align: center;
  font-size: 26px;
  background: url(../images/header/menu_bg.png) no-repeat center center;
  background-size: contain;
  height: 70px;
  line-height: 70px;
  font-family: 'Yuji Mai', serif;
}
.navmenu ul li:hover a {
  text-shadow: 0 0 10px #54fff6,0 0 25px #54fff6;
  color: #000;
}
.navmenu ul li a {
  width: 100%;
  display: block;
  color: #003162;
}
.navmenu ul li ul:after {visibility: hidden;display: block;font-size: 0;content: " ";clear: both;height: 0;}


section {
  width: 1100px;
  margin: 0 auto;
  position: relative;
}
.note {
  margin: -50px 0 50px 0;
  text-align: center;
}
/* ABOUT
--------------------------------------------------------- */
#about {
  width: 100%;
  height: auto;
  padding: 90px 0;
  background: url(../images/about/bg.jpg) no-repeat center top;
  background-size: cover;
}
@keyframes wobbling_x {
  0% {
    margin-right: 10px;
  }

  100% {
    margin-right: -10px;
  }
}
@keyframes wobbling_y {
  0% {
    margin-bott: -15px;
  }

  100% {
    margin-top: 15px;
  }
}

#about .fukidashi {
  width: auto;
  height: 640px;
  background: url(../images/about/fukidashi.svg) no-repeat center top;
  background-size: cover;
  padding: 120px 170px 0 170px;
}
#about .fukidashi p {
  font-size: 1.2em;
}
#about .item1 {
  width: 150px;
  position: absolute;
  top: 30px;
  left: 50px;
  animation: wobbling_x 0.7s ease-in-out infinite alternate,wobbling_y 1.2s ease-in-out infinite alternate;
}
#about .item2 {
  width: 170px;
  position: absolute;
  bottom: -20px;
  right: 50px;
  animation: wobbling_x 0.7s ease-in-out infinite alternate,wobbling_y 1.2s ease-in-out infinite alternate;
}
#about ul {
  width: 60%;
  display: flex;
  justify-content: space-between;
  margin: 30px auto 0 auto;
}
#about ul li {
  width: 100px;
  transition:.5s;
  transform: rotateZ(0deg);
}
#about ul li:hover {
  transform: rotateZ(360deg);
}
/* MENU
--------------------------------------------------------- */
#menu,#precautions {
  width: 100%;
  height: auto;
  padding: 90px 0;
  background: url(../images/menu/bg.jpg) no-repeat center top;
  background-size: cover;
}
#menu .flame {
  width: 100%;
  height: 1080px;
  padding: 250px 0;
  background: url(../images/menu/flame.png) no-repeat center top;
  background-size: cover;
}

.menu_wrap {
  width: auto;
  background-color: #fff;
  padding: 50px 60px;
  border: 10px solid;
  border-image: linear-gradient(to right, #a0a0ff, #ff7fca) 1;
  border-radius: 30px;
}
.menu_wrap .tax {
  font-size: 0.9em;
  text-align: center;
  width: 270px;
  margin: 0 auto;
  background-color: #eeeeee;
  border-radius: 30px;
  padding: 8px 0;
}
.menu_wrap h3 {
  font-size: 32px;
  font-weight: 700;
  margin: 0 0 20px 0;
  color: #107cbb;
  text-align: center;
}
.menu_wrap h3.entry {
  font-size: 44px;
  margin: 0 0 60px 0;
  color: #cb1bd1;
}
.menu_wrap .box {
  width: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 0 60px 0;
}
.menu_wrap .box dl {
  width: 47%;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #d2d2d2;
}
.menu_wrap .box dl dt {
  width: 70%;
  padding: 10px 0;
}
.menu_wrap .box dl dd {
  width: 30%;
  text-align: right;
  padding: 10px 0;
}
.comingsoon {
  font-size: 50px;
  text-align: center;
  font-weight: 700;
  text-shadow: 5px 5px 0 #fff;
  font-style: italic;
}
/* ACCESS
--------------------------------------------------------- */
#access {
  width: 100%;
  height: auto;
  padding: 90px 0;
  background: url(../images/access/bg.jpg) no-repeat center top;
  background-size: cover;
  text-align: center;
}
#access p {
  font-size: 1.2em;
}
#access .flame {
  width: auto;
  height: auto;
  padding: 100px 170px;
  background: url(../images/access/flame.png) no-repeat center top;
  background-size: contain;
}
#access .map {
  margin: 0 0 20px 0;
  border-radius: 20px;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.102);
}
#access iframe {
  width: 100%;
  aspect-ratio: 16/9;
}

/* RECRUIT
--------------------------------------------------------- */
#recruit {
  width: 100%;
  height: auto;
  padding: 90px 0;
  background: repeating-linear-gradient(135deg, #f9ebff, #f9ebff 10px, #fff 10px, #fff 30px);
  position: relative;
  overflow: hidden;
}
#recruit .info {
  font-size: 1.5em;
  font-weight: 700;
  text-align: center;
  margin: 0 0 1em 0;
  text-shadow: 5px 5px 0 #fff;
}
.tabs {
  margin-top: 50px;
  padding-bottom: 40px;
  width: auto;
  margin: 0 auto;
  background-color: #fff;
}

/*タブのスタイル*/
.tab_item {
  width: calc(100%/2);
  height: 60px;
  background-color: #316fac;
  line-height: 65px;
  font-size: 28px;
  text-align: center;
  color: #fff;
  display: block;
  float: left;
  text-align: center;
  font-weight: 700;
  transition: all 0.2s ease;
  cursor: pointer;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 40px 100px;
  clear: both;
  overflow: hidden;
  border: 15px solid #003162;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  background-color: #fff;
}
#hall:checked ~ #hall_content,
#kitchen:checked ~ #kitchen_content {
  display: block;
}
.tabs input:checked + .tab_item {
  background-color: #003162;
  color: #fff;
}
#recruit .tab_content dl {
  width: auto;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #4f4f4f;
  font-size: 1.2em;
  padding: 20px 0;
  line-height: 1.6em;
  align-items: center;
}
#recruit .tab_content dl:last-child {
  border: none;
}
#recruit .tab_content dl dt {
  width: 25%;
  font-weight: 700;
  color: #003162;
}
#recruit .tab_content dl dd {
  width: 75%;
}
#recruit .tab_content dl dd li {
  float: left;
  margin: 0 1.5em 0 0;
}
#recruit .tab_content dl dd li:before {
  content:  "";
  width:  15px;
  height:  15px;
  display:  inline-block;
  background-color: #98bffa;
  border-radius:  50%;
  margin: 0 6px 0 0;
}
#recruit .button {
  width: 400px;
  margin: 0 auto;
  background-color: #43c606;
  text-align: center;
  font-size: 1.9em;
  box-shadow: 5px 5px #edff4f;
}
#recruit .button a {
  width: 100%;
  height: 100%;
  display: block;
  padding: 30px 0;
  color: #fff;
  font-weight: 700;
}
#recruit .button:hover {
  background-color: #277c00;
}
@keyframes rotation{
  0%{ transform:rotate(0);}
  100%{ transform:rotate(360deg); }
}
#recruit .magic_circle {
  width: 250px;
  position: absolute;
  top: 100px;
  left: 10px;
  animation:8s linear infinite rotation;
}
#recruit .magic_circle:nth-child(2) {
  width: 190px;
  top: 800px;
  left: auto;
  right: -30px;
}
#recruit h3 {
  text-align: center;
  font-weight: 700;
  font-size: 40px;
  margin: 0 0 30px 0;
  color: #107cbb;
}
#recruit .detail {
  font-size: 1.2em;
  text-shadow: 3px 3px 0px #fff;
  margin: 0 0 30px 0;
}
/* #プライバシーポリシー
------------------------------------ */
.privacy-list,.terms-list {
	width: 80%;
	margin: 0 auto;
  line-height: 2em;
}
.privacy-list li {
	font-size: 1em;
	font-weight: bold;
	margin: 0 0 20px 1em;
	list-style-type: decimal;
}
.terms-list li {
  font-size: 1em;
	font-weight: bold;
	margin: 0 0 20px 1em;
  line-height: 1.5em;
}
.privacy-list li ul li {
	font-size: 0.8em;
	font-weight: normal;
	margin: 0;
	list-style-type: none;
}
.terms-list li ul {
  margin: 10px 0 20px 0;
}
.terms-list li ul li {
	font-size: 0.9em;
  line-height: 1.8em;
	font-weight: normal;
	margin: 0 0 8px 2em;
	list-style-type: decimal;
}
.privacy-list li span {
	font-size: 0.8em;
	font-weight: normal;
}
#precautions h3 {
  text-align: center;
  font-size: 30px;
  margin: 0 0 50px 0;
  font-weight: 700;
}
#precautions .note_area {
  width: auto;
  padding: 70px;
  background-color: #fff;
  border-radius: 30px;
}
#precautions .note_area h4.batsu {
  color: #ff0000;
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 20px 0;
}
#precautions .note_area h4.maru {
  color: #006eff;
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 20px 0;
}
#precautions .note_area ul {
  margin: 0 0 80px 0;
}
#precautions .note_area li {
  margin: 0 0 18px 1em;
  line-height: 1.5em;
  list-style-type: disc;
}
/* フッター
--------------------------------------------------------- */
footer {
  width: 100%;
  height: auto;
  padding: 90px 0;
  background: url(../images/footer/bg.jpg) no-repeat center top;
}
.foot_logo {
  width: 500px;
  margin: 0 auto;
}
footer .tel {
  background: url(../images/common/tel.png) no-repeat left center;
  background-size: 24px;
  font-size: 24px;
  padding: 0 0 0 1.5em;
  width: 6.5em;
  margin: 32px auto;
}
footer ul {
  display: block;
  text-align: center;
  margin: 24px 0 32px 0;
}
footer ul li {
  display: inline-block;
  text-align: center;
  font-size: 20px;
  border-right: 1px solid #747474;
  padding: 0 12px;
  font-family: 'Yuji Mai', serif;
}
footer ul li:last-child {
  border: none;
}
footer ul li a {
  color: #003162;
}
footer ul li:hover {
  opacity: 0.7;
}
footer p {
  color: #434343;
  font-size: 12px;
  text-align: center;
}
#page-top {
  width: 80px;
  display: block;
  transition: .3s;
  position: fixed;
  bottom: 30px;
  right: 50px;
  z-index: 999;
}
/***マウスオーバー時***/
#page-top:hover {
  width: 90px;
}
/*-------------------------------------------------------------------------------------
████████╗ █████╗ ██████╗ ██╗     ███████╗████████╗
╚══██╔══╝██╔══██╗██╔══██╗██║     ██╔════╝╚══██╔══╝
   ██║   ███████║██████╔╝██║     █████╗     ██║
   ██║   ██╔══██║██╔══██╗██║     ██╔══╝     ██║
   ██║   ██║  ██║██████╔╝███████╗███████╗   ██║
   ╚═╝   ╚═╝  ╚═╝╚═════╝ ╚══════╝╚══════╝   ╚═╝
----------------------------------------------------------------------------------------*/
@media screen and (min-width: 601px) and (max-width: 1079px) {
.pc_only {
    display: none!important;
}
.sp_only {
    display: block!important;
}
a[href^="tel:"] {
  pointer-events: auto;
}
  /* ドロワーメニュー
--------------------------------------------------------- */
nav{
  width: 100%;
  height: 12px;
  position: relative;
  display: block;
  flex-direction: column;
  margin: 0;
 }
 .drawer{
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 0;
  right: 0;
  height: 40px;
  padding: 0 15px;
  background: #00B7CE;
  z-index: 99999;
  margin: 0;
}
 .navbar_toggle{
  display: block;
  z-index:9999;
 }
 .navbar_toggle_icon {
  position: relative;
  display: block;
  height: 2px;
  width: 30px;
  background: #fff;
  -webkit-transition: ease .5s;
  transition: ease .5s;
 }
 .navbar_toggle_icon:nth-child(1) {
  top: 0;
 }
 .navbar_toggle_icon:nth-child(2) {
  margin: 8px 0;
 }
 .navbar_toggle_icon:nth-child(3) {
  top: 0;
 }
 /*OPEN時の動き*/
 .navbar_toggle.open .navbar_toggle_icon:nth-child(1) {
  top: 10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
 }
 .navbar_toggle.open .navbar_toggle_icon:nth-child(2) {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
 }
 .navbar_toggle.open .navbar_toggle_icon:nth-child(3) {
  top: -10px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
 }
 .navmenu{
  -webkit-transform: translateX(-205%);
  transform: translateX(-205%);
  -webkit-transition:ease .5s;
  transition:ease .5s;
  z-index:1000;
  background: #d9fbff;
  border-radius: 10px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.089);
  height: 100vh;
  padding: 60px;
  width: auto;
  margin: 30px 0 0 0;
 }
 .navmenu ul{
  height: 100%;
  display: block;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
 }
 .navmenu ul li {
  width: 100%;
  padding: 18px 0;
  font-size: 20px;
  margin: 0;
 }
 /*OPEN時の動き*/
 .navmenu.open {
  -webkit-transform:translateX(0);
  transform:translateX(0);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
 }
 .navmenu ul li a {
  color: #000;
 }

}

/*-------------------------------------------------------------------------------------
███████╗███╗   ███╗ █████╗ ██████╗ ████████╗██████╗ ██╗  ██╗ ██████╗ ███╗   ██╗███████╗
██╔════╝████╗ ████║██╔══██╗██╔══██╗╚══██╔══╝██╔══██╗██║  ██║██╔═══██╗████╗  ██║██╔════╝
███████╗██╔████╔██║███████║██████╔╝   ██║   ██████╔╝███████║██║   ██║██╔██╗ ██║█████╗
╚════██║██║╚██╔╝██║██╔══██║██╔══██╗   ██║   ██╔═══╝ ██╔══██║██║   ██║██║╚██╗██║██╔══╝
███████║██║ ╚═╝ ██║██║  ██║██║  ██║   ██║   ██║     ██║  ██║╚██████╔╝██║ ╚████║███████╗
╚══════╝╚═╝     ╚═╝╚═╝  ╚═╝╚═╝  ╚═╝   ╚═╝   ╚═╝     ╚═╝  ╚═╝ ╚═════╝ ╚═╝  ╚═══╝╚══════╝
----------------------------------------------------------------------------------------*/


@media (max-width: 600px) {
.pc_only {
    display: none!important;
}
.sp_only {
    display: block!important;
}
a[href^="tel:"] {
  pointer-events: auto;
}
.side_txt_right {
  width: 15px;
  z-index: 999;
}
.side_txt_left {
  width: 15px;
  z-index: 999;
}
header {
  width: auto;
  height: 420px;
}
header .books {
  width: 100%;
  top: 50%;
}
header h1 {
  width: 90%;
  top: 50%;
}
h2 {
  font-size: 36px;
  margin: 0 0 30px 0;
}
/* ドロワーメニュー
--------------------------------------------------------- */
nav{
  width: 100%;
  height: 0;
  position: fixed;
  top: 60px;
  display: block;
  flex-direction: column;
  margin: 0;
  z-index: 2;
 }
 .drawer{
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: 5px;
  right: 25px;
  height: 50px;
  padding: 0 12px;
  background: #107cbb;
  z-index: 999;
  margin: 0;
  border-radius: 50%;
}
 .navbar_toggle{
  display: block;
  z-index:9999;
 }
 .navbar_toggle_icon {
  position: relative;
  display: block;
  height: 2px;
  width: 30px;
  background: #fff;
  -webkit-transition: ease .5s;
  transition: ease .5s;
 }
 .navbar_toggle_icon:nth-child(1) {
  top: 0;
 }
 .navbar_toggle_icon:nth-child(2) {
  margin: 8px 0;
 }
 .navbar_toggle_icon:nth-child(3) {
  top: 0;
 }
 /*OPEN時の動き*/
 .navbar_toggle.open .navbar_toggle_icon:nth-child(1) {
  top: 10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
 }
 .navbar_toggle.open .navbar_toggle_icon:nth-child(2) {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
 }
 .navbar_toggle.open .navbar_toggle_icon:nth-child(3) {
  top: -10px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
 }
 .navmenu{
  -webkit-transform: translateX(-110%);
  transform: translateX(-110%);
  -webkit-transition:ease .5s;
  transition:ease .5s;
  z-index:1;
  background: #d9fbff;
  border-radius: 10px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.089);
  height: auto;
  padding: 10px 60px;
  width: auto;
  margin: 0;
 }
 .navmenu ul{
  height: 100%;
  display: block;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
 }
 .navmenu ul li {
  width: 100%;
  padding: 18px 0;
  font-size: 20px;
  margin: 0;
 }
 /*OPEN時の動き*/
 .navmenu.open {
  -webkit-transform:translateX(0);
  transform:translateX(0);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
 }
 .navmenu ul li a {
  color: #000;
 }
 section {
  width: auto;
  margin: 0 auto;
  position: relative;
  padding: 0 15px;
}
/* ABOUT
--------------------------------------------------------- */
#about {
  width: 100%;
  height: auto;
  padding: 90px 0;
  background: url(../images/about/bg.jpg) no-repeat center top;
  background-size: cover;
  overflow: hidden;
}
@keyframes wobbling_x {
  0% {
    margin-right: 10px;
  }

  100% {
    margin-right: -10px;
  }
}
@keyframes wobbling_y {
  0% {
    margin-bott: -15px;
  }

  100% {
    margin-top: 15px;
  }
}

#about .fukidashi {
  width: auto;
  height: 640px;
  background-size: cover;
  padding: 75px 20px;
}
#about .fukidashi p {
  font-size: 1em;
}
#about .item1 {
  width: 80px;
  top: -40px;
  left: 15px;
}
#about .item2 {
  width: 100px;
  bottom: -50px;
  right: 20px;
}
#about ul {
  width: 90%;
}
#about ul li {
  width: 20%;
}

/* MENU
--------------------------------------------------------- */
.menu_wrap {
  width: auto;
  background-color: #fff;
  padding: 35px 20px;
}
.menu_wrap .tax {
  font-size: 0.9em;
  width: 80%;
  padding: 8px 0;
}
.menu_wrap h3 {
  font-size: 24px;
}
.menu_wrap h3.entry {
  font-size: 30px;
}
.menu_wrap .box {
  width: auto;
  display: block;
}
.menu_wrap .box dl {
  width: auto;
  font-size: 0.9em;
}
.menu_wrap .box dl dt {
  width: 74%;
  padding: 10px 0;
}
.menu_wrap .box dl dd {
  width: 26%;
  text-align: right;
  padding: 10px 0;
}
/* ACCESS
--------------------------------------------------------- */
#access {
  width: 100%;
  height: auto;
  padding: 60px 0;
  overflow: hidden;
}
#access p {
  font-size: 1em;
}
#access .flame {
  width: auto;
  height: auto;
  padding: 100px 20px;
  background-size: cover;
}

/* RECRUIT
--------------------------------------------------------- */
#recruit {
  width: auto;
  height: auto;
  padding: 60px 10px;
}
#recruit .info {
  font-size: 1.2em;
}
.tab_content {
  display: none;
  padding: 20px 30px;
}
.tab_item {
  font-size: 18px;
}
#recruit .tab_content dl {
  width: auto;
  display: block;
  font-size: 1em;
  padding: 20px 0;
}
#recruit .tab_content dl dt {
  width: 100%;
}
#recruit .tab_content dl dd {
  width: 100%;
}
#recruit .tab_content dl dd li {
  margin: 0;
}
#recruit .button {
  width: 90%;
  font-size: 1.3em;
}

#recruit .magic_circle {
  width: 90px;
  position: absolute;
  top: 10px;
  left: -20px;
  animation:8s linear infinite rotation;
}
#recruit .magic_circle:nth-child(2) {
  width: 120px;
  top: 700px;
  left: auto;
  right: -30px;
}
#recruit .detail {
  font-size: 1em;
}
#recruit h3 {
  font-size: 24px;
  margin: 15px 0 20px 0;
  color: #107cbb;
}
/* #プライバシーポリシー
------------------------------------ */
.privacy-list,.terms-list {
	width: 80%;
	margin: 0 auto;
  line-height: 2em;
}
.privacy-list li {
	font-size: 1em;
	font-weight: bold;
	margin: 0 0 20px 1em;
	list-style-type: decimal;
}
.terms-list li {
  font-size: 1em;
	font-weight: bold;
	margin: 0 0 20px 1em;
  line-height: 1.5em;
}
.privacy-list li ul li {
	font-size: 0.8em;
	font-weight: normal;
	margin: 0;
	list-style-type: none;
}
.terms-list li ul {
  margin: 10px 0 20px 0;
}
.terms-list li ul li {
	font-size: 0.9em;
  line-height: 1.8em;
	font-weight: normal;
	margin: 0 0 8px 2em;
	list-style-type: decimal;
}
.privacy-list li span {
	font-size: 0.8em;
	font-weight: normal;
}

/* フッター
--------------------------------------------------------- */

.foot_logo {
  width: 90%;
}
footer ul li {
  margin: 0 0 20px 0;
}

#page-top {
  width: 60px;
  bottom: 10px;
  right: 30px;
}
.comingsoon {
  font-size: 28px;
  text-shadow: 2px 2px 0 #fff;
}
#precautions .note_area {
  width: auto;
  padding: 20px;
  background-color: #fff;
  border-radius: 30px;
}
}