@charset "ChatNoir";
/*!
Theme Name: ChatNoir
Description: ChatNoir |  岐阜 フレンチ
Theme URI: https://www.chatnoir2210.com/
Version: 1.0
License: ChatNoir
License URI: https://www.chatnoir2210.com/
*/
/****************************************

リセットCSSここから

*****************************************/
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
    /*1em=10px */
    overflow-y: scroll;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
}

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, guidelines, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    word-wrap: break-word;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

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

ul, ol {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

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

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;
}

img {
    vertical-align: top;
}

/* 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;
}

/****************************************

メディアクエリ/レスポンシブ用mixin

*****************************************/
/****************************************

body設定(主に書式)

*****************************************/
body {
    font-family: "Noto Sans", "Noto Sans CJK JP", sans-serif;
    color: #303030;
    background: #fff;
    line-height: 1.7;
    letter-spacing: 0.1em;
}

/****************************************

ページ共通

*****************************************/
#wrapper {
    width: 100%;
    min-width: 764px;
    min-height: 100%;
    float: none;
    margin: 0 auto;
    overflow: hidden;
}
#wrapper02 {
    width: 100%;
    min-width: 764px;
    min-height: 100%;
    float: none;
    margin: 0 auto;
    overflow: hidden;
}

@media screen and (min-width: 767px) {
    #wrapper {
        width: 100%;
    }
    #wrapper02 {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    #wrapper {
        width: 100%;
        min-width: 0;
        min-height: 100%;
        float: none;
        margin: 0 auto;
        overflow: hidden;
    }
    #wrapper02 {
        width: 100%;
        min-width: 0;
        min-height: 100%;
        float: none;
        margin: 0 auto;
        overflow: hidden;
    }
}
/****************************************

フォント指定

*****************************************/
li, tt, tr, dt, dd, p {
    font-size: 1.5em;
}

h1 {
    color: #303030;
    font-size: 1.0em;
}

h2 {
    font-size: 2em;
    font-weight: bold;
    color: #000;
    font-family: 'Noto Serif JP', sans-serif;
}

h3 {
    font-size: 1.6em;
    font-weight: bold;
    color: #000;
    font-family: 'Noto Serif JP', sans-serif;
}

h4 {
    font-size: 1.1em;
    font-weight: bold;
    color: #000;
}

h5 {
    font-size: 1.075em;
    float: left;
    margin-top: 20px;
    font-weight: bold;
    color: #000;
}
li p {
    font-size: 100%;
}

/****************************************

リンク指定&オンマウス時のアクション

*****************************************/
a:link, a:visited {
    font-weight: normal;
    color: #000;
    text-decoration: underline;
    -webkit-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
}
a:hover, a:active {
    font-weight: normal;
    color: #008099;
    text-decoration: underline;
    -webkit-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
}
a:hover img.img_opacity {
    opacity: 0.75;
    filter: alpha(opacity=70);
    -webkit-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
}
a img.img_opacity {
    -webkit-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
}

/****************************************

pcヘッダー

*****************************************/
@media print, screen and (min-width: 768px) {
    #sp_navi, #toggle {
        display: none;
    }
    header {
        width: 100%;
        margin: 0 auto;
    }
    .pc_header_box {
        width: 1050px;
        height: 130px;
        margin: 0 auto;
        background-color: #fff;
        z-index: 999;
        background: url(../images/header_info.jpg) no-repeat top 40px right;
        padding-top: 40px;
    }
    .logo {
        width: auto;
    }
    @media screen and (max-width: 767px) {
        .logo {
            width: auto;
            position: absolute;
            top: 20px;
            left: 25px;
        }
    }
}

/****************************************

spヘッダー

*****************************************/
@media screen and (max-width: 767px) {
    img {
        width: 100%;
        height: auto;
    }
    header {
        display: block;
        position: relative;
        width: 100%;
    }
    .pc_header_box_extra {
        width: 100%;
        height: 85px;
/*        position: fixed;*/
        background-color: #fff;
        z-index: 999;
    }
    .pc_header_box {
        width: 100%;
        height: 85px;
        padding-top: 30p;
        position: fixed;
        background-color: #fff;
        z-index: 999;
/*        border-top: solid 3px #00573f;*/
    }
    .logo a img{
        width: 34%;
        position: relative;
        top: 27px;
        left: 3%;
    }
    .contact_bnr {
        width: 25%;
        position: absolute;
        top: 20px;
        left: 57%;
    }
/*
    .insta_bnr {
        position: absolute;
        right: 58%;
        top : 35%;
    }
    .fb_bnr {
        position: absolute;
        right: 47%;
        top : 35%;
    }
*/
    .pc_header_box .pc_header_info,
    .pc_header_box .header_link {
        display: none;
    }
    #toggle {
        position: fixed;
        /*bodyに対しての絶対位置指定です*/
        right: 15px;
        top: 25px;
        width: 25px;
        height: 25px;
        cursor: pointer;
        z-index: 9999;
    }
    #toggle div {
        position: relative;
    }
    #toggle span {
        display: block;
        position: absolute;
        /*#navToggle div に対して*/
        width: 100%;
        height: 4px;
		background: #0ba6c1;
        border-radius: 4px;
        -webkit-transition: .35s ease-in-out;
        -o-transition: .35s ease-in-out;
        transition: .35s ease-in-out;
    }
    #toggle span:nth-child(1) {
        top: 0;
    }
    #toggle span:nth-child(2) {
        top: 11px;
    }
    #toggle span:nth-child(3) {
        top: 22px;
    }
    /*spanの絶対位置指定の親にします*/
    .open_navi #toggle {
        position: fixed;
    }
    .open_navi #toggle span:nth-of-type(1) {
        -webkit-transform: translateY(11px) rotate(-315deg);
        -ms-transform: translateY(11px) rotate(-315deg);
        transform: translateY(11px) rotate(-315deg);
    }
    .open_navi #toggle span:nth-of-type(2) {
        opacity: 0;
    }
    .open_navi #toggle span:nth-of-type(3) {
        -webkit-transform: translateY(-11px) rotate(315deg);
        -ms-transform: translateY(-11px) rotate(315deg);
        transform: translateY(-11px) rotate(315deg);
    }
    #sp_navi {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        width: 100vw;
        overflow-y: scroll;
        text-align: left;
        background-color: rgba(255,255,255,1);
        z-index: 999;
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
        -webkit-transition: .7s ease-in-out;
        -o-transition: .7s ease-in-out;
        transition: .7s ease-in-out;
		font-family: 'Noto Serif JP', sans-serif;
    }
    .open_navi #sp_navi {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: .7s ease-in-out;
        -o-transition: .7s ease-in-out;
        transition: .7s ease-in-out;
    }
    .open_navi #wrapper {
        -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
        transform-origin: left center;
/*
        -webkit-filter: blur(3px);
        filter: blur(3px);
*/
        -webkit-transition: .7s ease-in-out;
        -o-transition: .7s ease-in-out;
        transition: .7s ease-in-out;
    }
    #sp_navi .menu {
        padding-top: 80px;
        text-align: center;
    }
    #sp_navi .menu .menu-item {
        width: 100%;
        text-align: center;
        border-bottom: #ddd 1px solid;
        cursor: pointer;
        color: #303030;
        margin: 0 auto;
        font-size: 1.6rem;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    #sp_navi .menu .menu-item-home {
        border-top: #ddd 1px solid;
    }
    #sp_navi .menu-item a, #sp_navi .menu-item span {
        display: block;
        padding: 15px 0 14px;
    }
    #sp_navi .menu-item a:link, #sp_navi .menu-item a:visited, #sp_navi .menu-item a:hover, #sp_navi .menu-item a:active {
        color: #303030;
        text-decoration: none;
    }
    #sp_navi .sub-menu {
        width: 100%;
        text-align: center;
        display: none;
    }
    #sp_navi .sub-menu li {
        width: 100%;
        text-align: center;
        border-top: #ddd 1px solid;
    }
    #sp_navi .sub-menu li a {
        display: block;
        padding: 11px 0 10px;
        color: #303030;
        background-color: rgba(238,238,238,1);
    }
    #sp_navi .sub-menu li a:link, #sp_navi .sub-menu li a:visited, #sp_navi .sub-menu li a:hover, #sp_navi .sub-menu li a:active {
        color: #303030;
        text-decoration: none;
    }
    #sp_navi .sub-menu li a:hover {
		color: #018199;
		background-color: rgba(216,241,245,1);
    }
    #sp_navi .menu-item-has-children {
        position: relative;
    }
    #sp_navi .menu-item-has-children::before {
        content: '';
        width: 14px;
        height: 14px;
        border: 0px;
		border-top: solid 3px #0ba6c1;
		border-right: solid 3px #0ba6c1;
        -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        transform: rotate(135deg);
        -webkit-transition: .2s ease-in-out;
        -o-transition: .2s ease-in-out;
        transition: .2s ease-in-out;
        position: absolute;
        top: 14px;
        right: 20px;
    }
    #sp_navi .menu-item-has-children.menu_open::before {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transition: .2s ease-in-out;
        -o-transition: .2s ease-in-out;
        transition: .2s ease-in-out;
        top: 22px;
    }
}

/****************************************

pc用 横ナビ

*****************************************/
@media screen and (max-width: 767px) {
    #g_navi {
        display: none;
    }
}
#g_navi {
    width: 100%;
    height: 60px;
    position: relative;
    margin-bottom: 30px;
}
#g_navi .menu {
    *zoom: 1;
    width: 1050px;
    list-style-type: none;
    margin: 0 auto;
}
#g_navi .menu:before {
    content: "";
    display: table;
}
#g_navi .menu:after {
    content: "";
    display: table;
    clear: both;
}
#g_navi .menu li {
    position: relative;
    width: 150px;
    float: left;
    text-align: center;
    line-height: 0;
}
#g_navi .menu li a {
    display: block;
    margin: 0;
    color: #333;
    font-size: 1.5em;
    line-height: 1;
    text-decoration: none;
}
#g_navi .menu li a:after {
    position: absolute;
    bottom: -0px;
    left: 0;
    content: '';
    width: 100%;
    height: 3px;
    background: #008099;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform .3s;
}
#g_navi .menu li a:hover:after {
    transform-origin: left top;
    transform: scale(1, 1);
}
#g_navi .menu li ul li a:after {
    content: none;
}
#g_navi .menu li ul {
    list-style: none;
    position: absolute;
    z-index: 9999;
    top: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
#g_navi .menu li ul li {
    width: 100%;
}
#g_navi .menu li ul li a {
    width: 150px;
    padding: 13px 10px;
    border-top: 1px dotted #008099;
    font-size: 1.2rem;
    background: #fff;
    text-align: center;
    opacity: 0.95;
    filter: alpha(opacity=95);
}
#g_navi .menu li ul li a:hover {
    background: #ecf8fa;
    color: #008099;
    -webkit-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
}
#g_navi .menu li:hover ul {
    visibility: visible;
    opacity: 0.95;
}
.menu ul{
    overflow: hidden;
    width: 0;
    transition: .3s;
}
.menu li:hover ul{
    width: 100%;
}

/****************************************

ティーザー

*****************************************/
@media screen and (min-width: 768px) {
    #sp_teaser {
        display: none;
    }
    #slider {
        width: 100%;
        overflow: hidden;
        position: relative;
        margin: 0 auto 25px;
        z-index: -1;
    }
    .header_box_lower{
        width: 100%;
        display: block;
        position: relative;
        margin: 0 auto;
    }
    .flex-control-nav{
        bottom: -25px !important;
        z-index: 2;
    }
    #teaser {
        width: 100%;
        min-height: 160px;
        position: relative;
        margin: -25px auto;
        background-color: #0ba6c1;
    }
    #teaser p{
        font-family: "Century Gothic", sans-serif;
        text-align: center;
		padding-top: 55px;
        font-size: 3em;
        color: #fff;
    }
    #teaser img {
        width: 100%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 767px) {
    #slider_box {
        width: 100%;
        position: relative;
    }
    #slider {
        width: 100%;
        overflow: hidden;
        position: relative;
        margin-bottom: 20px;
    }
    #slider .metaslider {
        width: 100%;
    }
    #slider .metaslider img{
        width: 100%;
        z-index: 3;
/*        margin-left: -25%;*/
    }
    #slider .metaslider {
        width: 100%;
    }
	#teaser {
		width: 100%;
		min-height: 100px;
		position: relative;
		margin: 0 auto;
		background-color: #0ba6c1;
	}
	#teaser p{
		font-family: "Century Gothic", sans-serif;
		text-align: center;
		padding-top: 31px;
		font-size: 2.5em;
		color: #fff;
	}
	#teaser img {
		width: 100%;
		margin: 0 auto;
	}
}
/****************************************

content 共通設定

*****************************************/
main#top_main {
    width: 100%;
    margin: 0 auto;
}
@media screen and (min-width: 768px) {
	#page_contents {
		width: 100%;
		min-height: 1000px;
		margin: 0 auto;
		background: url(../images/under_bg.jpg) no-repeat top center;
		background-size: cover;
	}
}
.breadcrumb_area {
    height: auto;
    margin: 0 auto;
	position: relative;
}

.breadcrumb {
	width: 100%;
	text-align: center;
	padding-top: 35px;
	color: #aaa;
/*
	position: absolute;
	top: 10px;
	left: 40.5%;
*/
}
.breadcrumb p {
    font-size: 1.4rem;
}
.breadcrumb a {
    position: relative;
    display: inline-block;
    text-decoration: underline;
    color: #aaa;
}
.breadcrumb a:hover, a:active {
    position: relative;
    display: inline-block;
    text-decoration: underline;
    color: #0CA6C1;
}

@media screen and (min-width: 768px) {
    .bottom_banner li img:nth-child(1){
        -moz-transition: -moz-transform 0.2s linear;
        -webkit-transition: -webkit-transform 0.2s linear;
        -o-transition: -o-transform 0.2s linear;
        -ms-transition: -ms-transform 0.2s linear;
        transition: transform 0.2s linear;
    }
    .bottom_banner li:hover img:nth-child(1){
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -o-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
    }
}
.mb5 {
    margin-bottom: 5px;
}
.mb10 {
    margin-bottom: 10px;
}
.mb20 {
    margin-bottom: 20px;
}
.mb30 {
    margin-bottom: 30px;
}
.mb40 {
    margin-bottom: 40px;
}
.mb50 {
    margin-bottom: 50px;
}
.mb60 {
    margin-bottom: 60px;
}
.mb70 {
    margin-bottom: 70px;
}
.mb80 {
    margin-bottom: 80px;
}
.mb90 {
    margin-bottom: 90px;
}
.mb100 {
    margin-bottom: 100px;
}
.mb110 {
    margin-bottom: 110px;
}
.mb120 {
    margin-bottom: 120px;
}
.mb130 {
    margin-bottom: 130px;
}
.mb140 {
    margin-bottom: 140px;
}
.mt10 {
    margin-top: 10px;
}
.mt20 {
    margin-top: 20px;
}
.mt30 {
    margin-top: 30px;
}
.mt40 {
    margin-top: 40px;
}
.mt50 {
    margin-top: 50px;
}
.mt60 {
    margin-top: 60px;
}

@media screen and (max-width: 767px) {
    main#top_main {
        width: 100%;
        margin: 0 auto;
    }
    main#page_main {
        width: 100%;
        padding: 0 10px;
        margin: 0 auto 30px;
    }
    #page_contents {
        width: 100%;
        padding: 0 10px 80px;
        margin: 0 auto;
		background: url(../images/under_bg.jpg) no-repeat top center;
    }
	.breadcrumb {
		width: 100%;
		text-align: center;
		padding-top: 10px;
		color: #aaa;
	}
    .breadcrumb_area {
        width: 100%;
        padding: 0 10px;
        margin: 0 auto 30px;
    }
    .bottom_box01,.bottom_box02{
        width: 100%;
        margin: 0 auto 50px;
        padding: 0 10px;
    }
    .bottom_banner li{
        position: relative;
        float: left;
        overflow: hidden;
        display: block;
        float: left;
        width: 48%;
        height: auto;
        margin: 0 4% 4% 0;
    }
    .bottom_banner li:nth-child(2n+1){
        clear: both;
    }
    .bottom_banner li:nth-child(2N){
        margin-right: 0;
    }
}

/****************************************

contentトップ用

*****************************************/

@media print, screen and (min-width: 768px) {
    .top_box01 {
        width: 100%;
        height: 420px;
        margin: 0 auto;
        padding: 80px 0 40px;
        background-color: #d8f1f5;
        position: relative;
    }
    .top_box01_inner {
        width: 1050px;
        margin: 0 auto;
        text-align: left;
    }
    .top_text_box {
        text-align: center;
        margin-bottom: 45px;
    }
    .top_box02 {
        width: 100%;
        height: 1160px;
        background: url(../images/bg_img01.png) no-repeat top left;
        margin: 0 auto;
        padding: 180px 0 160px;
        position: relative;
        padding-bottom: calc(10vw + 10px); 
        overflow: hidden;
		background-size: cover;
    }
    .top_box02::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        border-top: 8vw solid #d8f1f5;  /* 三角部分の色 */ 
        border-left: 100vw solid transparent;
    }
    .top_box02::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        border-bottom: 8vw solid #d8f1f5;  /* 三角部分の色 */ 
        border-left: 100vw solid transparent;
    }
    .top_box02_inner {
        width: 1050px;
        margin: 0 auto;
    }
    .top_box03 {
        width: 100%;
        height: 530px;
        margin: 0 auto;
        padding: 20px 0 30px;
        background-color: #d8f1f5;
        position: relative;
    }
    .top_box03_inner {
        width: 1050px;
        margin: 0 auto;
    }
    .top_box04 {
        width: 100%;
        height: 650px;
        background: url(../images/bg_img02.png) no-repeat top center;
        margin: 0 auto;
        padding: 170px 0 110px;
        position: relative;
        padding-bottom: calc(10vw + 10px);
        overflow: hidden;
		background-size: cover;
    }
    .top_box04::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        border-top: 8vw solid #d8f1f5;  /* 三角部分の色 */ 
        border-left: 100vw solid transparent;
    }
    .top_box04_inner {
        width: 1050px;
        margin: 0 auto;
    }
    .top_box05 {
        width: 100%;
        margin: 0 auto;
    }
    .top_box06 {
        width: 100%;
        margin: 0 auto;
    }
    
    /*note PC*/
    @media screen and (max-width: 1590px) {
        .top_cat01 {
            width: auto;
            position: absolute;
            top: 260px;
            right: 15%;
            z-index: 3;
        }
        .top_cat02{
            width: auto;
            position: absolute;
            top: 537px;
            left: 40%;
            z-index: 3;
        }
        .top_cat03{
            width: auto;
            position: absolute;
            top: 200px;
            left: 17%;
            z-index: 3;
        }
        .foot_01 {
            width: auto;
            position: absolute;
            top: 290px;
            left: 15%;
            z-index: 3;
        }
        .foot_02 {
            width: auto;
            position: absolute;
            top: 58px;
            right: 18%;
            z-index: 3;
        }
		.under_cat01 {
			width: 11%;
			position: absolute;
			bottom: 0;
			right: 3%;
			z-index: 3;
		}
    }
    /*win PC*/
    @media screen and (min-width: 1600px) {
        .top_cat01 {
            width: auto;
            position: absolute;
            top: 260px;
            right: 23%;
            z-index: 3;
        }
        .top_cat02{
            width: auto;
            position: absolute;
            top: 537px;
            left: 43%;
            z-index: 3;
        }
        .top_cat03{
            width: auto;
            position: absolute;
            top: 200px;
            left: 25%;
            z-index: 3;
        }
        .foot_01 {
            width: auto;
            position: absolute;
            top: 290px;
            left: 23%;
            z-index: 3;
        }
        .foot_02 {
            width: auto;
            position: absolute;
            top: 58px;
            right: 23%;
            z-index: 3;
        }
		.under_cat01 {
			width: auto;
			position: absolute;
			top: 500px;
			right: 3%;
			z-index: 3;
		}
    }
	/*mac PC*/
	@media screen and (min-width: 2140px) {
		.top_cat01 {
			width: auto;
			position: absolute;
			top: 260px;
			right: 30%;
			z-index: 3;
		}
		.top_cat02{
			width: auto;
			position: absolute;
			top: 537px;
			left: 46%;
			z-index: 3;
		}
		.top_cat03{
			width: auto;
			position: absolute;
			top: 200px;
			left: 30%;
			z-index: 3;
		}
		.foot_01 {
			width: auto;
			position: absolute;
			top: 290px;
			left: 30%;
			z-index: 3;
		}
		.foot_02 {
			width: auto;
			position: absolute;
			top: 58px;
			right: 31%;
			z-index: 3;
		}
	}
    
    .concept_bnr {
        text-align: center;
    }
    .lunch_bnr {
        margin-top: 40px;
        float: left;
    }
    .dinner_bnr {
        margin-top: 40px;
        float: left;
    }

    .top_left01 {
        width: 470px;
        float: left;
    }
    .top_right01 {
        width: 520px;
        float: right;
    }
    .top_left02 {
        width: 520px;
        float: left;
    }
    .top_right02 {
        width: 470px;
        float: right;
    }
	.top_right03 {
		width: 480px;
		float: right;
	}
    .flex {
        width: 980px;
        display: flex;
        /*        justify-content: space-between;*/
        justify-content: space-around;
        margin: 0 auto;
    }
    .flex li{
        width: calc(94% / 3);
        max-height: 380px;
    }
	.flex img{
		width: 100%;
		height: auto;
	}
    
    /* トップスクロール */
    .scroll_box{
        width: 100%;
    }
    #loopSlide{
        width: 100%;
        margin: 0 auto;
        /*        height: 390px;*/
    }
    .simply-scroll-container {
        position: relative;
    }
    .simply-scroll-clip {
        position: relative;
        overflow: hidden;
    }
    .simply-scroll-list {
        overflow: hidden;
        margin: 0;
        padding: 0;
    }
    .simply-scroll-list li {
        float: left;
        padding: 0;
        margin: 0;
        width: 300px;
        height: auto;
    }
    .simply-scroll-list li img {
        display: block;
    }
    
    .top_title01 {
        line-height: 30px;
        font-size: 3em;
        letter-spacing: 0.125em;
        text-align: center;
        vertical-align: top;
        font-family: 'Noto Serif JP', sans-serif;
        color: #008099;
        font-weight: 400;
        text-shadow: 1px 1px 2px #fff;
        padding-bottom: 65px;
        margin-bottom: 10px;
        background: url(../images/top_title01.png) no-repeat top left 20px;
    }
    .lunch_title {
        line-height: 70px;
        background: url(../images/top_title02.png) no-repeat top left;
        text-indent: 100%;
        overflow: hidden;
        white-space: nowrap;
        margin: 40px 0 45px;
    }
    .dinner_title {
        line-height: 55px;
        background: url(../images/top_title03.png) no-repeat top left;
        text-indent: 100%;
        overflow: hidden;
        white-space: nowrap;
        margin: 45px 0 50px;
    }
    .plan_title {
        line-height: 80px;
        background: url(../images/top_title04.png) no-repeat top left 340px;
        text-indent: 100%;
        overflow: hidden;
        white-space: nowrap;
        margin-bottom: 30px;
    }
    .top_news_title {
        line-height: 60px;
        background: url(../images/top_title05.png) no-repeat top center;
        text-indent: 100%;
        overflow: hidden;
        white-space: nowrap;
        margin-bottom: 40px;
    }
    
    /*note PC*/
    @media screen and (max-width: 1590px) {
        
    }
    /*win PC*/
    @media screen and (min-width: 1600px) {

    }
    /*mac PC*/
    @media screen and (min-width: 2140px) {
        
    }
}
/* スマホ */
@media screen and (max-width: 767px) {
	.top_box01 {
		width: 100%;
		margin: 0 auto;
		padding: 30px 10px 60px;
		background-color: #d8f1f5;
		position: relative;
	}
	.top_box01_inner {
		width: 100%;
		margin: 0 auto;
		text-align: left;
	}
	.top_text_box {
		margin-bottom: 55px;
	}
	.top_box02 {
		width: 100%;
		background: url(../images/bg_img01.png) no-repeat top left;
		margin: 0 auto;
		padding: 65px 10px 10px;
		position: relative;
/*		padding-bottom: calc(10vw + 10px); */
		overflow: hidden;
	}
	.top_box02::before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		border-top: 8vw solid #d8f1f5;  /* 三角部分の色 */ 
		border-left: 100vw solid transparent;
		z-index: -3;
	}
	.top_box02::after {
		content: '';
		position: absolute;
		bottom: 0;
		left: 0;
		border-bottom: 8vw solid #d8f1f5;  /* 三角部分の色 */ 
		border-left: 100vw solid transparent;
		z-index: -3;
	}
	.top_box02_inner {
		width: 100%;
		margin: 0 auto;
	}
	.top_box03 {
		width: 100%;
/*		height: 530px;*/
		margin: 0 auto;
		padding: 20px 0 30px;
		background-color: #d8f1f5;
		position: relative;
	}
	.top_box03_inner {
		width: 100%;
		margin: 0 auto;
	}
	.top_box04 {
		width: 100%;
		background: url(../images/bg_img02.png) no-repeat top center;
		margin: 0 auto;
		padding-top: 115px;
		position: relative;
/*		padding-bottom: calc(10vw + 10px);*/
		overflow: hidden;
	}
	.top_box04::before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		border-top: 8vw solid #d8f1f5;  /* 三角部分の色 */ 
		border-left: 100vw solid transparent;
	}
	.top_box04_inner {
		width: 100%;
		margin: 0 auto;
	}
	.top_box05 {
		width: 100%;
		margin: 0 auto;
	}
	.top_box06 {
		width: 100%;
		margin: 0 auto;
	}
	.top_cat01 {
		width: 11%;
		position: absolute;
		bottom: 15%;
		right: 7%;
		z-index: 3;
	}
	.top_cat02{
		width: 15.5%;
		position: absolute;
		top: 49.5%;
		left: 7%;
		z-index: 3;
	}
	.top_cat03{
		width: 27%;
		position: absolute;
		top: 4%;
		left: 4%;
		z-index: 3;
	}
	.foot_01 {
		width: 22%;
		position: absolute;
		bottom: -38px;
		left: 13px;
		z-index: 3;
	}
	.foot_02 {
		width: 22%;
		position: absolute;
		top: 0;
		right: 7%;
		z-index: 3;
	}
	.under_cat01 {
		width: 13%;
		position: absolute;
		bottom: -30px;
		right: 4%;
		z-index: 3;
	}
	.concept_bnr {
		width: 60%;
		float: right;
		text-align: center;
	}
	.lunch_bnr {
		width: 60%;
		float: right;
		margin: 40px 0 60px;
	}
	.dinner_bnr {
		width: 60%;
		float: right;
		margin: 40px 0 50px;
	}

	.top_left01 {
		width: 100%;
	}
	.top_right01 {
		width: 100%;
	}
	.top_left02 {
		width: 100%;
	}
	.top_right02 {
		clear: both;
		width: 100%;
	}
	.top_right03 {
		width: 100%;
	}
	.flex {
		width: 100%;
		display: flex;
		/*        justify-content: space-between;*/
		justify-content: space-around;
		margin: 0 auto;
	}
	.flex li{
		width: calc(95% / 3);
		max-height: 380px;
	}
	.flex img{
		width: 100%;
		height: auto;
	}

	/* トップスクロール */
	.scroll_box{
		width: 100%;
	}
	#loopSlide{
		width: 100%;
		margin: -14px auto 0;
		/*        height: 390px;*/
	}
	.simply-scroll-container {
		position: relative;
	}
	.simply-scroll-clip {
		position: relative;
		overflow: hidden;
	}
	.simply-scroll-list {
		overflow: hidden;
		margin: 0;
		padding: 0;
	}
	.simply-scroll-list li {
		float: left;
		padding: 0;
		margin: 0;
		width: 300px;
		height: auto;
	}
	.simply-scroll-list li img {
		display: block;
	}

	.top_title01 {
		line-height: 40px;
		font-size: 1.50em;
		letter-spacing: 0.075em;
		text-align: center;
		vertical-align: top;
		font-family: 'Noto Serif JP', sans-serif;
		color: #008099;
		font-weight: 400;
		text-shadow: 1px 1px 2px #fff;
		padding-bottom: 15px;
		border-bottom: 1px solid #0ba6c1;
		padding-left: 50px;
		margin-bottom: 30px;
		background: url(../images/top_title01_sp.png) no-repeat top left;
	}
	.lunch_title {
		line-height: 70px;
		background: url(../images/top_title02.png) no-repeat top left;
		text-indent: 100%;
		overflow: hidden;
		white-space: nowrap;
		margin: 20px 0 25px;
		background-size: 94% auto;
	}
	.dinner_title {
		line-height: 55px;
		background: url(../images/top_title03.png) no-repeat top left;
		text-indent: 100%;
		overflow: hidden;
		white-space: nowrap;
		margin: 25px 0 30px;
		background-size: 94% auto;
	}
	.plan_title {
		line-height: 80px;
		background: url(../images/top_title04.png) no-repeat top left;
		text-indent: 100%;
		overflow: hidden;
		white-space: nowrap;
		margin-bottom: 15px;
		background-size: 98% auto;
	}
	.top_news_title {
		line-height: 60px;
		background: url(../images/top_title05.png) no-repeat bottom left 20px;
		text-indent: 100%;
		overflow: hidden;
		white-space: nowrap;
		background-size: 68% auto;
	}
}




/****************************************

news トップ用

*****************************************/
@media screen and (min-width: 768px) {
    #news_box {
        width: 100%;
        height: 275px;
        margin: 0 auto;
    }
    .news_post {
        width: 1050px;
        height: 275px;
        margin: 0 auto;
        overflow-y: scroll;
    }
    .news_list {
        width: 1020px;
        font-size: 1.6em;
        margin-bottom: 10px;
        padding: 20px 0;
        background-color: #fff;
    }
    .news_list .news {
        width: 120px;
        height: 26px;
        margin-right: 20px;
        /*        color: #d61212;*/
        color: #008099;
        float: left;
    }
    .news_list_text {
        padding: 8px 30px;
    }
    .news_list_title {
        width: 1000px;
        text-align: left;
    }
    .news_list_title a {
        font-weight: normal;
        text-decoration: none;
    }
}

@media screen and (max-width: 767px) {
    .news_box {
        width: 100%;
        margin: 0 auto;
        padding: 60px 0;
    }
    .news_post {
        width: 100%;
        padding: 20px 20px 25px;
/*        min-height: 250px;*/
        overflow-x: scroll;
        float: left;
    }
    .news_post li p{
        color: #303030;
    }
    .news_post li a{
        color: #303030;
    }
    .news_list {
        width: 100%;
        font-size: 1.4em;
        margin-bottom: 10px;
/*        border-bottom: 1px dotted #666;*/
    }
    .news_list .top_news {
        display: none;
    }
    .news_list_text {
        float: left;
        width: 100%;
        padding: 10px 20px 10px;
		background-color: #fff;
		margin-bottom: 10px;
/*        border-bottom: 1px dotted #000;*/
    }
	.news_list_text h4{
		color: #018199;
	}
    .news_list_title {
        width: 100%;
        text-align: left;
    }
    .news_list_title a {
        font-weight: normal;
        color: #6c5d3b;
        text-decoration: underline;
    }
    .news_two {
        width: 100%;
        margin: 0 auto;
        font-size: 1.2em;
    }
    .news_two p {
        font-size: 1em;
        text-align: left;
    }
    .news_two_list {
        width: 48%;
        float: left;
        margin-bottom: 30px;
    }

    .news_two_list figure{
        width: 48%;
        margin-bottom: 20px;
    }
    .news_two_list:nth-child(1){
        clear: both;
        margin-right: 20px;
    }
    .news_two_list:nth-child(2){
        margin-right: 20px;
    }
    .news_two_list figure,.news_five_list:nth-child(2n+1){
        clear: both;
        margin-right: 20px;
    }
    .news_two_list figure,.news_five_list::nth-child(2n+2){
        margin-right: 20px;
    }
}

/****************************************

content下層用

*****************************************/

@media screen and (min-width: 768px) {
    #contents_box{
        width: 1050px;
        height: auto;
		margin: 0 auto;
		padding: 40px 0 110px;
    }
    .pc_none{
        display: none;
    }
    .pc_none figure{
        display: none;
    }
	
	.scaling_img img{
		width: 100%;
		height: auto;
		box-shadow:
			0 18px 0 -10px rgba(178,190,192,1);
	}
	.cat_bg {
		width: 100%;
		min-height: 320px;
		background: url(../images/top_cat02.png) no-repeat bottom right;
	}
	.cat_bg02 {
		width: 100%;
		height: 600px;
		background: url(../images/top_cat02.png) no-repeat bottom right;
	}
	.cat_bg03 {
		width: 100%;
		min-height: 360px;
		background: url(../images/top_cat02.png) no-repeat bottom right;
	}
	.under_title01 {
		line-height: 30px;
		font-size: 3em;
		letter-spacing: 0.125em;
		text-align: center;
		vertical-align: top;
		font-family: 'Noto Serif JP', sans-serif;
		color: #008099;
		font-weight: 400;
		text-shadow: 1px 1px 2px #fff;
		padding-bottom: 65px;
		margin-bottom: 10px;
		background: url(../images/under_title01.png) no-repeat top left 20px;
	}
	.under_box01 {
		width: 100%;
		margin: 0 auto;
		position: relative;
	}
	.under_box01_inner {
		width: 1050px;
		margin: 0 auto;
		text-align: left;
	}
	.under_text_box {
		text-align: center;
		margin-bottom: 45px;
	}
	.under_box02 {
		width: 100%;
		margin: 0 auto;
		position: relative;
	}
	.under_box02_inner {
		width: 1050px;
		margin: 0 auto;
	}
	.under_box03 {
		width: 100%;
		margin: 0 auto;
		position: relative;
	}
	.under_box03_inner {
		width: 1050px;
		margin: 0 auto;
	}

	/* コンセプト */
	.concept_title01 {
		line-height: 100px;
		background: url(../images/concept_title01.png) no-repeat top left 395px;
		text-indent: 100%;
		overflow: hidden;
		white-space: nowrap;
		margin-bottom: 60px;
	}
	.concept_title02 {
		line-height: 90px;
		background: url(../images/concept_title02.png) no-repeat top left;
		text-indent: 100%;
		overflow: hidden;
		white-space: nowrap;
		margin: 30px 0 35px;
	}
	.concept_title03 {
		line-height: 60px;
		background: url(../images/concept_title03.png) no-repeat top left;
		text-indent: 100%;
		overflow: hidden;
		white-space: nowrap;
		margin: 40px 0 50px;
	}
	.concept_title04 {
		line-height: 60px;
		background: url(../images/concept_title04.png) no-repeat top left;
		text-indent: 100%;
		overflow: hidden;
		white-space: nowrap;
		margin: 40px 0 50px;
	}

	/* ランチ */
	.lunch_title01 {
		line-height: 100px;
		background: url(../images/lunch_title01.png) no-repeat top left 365px;
		text-indent: 100%;
		overflow: hidden;
		white-space: nowrap;
		margin-bottom: 40px;
	}

	/* ディナー */
	.dinner_title01 {
		line-height: 100px;
		background: url(../images/dinner_title01.png) no-repeat top left 335px;
		text-indent: 100%;
		overflow: hidden;
		white-space: nowrap;
		margin-bottom: 40px;
	}

	/* 女子会 */
	.kitty_party_title01 {
		line-height: 100px;
		background: url(../images/kitty_party_title01.png) no-repeat top left 285px;
		text-indent: 100%;
		overflow: hidden;
		white-space: nowrap;
		margin-bottom: 40px;
	}
	.kitty_party_title02 {
		line-height: 70px;
		background: url(../images/kitty_party_title02.png) no-repeat top left;
		text-indent: 100%;
		overflow: hidden;
		white-space: nowrap;
		margin: 30px 0 35px;
	}

	/* 貸切 */
	.reserved_title01 {
		line-height: 100px;
		background: url(../images/reserved_title01.png) no-repeat top left 395px;
		text-indent: 100%;
		overflow: hidden;
		white-space: nowrap;
		margin-bottom: 40px;
	}
	/* 日曜限定アフタヌーンセット */
	.afternoon_set_title01 {
		line-height: 100px;
		background: url(../images/afternoon_set_title01.png) no-repeat top left 333px;
		text-indent: 100%;
		overflow: hidden;
		white-space: nowrap;
		margin-bottom: 40px;
	}
	.afternoon_set_title02 {
		line-height: 60px;
		background: url(../images/afternoon_set_title02.png) no-repeat top left;
		text-indent: 100%;
		overflow: hidden;
		white-space: nowrap;
		margin: 40px 0 50px;
	}

	/* ギャラリー */
	.gallery_title01 {
		line-height: 100px;
		background: url(../images/gallery_title01.png) no-repeat top left 400px;
		text-indent: 100%;
		overflow: hidden;
		white-space: nowrap;
		margin-bottom: 40px;
	}
	h3.gallery_post_title {
		font-family: "Noto Sans", "Noto Sans CJK JP", sans-serif;
		font-weight: normal;
		text-align: center;
	}
	.gallery_three {
		width: 1050px;
		margin: 0 auto;
	}
	.gallery_three_list{
		width: 330px;
		float: left;
		margin-bottom: 35px;
	}
	.gallery_three_list figure{
		width: 330px;
		margin-bottom: 15px;

	}
	.gallery_three_list:nth-child(3n+1){
		clear: both;
		margin-right: 30px;
	}
	.gallery_three_list:nth-child(3n+2){
		margin-right: 30px;
	}

	/* 店舗概要 */
	.overview_title01 {
		line-height: 100px;
		background: url(../images/overview_title01.png) no-repeat top left 395px;
		text-indent: 100%;
		overflow: hidden;
		white-space: nowrap;
		margin-bottom: 40px;
	}

	/* お問い合わせ */
	.contact_title01 {
		line-height: 100px;
		background: url(../images/contact_title01.png) no-repeat top left 395px;
		text-indent: 100%;
		overflow: hidden;
		white-space: nowrap;
		margin-bottom: 40px;
	}
	.site_policy {
		width: 100%;
		background-color: #74ccdc;
		text-align: center;
		color: #fff;
		padding: 40px 40px 60px;
	}
	.site_policy h3{
		font-size: 2em;
		font-weight: bold;
		color: #fff;
		margin-bottom: 20px;
		width: 100%;
		font-family: "Noto Sans", "Noto Sans CJK JP", sans-serif;
	}
	/* トピックス */
	.topics_title01 {
		line-height: 100px;
		background: url(../images/topics_title01.png) no-repeat top left 445px;
		text-indent: 100%;
		overflow: hidden;
		white-space: nowrap;
		margin-bottom: 40px;
	}
	.topics_post_title {
		line-height: 60px;
		font-size: 2em;
		letter-spacing: 0.125em;
		text-align: left;
		padding-left: 90px;
		vertical-align: top;
		font-family: 'Noto Serif JP', sans-serif;
		color: #008099;
		font-weight: 400;
		text-shadow: 1px 1px 2px #fff;
		background: url(../images/topics_post_title.png) no-repeat top left;
		margin-bottom: 20px;
	}
	
	.contents_three {
		width: 1000px;
		margin: 0 auto;
	}
	.contents_three_list{
		width: 320px;
		float: left;
		margin-bottom: 40px;
	}
	.contents_three_list figure{
		width: 320px;
		max-height: 320px;
		margin-bottom: 20px;
	}
	.contents_three_list:nth-child(1){
		clear: both;
		margin-right: 20px;
	}
	.contents_three_list:nth-child(2){
		margin-right: 20px;
	}
	.contents_three figure,.contents_three_list:nth-child(3n+1){
		clear: both;
		margin-right: 20px;
	}
	.contents_three figure,.contents_three_list:nth-child(3n+2){
		margin-right: 20px;
	}
    
    /* 共通 */
    .left120 {
        width: 120px;
        float: left;
    }
    .left280 {
        width: 280px;
        float: left;
    }
    .left300 {
        width: 300px;
        float: left;
    }
    .left350 {
        width: 350px;
        float: left;
    }
    .left380 {
        width: 380px;
        float: left;
    }
    .left400 {
        width: 400px;
        float: left;
    }
    .left420 {
        width: 420px;
        float: left;
    }
    .left440 {
        width: 440px;
        float: left;
    }
    .left450 {
        width: 450px;
        float: left;
    }
    .left480 {
        width: 480px;
        float: left;
    }
    .left530 {
        width: 530px;
        float: left;
    }
    .left580 {
        width: 580px;
        float: left;
    }
    .left590 {
        width: 590px;
        float: left;
    }
    .left620 {
        width: 620px;
        float: left;
    }
    .left630 {
        width: 630px;
        float: left;
    }
    .left660 {
        width: 660px;
        float: left;
    }
    .left670 {
        width: 660px;
        float: left;
    }
    .left680 {
        width: 680px;
        float: left;
    }
    .left690 {
        width: 690px;
        float: left;
    }
    .left700 {
        width: 700px;
        float: left;
    }
    .left720 {
        width: 720px;
        float: left;
    }
    .left730 {
        width: 730px;
        float: left;
    }
    .left750 {
        width: 750px;
        float: left;
    }
    .left810 {
        width: 810px;
        float: left;
    }
    .left1000 {
        width: 1000px;
        float: left;
    }
    .right260 {
        width: 260px;
        float: right;
    }
    .right320 {
        width: 320px;
        float: right;
    }
    .right340 {
        width: 340px;
        float: right;
    }
    .right350 {
        width: 350px;
        float: right;
    }
    .right380 {
        width: 380px;
        float: right;
    }
    .right390 {
        width: 390px;
        float: right;
    }
    .right400 {
        width: 400px;
        float: right;
    }
    .right420 {
        width: 420px;
        float: right;
    }
    .right440 {
        width: 440px;
        float: right;
    }
    .right450 {
        width: 450px;
        float: right;
    }
    .right460 {
        width: 460px;
        float: right;
    }
    .right470 {
        width: 470px;
        float: right;
    }
    .right480 {
        width: 480px;
        float: right;
    }
    .right490 {
        width: 490px;
        float: right;
    }
    .right500 {
        width: 500px;
        float: right;
    }
    .right550 {
        width: 550px;
        float: right;
    }
    .right580 {
        width: 580px;
        float: right;
    }
    .right590 {
        width: 590px;
        float: right;
    }
	.right600 {
		width: 600px;
		float: right;
	}
    .right630 {
        width: 630px;
        float: right;
    }
    .right670 {
        width: 670px;
        float: right;
    }
    .right680 {
        width: 680px;
        float: right;
    }
    .right700 {
        width: 700px;
        float: right;
    }
    .right730 {
        width: 730px;
        float: right;
    }
    .right760 {
        width: 760px;
        float: right;
    }
    .right770 {
        width: 770px;
        float: right;
    }
    .right780 {
        width: 780px;
        float: right;
    }
    .right790 {
        width: 790px;
        float: right;
    }
    .right810 {
        width: 810px;
        float: right;
    }
    .right830 {
        width: 830px;
        float: right;
    }
    .right900 {
        width: 900px;
        float: right;
    }
    .two_column_list01{
        float: left;
        width: 530px;
    }

    .top_arrow {
        width: 40px;
        margin: 0 auto 40px;
    }
    .logo_area{
        width: 60%;
        overflow: hidden;
        border: 1px solid #CCCCCC;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center;
    }

    .logo_area img{
        max-width: 100%;
        height: auto;
    }

    .detail_bnr{
        text-align: right;
        margin-top: 20px;
    }
}

@media screen and (max-width: 767px) {
    #left_box{
        width: 100%;
        height: auto;
    }
    .kasou_contents{
        width: 100%;
        padding: 0 10px;
        margin: 0 auto;
    }
    .right_box{
        display: none;
    }
    .sp_small_img{
        width: 40%;
        height: auto;
    }
    .sp_none{
        display: none;
    }
    .sp_none figure{
        display: none;
    }
	.scaling_img img{
		width: 100%;
		height: auto;
		box-shadow:
			0 18px 0 -10px rgba(178,190,192,1);
	}
	
	.cat_bg {
		width: 100%;
		min-height: 270px;
		background: url(../images/top_cat02.png) no-repeat bottom right;
	}
	.cat_bg02 {
		width: 100%;
		height: 700px;
		background: url(../images/top_cat02.png) no-repeat bottom right;
	}
	.cat_bg03 {
		width: 100%;
		min-height: 400px;
		background: url(../images/top_cat02.png) no-repeat bottom right;
	}
	.under_title {
		line-height: 40px;
		font-size: 1.50em;
		letter-spacing: 0.075em;
		text-align: center;
		vertical-align: top;
		font-family: 'Noto Serif JP', sans-serif;
		color: #008099;
		font-weight: 400;
		text-shadow: 1px 1px 2px #fff;
		padding-bottom: 15px;
		border-bottom: 1px solid #0ba6c1;
		padding-left: 50px;
		margin-bottom: 30px;
		background: url(../images/top_title01_sp.png) no-repeat top left;
	}
	.under_title01 {
		line-height: 40px;
		font-size: 1.7em;
		letter-spacing: 0.075em;
		text-align: center;
		vertical-align: top;
		font-family: 'Noto Serif JP', sans-serif;
		color: #008099;
		font-weight: 400;
		text-shadow: 1px 1px 2px #fff;
		padding-bottom: 15px;
		border-bottom: 1px solid #0ba6c1;
		padding-left: 50px;
		margin-bottom: 30px;
		background: url(../images/top_title01_sp.png) no-repeat top left;
	}
	.under_title01_b {
		line-height: 40px;
		font-size: 1.47em;
		letter-spacing: 0.055em;
		text-align: center;
		vertical-align: top;
		font-family: 'Noto Serif JP', sans-serif;
		color: #008099;
		font-weight: 400;
		text-shadow: 1px 1px 2px #fff;
		padding-bottom: 15px;
		border-bottom: 1px solid #0ba6c1;
		padding-left: 50px;
		margin-bottom: 30px;
		background: url(../images/top_title01_sp.png) no-repeat top left;
	}
	.under_box01 {
		width: 100%;
		margin: 0 auto;
		position: relative;
	}
	.under_box01_inner {
		width: 100%;
		margin: 0 auto;
		text-align: left;
	}
	.under_text_box {
		text-align: left;
		margin-bottom: 45px;
	}
	.under_box02 {
		width: 100%;
		margin: 0 auto;
		position: relative;
	}
	.under_box02_inner {
		width: 100%;
		margin: 0 auto;
	}
	.under_box03 {
		width: 100%;
		margin: 0 auto;
		position: relative;
	}
	.under_box03_inner {
		width: 100%;
		margin: 0 auto;
	}

	/* コンセプト */
	.concept_title01 {
		line-height: 100px;
		background: url(../images/concept_title01.png) no-repeat top center;
		text-indent: 100%;
		overflow: hidden;
		white-space: nowrap;
		margin-bottom: 30px;
		background-size: 100% auto;
	}
	.concept_title02 {
		line-height: 90px;
		background: url(../images/concept_title02.png) no-repeat top left;
		text-indent: 100%;
		overflow: hidden;
		white-space: nowrap;
		margin: 20px 0 10px;
		background-size: 94% auto;
	}
	.concept_title03 {
		line-height: 60px;
		background: url(../images/concept_title03.png) no-repeat top left;
		text-indent: 100%;
		overflow: hidden;
		white-space: nowrap;
		margin: 30px 0 15px;
		background-size: 94% auto;
	}
	.concept_title04 {
		line-height: 60px;
		background: url(../images/concept_title04.png) no-repeat top left;
		text-indent: 100%;
		overflow: hidden;
		white-space: nowrap;
		margin: 30px 0 15px;
		background-size: contain;background-size: 94% auto;
	}

	/* ランチ */
	.lunch_title01 {
		line-height: 100px;
		background: url(../images/lunch_title01.png) no-repeat top center;
		text-indent: 100%;
		overflow: hidden;
		white-space: nowrap;
		margin-bottom: 20px;
		background-size: 100% auto;
	}

	/* ディナー */
	.dinner_title01 {
		line-height: 100px;
		background: url(../images/dinner_title01.png) no-repeat top center;
		text-indent: 100%;
		overflow: hidden;
		white-space: nowrap;
		margin-bottom: 20px;
		background-size: 100% auto;
	}

	/* 女子会 */
	.kitty_party_title01 {
		line-height: 100px;
		background: url(../images/kitty_party_title01.png) no-repeat top center;
		text-indent: 100%;
		overflow: hidden;
		white-space: nowrap;
		margin-bottom: 10px;
		background-size: 100% auto;
	}
	.kitty_party_title02 {
		line-height: 70px;
		background: url(../images/kitty_party_title02.png) no-repeat top left;
		text-indent: 100%;
		overflow: hidden;
		white-space: nowrap;
		margin: 25px 0 10px;
		background-size: 94% auto;
	}

	/* 貸切 */
	.reserved_title01 {
		line-height: 100px;
		background: url(../images/reserved_title01.png) no-repeat top center;
		text-indent: 100%;
		overflow: hidden;
		white-space: nowrap;
		margin-bottom: 30px;
		background-size: 100% auto;
	}
	/* 日曜限定アフタヌーンセット */
	.afternoon_set_title01 {
		line-height: 100px;
		background: url(../images/afternoon_set_title01.png) no-repeat top center;
		text-indent: 100%;
		overflow: hidden;
		white-space: nowrap;
		margin-bottom: 15px;
		background-size: 100% auto;
	}
	.afternoon_set_title02 {
		line-height: 60px;
		background: url(../images/afternoon_set_title02.png) no-repeat top left;
		text-indent: 100%;
		overflow: hidden;
		white-space: nowrap;
		margin: 35px 0 25px;
		background-size: 94% auto;
	}

	/* ギャラリー */
	.gallery_title01 {
		line-height: 100px;
		background: url(../images/gallery_title01.png) no-repeat top center;
		text-indent: 100%;
		overflow: hidden;
		white-space: nowrap;
		margin-bottom: 30px;
		background-size: 100% auto;
	}
	h3.gallery_post_title {
		font-family: "Noto Sans", "Noto Sans CJK JP", sans-serif;
		font-weight: normal;
		text-align: center;
		background-size: 94% auto;
	}
	.gallery_three {
		width: 100%;
		margin: 0 auto;
	}
	.gallery_three_list{
		width: 100%;
		margin-bottom: 35px;
	}
	.gallery_three_list figure{
		width: 100%;
		margin-bottom: 15px;

	}
	.gallery_three_list:nth-child(3n+1){
		margin-bottom: 30px;
	}
	.gallery_three_list:nth-child(3n+2){
		margin-bottom: 30px;
	}

	/* 店舗概要 */
	.overview_title01 {
		line-height: 100px;
		background: url(../images/overview_title01.png) no-repeat top center;
		text-indent: 100%;
		overflow: hidden;
		white-space: nowrap;
		margin-bottom: 30px;
		background-size: contain;
	}

	/* お問い合わせ */
	.contact_title01 {
		line-height: 100px;
		background: url(../images/contact_title01.png) no-repeat top center;
		text-indent: 100%;
		overflow: hidden;
		white-space: nowrap;
		margin-bottom: 40px;
		background-size: contain;
	}
	.site_policy {
		width: 100%;
		background-color: #74ccdc;
		text-align: center;
		color: #fff;
		padding: 40px 40px 60px;
	}
	.site_policy h3{
		font-size: 2em;
		font-weight: bold;
		color: #fff;
		margin-bottom: 20px;
		width: 100%;
		font-family: "Noto Sans", "Noto Sans CJK JP", sans-serif;
	}
	/* トピックス */
	.topics_title01 {
		line-height: 100px;
		background: url(../images/topics_title01.png) no-repeat top center;
		text-indent: 100%;
		overflow: hidden;
		white-space: nowrap;
		margin-bottom: 40px;
		background-size: contain;
	}
	.topics_post_title {
		line-height: 40px;
		font-size: 1.70em;
		letter-spacing: 0.075em;
		text-align: left;
		vertical-align: top;
		font-family: 'Noto Serif JP', sans-serif;
		color: #008099;
		font-weight: 400;
		text-shadow: 1px 1px 2px #fff;
		padding-bottom: 15px;
		border-bottom: 1px solid #0ba6c1;
		padding-left: 70px;
		margin: 30px 0;
		background: url(../images/top_title01_sp.png) no-repeat top left;
	}
	.detail_bnr{
		text-align: right;
		margin: 30px 0 60px;
	}
	.detail_bnr img{
		width: 60%;
	}
	
    #post_content {
        width: 100%;
        margin-bottom: -50px;
    }
    #post_content figure{
        width: 100%;
    }
    #post_content p{
        font-size: 1.7em;
    }
    .single_text img{
        height: auto;
        margin: 10px 0;
    }
    .single_text p{
        color: #000;
    }
    .single_text a{
        color: #000;
    }
}

/****************************************

single.php

*****************************************/
#single_box {
    width: 1340px;
    margin: 0 auto 90px;
}

.single_text {
    width: 100%;
}

.single_text img{
    margin: 10px 0;
}

.pager {
    clear: both;
    text-align: center;
    padding: 30px 0 0;
}

a.page-numbers {
    background: rgba(0, 0, 0, 0.02);
    border: solid 1px rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    padding: 8px 15px 10px 17px;
    margin: 0 2px;
    font-size: 1.4rem;
}

.pager .current {
    background: rgba(0, 0, 0, 0.02);
    border: solid 1px rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    padding: 8px 15px 10px 17px;
    margin: 0 2px;
    font-size: 1.4rem;
	background: #007f99;
	border: solid 1px #007f99;
    color: white;
}

.nav-below {
    margin: 30px 0 20px;
    text-align: center;
}
.nav-below_single {
    margin: 30px 0 110px;
    text-align: center;
}

@media screen and (max-width: 767px) {
    #single_box {
        width: 100%;
        padding: 0 10px;
    }
}
/****************************************

sidebar

*****************************************/
/****************************************

テーブル

*****************************************/
td p {
	font-size: 100%;
}
.overview_table01 {
	width: 100%;
	border-collapse: collapse;
}
.overview_table01 th{
	font-size: 1.0em;
	vertical-align: middle;
	color: #006476;
}
.overview_table01 td{
	font-size: 1.0em;
}
.overview_table01 td{
	text-align: left;
	vertical-align: middle;
	padding: 17px 17px 17px 40px;
	word-break: break-all;
	border-bottom: 1px solid #0ba6c1;
}
.overview_table01_head,.overview_table01_head02,.overview_table01_head03 {
	text-align: left;
	vertical-align: middle;
	padding: 10px;
	border-bottom: 1px solid #0ba6c1;
}
.overview_table01_head {
	width: 30%;
	text-align: center !important;
	background-color: #EDE7D1 !important;
}
.overview_table01_head02 {
	width: auto;
	text-align: center !important;
	background-color: #EDE7D1 !important;
}
.overview_table01 th{
	width: 28%;
	border-collapse: collapse;
	padding: 13px;
	text-align: right;
	font-weight: lighter;
	padding: 15px 13px 13px 20px;
	border-bottom: 1px solid #0ba6c1;
}
}
.overview_table01_other {
	width: auto;
	text-align: left;
	border-bottom: 1px solid #EBE8E4;
}
/****************************************

P

*****************************************/
/* 改行 */
p.line_break, span.line_break, li.line_break {
    padding-top: 25px;
}

/* 赤文字*/
.red_text {
    color: #d70000;
}
/* 緑文字*/
.green_text {
    color: #00573f;
}
/* ゴールド文字*/
.gold_text {
    color: #c2a474;
}
/* オレンジ文字*/
.orange_text {
    color: #ff9900;
}

/* 強調*/
.big_text {
    font-size: 2.0rem;
}
.big_bold {
    font-size: 2.0rem;
    font-weight: bold;
}
.bold_text {
    font-weight: bold;
}

/* 小文字*/
.small_text {
    font-size: 1.2rem;
}

/* 非表示*/
.hide_text,.about_us_box01_tit{
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
}

/****************************************

タイトル

*****************************************/
@media screen and (min-width: 768px) {
    h1.headline {
        line-height: 40px;
		color: #007f99;
        font-weight: 500;
        letter-spacing: 0.05em;
        font-size: 2.6em;
		border-left: 8px solid #007f99;
		text-shadow: 1px 1px 2px #fff;
        margin: 50px 0;
        padding-left: 30px;
        font-family: 'Noto Serif JP', sans-serif;
    }
    h1.headline02 {
		line-height: 40px;
		color: #007f99;
		font-weight: 500;
		letter-spacing: 0.05em;
		font-size: 2.6em;
		border-left: 8px solid #007f99;
		text-shadow: 1px 1px 2px #fff;
		margin: 50px 0;
		padding-left: 30px;
		font-family: 'Noto Serif JP', sans-serif;
    }
}
@media screen and (max-width: 767px) {
    h1.headline {
		color: #007f99;
        padding: 20px 0 10px;
		font-weight: 500;
        letter-spacing: 0.15em;
        font-size: 2.0em;
		border-bottom: 1px dotted #007f99;
        margin-bottom: 20px;
        font-family: 'Noto Serif JP', sans-serif;
    }
    h1.headline02 {
		color: #007f99;
        padding: 20px 0 10px;
		font-weight: 500;
        letter-spacing: 0.15em;
        font-size: 2.0em;
		border-bottom: 1px dotted #007f99;
        margin-bottom: 20px;
        font-family: 'Noto Serif JP', sans-serif;
    }
}

/****************************************

sp_footer

*****************************************/
@media screen and (max-width: 767px) {
    #pc_footer {
        display: none;
    }

    #sp_footer {
        padding: 20px 20px 25px;
        font-size: 0.9em;
        text-align: center;
        position: relative;
		background: #0ba6c1;
		color: #fff;
		margin-top: -5px;
/*        border-top: 1px dotted #333;*/
    }

    .sp_footer_list {
        margin-bottom: 10px;
        text-align: left;
    }

    .sp_pagetop {
        position: fixed;
        bottom: 0;
        right: 0;
    }

    .sp_copyright {
        width: 100%;
        display: block;
        text-align: center;
        font-size: 0.8em;
    }
    .pc_footer_logo {
        margin: 15px auto 20px;
    }
    .pc_footer_logo img{
        width: 100%;
    }
    .pc_footer_logo li{
        list-style: none;
    }
    .footer_upper {
        text-align: center;
    }
}

/****************************************

pc_footer

*****************************************/
@media print, screen and (min-width: 768px) {
    #sp_footer{
        display: none;
    }
    #pc_footer {
        width: 100%;
        height: 360px;
        color: #fff;
        font-size: 0.9em;
        margin: -4px auto 0;
        background-color: #0ba6c1;
    }
    .pc_footer_inner {
        width: 1050px;
        height: 360px;
        margin: 0 auto;
        text-align: center;
    }
    .pc_footer_logo {
        padding-top: 50px;
        margin: 0 auto 15px;
    }
    .pc_footer_logo li{
        list-style: none;
    }
    .copyright{
        font-family: 'Noto Serif JP', sans-serif;
    }
    .pagetop {
        position: fixed;
        right: 20px;
        bottom: 20px;
    }
    @media screen and (max-width: 1590px) {
        .inst_bnr{
            position: fixed;
            right: 80px;
            bottom: 120px;
        }
        .pagetop {
            position: fixed;
            right: 20px;
            bottom: 20px;
        }
    }
/****************************************

Contact Form7

*****************************************/
	.wpcf7 {
		width: 100%;
	}

	.wpcf7-form textarea {
		width: 100%;
		/*本文*/
		max-width: 70%;
	}
	.wpcf7-form .wpcf7-submit {
		width: 50px !important;
		/*送信ボタン*/
	}

	.wpcf7 p {
		line-height: 2.0;
		/*項目間の隙間*/
		padding-top: 5px;
	}

	.wpcf7-form input {
		width: 30% !important;
		height: 35px;
		margin-bottom: 10px;
		/*ラジオボタン、チェックボタン*/
	}

	.contact_p_strong {
		border-top: 1px dotted #999;
		font-weight: bold;
		margin-top: 15px;
		padding-top: 15px !important;
	}

	.normal {
		font-weight: normal;
	}

	.wpcf7-submit {
		margin-top: 10px;
	}

	.wpcf7-response-output {
		font-size: 1.3em;
	}

	input.wpcf7c-conf, textarea.wpcf7c-conf {
		background: #eee !important;
		border: solid 1px #eee;
		color: #666;
	}
	span.wpcf7-list-item {
		display: inline-block;
		margin: 0;
		padding-right: 1.3em;
	}
	.wpcf7 input[type="checkbox"] {
		width: 15px !important;
		height: 40px !important;
	}
	.wpcf7 input[type="file"]{
		width: 360px !important;
		height: 20px !important;
		margin-top: 5px !important;
	}

	.wpcf7 input[type="submit"] {
		width: 200px !important;
		height: 60px !important;
		padding:15px;
		border-radius:3px;
		-webkit-border-radius: 3px;  
		-moz-border-radius: 3px;
		border: none;
		box-shadow: 0 3px 0 #ddd;
		background: #fff;
		color: #000;
		border: solid 1px #ccc;
		letter-spacing: 0.08em;
		font-weight: 550;
		font-size: 1.13em;
		transition: 0.3s;
		margin-top: 20px;
	}
	.wpcf7 input[type="submit"]:hover {
		background: #74ccdc;
		color: #fff;
		transform: translate3d(0px, 3px, 1px);
		-webkit-transform: translate3d(0px, 3px, 1px);
		-moz-transform: translate3d(0px, 3px, 1px);
	}
	.wpcf7 input[type="button"] {
		width: 200px !important;
		height: 60px !important;
		padding:18px;
		border-radius:3px;
		-webkit-border-radius: 3px;  
		-moz-border-radius: 3px;
		border: none;
		box-shadow: 0 3px 0 #ddd;
		background: #fff;
		color: #303030;
		border: solid 1px #ccc;
		letter-spacing: 0.08em;
		font-weight: 550;
		font-size: 1.08em;
		transition: 0.3s;
		margin-top: 20px;
	}
	.wpcf7 input[type="button"]:hover {
		background: #74ccdc;
		color: #fff;
		transform: translate3d(0px, 3px, 1px);
		-webkit-transform: translate3d(0px, 3px, 1px);
		-moz-transform: translate3d(0px, 3px, 1px);
	}
	span.wpcf7-not-valid-tip {
		color: #dc3232;
		font-size: 1em;
		display: block;
	}
	div.wpcf7-validation-errors {
		padding-top: 3px;
		border: 2px solid #FCDD4B;
	}
	.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
		border-color: #74ccdc;
		background-color: #fff;
		padding-bottom: 3.5px;
	}



	/* スマホフォームテキストエリア */
	@media screen and (max-width: 767px) {
		.wpcf7-form textarea {
			width: 100% !important;
			/*本文*/
		}
	}
/****************************************

追加

*****************************************/
    
    .topics_post_title a {
        text-decoration: none;
        
        }
/****************************************

clearfix

*****************************************/
.clearfix {
    display: inline-block;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

/* Hides from IE Mac */
* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

/* End Hack */


