
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans&display=swap');

* {
    box-sizing: border-box;
    xfont-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
    font-family: 'Noto Sans JP', sans-serif;
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
}

p {
    font-size: 18px;
}

.container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}

.row {
    display: flex;
    align-items: flex-end;
}
.row-r {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.ml60 {margin-left: 250px;}
.mt80 {margin-top: 80px;}
.mt150 {margin-top: 330px;}
.mb60 {margin-bottom: 60px;}
.mb100 {margin-bottom: 100px;}
.mb150 {margin-bottom: 150px;}
.mb180 {margin-bottom: 180px;}
.mb50 {margin-bottom: 50px;}
.mr65 {margin-right: 65px;}

.sec_ttl {
    color: #fff;
    font-family: 'Avenir Next';
    font-weight: lighter;
    font-size: 8em;
    letter-spacing: 15px;
    margin: 0;
}
.sec_ttl2 {
    color: #333;
    font-family: 'Avenir Next';
    font-weight: lighter;
    font-size: 8em;
    letter-spacing: 15px;
    margin: 0 auto;
    text-align: right;
    max-width: 1200px;
}
.sec_ttl3 {
    color: #333;
    /* font-family: 'Times New Roman'; */
    font-family: 'Avenir Next';
    font-weight: 100;
    font-size: 8em;
    letter-spacing: 15px;
    margin: 0 auto;
    text-align: right;
    max-width: 1200px;
}

@media screen and (min-width:770px) {
    .sp{display: none;}
    }

.header ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 68px;
    background: #fff;
    margin: 0;
    padding-inline-start: 0;
}
.header {
    padding-left: 50px;
    padding-right: 20px;
    background: #fff;
    position: fixed;
    width: 100%;
    z-index: 10000;
    top: 0;
}
.header ul li {
    list-style: none;
    margin: 16px 23px 10px 23px;
}
.header ul li.border {
    border: 1px solid #333;
    padding: 3px 10px;;
}
.header ul li a {
    text-decoration: none;
    color: #333;
    font-family: 'Avenir Next';
    font-weight: bold;
    font-size: 18px;
}
.header ul li a span {
    font-size: .7em;
    font-weight: 500;
    display: block;
    line-height: .5;
}
.header ul li a span.pl-6{
    padding-left: 6%;
}
.header ul li a span.pl-16{
    padding-left: 16%;
}
.header img {
    width: 168px;
}


.top {
    background: url(../img/top_img2s.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 1000px;
    height: 100vh;
    position: relative;
    }
.top-inn {
    padding-top: 68px;
    }
.top-inn h1 {
    position: absolute;
    top: 50%;
    right: 15%;
    transform: translate(26%, -50%);
    width: 600px;
    font-size: 0;
    }
.top-inn h1 img {
    xwidth: 600px;
    width: 100%;
    }

.sec_01 {
    background: url(../img/backgroundimg_07.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 1180px;
    height: 90vh;
    position: relative;
}
.inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
}
.sec_01_box {
    display: flex;
    align-items: center;
}
.sec_01_box img {
    xborder-radius: 5px;
}
.box-end {
    justify-content: flex-end;
}
.sec_01_box ul {
    padding-inline-start: 0;
    padding: 0 20px;
}
.sec_01_box ul li {
    font-size: 18px;
    color: #fff;
    line-height: 20px;
    margin: 0;
    list-style: none;
    padding-bottom: 20px;
}
.sec_01_box p {
    color: #fff;
    line-height: 20px;
    padding-left: 40px;
    margin: 0;
}



.sec_02 p {
    color: #fff;
}

.wrap1 {
    background: url(../img/backgroundimg_09.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 1200px;
    height: 100vh;
    padding-bottom: 50px;
    position: relative;
}

.wrap2 {
    background: url(../img/backgroundimg_11.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 1000px;
    height: 85vh;
    text-align: center;
    position: relative;
}
.wrap2 p {
    color: #fff;
}
.wrap2 img {
    width: 100%;
}
.wrap2_inn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
}

.wrap3 {
    background: url(../img/backgroundimg_12.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 1050px;
    height: 90vh;
    position: relative;
}
.wrap3-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
}
.wrap3 p {
    margin: 0;
    margin-right: 40px;
}
.wrap3-img {
    border-radius: 12px;
    width: 76%;
}
.wrap3-img2 {
    border-radius: 12px;
    width: 58%;
}
.right {
    padding-left: 130px;
    margin-top: 15px;
}
.right {
    text-align: right;
}

.sec_02-inner{
    padding-top: 80px;
}
.sec_03-inner {
    padding-top: 40px;
    text-align: right;
    background: rgba(255,255,255,0.6);
}
.sec_02 h3 {
    font-family: 'Avenir Next';
    font-weight: lighter;
    color: #fff;
    font-size: 79px;
    opacity: 55%;
    margin: 0;
    line-height: 100px;
}
.wrap1 p {
    color: #fff;
    margin-top: 0;

}
.sec_03 {
    background: url(../img/bg03_12.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 1000px;
    position: relative;
    padding-top: 80px;
}
.sec_text {
    text-align: right;
    margin: 0 auto;
    line-height: 31px;
    /* background: rgba(255,255,255,0.6); */
    text-align: right;
}
/* .sec_03 p {
    text-align: right;
    margin: 0 auto;
    line-height: 31px;
    padding: 20px 10px;
    max-width: 1200px;
} */
.sec_03 p {
    margin: 0 .5% 0 auto;
    line-height: 31px;
    padding: 20px 10px 60px;
    max-width: 600px;
    text-align: left;
}
.sec_03 img {
    width: 78%;
    text-align: right;
    margin-top: 30px;
}
.sec_03 .sec_text span.pa24 {
    padding: 0 13rem 0 0;
}

.sec_04 {
    background: url(../img/backgroundimg_18.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 1150px;
    height: 90vh;
    position: relative;
}
.sec_04 p {
    text-align: right;
    margin: 0 auto;
    line-height: 31px;
    padding: 20px 10px;
    max-width: 1200px;
}
.sec_04-inner {
    padding-top: 80px;
    text-align: right;
}
.sec_04-inner img {
    margin: 100px 0 100px 0;
    width: 53%;
}

.center {
    text-align: center;
    /* line-height: 32px; */
}
.pb50 {
    padding-bottom: 40px;
}
.ml40 {
    margin-left: 25px;
}

.sec_05 {
    background: url(../img/backgroundimg_20.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 1200px;
    height: 90vh;
    position: relative;
    padding-bottom: 40px;
}
.sec_05 p {
    color: #fff;
}
.sec_05-inner {
    /* padding-top: 120px; */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
}
.sec_05_box {
    display: flex;
    align-items: center;
}
.sec_05_box-r {
    justify-content: flex-end;
}
.sec_01 img {
    xborder-radius: 8px;
    width: 500px;
    height: auto;
}
.sec_05_box img {
    border-radius: 8px;
}
.border-r {
    xborder-radius: 12px;
}
.sec_05_box p {
    color: #fff;
    line-height: 20px;
    padding: 0 40px;
}
.right2 {
    text-align: right;
}

.link_btn {
    display: block;
    text-align: center;
}
.link_btn a {
    font-size: 21px;
    color: #fff;
    text-decoration: none;
    border: 1px solid #fff;
    padding: 8px 26px;
    text-align: center;
}

.sec_06 {
    background: url(../img/backgroundimg_22.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    min-height: 1000px;
    height: 85vh;
    position: relative;
}
.sec_06-inner {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
}

.flex-row {
    display: flex;
    justify-content: space-around;
}
.flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer {
    padding: 46px 120px 40px 120px;
}
.footer ul li {
    color: #3090c1;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 24px;
    list-style: none;
    font-size: 16px;
}
.footer ul {
    padding-inline-start: 0;
}
.footer_inn img {
    margin-left: 20px;
}
.footer_inn {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.box-l {
    margin-right: 40px;
}
.box-l img {
    width: 342px;
}

.gmap {
    width: 100%;
    margin: 0 auto;
    height: 540px;
}

/* ハンバーガーメニュー */
.ham {
  display: block;
  height: 55px;
  width:55px;
  position: fixed;
  top: 0;
  right: -1px;
  margin-right: 10px;
  margin-top: 6px;
}

.ham div {
  height: 2px;
  width: 24px;
  background: #333;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}

.ham div:nth-of-type(1) {
  transform: translate(-50%, -9px);
}

.ham div:nth-of-type(3) {
  transform: translate(-50%, 7px);
}

.ham.active div:nth-of-type(1) {
  transform: rotate(45deg) translate(-50%, 0);
  transform-origin: 0% 50%;
}

.ham.active div:nth-of-type(2) {
  opacity: 0;
}

.ham.active div:nth-of-type(3) {
  transform: rotate(-45deg) translate(-50%, 0);
  transform-origin: 0% 50%;
}

.ham {
  opacity: 0;
  visibility: hidden;
}

.sp_gnav {
  opacity: 0;
  overflow: hidden;
  display: none;
  position: absolute;
  top: 0;
  left: -200px;
}

.sp_gnav ul {
  padding-top: 30px;
  padding-bottom: 30px;
  margin: 0 auto;
}

.sp_gnav li {
  margin-right: 20px;
  font-weight: bold;
  list-style: none;
  padding-bottom: 7%;
}

.sp_gnav a {
  color: #281800;
  text-decoration: none;
  font-weight: lighter;
  font-size: 21px;
  white-space: nowrap;
}

.sp_gnav.active {
  background: #fff;
  height: auto;
  display: flex;
  position: fixed;
  width: 100%;
  z-index: 1;
  transition: 0.3s;
  opacity: 1;
  left: 0;
}

.pc_none {
    display: none;
}


/* -------------------------------------
responsive-style
-------------------------------------- */
@media screen and (max-width: 769px) {
    .sp_none {
        display: none;
    }
    .pc_none {
        display: block;
    }

    p {
        font-size: 14px;
    }

    .container {
        padding: 0 20px;
    }

    .header {
        padding: 10px 0;
    }
    .header img {
        padding-left: 10px;
    }
    .header ul {
        flex-direction: column;
        height: auto;
    }

    div.top {
        min-height: 100vh;
        height: 100vh;
    }
    div.top h1 {
      top: 45%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 90%;
    }
    div.top h1 img {
      width: 100%;
    }

    .sec_ttl {
        font-size: 3em;
    }
    .sec_ttl2,.sec_ttl3 {
        font-size: 4em;
        letter-spacing: 10px;
        text-align: center;
        padding-right: 0;
        /* margin-bottom: 30px; */
    }
    #lunch,#dinner{
        margin-top: -60px;
        padding-top: 60px;
    }
    .sec_01 {
        height: auto;
        background-size: cover;
    }
    .sec_01_box {
        flex-direction: column;
        margin-bottom: 40px;
    }
    .sec_01_box img {
        width: 90%;
    }
    .sec_01_box ul li {
        font-size: 14px;
        padding-bottom: 10px;
    }
    .sec_01_box p {
        padding: 20px 30px;
    }
    .inner {
        padding: 80px 0 30px 0;
        margin: 0 auto;
    }

    .sec_02-inner{
        padding-top: 50px;
    }

    .wrap3 {
        text-align: center;
        min-height: 100vh;
    }
    .wrap2 p,.wrap3 p {
        padding-top: 20px;
    }
    .wrap3 p {
        text-align: left;
        margin-right: 4%;
    }

    .sec_03 {
        /* min-height: 85vh; */
        min-height: 100vh;
    }
    .sec_03 p {
        text-align: left;
        padding: 20px 20px 50px;
        line-height: 25px;
    }
    .sec_03-inner {
        padding-top: 40px;
    }
    .sec_03 .sec_text span.pa24 {
        padding: 0;
    }
    .sec_04 {
        min-height: 90vh;
    }
    .sec_04 p {
        text-align: left;
        padding: 20px;
        line-height: 20px;
    }
    .sec_04-inner {
        padding-top: 60px;
    }
    .sec_04-inner img {
        width: 90%;
        margin: 50px auto;
        text-align: center;
    }

    .sec_05 {
        min-height: 1050px;
    }
    .sec_05-inner {
        padding-top: 60px;
        padding-bottom: 50px;
    }
    .sec_05_box {
        flex-direction: column;
        margin-bottom: 30px;
    }
    .sec_05_box-r {
        flex-direction: column-reverse;
    }
    .sec_05_box img {
        width: 100%;
    }
    .sec_05_box p {
        text-align: left;
        padding: 0;
    }

    .sec_06 {
        min-height: 90vh;
    }

    .ml60 {
        margin-left: 0;
    }
    .mb150 {
        margin-bottom: 40px;
    }
    .mb180 {
        margin-bottom: 40px;
    }

    .row-r {
        flex-direction: column-reverse;
        margin-top: 40px;
    }
    .right {
        padding-left: 0;
    }

    .wrap1 {
        background-position: left;
        min-height: 100vh;
    }
    .wrap2 {
        min-height: 60vh;
        height: 60vh;
    }
    .wrap2 img {
        width: 100%;
    }
    .wrap3 img {
        width: 100%;
    }
    .wrap3 p {
        text-align: center;
    }
    .wrap3  {
        padding-top: 40px;
    }

    .gmap {
        padding: 0 10px;
        height: 350px;
    }

    .ham {
      opacity: 1;
      visibility: visible;
      z-index: 1000;
    }

    .footer {
        margin-bottom: 40px;
        padding-top: 40px;
    }
    .footer_inn {
        flex-direction: column;
    }
    .footer_inn img {
        width: 100%;
        margin: 0;
    }
    .link_btn a {
        font-size: 1em;
    }
    .box-l {
        padding-bottom: 20px;
        margin-right: 0;
    }
    .footer ul li {
        font-size: 14px;
        padding: 0 0 6px;
    }

    .sp-center {
        text-align: center;
    }


}

@media screen and (max-width: 376px) {
    .sec_04 {
        min-height: 100vh;
    }
}
@media screen and (max-width: 321px) {
    .sec_04-inner {
        padding-top: 30px;
    }
}
@media screen and (max-width: 1071px) {
    div.top h1 {
      right: 20%;
    }
}


/*  --------------------------------------------
takeout
--------------------------------------------  */
.formwrap {
    width: 1000px;
    margin: 60px auto;
    }

.takeout-mainph {
    margin: 108px auto 40px;
    }
.takeout-mainph img{
    width: 100%;
    }
p.takeout-catch {
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    line-height: 1.6em;
    padding: 0 0 60px;
    }
p.takeout-caution {
    font-size: 14px;
    line-height: 1.6em;
    padding: 0 120px 60px;
    }

h1.pageTitle {
    width: 80%;
    font-size: 30px;
    text-align: center;
    margin: 0 auto 30px;
    padding: 10px;
    border-bottom: 4px solid #0092C2;
    }
p.takeout-sub {
    text-align: center;
    }

.menu-list {
    list-style-type: none;
    }
.menu-list li{
    width: 80%;
    margin: 0 auto 60px;
    padding: 30px 40px 0;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 4px;
    }
.menu-list li h2{
    font-size: 20px;
    border-bottom: 2px solid #f00;
    padding: 0 0 12px;
    }
    .menu-list li h2 span.sub{
        font-size: 15px;
        }
.form-h3 {
    width: 10em;
    margin: 0 auto 30px;
    text-align: center;
    font-size: 18px;
    border-bottom: 2px solid #f00;
    padding: 0 0 12px;
    }

p.takeout-sub {
    padding: 0 0 30px;
    font-size: 16px;
    }

dl.order-item-part {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 20px 0;
    }
dl.order-item-part dt{
    width: 40%;
    font-size: 14px;
    padding: 30px 10px;
    }
dl.order-item-part dt span{
    font-size: 34px;
    font-weight: bold;
    }

dl.order-item-part dd{
    width: 60%;
    }

.cp_ipselect {
    overflow: hidden;
    width: 90%;
    margin: 2em auto;
    text-align: center;
}
.cp_ipselect select {
    width: 100%;
    padding-right: 1em;
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    border: none;
    outline: none;
    background: transparent;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
}
.cp_ipselect select::-ms-expand {
    display: none;
}
.cp_ipselect.cp_sl01 {
    position: relative;
    border: 1px solid #bbbbbb;
    border-radius: 2px;
    background: #ffffff;
    margin: 50px 0;
}
.cp_ipselect.cp_sl01::before {
    position: absolute;
    top: 0.8em;
    right: 0.9em;
    width: 0;
    height: 0;
    padding: 0;
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #666666;
    pointer-events: none;
}
.cp_ipselect.cp_sl01 select {
    padding: 8px 38px 8px 8px;
    color: #666666;
}

.thanks-wrap {
    text-align: center !important;
}

img.ui-datepicker-trigger {
    width: auto;
    height: 30px;
    margin: 0px 0 0 10px;
    }

@media screen and (max-width: 739px) {
/*  --------------------------------------------
takeout
--------------------------------------------  */
.formwrap {
    width: 100%;
    margin: 60px auto;
    }

.takeout-mainph {
    margin: 60px auto 20px;
    }
.takeout-mainph img{
    width: 100%;
    }
p.takeout-catch {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.6em;
    padding: 0 0 60px;
    }
p.takeout-caution {
    font-size: 11px;
    line-height: 1.6em;
    padding: 0 16px 30px;
    }

h1.pageTitle {
width: 80%;
font-size: 24px;
text-align: center;
margin: 0 auto 30px;
padding: 10px;
border-bottom: 2px solid #0092C2;
    }
p.takeout-sub {
    text-align: center;
    }

.menu-list {
    list-style-type: none;
    }
.menu-list li{
width: 94%;
margin: 0 auto 40px;
padding: 30px 20px 0;
box-sizing: border-box;
border: 1px solid #ccc;
border-radius: 4px;
    }
.menu-list li h2{
    font-size: 17px;
    border-bottom: 2px solid #f00;
    padding: 0 0 12px;
    }
.form-h3 {
    width: 10em;
    margin: 0 auto 30px;
    text-align: center;
    font-size: 18px;
    border-bottom: 2px solid #f00;
    padding: 0 0 12px;
    }

p.takeout-sub {
padding: 0 0 30px;
font-size: 12px;
    }

dl.order-item-part {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 20px 0;
    }
dl.order-item-part dt{
    width: 40%;
    font-size: 14px;
    padding: 30px 10px;
    }
dl.order-item-part dt span{
    font-size: 34px;
    font-weight: bold;
    }

dl.order-item-part dd{
    width: 60%;
    }

.cp_ipselect {
    overflow: hidden;
    width: 90%;
    margin: 2em auto;
    text-align: center;
}
.cp_ipselect select {
    width: 100%;
    padding-right: 1em;
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    border: none;
    outline: none;
    background: transparent;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
}
.cp_ipselect select::-ms-expand {
    display: none;
}
.cp_ipselect.cp_sl01 {
    position: relative;
    border: 1px solid #bbbbbb;
    border-radius: 2px;
    background: #ffffff;
    margin: 20px auto;
}
.cp_ipselect.cp_sl01::before {
    position: absolute;
    top: 1.4em;
    right: 0.9em;
    width: 0;
    height: 0;
    padding: 0;
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #666666;
    pointer-events: none;
}
.cp_ipselect.cp_sl01 select {
    padding: 8px 38px 8px 8px;
    color: #666666;
}

.thanks-wrap {
    text-align: center !important;
}
.menu-list li h2 span.sub {
    font-size: 12px;
}
input.deliver_date {
    width: 80% !important;
    margin: 0 0 16px !important;
    display: inline-block !important;
}

}
