@charset "UTF-8";


html {
  overflow-y: scroll;
}
body {
  font-size: 16px;
  text-align: center;
  font-family: 'Arial', 'Roboto','Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', 'Meiryo', sans-serif;
  color: #333;
}
a,a:link {
	text-decoration: none;
}
img {
  vertical-align: bottom;
}
a img:hover { 
  opacity: 0.7;
}

#top {
	position: fixed;
	bottom: 20px;
	right: -61px;
	z-index: 998;
}

.pc { display: block !important; }
.sp { display: none !important; }

@media only screen and (max-width: 767px) {
.pc { display: none !important; }
.sp { display: block !important; }
}


/* ================================
    Header
================================ */

.home {
	position: fixed;
	top: 0px;
	right: 0px;
	z-index: 9999;
}

@media (min-width:768px) {

.title-pc {
  width: 100%;
  height: 1064px;
  position: relative;
  background:
  url("../images/pc_titleimage.png") no-repeat calc(50% + 453px) 126px,
  url("../images/pc_title_bg_02.png") no-repeat calc(50% - 6px) 94px,
  url("../images/pc_title_bg_01.png") repeat-x center top,
  url("../images/pc_title_bg_03.png") repeat-x center top;
}
.title-pc > .inner{
  width: 1000px;
  height: 1064px;
  position: relative;
  margin: 0px auto;
}
.title {
  position: absolute;
  left: 19px;
  top: 144px;
}

}

@media (max-width:767px) {

.home {
  width: 16%;
}
.title-sp {
  width: 100%;
  position: relative;
  background-image: url("../images/sp_titleimage.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

}


/* ================================
    PC、Tablet用CSS
================================ */

@media (min-width:768px) {

.about {
  width: 100%;
  height: 1210px;
  min-width: 1000px;
  background:
  url("../images/bg_pattern.png") repeat center top;
}
.about > .inner{
  width: 1000px;
  height: 1210px;
  position: relative;
  margin: 0px auto;
  padding-top: 65px;
}
.howtoapply {
  margin-top: 65px;
}

/* お品書き */
.menu {
  width: 100%;
  height: 2620px;
  min-width: 1000px;
  background:
  url("../images/pc_menu_bg_03.png") no-repeat calc(50% + 14px) 143px,
  url("../images/pc_menu_bg_02.png") repeat-x center bottom,
  url("../images/pc_menu_bg_01.png") repeat-x center top;
  background-color: #e5ecf5;
}
.menu > .inner{
  width: 1000px;
  height: 2620px;
  position: relative;
  margin: 0px auto;
  padding-top: 26px;
}
.menu-wrap {
  width: 990px;
  margin: 0px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.menu-box {
  width: 330px;
  height: 525px;
  background:
  url("../images/pc_menu_base.png") no-repeat center top;
}
.menu-border {
  width: 100%;
  line-height: 0;
  padding-top: 22px;
  padding-bottom: 22px;
}
.menu-atn {
  margin-top: 12px;
  text-align: right;
}

/* フッタ */
.footer {
  width: 100%;
  height: 310px;
  min-width: 1000px;
  background-color: #151e49;
}
.footer > .inner{
  width: 1000px;
  height: 310px;
  position: relative;
  margin: 0px auto;
  padding-top: 70px;
}
.ft-wrap {
  width: 670px;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
}
.copyright {
  font-size: 14px;
  color: #fff;
  margin-top: 30px;
}

}


/* ================================
    SP用CSS
================================ */

@media (max-width:767px) {

img { 
  max-width: 100%;
}

.about {
  width: 100%;
  padding-top: 8%;
  padding-bottom: 8%;
  background:
  url("../images/bg_pattern.png") repeat center top;
}
.aboutcopy {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}
.howtoapply {
  width: 93%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 6%;
}

/* お品書き */
.menu {
  width: 100%;
  background-color: #e5ecf5;
}
.menu-st {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.menu-wrap {
  width: 95.4%;
  margin: 2% auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.menu-box {
  width: 50%;
  height: auto;
  aspect-ratio: 1 / 1.538;
  background:
  url("../images/sp_menu_base.png") no-repeat center top;
  background-size: cover;
}
.menu-border {
  width: 100%;
  line-height: 0;
  padding-top: 3.5%;
  padding-bottom: 4%;
}
.menu-copy {
  width: 88%;
  margin-left: auto;
  margin-right: auto;
}
.menu-btn {
  width: 73%;
  margin-left: auto;
  margin-right: auto;
}
.menu-atn {
  width: 48%;
  text-align: center;
  margin: 2.5% auto 2%;
}

/* フッタ */
.footer {
  width: 100%;
  padding-top: 7%;
  padding-bottom: 3%;
  background-color: #151e49;
}
.ft-logo {
  width: 29%;
  margin-left: auto;
  margin-right: auto;
}
.copyright {
  font-size: 12px;
  color: #fff;
  margin-top: 4%;
}
#top{
  width: 10%;
}

}
