@charset "utf-8";
/*
Theme Name: manubol
*/
/*-------------------------------------------*/
/*  CONTENTS:
/*--------------------------------------------
1.0 - リセット
2.0 - 汎用スタイル
    2.1 - カラム
    2.2 - テキスト
    2.3 - 見出し
    2.4 - ボタン
    2.5 - パンくずリスト
    2.6 - バナー・広告
3.0 - 2カラム（PC）
4.0 - 書影サイズ
5.0 - ヘッダー
    4.1 - グローバルナビ
6.0 - フッター
---------------------------------------------*/


/*-------------------------------------------*/
/*  1.0 - リセット
/*-------------------------------------------*/
abbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}nav ul{list-style:none}blockquote,q{quotes:none}blockquote::after,blockquote::before,q::after,q::before{content:'';content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}table{border-collapse:collapse;border-spacing:0}hr{border:0}

/*-------------------------------------------*/
/*  2.0 - 汎用スタイル
/*-------------------------------------------*/

html {
    font-size: 62.5%;
    scroll-behavior: smooth;
}
body {
    background-image: url(../images/bg.png);
    background-repeat: repeat;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    font-family: "Zen Old Mincho", sans-serif;
    font-size: 1.4rem;
    line-height: 1.6;
    color: #333;
}
.main h1 {
    display: none;
}
@media screen and (min-width:900px) {
   body {
    min-width: 1130px;
    }
}
li { list-style: none;}
div, ul, li, a { box-sizing: border-box;}
.grecaptcha-badge {
	visibility: hidden; 
}
.font-bold {
    font-weight: bold;
}
.center {text-align: center;}

/*  2.1 - カラム
/*-------------------------------------------*/
.block {
    margin-bottom: 60px;
}
@media screen and (min-width:900px) {
    .container {
        padding-top: 20px;
        padding-bottom: 60px;
    }
    .container .main {
        width: 1130px;
        margin: 0 auto;
        display: flex;
        justify-content: center;
    }
    .container .main main {
        width: 800px;
        flex: 1;
        margin-right: 30px;
    }
    .container .main aside {
        width: 300px;
    }
    .main .inner { 
        padding-bottom: 40px;
    }
}

/*  2.2 - テキストリンク
/*-------------------------------------------*/
a {
    text-decoration: none;
    color: #0E0B03;
    transition: .2s linear;
}
a:hover{
    color: #304399;
}
@media screen and (min-width:900px) {
    a {
      transition: .2s linear;
    }
    a:hover {
        opacity: 0.7;
    }
}

/*  2.3 - 見出し
/*-------------------------------------------*/
h1.heading {
    margin-bottom: 20px;
    font-size: 2.5rem;
    text-align: center;
}
h2.heading {
    margin-bottom: 15px;
  line-height: 1.5;
    font-size: 2.2rem;
}
h3.heading {
  box-sizing: border-box;
  border-radius: 4px;
  background-color: #00659C;
  margin-bottom: 20px;
  padding: 8px 10px;
  color: #fff;
}

@media screen and (min-width:900px) {
    h1.heading {
        margin-bottom: 30px;
        font-size: 3.6rem;
        text-align: left;
    }
    h2.heading {
        margin-bottom: 20px;
        font-size: 3rem;
    }
    h3.heading { font-size: 2.0rem;}
    }


/*  2.4 - ボタン
/*-------------------------------------------*/
a.button {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 0 30px;
    width: 200px;
    height: 45px;
    margin: 0 auto;
    border-radius: 5px;
    text-align: center;
    font-size: 1.5rem;
    color: #FFF;
    transition: all 0.3s ease-in-out;
}
a.btn_g {
    background: #5A8470;
}
a.btn_w {
    color: #fff;
    background-color: transparent;
    border: 1px solid #fff;
}
a.btn_l {
    width: 280px;
    height: 50px;
    margin: 20px auto;
    border-radius: 4px;
    background: #304399;
}
.btn_detail a {
    background: #fff;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 200px;
    padding: 7px 40px 7px 20px;
    color: #313131;
    border: 1px solid #D1D1D1;
    border-radius: 4px;
    transition: 0.3s ease-in-out;
    font-weight: 500;
}
.btn_detail a::after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2.3rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 1px currentColor;
  border-right: solid 1px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.btn_detail a:hover {
  background: #304399;
  color: #FFF;
  opacity: 1;
}
.btn_detail a:hover::after {
  right: 1.4rem;
}

@media screen and (min-width: 900px) {
    .list_button {
        margin-bottom: 50px;
        text-align: center;
    }
    .list_button li {
        display: inline-block;
        vertical-align: top;
    }
    a.btn_ig, a.btn_mail{
        width: 320px;
        height: 80px;
        margin: 20px;
        border-radius: 5px;
        font-size: 2.4rem;
    }
}

/*  2.5 - パンくずリスト
/*-------------------------------------------*/
.breadcrumbs {
    padding: 10px 20px;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    font-size: 1.3rem;
}
.breadcrumbs a {
    text-decoration: underline;
}
.breadcrumbs a:hover {
    text-decoration: none;
}
.breadcrumbs > span {
    margin: 0 10px;
}
.breadcrumbs > span:first-child {
    margin-left: 0;
}
@media screen and (min-width:900px) {
    .breadcrumbs {
        padding: 0 40px;
        width: 100%;
        box-sizing: border-box;
        margin: 0 auto 20px;
    }
}

/*  2.6 - バナー・広告
/*-------------------------------------------*/

.link-ad.block {
    margin-bottom: 40px;
}
.link-ad ul {
    padding: 30px 40px;
    display: flex;
    flex-flow: column;    
    justify-content: space-between;
}
.link-ad li {
    width: 100%;
    margin-bottom: 20px;
}
.link-ad li:last-child {
    margin-bottom: 0;
}
.link-ad li a {
    display: block;
}
.link-ad li img{
    width: 100%;
    height: 100%;
}

@media screen and (min-width:900px) {
    .link-ad.block {
        margin-bottom: 0;
        background: #F2EDD8;
    }
    .link-ad ul { 
        width: 820px;
        padding: 30px 0;
        margin: 0 auto;
        flex-flow: nowrap;
    }
    .link-ad li { 
        margin: 0 20px 0 0;
        width: 400px;
        height: 160px;
    }
    .link-ad li:nth-child(2) { margin-right: 0;}
    .link-ad li a img {
        width: 100%;
    }
    .banner.bnr728 {
        text-align: center;
    }
    .banner.bnr728 img {
        width: 728px;
        height: auto;
    }
}

/*  2.7 - 矢印
/*-------------------------------------------*/
.arrow {
    position: relative;
}
.arrow::after {
    border-top: .15em solid #2E4399;
    border-right: .15em solid #2E4399;
    content: '';
    display: inline-block;
    margin: auto;
    transform: rotate(45deg);
    position: absolute;
    inset: 0 1% 0 auto;
    height: .6em;
    width: .6em;
}

/*-------------------------------------------*/
/*  3.0 - 2カラム（PC）
/*-------------------------------------------*/

main img, aside img {
    width: 100%;
}
main a, aside a {
    display: block;
}
.main main h3 img,
.main aside h3 img {
    width: 70%;
}
main .main_box {
    margin: 10px 0 30px;
    padding: 0 20px;
    text-align: center;
}
main .link-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
main .link-list li {
    padding: 5px 15px;
    margin-top: 10px;
    font-size: 1.6rem;
    margin-right: 10px;
    border: 1px solid #3C3C43;
    border-radius: 50px;
    flex-shrink: 0;
    background: #fff;
    transition: 0.3s ease-in-out;
}
main .link-list li:hover {
    opacity: 1;
    background: #304399;
}
main .link-list li:hover a {
    opacity: 1;
    color: #FFF;
}
main .banner {
    font-size: 0;
}
aside {
    padding-bottom: 40px;
}
aside .banner {
    padding: 0 40px;
    margin: 30px 0 20px;
    font-size: 0;
}
aside h3 {
    text-align: center;
}
aside .new_books {
    padding: 0 20px;
    margin: 0 0 10px;
}
aside .new_books-box {
    display: flex;
    width: auto;
    align-items: center;
    padding-bottom: 10px;
    border-bottom: 1px dashed #7E7E7E;
    margin-bottom: 10px;
}
aside li:last-of-type .new_books-box {
    border-bottom: none;
}
aside .new_books-box .item1 {
    flex: 0 0 110px;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: normal;
    margin-bottom: 0;
}
aside .new_books-box .item1 img {
    max-height: 110px;
    width: auto;
}
aside .new_books-box .item2 {
  flex: 1;
  padding-left: 10px;
}
@media screen and (min-width:900px) {
    .main main h3 img {
        width: 400px;
        height: auto;
    }
    main .main_box {
        text-align: center;
    }
    aside .banner {
        padding: 0;
        margin: 0 0 10px;
    }
    .main aside h3 img {
        width: 100%;
    }
    aside .new_books {
        padding: 0;
    }
}

/*-------------------------------------------*/
/*  4.0 - 書影サイズ
/*-------------------------------------------*/
.item1 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
} 
.item1 img {
    max-height: 170px;
    width: auto;
}
@media screen and (min-width:900px) {
    .item1 {
        height: 175px;
        width: 175px;
    }
}

/*-------------------------------------------*/
/*  5.0 - ヘッダー
/*-------------------------------------------*/

header {
    width: 100%;
    height: 60px;
    padding: 0 0px 0 10px;
    overflow: hidden;
    box-sizing: border-box;
    border-bottom: #ebd871 2px solid;
    background: #FFEC78;
}
header .inner{
    display: flex;
    justify-content: space-between;
}
header .inner > .gnav_sns {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
}
header .logo {
    width: 140px;
    height: 60px;
    display: flex;
    align-items: center;
}
header .logo a { display: block;}
header .logo img {
    width: 100%;
    vertical-align: bottom;
}
header nav { float: right;}

@media screen and (min-width:900px) {
    header {
        height: 100px;
        padding: 0 40px;
    }
    header .inner {
        width: 1130px;
        margin: 0 auto;
    }
    header .inner > .gnav_sns {
        display: none;
    }
    header .logo { 
        width: 150px;
        height: 100px;
    }
}

/*  4.1 - グローバルナビ
/*-------------------------------------------*/

.gnav { position: relative;}
.gnav_hidden { display:none;}
.gnav .gnav_main .gnav_bottom_close { padding: 0 10px;}
.gnav .gnav_main .gnav_bottom_close label {
    width: 90%;
    height: 44px;
    display: block;
    box-sizing: border-box;
    margin: 0 auto 50px;
    padding: 9px 0 3px;
    border: #b3b3b3 1px solid;
    border-radius: 2px;
    cursor: pointer;
    text-align: center;
    font-size: 1.5rem;
}
#gnav_switch:checked ~ .gnav_bg_close {
    display: block;
    opacity: .5;
}
#gnav_switch:checked ~ .gnav_main {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}
.gnav .gnav_list li a { font-weight: bold;}

@media screen and (max-width:899px) {
    .gnav .gnav_main {
        width: 100%;
        height: 100%;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        position: fixed;
        top: 0;
        right: 0;
        z-index: 9999;
        background: #fff;
        -webkit-transform: translateX(105%);
        transform: translateX(105%);
    }
    .gnav_open { float: right;}
    .gnav_open, .gnav_close { display: block;}

    /* ハンバーガーアイコン */
    .gnav label.gnav_open {
        width: 60px;
        height: 60px;
        display: block;
        box-sizing: border-box;
        position: relative;
        padding-left: 20px;
        cursor: pointer;
    }
    .gnav .gnav_open span,
    .gnav .gnav_open span::before,
    .gnav .gnav_open span::after {
        height: 2px;
        width: 25px;
        position: absolute;
        top: 20px;
        border-radius: 3px;
        background: #333;
        display: block;
        content: '';
    }
    .gnav .gnav_open span::before { top: 8px;}
    .gnav .gnav_open span::after { top: 16px;}
    .gnav .gnav_list ul:nth-child(1) {
        height: 60px;
        box-sizing: border-box;
        overflow: hidden;
        border-bottom: #304399 1px solid;
        background: #FFEC78;
        padding: 0 0 0 10px;
        display: flex;
        justify-content: space-between;
    }
    .gnav .gnav_list ul:nth-child(1) li {
        height: 60px;
        display: flex;
        align-items: center;
    }
    .gnav .gnav_list ul:nth-child(1) li:nth-child(1) { float: left;}
    .gnav .gnav_list ul:nth-child(1) li:nth-child(1) a {
        width: 140px;
        height: 60px;
        display: flex;
        align-items: center;
    }
    .gnav .gnav_list ul:nth-child(1) li:nth-child(2) {
        width: 60px;
        height: 60px;
        display: flex;
        align-items: center;
      }
    .gnav .gnav_list ul:nth-child(2) li,
    .gnav .gnav_list ul:nth-child(3) li {
        min-height: 50px;
        box-sizing: border-box;
        position: relative;
        border-bottom: #ccc 1px solid;
        font-size: 1.5rem;
    }
    .gnav .gnav_list ul:nth-child(2) li a {
        min-height: 55px;
        display: block;
        box-sizing: border-box;
        padding: 15px 20px 10px 10px;
        color: #333;
    }
    .gnav .gnav_list ul:nth-child(2) li::before,
    .gnav .gnav_list ul:nth-child(2) li::after,
    .gnav .gnav_list ul:nth-child(3) li::before,
    .gnav .gnav_list ul:nth-child(3) li::after {
        position: absolute;
        top: 25px;
        right: 10px;
        display: block;
        content: '';
        width: 10px;
        height: 2px;
        background: #272727;
        border-radius: 4px;
    }
    .gnav .gnav_list ul:nth-child(2) li::before,
    .gnav .gnav_list ul:nth-child(3) li::before {
        margin-top: -4px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .gnav .gnav_list ul:nth-child(2) li::after,
    .gnav .gnav_list ul:nth-child(3) li::after {
        margin-top: 2px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .gnav .gnav_list ul:nth-child(3) {
        width: 100%;
        align-items: center;
        justify-content: center;
    }
    .gnav .gnav_list ul:nth-child(3) li a {
        width: 100%;
        display: block;
        padding: 15px 20px 10px 10px;
        font-weight: normal;
    }
    .gnav .gnav_list .gnav_sns { display: none;}
    .gnav .gnav_list .gnav_btn_close {
        width: 60px;
        height: 60px;
        box-sizing: border-box;
        background: url("../images/ico_gnav_close.png") no-repeat center;
        background-size: 30px;
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
        cursor: pointer;
    }
    .gnav .gnav_main label.gnav_bottom_close {
        width: 50%;
        height: 44px;
        display: block;
        box-sizing: border-box;
        margin: 20px auto 50px;
        padding: 9px 0 3px;
        border: #b3b3b3 1px solid;
        border-radius: 2px;
        cursor: pointer;
        text-align: center;
        font-size: 1.5rem;
    }  
}

@media screen and (min-width:900px) {
    .gnav_open, .gnav_close { display: none;}
    .gnav .gnav_list ul.sp_gnavi {
        display: none;
    }
    .gnav .gnav_list ul {
        float: left;
        height: 50px;
        margin-top: 25px;
        padding: 0 0 0 25px;
        background: #fff;
        border-radius: 100px;
    }
    .gnav .gnav_list ul::after {
        content: "";
        background-image: url(../images/common/img_nav.png);
        display: inline-block;
        width: 56px;/*画像の幅*/
        height: 51px;/*画像の高さ*/
        background-size: contain;
        vertical-align: middle;
    }
    .gnav .gnav_list ul:nth-child(1) { display: none;}
    .gnav .gnav_list li {
        box-sizing: border-box;
        float: left;
        padding: 0 20px 0 0;
        font-size: 1.4rem
    }
    .gnav .gnav_list li:last-child {
        padding: 0 10px 0 0;
    }
    .gnav .gnav_list ul:nth-child(2) li a { position: relative;}
    .gnav .gnav_list ul:nth-child(2) li a:hover { color: #304399;}
    .gnav .gnav_list ul:nth-child(2) li a::after {
        transition: .3s;
    }
    .gnav .gnav_list ul:nth-child(2) li a:hover::after { 
        bottom: -4px;
        opacity: 1;
        visibility: visible;
    }
    .gnav .gnav_list ul:nth-child(3) li:last-child { padding-right: 0;}
    .gnav .gnav_list li a {
        height: 50px;
        display: block;
        box-sizing: border-box;
        padding: 13px 0 15px;
        color: #333;
    }
    .gnav .gnav_list .gnav_sns {
        width: 25px;
        height: 25px;
        box-sizing: border-box;
        float: left;
        margin: 40px 0 25px 0;
    }
}

/*-------------------------------------------*/
/*  6.0 - フッター
/*-------------------------------------------*/

.footer_img {
    padding: 0 10px;
}
.footer_img img {
    width: 100%;
}
footer {
    padding: 40px 15px;
    background: #FFEC78;
    text-align: center;
}
footer .logo {
    margin: 0 auto 20px;
    width: 180px;
}
footer .logo a {
    display: block;
}
footer .logo img {
    width: 100%;
}
footer .fnav nav:first-child {
    display: none;
}
footer .fnav nav {
    margin-bottom: 20px;
}
footer .fnav nav ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
footer .copynav ul li:nth-child(1),
footer .copynav ul li:nth-child(2) {
    display: none;
}
footer .fnav li {
    margin: 0 20px 8px 0;
}
footer .copyright_area {
    display: flex;
    flex-flow: column;
    flex-direction: column-reverse;
}
.copynav li img {
    width: 170px;
}
footer .copyright_area > :first-child {
    margin-top: 30px;
    font-size: 1.1rem;
}

@media screen and (min-width:900px) {
    .footer_img {
        padding-top: 60px;
    }
    .footer_img_inner {
        max-width: 1200px;
        margin: 0 auto;
        text-align: right;
    }
    footer .fnav nav:first-child {
        display: flex;
    }
    footer .fnav nav:last-child {
        display: none;
    }
    .footer_img img {
        width: 504px;
        height: 64px;
    }
    .footer_inner {
        overflow: hidden;
        max-width: 1200px;
        margin: 0 auto;
    }
    footer .logo_area {
        padding: 0 0 60px;
    }
    footer .logo_area {
        display: flex;
    }
    footer .copyright_area {
        padding: 30px 0 0;
        border-top: 1px solid #304399;
        flex-flow: row;
        align-items: center;
    }
    footer .logo_area > :first-child,
    footer .copyright_area > :first-child {
        margin: 0 auto 0 0;
    }
    .fnav {
        width: 550px;
        text-align: right;
    }
    .fnav nav {
        display: flex;
    }
    footer .fnav nav ul {
        width: 33.33%;
        text-align: left;
        font-size: 1.5rem;
        justify-content: flex-end;
    }
    .copynav ul {
        display: flex;
       align-items: center;
    }
    .copynav li {
        margin-right: 20px;
    }
    footer .copynav ul li:nth-child(1),
    footer .copynav ul li:nth-child(2) {
        display: block;
    }
}
