@charset "utf-8";
/*------------------------------------------------------------
    settings
------------------------------------------------------------*/

*, ::before, ::after {
    box-sizing: inherit;
}

::before, ::after {
text-decoration: inherit;
vertical-align: inherit;
}

* {
background-repeat: no-repeat;
margin: 0px;
padding: 0px;
}

header, footer, article, section, aside, time ,nav {
display: block;
}

html, body {
font-size: 62.5%;
}

html {
box-sizing: border-box;
-webkit-text-size-adjust: 100%;
}

body {
background: #fff;
color: #202020;
font-family: 'Noto Sans JP', 'ヒラギノ角ゴ W3', 'ヒラギノ角ゴ Pro W3', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic Pro', 'Hiragino Kaku Gothic ProN', 'メイリオ', sans-serif;
font-size: 1.4rem;
letter-spacing: 0.1em;
overflow-x: hidden;
}

hr {
overflow: visible;
}

img {
max-width: 100%;
border-style: none;
}

a:link,
a:visited,
a:active,
a:hover {
color: #202020;
text-decoration: none;
}

button, button:hover,
a, a:hover {
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}

a img.bright-link:hover {
filter: alpha(opacity=80);
-moz-opacity:0.8;
opacity:0.8;
}

.clear {
clear: both;
}

.clearfix:after {
clear: both;
content: '.';
display: block;
height: 0;
visibility: hidden;
}

.clearfix {
min-height: 1px;
}

* html .clearfix {
height: 1px;
/*¥*//*/
height: auto;
overflow: hidden;
/**/
}

.smp-only {
    display: none;
}

.bold {
    font-weight: bold;
}

.upper {
    text-transform: uppercase;
}

.ls-none {
    letter-spacing: 0;
}

.ls-narrow {
    letter-spacing: 0.05em;
}

.ls-wide {
    letter-spacing: 0.2em;
}

.ls-extra {
    letter-spacing: 0.3em;
}

/*------------------------------------------------------------
    shared
------------------------------------------------------------*/

.content-width {
/*margin-right: auto;
margin-left: auto;
min-width: 300px;
max-width: 1280px;*/
width: 100%;
/*padding: 0 20px 0;*/
}

.section-2column-main {
  display: block;
  float: left;
  position: relative;
  width: 740px;
}

.section-2column-side {
  display: block;
  float: right;
  position: relative;
  width: 200px;
}

.tab-menu {
    border-bottom: solid 1px #433925;
    position: relative;
    text-align: center;
}

.tab-menu li {
    display: inline-block;
    font-size: 1.3rem;
    font-weight: bold;
    margin: 0 20px;
    padding: 0;
    position: relative;
    bottom: -1px;
    width: 15%;
}

.tab-menu a.select {
    border-bottom: solid 1px #bf9f5e;
}

.tab-menu a {
    background: #0d0d0d;
    border: solid 1px #433925;
    display :block;
    line-height: 3em;
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 90;
}

.angle-right:after {
    content: '\f105';
    font-family: 'FontAwesome';
    position: absolute;
    top: 0;
    right: 10px;
}

.to-top {
}

#page-loader {
    background: #fff url('../img/loader.gif') no-repeat center center;
    margin: auto;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 32767;
}

.cover-net {
    background: url('../img/net.png') repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

/* breadcrumb
------------------------------------ */

.breadcrumb-area {
    background: #f2f5f8;
    width: 100%;
    height: 40px;
}

.breadcrumb {
line-height: 40px;
text-align: left;
padding-left: 20px;
}

.breadcrumb li {
    display: inline-block;
    font-size: 1.2rem;
}

.breadcrumb li+li:before {
    content: '/';
    display: inline-block;
    margin: 0 1em;
}

.breadcrumb .crumb-now:link,
.breadcrumb .crumb-now:visited {
    cursor: default;
    text-decoration: none;
}

/* pager
------------------------------------ */

.pager-nav {
    letter-spacing: .1rem;
    padding: 20px 0;
}

.pager-nav li {
    display: inline-block;
}

.pager-nav a,
.pager-nav span {
    border: solid 1px transparent;
    border-radius: 3px;
    display: block;
    text-align: center;
}

.pager-nav-article,
.pager-nav-list {
    text-align: center;
}

.pager-nav-right {
    text-align: right;
}

.pager-nav-footer {
    border-top: 1px dotted #c3c3c3;
}

/* pager article
------------------------------------ */

.pager-nav-article {
    font-size: 1.2rem;
    line-height: 35px;
}

.pager-nav-article span,
.pager-nav-article a:link,
.pager-nav-article a:visited {
    margin:  0 1em;
    padding: 0 1em;
}

.pager-nav-article a:active,
.pager-nav-article a:hover {
    border-color: #999;
    background: #fff;
    color: #666;
}

.pager-home span,
.pager-home a:link,
.pager-home a:visited {
    background: #003670;
    color: #fff;
    padding: 0 2em;
}

.pager-home a:active,
.pager-home a:hover {
    border-color: #999;
    background: #fff;
    color: #666;
}


/* pager list
------------------------------------ */

.pager-nav-list {
    font-size: 1rem;
    line-height: 25px;
}

.pager-nav-list a:link,
.pager-nav-list a:visited,
.pager-nav-list span {
    border-color: #ddd;
    color: #999;
    padding: 0 1em;
}

.pager-index {
    color: #888;
    font-style: italic;
    letter-spacing: 1em;
    margin-right: 1em;
}

.pager-ellipsis {
    letter-spacing: .5em;
}

.pager-current a,
.pager-current span {
    background: #1a3a68;
    border-color: #1a3a68;
    color: #fff;
}

.pager-nav-list a:active,
.pager-nav-list a:hover {
    background: #ddd;
    color: #666;
}


/*------------------------------------------------------------
    fonts
------------------------------------------------------------*/

.ft-en {
    font-family: 'Arial', 'ヒラギノ角ゴ W3', 'ヒラギノ角ゴ Pro W3', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic Pro', 'Hiragino Kaku Gothic ProN', 'メイリオ', sans-serif;
}

.ft-gothic {
    font-family: 'ヒラギノ角ゴ W3', 'ヒラギノ角ゴ Pro W3', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic Pro', 'Hiragino Kaku Gothic ProN', 'メイリオ', sans-serif;
}

.ft-gothic-bold {
    font-family: 'ヒラギノ角ゴ W6', 'ヒラギノ角ゴ Pro W6', 'ヒラギノ角ゴ ProN W6', 'Hiragino Kaku Gothic Pro', 'Hiragino Kaku Gothic ProN', 'メイリオ', sans-serif;
    font-weight: bold;
}

.ft-min {
    font-family: 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', '游明朝', 'YuMincho', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
}

.ft-min-bold {
    font-family: 'ヒラギノ明朝 ProN W6', 'Hiragino Mincho ProN', '游明朝', 'YuMincho', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
    font-weight: bold;
}

/*------------------------------------------------------------
    container
------------------------------------------------------------*/

#container {
margin: 0 auto;
padding: 0;
position: relative;
text-align: center;
width: 100%;
height: auto;
}

.title-area {
background: url('../img/title_bg_default.jpg') no-repeat center center;
background-size: cover;
position: relative;
width: 100%;
height: 160px;
}

.title-area:after {
background: rgba(5, 52, 82, .75);
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 10;
}

.contents-main-title {
font-family: 'Noto Sans JP', sans-serif;
font-size: 2.4rem;
font-weight: 200;
color: #fff;
letter-spacing: .3rem;
line-height: 1;
margin: auto;
position: absolute;
top: 0;
right: 0;
bottom: 36px;
left: 0;
width: auto;
height: 24px;
z-index: 11;
}

.contents-sub-title {
font-family: 'Poppins', 'Arial', sans-serif;
font-size: 1.2rem;
color: #fff;
letter-spacing: .15em;
line-height: 1;
margin: auto;
position: absolute;
top: 18px;
right: 0;
bottom: 0;
left: 0;
width: auto;
height: 12px;
z-index: 11;
}

#sections {
padding-top: 115px;
}

/*------------------------------------------------------------
    header
------------------------------------------------------------*/

#header {
background: rgba(255, 255, 255, .95);
border-bottom: 1px solid #e7e7e7;
position: fixed;
width: 100%;
height: auto;
z-index: 999;
}

#header a:link,
#header a:visited,
#header a:active,
#header a:hover {
    
}

#header a:active .en,
#header a:hover .en {
color: #001741;
}

#header-navbar {
background: #f7f7f7;
border-bottom: solid 1px #e4e4e4;
line-height: 3rem;
}

.header-navbar-contents {
color: #666;
font-family: 'Poppins', 'Arial', sans-serif;
font-size: 1.1rem;
position: relative;
display: flex;
justify-content: space-between;
align-items: center;
}

@media all and (max-width : 1024px ){
.header-navbar-contents {
font-size: 1.0rem;
}
}

.header-navbar-contents li {
float: left;
position: relative;
}

.header-navbar-contents li + li {
margin-left: 2em;
}

.header-navbar-contents a:link,
.header-navbar-contents a:visited {
color: #666;
}

.header-navbar-contents a:active,
.header-navbar-contents a:hover {
color: #001741;
text-decoration: underline;
}

.navbar-link a {
padding-left: 20px;
}

.navbar-link img {
display: block;
margin: auto;
position: absolute;
top: 0;
left: 0;
bottom: 0;
}

.header-nav-left {
/*float: left;*/
padding-left: 20px;
display: flex;
}

.header-nav-right {
display: flex;
/*float: right;*/
}

.header-navbar-contents #navbar-search-button:link,
.header-navbar-contents #navbar-search-button:visited,
.header-navbar-contents #navbar-search-button:active,
.header-navbar-contents #navbar-search-button:hover {
    background: #000 url(../img/ico_search.svg) no-repeat center center;
    background-size: 13px;
    color: #fff;
    display: block;
    width: 30px;
    height: 30px;
}

.header-navbar-contents #navbar-search-button i {
    display: none;
}

#navbar-search-form {
    display: none;
    position: absolute;
    right: -30px;
    z-index: 5;
}

#navbar-search-input {
    background: rgba(255, 255, 255, .9);
    border: solid 1px #e4e4e4;
    border-top: none;
    border-bottom: none;
    font-size: 1.5rem;
    line-height: 3rem;
    padding: 0 .25em;
    width: 280px;
    height: 30px;
}

#navbar-search-submit {
    background: #000;
    border: none;
    color: #fff;
    display: block;
    float: right;
    width: 30px;
    height: 30px;
}

.language-selector .selected {
    color: #008ccd;
}

.language-selector a:active,
.language-selector a:hover {
    color: #008ccd;
    text-decoration: underline;
}

#header-contents {
display: flex;
justify-content: space-between;
align-items: center;
padding-left: 20px;
}

.header-logo {
max-width: 180px;
height: auto;
/*float: left;*/
padding: 20px 0;
}

@media all and (max-width : 1200px ){
.header-logo {
max-width: 150px;
}
}l

@media all and (max-width : 1024px ){
#header-contents {
padding-left: 10px;
}
.header-logo {
max-width: 120px;
}
}

@media all and (max-width : 768px ){
.header-logo {
max-width: 110px;
}
}

.header-logo img {
width: 100%;
}
#header-gnavi {
/*float: right;*/
}

/*------------------------------------------------------------
    footer
------------------------------------------------------------*/

#banner-area {
    border-top: solid 1px #e6e6e6;
    border-bottom: solid 1px #e6e6e6;
    position: relative;
}

#banner-controller {
    position: absolute;
}

.banner-controller-button {
    display: block;
    font-size: 2rem;
    line-height: 20px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    width: auto;
    height: 20px;
}

.banner-slide-prev {
    margin-left: -570px;
    left: 50%;
}

.banner-slide-next {
    margin-right: -570px;
    right: 50%;
}

#banner-slider {
    margin: 30px auto;
    max-width: 1080px;
    width: 100%;
}

#banner-slider a {
    display: block;
    margin: 0 15px;
    width: 195px;
    height: 48px;
}

#footer {
    background: #f1f1eb;
}

#footer a:link,
#footer a:visited,
#footer a:active,
#footer a:hover {
}

#footer a:active,
#footer a:hover {
    text-decoration: underline;
}

.footer-contents {
    text-align: left;
    font-size: 1.1rem;
    font-weight: 200;
    margin: auto;
    max-width: 980px;
    padding: 60px 0 40px 0;
}

.footer-info {
    float: left;
    max-width: 300px;
}

.footer-address {
    line-height: 1.5;
    margin: 10px 0;
}

.sns-area {
    display: block;
}

.sns-area li {
    opacity: 0.75;
    float: left;
    width: 28px;
}

.sns-area li + li {
    margin-left: 15px;
}

.sns-area a {
    display: block;
}

.sns-area img {
    display: block;
    width: 100%;
    height: auto;
}

.footer-nav {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    margin-left: 320px;
}

.footer-nav li {
    position: relative;
    margin-bottom: 2em;
}

.footer-nav li:before {
    content: '\f105';
    font-family: 'FontAwesome';
    margin: auto;
    position: absolute;
    top: 0;
    left: -12px;
}

#copyright {
    background: #00356c;
    color: #fff;
    display: block;
    font-family: 'Arial', 'ヒラギノ角ゴ W3', 'ヒラギノ角ゴ Pro W3', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic Pro', 'Hiragino Kaku Gothic ProN', 'メイリオ', sans-serif;
    font-size: 1rem;
    letter-spacing: .2rem;
    line-height: 110px;
    text-align: center;
    width: 100%;
    height: 110px;
}

#copyright p {
    display: block;
    margin: auto;
    text-transform: uppercase;
    -webkit-transform:scale(.8);
    -moz-transform:scale(.8);
    -ms-transform:scale(.8);
    -o-transform:scale(.8);
    transform:scale(.8);
}

/*------------------------------------------------------------
    navigation
------------------------------------------------------------*/

#gnavi {
}
.gnavi-list {
display: flex;
}
.gnavi-list li {
display: inline-block;
margin: 0;
padding: 29px 0;
}
.gnavi-list li:last-child a {
padding-right: 10px;
}
.gnavi-list a:after {
border-right: solid 1px #ddd;
content: '';
width: 1px;
height: 16px;
display: inline-block;
position: absolute;
top: 0;
right: 0;
}

.gnavi-list li:first-child a:before {
border-left: solid 1px #ddd;
content: '';
width: 1px;
height: 16px;
display: inline-block;
position: absolute;
top: 0;
left: 0;
}

.gnavi-list li:last-child a:after {
border-right: none;
}
.gnavi-list a {
color: #222;
display: block;
position: relative;
padding: 0 2em;
}

@media all and (max-width : 1200px ){
.gnavi-list a {
padding: 0 20px;
}
}

@media all and (max-width : 900px ){
.gnavi-list a {
padding: 0 12px;
}
}

@media all and (max-width : 768px ){
.gnavi-list a {
padding: 0 10px;
}
}

.gnavi-list .ja {
display: block;
margin-bottom: 5px;
font-family: 'Noto Sans JP', sans-serif;
font-size: 1.2rem;
font-weight: 400;
color: #222;
line-height: 1;
-webkit-transition: 0.3s;
transition: 0.3s;
}

@media all and (max-width : 1024px ){
.gnavi-list .ja {
font-size: 1.0rem;
}
}


.gnavi-list .en {
color: #468cb8;
display: block;
font-family: 'Arial', 'ヒラギノ角ゴ W3', 'ヒラギノ角ゴ Pro W3', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic Pro', 'Hiragino Kaku Gothic ProN', 'メイリオ', sans-serif;
font-size: 1.0rem;
letter-spacing: 0.05em;
text-transform: uppercase;
-webkit-transform:scale(.8);
-moz-transform:scale(.8);
-ms-transform:scale(.8);
-o-transform:scale(.8);
transform:scale(.8);
}

@media all and (max-width : 1024px ){
.gnavi-list .en {
font-size: 0.8rem;
}
}

.gnavi-contents {
}

.stack-banners {
    position: fixed;
    top: 160px;
    right: 0;
    z-index: 998;
}


/*------------------------------------------------------------
    top
------------------------------------------------------------*/

/* image area
------------------------------------ */

.top-image-area {
    position: relative;
    width: 100%;
    height: 600px;
}

.top-image-cover-texts {
color: #fff;
padding-top: 90px;
padding-left: 15%;
position: relative;
text-align: left;
z-index: 10;
}

.top-image-title {
    font-family: 'Yantramanav', sans-serif;
    font-size: 5.2rem;
    letter-spacing: .2rem;
    line-height: 1.2
}

.top-image-subtitle {
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: .15em;
    line-height: 1.2;
    margin: 15px 0 30px 0;
}

.top-image-texts {
    font-size: 1.3rem;
    letter-spacing: .1rem;
    line-height: 2;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
}

#top-image-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.top-image-slide-item-1 {
    background: url('../img/top_slide01.jpg') no-repeat center center;
    background-size: cover;
    display: block;
    width: 100%;
    height: 100%;
}

.top-image-cover-icon {
    position: absolute;
    bottom: 30px;
    width: 100%;
    text-align: center;
    z-index: 11;
}

.top-image-cover-icon i {
    color: #fff;
    display: block;
    font-size: 19px;
    margin: auto;
    position: absolute;
    right: -1px;
    bottom: -16px;
    left: 1px;
    width: 19px;
    height: 19px;

    -webkit-animation: icon-cursor 1.6s 1s ease-out infinite both;
    animation: icon-cursor 1.6s 1s ease-out infinite both;

}

.top-image-cover-icon i:last-child {
    bottom: -24px;
}

.scroll-icon {
    display: inline-block;
    width: 20px;
    height: 36px;
    padding-top: 2px;
    border: 2px solid #fff;
    border-radius: 10px;
    text-align: center;
    line-height: 1;
}

.scroll-icon span {
    display: inline-block;
    width: 2px;
    height: 8px;
    background-color: #fff;
    -webkit-animation: icon-scroller 1.6s 1s ease-out infinite both;
    animation: icon-scroller 1.6s 1s ease-out infinite both;
}

@-webkit-keyframes icon-scroller {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-1px);
                transform: translateY(-1px);
    }
    30% {
        opacity: 1;
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(7px);
                transform: translateY(7px);
    }
    70% {
        opacity: 0;
        -webkit-transform: translateY(8px);
                transform: translateY(8px);
    }
    100% {
        opacity: 0;
    }
}

@keyframes icon-scroller {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-1px);
                transform: translateY(-1px);
    }
    30% {
        opacity: 1;
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(7px);
                transform: translateY(7px);
    }
    70% {
        opacity: 0;
        -webkit-transform: translateY(8px);
                transform: translateY(8px);
    }
    100% {
        opacity: 0;
    }
}


@-webkit-keyframes icon-cursor {
    0% {
        opacity: 1;
    }
    30% {
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    70% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes icon-cursor {
    0% {
        opacity: 1;
    }
    30% {
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    70% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

/* information area
------------------------------------ */

.top-information-area {
    margin: 60px auto 120px auto;
}

.top-contents-title {
    color: #003570;
    font-family: 'Poppins', sans-serif;
    font-size: 2.2rem;
    font-weight: bold;
    letter-spacing: .3rem;
    line-height: 1.2;
}

.top-contents-subtitle {
    color: #202020;
    display: block;
    font-size: 1.2rem;
    letter-spacing: .2rem;
    line-height: 1.6;
    padding: 15px 0;
    text-align: center;
}

.top-contents-texts {
    color: #111;
    display: block;
    font-size: 1.3rem;
    letter-spacing: .1rem;
    line-height: 2;
    padding: 20px 0;
    text-align: center;
}

.top-information-container {
max-width: 1280px;
margin: 0 auto;
padding: 0 20px;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-justify-content: space-between;
justify-content: space-between;
}

.top-information {
/*max-width: 600px;
min-width: 280px;
width: 100%;*/
width: 48%;
height: auto;
}

.information-title {
    color: #1f1f1f;
    font-size: 1.7rem;
    letter-spacing: .3rem;
    line-height: 1.2;
}

.information-subtitle {
    border-bottom: dotted 1px #ccc;
    color: #111;
    display: block;
    font-family: 'Georgia', serif;
    font-size: 1rem;
    letter-spacing: .15em;
    line-height: 1.2;
    margin-bottom: 40px;
    padding: 10px 0 20px 0;
}

.information-list {
    max-height: 275px;
    overflow: hidden;
    text-align: left;
}

.information-list li {
    display: block;
    padding: 0 15px 20px 20px;
}

.information-date {
    color: #535353;
    font-size: 1.2rem;
    letter-spacing: .1rem;
    line-height: 1.2;
    margin-bottom: 5px;
}

.information-desc:link,
.information-desc:visited {
    color: #535353;
    display: block;
    font-size: 1.4rem;
    letter-spacing: .1rem;
    line-height: 1.2;
    overflow: hidden;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;

}

.information-desc:active,
.information-desc:hover {
    color: #0067b7;
    text-decoration: underline;
}

.information-list li.new .information-desc:after {

}

.information-more-link i {
    margin-right: 5px;
}
.information-more-link:link,
.information-more-link:visited {
    display: block;
    font-size: 1.3rem;
    margin-top: 10px;
    text-align: right;
}

.information-more-link:active,
.information-more-link:hover {
    color: #0067b7;
    text-decoration: underline;
}

/* pickup area
------------------------------------ */

.top-pickup-area {
    background: #f5f5f5;
    border-top: solid 1px #e6e6e6;
    border-bottom: solid 1px #e6e6e6;
    padding: 90px 0;
    position: relative;
}

.top-pickup-area:before {
    background: #fff;
    content: '';
    display: block;
    position: absolute;
    top: 1px;
    width: 100%;
    height: 1px;
}

.top-pickup-area:after {
    background: #fff;
    content: '';
    display: block;
    position: absolute;
    bottom: 1px;
    width: 100%;
    height: 1px;
}

.top-pickup-title {
    display: block;
    margin: auto;
    position: relative;
    text-align: left;
    max-width: 940px;
    min-width: 280px;
    width: 100%;
}

.top-pickup-title span:before {
    display: inline-block;
    content: '/';
    margin: 0 1.5em;
}

.top-pickup-title span {
    color: #1f1f1f;
    display: inline-block;
    font-family: 'Noto Sans JP', 'ヒラギノ角ゴ W3', 'ヒラギノ角ゴ Pro W3', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic Pro', 'Hiragino Kaku Gothic ProN', 'メイリオ', sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: .1rem;
    line-height: 1;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    width: auto;
    height: 1.2rem;
}

#top-pickup-slide {
    margin: 50px 0;
    width: auto;
    height: 415px;
}

#top-pickup-slide .owl-nav div {
    border: 1px solid #000;
    border-radius: 2px;
    box-sizing: border-box;
    background: #fff;
    color: #000;
    font-size: 42px;
    line-height: 52px;
    margin: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    width: 30px;
    height: 60px;
}

#sections #top-pickup-slide .owl-nav {
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 0;
    height: 60px;
}

#top-pickup-slide .owl-prev {
    left: -490px;
}

#top-pickup-slide .owl-next {
    right: -490px;
}

/* search area
------------------------------------ */

.top-search-area {
    margin: 100px auto 80px auto;
    min-width: 300px;
    max-width: 980px;
    width: 100%;
}

.top-search-container {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 30px auto;
}

.top-search-container .search-tab {
    border-bottom: none;
}

/* related link area
------------------------------------ */

.top-related-area {
    margin: 100px auto 80px auto;
}

.top-related-container {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 40px auto;
}

.top-related-container a {
margin: 0 15px;
}
.related-link-site {
    display: block;
}

.related-link-site:active .related-link-address,
.related-link-site:hover .related-link-address {
    text-decoration: underline;
}

.related-link-title {
    display: block;
    font-size: 1.4rem;
    letter-spacing: .1rem;
    line-height: 1.2;
    margin: 8px auto;
}

.related-link-address {
    display: block;
    font-family: 'Arial', 'ヒラギノ角ゴ W3', 'ヒラギノ角ゴ Pro W3', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic Pro', 'Hiragino Kaku Gothic ProN', 'メイリオ', sans-serif;
    font-size: 1rem;
    letter-spacing: .05em;
    line-height: 1.2;
}

/*------------------------------------------------------------
    news
------------------------------------------------------------*/

/* list page
------------------------------------ */

.news-category-list {
    font-size: 1.2rem;
    margin: 50px auto;
}

.news-category-list a:link,
.news-category-list a:visited {
    display: inline-block;
    margin: 0 8px;
    padding: 8px 12px;
}

.news-category-list a.selected {
    border-radius: 3px;
    background: #e8e8e8;
    border: 1px solid #d1d1d1;
}

.news-body-list {
    margin: auto;
    min-width: 300px;
    max-width: 980px;
    width: 100%;
}

.news-article-list {
    border-bottom: dotted 1px #ccc;
    margin: 0 10px 30px 0;
    text-align: left;
}

.news-image-list {
    display: block;
    float: left;
    margin-right: 55px;
}

.news-desc-list:link,
.news-desc-list:visited {
    color: #1f599e;
    display: block;
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: .2rem;
    line-height: 1.6;
    max-height: 5.8rem;
    text-overflow: ellipsis;
    white-space: normal;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.news-meta-list {
    line-height: 1.75rem;
    height: 1.75rem;
    margin: 15px 0;
}

.news-meta-list li {
    display: block;
    float: left;
}

.news-meta-list span {
    color: #868686;
    font-family: 'Arial', sans-serif;
    font-size: 1.4rem;
}

.news-meta-list a:link,
.news-meta-list a:visited {
    color: #386ba4;
    font-size: 1.2rem;
    text-decoration: underline;
}

.news-meta-list a:active,
.news-meta-list a:hover {
    text-decoration: none;
}

.news-meta-list li + li:before {
    content: '|';
    font-family: 'Arial', sans-serif;
    padding: 0 .75em;
}

.news-text-list {
    font-size: 1.4rem;
    line-height: 2.4rem;
    height: 7.2rem;
    position: relative;
    text-overflow: ellipsis;
    white-space: normal;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.news-morelink-list:link,
.news-morelink-list:visited {
    color: #1f5b9e;
    float: right;
    font-size: 1.3rem;
    margin: 25px 0;
    text-decoration: underline;
}

.news-morelink-list:active,
.news-morelink-list:hover {
    text-decoration: none;
}

/* detail page
------------------------------------ */

.news-body-detail {
    margin: 40px auto;
    min-width: 300px;
    max-width: 980px;
    width: 100%;
}

.news-article-detail {
    margin: 0 10px 30px 0;
    text-align: left;
}

.news-article-title-detail {
    color: #333;
    display: block;
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: .1rem;
    line-height: 1.6;
    white-space: normal;
}

.news-meta-detail {
    line-height: 1.75rem;
    height: 1.75rem;
    margin: 15px 0;
}

.news-meta-detail li {
    display: block;
    float: left;
}

.news-meta-detail span {
    color: #868686;
    font-family: 'Arial', sans-serif;
    font-size: 1.2rem;
}

.news-meta-detail a:link,
.news-meta-detail a:visited {
    color: #386ba4;
    font-size: 1.2rem;
    text-decoration: underline;
}

.news-meta-detail a:active,
.news-meta-detail a:hover {
    text-decoration: none;
}

.news-meta-detail li + li:before {
    content: '|';
    font-family: 'Arial', sans-serif;
    padding: 0 .75em;
}

.news-article-body-detail {
    border-top: dotted 1px #ccc;
    border-bottom: dotted 1px #ccc;
    font-size: 1.4rem;
    line-height: 1.8;
    padding: 40px 0;
}

.news-article-body-detail p {
    margin-bottom: 2.4rem;
}

.news-meta-footer {
    float: right;
}

.news-meta-footer.news-meta-detail,
.news-meta-footer.news-meta-detail span,
.news-meta-footer.news-meta-detail:link,
.news-meta-footer.news-meta-detail:visited {
    font-size: 1rem;
}


/*------------------------------------------------------------
    blog
------------------------------------------------------------*/

.blog-list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 40px 0;
}

.blog-list li {
    margin: 20px;
    padding-bottom: 50px;
}

.blog-list a {
    display: block;
    position: relative;
    width: 500px;
    height: 290px;
}

.blog-list h3 { 
   font-size: 2rem;
    font-weight: 500;
    letter-spacing: .2rem;
    position: absolute;
    bottom: -30px;
    left: 0;
    text-align: center;
    width: 100%;
}

.blog-list p {
    color: #555;
    font-size: 1.3rem;
    font-weight: 300;
    line-height: 1.6;
    margin-top: 40px;
    text-align: center;
    max-width: 500px;
}

.blog-list .instructor a {
    background: url('../../blog/img/thumb_list01.jpg') no-repeat center center;
    background-size: cover;
}

.blog-list .ayu a {
    background: url('../../blog/img/thumb_list02.jpg') no-repeat center center;
    background-size: cover;
}

.blog-list .fishing a {
    background: url('../../blog/img/thumb_list03.jpg') no-repeat center center;
    background-size: cover;
}

.blog-list .shot a {
    background: url('../../blog/img/thumb_list04.jpg') no-repeat center center;
    background-size: cover;
}

.blog-list .bassdo a {
    background: url('../../blog/img/thumb_list05.jpg') no-repeat center center;
    background-size: cover;
}

/* list page
------------------------------------ */

.blog-category-list {
    font-size: 1.2rem;
    margin: 50px auto;
}

.blog-category-list a:link,
.blog-category-list a:visited {
    display: inline-block;
    margin: 0 8px;
    padding: 8px 12px;
}

.blog-category-list a.selected {
    border-radius: 3px;
    background: #e8e8e8;
    border: 1px solid #d1d1d1;
}

.blog-title-image {
    display: block;
    margin-bottom: 60px;
    width: 100%;
    height: 580px;
}

.blog-title-image.blog-01 {
    background: url('../img/blog_title01.jpg') no-repeat center center;
    background-size: cover;
}

.blog-title-image.blog-02 {
    background: url('../img/blog_title02.jpg') no-repeat center center;
    background-size: cover;
}

.blog-title-image.blog-03 {
    background: url('../img/blog_title03.jpg') no-repeat center center;
    background-size: cover;
}

.blog-title-image.blog-04 {
    background: url('../img/blog_title04.jpg') no-repeat center center;
    background-size: cover;
}

.blog-title-image.blog-05 {
    background: url('../img/blog_title05.jpg') no-repeat center center;
    background-size: cover;
}

.blog-body-list {
    margin: auto;
    min-width: 300px;
    max-width: 980px;
    width: 100%;
}

.blog-article-list {
    border-bottom: dotted 1px #ccc;
    margin: 0 10px 30px 0;
    text-align: left;
}

.blog-image-list {
    display: block;
    float: left;
    margin-right: 30px;
}

.blog-desc-list:link,
.blog-desc-list:visited {
    border-top: dotted 1px #ccc;
    color: #1f599e;
    display: block;
    font-size: 2.2rem;
    font-weight: 500;
    letter-spacing: .3rem;
    line-height: 1.2;
    margin: 15px auto 25px auto;
    overflow: hidden;
    padding-top: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.blog-meta-list {
    line-height: 1.75rem;
    height: 1.75rem;
}

.blog-meta-list li {
    float: right;
}

.blog-meta-list li:first-child {
    display: block;
    float: left;
}

.blog-meta-list span {
    color: #868686;
    font-family: 'Georgia', serif;
    font-size: 1.1rem;
}

.blog-meta-list a:link,
.blog-meta-list a:visited {
    color: #000;
    cursor: default;
    font-size: 1.1rem;
    text-decoration: none;
}

.blog-text-list {
    font-size: 1.4rem;
    line-height: 2.4rem;
    height: 12rem;
    position: relative;
    text-overflow: ellipsis;
    white-space: normal;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}

.blog-morelink-list:link,
.blog-morelink-list:visited {
    color: #1f5b9e;
    float: right;
    font-size: 1.3rem;
    margin: 25px 0;
    text-decoration: underline;
}

.blog-morelink-list:active,
.blog-morelink-list:hover {
    text-decoration: none;
}

/* detail page
------------------------------------ */

.blog-body-detail {
    margin: 40px auto;
    min-width: 300px;
    max-width: 980px;
    width: 100%;
}

.blog-article-detail {
    margin: 0 10px 30px 0;
    text-align: left;
}

.blog-article-title-detail {
    color: #333;
    display: block;
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: .1rem;
    line-height: 1.6;
    white-space: normal;
}

.blog-meta-detail {
    line-height: 1.75rem;
    height: 1.75rem;
    margin: 15px 0;
}

.blog-meta-detail li {
    display: block;
    float: left;
}

.blog-meta-detail span {
    color: #868686;
    font-family: 'Arial', sans-serif;
    font-size: 1.2rem;
}

.blog-meta-detail a:link,
.blog-meta-detail a:visited {
    color: #386ba4;
    font-size: 1.2rem;
    text-decoration: underline;
}

.blog-meta-detail a:active,
.blog-meta-detail a:hover {
    text-decoration: none;
}

.blog-meta-detail li + li:before {
    content: '|';
    font-family: 'Arial', sans-serif;
    padding: 0 .75em;
}

.blog-article-body-detail {
    border-top: dotted 1px #ccc;
    border-bottom: dotted 1px #ccc;
    font-size: 1.4rem;
    line-height: 1.8;
    padding: 40px 0;
}

.blog-article-body-detail p {
    margin-bottom: 2.4rem;
}

.blog-meta-footer {
    float: right;
}

.blog-meta-footer.blog-meta-detail,
.blog-meta-footer.blog-meta-detail span,
.blog-meta-footer.blog-meta-detail:link,
.blog-meta-footer.blog-meta-detail:visited {
    font-size: 1rem;
}


/*------------------------------------------------------------
    search
------------------------------------------------------------*/

.products-tab-header {
    margin: 50px auto;
    text-align: left;
    min-width: 280px;
    max-width: 880px;
    width: 100%;
}

.products-tab-header h2 {
    color: #001741;
    font-family: 'Yantramanav', sans-serif;
    font-size: 5.2rem;
    letter-spacing: .02em;

}

.products-tab-header h3 {
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: .3rem;
    margin: 1em 0;
}

.products-tab-header p {
    font-size: 1.4rem;
    letter-spacing: .1rem;
    line-height: 1.8;
}

.products-tab-header a:link,
.products-tab-header a:visited {
    color: #1f599e;
    display: block;
    margin-top: 3rem;
    text-align: left;
    text-decoration: underline;
}

.products-tab-header a:active,
.products-tab-header a:hover {
    text-decoration: none;
}

.products-tab-body {
    border-bottom: solid 1px #e4e4e4;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 50px;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
}

.products-tab:link,
.products-tab:visited {
    background: #eee;
    border: solid 1px #ddd;
    border-bottom: none;
    border-radius: 4px 4px 0 0;
    color: #999;
    display: block;
    max-width: 430px;
    width: 100%;
}

.products-tab + .products-tab {
    margin-left: 20px;
}

.products-tab.selected {
    background: #003670;
    border-color: #003670;
    color: #fff;
}

.products-tab-title {
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: .3rem;
    line-height: 3;
}


.products-header {
    border-bottom: 1px dotted #c3c3c3;
    font-size: 1.4rem;
    font-weight: normal;
    letter-spacing: 0.1em;
    line-height: 2.4rem;
    margin-bottom: 10px;
    padding-bottom: 10px;
    text-align: left;
}

.products-results {
    float: left;
}

.products-results span {
    color: #003f99;
    display: inline-block;
    font-family: 'Arial', sans-serif;
    font-size: 2.4rem;
    font-weight: bold;
    letter-spacing: 0;
    margin: 0 .2em;
}

.pager-nav.page-nav-products {
    float: right;
    padding: 0;
}

#products-list {
    margin: auto;
    min-width: 300px;
    max-width: 980px;
    width: 100%;
}

.products-group {
}

.products-group-title {
    background: #00356c;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    display: block;
    letter-spacing: .3rem;
    line-height: 1;
    padding: 12px .75em;
    text-align: left;
    width: 100%;
    height: auto;
}

.products-group-container {
    margin: 35px 0;
    padding: 0 10px;
}

.products-group-item {
    float: left;
    margin: 0 30px 30px 0;
    width: 300px;
}

.products-group-item:nth-child(3n) {
    margin-right: 0;
}

.products-group-item div {
    border: solid 1px #ccc;
    position: relative;
    width: 100%;
    height: 300px;
}

.products-group-item div:before {
    content: '';
    width: 298px;
    height: 298px;
    display: block;
    border: solid 1px #f4f4f4;
    position: absolute;
    top: 0;
    left: 0;
}

.products-group-item div:after {
    content: '';
    width: 296px;
    height: 296px;
    display: block;
    border: solid 1px #eee;
    position: absolute;
    top: 1px;
    left: 1px;
}

.products-group-item img {
    display: block;
    margin: auto;
    max-width: 260px;
    max-height: 260px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
}

.products-group-item span {
    color: #1f599e;
    display: block;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.2;
    margin-top: 15px;
    overflow: hidden;
    padding: 0 .5em;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.products-group-item p {
    display: block;
    font-size: 1.3rem;
    font-weight: 300;
    line-height: 1.8;
    margin-top: 15px;
    overflow: hidden;
    padding: 0 .5em;
    text-align: left;
    height: 7rem;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}


#products-detail {
    position: relative;
    margin: 50px auto;
    min-width: 300px;
    max-width: 980px;
    width: 100%;
}

.products-detail-header {
    border-bottom: dotted 1px #ddd;
    text-align: left;
}

.products-title {
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    padding-bottom: 10px;
}

.products-detail-images {
    position: relative;
}

.products-detail-images li {
    display: block;
    text-align: center;
}

.products-detail-images img {
    display: block;
    margin: 50px auto;
    width: auto;
    height: auto;
}

.products-detail-section {
    text-align: left;
}

.other-item .widget-title {
    border-bottom: dotted 1px #ddd;
    line-height: 1;
    padding-top: .9rem;
    padding-bottom: 10px;
}

.widget_other-item a:link,
.widget_other-item a:visited {
    line-height: 1.2;
    text-decoration: underline;
}

.widget_other-item a:active,
.widget_other-item a:hover {
    text-decoration: none;
}


/*------------------------------------------------------------
    search
------------------------------------------------------------*/

/* search index page
------------------------------------ */

.search-tab-header {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: 110px;
}

.search-tab {
    border-right: dotted 1px #ddd;
    border-bottom: dotted 1px #ddd;
    font-size: 1.3rem;
    position: relative;
    text-align: center;
    /*width: 325px;*/
    width: calc(100% / 3);
    height: 300px;
}

.search-tab.selected {
    background-color: #f4f4f4;
    border-top: dotted 1px #ddd;
    border-bottom: none;
}

.search-tab.selected:after {
    content: '\f078';
    font-family: 'FontAwesome';
    margin: auto;
    position: absolute;
    bottom: -12px;
    right: 0;
    left: 0;
}

.search-tab:first-child {
    border-left: dotted 1px #ddd;
}

.search-tab-category {
    background: url('../img/ico_search_category.png') no-repeat center 15px;
}

.search-tab-fish {
    background: url('../img/ico_search_fish.png') no-repeat center 15px;
}

.search-tab-word {
    background: url('../img/ico_search_word.png') no-repeat center 15px;
}

.search-tab-title {
    display: block;
    margin-bottom: 2px;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 2rem;
    font-weight: 400;
    color: #1f1f1f;
    line-height: 1;
    margin-top: 110px;
}

.search-tab-title span {
    display: block;
    font-family: 'Poppins', sans-serif;
    font-weight: initial;
    font-size: 1rem;
    margin-top: 10px;
}

.search-tab-texts {
    line-height: 1.6;
    margin: 30px auto;
}

.search-tab-button:link,
.search-tab-button:visited,
.search-tab-button:active,
.search-tab-button:hover {
    background: #000;
    border: solid 1px transparent;
    color: #fff;
    display: block;
    font-family: 'Poppins', sans-serif;
    font-weight: initial;
    font-size: 1.2rem;
    line-height: 2.2;
    margin: auto;
    position: relative;
    max-width: 120px;
    width: 100%;
}

.search-tab-button:active,
.search-tab-button:hover {
    background: #fff;
    border: solid 1px #000;
    color: #000;
}

#search-tab-body {
    background: #f4f4f4;
    border: dotted 1px #ddd;
    border-top: none;
    padding: 40px 0;
    width: 975px;
    margin: 0 auto 110px auto;
}

#item-search ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 0 30px;
}

#item-search li {
    font-size: 1.3rem;
    font-weight: 300;
    line-height: 1.6;
}

#fish-search ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
}

#fish-search li {
    border: dotted 1px #999;
    border-left: none;
}

#fish-search li:first-child {
    border-left: dotted 1px #999;
}

#fish-search a {
    background: #fff;
    display: block;
    font-size: 3.2rem;
    font-weight: bold;
    line-height: 2;
    width: 64px;
    height: 64px;
}

#fish-search a:active,
#fish-search a:hover {
    background: #ddd;
}

#word-search-button:link,
#word-search-button:visited,
#word-search-button:active,
#word-search-button:hover {
    background: #000;
    color: #fff;
    display: block;
    width: 30px;
    height: 30px;
}

.word-search-container {
    background: #fff;
    border: dotted 1px #999;
    font-size: 1.3rem;
    font-weight: 300;
    margin: 0 100px;
    padding: 30px;
}

.word-search-container p {
    color: #999;
    text-align: left;
}

#word-search-form {
    margin-top: 15px;
}

#word-search-form div {
    margin-right: 140px;
}

#word-search-input {
    background: rgba(255, 255, 255, .9);
    border: solid 1px #ddd;
    font-size: 1.5rem;
    line-height: 3rem;
    padding: 0 .25em;
    width: 100%;
    height: 30px;
}

#word-search-submit {
    background: #000;
    border: none;
    color: #fff;
    display: block;
    float: right;
    width: 120px;
    height: 30px;
}

/* search child page
------------------------------------ */

.search-tab-header-child {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: left;
    justify-content: left;
    position: relative;
    margin: 55px auto 0 auto;
    width: 980px;
}

.search-tab-child {
    background: #fbfbfb;
    border: solid 1px #ebebeb;
    border-bottom: none;
    font-size: 1.3rem;
    margin-right: 20px;
    position: relative;
    text-align: center;
    width: 220px;
    height: 55px;
}

.search-tab-child:first-child {
    background-color: #f4f4f4;
    border-color: #ddd;
    color: #111;
    cursor: default;
    position: relative;
    bottom: -1px;
}

.search-tab-child.selected:after {
    content: '\f078';
    font-family: 'FontAwesome';
    margin: auto;
    position: absolute;
    bottom: -12px;
    right: 0;
    left: 0;
}


.search-tab-title-child {
    color: #999;
    display: block;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1;
    margin-top: 15px;
    margin-bottom: 0;
}

.search-tab-title-child span {
    display: block;
    font-family: 'Poppins', sans-serif;
    font-weight: initial;
    font-size: 1rem;
    margin-top: 2px;
}

.search-tab-child:first-child .search-tab-title-child {
    color: #1f1f1f;
}

#search-tab-body-child {
    background: #f4f4f4;
    border: solid 1px #ddd;
    padding: 40px 0;
    max-width: 980px;
    margin: 0 auto 55px auto;
}

#search-results {
    margin: auto;
    max-width: 980px;
}

.search-group {
    margin-top: -115px;
    padding-top: 115px;
}

.search-group-title {
    background: #00356c;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    display: block;
    letter-spacing: .3rem;
    line-height: 1;
    padding: 12px .75em;
    text-align: left;
    width: 100%;
    height: auto;
}

.search-group-container {
    margin: 35px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 2vw;
}



.search-group-item {
/*    float: left;
    margin: 0 20px 15px 0;
    width: 230px;*/
    width: calc((100% - 6vw) / 4);
}

.search-group-item:nth-child(4n) {
    margin-right: 0;
}

.search-group-item div {
/*
    border: solid 1px #ccc;
*/
    position: relative;
    width: 100%;
    max-height: 250px;
    box-shadow: 0 0 0 1px #ccc inset, 0 0 0 2px #f4f4f4 inset, 0 0 0 3px #eee inset;
    padding: 70% 50%;
}

/*.search-group-item div:before {
    content: '';
    width: 228px;
    height: 248px;
    display: block;
    border: solid 1px #f4f4f4;
    position: absolute;
    top: 0;
    left: 0;
}

.search-group-item div:after {
    content: '';
    width: 226px;
    height: 246px;
    display: block;
    border: solid 1px #eee;
    position: absolute;
    top: 1px;
    left: 1px;
}*/

.search-group-item img {
    display: block;
    margin: auto;
    padding: 3%;
    /*max-width: 200px;
    max-height: 200px;*/
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
  max-height: 250px;
}

.search-group-item span {
    display: block;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.3;
    margin-top: 15px;
    text-align: center;
    height: 5.5rem;
}

.word-search-header {
    border-bottom: 1px dotted #c3c3c3;
    font-size: 1.4rem;
    font-weight: normal;
    letter-spacing: 0.1em;
    line-height: 2.4rem;
    text-align: left;
}

.search-query {
    float: left;
    font-size: 1.8rem;
}

.search-results {
    float: right;
}

.search-results span {
    color: #003f99;
    display: inline-block;
    font-family: 'Arial', sans-serif;
    font-size: 2.4rem;
    font-weight: bold;
    letter-spacing: 0;
    margin: 0 .2em;
}

/* category page
------------------------------------ */

.search-tab-header-grandchild {
    border-bottom: solid 1px #ddd;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    position: relative;
    margin: 55px auto 0;
    max-width: 980px;
}

.search-tab-grandchild {
    background: #fbfbfb;
    border: solid 1px #ebebeb;
    border-bottom: none;
    font-size: 1.4rem;
    margin-top: 5px;
    position: relative;
    text-align: center;
    /*width: 320px;*/
    width: calc((100% - 20px) / 3);
    height: 50px;
}

.search-tab-grandchild:first-child {
    background-color: #f4f4f4;
    border: solid 1px #ddd;
    border-top: solid 3px #1a3a68;
    border-bottom: none;
    color: #111;
    cursor: default;
    margin-top: 0;
    height: 55px;
}

.search-tab-title-grandchild {
    color: #999;
    display: block;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;
    margin-top: 14px;
}

.search-tab-title-grandchild span {
    display: block;
    font-family: 'Poppins', sans-serif;
    font-weight: initial;
    font-size: 1rem;
    margin-top: 4px;
    -webkit-transform:scale(.8);
    -moz-transform:scale(.8);
    -ms-transform:scale(.8);
    -o-transform:scale(.8);
    transform:scale(.8);
}

.search-tab-grandchild:first-child .search-tab-title-grandchild {
    color: #1f1f1f;
}

.search-tab-image-grandchild {
    max-width: 980px;
    margin: 5px auto 0;
    /*margin-top: 5px;*/
}

.search-tab-genre-grandchild ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 2vw;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
    margin: 60px auto 90px;
    max-width: 980px;
}

.search-tab-genre-grandchild li {
    background: #e6e6e6;
    display: table;
    font-size: 1.2rem;
    letter-spacing: .05em;
    line-height: 1.4rem;
    /*margin: 0 15px;*/
    text-align: center;
    width: calc((100% - 14vw) / 8);  
/*
    height: 96px;
*/
    padding: 3% 0;
}

.search-tab-genre-grandchild a {
    display: table-cell;
    vertical-align: middle
}


.search-tab-genre-grandchild a:active,
.search-tab-genre-grandchild a:hover {
    background: #0f6bb8;
    color: #fff;
}

/* item detail
------------------------------------ */

#item-detail {
    position: relative;
    margin: 55px auto 0 auto;
    min-width: 300px;
    max-width: 980px;
    width: 100%;
}

.item-detail-header {
    border-bottom: solid 2px #185096;
    text-align: left;
}

.item-title {
    font-size: 2.4rem;
    font-weight: bold;
    letter-spacing: 0.2em;
    line-height: 3.6rem;
}

.item-detail-images {
    position: relative;
}

.item-detail-images li {
    display: block;
    text-align: center;
}

.item-detail-images img {
    display: block;
    margin: 50px auto;
    width: auto;
    height: auto;
}

.item-detail-section {
    text-align: left;
}

.item-detail-section-title {
    border-bottom: solid 1px #185096;
    color: #00346c;
    font-size: 1.8rem;
    font-weight: normal;
    letter-spacing: 0.2em;
    line-height: 2.4rem;
}

.item-detail-free-area {
    margin: 25px auto 50px auto;
}

.item-detail-section p {
    font-size: 1.4rem;
    letter-spacing: .1rem;
    line-height: 1.8;
}

.item-detail-section li {
    font-size: 1.5rem;
    letter-spacing: .1rem;
    line-height: 2;
}

.item-detail-section table {
    font-size: 1.3rem;
    letter-spacing: .1rem;
    line-height: 2;
    margin: 25px auto;
    text-align: center;
    width: 100%;
}

.item-detail-section th {
    background: #1a4066;
    color: #fff;
}

.item-detail-section th,
.item-detail-section td {
    border: solid 1px #c6cfd9;
    border-collapse: collapse;
    padding: .75em .25em;
    vertical-align: middle;
}


/*------------------------------------------------------------
    sitemap
------------------------------------------------------------*/


/*------------------------------------------------------------
    form
------------------------------------------------------------*/

.form-container a:link,
.form-container a:visited {
    color: #1f5a9e;
    text-decoration: underline;
}

.form-container a:active,
.form-container a:hover {
    text-decoration: none;
}

.form-item {
    display: table;
    font-size: 1.3rem;
    font-weight: 500;
    letter-spacing: .1rem;
    padding: 15px 0 15px 25px;
    width: 100%;
}

.form-item + .form-item {
    border-top: solid 1px #e5e5e5;
}

.form-container .need:after {
    color: #1a457c;
    content: '※';
    font-weight: bold;
    padding-left: .5em;
}

.form-item-title {
    display: table-cell;
    line-height: 1.6;
    vertical-align: middle;
    width: 22rem;
}

.form-item-title-caption {
    font-size: 1.2rem;
    margin-right: 4em;
}

.form-item span {
    display: inline-block;
    padding: 0 .5em;
    text-align: center;
}

.form-item-body {
    display: table-cell;
    line-height: 1.6;
    vertical-align: middle;
}

.form-container label {
    cursor: pointer;
}

.form-container input,
.form-container select,
.form-container textarea,
.form-container button {
    background: #eee;
    border: none;
    border-radius: 2px;
}

.form-container input[type="file"] {
    background: none;
}

.form-container input[type="text"],
.form-container input[type="email"] {
    line-height: 3.5rem;
    padding: 9px;
    max-width: 480px;
    min-width: 300px;
    width: 100%;
}

.form-container input[type="text"].input-short {
    max-width: 180px;
    min-width: 100px;
}

.form-container select {
    height: 3.5rem;
}

.form-container textarea {
    line-height: 1.75;
    padding: .5em;
    min-height: 12em;
    width: 100%;
}

.form-container input[type="radio"],
.form-container input[type="checkbox"] {

}

.form-container button {
    background: #003670;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 1.4rem;
    letter-spacing: .2rem;
    line-height: 4rem;
    margin: 0 auto 40px auto;
    position: relative;
    width: 300px;
}

.form-container button:active,
.form-container button:hover {
    background: #009fc5;
}

.form-attention {
border-top: solid 1px #e5e5e5;
padding: 40px 0;
text-align: center;
line-height: 200%;
}
.form-attention span {
color: red;
}

.form-container button:before {
    content: '\f105';
    font-family: 'FontAwesome';
    margin: auto;
    position: relative;
    left: -.5em;
}


.form-container .confirm {
    display: table;
    font-size: 1.3rem;
    font-weight: 500;
    letter-spacing: .1rem;
    padding: 15px 0 15px 25px;
    width: 100%;
}

.form-container .confirm + .confirm {
    border-top: solid 1px #e5e5e5;
}

.label-radio + .label-radio {
    margin-left: 1em;
}

.label-checkbox {
    display: inline-block;
    margin: .5em 0;
    min-width: 8.5em;
}



/* confirm
------------------------------------ */

.confirm-attention {
    border-bottom: solid 1px #e5e5e5;
    font-size: 1.4rem;
    line-height: 2;
    padding: 15px 25px;
    text-align: center;
}

.confirm-attention span {
    color: #1a457c;
    font-weight: bold;
}


.confirm-title {
    border: none;
    border-radius: 2px;
    display: table-cell;
    line-height: 1.6;
    padding: 0 .5em;
    vertical-align: middle;
    width: 33%;
}

.confirm-body {
    border: none;
    border-radius: 2px;
    display: table-cell;
    line-height: 1.6;
    padding: 0 .5em;
    vertical-align: middle;
}

.confirm-buttons {
    border-top: solid 1px #e5e5e5;
    padding: 40px 0;
    text-align: center;
}

.form-container button.cancel {
    background: #888;
    display: inline-block;
    margin-right: 100px;
}

.form-container button.send {
    display: inline-block;
}

/* contact
------------------------------------ */

.contact-header {
    padding: 50px 0;
    text-align: center;
}

.contact-header p {
    font-size: 1.4rem;
    letter-spacing: .1rem;
    line-height: 2;
}

.contact-header p + p {
    margin-top: 2em;
}

.contact-header span,
.contact-attention span {
    color: #1a457c;
    font-weight: bold;
}

.contact-attention {
    border-bottom: solid 1px #e5e5e5;
    font-size: 1.3rem;
    line-height: 1.8;
    padding: 15px 25px;
}

.contact-header a:link,
.contact-header a:visited,
.contact-header a:active,
.contact-header a:hover,
.contact-body a:link,
.contact-body a:visited,
.contact-body a:active,
.contact-body a:hover {
    color: #193966;
}

.contact-header a:link,
.contact-header a:visited {
    text-decoration: underline;
}

.contact-header a:active,
.contact-header a:hover {
    text-decoration: none;
}

.main-contents + .contact-body {
    margin-top: 40px;
}

.contact-body {
    border-top: solid 1px #e5e5e5;
    /*border-bottom: solid 1px #e5e5e5;*/
    display: block;
    margin: 0 auto 40px auto;
    max-width: 960px;
    min-width: 300px;
    width: 100%;
}

.contact-form {
    border-bottom: none;
}

.contact-title {
    border-bottom: solid 1px #e5e5e5;
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: .2rem;
    line-height: 1;
    padding: 15px 25px;
    text-align: left;
}

.contact-detail {
    text-align: left;
}

.contact-phone-number,
.contact-mail-address {
    color: #193966;
    float: left;
    font-family: 'Yantramanav', sans-serif;
    font-weight: bold;
    font-size: 2.2rem;
    line-height: 4.2rem;
    margin: 25px;
    padding-right: 15px;
}

.contact-mail-address a:active,
.contact-mail-address a:hover {
    color: #008ccd;
    text-decoration: underline;
}

.contact-phone-number {
    font-size: 2.6rem;
}

.contact-phone-number:before {
    content: 'TEL.';
    display: inline-block;
    font-size: 1.6rem;
}

.contact-info {
    border-left: dotted 1px #ccc;
    float: left;
    font-size: 1.3rem;
    line-height: 1.4rem;
    margin: 25px 0;
    padding-left: 20px;
}

.contact-info li + li {
    margin-top: 1em;
}

.contact-info li:first-child:before {
    color: #193966;
    content: '【受付時間】';
    font-weight: bold;
}

.contact-header .contact-header-post {
    font-size: 1.3rem;
    margin: 40px auto 0 auto;
    max-width: 940px;
    min-width: 290px;
    text-align: left;
}

.contact-header .contact-header-post .caution {
    color: #bf0000;
    font-size: 1.4rem;
}

.contact-header .contact-header-post p {
    font-size: 1.3rem;
    letter-spacing: .1rem;
}

/*------------------------------------------------------------
    about
------------------------------------------------------------*/

.about-header {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 45px auto 75px auto;
}

.about-header li {
    display: block;
    font-size: 1.3rem;
    letter-spacing: .1rem;
    line-height: 96px;
    text-align: center;
    width: 96px;
    height: 96px;
}

.about-header li + li {
    margin-left: 50px;
}

.about-header a:link,
.about-header a:visited {
    background: #e6e6e6;
    color: #1f1f1f;
    display: block;
}

.about-header a:active,
.about-header a:hover {
    background: #0f6bb8;
    color: #fff;
}

.about-body {

}

.about-section {
    margin-bottom: 100px;
}

.about-section a:link,
.about-section a:visited {
    color: #1f599e;
    text-decoration: underline;
}

.about-section a:active,
.about-section a:hover {
    text-decoration: none;
}


.about-section-title {
    color: #212121;
    display: block;
    font-size: 3.2rem;
    letter-spacing: .3rem;
    line-height: 1;
    text-align: center;
}

.about-section-subtitle {
    color: #0f6bb8;
    display: block;
    font-size: 1.1rem;
    letter-spacing: .1rem;
    line-height: 1;
    margin-bottom: 50px;
    padding: 5px 0;
    text-align: center;
}

.about-section-subtitle:after {
    background: #999;
    content: '';
    display: block;
    margin: 20px auto 0 auto;
    width: 10px;
    height: 1px;
}

.about-section-table {
    display: table;
    font-size: 1.4rem;
    letter-spacing: .1rem;
    margin: auto;
    max-width: 850px;
    min-width: 300px;
    text-align: left;
    width: 100%;
}

.about-section-table > li {
    display: table-row;
}

.about-section-table > li:first-child p,
.about-section-table > li:first-child div {
    border-top: dotted 1px #ccc;
}

.about-section-table p {
    border-bottom: dotted 1px #ccc;
    display: table-cell;
    font-weight: bold;
    padding: 20px 2em;
    white-space: nowrap;
    width: 24%;
    vertical-align: middle;
}

.about-section-table div {
    border-bottom: dotted 1px #ccc;
    display: table-cell;
    padding: 20px 0;
    vertical-align: middle;
}

.about-section-table ul {
    line-height: 1.8;
}

/* greeting
------------------------------------ */

.greeting-container {
    margin: auto;
    max-width: 960px;
    min-width: 300px;
    text-align: left;
    width: 100%;
}

.greeting-photo {
    display: block;
    float: right;
}

.greeting-header {
    font-family: 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', '游明朝', 'YuMincho', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: .3rem;
    line-height: 1.2;
    margin: 0 350px 35px 0;
}

.greeting-footer {
    display: block;
    margin: 35px 350px 0 0;
    text-align: right;
}

#greeting p {
    font-size: 1.4rem;
    letter-spacing: .1rem;
    line-height: 2;
    margin-right: 350px;
}

/* profile
------------------------------------ */

#profile {
    background: #f8f8f8;
    border-top: solid 1px #ebebeb;
    border-bottom: solid 1px #ebebeb;
    padding: 90px 0;
    position: relative;
}

#profile:before {
    background: #fff;
    content: '';
    display: block;
    position: absolute;
    top: 1px;
    width: 100%;
    height: 1px;
}

#profile:after {
    background: #fff;
    content: '';
    display: block;
    position: absolute;
    bottom: 1px;
    width: 100%;
    height: 1px;
}

/* access map
------------------------------------ */

#accessmap {
    background: #f8f8f8;
    border-top: solid 1px #ebebeb;
    margin-bottom: 0;
    padding: 90px 0;
    position: relative;
}

#accessmap:before {
    background: #fff;
    content: '';
    display: block;
    position: absolute;
    top: 1px;
    width: 100%;
    height: 1px;
}

#accessmap:after {
    background: #fff;
    content: '';
    display: block;
    position: absolute;
    bottom: 1px;
    width: 100%;
    height: 1px;
}


.accessmap-container {
    margin: auto;
    max-width: 960px;
    min-width: 300px;
    width: 100%;
}

.accessmap-container p {
    font-size: 1.4rem;
    letter-spacing: .1rem;
    line-height: 1.8;
    margin-bottom: 40px;
    text-align: center;
}

.access-map-link {
    display: block;
    font-size: 1rem;
    margin: 10px 0 20px 0;
    text-align: right;
}

.access-map-link a:link,
.access-map-link a:visited {
    color: #1f599e;
    text-decoration: underline;
}

.access-map-link a:active,
.access-map-link a:hover {
    text-decoration: none;
}

/*------------------------------------------------------------
    faq
------------------------------------------------------------*/

.faq-header {
    margin: 50px auto 40px auto;
    position: relative;
    text-align: left;
    min-width: 280px;
    max-width: 960px;
    width: 100%;
}

.faq-header p {
    font-size: 1.4rem;
    letter-spacing: .1rem;
    line-height: 1.8;
}

.faq-header a:link,
.faq-header a:visited,
.faq-header a:active,
.faq-header a:hover {
    color: #1f599e;
    text-decoration: underline;
}

.faq-body {
    margin-bottom: 100px;
}

.faq-section {
    margin: 40px auto;
    min-width: 300px;
    max-width: 980px;
    width: 100%;
}

.faq-section-title {
    background: #1a4066;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 3.5rem;
    padding-left: 1em;
    text-align: left;
}

.faq-item-container {
    margin: auto;
    min-width: 280px;
    max-width: 940px;
    width: 100%;

}

.faq-item {
    border-bottom: dotted 1px #afafaf;
    margin-left: 40px;
    position: relative;
    text-align: left;
}

.faq-question {
    display: block;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 6rem;
}

.faq-question:before {
    color: #e5677f;
    content: 'Q.';
    font-family: 'Poppins', sans-serif;
    font-size: 2.8rem;
    font-weight: bold;
    position: absolute;
    left: -40px;
}

.faq-question:after {
    color: #888;
    content: '\f054';
    font-family: 'FontAwesome';
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
}

.faq-question.open:after {
    content: '\f078';
}

.faq-answer {
    background: #f9f9f9;
    border: solid 1px #e0e0e0;
    display: none;
    font-size: 1.4rem;
    letter-spacing: .1rem;
    line-height: 1.8;
    margin-bottom: 18px;
    padding: 25px;
}


/*------------------------------------------------------------
    catalog
------------------------------------------------------------*/

.catalog-header {
    padding: 50px 0;
    text-align: center;
}

.catalog-header p {
    font-size: 1.3rem;
    letter-spacing: .1rem;
    line-height: 1.8;
}

.catalog-list {
    margin: auto;
    max-width: 980px;
    min-width: 300px;
    width: 100%;
}

.catalog-list-item {
    float: left;
    margin-right: 20px;
    overflow: hidden;
    padding-bottom: 100px;
    position: relative;
    text-align: center;
    width: 230px;
}

.catalog-list-item:nth-child(4n) {
    margin-right: 0;
}

.catalog-list-item a {
    border: solid 1px #ddd;
    display: block;
    position: relative;
}

.catalog-list-item img {
    display: block;
    padding: 9px;
    margin-bottom: 23px;
}

.catalog-list-item h3 {
    color: #1f1f1f;
    font-size: 1.2rem;
    letter-spacing: .1rem;
    line-height: 1.8;
    position: absolute;
    bottom: 5px;
    width: 100%;
}

.catalog-list-item span {
    background: #003670;
    border: solid 1px transparent;
    border-radius: 2px;
    color: #fff;
    font-size: 1.2rem;
    display: block;
    line-height: 3.5rem;
    position: absolute;
    bottom: -55px;
    width: 100%;
}

.catalog-list-item span:after {
    color: #fff;
    content: '\f105';
    font-family: 'FontAwesome';
    margin: auto;
    position: absolute;
    top: 0;
    right: 1.5em;
}

.catalog-list-item a:active span,
.catalog-list-item a:hover span {
    background: #fff;
    border-color: #003670;
    color: #003670;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.catalog-list-item a:active span:after,
.catalog-list-item a:hover span:after {
    color: #003670;
}

.new-item:after {
    background: #0f6bb8;
    color: #fff;
    content: 'NEW';
    display: inline-block;
    font-family: 'Georgia', serif;
    font-size: 1.1rem;
    font-weight: bold;
    padding: 3px 0;
    position: absolute;
    top: 5px;
    left: -28px;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
    text-transform: uppercase;
    transform: rotate(330deg);
    width: 100px;
}


/*------------------------------------------------------------
    privacy-policy
------------------------------------------------------------*/

.policy-header {
    margin: auto;
    padding: 50px 0;
    text-align: left;
    max-width: 920px;
    min-width: 300px;
    width: 100%;
}

.policy-header p {
    color: #1f1f1f;
    font-size: 1.3rem;
    letter-spacing: .1rem;
    line-height: 1.8;
    padding: 0 20px;
}

.policy-body {
    margin-bottom: 50px;
}

.policy-section {
    color: #1f1f1f;
    margin: auto;
    padding-bottom: 20px;
    text-align: left;
    max-width: 920px;
    min-width: 300px;
    width: 100%;
}

.policy-section h3 {
    background: #f3f3f3;
    border: solid 1px #e1e1e1;
    display: block;
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: .1rem;
    line-height: 3.5rem;
    margin-bottom: 20px;
    padding: 0 20px;
}

.policy-section p,
.policy-section ul {
    font-size: 1.3rem;
    letter-spacing: .1rem;
    line-height: 1.8;
    margin-bottom: 2rem;
    padding: 0 20px;
}

.policy-section h4 {
    font-size: 1.3rem;
    font-weight: 500;
    letter-spacing: .1rem;
    line-height: 1.8;
    padding: 0 20px;
}

.policy-section a:link,
.policy-section a:visited {
    color: #1f599e;
    text-decoration: underline;
}

.policy-section a:active,
.policy-section a:hover {
    text-decoration: none;
}


/*------------------------------------------------------------
    sitemap
------------------------------------------------------------*/

.sitemap-body {
    margin: 80px auto;
}

.sitemap-section {
    background: #f3f3f3;
    border: solid 1px #e1e1e1;
    margin: 0 auto 20px auto;
    position: relative;
    text-align: left;
    max-width: 740px;
    min-width: 300px;
    width: 100%;
}

.sitemap-section a {
    display: block;
    font-size: 1.2rem;
    letter-spacing: .1rem;
    line-height: 4.2rem;
}

.sitemap-section a:active,
.sitemap-section a:hover {
    text-decoration: underline;
}

.sitemap-section i {
    color: #003670;
    margin: 0 10px 0 20px;
}

.sitemap-parent {
    margin-top: -2rem;
    position: absolute;
    top: 50%;
}

.sitemap-child {
    background: #fff;
    border-left: solid 1px #e1e1e1;
    margin-left: 240px;
}

.sitemap-child > div + div {
    border-top: solid 1px #e1e1e1;
}

/*------------------------------------------------------------
  owl-carousel
------------------------------------------------------------*/

#sections .owl-theme .owl-controls {
    margin: 0;
    position: relative;
    text-align: center;
}

#sections .owl-theme .owl-nav {
    font-family: 'FontAwesome';
    position: absolute;
    top: 0;
    left: 50%;
}

#sections .owl-theme .owl-controls .owl-nav [class*=owl-] {
    background: rgba(255, 255, 255, .95);
    border: solid 1px #222;
    border-radius: initial;
    color: #111;
    font-size: 30px;
    font-weight: bold;
    line-height: 60px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: -235px;
    text-align: center;
    width: 30px;
    height: 60px;
}

#sections .owl-theme .owl-controls .owl-nav .owl-prev {
    right: 460px;
}

#sections .owl-theme .owl-controls .owl-nav .owl-next {
    left: 460px;
}

#sections .owl-theme .owl-dots {
    float: none;
    padding-top: 20px;
}

#sections .owl-theme .owl-dots .owl-dot span {
    background: #999;
    border-radius: 50%;
    display: block;
    margin: 0 4px;
    padding: 0;
    width: 5px;
    height: 5px;
}

#sections .owl-theme .owl-dots .owl-dot.active span {
    background: #0f6bb8;
}

#sections .owl-theme .owl-dots .owl-dot:hover span {
    background: #aaa;
}

/*------------------------------------------------------------
    wp-widget
------------------------------------------------------------*/

.section-2column-side {
    font-size: 1.2rem;
}

.widget {
    margin-bottom: 50px;
    text-align: left;
}

.widget-title {
    border-bottom: 1px dotted #999;
    font-family: "Georgia", serif;
    font-size: 1.1rem;
    letter-spacing: .3rem;
    margin-bottom: 20px;
    padding-bottom: 5px;
    text-align: left;
}

.widget li {
    margin-bottom: 1.7rem;
    overflow: hidden;
    padding-left: 12px;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.widget li:before {
    content: '\f105';
    font-family: 'FontAwesome';
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
}


#wp-calendar {
    text-align: center;
}

#wp-calendar > caption {
    margin-bottom: 20px;
}

#wp-calendar,
#wp-calendar table {
    border: none !important;
    width: 100%;
}

#wp-calendar th span {
    border: 1px solid #999;
    display: inline-block;
    padding: 4px;
    text-align: center;
    }

#wp-calendar td {
    border-width: 0 !important;
    padding: 18px 0px 0px;
    text-align: center;
}

#wp-calendar a {
    background: none !important;
}

#wp-calendar a:link,
#wp-calendar a:visited {
    color: #1f5b9e !important;
    text-decoration: underline !important;
}

#wp-calendar a:active,
#wp-calendar a:hover {
    text-decoration: none !important;
}

.search-field {
    float: left;
    font-size: 1.2rem;
    line-height: 25px;
    margin-right: 5px;
    padding: 0 .5em;
    width: 170px;
    height: 25px;
}

.search-submit {
    background: transparent;
    border: none;
    color: #000;
    font-size: 16px;
    line-height: 25px;
    width: 25px;
    height: 25px;
}

.search-submit .screen-reader-text {
    color: #fff;
}

.widget-photo-link:link,
.widget-photo-link:visited {
    background: #003670;
    border: solid 1px #003670;
    border-radius: 4px;
    color: #fff;
    display: block;
    font-size: 1.4rem;
    line-height: 5.2rem;
    text-align: center;
}

.widget-photo-link:active,
.widget-photo-link:hover {
    background: #fff;
    color: #003670;
}


.widget-photo-link i {
    font-size: 2rem;
    padding-right: 5px;
}

/*------------------------------------------------------------
    gcs
------------------------------------------------------------*/

#navbar-search-form {
    width: 340px;
}

#navbar-search-form #navbar-search-close {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
}

#navbar-search-form .cse form.gsc-search-box,
#navbar-search-form form.gsc-search-box {
    margin: 0;
    padding: 0;
}

#navbar-search-form table.gsc-search-box {
    margin: 0;
    padding: 0;
    width: 310px;
}

#navbar-search-form .cse table.gsc-search-box td.gsc-input,
#navbar-search-form table.gsc-search-box td.gsc-input {
    margin: 0;
    padding: 0;
}

#navbar-search-form .cse input.gsc-input,
#navbar-search-form input.gsc-input {
    background: rgba(255, 255, 255, .9);
    border: solid 1px #e4e4e4;
    border-top: none;
    border-bottom: none;
    font-size: 1.6rem;
    line-height: 3rem;
    padding: 0 .25em;
    min-width: initial;
    width: 280px;
    height: 30px;
}

#navbar-search-form td.gsc-search-button {
    margin: 0;
    padding: 0;
    width: 30px;
}

#navbar-search-form .cse input.gsc-search-button,
#navbar-search-form input.gsc-search-button {
    background: #000 url(../img/ico_search.svg) no-repeat center center;
    background-size: 13px;
    border: none;
    color: #fff;
    display: block;
    float: right;
    font-family: inherit;
    font-size: 11px;
    font-weight: normal;
    margin: 0;
    padding: 0;
    text-indent: -9999px;
    min-width: initial;
    width: 30px;
    height: 30px;
}

#navbar-search-form .cse input.gsc-search-button:after,
#navbar-search-form input.gsc-search-button:after {
    content: '\f002';
    font-family: 'FontAwesome';
}

#navbar-search-form td.gsc-clear-button {
    display: none;
    margin: 0;
    padding: 0;
    width: 0;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
 .banner-slide-prev {
  margin-left: 0;
  left: 5px;
 }
 .banner-slide-next {
  margin-right: 0;
  right: 5px;
 }
}

.main-contents.content-width.clearfix {
  padding: 0 2vw 0;
}



div#ez-toc-container{ padding: 30px 40px;
background: #EFEFEF;
background: linear-gradient(-45deg, transparent 25%, #EFEFEF 25%, #EFEFEF 50%, transparent 50%, transparent 75%, #EFEFEF 75%, #EFEFEF);
background-size: 4px 4px;
background-clip: padding-box;
border-top: double 4px #E2E2E2;
border-bottom: double 4px #E2E2E2;
margin: 50px 0;}

div#ez-toc-container .ez-toc-title{position: relative;
display: block !important;
font-size: 2.0rem !important;
font-weight: 600 !important;
line-height: 100% !important;
text-align: center !important;
margin-bottom: 20px;}
div#ez-toc-container .ez-toc-title::before {
content: "";
display: inline-block;
background-image: url("../img/icon_agenda.svg");
width: 19px;
height: 15px;
vertical-align: middle;
margin: -4px 10px 0 0;
}

nav ul.ez-toc-list li{position: relative;
  margin-left: 2em;
  padding-left: 0;margin: 8px 0;
    margin-left: 0px;
  line-height: 1.6; }






ul.ez-toc-list ez-toc-list-level-1  ul>li,ul.ez-toc-list ez-toc-list-level-1 >li {
position: relative;
margin-left: 2em;
padding-left: 0;
}
ul:not(.is-style-default)[class*=is-style-] {
counter-reset: li;
}
ul:not(.is-style-default)[class*=is-style-]>li::before {
counter-increment: li;
}
ul.is-style-index ol>li::before, ul.is-style-index>li::before {
position: absolute;
top: .25em;
right: calc(100% + .5em);
display: block;
width: auto;
padding: 0 .5em 0 0;
font-family: inherit;
line-height: 1.1;
letter-spacing: -.1px;
white-space: nowrap;
border-right: solid 1px currentColor;
-webkit-transform: scale(.95);
transform: scale(.95);
content: counter(li);
counter-increment: li;
}
ul:not(.is-style-default)[class*=is-style-] ol, ol:not(.is-style-default)[class*=is-style-] ul, ul:not(.is-style-default)[class*=is-style-] ol, ul:not(.is-style-default)[class*=is-style-] ul {
padding-left: 0;
list-style: none;
}
ol.is-style-index ol {
padding-left: 1em;
counter-reset: li2;
}
.agenda_list ol, .agenda_list ul {
padding-bottom: .5em;
padding-left: .5em;
}
ol.is-style-index ol>li::before {
opacity: .75;
content: counter(li) "-" counter(li2);
counter-increment: li2;
}



@media all and (max-width : 767px ){
.agenda {
padding: 25px 20px 20px;
margin: 30px 0;
}
.agenda_ttl {
font-size: 1.6rem;
margin-bottom: 30px;
}
.post_content li {
font-size: 1.3rem;
}
.post_content h4 {
font-size: 1.4rem;
line-height: 130%;
padding: 12px 10px 11px 15px;
margin-bottom: 20px;
}
.post_content h5 {
font-size: 1.4rem;
padding: 15px 10px 10px 5px;
margin-bottom: 20px;
}
}

.ez-toc-heading-level-2{ margin-bottom:15px !important;}
.ez-toc-list li a{ margin-bottom:8px !important;}