@charset "UTF-8";
/*!
加藤歯科医院向けCSS
ver1.2 2015/03/19
*/
/*--------------------
 * Initial Setting
 * 初期設定
--------------------*/
/*--------------------
 * Reset
 * リセット
--------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, figcaption, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}

/*body {
    line-height:1;
	font:75%/1.5em Arial, Helvetica, "Liberation sans", "Bitstream Vera Sans", sans-serif;
}*/
article, aside, dialog, figure, figcaption, footer, header,
hgroup, nav, section {
  display: block;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  background: transparent;
  color: #796a00;
  font-size: 100%;
  vertical-align: baseline;
}

a:hover {
  color: #b6a62e;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/*--------------------
 * Skin
 * 装飾読み込み
--------------------*/
/*--------------------
 * structure
 * 構造
 * ↓↓↓↓↓ ここから ↓↓↓↓↓
--------------------*/
/*============================================================
 * $CONTENTS
 * コンテンツの基本指定**大きなセクション**
============================================================*/
/*-------------------------
コンテンツ全体**セクション内のまとまり**
-------------------------*/
/* ----- 大きめ ----- */
/* コメント**個別のコメント** */
/*============================================================
 * $ENTIRE
 * 全体の設定
============================================================*/
/*-------------------------
全体の設定
-------------------------*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body {
  height: 100%;
}

body {
  background-color: #fdf1da;
  color: #565656;
  font-size: 100%;
  -webkit-text-size-adjust: none;
  line-height: 1.4;
}

img {
  vertical-align: top;
}

p {
  margin-top: 1rem;
  line-height: 1.5;
}

a {
  color: #294e8e;
}

a:hover {
  color: #a1bfd6;
}

figure {
  margin-top: 20px;
  text-align: center;
}

figcaption {
  font-size: 0.9rem;
}

.pc_only {
  display: block;
}

.sp_only {
  display: none;
}

/*============================================================
コンテンツ
============================================================*/
/*-------------------------
全体の設定
-------------------------*/
/*-------------------------
ヘッダー
-------------------------*/
header {
  width: 960px;
  margin: 0 auto;
  text-align: center;
}
header img:nth-of-type(1) {
  margin-top: 4px;
}
header p {
  margin-top: 20px;
}
header img:nth-of-type(2) {
  margin-top: 12px;
}

/*-------------------------
グローバルナビ
-------------------------*/
#globalNavi {
  margin-top: 20px;
  padding: 10px 0;
  background: #ffd589;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}
#globalNavi ul {
  width: 940px;
  margin: 0 auto;
}
#globalNavi li {
  float: left;
  width: 16.6%;
  padding: 0 5px;
  font-size: 1rem;
  text-align: center;
  border-left: #000 dotted 1px;
}
#globalNavi li:first-child {
  border-left: none;
}
#globalNavi a {
  display: block;
  padding: 5px;
  color: #0f140b;
  font-size: 1.25rem;
  text-decoration: none;
}
#globalNavi a:hover {
  border-radius: 2px;
  background: rgba(244, 131, 163, 0.2);
  color: #fff;
}
#globalNavi i {
  display: none;
}

/* ----- グローバルナビのアンダーライン ----- */
/*ホーム*/
#index #globalNavi li:nth-of-type(1) a {
  border-bottom: #f483a3 solid 2px;
}

#index #globalNavi li:nth-of-type(1) a:hover {
  background: none;
  color: #0f140b;
  cursor: default;
}

/*診療*/
#treatment #globalNavi li:nth-of-type(2) a {
  border-bottom: #f483a3 solid 2px;
}

#treatment #globalNavi li:nth-of-type(2) a:hover {
  background: none;
  color: #0f140b;
  cursor: default;
}

/*医院*/
#clinic #globalNavi li:nth-of-type(3) a {
  border-bottom: #f483a3 solid 2px;
}

#clinic #globalNavi li:nth-of-type(3) a:hover {
  background: none;
  color: #0f140b;
  cursor: default;
}

/*おしらせ*/
#information #globalNavi li:nth-of-type(4) a {
  border-bottom: #f483a3 solid 2px;
}

#information #globalNavi li:nth-of-type(4) a:hover {
  background: none;
  color: #0f140b;
  cursor: default;
}

/*アクセス*/
#access #globalNavi li:nth-of-type(5) a {
  border-bottom: #f483a3 solid 2px;
}

#access #globalNavi li:nth-of-type(5) a:hover {
  background: none;
  color: #0f140b;
  cursor: default;
}

/*問い合わせ*/
#contact #globalNavi li:nth-of-type(6) a {
  border-bottom: #f483a3 solid 2px;
}

#contact #globalNavi li:nth-of-type(6) a:hover {
  background: none;
  color: #0f140b;
  cursor: default;
}

/*-------------------------
メニューの開閉ボタン
-------------------------*/
#globalNavi_switch {
  display: none;
}

/*-------------------------
ページタイトル
-------------------------*/
#pageTitle {
  margin-top: 15px;
}
#pageTitle > div {
  width: 940px;
  margin: 0 auto;
  padding-bottom: 40px;
  text-align: center;
}
#pageTitle > div div {
  text-align: right;
}

.page-title {
  display: inline-block;
  margin-top: 10px;
  padding-left: 60px;
  height: 50px;
  font-size: 34px;
  line-height: 1;
  background: url(../images/icon_page_header.png) left center no-repeat;
}
.page-title img {
  margin-right: 10px;
}
.page-title span {
  line-height: 1.7;
}

/*-------------------------
パンくず
-------------------------*/
#breadCrumb {
  font-size: 0.8rem;
}

#breadCrumb li {
  display: inline;
}

/*-------------------------
メインコンテンツ
-------------------------*/
#contentsWrap {
  margin-top: 15px;
  background: url(../images/bg_contents.png) left top repeat;
}

#contentsInner {
  width: 960px;
  margin: 0 auto;
  padding: 20px 10px 40px;
}

#mainContents {
  padding: 10px 10px 40px;
  background: rgba(255, 255, 255, 0.5);
}
#mainContents h2 {
  position: relative;
  margin-top: 60px;
  padding: 10px 44px 10px;
  background: rgba(92, 158, 42, 0.3);
  color: #5c9e2a;
  font-size: 1.5rem;
}
#mainContents h2:first-child {
  margin-top: 0;
}
#mainContents h2:before {
  position: absolute;
  display: block;
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  top: 50%;
  left: 10px;
  margin-top: -0.75rem;
  background: #5c9e2a;
}
#mainContents h3 {
  margin-top: 40px;
  padding-left: 10px;
  border-left: #5c9e2a solid 10px;
  color: #5c9e2a;
  font-size: 1.125rem;
  line-height: 30px;
}
#mainContents section {
  margin-top: 40px;
}
#mainContents section:first-child {
  margin-top: 0;
}

.sectionInner {
  margin: 20px 2rem 0;
}
.sectionInner p {
  line-height: 1.6;
  text-align: justify;
  text-justify: inter-character;
}

/*20200806*/
* + .section_layout {
  margin-top: 1rem;
}

.section_layout-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.section_layout-flex .layout_img img {
  width: 100%;
  height: auto;
}
.section_layout-flex .layout_txt p:first-child {
  margin-top: 0;
}
.section_layout-flex .layout_txt + .layout_img {
  margin-top: 1rem;
}
.section_layout-flex .layout_img + .layout_txt {
  margin-top: 1rem;
}

@media only screen and (min-width: 641px) {
  .section_layout-flex .layout_img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 26%;
            flex: 0 0 26%;
  }
  .section_layout-flex .layout_txt {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 74%;
            flex: 1 1 74%;
    padding-left: 1.2rem;
  }
  .section_layout-flex .layout_txt + .layout_img {
    margin-top: 0;
  }
  .section_layout-flex .layout_img + .layout_txt {
    margin-top: 0;
  }
  .section_layout-imgright .layout_txt {
    padding-left: 0;
    padding-right: 1.2rem;
  }
}
/*20200806*/
strong {
  color: #456130;
  font-weight: bold;
}

/*-------------------------
見出しクラス
-------------------------*/
.block-header {
  margin-top: 30px;
  border-bottom: #5c9e2a solid 1px;
  color: #5c9e2a;
  font-weight: bold;
}

/*-------------------------
基本的なリスト
-------------------------*/
/*OL*/
.orign-number-list {
  counter-reset: li;
  list-style: none;
}
.orign-number-list > li {
  margin-top: 1rem;
}
.orign-number-list > li:first-child {
  margin-top: 0;
}
.orign-number-list > li:before {
  counter-increment: li;
  content: counter(li) ".";
  margin-right: 0.5rem;
  font-weight: bold;
}

/*ul*/
.basic-list {
  counter-reset: li;
  list-style: none;
}
.basic-list > li {
  margin-top: 1rem;
}
.basic-list > li:first-child {
  margin-top: 0;
}

.disc-list {
  counter-reset: li;
  list-style: inside disc;
}
.disc-list > li {
  margin-top: 1rem;
}
.disc-list > li:first-child {
  margin-top: 0;
}

/*DL*/
.generic-definition dt {
  margin-top: 1rem;
  font-weight: bold;
}
.generic-definition dt:first-child {
  margin-top: 0;
}
.generic-definition dd {
  margin-top: 0.5rem;
}

.def-marks dt:before {
  content: "●";
  margin-right: 0.2rem;
}

/*-------------------------
基本的なTable
-------------------------*/
.basic_table {
  width: 100%;
  border-top: #ddd solid 1px;
  border-left: #ddd solid 1px;
}
.basic_table caption {
  margin-bottom: 1rem;
}
.basic_table th, .basic_table td {
  padding: 0.5rem;
  border-bottom: #ddd solid 1px;
  border-right: #ddd solid 1px;
}
.basic_table tr th:first-child,
.basic_table tr td:first-child {
  white-space: nowrap;
}
.basic_table th {
  background: #f7f7f7;
}

@media only screen and (max-width: 640px) {
  .basic_table tr th:first-child,
.basic_table tr td:first-child {
    white-space: normal;
    word-break: break-all;
  }
}
/*-------------------------
コンタクト
-------------------------*/
#contactInfo {
  clear: both;
  margin-top: 20px;
  padding: 10px;
  background: #fff;
  border-radius: 4px;
}
#contactInfo div {
  float: left;
}

#contactInfo div:nth-of-type(1) {
  width: 370px;
  margin-right: 20px;
}
#contactInfo div:nth-of-type(1) p {
  font-size: 1.125rem;
  margin: 0 auto;
}
#contactInfo div:nth-of-type(1) img {
  margin-top: 3px;
}

#contactInfo div:nth-of-type(2) {
  width: 300px;
  margin-right: 20px;
}
#contactInfo div:nth-of-type(2) span {
  display: inline-block;
  width: 98px;
  border-radius: 4px;
  color: #fff;
  text-align: center;
}
#contactInfo div:nth-of-type(2) span:nth-of-type(1) {
  background-color: #6e9c4c;
}
#contactInfo div:nth-of-type(2) span:nth-of-type(2) {
  margin-right: 5px;
  background-color: #d98aa0;
}
#contactInfo div:nth-of-type(2) p {
  margin-top: 5px;
  margin-bottom: 5px;
}

#contactInfo div:nth-of-type(3) {
  width: 210px;
}
#contactInfo div:nth-of-type(3) img {
  vertical-align: bottom;
}

/*-------------------------
ボトム　リンクエリア
-------------------------*/
#bottomLink {
  clear: both;
  margin-top: 20px;
  padding: 10px;
  background: #eaeaea;
}

/*-------------------------
フッター
-------------------------*/
footer {
  padding-bottom: 20px;
  background: #f7f4ef url(../images/bg_footer.png) left top repeat;
  border-top: #dedcd7 solid 3px;
}

#footerInner {
  width: 940px;
  margin: 15px auto 0;
  padding: 20px;
  background: #eae4da;
  background: rgba(234, 228, 218, 0.5);
  border-radius: 2px;
}

div.footNavi {
  float: left;
  width: 220px;
  margin-right: 20px;
}
div.footNavi > ul > li {
  margin-top: 12px;
  padding-left: 20px;
  background: url(../images/list_footer01.png) left 3px no-repeat;
}
div.footNavi > ul > li:first-child {
  margin-top: 0;
}
div.footNavi li li {
  list-style: inside disc;
  margin-top: 8px;
  margin-left: 1rem;
  font-size: 0.95rem;
  letter-spacing: -0.1rem;
}

#footerAccess {
  float: right;
  width: 380px;
  padding: 10px;
  background: #fff;
}
#footerAccess dl {
  margin-top: 20px;
}
#footerAccess dt {
  font-size: 1.125rem;
}
#footerAccess dd {
  margin-top: 5px;
}
#footerAccess > a {
  display: block;
  margin-top: 20px;
  padding: 10px;
  background: #f48e83;
  border-radius: 4px;
  color: #fff;
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}
#footerAccess > a:hover {
  background: rgba(244, 142, 131, 0.5);
}

#footerInner:before, #footerInner:after {
  content: " ";
  display: table;
}

#footerInner:after {
  clear: both;
}

#footerInner {
  *zoom: 1;
}

#copyright {
  width: 960px;
  margin: 20px auto 0;
  text-align: center;
}
#copyright a {
  font-size: 0.875rem;
  text-decoration: none;
}
#copyright a:hover {
  color: #294e8e;
  cursor: default;
}
#copyright p {
  font-size: 0.75rem;
}

/*============================================================
その他
============================================================*/
/* clearfix */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

* html .clearfix {
  zoom: 1;
}

/* IE6 */
*:first-child + html .clearfix {
  zoom: 1;
}

/* IE7 */
.cf:before, .cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

/*補助的なサイドメニュー*/
.aid-menu {
  border: #fff solid 3px;
}
.aid-menu a {
  display: block;
  padding: 0.5rem;
  background: #fff;
  border: rgba(252, 135, 88, 0.5) solid 3px;
  color: #588974;
  font-size: 0.9rem;
  text-align: center;
  text-decoration: none;
  line-height: 1.8;
}
.aid-menu a span {
  color: #fc8758;
  font-size: 1.5rem;
}

/*-------------------------
レイアウト
-------------------------*/
.txtR {
  text-align: right;
}

.txt-left {
  text-align: left;
}

.txt-center {
  text-align: center;
}

/*float*/
.fLeft {
  float: left;
}

.fRight {
  float: right;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

/* ----- margin ----- */
/*0*/
.mg-0 {
  margin: 0;
}

/*top*/
.mgT10 {
  margin-top: 10px !important;
}

.mgT20 {
  margin-top: 20px !important;
}

.mgT30 {
  margin-top: 30px !important;
}

.mg-t10 {
  margin-top: 10px !important;
}

.mg-t20 {
  margin-top: 20px !important;
}

.mg-t30 {
  margin-top: 30px !important;
}

.mg-t40 {
  margin-top: 40px !important;
}

.mg-t50 {
  margin-top: 50px !important;
}

.mg-t60 {
  margin-top: 60px !important;
}

/*bottom*/
.mgB10 {
  margin-bottom: 10px !important;
}

.mgB20 {
  margin-bottom: 20px !important;
}

.mgB30 {
  margin-bottom: 30px !important;
}

.mg-b10 {
  margin-bottom: 10px !important;
}

.mg-b20 {
  margin-bottom: 20px !important;
}

.mg-b30 {
  margin-bottom: 30px !important;
}

.mg-b40 {
  margin-bottom: 40px !important;
}

.mg-b50 {
  margin-bottom: 50px !important;
}

.mg-b60 {
  margin-bottom: 60px !important;
}

/*left*/
.mgL10 {
  margin-left: 10px !important;
}

.mgL20 {
  margin-left: 20px !important;
}

.mgL30 {
  margin-left: 30px !important;
}

.mg-l10 {
  margin-left: 10px !important;
}

.mg-l20 {
  margin-left: 20px !important;
}

.mg-l30 {
  margin-left: 30px !important;
}

.mg-l40 {
  margin-left: 40px !important;
}

.mg-l50 {
  margin-left: 50px !important;
}

.mg-l60 {
  margin-left: 60px !important;
}

/*right*/
.mgR10 {
  margin-right: 10px !important;
}

.mgR20 {
  margin-right: 20px !important;
}

.mgR30 {
  margin-right: 30px !important;
}

.mg-r10 {
  margin-right: 10px !important;
}

.mg-r20 {
  margin-right: 20px !important;
}

.mg-r30 {
  margin-right: 30px !important;
}

.mg-r40 {
  margin-right: 40px !important;
}

.mg-r50 {
  margin-right: 50px !important;
}

.mg-r60 {
  margin-right: 60px !important;
}

.txt_highlight {
  color: #456130;
  font-weight: bold;
}

/*============================================================
Media Queries
============================================================*/
/*
* Mobile
*/
@media only screen and (max-width: 640px) {
  /*============================================================
   * $ENTIRE
   * 全体の設定
  ============================================================*/
  /*-------------------------
  全体の設定
  -------------------------*/
  .pc_only {
    display: none !important;
  }

  .sp_only {
    display: block !important;
  }

  /*============================================================
   * $HEADER
   * ヘッダー
  ============================================================*/
  header {
    width: 100%;
    padding: 0.5rem;
    border-bottom: #ffd589 solid 5px;
  }
  header p {
    margin-top: 10px;
    font-size: 0.8rem;
  }
  header img {
    width: 100%;
    height: auto;
  }

  /*============================================================
   * $GLOBAL NAVI
   * グローバルナビ
  ============================================================*/
  #globalNavi {
    z-index: 99999;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin-top: 0;
    padding: 0;
    background: rgba(255, 213, 137, 0.95);
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  #globalNavi ul {
    display: none;
    width: 100%;
    padding-bottom: 0.5rem;
    background: rgba(255, 255, 255, 0.95);
    font-size: 0;
    -webkit-box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.1);
            box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.1);
  }
  #globalNavi li {
    float: none;
    display: inline-block;
    width: 49%;
    margin-top: 0.5rem;
    padding: 0;
    border-left: none;
    text-align: left;
    font-size: 1rem;
    letter-spacing: normal;
    word-spacing: normal;
  }
  #globalNavi a {
    display: inline-block;
    width: 100%;
    padding: 0.5rem 10px;
    font-size: 1.05rem;
    text-decoration: none;
  }
  #globalNavi a:hover {
    border-radius: none;
    background: none;
  }
  #globalNavi i {
    display: inline-block;
    width: 1rem;
    margin-right: 0.3rem;
  }

  /* ----- グローバルナビのアンダーライン ----- */
  #wrapper #globalNavi li a {
    border-bottom: none !important;
  }

  #globalNavi li a:hover {
    background: none;
    color: #0f140b;
    cursor: default;
  }

  /*-------------------------
  メニューの開閉ボタン
  -------------------------*/
  #globalNavi_switch {
    z-index: 99999;
    display: block;
    width: 100%;
    padding: 0;
    text-align: right;
  }
  #globalNavi_switch.close {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  #globalNavi_switch.open {
    -webkit-box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.1);
            box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.1);
  }
  #globalNavi_switch p {
    float: left;
    width: 1.5rem;
    margin-top: 0;
    padding: 0.6rem 0;
    text-align: left;
  }
  #globalNavi_switch a {
    padding: 5px 10px;
    vertical-align: middle;
  }
  #globalNavi_switch button {
    clear: both;
    -webkit-appearance: none;
    width: 6rem;
    margin: 0.5rem;
    padding: 0.6rem 0.5rem;
    background: none;
    border: #5f5f5f solid 1px;
    border-radius: 2px;
    color: #5f5f5f;
    font-size: 0.8rem;
    text-align: left;
    line-height: 1;
  }

  #globalNavi i.globalNavi_switch-close {
    display: none;
  }

  /*============================================================
   * $PAGE TITLE
   * ページタイトル
  ============================================================*/
  #pageTitle {
    margin-top: 10px;
  }
  #pageTitle > div {
    width: 100%;
    padding-bottom: 0;
  }
  #pageTitle > div div img {
    width: 50%;
  }

  .page-title {
    display: inline-block;
    padding-left: 2.1rem;
    font-size: 1rem;
    background-size: 2rem;
    line-height: 2;
  }
  .page-title span {
    line-height: 3.3;
  }

  /*============================================================
  パンくず
  ============================================================*/
  #breadCrumb {
    margin-bottom: 5px;
  }
  #breadCrumb li {
    margin-right: 0.3rem;
  }

  /*============================================================
  メインコンテンツ
  ============================================================*/
  #contentsInner {
    width: 100%;
  }

  #contentsInner img {
    width: 100%;
    height: auto;
  }

  #mainContents {
    padding: 5px 5px 40px;
  }
  #mainContents h2 {
    font-size: 1.15rem;
    padding-left: 35px;
  }
  #mainContents h2:before {
    width: 1.15rem;
    height: 1.15rem;
    margin-top: -0.575rem;
  }

  .sectionInner {
    margin: 20px 0.5rem 0;
  }
  .sectionInner-wht {
    background: #fff;
    margin: 20px 0 0;
    padding: 0.5rem;
  }

  /*-------------------------
  コンタクト
  -------------------------*/
  #contactInfo div:nth-of-type(1) {
    width: 100%;
  }
  #contactInfo div:nth-of-type(1) p {
    font-size: 1rem;
  }

  #contactInfo div:nth-of-type(2) {
    width: 100%;
    margin-top: 1.5rem;
  }
  #contactInfo div:nth-of-type(2) span {
    width: 30%;
  }

  #contactInfo div:nth-of-type(3) {
    width: 100%;
    margin-top: 1.5rem;
  }

  /*============================================================
   * $FOOTER
   * フッター
  ============================================================*/
  #footerInner {
    width: 100%;
    margin: 15px auto 0;
    padding: 10px;
  }

  div.footNavi {
    float: none;
    width: 100%;
    margin-top: 12px;
    margin-right: 0;
  }
  div.footNavi:first-child {
    margin-top: 0;
  }
  div.footNavi li li {
    display: inline-block;
    margin-top: 1rem;
    margin-left: 0;
    margin-right: 1rem;
  }

  #footerAccess {
    clear: both;
    float: none;
    width: 100%;
    margin-top: 1.5rem;
  }
  #footerAccess iframe {
    width: 100%;
  }

  #copyright {
    width: 100%;
    margin-top: 10px;
  }

  /*============================================================
   * $PAGE INDEX
   * インデックス
  ============================================================*/
  /*-------------------------
  ヴィジュアル
  -------------------------*/
  #visual {
    margin-top: 15px;
    background: url(../images/bg_mv.png) left -15px repeat-x;
    text-align: center;
  }
  #visual img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
  }
}
/** ============================================================
 * 2019.12.16
 * ========================================================== */
.books {
  margin-top: 40px;
}
.books_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1rem;
  padding: 0.5rem;
  background: #fff;
}
.books_img {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 20%;
          flex: 1 1 20%;
}
.books_img img {
  width: 100%;
  height: auto;
}
.books_body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 80%;
          flex: 1 1 80%;
  padding-left: 1rem;
}
.books_body .body_heading {
  font-weight: 700;
}
.books_body .body_link {
  display: inline-block;
  margin-top: 0.5rem;
  padding: 0.5rem;
  background: #ffd589;
  border-radius: 4px;
  font-size: 0.9rem;
  text-decoration: none;
  line-height: 1;
}
.books_body .body_link:hover {
  color: inherit;
  opacity: 0.6;
}
.books_body .body_notes {
  display: block;
  margin-top: 0.25rem;
  font-size: 0.75rem;
}

@media only screen and (max-width: 640px) {
  .books_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .books_img {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 0.5rem 25% 0;
    text-align: center;
  }
  .books_body {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-left: 1rem;
  }
  .books_body .body_link {
    font-size: 1rem;
  }
  .books_body .body_notes {
    font-size: 1rem;
  }
}
/*# sourceMappingURL=style.css.map */