@charset "UTF-8";
/* Scss Document */
/* Scss Document */
/*---------------
   追加 reset
---------------*/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  color: inherit;
  text-decoration: none;
}
a:visited {
  color: inherit;
}

li {
  list-style: none;
}

/*---------------
   共通
---------------*/
html {
  font-size: 62.5%;
}

body {
  width: 100%;
  min-width: 1200px;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  line-height: 1.8;
  -webkit-font-feature-settings: "palt";
  -moz-font-feature-settings: "palt";
  -ms-font-feature-settings: "palt";
  -o-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
@media only screen and (max-width: 640px) {
  body {
    min-width: 100%;
    font-size: calc(24 / 760 * 100vw);
  }
}

a.link {
  text-decoration: underline;
}
a.link:hover {
  text-decoration: none;
  opacity: 1;
}
a:hover {
  opacity: 0.6;
  transition: 0.5s;
}

img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  vertical-align: bottom;
}

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

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

.anchor {
  margin-top: -100px;
  padding-top: 100px;
}

.inner {
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}
@media only screen and (max-width: 640px) {
  .inner {
    width: 100%;
    min-width: 100%;
    padding: 0 3.9473684211vw;
  }
}

.flex_wrap {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  justify-content: space-between;
}

/*---------------
   テキスト関係
---------------*/
.p {
  /*　基本のテキスト　*/
  /*　<body>に設定のもの
  font-size: 1.6rem;
  letter-spacing: .1em;
  text-indent: .1em;
  line-height: 1.8;
   @include css3(font-feature-settings, "palt");
  @include sp {
  	min-width: 100%;
  	font-size: calc((24/760)*100vw);	
  }
  */
}
.p_red {
  color: #D80000 !important;
}
.p_center {
  text-align: center !important;
}
.p_pc_center {
  text-align: center !important;
}
@media only screen and (max-width: 640px) {
  .p_pc_center {
    text-align: left !important;
  }
}
.p_right {
  text-align: right;
}

.en {
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.mgb05 {
  margin-bottom: 0.5em;
}

.link_header {
  margin-top: -90px;
  padding-top: 90px;
}
@media only screen and (max-width: 640px) {
  .link_header {
    margin-top: -17.1052631579vw;
    padding-top: 17.1052631579vw;
  }
}

/*---------------
   header
---------------*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 90px;
  background: #E7964A;
  color: #FFF;
  z-index: 9999;
}
@media only screen and (max-width: 640px) {
  .header {
    height: 17.1052631579vw;
  }
}
.header .inner {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  justify-content: space-between;
  height: 90px;
}
.header .header_logo a {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  justify-content: space-between;
}
.header .header_logo_name {
  margin-top: -0.4em;
  font-weight: 700;
  font-size: 6rem;
  line-height: 0.65;
}
@media only screen and (max-width: 640px) {
  .header .header_logo_name {
    margin-top: -0.9em;
    font-size: calc(80 / 760 * 100vw);
  }
}
.header .header_logo_name .kissako {
  font-size: 2rem;
}
@media only screen and (max-width: 640px) {
  .header .header_logo_name .kissako {
    font-size: calc(24 / 760 * 100vw);
  }
}
.header .header_logo_img {
  width: 80px;
  margin-right: 20px;
  border-radius: 50%;
}
@media only screen and (max-width: 640px) {
  .header .header_logo_img {
    margin-top: calc(-40 / 760 * 100vw);
    margin-right: calc(20 / 760 * 100vw);
    width: calc(100 / 760 * 100vw);
  }
}
.header .gnav_button {
  display: none;
}
@media only screen and (max-width: 640px) {
  .header .gnav_button {
    display: block;
    background: url("../images/common/header_menu_open.png") top right no-repeat;
    background-size: contain;
    border: none;
    padding: 0;
    width: calc(140 / 760 * 100vw);
    height: calc(130 / 760 * 100vw);
    cursor: pointer;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1001;
    outline: none;
  }
}
@media only screen and (max-width: 640px) {
  .header .gnav_button.active {
    background: url("../images/common/header_menu_close.png") top right no-repeat;
    background-size: contain;
  }
}
.header .gnav_menu {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
}
@media only screen and (max-width: 640px) {
  .header .gnav_menu {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    padding: 0 3.9473684211vw;
    background: #E7964A;
  }
}
.header .gnav_menu li {
  font-size: 1.4rem;
}
@media only screen and (max-width: 640px) {
  .header .gnav_menu li {
    width: 100%;
    border-bottom: #FFF 1px dotted;
    font-size: 3.6842105263vw;
    text-align: center;
  }
}
.header .gnav_menu li a {
  display: block;
  margin: 0 10px;
}
@media only screen and (max-width: 640px) {
  .header .gnav_menu li a {
    margin: 0;
    padding: 3.9473684211vw;
  }
}
.header .gnav_menu li a:hover {
  opacity: 0.6;
  transition: 0.5s;
}
.header .gnav_menu li.tel a {
  padding-left: 25px;
  background: url("../images/common/header_ico_tel.png") top 50% left no-repeat;
  font-family: "Times New Roman", Times, "serif";
  font-size: 2rem;
  letter-spacing: 0;
  text-indent: 0;
}
@media only screen and (max-width: 640px) {
  .header .gnav_menu li.tel a {
    padding-left: 3.9473684211vw;
    background: url("../images/common/header_ico_tel.png") top 50% left 30% no-repeat;
    background-size: 3.2894736842vw;
    font-size: 3.9473684211vw;
  }
}
@media only screen and (max-width: 640px) {
  .header .gnav_menu_wrapper {
    width: 100%;
    transition: all 0.2s;
    transform: translate(100%);
    position: fixed;
    top: 17.1052631579vw;
    right: 0;
    z-index: 1000;
    background-color: #FFF;
  }
}
@media only screen and (max-width: 640px) {
  .header .gnav_menu_wrapper.open {
    transform: translate(0);
  }
}

/*---------------
   main
---------------*/
.main {
  margin-top: 90px;
}
@media only screen and (max-width: 640px) {
  .main {
    margin-top: 17.1052631579vw;
  }
}

.content_wrap {
  background: #FBEFE4;
  padding: 100px 0;
}
@media only screen and (max-width: 640px) {
  .content_wrap {
    padding: calc(100 / 760 * 100vw) 0;
  }
}
.content .bg_white {
  background: #FFF;
}

.page_ttl .content_wrap {
  padding: 60px 0;
  background: url(../images/common/page_ttl_bg.png) bottom center no-repeat;
  background-size: auto 100%;
}
@media only screen and (max-width: 640px) {
  .page_ttl .content_wrap {
    padding: calc(80 / 760 * 100vw);
    background: url(../images/common/page_ttl_bg_sp.png) bottom center no-repeat;
    background-size: auto 100%;
  }
}
@media only screen and (max-width: 640px) {
  .page_ttl {
    padding: 0;
  }
}
.page_ttl .title {
  color: #FFF;
  font-weight: normal;
  line-height: 1.2;
  text-align: center;
}
.page_ttl .title .en {
  font-size: 4rem;
}
@media only screen and (max-width: 640px) {
  .page_ttl .title .en {
    font-size: calc(60 / 760 * 100vw);
  }
}
.page_ttl .title .jp {
  font-size: 2rem;
}
@media only screen and (max-width: 640px) {
  .page_ttl .title .jp {
    font-size: calc(40 / 760 * 100vw);
  }
}

.lttl {
  margin-bottom: 50px;
  line-height: 1.2;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .lttl {
    margin-bottom: calc(50 / 760 * 100vw);
  }
}
.lttl .en {
  color: #E7964A;
  font-size: 3.6rem;
  font-weight: lighter;
}
@media only screen and (max-width: 640px) {
  .lttl .en {
    font-size: calc(60 / 760 * 100vw);
  }
}
.lttl .jp {
  font-size: 1.8rem;
  font-weight: bold;
}
@media only screen and (max-width: 640px) {
  .lttl .jp {
    font-size: calc(30 / 760 * 100vw);
  }
}

.mttl {
  margin: 2em 0 1.5em;
  padding: 0 0 0.5em 1em;
  border-bottom: #E7964A 2px solid;
  color: #E7964A;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2;
}
@media only screen and (max-width: 640px) {
  .mttl {
    font-size: calc(36 / 760 * 100vw);
  }
}
.mttl:first-child {
  margin: 0 0 1.5em;
}

.basic_table {
  width: 100%;
  margin-bottom: 1em;
}
.basic_table th, .basic_table td {
  border: #E7964A 1px solid;
  padding: 0.5em;
  font-weight: normal;
  vertical-align: top;
  text-align: left;
}
.basic_table th {
  background: #D5D6AA;
}

.note {
  font-size: 1.4rem;
}
@media only screen and (max-width: 640px) {
  .note {
    font-size: 2.6315789474vw;
  }
}
.note li {
  margin-bottom: 0.5em;
  padding-left: 1em;
  text-indent: -1em;
}
.note li:before {
  content: "・";
  color: #E7964A;
  font-weight: bold;
}

.col2_wrap {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 640px) {
  .col2_wrap {
    margin-bottom: 6.5789473684vw;
  }
}
.col2_item {
  width: 48%;
  margin-top: 30px;
}
@media only screen and (max-width: 640px) {
  .col2_item {
    width: 100%;
    margin-top: 3.9473684211vw;
  }
}
.col2_item:nth-child(-n+2) {
  margin-top: 0;
}
@media only screen and (max-width: 640px) {
  .col2_item:nth-child(2) {
    margin-top: 3.9473684211vw;
  }
}

.col3_wrap {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 50px;
}
.col3_item {
  width: 30%;
  margin-top: 30px;
  background: #FBEFE4;
}
@media only screen and (max-width: 640px) {
  .col3_item {
    width: 100%;
    margin-top: 3.9473684211vw;
  }
}
.col3_item:nth-child(-n+3) {
  margin-top: 0;
}
@media only screen and (max-width: 640px) {
  .col3_item:nth-child(2), .col3_item:nth-child(3) {
    margin-top: 3.9473684211vw;
  }
}

.btn {
  text-align: center;
}
.btn a {
  display: inline-block;
  width: 300px;
  margin: 3em 0 0;
  padding: 0.5em 1em;
  background: #E7964A;
  border-radius: 5px;
  color: #FFF;
  font-size: 1.8rem;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .btn a {
    width: 80%;
    font-size: 3.4210526316vw;
  }
}
.btn a:hover {
  opacity: 0.6;
  transition: 0.5s;
}

.lunch .inner {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
}
.lunch .lttl {
  width: 100%;
}
.lunch .flex_wrap {
  width: 100%;
}
@media only screen and (max-width: 640px) {
  .lunch .flex_wrap {
    flex-direction: column;
  }
}
.lunch .lunch_img {
  width: 48%;
}
@media only screen and (max-width: 640px) {
  .lunch .lunch_img {
    width: 100%;
    margin-bottom: 2em;
  }
}
.lunch .lunch_textarea {
  width: 48%;
}
@media only screen and (max-width: 640px) {
  .lunch .lunch_textarea {
    width: 100%;
  }
}
.lunch .lunch_list {
  color: #E7964A;
  font-size: 2rem;
  line-height: 1.2;
}
@media only screen and (max-width: 640px) {
  .lunch .lunch_list {
    font-size: calc(36 / 760 * 100vw);
  }
}
.lunch .lunch_list span {
  display: block;
  margin-top: 0.3em;
  margin-left: 1em;
  color: #333;
  font-size: 1.6rem;
}
@media only screen and (max-width: 640px) {
  .lunch .lunch_list span {
    margin-left: 0;
    font-size: calc(20 / 760 * 100vw);
  }
}
.lunch .lunch_list li {
  margin-top: 1em;
  position: relative;
  padding-left: 0.7em;
}
.lunch .lunch_list li:before {
  position: absolute;
  top: 0.6em;
  left: 0;
  transform: translateY(-50%);
  content: "";
  width: 6px;
  height: 6px;
  background: #E7964A;
  border-radius: 3px;
}
@media only screen and (max-width: 640px) {
  .lunch .lunch_list li:before {
    width: calc(10 / 760 * 100vw);
    height: calc(10 / 760 * 100vw);
    border-radius: calc(5 / 760 * 100vw);
  }
}
.lunch .lunch_list li:first-child {
  margin-top: 0;
}
.lunch .lunch_price {
  font-size: 2rem;
  text-align: right;
  line-height: 1;
}
@media only screen and (max-width: 640px) {
  .lunch .lunch_price {
    font-size: calc(30 / 760 * 100vw);
  }
}
.lunch .lunch_price.drink {
  margin-top: 1.5em;
}
.lunch .lunch_price .num {
  color: #E7964A;
  font-size: 3.6rem;
}
@media only screen and (max-width: 640px) {
  .lunch .lunch_price .num {
    font-size: calc(60 / 760 * 100vw);
  }
}

/*---------------
   footer
---------------*/
.footer {
  padding: 80px 0;
  background: #E7964A;
  color: #FFF;
  text-align: right;
}
@media only screen and (max-width: 640px) {
  .footer {
    padding: 6.5789473684vw 0;
  }
}
.footer .footer .inner {
  clear: both;
  overflow: hidden;
}
.footer .footer_logo {
  float: left;
  text-align: left;
}
@media only screen and (max-width: 640px) {
  .footer .footer_logo {
    float: none;
    margin-top: calc(50 / 760 * 100vw);
  }
}
.footer .footer_logo a {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 640px) {
  .footer .footer_logo a {
    justify-content: flex-start;
  }
}
.footer .footer_logo_name {
  margin-top: -0.4em;
  font-weight: 700;
  font-size: 6rem;
  line-height: 0.65;
}
@media only screen and (max-width: 640px) {
  .footer .footer_logo_name {
    margin-top: -0.9em;
    font-size: calc(80 / 760 * 100vw);
  }
}
.footer .footer_logo_name .kissako {
  font-size: 2rem;
}
@media only screen and (max-width: 640px) {
  .footer .footer_logo_name .kissako {
    font-size: calc(24 / 760 * 100vw);
  }
}
.footer .footer_logo_img {
  width: 80px;
  margin-right: 20px;
  border-radius: 50%;
}
@media only screen and (max-width: 640px) {
  .footer .footer_logo_img {
    margin-top: calc(-40 / 760 * 100vw);
    margin-right: calc(20 / 760 * 100vw);
    width: calc(100 / 760 * 100vw);
  }
}
.footer .footer_address {
  margin-bottom: 30px;
  font-style: normal;
  font-size: 1.3rem;
}
@media only screen and (max-width: 640px) {
  .footer .footer_address {
    margin-bottom: calc(30 / 760 * 100vw);
    font-size: calc(24 / 760 * 100vw);
  }
}
.footer .footer_sns {
  margin-bottom: 1em;
}
.footer .footer_sns li {
  display: inline-block;
  width: 50px;
}
@media only screen and (max-width: 640px) {
  .footer .footer_sns li {
    width: calc(80 / 760 * 100vw);
  }
}
.footer .footer_sns li img {
  border-radius: 5px;
}
.footer .footer_copy {
  font-size: 1.2rem;
}
@media only screen and (max-width: 640px) {
  .footer .footer_copy {
    font-size: calc(20 / 760 * 100vw);
  }
}/*# sourceMappingURL=common.css.map */