@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.4.1
2010-03-01
Author: Richard Clark - http://richclarkdesign.com
*/
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,
caption,
tfoot,
thead,
th,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

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;
}

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

input,
select {
  vertical-align: middle;
}

table {
  float: left;
}

.fc-header-title {
  font-size: 20px;
  font-weight: normal;
}

@font-face {
  font-family: "SourceHanSerif";
  src: url("../fonts/SourceHanSerif-Medium.otf") format("truetype");
}

@font-face {
  font-family: "SourceHanSerif-Bold";
  src: url("../fonts/SourceHanSerif-Bold.otf") format("truetype");
}

@font-face {
  font-family: "Diamor";
  src: url("../fonts/Diamor.otf") format("truetype");
}

/* base */
body {
  color: #8c6600;
  font-family: "SourceHanSerif", sans-serif !important;
  font-size: 14px;
  line-height: 1.9em;
  height: auto;
  overflow-x: hidden;
  background-image: url(../images/back.png);
  width: 100%;
}

img {
  border: none;
  vertical-align: bottom;
}

a {
  color: #8c6600;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

ul {
  list-style-type: none;
}

hr {
  display: none;
  clear: both;
}

.left {
  float: left !important;
}

.clear_both {
  float: none !important;
}

.right {
  float: right !important;
}

.p_none {
  display: none !important;
}

.tel a,
.tel02 a {
  color: #d8a300;
  text-decoration: none;
}

#app {
  width: 100%;
}

footer {
  width: 100%;
  float: left;
  position: relative;
}

.footwrap {
  width: 840px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}

footer .btn01 {
  box-shadow: 0px 3px 0px #f7f0ed;
  -moz-box-shadow: 0px 3px 0px #f7f0ed;
  -webkit-box-shadow: 0px 3px 0px #f7f0ed;
}

#footinfo {
  background-position: center center;
  float: left;
  width: 100%;
  position: relative;
  z-index: 1;
}

footer #news .btn01,
footer #blog .btn01 {
  margin-top: 20px;
  margin-left: 10px;
}

.foot_subtitle01 {
  float: left;
  margin-bottom: 30px;
}

#footinfo #leftbox {
  float: left;
  width: 700px;
  z-index: 1;
  position: relative;
}

#footinfo #news {
  float: left;
  width: 720px;
  margin-bottom: 15px;
}

#footinfo #news .news_box {
  float: left;
  width: 340px;
  margin-right: 20px;
  margin-bottom: 20px;
}

#footinfo #news .news_box div {
  float: left;
  height: 82px;
  width: 82px;
  border: 4px solid #fff;
  overflow: hidden;
  text-align: center;
  box-shadow: 0px 2px 0px #f7f0ed;
  -moz-box-shadow: 0px 2px 0px #f7f0ed;
  -webkit-box-shadow: 0px 2px 0px #f7f0ed;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 30px auto;
}

#footinfo #news .news_box div img {
  height: 100%;
}

#footinfo #news .news_box dl {
  float: right;
  width: 236px;
}

#footinfo #news .news_box dt {
  font-family: Century;
  font-size: 12px;
  color: #d8a300;
  float: left;
  width: 100%;
  margin-bottom: 4px;
}

#footinfo #news .news_box dd {
  float: left;
  width: 100%;
}

#footinfo #blog {
  float: left;
  width: 720px;
  margin-bottom: 15px;
}

#footinfo #blog ul {
  float: left;
  width: 100%;
}

#footinfo #blog li {
  float: left;
  width: 325px;
  margin-right: 20px;
  margin-bottom: 20px;
  background-repeat: no-repeat;
  background-position: left 9px;
  padding-left: 15px;
}

#footinfo #socialbox {
  background-repeat: no-repeat;
  background-position: left top;
  float: right;
  height: 530px;
  width: 260px;
  margin-top: -65px;
  padding-top: 40px;
  padding-left: 44px;
  z-index: 2;
  position: relative;
  margin-bottom: 30px;
  padding-right: 40px;
}

#footinfo #socialbox .foot_subtitle01 {
  margin-bottom: 20px;
}

#socialbox #facebook {
  float: left;
  width: 100%;
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #d9a400;
}

#socialbox #facebook div {
  float: left;
  width: 100%;
}

#socialbox #line {
  float: left;
  width: 100%;
}

#socialbox #line div {
  float: left;
  width: 100%;
}

#socialbox #line .qr {
  float: left;
}

#socialbox #line dl {
  float: right;
  width: 140px;
  font-size: 12px;
  line-height: 1.6em;
}

#socialbox #line dt {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

#socialbox #line dd {
  float: left;
  width: 100%;
}

/* common */
/*ボタン系*/
.btn01 {
  color: #d9a300;
  background-color: #fff;
  float: left;
  padding-top: 8px;
  padding-right: 45px;
  padding-bottom: 8px;
  padding-left: 40px;
  display: inline;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  width: auto;
  font-size: 13px;
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: right 22px center;
  font-family: Century;
  letter-spacing: 0.2em;
  box-shadow: 0px 3px 0px #d9a300;
  -moz-box-shadow: 0px 3px 0px #d9a300;
  -webkit-box-shadow: 0px 3px 0px #d9a300;
  line-height: 1em;
}

.btn01:hover {
  color: #fff;
  background-color: #d9a300;
  text-decoration: none;
  transition: 0.4s;
}

.btn02 {
  color: #ffffff;
  background-color: #d9a300;
  float: left;
  padding-top: 8px;
  padding-right: 45px;
  padding-bottom: 8px;
  padding-left: 40px;
  display: inline;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  width: auto;
  font-size: 13px;
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: right 22px center;
  font-family: Century;
  letter-spacing: 0.2em;
  box-shadow: 0px 3px 0px #8c6600;
  -moz-box-shadow: 0px 3px 0px #8c6600;
  -webkit-box-shadow: 0px 3px 0px #8c6600;
  line-height: 1em;
}

.btn02:hover {
  opacity: 0.6;
  transition: 0.4s;
  text-decoration: none;
}

.btn03 {
  color: #ffffff;
  background-color: #8fb059;
  float: left;
  padding-top: 15px;
  padding-right: 45px;
  padding-bottom: 15px;
  padding-left: 40px;
  display: inline;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  width: auto;
  font-size: 13px;
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: right 22px center;
  font-family: Century;
  letter-spacing: 0.2em;
  box-shadow: 0px 3px 0px #334615;
  -moz-box-shadow: 0px 3px 0px #334615;
  -webkit-box-shadow: 0px 3px 0px #334615;
  line-height: 1em;
}

.btn03:hover {
  opacity: 0.6;
  transition: 0.4s;
  text-decoration: none;
}

/* home_top */
#idx_home_top {
  height: 0;
  /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
  padding-top: 41.7%;
  background: url(../images/top.png) 0 0 no-repeat;
  background-size: contain;
}

@media screen and (max-width: 1024px) {
  #idx_home_top {
    padding-top: 65.6%;
    background: url(../images/top_mobile.png) 0 0 no-repeat;
    background-size: contain;
    margin-top: 95px;
  }
}

/* header */
header {
  height: 200px;
  width: 1200px;
  margin: auto;
  padding-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

header .header_logo {
  display: block;
  float: left;
  height: 100%;
  width: 20%;
}

header .header_nav_button {
  display: none;
}

header .header_menu {
  display: flex;
  margin: auto;
  border-radius: 20px;
  width: 1000px;
  height: 180px;
  align-items: center;
}

header .header_menu li {
  width: 200px;
  height: 160px;
  text-align: center;
  background-color: white;
}

header .header_menu li:first-child {
  border-radius: 20px 0 0 20px;
}

header .header_menu li:last-child {
  border-radius: 0 20px 20px 0;
}

header .menu_item_copy {
  padding: 0.15em 0;
  background: linear-gradient(#ecc654, #ecc654) 0 100%/0 20% no-repeat;
  transition: 0.4s;
  text-decoration: none;
}

header .menu_item:hover {
  text-decoration: none;
}

header .menu_item:hover .menu_item_copy {
  background-size: 100% 20%;
}

header .header_logo_image {
  height: 153px;
  width: 100%;
  background-image: url(../images/logo.png);
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 50px;
  z-index: 1;
}

header .header_menu img {
  width: 100px;
  height: 100px;
  padding-top: 5px;
}

header .header_menu p {
  color: #505050;
  margin-top: -10px;
  font-size: 1.1rem;
}

#drawer_check {
  display: none;
}

.drawer_mobile {
  display: none;
}

@media screen and (max-width: 1024px) {
  .drawer_default {
    display: none;
  }
  header {
    height: 95px;
    width: 100%;
    background-color: #eee5c6;
    position: fixed;
    top: 0;
    left: 0;
    margin: 0 0 0 auto;
    padding: 0;
    z-index: 100;
  }
  header .header_logo {
    width: 100%;
  }
  header .header_logo_image {
    width: 276px;
    height: 85px;
    padding: 5px 0;
    background-image: url(../images/logo_head_mobile.png);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
  }
  header .header_nav {
    display: none;
    width: 100%;
    position: fixed;
    top: 95px;
    left: 0;
    z-index: 99;
    transition: 0.5s;
  }
  header .header_menu {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  header .header_menu li {
    width: 100%;
    height: 60px;
    border-radius: 0;
    background-color: rgba(238, 229, 198, 0.9);
    border-top: 1px solid white;
  }
  header .header_menu li .menu_item {
    display: flex;
    width: 100%;
    align-items: center;
  }
  header .header_menu li .menu_item .menu_item_image {
    height: 60px;
    width: 60px;
    margin: 0 10px;
    opacity: 1;
  }
  header .header_menu li .menu_item .drawer_mobile {
    display: block;
  }
  header .header_menu li .menu_item:active ~ header .header_menu {
    display: none;
  }
  header .header_menu li:first-child {
    border-radius: 0;
  }
  header .header_menu li:last-child {
    border-radius: 0;
    border-bottom: 1px solid white;
  }
  header .drawer_open {
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 100;
    cursor: pointer;
  }
  header .drawer_open span,
  header .drawer_open span:before,
  header .drawer_open span:after {
    content: "";
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background: #333;
    transition: 0.3s;
    position: absolute;
  }
  header .drawer_open span:before {
    bottom: 8px;
  }
  header .drawer_open span:after {
    top: 8px;
  }
  header #drawer_check:checked ~ .drawer_open span {
    background: rgba(255, 255, 255, 0);
  }
  header #drawer_check:checked ~ .drawer_open span::before {
    bottom: 0;
    transform: rotate(45deg);
  }
  header #drawer_check:checked ~ .drawer_open span::after {
    top: 0;
    transform: rotate(-45deg);
  }
  header #drawer_check:checked ~ .header_nav {
    display: block;
  }
}

/* news */
#idx_news {
  height: 384px;
  width: 100%;
  text-align: center;
  padding-top: 80px;
  background-image: url(../images/news_back.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}

#idx_news .news_title_us {
  margin-bottom: 20px;
  font-family: "Diamor" !important;
  font-weight: normal;
  font-size: 3.6rem;
}

#idx_news .news_title_jp {
  margin-bottom: 40px;
  font-size: 1.6rem;
}

#idx_news .news_lists {
  width: 800px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.1rem;
}

#idx_news dt {
  width: 200px;
  height: 26px;
  margin-top: 20px;
  margin-right: 20px;
  background-color: #8fb059;
  border-radius: 5px;
  color: #ddd;
}

#idx_news dd {
  width: 550px;
  text-align: left;
  margin-top: 20px;
}

@media screen and (max-width: 640px) {
  #idx_news .news_lists {
    justify-content: center;
  }
  #idx_news .news_lists dt {
    width: 170px;
  }
  #idx_news .news_lists dd {
    margin: 20px 0;
  }
}

@media screen and (max-width: 960px) {
  #idx_news {
    height: auto;
    margin-bottom: 80px;
  }
  #idx_news .news_lists {
    width: 80%;
  }
  #idx_news dt {
    width: 170px;
  }
  #idx_news dd {
    width: 360px;
  }
}

/* about */
#idx_about {
  background-image: url(../images/idx_about_back.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #f4efe1;
  height: 384px;
  width: 100%;
  text-align: center;
  padding-top: 120px;
  padding-bottom: 60px;
}

#idx_about .about_title_us {
  margin-bottom: 20px;
  font-family: "Diamor" !important;
  font-weight: normal;
  font-size: 3.6rem;
}

#idx_about .about_title_jp {
  margin-bottom: 40px;
  font-size: 1.6rem;
}

#idx_about .about_copy {
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
  width: 100%;
}

#idx_about .about_copy p {
  width: 400px;
  line-height: 2.4rem;
  font-size: 1.2rem;
  text-align: left;
}

@media screen and (max-width: 960px) {
  #idx_about {
    height: auto;
    padding-bottom: 120px;
  }
  #idx_about .about_title_jp {
    margin-right: 20px;
    margin-left: 20px;
  }
  #idx_about .about_copy {
    width: 80%;
    margin: auto;
  }
}

#idx_checklist {
  height: 700px;
  width: 100%;
  text-align: center;
  padding-bottom: 200px;
  background-image: url(../images/checklist_back.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  background-color: #f4efe1;
}

#idx_checklist .checklist_title {
  font-size: 1.6rem;
}

#idx_checklist .checklist_title_us {
  margin-bottom: 20px;
  font-family: "Diamor" !important;
  font-weight: normal;
  font-size: 3.6rem;
}

#idx_checklist .checklist_title_jp {
  margin-bottom: 40px;
  font-size: 1.6rem;
  line-height: 2.8rem;
}

#idx_checklist .checklist_title_jp span {
  background: linear-gradient(transparent 80%, #ecc654 80%);
}

#idx_checklist .checklist_items {
  width: 600px;
  height: 550px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  border-radius: 50px;
  background-image: url(../images/checklist_items_back.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#idx_checklist .checklist_item {
  width: 100%;
  margin: auto;
  text-align: left;
  padding: 0 100px;
  font-size: 1.3rem;
  vertical-align: center;
}

#idx_checklist .checklist_item:before {
  content: "";
  width: 26px;
  height: 26px;
  display: inline-block;
  position: relative;
  top: 4px;
  margin-right: 15px;
  background-image: url(../images/checkbox.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
}

#idx_checklist .cb {
  /* box-shadow: 0 0 0 0.125em $bk3 inset; */
  display: inline-block;
  position: relative;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  -moz-appearance: none;
  -webkit-appearance: none;
}

#idx_checklist .cb:before, #idx_checklist .cb:after {
  content: "";
  display: block;
  position: absolute;
}

#idx_checklist .drawer_mobile {
  display: none;
}

@media screen and (max-width: 500px) {
  #idx_checklist .drawer_default {
    display: none;
  }
  #idx_checklist .drawer_mobile {
    display: block;
  }
  #idx_checklist .checklist_title_jp {
    margin-right: 20px;
    margin-left: 20px;
    font-size: 1.3rem;
  }
  #idx_checklist .checklist_items {
    width: auto;
    margin: 20px;
    justify-content: flex-start;
  }
  #idx_checklist .checklist_item {
    width: auto;
    font-size: 1rem;
    padding: 10px;
    margin: 0;
  }
}

@media screen and (max-width: 760px) {
  #idx_checklist {
    height: auto;
    padding-bottom: 80px;
    background-image: none;
  }
  #idx_checklist .checklist_title_jp {
    margin-right: 20px;
    margin-left: 20px;
  }
  #idx_checklist .checklist_items {
    width: auto;
    margin: 20px;
  }
  #idx_checklist .checklist_item {
    width: 100%;
    padding: 10px;
    margin: 0;
  }
}

/* schedule */
#idx_schedule {
  background-image: url(../images/schedule_back.png);
  background-repeat: no-repeat;
  background-position: center top;
  height: 370px;
  width: 100%;
  text-align: center;
  padding-top: 50px;
  margin-bottom: 50px;
}

#idx_schedule .schedule_title_us {
  margin-bottom: 20px;
  font-family: "Diamor" !important;
  font-weight: normal;
  font-size: 3.6rem;
}

#idx_schedule .schedule_title_jp {
  margin-bottom: 40px;
  font-size: 1.6rem;
}

#idx_schedule .schedule_copy {
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}

#idx_schedule .schedule_copy p,
#idx_schedule .schedule_copy dt,
#idx_schedule .schedule_copy dd {
  line-height: 2.4rem;
  font-size: 1.2rem;
  text-align: center;
}

#idx_schedule .schedule_copy p {
  width: 100%;
}

#idx_schedule .schedule_copy dt {
  width: 35%;
  background-color: #ffc76c;
}

#idx_schedule .schedule_copy dd {
  width: 65%;
  font-size: 1.6rem;
  margin: 10px auto;
}

#idx_schedule .schedule_copy dl {
  width: 460px;
  display: flex;
  align-items: center;
}

#idx_schedule .schedule_copy a {
  text-decoration: none;
}

#idx_schedule .schedule_copy p span {
  background: linear-gradient(transparent 80%, #ecc654 80%);
}

#idx_schedule .schedule_schedule {
  width: 100%;
  display: flex;
  justify-content: center;
}

#idx_schedule .schedule_table {
  width: 600px;
  margin-bottom: 40px;
  border: 2px solid #8c6600;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  font-size: 1.2rem;
  text-align: center;
}

#idx_schedule .schedule_table tbody {
  width: 100%;
}

#idx_schedule .schedule_table tr {
  display: flex;
  justify-content: space-between;
}

#idx_schedule .schedule_table th,
#idx_schedule .schedule_table td {
  width: 100%;
  text-align: center;
  height: 30px;
  padding: 1px;
  border: 1px solid #8c6600;
}

#idx_schedule .schedule_table_head {
  background-color: #8c6600;
  color: white;
}

#idx_schedule .drawer_mobile {
  display: none;
}

@media screen and (max-width: 640px) {
  #idx_schedule {
    height: auto;
  }
  #idx_schedule .drawer_default {
    display: none;
  }
  #idx_schedule .drawer_mobile {
    display: block;
  }
  #idx_schedule .schedule_copy p {
    font-size: 1rem;
  }
  #idx_schedule .schedule_copy dt {
    font-size: 1rem;
    margin: 0 10px;
    width: 40%;
  }
  #idx_schedule .schedule_copy dd {
    font-size: 1.2rem;
  }
  #idx_schedule .schedule_table {
    width: 80%;
    font-size: 0.8rem;
    display: flex;
    align-items: center;
  }
  #idx_schedule .schedule_table .schedule_table_head th {
    height: auto;
    margin: auto;
  }
}

/* contents */
#idx_contents {
  background-image: url(../images/contents_back.png);
  background-color: white;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  background-color: #f4efe1;
  width: 100%;
  text-align: center;
  padding-top: 160px;
  padding-bottom: 40px;
}

#idx_contents .contents_title {
  margin-top: 30px;
  margin-bottom: 100px;
}

#idx_contents .contents_title_us {
  margin-bottom: 20px;
  font-family: "Diamor" !important;
  font-weight: normal;
  font-size: 3.6rem;
}

#idx_contents .contents_title_jp {
  margin-bottom: 40px;
  font-size: 1.6rem;
}

#idx_contents .contents_list {
  margin: 0 auto;
  width: 900px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

#idx_contents .content_item {
  width: 400px;
  margin-bottom: 50px;
}

#idx_contents .content_item_title {
  font-size: 1.3rem;
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
  width: 100%;
}

#idx_contents .content_item_title_line {
  background: linear-gradient(transparent 80%, #ecc654 80%);
}

#idx_contents .content_item_copy {
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
  width: 100%;
}

#idx_contents .content_item_copy p {
  width: 400px;
  line-height: 2.4rem;
  font-size: 1.2rem;
  text-align: left;
}

#idx_contents .btn01 {
  float: none;
}

@media screen and (max-width: 900px) {
  #idx_contents {
    padding-top: 60px;
  }
  #idx_contents .contents_list,
  #idx_contents .content_item {
    width: auto;
  }
  #idx_contents .content_item_copy p {
    margin: 0 20px;
    font-size: 1rem;
  }
}

@media screen and (max-width: 900px) and (max-width: 640px) {
  #idx_contents .content_item {
    margin-bottom: 40px;
  }
  #idx_contents .content_item .content_item_title,
  #idx_contents .content_item .content_item_copy p {
    width: auto;
  }
  #idx_contents .content_item .content_item_title {
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
    font-size: 1.1rem;
  }
}

/* comment */
#idx_comment {
  background-position: center top;
  width: 100%;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

#idx_comment .comment_copy {
  font-size: 1.8rem;
  line-height: 3rem;
}

@media screen and (max-width: 900px) {
  #idx_comment .comment_copy {
    font-size: 1.4rem;
  }
}

/* footer */
#idx_footer .footer_contact {
  background-color: #f4efe1;
  float: left;
  width: 100%;
  position: relative;
  z-index: 0;
  padding-bottom: 50px;
}

#idx_footer .footer_contact_left {
  float: left;
  width: 384px;
}

#idx_footer .footer_contact_left .time {
  float: left;
  width: 190px;
  margin-top: 24px;
}

#idx_footer .footer_contact_left .time dt {
  font-size: 12px;
  background-color: #e5f4f2;
  text-align: center;
  float: left;
  width: 60px;
  padding-top: 4px;
  padding-bottom: 4px;
  line-height: 1em;
  margin-top: 4px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

#idx_footer .footer_contact_title {
  font-size: 1.5rem;
  padding: 10px 0;
  text-align: center;
  background-color: #ffc76c;
}

#idx_footer .footer_contact_hospital_main {
  font-size: 2.2rem;
  padding: 10px;
  letter-spacing: 0.5rem;
}

#idx_footer .footer_contact_hospital_sub {
  font-size: 1.3rem;
  padding: 10px;
}

#idx_footer .hospital_info {
  float: left;
  margin-top: 10px;
  margin-left: 10px;
  margin-bottom: 10px;
}

#idx_footer .hospital_info dt {
  float: left;
  font-size: 1rem;
  margin-bottom: 1px;
}

#idx_footer .hospital_info dd {
  font-size: 1.6rem;
  color: #d8a300;
  letter-spacing: 0.1em;
  float: left;
}

#idx_footer .hospital_info dd a {
  text-decoration: none;
}

#idx_footer .footer_contact_btn_form {
  margin-top: 20px;
  font-size: 1.2rem;
  line-height: 1.4rem;
  text-align: center;
}

#idx_footer .footer_map {
  float: right;
}

#idx_footer .footer_navi {
  background-image: url(../images/footer_back.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  margin-top: -30px;
  text-align: center;
  position: relative;
  float: left;
  width: 100%;
  height: 80px;
  z-index: 3;
  padding-top: 40px;
}

#idx_footer .footer_navi ul {
  float: left;
  width: 100%;
}

#idx_footer .footer_navi ul li {
  display: inline;
  font-size: 10px;
}

#idx_footer .footer_navi p {
  float: left;
  width: 100%;
  font-family: Century;
  font-size: 0.3rem;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 900px) {
  #idx_footer .footwrap {
    width: auto;
    display: flex;
    justify-content: center;
    padding-bottom: 0;
  }
  #idx_footer .footer_contact_left,
  #idx_footer .footer_contact_right {
    width: 45%;
    margin: 0 10px;
  }
  #idx_footer .footer_contact_title {
    font-size: 1.3rem;
  }
  #idx_footer .footer_contact_hospital_main {
    font-size: 2rem;
    padding-top: 0;
  }
  #idx_footer .footer_contact_left dt {
    padding-top: 0;
  }
  #idx_footer .footer_contact_left .footer_contact_btn_form {
    font-size: 1rem;
  }
  #idx_footer .footer_map {
    width: 100%;
  }
}

@media screen and (max-width: 900px) and (max-width: 640px) {
  #idx_footer .footwrap {
    flex-wrap: wrap;
  }
  #idx_footer .footer_contact_left,
  #idx_footer .footer_contact_right {
    width: 80%;
  }
  #idx_footer .footer_contact_title {
    font-size: 1rem;
  }
  #idx_footer .footer_contact_hospital_sub {
    font-size: 1.2rem;
  }
  #idx_footer .footer_contact_hospital_main {
    font-size: 1.8rem;
    padding-top: 0;
  }
  #idx_footer .footer_contact_left dd {
    font-size: 1.4rem;
  }
  #idx_footer .footer_contact_left .footer_contact_btn_form {
    font-size: 0.7rem;
    width: 70%;
    margin-bottom: 30px;
  }
}
