@charset "UTF-8";
/*
Theme Name: taiko-chinese
Description:2022.07.31 update
Theme URI:http://www.alphaprinting.jp
Author:Chisa
Text Domain: taiko-chinese
License: MIT
License URI: 
Tested up to: 8.0
Requires PHP: 8.0
Version:2.0
*/
.container:after, .box:after, .inner:after, .header__info:after {
    display: block;
    content: '';
    height: 0;
    clear: both;
    overflow: hidden;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-color-index: 0) {
    .container:after, .box:after, .inner:after, .header__info:after {
        content: '.';
        color: #fff;
    }
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -o-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

body {
    font-feature-settings: 'palt';
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    ::i-block-chrome, body {
        font-feature-settings: "pkna";
    }
}

@font-face {
    font-family: 'NotoSansCJKsc-Light';
  src: url("fonts/NotoSansCJKsc-Light.eot?v=1.0.0");
  src: url("fonts/NotoSansCJKsc-Light.eot?iefix?v=1.0.0") format("embedded-opentype"), url("fonts/NotoSansCJKsc-Light.woff2?v=1.0.0") format("woff2"), url("fonts/NotoSansCJKsc-Light.woff?v=1.0.0") format("woff"), url("fonts/NotoSansCJKsc-Light.ttf?v=1.0.0") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
    font-family: 'icomoon';
  src: url("fonts/icomoon.eot?vs7k35");
  src: url("fonts/icomoon.eot?vs7k35#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?vs7k35") format("truetype"), url("fonts/icomoon.woff?vs7k35") format("woff"), url("fonts/icomoon.svg?vs7k35#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
  /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-globe:before {
    content: "\e901";
}

.icon-bars:before {
    content: "\e900";
}

.icon-close:before {
    content: "\e904";
}

.icon-play:before {
    content: "\e905";
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, a, address, img, small, strong, sub, sup, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, menu, nav, output, section, summary, time, mark, audio, video, main {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

html {
    line-height: 1;
    font-size: 62.5%;
}

html,
body {
    height: 100%;
}

@media screen and (min-width: 751px) {
    html,
  body {
        min-width: 960px;
    }
}

body {
    min-width: 100%;
    width: 100%;
    margin: 0 auto;
    font-size: 14px;
    font-family: "NotoSansCJKsc-Light", "Tahoma", "Helvetica", "sans-serif";
    font-weight: 400;
    text-align: center;
    line-height: 1;
    color: #000;
    background-attachment: fixed;
    background-position: 0;
    background-size: cover;
}

a {
    outline: none;
    text-decoration: none;
    vertical-align: baseline;
    transition: all 0.3s linear;
}

a:link {
    color: #000;
}

a:visited {
    color: #000;
}

a:hover {
    color: #37ACAF;
    text-decoration: underline;
}

a:active {
    color: #37ACAF;
    text-decoration: none;
}

a:hover img {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    transition: all 0.3s linear;
}

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

#wrapper {
    margin: 0 auto;
    text-align: center;
    background: url(http://www.nomo.co.jp/wp-content/themes/images/common/bg.png) center top repeat;
}

@media screen and (min-width: 751px) {
    #wrapper {
        width: 960px;
    }
}

.shadow {
    background: url(http://www.nomo.co.jp/wp-content/themes/images/common/bg_shadow.png) center top no-repeat;
}

@media screen and (min-width: 751px) {
    .container {
        margin-top: 40px;
        padding: 0 30px;
    }
}

/*----------------------------------------
	mediaquery.scss
----------------------------------------*/
@media screen and (max-width: 750px) {
    boby {
        text-align: center;
    }
    .pc-only {
        display: none;
    }
    .content-left,
  .content-right {
        float: none;
    }
}

@media screen and (min-width: 751px) {
    .content-left {
        float: left;
    }
    .content-right {
        float: right;
    }
    .sp-only {
        display: none;
    }
}

/*----------------------------------------
	module.scss
----------------------------------------*/
.fs12 {
    font-size: 12px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb60 {
    margin-bottom: 60px;
}

.mt20 {
    margin-top: 20px;
}

.red {
    color: #C00 !important;
}

.bold {
    font-weight: bold;
}

.image-switch {
    visibility: hidden;
}

.bg {
    padding: 10px 0 0;
}

@media screen and (min-width: 751px) {
    .bg {
        padding: 20px;
        background: url(http://www.nomo.co.jp/wp-content/themes/images/common/bg_box.png) repeat;
    }
}

.mv {
    position: relative;
    width: 100%;
    height: 100px;
    background: url(http://www.nomo.co.jp/wp-content/themes/images/common/mv_sp.jpg) center center no-repeat;
    background-size: cover;
}

.mv p {
    visibility: hidden;
}

@media screen and (min-width: 751px) {
    .mv {
        height: 150px;
        background: url(http://www.nomo.co.jp/wp-content/themes/images/common/mv_pc.jpg) center top no-repeat;
        background-size: contain;
    }
    .mv p {
        position: relative;
        top: 44%;
        visibility: visible;
        width: 112px;
        margin: 0 0 0 34px;
        font-size: 15px;
        color: #000;
        text-align: center;
        z-index: 1;
    }
    .mv p:after {
        top: -48px;
        width: 112px;
        height: 112px;
        position: absolute;
        display: block;
        content: '';
        background: url(http://www.nomo.co.jp/wp-content/themes/images/common/mv_bg.png) center center no-repeat;
        background-size: 100%;
        z-index: -1;
    }
}

.guide .mv p,
.fare .mv p {
    top: 54px;
    line-height: 1.4;
}

.guide .mv p:after,
.fare .mv p:after {
    top: -36px;
}

.intro {
    margin-bottom: 20px;
    text-align: left;
    line-height: 150%;
}

.intro p + p {
    margin-top: 20px;
}

@media screen and (min-width: 751px) {
    .intro {
        margin-bottom: 40px;
    }
}

.title--page {
    margin: 40px 0 10px;
    font-size: 30px;
    text-align: left;
}

@media screen and (min-width: 751px) {
    .title--page {
        margin: 0 0 20px;
        font-size: 40px;
    }
}

.title--01 {
    font-size: 22px;
    margin-bottom: 20px;
    padding: 20px 0 10px;
    font-size: 22px;
    text-align: left;
    text-indent: 35px;
    letter-spacing: -0.05em;
    border-bottom: 1px #000 solid;
    background: url(http://www.nomo.co.jp/wp-content/themes/images/common/icn_anchor_orange.png) 4px 20px no-repeat;
    background-size: 20px auto;
}

.title--01 .small {
    display: block;
    font-size: 14px;
}

@media screen and (min-width: 751px) {
    .title--01 {
        margin-bottom: 30px;
        font-size: 28px;
        letter-spacing: normal;
        background-size: 23px 29px;
    }
    .title--01 .small {
        display: inline;
        font-size: 18px;
    }
}

.title--02 {
    height: 26px;
    margin-bottom: 6px;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    text-indent: 34px;
    background: url(http://www.nomo.co.jp/wp-content/themes/images/common/icn_flag.png) left top no-repeat;
    background-size: contain;
}

@media screen and (min-width: 751px) {
    .title--02 {
        height: 32px;
        padding-top: 4px;
    }
}

.anchor {
    font-size: 12px;
    margin: 0 0 30px;
    text-align: left;
    line-height: 2;
}

.anchor li {
    display: inline-block;
}

.anchor li:after {
    content: "｜";
    display: inline-block;
}

.anchor li:last-child:after {
    content: "";
    display: none;
}

@media screen and (min-width: 751px) {
    .anchor {
        margin: 0 0 40px;
    }
}

.txt,
.text {
    text-align: left;
    line-height: 1.5;
}

#content .text {
    font-size: 14px;
    line-height: 1.4;
}

@media screen and (min-width: 751px) {
    #content .text {
        line-height: 1.6;
    }
}

.notice {
    position: relative;
    display: table;
    width: 100%;
    min-height: 88px;
    height: 88px;
    font-size: 12px;
    text-align: left;
    border: 1px #37ACAF solid;
    background: #fff url(http://www.nomo.co.jp/wp-content/themes/images/common/icn_pen.png) 15px 50% no-repeat;
    background-size: 44px 44px;
    box-sizing: border-box;
}

.notice ul {
    display: table-cell;
    padding: 10px 15px 10px 60px;
    vertical-align: middle;
}

.notice li {
    list-style: none;
    text-indent: -1em;
    padding-left: 2em;
    line-height: 1.2;
}

.notice li + li {
    margin-top: 6px;
}

.notice:after {
    position: absolute;
    bottom: -4px;
    right: -10px;
    display: block;
    content: "";
    width: 60px;
    height: 24px;
    background: url(http://www.nomo.co.jp/wp-content/themes/images/common/icn_ferry.png) left top no-repeat;
    background-size: cover;
}

@media screen and (min-width: 751px) {
    .notice {
        font-size: 14px;
        background: #fff url(http://www.nomo.co.jp/wp-content/themes/images/common/icn_pen.png) 20px 50% no-repeat;
        background-size: 54px 54px;
    }
    .notice ul {
        padding: 10px 20px 10px 85px;
    }
}

.notes {
    margin-left: 0.5em;
    font-size: 12px;
    text-align: left;
    text-indent: -0.5em;
    line-height: 1.6;
    list-style: none;
}

.caption {
    margin-top: 10px;
    font-size: 12px;
    text-align: right;
}

.caption li {
    list-style: none;
    line-height: 1.6;
    text-align: left;
}

@media screen and (min-width: 751px) {
    .caption li {
        display: inline-block;
        margin-left: 20px;
        line-height: 1;
    }
}

.table {
    overflow: auto;
    width: 100%;
    white-space: nowrap;
}

.table::-webkit-scrollbar {
    height: 5px;
}

.table::-webkit-scrollbar-track {
    background: #F1F1F1;
}

.table::-webkit-scrollbar-thumb {
    background: #BCBCBC;
}

.table--01 {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border: 1px #bbb solid;
}

.table--01__head th {
    padding: 20px 10px 18px;
    background: url(http://www.nomo.co.jp/wp-content/themes/images/common/bg_blue.png) repeat;
}

.table--01__head th:last-child {
    border-right: none;
}

.table--01__body th,
.table--01__body td {
    padding: 12px 10px;
    vertical-align: middle;
    background: url(http://www.nomo.co.jp/wp-content/themes/images/common/bg_box.png) repeat;
}

.table--01__body.border-top th,
.table--01__body.border-top td {
    border-top: 1px #bbb dotted;
}

.table--01 th {
    font-weight: bold;
    border-right: 1px #bbb solid;
    vertical-align: middle;
    line-height: 1.4;
}

.table--01 td {
    line-height: 1.4;
    border-right: 1px #bbb solid;
}

.table--01 td:last-child {
    border-right: none;
}

.table--01 .small {
    font-size: 11px;
}

@media screen and (min-width: 751px) {
    .table--01__head th {
        padding: 20px 0 18px;
    }
    .table--01__body th,
  .table--01__body td {
        padding: 12px 0;
    }
    .table--01 .small {
        font-size: 12px;
    }
}

@media screen and (max-width: 750px) {
    .header--sp {
        height: 70px;
    }
    .header--sp__logo {
        float: left;
        width: 50%;
        text-align: left;
        padding: 15px 0 0 10px;
    }
    .header--sp__logo a {
        display: block;
    }
    .header--sp__logo img {
        width: auto;
        height: 50px;
    }
    .header--sp .language-setting,
  .header--sp .menu {
        position: absolute;
        top: 13px;
    }
    .header--sp .language-setting > a,
  .header--sp .menu > a {
        display: block;
        width: 49px;
        height: 49px;
        margin-bottom: 6px;
        font-size: 12px;
        background: #fff;
        border-radius: 4px;
        vertical-align: middle;
        border: 1px #ccc solid;
        color: #151463;
    }
    .header--sp .language-setting > a:link, .header--sp .language-setting > a:visited,
  .header--sp .menu > a:link,
  .header--sp .menu > a:visited {
        text-decoration: none;
    }
    .header--sp .language-setting > a:hover, .header--sp .language-setting > a:active,
  .header--sp .menu > a:hover,
  .header--sp .menu > a:active {
        text-decoration: none;
    }
    .header--sp .language-setting {
        right: 70px;
    }
    .header--sp .language-setting__list li {
        display: none;
        list-style: none;
    }
    .header--sp .menu {
        right: 10px;
    }
    .header--sp .menu__list li {
        list-style: none;
    }
    .header--sp .paradeiser {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999;
        width: 100%;
        height: 70px;
        transition: top .4s ease;
        -webkit-backdrop-filter: blur(10px) saturate(100%);
        backdrop-filter: blur(10px) saturate(100%);
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        background: rgba(255, 255, 255, 0.8) url(http://www.nomo.co.jp/wp-content/themes/images/common/header_bg.png) left top repeat-x;
        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.02), 0 2px 10px 0 rgba(0, 0, 0, 0.1);
    }
    .header--sp .paradeiser__nav {
        position: relative;
        float: right;
        width: 50%;
    }
    .header--sp .paradeiser__nav i {
        display: block;
        margin-bottom: 3px;
        padding-top: 8px;
        font-size: 22px;
    }
    .header--sp .paradeiser__nav .paradeiser_children {
        position: fixed;
        top: 70px;
        bottom: 0;
        left: 0;
        z-index: 998;
        visibility: hidden;
        margin: 0;
        padding: 0;
        width: 100%;
        height: auto;
        font-weight: bold;
        text-align: center;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        pointer-events: none;
        z-index: -1;
        border-top: 1px #eee solid;
    }
    .header--sp .paradeiser__nav .paradeiser_children.open, .header--sp .paradeiser__nav .paradeiser_children:target {
        visibility: visible;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        pointer-events: auto;
        overflow: auto;
    }
    .header--sp .paradeiser__nav .paradeiser_children.open {
        padding-bottom: 80px;
        background-color: white;
    }
    .header--sp .paradeiser__nav .paradeiser_children ul {
        padding: 0 5.33333%;
        box-sizing: border-box;
    }
    .header--sp .paradeiser__nav .paradeiser_children li {
        display: inline-block;
        width: 100%;
        font-size: 16px;
        letter-spacing: 0.1em;
        text-align: left;
        list-style: none;
        border-bottom: 1px #eee solid;
    }
    .header--sp .paradeiser__nav .paradeiser_children li:last-child {
        border-bottom: none;
    }
    .header--sp .paradeiser__nav .paradeiser_children li a {
        display: inline-block;
        width: 100%;
        padding: 14px 5.33333%;
        font-size: 13px;
        color: #37ACAF;
        box-sizing: border-box;
    }
    .header--sp .paradeiser__nav .paradeiser_children li a:hover {
        color: #F39700;
    }
    .header--sp .paradeiser__nav .paradeiser_children li i {
        display: inline-block;
        font-size: 10px;
        vertical-align: inherit;
        -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
        transform: scale(0.5);
    }
    .header--sp #greybox {
        display: none;
    }
    .header--sp .headroom--pinned {
        top: 0;
    }
    .header--sp .headroom--unpinned {
        top: -70px;
    }
}

@media screen and (min-width: 751px) {
    .header {
        background: url(http://www.nomo.co.jp/wp-content/themes/images/common/header_bg.png) left top repeat-x;
    }
    .header .inner {
        overflow: hidden;
        height: 120px;
    }
    .header--pc .inner {
        padding: 20px 30px 0;
        overflow: hidden;
        box-sizing: border-box;
    }
    .header--pc__logo {
        float: left;
        margin: 9px 0 0 0;
        width: 347px;
        height: 74px;
    }
    .header--pc__logo img {
        width: 100%;
    }
    .header--pc__info {
        float: right;
        word-wrap: break-word;
        box-sizing: border-box;
    }
    .header--pc .language-setting {
        margin-top: -4px;
        margin-bottom: 10px;
        text-align: right;
    }
    .header--pc .language-setting ul {
        display: block;
        box-sizing: border-box;
    }
    .header--pc .language-setting li {
        list-style: none;
        display: inline;
        font-size: 12px;
    }
    .header--pc .language-setting li:before {
        display: inline-block;
        content: '|';
        padding: 0 6px 0 4px;
        vertical-align: text-top;
    }
    .header--pc .language-setting li:last-child:after {
        display: inline-block;
        content: '|';
        padding: 0 0 0 4px;
        vertical-align: text-top;
    }
    .header--pc .language-setting .ja img {
        width: 34px;
    }
    .header--pc .language-setting .en img {
        width: 38px;
    }
    .header--pc .language-setting .cn img {
        width: 23px;
    }
    .header--pc .language-setting .kr img {
        width: 34px;
    }
    .header--pc__contact {
        position: relative;
        height: 70px;
        padding: 8px 20px 0 62px;
        box-sizing: border-box;
        background: #fff;
    }
    .header--pc__contact:before {
        position: absolute;
        left: 18px;
        top: 16px;
        display: block;
        content: '';
        width: 30px;
        height: 40px;
        background: url(http://www.nomo.co.jp/wp-content/themes/images/common/header_icon_tel.png) center center no-repeat;
        background-size: 100% auto;
    }
    .header--pc__tel {
        text-align: left;
    }
    .header--pc__tel .number {
        margin-bottom: 4px;
        font-size: 22px;
        font-weight: 700;
    }
    .header--pc__tel .japanese-only {
        font-size: 11px;
        font-weight: 400;
        color: #C00;
        vertical-align: middle;
    }
    .header--pc__tel .text {
        font-size: 10px;
        line-height: 1.3;
    }
    .header--pc #gnav {
        clear: both;
        width: 960px;
        background: #fff;
    }
    .header--pc #gnav:after {
        display: block;
        content: '';
        height: 0;
        clear: both;
        overflow: hidden;
    }
    .header--pc #gnav .gnav__list > li {
        position: relative;
        float: left;
        height: 50px;
        overflow: hidden;
    }
    .header--pc #gnav .gnav__list > li > a {
        position: relative;
        display: inline-block;
        height: 50px;
        padding: 16px 10px 0;
        font-size: 18px;
        font-weight: bold;
        box-sizing: border-box;
    }
    .header--pc #gnav .gnav__list > li > a:hover {
        text-decoration: none;
    }
    .header--pc #gnav .gnav__list > li > a:hover:after {
        position: absolute;
        left: 0;
        bottom: 8px;
        display: inline-block;
        content: "";
        width: 100%;
        height: 4px;
        background: url(http://www.nomo.co.jp/wp-content/themes/images/common/navbar.gif) left bottom repeat-x;
        transition: all 0.3s linear;
    }
    .header--pc #gnav .gnav__list li {
        list-style: none;
    }
    .header--pc #gnav .gnav__list li ul {
        overflow: hidden;
        position: absolute;
        z-index: 100;
        top: 100%;
        left: 20%;
        width: 100%;
    }
    .header--pc #gnav .gnav__list li ul li {
        overflow: hidden;
        width: 200px;
        height: 0;
        margin-left: -7px;
        text-align: left;
        border-bottom: 1px #666 dotted;
    }
    .header--pc #gnav .gnav__list li ul li:last-child {
        border-bottom: none;
    }
    .header--pc #gnav .gnav__list li ul li a {
        display: block;
        padding: 13px 14px;
        text-align: left;
        font-weight: bold;
        font-size: 12px;
        background: url(http://www.nomo.co.jp/wp-content/themes/images/common/nav_bg.png);
        box-sizing: border-box;
    }
    .header--pc #gnav .gnav__list li ul li a:link {
        color: #fff;
    }
    .header--pc #gnav .gnav__list li ul li a:visited {
        color: #fff;
    }
    .header--pc #gnav .gnav__list li ul li a:hover {
        color: #37ACAF;
    }
    .header--pc #gnav .gnav__list li ul li a:active {
        color: #37ACAF;
    }
    .header--pc #gnav .gnav__list li:hover {
        overflow: visible;
    }
    .header--pc #gnav .gnav__list li:hover ul {
        overflow: visible;
    }
    .header--pc #gnav .gnav__list li:hover li {
        height: 38px;
        transition: all 0.2s linear;
    }
    .header--pc #gnav .on > a:after {
        position: absolute;
        left: 0;
        bottom: 8px;
        display: inline-block;
        content: "";
        width: 100%;
        height: 4px;
        background: url(http://www.nomo.co.jp/wp-content/themes/images/common/navbar.gif) left bottom repeat-x;
        transition: all 0.3s linear;
    }
    .header--pc #gnav .on > a:link {
        color: #37ACAF;
    }
    .header--pc #gnav .on > a:visited {
        color: #37ACAF;
    }
    .header--pc #gnav .on > a:hover {
        color: #37ACAF;
    }
    .header--pc #gnav .on > a:active {
        color: #37ACAF;
    }
    .header--pc #gnav .gnav01 {
        width: 134px;
    }
    .header--pc #gnav .gnav02 {
        width: 156px;
    }
    .header--pc #gnav .gnav03 {
        width: 138px;
    }
    .header--pc #gnav .gnav04 {
        width: 208px;
    }
    .header--pc #gnav .gnav05 {
        width: 174px;
    }
    .header--pc #gnav .gnav06 {
        width: 150px;
    }
}

#content {
    clear: both;
    padding: 0 5.33333% 20px;
}

@media screen and (min-width: 751px) {
    #content {
        float: left;
        width: 630px;
        margin-bottom: 80px;
        padding: 0;
    }
}

.sidebar {
    margin: 0 5.33333% 20px;
}

.sidebar .widgettitle {
    margin-bottom: 20px;
    font-size: 22px;
    margin-bottom: 20px;
    padding: 20px 0 10px;
    font-size: 22px;
    text-align: left !important;
    text-indent: 35px;
    border-bottom: 1px #000 solid;
    background: url(http://www.nomo.co.jp/wp-content/themes/images/common/icn_anchor_orange.png) 6px 20px no-repeat;
    background-size: 20px auto;
}

.sidebar #biz_calendar {
    max-width: 100%;
    margin-bottom: 10px;
}

.sidebar #biz_calendar .today {
    text-decoration: underline;
}

.sidebar #biz_calendar .holiday {
    background-color: #F39700 !important;
}

.sidebar #biz_calendar p {
    margin: 2px 0;
    padding: 0 10px;
    font-size: 13px;
    line-height: 1.2;
    text-align: left;
}

.sidebar #biz_calendar p .boxholiday {
    padding-left: 20px;
    margin-right: 6px;
    background-color: #F39700;
}

.sidebar #biz_calendar p .notice {
    display: block;
    margin-top: 6px;
}

.sidebar #biz_calendar .txt {
    padding-top: 8px;
    font-size: 12px;
}

.sidebar #biz_calendar table.bizcal img {
    width: 24px;
    height: 24px;
}

.sidebar .side_bnr li {
    margin-bottom: 20px;
    list-style: none;
}

.sidebar .side_bnr li img {
    width: 100%;
}

@media screen and (min-width: 751px) {
    .sidebar {
        width: 240px;
        float: right;
        margin: 0 0 100px;
    }
    .sidebar .widgettitle {
        margin-bottom: 10px;
        padding: 0;
        font-size: 28px;
        border-bottom: none;
        background: url(http://www.nomo.co.jp/wp-content/themes/images/common/icn_anchor_blue.png) 6px 0 no-repeat;
        background-size: 23px 29px;
    }
    .sidebar #biz_calendar p {
        margin: 2px 0;
        padding: 0 10px;
        font-size: 13px;
        line-height: 1.2;
    }
    .sidebar #biz_calendar p .boxholiday {
        padding-left: 20px;
        margin-right: 6px;
    }
    .sidebar #biz_calendar .txt {
        padding-top: 4px;
        font-size: 12px;
    }
    .sidebar .side_bnr {
        margin-top: 20px;
    }
    .sidebar .side_bnr li {
        width: 240px;
    }
}

.pagetop {
    padding: 0 0 10px 20px;
    text-align: left;
}

.pagetop img {
    width: 60px;
}

.footer {
    clear: both;
    background: url(http://www.nomo.co.jp/wp-content/themes/images/common/footer_bg.jpg) left top repeat;
    background-size: auto 200px;
}

.footer .footer__nav ul {
    display: inline-block;
    margin: 0 auto;
    padding: 30px 5.33333%;
}

.footer .footer__nav li {
    display: inline-block;
    font-size: 12px;
    list-style: none;
    line-height: 2.0;
}

.footer .footer__nav li:after {
    display: inline;
    content: '｜';
    padding: 0 4px;
}

.footer .footer__nav li:last-child:after {
    content: none;
}

.footer .footer__nav a {
    text-decoration: none;
}

.footer .copyright {
    padding-bottom: 4px;
    font-size: 10px;
}

.footer .copyright img {
    width: 193px;
    margin-bottom: 4px;
}

@media screen and (min-width: 751px) {
    .pagetop img {
        width: 70px;
    }
    .footer {
        background-size: auto;
    }
    .footer__inner {
        position: relative;
        width: 960px;
        height: 200px;
        margin: 0 auto;
    }
    .footer .footer__nav ul {
        padding: 50px 30px 0;
    }
    .footer .footer__nav li {
        font-size: 14px;
        line-height: 1.4;
    }
    .copyright {
        position: absolute;
        right: 30px;
        bottom: 6px;
        font-size: 12px;
        text-align: right;
    }
}