/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;  
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

/*ここまでリセットcss*/

body {
    background: linear-gradient(#B790D4, #fff) fixed;
    background-size: cover;
    
    font: 15px/1.231 'A1 Gothic M','YuGothic','游ゴシック','ヒラギノ角ゴ Pro W3',
    'Hiragino Kaku Gothic ProN','メイリオ','Meiryo','ＭＳ Ｐゴシック',sans-serif;
    margin: 0;
}
/*あらかじめ*/

/*文字の統一*/

.fs08 {
    font-size: 0.8rem;
}
.fs10 {
    font-size: 1rem;
}
.fs15 {
    font-size: 1.5rem;
}
.fs20 {
    font-size: 2rem;
}
/* 文字色 */
.gray {
    color: #666666;
}
.red {
    color: red;
}
.yellow {
    color: yellow;
}
.time {
    color: red;
    font-weight: bold;
    display: inline-block;
}
.r-time {
    font-weight: bold;
    color: red;
    border-bottom: double 5px #FFC778;
    display: inline-block;
}
/* flex */
.df {
    display: flex;
}
/* 太字 */
.bold {
    font-weight: bold;
}
/* インデント */
.ti1 {
    text-indent: 1em;
}
.ti2 {
    text-indent: 2rem;
}
.ti-1 {
    padding-left:1em;
    text-indent:-1em;
}
/* 行間 */
.lh {
    line-height: 30px;
}
/* ブロック */
.block {
    display: block;
}
.inline {
    display: inline;
}
/*margin,padding*/

.mt1 {
    margin-top: 1%;
}
.mt2 {
    margin-top: 2%;
}
.mt3 {
    margin-top: 3%;
}
.mt20 {
    margin-top: 20px;
}
.mt12 {
    margin-top: 12%;
}
.ml2 {
    margin-left: 2%;
}
.mb1 {
    margin-bottom: 1%;
}
.mb2 {
    margin-bottom: 2%;
}
.mb3 {
    margin-bottom: 3%;
}
.mb5 {
    margin-bottom: 5%;
}

.mr2 {
    margin-right: 2%;
}

/*border*/

.bd-t {
    border-top: 1px solid #000;
}

/* 寄せ */
.tac {
    text-align: center;
}
.tar {
    text-align: right;
}
.tal {
    text-align-last: left;
}

/*flex*/

.flex {
    display: flex;
    justify-content: space-around;
}

/* aタグ */
a {
    text-decoration: none;
}

/* ハンバーガーメニュー */
#hamburger,.menu-content {
    display: none;
}
#hamburger.active span:nth-of-type(1) {
    top: 20px;
    transform: rotate(45deg);
}
#hamburger.active span:nth-of-type(2) {
    opacity: 0;
}
#hamburger.active span:nth-of-type(3) {
    top: 20px;
    transform: rotate(-45deg);
}
#hamburger {
    background-color: white;
    border: 1px solid #0f745b;
}


/*ボタン*/
    .page-button {
        width: 96%;
        margin: 0 auto;
        height: 100%;
    }
    a.btn-solid {
        color: #fff;
        border-top: 4px solid #48ecc4;
        border-right: 4px solid #0a5f4a;
        border-bottom: 4px solid #0f745b;
        border-left: 4px solid #8cf9de;
        border-radius: 0;
        background: #11a37f;
        width: calc(96% /4);
        margin-right: 5px;
        height: 40px;
        line-height: 40px;
      }
      
      a.btn-solid:hover,.header-right2 button:hover {
        color: #fff;
        border-top: 4px solid #0f745b;
        border-right: 4px solid #8cf9de;
        border-bottom: 4px solid #48ecc4;
        border-left: 4px solid #0a5f4a;
      }
  
/*タブ*/
  
  /*タブ切り替え全体のスタイル*/
.tabs {
    margin-top: 50px;
    padding-bottom: 40px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    width: 100%;
    margin: 0 auto;
    margin-bottom: 30px;
    }
  
  /*タブのスタイル*/
  .tab_item {
    width: calc(100%/5);
    height: 50px;
    border-bottom: 3px solid #0A481E;
    background-color: #d9d9d9;
    line-height: 50px;
    font-size: 16px;
    text-align: center;
    color: #565656;
    display: block;
    float: left;
    text-align: center;
    font-weight: bold;
    transition: all 0.2s ease;
  }
  .type-two {
      width: calc(100%/2) ;
  }
  .tab_item:hover {
    opacity: 0.75;
  }
  
  /*ラジオボタンを全て消す*/
  input[name="tab_item"] {
    display: none;
  }
  
  /*タブ切り替えの中身のスタイル*/
  .tab_content {
    width: 90%;
    display: none;
    padding: 0 4% 0;
    clear: both;
    overflow: hidden;
    margin: 0 auto;
  }
  
  
  /*選択されているタブのコンテンツのみを表示*/
  #osusi:checked ~ #osusi_content,
  #hatimori:checked ~ #hatimori_content,
  #osasimi:checked ~ #osasimi_content,
  #kaiseki:checked ~ #kaiseki_content,
  #innryou:checked ~ #innryou_content,
  #sonota:checked ~ #sonota_content {
    display: block;
  }
  
  /*選択されているタブのスタイルを変える*/
  .tabs input:checked + .tab_item {
    background-color: #0A481E;
    color: #fff;
  }

/*帯*/

.title {
    padding: 0em 0.5em;
    text-decoration: none;
    background: #f7f7f7;
    border-left: solid 6px #0A481E;/*左線*/
    font-weight: bold;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
    width: 100%;
    height:48px;
    line-height: 48px;
    margin: 3% 0;
    box-sizing: border-box;
    font-size: 1.5rem;
}

/* トップへ戻るボタン */
#top-btn {
    background: white;
    color: #0f745b;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    position: fixed;
    width: 40px;
    height: 40px;
    bottom: 10px;
    right: 10px;
    border: 1px solid #000;
    font-size: 1.5rem;
}

/* スモール文 */
.small {
    border-top: 1px solid #000;
    font-size: 0.8rem;
    color: gray;
    width: 90%;
    margin: 16px auto;
    display: flex;
    justify-content: space-between;
}
/*1page*/

/*外枠*/

.all {
    width: 50%;
    margin: 0 auto;
    background-color: #fff;
    height: 100%;
}

/*ヘッダー*/

.header {
    background: linear-gradient(#006400, #fff) fixed;
    background-size: cover;
    color: #fff;
    box-sizing: border-box;
    padding: 20px 3% 5px;
    height: 100%;
    width: 100%;
    justify-content: space-between;
}
.header-left {
    width: 50%;
    height: 100%;
}
.header-left img {
    width: 100%;
    height: 100%;
}
.header-right {
    line-height: 30px;
}
.header-right2 {
    display: none;
}

/*メインビジュアル*/

.main-visual {
    height: 400px;
    width: 100%;
}

/* スライドショー */
.slideshow {
    list-style-type: none;
    position: relative;
    width: 100%;
  }
  
  .slideshow > li {
    opacity: 0;
    position: absolute;
    transition: opacity 3s ease-in-out;
    top: 0%;
    left: 0%;
    width: 100%;
  }
  
  .slideshow > li.showSlide {
    opacity: 1;
  }
  
  .slideshow > li > img {
    width: 100%;
    height: 400px;
  }

  /* メニューボタン */
.to-menu {
    display: none;
}
  /*ニュース*/
.sushi-news {
    width: 90%;
    margin: 0 auto;
}
.news-contents {
    justify-content: end;
}
.news p {
    margin: 0;
    padding: 0;
}
.news-left {
    width: 55%;
}
.news-right {
    width: 45%;
}
.text {
    margin-top: 16px;
    width: 100%;
}
.text p {
    padding-left: 1em;
}
.border-tb {
    border-top: 2px solid #48ecc4;
    border-bottom: 2px solid #48ecc4;
    width: 95%;
    text-align: center;
    background-color: #0A481E;
    color: white;
    margin-bottom: 10px;
    height: 100%;
}
.news-right {
    color: #666666;
}
/* 2page */
.container {
    width: 96%;
    margin: 0 auto;
}
.card-name {
    width: 100%;
}
.notice {
    color: red;
    line-height: 20px;
    font-weight: bold;
    padding: 0em 1em;
    margin-bottom: 2%;
}
/*カード内容*/
.card,.card2 {
    border: 10px ridge #48ecc4;
    padding: 2%;
    margin-bottom: 2%;
}
.dishes-contents {
    display: flex;
    justify-content: center;
    margin-bottom: 3%;
}
.dishes-left {
    width: 50%;
    margin-right: 3%;
}
.dishes-left img {
    width: 100%;
    height: 100%;
}
.dishes-right {
    width: 50%;
}
.price {
    border-top: 1px solid #000;
    width: 90%;
    margin: 0 auto;
    text-align: right;
}
.price p {
    margin-right: auto;
}
.text-menu {
    display: flex;
    justify-content: left;
}
.text-menu p {
    height: 40px;
}
.menu-left,.menu-right {
    width: 50%;
}

/*3page*/
.seat-img img {
    width: 100%;
    height: 100%;
}
.seat-intro p {
    height: 40px;
}

/*4page*/
.card2 p {
    height: 40px;
    font-size: 1rem;
}
.access {
    height: 150px;
}
/* 5page */
.privacy {
    width: 95%;
    margin: 3% auto;
}
.primary,.secondary {
    margin-bottom: 3%;
}
.secondary {
    margin-left: 2%;
}
.bd-2g {
    border-bottom: 4px solid green;
    margin-bottom: 3%;
}
.bd-1g {
    border-bottom: 2px solid green;
    margin-bottom: 3%;
}

@media screen and (min-width: 1600px) and (max-width: 2500px) {
    .main-visual {
        height: 500px;
        width: 100%;
    }
    .slideshow > li > img {
        width: 100%;
        height: 500px;
    }
    .logo {
        height: 140%;
    }
}
@media screen and (max-width: 960px) {
    /* スライドショー  */
    .main-visual {
        height: 300px;
    }
    .slideshow {
        margin: 0;
        padding: 0;
    }
    .slideshow > li {
        opacity: 0;
        position: absolute;
        transition: opacity 3s ease-in-out;
        top: 0;
        left: 0;
        width: 100%;
        padding: 0;
        margin: 0;
      }
      .slideshow > li > img {
          width: 100%;
          height: 280px;
      }
    /* タブ */
	.cp_tab {
		width: 100%;
		font-size: 0.8em;
	}
	.cp_tab label {
		padding: 0.5em;
	}

    .all {
        width: 100%;
        background: linear-gradient(#B790D4, #fff) fixed;
        margin: 0;
        padding: 0;
    }
    /* ディスプレイノンのやつ */
    .page-button,.dn,.header-right {
        display: none;
    }

    /* ヘッダー */
    .header {
        padding-top: 10px;
        display: block;
        margin-bottom: 0;
    }
    .header-left {
        margin: 30px auto 0;
        width: 90%;
    }
    .header-right2 {
        display: block;
        margin: 2% auto 0;
        width: 100%;
        height: 100%;
        text-align: center;
    }
    .header-right2 button {
        width: 90%;
        height: 60px;
        background-color: #11a37f;
        border-top: 4px solid #48ecc4;
        border-right: 4px solid #0a5f4a;
        border-bottom: 4px solid #0f745b;
        border-left: 4px solid #8cf9de;
        border-radius: 0;
    }
    .tel a {
        display: flex;
        justify-content: space-around;
        color: white;
    }
    .tel img {
        width: 48px;
        height: 48px;
    }
    .tel-text {
        display: block;
        font-size: 0.8rem;
        line-height: 48px;
        font-size: 1rem;
    }
    /* メニューボタン */
    .to-menu {
        display: block;
    }
    .menu-button {
        width: 90%;
        height: 50px;
        background-color: red;
        border-top: 4px solid #ff0461;
        border-right: 4px solid #660000;
        border-bottom: 4px solid #990000;
        border-left: 4px solid #ff69a3;
        border-radius: 0;
    }
    .to-menu a {
        font-size: 1.2rem;
        font-weight: bold;
        text-decoration: none;
        color: white;
    }
    /* ハンバーガーメニュー */
    #hamburger {
        width: 40px;
        height: 40px;
        position: absolute;
        cursor: pointer;
        z-index: 100;
        top: 15px;
        right: 15px;
        transition: .4s;
        display: block;
    }
    #hamburger span {
        display: block;
        width: 35px;
        height: 3px;
        background-color: #0f745b;
        transition: .8s;
    }
    #hamburger span:nth-of-type(1) {
        position: absolute;
        top: 10px;
        left: 2px;
    }
    #hamburger span:nth-of-type(2) {
        position: absolute;
        top: 20px;
        left: 2px;
    }
    #hamburger span:nth-of-type(3) {
        position: absolute;
        top: 30px;
        left: 2px;
    }
    .menu-content {
        width: 100%;
        height: 200px;
        text-align: left;
        background-color: #0A481E;
    }
    .menu-contents {
        width: 100%;
        margin: 0;
        padding: 0;
    }
    .menu-content li {
        list-style: none;
        width: 100%;
        height: 50px;
        font-size: 1.25rem;
        line-height: 50px;
    }
    .menu-content a {
        display: block;
        padding-left: 16px;
        color: white;
    }
    .menu-content li:hover {
        background-color: #11a37f;
    }

    /* ニュース */
    .news-contents {
        display: block;
    }
    .news-left,.news-right {
        width: 100%;
        margin: 0 auto;
    }
    .text,.right-top p,.right-bottom p {
        width: 90%;
        margin: 0 auto;
    }
    .text p {
        padding: 0;
    }
    .border-tb {
        box-sizing: border-box;
        font-size: 1.3rem;
        width: 100%;
    }
    .news-right {
        margin: 3% 0;

    }

    /* ２ページ */
    /* カード内容 */
    .card-name,.title {
        font-size: 1.2rem;
    }
    .tabs label {
        font-size: 0.7rem;
    }
    .dishes-contents {
        display: block;
        margin: 0 auto;
    }
    .dishes-left,.dishes-right,.menu-left,.menu-right{
        width: 100%;
    }
    .dishes-left {
        margin: 0;
    }
    .price {
        margin-top: 5%;
    }
    .text-menu {
        display: block;
        width: 100%;
    }
    .text-menu p {
        font-size: 0.8rem;
    }
    .small {
        display: block;
        text-align: center;
    }
    /* 5page */
    .primary,.secondary,.bd-1g,.bd-2g {
        margin-bottom: 5%;
    }
    
}