@charset "utf-8";
body {
    color: #333;
    margin: 0px;
    padding: 0px;
    font: 16px/2 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
    background-color: #fff;
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure {
    margin: 0px;
    padding: 0px;
}
ul {
    list-style-type: none;
}
img {
    border: none;
    vertical-align: bottom;
}
input,
textarea,
select {
    font-size: 1em;
}
form {
    margin: 0px;
}
table {
    border-collapse: collapse;
    font-size: 100%;
    border-spacing: 0;
}
a {
    color: #008a87;
}
a:hover {
    color: #00ceca;
    text-decoration: none;
}
body>h1 {
    width: 100%;
    font-size: 20px;
    color: #FFF;
    background: #009F9C;
    text-align: left;
    margin-right: auto;
    margin-left: auto;
}
body>h1 a,
body>h1 a:hover {
    color: #FFF;
    text-decoration: none;
}
#container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    background: #FFF;
}
.inner {
    position: relative;
    width: 980px;
    margin: 0 auto;
}
header {
    box-sizing: border-box;
    position: relative;
    width: 100%;
    background: url(https://www.note-pc.biz/images/topnewbanner0185.jpg) repeat-x 0% 0%;
    height: 185px;
}
header .logoimg {
    position: absolute;
    left: 10px;
    top: 20px;
}
header address {
    position: absolute;
    top: 20px;
    left: 690px;
}
header booking {
    position: absolute;
    top: 20px;
    left: 830px;
}
header title_count {
    position: absolute;
    left: 450px;
    top: 30px;
    width: 222px;
}
header .access,
header .call,
header .mail,
header .box {
    display: none;
}
nav {
    width: 100%;
    background: #fff;
    zoom: 1;
    margin-bottom: 20px;
}
nav:after {
    content: '';
    display: block;
    clear: both;
}
@media screen and (max-width:979px) {
    .inner {
        width: 100%;
    }
    #main2 {
        font-size: 100% !important;
    }
}
@media print,
screen and (min-width:801px) {
    nav {
        background: #009F9C;
        border-bottom: 5px solid #0b4948;
        z-index: 3;
    }
    /* 共通 */
    nav ul {
        margin: 0;
        padding: 0;
    }
    nav ul li {
        position: relative;
        margin: 0;
        padding: 0;
        list-style: none;
    }
    nav ul li a {
        display: block;
        margin: 0;
        padding: 16px 0;
        background: #009F9C;
        color: #fff;
        font-size: 14px;
        line-height: 1;
        text-decoration: none;
    }
    nav ul li:hover>a {
        color: #fff;
        background: #0b4948;
    }
    /* 1段目 */
    nav ul.gnav>li {
        position: relative;
        width: 16%;
        float: left;
        margin: 0;
        padding: 0;
        text-align: center;
        list-style: none;
        border-right: 1px solid #d4d4d4;
    }
    nav ul.gnav>li:first-child {
        width: 16%;
        border-left: 1px solid #d4d4d4;
    }
    nav ul.gnav>li.subnav a {
        padding-right: 20px;
    }
    nav ul.gnav>li.subnav>a:after {
        position: absolute;
        content: "";
        top: 20px;
        width: 0;
        height: 0;
        margin-left: 10px;
        border: 5px solid transparent;
        border-top-color: #fff;
    }
    /* 2段目 */
    nav ul li ul {
        position: absolute;
        z-index: 3;
        top: 100%;
        left: 0;
        width: 100%;
        margin: 0;
        padding: 0;
    }
    nav ul li ul li {
        overflow: hidden;
        width: 150%;
        height: 0;
        color: #fff;
        transition: .2s;
    }
    nav ul li ul li a {
        padding: 13px 15px;
        text-align: left;
        background: #0b4948;
        font-weight: normal;
    }
    nav ul li ul li:hover>a {
        background: #009F9C;
    }
    nav ul li:hover>ul>li {
        overflow: visible;
        height: 40px;
        border-bottom: 1px solid #fff;
    }
    nav ul li:hover ul li:last-child {
        border-bottom: none;
    }
    nav ul.gnav>li:last-child>ul {
        left: -50%;
    }
    nav ul li ul li ul:before {
        position: absolute;
        content: "";
        top: 13px;
        left: -20px;
        width: 0;
        height: 0;
        border: 5px solid transparent;
        border-left-color: #fff;
    }
    nav ul.gnav>li:last-child ul li ul:before {
        position: absolute;
        content: "";
        top: 13px;
        left: 200%;
        margin-left: -20px;
        border: 5px solid transparent;
        border-right-color: #fff;
    }
    .gnav {
        display: block !important;
    }
    #spMenu {
        display: none;
    }
    .fixed {
        position: fixed;
        top: 0;
        left: 0;
    }
}
@media screen and (max-width:800px) {
    
    header {
        z-index: 2;
        box-sizing: border-box;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        padding: 3px 10px 10px 0;
        height: 8.5rem;
        background: #fff;
        border-bottom: 1px solid #009F9C;
    }
    header .logoimg {
        position: absolute;
        width: 300px;
        left: 5%;
        top: 0px;
        margin-top: 7px;
        margin-bottom: 5px;
    }
    header address,
    header title_count {
        display: none;
    }
    .menu-upper {
        position: relative;
    }
    .menu-upper ul {
        margin-right: 36px;
    }
    .menu-upper li {
        float: left;
        margin-right: 5px;
        z-index:1;
    }
    .menu-upper li img {
        width: 20px;
        height: 20px;
        padding: 5px 5px 0 5px;
        z-index:2;
    }
    .menu-upper li:nth-child(2) a {
        background: #ff5c00;
    }
    .menu-upper li a {
        width: 36px;
        font-size: 12px;
        color: #fff;
        text-decoration: none;
        display: block;
        text-align: center;
        background: #009F9C;
        border-radius: 3px;
        box-sizing: border-box;
    }
    .menu-upper {
        display: flex;
        position: fixed;
        top: 10px;
        right: 10px;
    }
    span i {
        position: absolute;
        top: 35%;
        left: 20%;
    }
    nav {
        background: #009F9C;
    }
    nav ul {
        margin: 0;
        padding: 0;
    }
    nav .inner>ul {
        z-index: 2;
        overflow: auto;
        position: fixed;
        top: 5.5rem;
        right: 0;
        width: 100%;
        height: 88%;
        height: -webkit-calc(100% - 53px);
        height: calc(100% - 53px);
    }
    nav li {
        position: relative;
        width: 100%;
        float: none;
        margin: 0;
        text-align: left;
        list-style: none;
        border-bottom: 1px solid #d4d4d4;
        background: #009F9C;
    }
    nav li:first-child {
        border-top: 0;
    }
    nav li:last-child {
        border-bottom: 0;
    }
    nav li a {
        display: block;
        padding: 10px 30px;
        color: #fff;
        text-decoration: none;
        background: #009F9C;
    }
    nav li a:hover {
        color: #fff;
        background: #0b4948;
    }
    nav ul ul {
        display: none;
        position: relative;
    }
    nav li li a {
        box-sizing: border-box;
        width: 100%;
        padding: 10px 30px 10px 50px;
        text-align: left;
    }
    nav li li li a {
        padding: 10px 30px 10px 70px;
    }
    .subnav>a:before {
        display: block;
        content: "";
        position: absolute;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 20px;
        right: 30px;
        width: 10px;
        height: 10px;
        margin-top: -5px;
        background: #f1f1f1;
    }
    .subnav>a:after {
        display: block;
        content: "";
        position: absolute;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 20px;
        right: 30px;
        width: 10px;
        height: 10px;
        margin-top: -10px;
        background: #009F9C;
    }
    .subnav a:hover:after {
        background: #0b4948;
    }
    .active>a:before {
        margin-top: 0;
    }
    .active>a:after {
        margin-top: 5px;
    }
    .gnav {
        display: none;
    }
    #spMenu {
        display: block;
        z-index: 2;
        position: fixed;
        top: 10px;
        right: 10px;
    }
    #spMenu:hover {
        cursor: pointer;
    }
    /* ------------------------今回編集開始------------------------ */
    #spMenu:hover {
        cursor: pointer;
    }
    #navBtn {
        display: inline-block;
        position: relative;
        width: 35px;
        height: 27px;
        cursor: pointer;
        margin-left: 10px;
    }
    #navBtnIcon {
        position: absolute;
        top:75%;
        left: 0;
        width: 100%;
        height: 4px;
        background-color: #009F9C;
        border-radius: 4px;
    }
    #navBtnIcon:before,
    #navBtnIcon:after {
        display: block;
        content: '';
        position: absolute;
        top: 60%;
        left: 0;
        width: 100%;
        height: 4px;
        background-color: #009F9C;
        border-radius: 4px;
        transition: 0.3s;
    }
    #navBtnIcon:before {
        margin-top: -13px;
    }
    #navBtnIcon:after {
        margin-top: 9px;
    }
    /* ------------------------今回編集終了------------------------ */
    #navBtn .close {
        background: transparent;
    }
    #navBtn .close:before,
    #navBtn .close:after {
        margin-top: 0;
    }
    #navBtn .close:before {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }
    #navBtn .close:after {
        transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
    }
}
@media screen and (max-width: 480px) {
    header {
        height: 5.5rem;
    }
}

#contents {
    width: 990px;
    margin: 0 auto;
}
#main2 {
    width: 900px;
    padding: 0px 0px 30px 0px;
    margin: 0 auto;
    font-size: 120%;
}
#main2 h2 {
    background-color: #009F9C;
    color: #FFF;
    padding: 10px 20px;
    clear: both;
    border-radius: 3px;
}
#main2 h2 a {
 color: #FFF;
}
#main2 h3 {
    background-color: #e5e5e5;
    font-size: 100%;
    padding: 4px 15px;
    clear: both;
}
#main2 p {
    padding: 5px 15px 20px;
}
footer {
    clear: both;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #FFF;
    background: #009F9C;
    display: block;
    font-size: 80%;
}
.floatmenu {
    background: #fff;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    padding: 5px;
    border-top: 1px solid #009F9C;
}
.floatmenu a{
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    width: 100%;
}

.floatmenu li:first-child {
    flex-grow: 1;
}
.floatmenu li:nth-child(2) {
    background: #ff5c00;
}

.floatmenu li {
    display: flex;
    background: #009F9C;
    padding: 10px;
    margin: 2px;
    margin-right: 2px;
    border-radius: 3px;
    box-sizing: border-box;
}
.floatmenu a{
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}

.floatmenu li img {
    padding-bottom: 3px;
    display: block;
}
.floatmenu div{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: nowrap;
    width: 100%;
}
.floatmenu div p{
    background: #47B8B8;
    padding: 2px 3px;
    margin: 2px 0;
    border-radius: 6px;
    font-size: 10px;
}

#pagetop {
    clear: both;
}
#pagetop a {
    margin-bottom: -25px;
    color: #FFF;
    font-size: 10px;
    background-color: #555;
    text-decoration: none;
    text-align: center;
    width: 12em;
    display: block;
    float: right;
    letter-spacing: 0.1em;
}
#pagetop a:hover {
    background-color: #333;
    color: #FFF;
}
.mb15 {
    margin-bottom: 15px;
}
.mb30 {
    margin-bottom: 30px;
}
/* font設定 */
.C_0 {
    color: #000;
}
.C_R {
    color: red;
}
.f_70 {
    font-size: 70%;
}
.f_120 {
    font-size: 120%;
}
.pr {
    font-size: 10px;
}
.f_b {
    font-weight: bold;
}
.c {
    text-align: center;
}
.r {
    text-align: right;
}
.red {
    color: #FF0000;
    font-weight: bold
}
#menubar_hdr {
    display: none;
}
img.fr {
    float: right;
    margin: 0px 0px 15px 10px;
}
img.fl {
    float: left;
    margin: 0px 10px 15px 0px;
}
a img.linkimg {
    background: none!important;
}
a:hover img.linkimg {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -ms-filter: "alpha( opacity=60 )";
    background: none!important;
}

.tab-area.lcd-search {
    border: none;
}

.tab-area.lcd-search .item-category li {
    width: 50%;
    min-width: 49%;
    background-color: #e9ecef;
    color: #333;
}

.tab-area.lcd-search .item-category li.on {
    background-color: #93ccdd;
}

.tab-area.lcd-search .item-category ul {
    background: none;
}

.tab-area.lcd-search .tabs {
    padding: 0;
}

.iframe-content iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 110%;
}
.iframe-content2 iframe {
    width: 100%;
    min-height: 255px;
    vertical-align: bottom;
}

iframe#lcd-check2 {
    padding: 45px 0;
}

.toiawase {
    margin-top: 2px
}
img.qa {
    padding: 2px 5px 8px;
}
#dropmenu li ul li {
    overflow: hidden;
    height: 0;
    transition: .2s;
}
#floatingmenu {
    display: none;
}
.smmenu {
    display: none;
}
#main2 section.list2 section {
    float: left;
    width: 49%;
    height: auto;
    margin: 0px 1px 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
#main2 section.list2 section img {
    width: 100%;
    height: auto;
    margin-right: 20px;
}
/*　追加20221228　*/
#main2 section .post_body img {
width: 100%;
height: auto;
}


@media screen and (max-width:900px) {
    #main2 {
        width: 100%;
        box-sizing: border-box;
    }
}
@media (max-width: 480px) {
    .table-scroll {
        overflow-x: scroll;
    }
}
@media only screen and (max-width:480px) {
    body>h1 {
        display: none;
    }
    #container {
        width: auto;
        margin-right: 6px;
        margin-left: 6px;
    }
    #contents {
        width: auto;
        margin-top: 6rem;
        padding: 5px 5px 30px 5px !important;
    }
    #main2,
    #main2 p {
        padding: 5px 5px 15px;
    }
    .ta1 td {
        width: auto;
        padding: 2px;
    }
    .ta1 th {
        width: 100px;
        padding: 2px;
    }
    .ta3 td {
        width: auto;
        padding: 2px;
    }
    .ta3 th {
        width: 100px;
        padding: 2px;
    }
    img.fr {
        width: 100%;
        height: auto;
    }
    img.fl {
        width: 30%;
        height: auto;
    }
    img.wa {
        width: 100%;
        height: auto;
    }
    img.wb {
        width: 80%;
        height: auto;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    img.wc {
        width: 50%;
        height: auto;
    }
    img.wd {
        width: 30%;
        height: auto;
    }
    img.we {
        width: 45%;
        height: auto;
    }
    img.wf {
        width: 20%;
        height: auto;
    }
    #main2 section.list2 section {
        width: 96%;
        height: auto;
        float: none;
        margin: 0px auto 15px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }
    #main2 section.list2 section img {
        width: 100%;
        height: auto;
    }
    .toiawase {
        display: none;
    }
    #floatingmenu {
        display: inline-block;
        width: 100%;
        position: fixed;
        left: 0px;
        bottom: 0px;
        z-index: 9999;
        text-align: center;
    }
    .pcmenu {
        display: none;
    }
    .smmenu {
        display: inherit;
    }
    header .logoimg {
        position: absolute;
        left: 0;
        top: 0;
        margin-bottom: 10px;
        max-width: 400px;
    }
    #main2 h2 {
        font-size: 100%;
    }   
}
@media only screen and (max-width:330px) {
    header .logoimg {
        position: absolute;
        left: 10px;
        top: 6px;
        margin-bottom: 10px;
        max-width: 300px;
    }
    header img {
        width: 75%;
        height: auto;
    }
}
@media only screen and (min-width:481px) and (max-width:800px) {
    #container {
        width: auto;
        margin-right: 6px;
        margin-left: 6px;
    }
    body>h1 {
        display: none;
    }
    #contents {
        width: auto;
        margin-top: 10rem;
    }
    #main,
    #main2,
    img.wa {
        width: 100%;
        height: auto;
    }
    img.wc {
        width: 50%;
        height: auto;
    }
    img.wd {
        width: 30%;
        height: auto;
    }
    .toiawase {
        display: none;
    }
    #floatingmenu {
        display: none;
    }
    .pcmenu {
        display: none;
    }
    .smmenu {
        display: inherit;
    }
}
/* PCとスマホで画像切り替え*/
.pc {
    display: block !important;
}
.sp {
    display: none !important;
}
@media only screen and (max-width: 500px) {
    .pc {
        display: none !important;
    }
    .sp {
        display: block !important;
    }

}
/*mobile icon*/
.iconm {
    margin: 5px;
}
.filter {
  filter: invert(81%) sepia(100%) saturate(0%) hue-rotate(62deg) brightness(113%) contrast(105%);
}

.pc_img {
    width: 100%;
}


/* -----------今回追加部分開始----------- */
.header_icons {
    float: right;
    text-align: right;
    margin-bottom: 10px;
}


header .header_icons .bottom li a {
    display: block;
    padding-top: 10px;
    width: 64px;
    height: 64px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    background: #009F9C;
    border-radius: 5px;
    box-sizing: border-box;
    transition: all .3s;
}

header .header_icons .bottom li i {
    display: block;
    margin-bottom: 3px;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
}

header .header_icons .bottom li {
    display: inline-block;
    text-align: center;
}

header .header_icons .bottom img {
    padding-bottom: 3px;
    display: block;
    margin: 0 auto;
    width: 26px;
}
header .header_icons .bottom li:first-child a {
    background: #ff5c00;
}

a img {
    border: 0;
}
.bottom a:hover {
    opacity: 0.7;
}
.bottom a:hover {
    color: #1c1c1c;
    background: #eee;
}
.innner a {
    position: relative;
}
.header_icons {
    position: absolute;
    /* left:650px;*/
    top: 46px;
    width: 100%;
}
/* -----------今回追加部分終了----------- */


.header_icons.pc {
  position: relative;
  width: 100%;
  margin-top: 0px;
}

.header_icons .bottom {
  display: flex;
  justify-content: flex-end;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  gap: 10px;
  padding: 0;
  list-style: none;
}

.header_icons .bottom li {
  display: inline-block;
  text-align: center;
}


/* -----------goto_list----------- */
.goto_list {
    list-style-type: number;
    color: #bbb;
    padding-right: 20px;
    padding-left: 40px;
    border-left: 2px solid #f1f1f1;
}

.goto_list ul {
    margin-bottom: 5px;
}

.goto_list ul li{
    list-style-type: none;
    margin-left: 15px;
    font-size: 85% !important;
    font-weight: normal;
}
.goto_list ul li a{
    color: #60b6b4;
}

.goto_list a{
    color: #008582;
    text-decoration: none;
}

.goto_list a:hover{
    opacity: 0.9;
    text-decoration: underline;
}
.goto_list a:visited{
    color: #999;
}
.goto_list li{
    padding: 0px;
}

.ib {
    border: solid 1px #ccc;
}
/* -----------footer_link3列表示----------- */
.footer_list {
    display: flex;
    flex-wrap: wrap;
}

.footer_link {
    margin-left: 20px;
    margin-right: 20px;
}

@media screen and (min-width: 800px) {
    .footer_link {
        flex: 1;
    }

    .double-column {
        flex: 2;
    }
}

.footer_link ul {
    padding-left: 0;
}

.footer_link ul li {
    list-style-type: disc;
    font-size: 70% !important;
    font-weight: normal;
    color: #009F9C;
    white-space: nowrap; /* prevent line break */
}

.footer_link a:hover {
    color: #03c7c3;
    text-decoration: none;
}

.footer_link a:visited {
    color: #777;
}

.footer_link li {
    padding: 0;
}

@media screen and (max-width: 799px) {
    .footer_list {
        display: grid;
        grid-template-columns: repeat(3, 1fr); /* 3列で表示 */
        gap: 10px; /* 列間および行間のギャップ */
    }

    .footer_link {
        margin-left: 5; /* グリッドギャップで十分なのでマージンを0に調整 */
        margin-right: 0; /* 同上 */
    }

    .footer_link ul li {
        font-size: 60%; /* フォントサイズを調整、必要に応じて変更 */
    }
}


/* -----------footer_link2列表示----------- */
.footer_list2 {
    display: flex;
    flex-wrap: wrap;
}

.footer_link2 {
    margin-left: 20px;
    margin-right: 20px;
    flex: 1;
    max-width: calc(50% - 40px); /* change this line */
}

.footer_link2 ul li {
    list-style-type: disc;
    font-size: 70% !important;
    font-weight: normal;
    color: #009F9C;
}

.footer_link2 a:hover {
    color: #03c7c3;
    text-decoration: none;
}

.footer_link2 a:visited {
    color: #777;
}

.footer_link2 li {
    padding: 0;
}

@media screen and (min-width: 800px) {
    .footer_link2 {
        max-width: calc(50% - 40px);
    }
}

@media screen and (max-width: 799px) {
    .footer_link2 {
        max-width: calc(50% - 40px);
    }
}


/* remove bullet points */

.breadcrumb {
  width:100%;
  overflow:hidden;
}
.breadcrumb ul {
    list-style: none;
    font-size: 15px;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    padding-bottom:15px;
} 
.breadcrumb ul li {display: inline; } 
.breadcrumb ul li+li:before {
    content: ">";
    padding: 0 10px;  
}
.breadcrumb ul li a { text-decoration: none; } /* remove underlines from links */
.breadcrumb ul li a:hover { text-decoration: underline; } /* show underline on mouseover */

#mother table,
.pc-list table {
    font-size: 14px;
    width: 100%;
}

#mother table th,
.pc-list table th {
    text-align: left;
}

#mother table tr,
.pc-list table tr {
    border-bottom: 1px solid #000;
}

.elink {
    background: url('https://www.note-pc.biz/images/icon/elink.svg');
    background-repeat:no-repeat;
    height: 15px;
    width: 15px;
    margin-left: 10px;
    margin-right: 10px;
    display: inline-block;
    filter: invert(43%) sepia(40%) saturate(1218%) hue-rotate(134deg) brightness(100%) contrast(100%);
}

.left10 {
    float: right;
  position: relative;
  color: #999;
  animation: left10 4s infinite;
}

@keyframes left10 {
  0%   {right:0px;}
  50%  {right:10px;}
  100% {right:0px;}
}

.menu-upper.sp > ul{
	display: none;
}

.floatmenu li{
	width: 50%;
	background: #d12c4a;
	display: block;
	padding: 0;
}

.floatmenu li:first-child {
	width: 50%;
}

.floatmenu li:nth-child(2){
	background: #009f9c;
}

.floatmenu li img {
	padding-bottom: 1px;
	display: inline;
	vertical-align: middle;
	margin-right: 6px;
}

.floatmenu a{
	display: block;
	padding: 12px 4px;
	box-sizing: border-box;
}

.btn-s1 a.maru{
	background: #d12c4a;
	border-radius: 90px;
	width: 100%;
	text-align: center;
}


@media only screen and (max-width:480px) {
  header .logoimg {
    position: relative;
    width: 70%;
    max-width: 280px;
    left: 0;
    right: 0;
    margin: 5px auto 0 auto;
    z-index: 2;
  }

  header .logoimg img.smmenu {
    width: 100%;
    height: auto;
    display: block;
  }

  #spMenu {
    z-index: 3;
  }
}
