/*
Theme Name: Taikisangyo 2018
Version: 1.0
Description:This WPtheme & CSS for BenyPong!, Required plugins CMB2.
Author:Seiki Nishijima

    $Id: style.css,v1.0 $
*/
/*===========================================================================

  共通設定　ここから

===========================================================================*/
html{
    -webkit-text-size-adjust: none;
}
input[type="text"] ,
input[type="textarea"] ,
input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 0;
}
body {
    padding: 0 0 0 0;
    margin:0px auto 0px auto;
    text-align:center;
    color: #1a1a1a;
    background: #fff;
}
#background {
    padding: 0 0 0 0;
    margin:0px auto 0px auto;
    text-align:center;
    width: 100%;
    min-width: 1200px;
    position: relative;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
    #background {
        min-width: 320px;
    }
}
/*-----------------------------------*/
#background a {
    color: #1a1a1a;
    text-decoration: none;
    filter: Alpha(opacity=100);
    opacity: 1;
    box-sizing: border-box;
}
#background a:hover {
    color: #00a839;
    filter: Alpha(opacity=50);
    opacity: 0.5;
}
#background a[href^="tel:"] {
    pointer-events: none;
}
#background button {
    cursor: pointer;
    filter: Alpha(opacity=100);
    opacity: 1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    box-sizing: border-box;
}
#background button:hover {
    filter: Alpha(opacity=50);
    opacity: 0.5;
}
#background img {
    vertical-align: middle;
    box-sizing: border-box;
    width: 100%;
    height: auto;
}
#background .pcArea ,
#background .pcImage {
    display: block;
}
#background .spArea ,
#background .spImage {
    display: none;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
    a:hover {
        filter: Alpha(opacity=100);
        opacity: 1;
    }
    #background a[href^="tel:"] {
        pointer-events: auto;
    }
    #background .pcArea ,
    #background .pcImage {
        display: none;
    }
    #background .spArea ,
    #background .spImage {
        display: block;
    }
    #background span.spNone {
        display: none;
    }
}
/*------------------------------------
  共通レイアウト設定　ここから
-------------------------------------*/
#background header ,
#background footer ,
#background article {
    margin:0px auto 0px auto;
    text-align:center;
    width: 100%;
    min-width: 1200px;
}
#background section ,
#background .innerBox {
    margin:0px auto 0px auto;
    text-align:center;
    width: 1120px;
}
#background .naviMask {
    display: none;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
    #background header ,
    #background footer ,
    #background article {
        min-width: initial;
        min-width: auto;
    }
    #background section ,
    #background .innerBox {
        width: 100%;
    }
}
/*------------------------------------
  共通テキスト設定　ここから
-------------------------------------*/
#background article h1 ,
#background article h2 ,
#background article h3 ,
#background article h4 ,
#background article h5 ,
#background article h6 ,
#background article p ,
#background article ul ,
#background article ol {
    margin: 0 auto 30px auto;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
    #background article h1 ,
    #background article h2 ,
    #background article h3 ,
    #background article h4 ,
    #background article h5 ,
    #background article h6 ,
    #background article p ,
    #background article ul ,
    #background article ol {
        margin: 0 0 15px 0;
    }
}
/*===========================================================================

  共通ヘッダ設定　ここから

===========================================================================*/
#background header {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 200;
    background: rgba(255,255,255,0.96);
}
.admin-bar #background header {
    top: 32px;
}
#background header:before {
    display: block;
    content: "";
    width: 100%;
    height: 5px;
    background: linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.0));
    position: absolute;
    left: 0;
    bottom: -5px;
    z-index: 10;
}
#background header section {
    width: 100%;
    min-width: 1200px;
    overflow: hidden;
}
#background header h1 {
    width: 500px;
    padding: 15px;
    margin: 0 auto 0 0;
    float: left;
}
#background header h1 a {
    display: block;
    line-height: 40px;
}
#background header h1 a img {
    float: left;
    width: 300px;
    vertical-align: middle;
}
#background header h1 a span {
    float: right;
    display: inline-block;
    font-size: 18px;
    line-height: 40px;
    font-weight: bold;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
    .admin-bar #background header {
        top: 0px;
    }
    #background header section {
        min-width: 100%;
    }
    #background header h1 {
        width: 245px;
        padding: 10px 0 10px 10px;
        line-height: 1em;
    }
    #background header h1 a {
        line-height: 1em;
    }
    #background header h1 a img {
        float: none;
        width: auto;
        height: 27px;
        vertical-align: middle;
    }
    #background header h1 a span {
        float: none;
        display: block;
        font-size: 16px;
        line-height: 1em;
        padding-top: 5px;
    }
}
/*===========================================================================
-----------------------------------------------------------------------------
  PCメニューセット設定　ここから
-----------------------------------------------------------------------------
===========================================================================*/
#background #headerSet {
    width: 700px;
    padding: 15px;
    margin: 0 0 0 auto;
    float: right;
}
#background #headerSet p.menu {
    display: none;
}
#background #headerSet nav ,
#background #headerSet p.phone ,
#background #headerSet ul.subMenu {
    float: left;
    line-height: 20px;
}
#background #headerSet p.phone {
    width: 200px;
}
#background #headerSet p.phone a {
    display: block;
    padding-left: 40px;
    font-size: 20px;
    line-height: 1.2em;
    font-weight: bold;
    position: relative;
}
#background #headerSet p.phone.phone2 a {
    padding-left: 30px;
}
#background #headerSet p.phone a:before {
    height: 20px;
    width: 30px;
    display: block;
    position: absolute;
    left: 0;
    top: calc(50% - 10px);
    content: "";
    background: url(./images/icon_phone.svg);
    background-size: 100%;
    background-repeat: no-repeat;
}
#background #headerSet p.phone.phone2 a:before {
    height: 22px;
    width: 22px;
    background-image: url(./images/icon_phone2.svg);
}
#background #headerSet p.phone span {
    display: block;
    font-size: 12px;
    letter-spacing: 0;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
    #background #headerSet {
        width: 68px;
        padding: 0 0 0 0;
    }
    #background nav p.phone {
        margin-bottom: 10px;
        padding: 10px 5px 0;
    }
    #background nav p.phone a {
        display: block;
        padding-left: 40px;
        font-size: 20px;
        line-height: 1.2em;
        font-weight: bold;
        position: relative;
    }
    #background nav p.phone a:before {
        height: 20px;
        width: 30px;
        display: block;
        position: absolute;
        left: 0;
        top: calc(50% - 10px);
        content: "";
        background: url(./images/icon_phone.svg);
        background-size: 100%;
        background-repeat: no-repeat;
    }
    #background nav p.phone2 a {
        padding-left: 30px;
    }
    #background nav p.phone2 a:before {
        height: 22px;
        width: 22px;
        background-image: url(./images/icon_phone2.svg);
        background-size: 22px 22px;
    }
    #background nav p.phone span {
        display: block;
        font-size: 12px;
        letter-spacing: 0;
    }
}
/*------------------------------------
  サブメニュー設定　ここから
-------------------------------------*/
#background #headerSet ul.subMenu {
    width: 470px;
    border: 1px solid #848484;
    border-radius: 6px;
    position: relative;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}
#background #headerSet ul.subMenu:after {
    display: none;
}
#background #headerSet ul.subMenu li {
    letter-spacing: 0;
    margin: 0 auto 0 0;
    line-height: 40px;
    border-left: 1px solid #848484;
    flex-grow: 1;
}
#background #headerSet ul.subMenu li:first-of-type {
    border-left: none;
    margin: 0 0 0 0;
}
#background #headerSet ul.subMenu li a {
    display: block;
    margin: 0 0 0 0;
    padding: 0 10px 0 40px;
    position: relative;
    font-size: 14px;
    letter-spacing: 0;
}
#background #headerSet ul.subMenu li a:before {
    height: 20px;
    width: 20px;
    display: block;
    position: absolute;
    left: 10px;
    top: calc(50% - 10px);
    background-image: url(./images/icon_search.svg);
    content: "";
    background-size: 100%;
}
#background #headerSet ul.subMenu li.sub02 a:before {
    background-image: url(./images/icon_catalog.svg);
}
#background #headerSet ul.subMenu li.sub03 a:before {
    background-image: url(./images/icon_contact.svg);
}
#background #headerSet ul.subMenu li.sub04 a {
    margin: 0 0 0 0;
    padding: 0 10px 0 10px;
    background-color: #ffcb00;
    text-align: center;
}
#background #headerSet ul.subMenu li.sub04 a:before {
    display: none;
}
/*------------------------------------
  検索ボックス設定　ここから
-------------------------------------*/
#background #headerSet ul.subMenu li.sub01 {
    position: static;
    width: 40px;
    max-width: 40px;
}
#background header ul.subMenu li.sub01 a {
    width: 40px;
    height: 40px;
    padding: 0;
    overflow: hidden;
    text-indent: -10em;
}
#background header li.sub01 form {
    display: block;
    position: absolute;
    z-index: 20;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    border-radius: 6px;
    overflow: hidden;
    background: #fff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#background header li.sub01 form.open {
    width: 100%;
}
#background header li.sub01 form div {
    width: 428px;
    position: absolute;
    left: 40px;
    top: 0;
}
#background header li.sub01 form input[type=text] {
    display: block;
    width: 358px;
    border-left: 1px solid #848484;
    line-height: 40px;
    padding: 0 10px 0;
    float: left;
}
#background header li.sub01 form input[type=submit] {
    display: block;
    width: 70px;
    border-left: 1px solid #848484;
    font-size: 14px;
    line-height: 40px;
    background-color: #ffcb00;
    padding: 0 ;
    float: left;
    text-align: center;
}
#background header li.sub01 form input[type=submit] {
    cursor: pointer;
    filter: Alpha(opacity=100);
    opacity: 1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#background header li.sub01 form input[type=submit]:hover {
    filter: Alpha(opacity=50);
    opacity: 0.5;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
    #background header .mainMenu li.sub01 {
        padding: 10px 0;
    }
    #background header li.sub01 form {
        position: relative;
        width: 100%;
        height: 30px;
        border: 1px solid #848484;
    }
    #background header .mainMenu li.sub01 form a {
        display: block;
        width: 30px;
        height: 30px;
        padding: 0;
        position: absolute;
        left: 0;
        top: 0;
        text-align: left;
        text-indent: -10em;
        background: url(./images/icon_search.svg) no-repeat 50% 50%;
        background-size: 16px;
    }
    #background header li.sub01 form div {
        width: 100%;
        padding-left: 30px;
        position: static;
        line-height: 0;
    }
    #background header li.sub01 form input[type=text] {
        width: calc(100% - 50px);
        line-height: 30px;
        padding: 0 5px 0;
        margin: 0;
        outline: 0;
    }
    #background header li.sub01 form input[type=submit] {
        width: 50px;
        font-size: 12px;
        line-height: 30px;
        margin: 0;
        outline: 0;
    }
    #background header li.sub01 form input[type=submit] {
        cursor: pointer;
        filter: Alpha(opacity=100);
        opacity: 1;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
    #background header li.sub01 form input[type=submit]:hover {
        filter: Alpha(opacity=100);
        opacity: 1;
    }
}

/*------------------------------------
  メインメニュー設定　ここから
-------------------------------------*/
#background header nav {
    border-top: 1px solid #848484;
    clear: both;
    padding: 0;
    width: 100%;
    display: block;
}
#background header ul.mainMenu {
    width: 1120px;
    margin: 0 auto 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
#background header ul.mainMenu li {
    margin: 0 0 0 0;
    position: relative;
    font-size: 16px;
    flex-grow: 1;
}
#background header ul.mainMenu li:before {
    height: 30px;
    width: 1px;
    display: block;
    position: absolute;
    left: 0;
    top : 10px;
    content: "";
    background: #848484;
}
#background header ul.mainMenu li:first-of-type:before {
    display: none;
}
#background header ul.mainMenu li a {
    display: block;
    width: 100%;
    padding: 10px;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
}
#background header ul.mainMenu li.active a:before {
    height: 2px;
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    bottom : 0;
    content: "";
    background: #00a839;
}
/*===========================================================================

  SPメニューセット設定　ここから

===========================================================================*/
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
    /*------------------------------------
      メニューボタン設定　ここから
    -------------------------------------*/
    #background header #headerSet p.menu {
        display: block;
        width: 68px;
        padding: 20px;
        background-color: #00a839;
    }
    #background header p.menu a {
        display: block;
        width: 100%;
        height: 28px;
        padding: 0 0 0 0;
        position: relative;
        background: transparent;
        overflow: hidden;
        text-indent: -10em;
    }
    #background header p.menu a span:before ,
    #background header p.menu a:after ,
    #background header p.menu a:before {
        display: block;
        content: " ";
        width: 28px;
        height: 2px;
        background: #fff;
        position: absolute;
        top: 0;
        left: 0;
        transform: rotate(0deg);
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
    #background header p.menu a:after {
        left: auto;
        right: 0;
        top: auto;
        bottom: 13px;
    }
    #background header p.menu a:before {
        top: auto;
        bottom: 0;
    }

    #background header p.menu.open a span:before {
        filter: Alpha(opacity=0);
        opacity: 0;
    }
    #background header p.menu.open a:after ,
    #background header p.menu.open a:before {
        top: auto;
        bottom: 50%;;
    }
    #background header p.menu.open a:after {
        transform: rotate(-45deg);
    }
    #background header p.menu.open a:before {
        transform: rotate(45deg);
    }
    /*------------------------------------
      メニューエリア設定　ここから
    -------------------------------------*/
    #background header section {
        position: static;
    }
    #background header nav {
        display: block;
        position: fixed;
        overflow-y: scroll;
        top: 0;
        right: calc(90px - 100vw);
        width: calc(100vw - 90px);
        height: 100vh;
        padding-top: 0;
        z-index: 150;
        padding: 10px 10px;
        background: #fff;
        border: none;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
    /*------------------------------------
      メニュー挙動設定　ここから
    -------------------------------------*/
    #background ,
    #background header {
        left: 0;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
    #background.openNavi {
        left: calc(90px - 100vw);
        position: relative;
    }
    #background .naviMask {
        display: none;
        content: "";
        position: absolute;
        height: 100%;
        width: 100%;
        z-index: 150;
        background: rgba(0,0,0,0);
        top: 0;
        left: 0;
    }
    #background.openNavi .naviMask {
        display: block;
        background: rgba(0,0,0,0.4);
    }
    #background.openNavi header {
        left: calc(90px - 100vw);
    }
    #background.openNavi header nav {
        right: 0;
    }
    /*------------------------------------
      メインメニュー設定　ここから
    -------------------------------------*/
    #background header ul.mainMenu {
        width: 100%;
        display: block;
    }
    #background header ul.mainMenu li:before {
        display: none;
    }
    #background header ul.mainMenu li {
        border-bottom: 1px solid #848484;
    }
    #background header ul.mainMenu li:first-of-type {
        border-bottom: none;
    }
    #background header ul.mainMenu li a {
        line-height: 1.6em;
        text-align: left;
        font-weight: bold;
        padding: 10px 15px;
    }
    #background header ul.mainMenu li.active a {
        color: #00a839;
    }
    #background header ul.mainMenu li.active a:before {
        height: 80%;
        width: 4px;
        bottom: 10%;
    }
    /*------------------------------------
      サブメニュー設定　ここから
    -------------------------------------*/
    #background header ul.subMenu {
    }
    #background header ul.subMenu li {
        line-height: 1.6em;
        border-bottom: 1px solid #848484;
    }
    #background header ul.subMenu li:last-of-type {
        border-bottom: none;
    }
    #background header ul.subMenu li a {
        display: block;
        margin: 0 0 0 0;
        padding: 10px 15px;
        font-weight: bold;
    }
}
/*===========================================================================
-----------------------------------------------------------------------------
  共通フッター設定　ここから
-----------------------------------------------------------------------------
===========================================================================*/
#background footer {
    padding: 0 0 0 0;
}
#background footer section {
    width: 100%;
    padding: 15px;
}
#background footer section:last-of-type {
    border-top: 1px solid #848484;
}
/*------------------------------------
  共通トップへ設定　ここから
-------------------------------------*/
#background footer #logoLine {
    padding: 0;
    background-color: #00a839;
}
#background footer #logoLine h2 {
    width: 260px;
    padding: 10px;
    margin: 0;
    float: left;
}
#background footer #logoLine p {
    text-align: right;
    float: right;
}
#background footer #logoLine p a {
    line-height: 50px;
    color: #fff;
    padding-right: 70px;
}
#background footer #logoLine p a:before {
    display: block;
    content: " ";
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    background: #ffcb00 url(./images/icon01g.svg) no-repeat 50% 50%;
    background-size: 30px 30px;
    transform: rotate(-90deg);
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
    #background footer #logoLine p {
        width: 50px;
        overflow: hidden;
    }
    #background footer #logoLine p a {
        display: block;
        width: 50px;
        padding: 0;
        overflow: hidden;
        text-indent: -10em;
    }
}
/*------------------------------------
  共通サイトマップ設定　ここから
-------------------------------------*/
#background footer #sitemap {
    padding: 50px 0;
    width: 1120px;
    display: flex;
}
#background footer #sitemap ul {
    margin: 0 0 0 auto;
    min-width: 200px;
}
#background footer #sitemap ul li {
    margin: 0 0 20px 0;
    padding: 0 15px;
    line-height: 1.2em;
}
#background footer #sitemap ul li:before {
    content: "";
    width: 4px;
    height: 4px;
    display: block;
    position: absolute;
    left: 0;
    top: calc(50% - 2px);
    background-color: #00a839;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
    #background footer #sitemap {
        padding: 20px 15px;
        width: 100%;
        display: block;
    }
    #background footer #sitemap ul {
        display: none;
    }
    #background footer #sitemap ul:last-of-type {
        display: block;
    }
    #background footer #sitemap ul li {
        margin: 0 0 10px 0;
        width: 50%;
        float: left;
        font-size: 14px;
    }
}
/*------------------------------------
  共通サイトマップ 住所設定　ここから
-------------------------------------*/
#background footer #sitemap .addressSet {
    width: 380px;
    margin: 0 auto 0 0;
}
#background footer #sitemap .addressSet h3 {
    font-size: 20px;
    line-height: 1.4em;
    font-weight: bold;
    margin: 0;
}
#background footer #sitemap .addressSet p {
    margin-bottom: 30px;
}
#background footer #sitemap .addressSet ul li {
    padding: 0;
}
#background footer #sitemap .addressSet ul li:before {
    display: none;
}
#background footer #sitemap .addressSet ul li a {
    font-size: 18px;
    padding-left: 50px;
    position: relative;
}
#background footer #sitemap .addressSet ul li a span {
    display: block;
    position: absolute;
    left: 0;
    top: calc(50% - 11px);
    width: 40px;
    background: #00a839;
    color: #fff;
    font-size: 12px;
    line-height: 1em;
    font-weight: bold;
    padding: 5px 0;
    text-align: center;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
    #background footer #sitemap .addressSet {
        width: 100%;
        margin-bottom: 15px;
    }
    #background footer #sitemap .addressSet h3 {
        font-size: 18px;
    }
    #background footer #sitemap .addressSet p {
        margin-bottom: 15px;
    }
    #background footer #sitemap .addressSet ul li {
        padding: 0;
        width: 100%;
        margin-bottom: 15px;
    }
}
/*------------------------------------
  共通アドレス設定　ここから
-------------------------------------*/
#background footer address {
    width: 100%;
    clear: both;
    text-align: center;
    line-height: 1em;
    font-style: normal;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
    #background footer address {
        line-height: 1.2em;
        font-size: 14px;
    }
}
/*------------------------------------
  インスタ追加2023 設定　ここから
-------------------------------------*/
#background footer .addressSet p.insta {
    max-width: 300px;
}
#background footer .addressSet p.shop a:before {
    left: 10px;
}
#background footer .addressSet p.insta a {
    display: block;
    padding: 20px 25px 20px 60px;
    border-radius: 6px;
    background-image: linear-gradient( 90deg, #D300C5, #FF0069, #FF7A00);
    background: -moz-linear-gradient(left, #D300C5, #FF0069, #FF7A00);
    background: -webkit-linear-gradient(left, #D300C5, #FF0069, #FF7A00);
    background: linear-gradient(to right, #D300C5, #FF0069, #FF7A00);
    font-size: 16px;
    line-height: 1em;
    font-weight: bold;
    color: #fff;
    letter-spacing: 0;
    text-align: center;
    position: revert;
}
#background footer .addressSet p.insta a:before {
    content: "";
    height: 29px;
    width: 29px;
    display: block;
    position: absolute;
    left: 15px;
    top: calc(50% - 15px);
    content: "";
    background: url(./images/icon_insta.svg);
    background-size: 100%;
    background-repeat: no-repeat;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
    #background footer .addressSet p.insta {
        margin: auto;
    }
}
/*===========================================================================

  パンくず 設定　ここから

===========================================================================*/
#background #breadcrumb ul {
    margin: 0 0 0;
    padding: 15px 0;
}
#background #breadcrumb ul li {
    margin: 0 0 0;
    float: left;
    padding-right: 20px;
    font-size: 14px;
    line-height: 1em;
    color: #666;
    position: relative;
}
#background #breadcrumb ul li:before {
    content: "";
    width: 14px;
    height: 14px;
    display: block;
    position: absolute;
    right: 3px;
    top: calc(50% - 7px);
    background: url(./images/icon01g.svg);
}
#background #breadcrumb ul li:last-of-type:before {
    display: none;
}
#background #breadcrumb ul li a {
    color: #666;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
    #background #breadcrumb {
        display: none;
    }
}
/*===========================================================================

  共通snsボタン 設定　ここから

===========================================================================*/
#background ul.snsSet {
    margin: 50px 0 0;
}
#background ul.snsSet li {
    float: left;
    margin: 0 20px 0 0;
}

/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
    #background ul.snsSet {
        margin: 20px 15px 0;
        display: flex;
        justify-content: center;
    }
    #background ul.snsSet li {
        float: none;
        margin: 0 10px;
    }
}

/*===========================================================================

  ページネーション 設定　ここから

===========================================================================*/
#background .navigation.pagination h2 {
    display: none;
}
#background .navigation.pagination .nav-links {
    display: flex;
    justify-content: center;
    align-items: center;
}
#background .navigation.pagination .nav-links a ,
#background .navigation.pagination .nav-links span {
    display: block;
    font-size: 18px;
    line-height: 1em;
    padding: 10px 20px;
    margin: 0 5px 0 5px;
    border: 2px solid #1a1a1a;
    color: #1a1a1a;
    position: relative;
}
#background .navigation.pagination .nav-links span {
    border-color: #1a1a1a;
    background: #1a1a1a;
    color: #fff;
}
#background .navigation.pagination .nav-links a.prev {
    padding-left: 40px;
}
#background .navigation.pagination .nav-links a.next {
    padding-right: 40px;
}
#background .navigation.pagination .nav-links a.prev:before ,
#background .navigation.pagination .nav-links a.next:before {
    content: "";
    display: block;
    height: 16px;
    width: 16px;
    position: absolute;
    background: url(./images/icon01k.svg) no-repeat 50% 50%;
    background-size: cover;
    top: calc(50% - 8px);
    right: 10px;
}
#background .navigation.pagination .nav-links a.prev:before {
    right: auto;
    left: 10px;
    transform: rotate(180deg);
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
    #background .navigation.pagination .nav-links a ,
    #background .navigation.pagination .nav-links span {
        font-size: 16px;
        padding: 10px 10px;
        margin: 0 3px 0;
    }
    #background .navigation.pagination .nav-links span.dots {
        font-size: 14px;
        padding: 10px 0;
        margin: 0 0 0;
        color: #1a1a1a;
        border-color: transparent;
        background-color: transparent;
    }
    #background .navigation.pagination .nav-links a.prev ,
    #background .navigation.pagination .nav-links a.next {
        padding: 10px 10px;
        text-indent: -10em;
        overflow: hidden;
        width: 2.5em;
    }
    #background .navigation.pagination .nav-links a.prev:before ,
    #background .navigation.pagination .nav-links a.next:before {
        left: calc(50% - 8px);
        right: auto;
    }
}

/*===========================================================================

  404エラー設定　ここから

===========================================================================*/
#background #errorArea section {
    padding: 100px 0 100px 0;
    width: 900px;
}
#background #errorArea h3 {
    font-size: 140px;
    color: #00a839;
    line-height: 1em;
}
#background #errorArea h3 span {
    font-size: 42px;
}
#background #errorArea p span {
    display: block;
}
#background #errorArea p a {
    color: #00a839;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
    #background #errorArea section {
        padding: 30px 0 30px 0;
        width: 100%;
    }
    #background #errorArea h3 {
        font-size: 40px;
        margin: 0 15px 15px 15px;
    }
    #background #errorArea h3 span {
        font-size: 20px;
        margin-left: 0.2em;
    }
    #background #errorArea p {
        margin: 0 15px 15px 15px;
        font-size: 14px;
    }
    #background #errorArea p span {
        display: inline;
    }
}


/*===========================================================================

  English 設定　ここから

===========================================================================*/

#background header#english h1 {
    width: 400px;
}
#background #english #headerSet {
    width: 750px;
}
#background #english #headerSet p.phone {
    width: 250px;
    padding-top: 10px;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
    #background header#english h1 {
        width: 245px;
        padding-top: 20px;
    }
    #background #english #headerSet {
        width: 68px;
    }
}



/*===========================================================================

  設定　ここから

===========================================================================*/

/*------------------------------------
  設定　ここから
-------------------------------------*/

/*-----------------------------------*/

/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
}