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

 smart phone setting

---------------------------------------------------------------------- */
body {
  -webkit-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
  font-family: メイリオ;
  width: 100%;
  position: relative;
  color: #333;
}
/* layout */
#contents {
  width: 100%;
}
#main_col {
  padding: 25px 20px 0;
}

#index_top_wrap {
  width: 100%;
  background: #f2f2f2;
  clear: both;
}
#index_top {
  position: relative;
  margin: 0;
  padding: 0;
}
/* headline */
.headline1 {
  border-bottom: 1px solid #ddd;
  padding: 0;
  margin: 0 0 25px 0;
  font-size: 18px;
}
.headline1 span {
  border-bottom: 4px solid #ccc;
  padding: 0 0 5px 0;
  margin: 0;
  display: inline-block;
}
#bread_crumb {
  padding: 1px 2px;
  background: #F2F2F2;
  line-height: 150%;
}
#bread_crumb li {
  color: #000;
  font-size: 10px;
  padding: 0 5px 0 0;
}
#bread_crumb li:after {
  color: #000;
  top: 0px;
  left: -15px;
}
#bread_crumb li.home a:before {
  color: #000;
  font-size: 12px;
  top: 6px;
}
#bread_crumb li a {
  text-decoration: none;
  color: #000;
}
/* ----------------------------------------------------------------------
 company info
---------------------------------------------------------------------- */
#company_info {
  margin: 0 0 50px 0;
  padding: 1px 0 0 0;
}
#company_info p {
  margin: 0;
}
#company_info dl {
  margin: 0 0 40px 0;
}
#company_info dt {
  background: #f2f2f2;
  margin: 0 0 5px 0;
  line-height: 200%;
  font-weight: bold;
  font-size: 12px;
  padding: 0 10px;
}
#company_info dd {
  margin: 0 0 10px 0;
  line-height: 200%;
  padding: 0 10px;
}
#company_map {
  text-align: right;
}
#company_map a {
  color: #333;
}
#company_map iframe {
  width: 100%;
}
#company_map_desc {
  padding: 20px 0 0;
}
/* ----------------------------------------------------------------------
 index
---------------------------------------------------------------------- */
/* slider */
#slider {
  z-index: 1;
  margin: 0px;
  width: 100%;
}
#slider img {
  width: 100%;
  height: auto;
  display: block;
}
/* top banner */
#index_banner {
  max-width: 1170px;
  margin: 0px auto;
  padding: 50px 0px 100px 0px;
}
#index_banner h2 {
  text-align: center;
  margin-bottom: 82px;
  font-size: 30px;
  position: relative;
  letter-spacing: 9px;
  font-weight: normal;
}
#index_banner h2:after {
  content: "";
  position: absolute;
  top: 57px;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  border-bottom: 4px dotted #ff8a00;
  height: 2px;
  text-align: center;
}
#index_banner h2 span {
  font-size: 16px;
  display: block;
  letter-spacing: normal;
  font-family: serif;
  color: #ff8a00;
}
#index_banner ol {
  margin: 22px 0 22px 0;
  padding: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
}
#index_banner ol li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 32.2222%;
}
#index_banner ol li a {
  text-decoration: none;
  display: block;
}
#index_banner ol li img {
  width: 100%;
}
#index_banner ol li h3 {
  padding: 0px 0px 0px 0px;
  color: #333;
  font-size: 20px;
  border-bottom: 1px dotted #333;
}
/* news */
#index_news {
  position: relative;
}
#index_news ol {
  margin: -10px 0 15px 0;
  padding: 0;
}
#index_news ol li {
  list-style-type: none;
  margin: 0 0 3px 0;
  padding: 15px;
  background: #f2f2f2;
  font-size: 12px;
}
#index_news ol li .date {
  font-size: 12px;
  margin: 0 0 10px 0;
  line-height: 100%;
  color: #999;
}
#index_news ol li .title {
  line-height: 160%;
  padding: 0;
  margin: 0;
}
#index_news ol li .title a {
  display: block;
  text-decoration: none;
}
/* archive link */
.index_archive_link {
  width: 160px;
  height: 40px;
  display: block;
  margin: 20px auto 30px;
}
.index_archive_link a {
  position: relative;
  font-size: 12px;
  text-decoration: none;
  width: 160px;
  height: 40px;
  display: block;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background: #aaa;
}
.index_archive_link a:before {
  font-family: 'design_plus';
  color: #fff;
  font-size: 14px;
  display: inline;
  position: absolute;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e910';
  top: 0px;
  right: 10px;
}
.index_archive_link a:hover {}
/* index center banner */
#index_center_banner {
  display: block;
  margin: 0 0 30px 0;
}
#index_center_banner img {
  width: 100%;
  height: auto;
  display: block;
}
/* product */
#index_product {
  position: relative;
  margin: 0 0 30px 0;
}
#index_product ol {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
#index_product ol li {
  list-style-type: none;
  margin: 0 10px 30px 0;
  padding: 0;
  width: calc(50% - 10px)
}
#index_product ol li:nth-child(2n) {
  margin: 0 0 30px 10px;
}
#index_product ol li .image {
  display: block;
  background: #fff;
}
#index_product ol li .image img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid #ccc;
  -webkit-transition-property: opacity;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
  -moz-transition-property: opacity;
  -moz-transition-duration: 0.4s;
  -moz-transition-timing-function: ease;
  -o-transition-property: opacity;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#index_product ol li .image:hover img {
  opacity: 0.5;
}
#index_product ol li .category {
  background: #999;
  color: #fff;
  padding: 0 10px;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  font-size: 14px;
}
#index_product ol li .category a {
  text-decoration: none;
  color: #fff;
}
#index_product ol li .category a:hover {
  text-decoration: underline;
}
#index_product ol li .title {
  font-size: 14px;
  margin: 15px 0 10px;
}
#index_product ol li .title a {
  text-decoration: none;
}
#index_product ol li .desc {
  font-size: 12px;
  margin: 10px 0;
  line-height: 160%;
}
@media only screen and (max-width: 480px) {
  #index_product ol {
    margin: 0;
    padding: 0;
    display: block;
  }
  #index_product ol li {
    list-style-type: none;
    margin: 0 0 30px 0;
    padding: 0;
    width: 100%;
  }
  #index_product ol li:nth-child(2n) {
    margin: 0 0 30px 0;
  }
  #index_product ol li:last-child {
    margin: 0;
  }
}
/* blog */
#index_blog {
  position: relative;
  margin: 0 0 30px 0;
}
#index_blog ol {
  margin: 0;
  padding: 0;
}
#index_blog ol li {
  list-style-type: none;
  margin: 0 0 15px 0;
  padding: 0;
  border-bottom: none;
}
#index_blog ol li:last-child {
  border: none;
  margin: 0;
  padding: 0;
}
#index_blog ol li .image {
  float: left;
  margin: 0 15px 0 0;
  background: #fff;
  width: 100px;
  height: 100px;
}
#index_blog ol li .image img {
  display: block;
  -webkit-transition-property: opacity;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
  -moz-transition-property: opacity;
  -moz-transition-duration: 0.4s;
  -moz-transition-timing-function: ease;
  -o-transition-property: opacity;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease;
  width: 100%;
  height: auto;
}
#index_blog ol li .image:hover img {
  opacity: 0.5;
}
#index_blog ol li .date {
  margin: 0;
  font-size: 12px;
  color: #999;
}
#index_blog ol li .title {
  margin: 0;
  font-size: 14px;
}
#index_blog ol li .title a {
  text-decoration: none;
}
/* footer banner */
#footer_banner {
  margin: 0;
}
#footer_banner li {
  margin: 0 0 20px 0;
}
#footer_banner li:last-child {
  margin: 0;
}
#footer_banner li img {
  width: 100%;
  height: auto;
  display: block;
}
/* ----------------------------------------------------------------------
 archive
---------------------------------------------------------------------- */
/* product */
#product_list {
  position: relative;
  margin: 0 0 10px 0;
}
#product_list {
  margin: 0;
  padding: 0;
}
#product_list li {
  list-style-type: none;
  margin: 0 0 20px 0;
  padding: 0;
}
#product_list li .image {
  display: block;
  background: #fff;
}
#product_list li .image img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid #ccc;
  -webkit-transition-property: opacity;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
  -moz-transition-property: opacity;
  -moz-transition-duration: 0.4s;
  -moz-transition-timing-function: ease;
  -o-transition-property: opacity;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#product_list li .image:hover img {
  opacity: 0.5;
}
#product_list li .title {
  font-size: 14px;
  margin: 0 0 10px 0;
}
#product_list li .title a {
  text-decoration: none;
  display: block;
  padding: 10px;
  background: #999;
  color: #fff;
  height: 40px;
  overflow: hidden;
  -webkit-transition-property: background;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
  -moz-transition-property: background;
  -moz-transition-duration: 0.4s;
  -moz-transition-timing-function: ease;
  -o-transition-property: background;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease;
}
#product_list li .title a:hover {
  background: #333;
}
/* news */
#news_list {
  position: relative;
}
#news_list {
  margin: 0 0 15px 0;
  padding: 0;
}
#news_list li {
  list-style-type: none;
  margin: 0 0 2px 0;
  padding: 10px;
  background: #f2f2f2;
  font-size: 13px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#news_list li .date {
  font-size: 12px;
  margin: 0 10px 0 0;
  line-height: 100%;
  color: #999;
}
#news_list li .title {
  line-height: 150%;
  padding: 7px 0 0;
  margin: 0;
}
#news_list li .title a {
  display: block;
  text-decoration: none;
}
/* blog */
#post_list {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
#post_list li {
  border-bottom: 1px solid #ddd;
  margin: 0 10px 25px 0;
  padding: 0 0 15px 0;
  width: calc(50% - 10px);
}
#post_list li:nth-child(2n) {
  margin: 0 0 25px 10px
}
#post_list .image {
  display: block;
  background: #fff;
  margin: 0 0 15px 0;
}
#post_list .image img {
  clear: both;
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition-property: opacity;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
  -moz-transition-property: opacity;
  -moz-transition-duration: 0.4s;
  -moz-transition-timing-function: ease;
  -o-transition-property: opacity;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease;
}
#post_list .image:hover img {
  opacity: 0.5
}
#post_list .info {}
#post_list .no_thumbnail .info {
  float: none;
  width: auto;
}
#post_list .post_date {
  font-size: 12px;
  width: 60px;
  height: 60px;
  text-align: center;
  margin: 0 15px 15px 0;
  line-height: 100%;
  float: left;
  background: #bbb;
  position: relative;
}
#post_list .date {
  color: #fff;
  display: block;
  position: absolute;
  top: 10px;
  width: 60px;
}
#post_list .month {
  color: #fff;
  display: block;
  position: absolute;
  bottom: 10px;
  width: 60px;
}
#post_list .title {
  font-size: 16px;
  line-height: 180%;
  margin: 0 0 15px 0;
}
#post_list .title a {
  text-decoration: none;
}
#post_list .title a:hover {
  text-decoration: underline;
}
#post_list .desc {
  clear: both;
  font-size: 12px;
}
#post_list .desc a {
  text-decoration: none;
}
#post_list ul {
  margin: 0;
}
#post_list li li {
  border: none;
  margin: 0 25px 5px 0;
  padding: 0;
  float: left;
  font-size: 12px;
}
#post_list li.meta_category {
  background: url(img/common/icon_category.png) no-repeat left 3px;
  padding-left: 15px;
}
#post_list li.meta_tag {
  background: url(img/common/icon_tag.png) no-repeat left 3px;
  padding-left: 15px;
}
#post_list li.meta_comment {
  background: url(img/common/icon_comment.png) no-repeat left 3px;
  padding-left: 15px;
}
#post_list li.meta_author {
  background: url(img/common/icon_author.png) no-repeat left 3px;
  padding-left: 15px;
}
@media only screen and (max-width: 480px) {
  #post_list {
    margin: 0;
    padding: 0;
    display: block;
  }
  #post_list li {
    border-bottom: 1px solid #ddd;
    margin: 0 0 25px 0;
    padding: 0 0 15px 0;
    width: 100%;
  }
  #post_list li:nth-child(2n) {
    margin-left: 0;
  }
  #post_list li:last-child {
    border: none;
  }
}
.page_navi h4 {
  display: none;
}
.page_navi a, .page_navi a:hover, .page_navi span {
  border-radius: 0;
}
/* ----------------------------------------------------------------------
 product single page
---------------------------------------------------------------------- */
#product_headline a {
  text-decoration: none;
}
#product_headline a:hover {
  text-decoration: underline;
}
.product_title {
  margin: 0 0 20px 0;
}
/* slider */
#product_image_slider_wrap {
  width: 100%;
  background: #f2f2f2;
  padding: 10px;
  position: relative;
  margin: 0 0 20px 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#product_image_slider_wrap #loader {
  display: none;
}
#product_image_slider {
  width: 100%;
  height: auto;
  overflow: hidden;
}
#product_image_slider img {
  width: 100%;
  height: auto;
}
/* thumbnail */
.nivo-controlNav {
  padding: 10px 0 0 0;
  margin: 0 -4% 0 0;
}
.nivo-controlNav a {
  cursor: pointer;
  margin: 0 3% 0 0;
  display: block;
  float: left;
  width: 30%;
}
.nivo-controlNav a img {
  display: block;
  opacity: 0.3;
  width: 100%;
}
.nivo-controlNav a.active img, .nivo-controlNav a:hover img {
  opacity: 1;
}
/* no slider */
#product_image {
  background: #f2f2f2;
  padding: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
#product_image img {
  display: block;
  width: 100%;
  height: auto;
}
/* bookmark */
.bookmark {
  margin: 0 0 30px 0;
}
.bookmark li {
  float: left;
  margin: 0 10px 0 0;
}
/* ----------------------------------------------------------------------
 side content
---------------------------------------------------------------------- */

.side_widget {
  margin: 0 0 25px 0;
  font-size: 12px;
}
.side_widget a {
  text-decoration: none;
}
#side_col .side_widget:last-child {
  margin: 0;
}
/* search */
.widget_search #search-box, .widget_search #s, .google_search #search_input {
  width: calc(100% - 62px);
  height: 38px;
  padding: 0 10px;
}
.widget_search #search-btn input, .widget_search #searchsubmit, .google_search #search_button {
  width: 40px;
  height: 40px;
  border-radius: 0;
}
/* recommend product list */
.tcdw_recommend_product_list_widget li {
  width: 23%;
  margin: 0 2% 2% 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.tcdw_recommend_product_list_widget li img {
  width: 100%;
  height: auto;
}
/* category */
.widget_categories {}
.widget_categories ul {
  border: 1px solid #ddd;
}
.widget_categories ul li {
  padding: 0;
  margin: 0;
  background: none;
}
.widget_categories ul li a {
  display: block;
  border-bottom: 1px solid #ddd;
  padding: 10px 15px;
  margin: 0;
  text-decoration: none;
}
.widget_categories ul li:last-child a {
  border-bottom: none;
}
.tcdw_product_list_widget ol {
  margin: -12px 0 0 0;
}
.tcdw_product_list_widget li {
  border-bottom: 1px solid #ddd;
}
.tcdw_product_list_widget li:last-child {
  border-bottom: 1px solid #ddd;
  padding: 0 0 14px 0;
}
.tcdw_product_list_widget a.image {
  width: 72px;
  height: 72px;
}
.tcdw_product_list_widget2 li {
  display: table;
  width: calc(100% - 20px);
}
.tcdw_product_list_widget2 a.image {
  width: 72px;
  height: 72px;
  display: table-cell;
  margin: 0;
}
.tcdw_product_list_widget2 a.title {
  font-size: 12px;
  font-weight: normal;
}
.tcdw_product_list_widget2 .info {
  display: table-cell;
  vertical-align: middle;
  padding-left: 15px;
  width: 100%;
}
.ml_ad_widget {
  margin-bottom: 30px;
}
/* ----------------------------------------------------------------------
 header
---------------------------------------------------------------------- */
#header_wrap {
  width: 100%;
}
#header {
  background: #fff;
  width: 100%;
  height: 60px;
  position: relative;
  border-bottom: none;
}
#description {
  display: none;
}
/* logo */
#logo_text, #logo_image {
  margin: 0px 0 0 15px;
  line-height: 120%;
  float: left;
  font-size: 18px;
  font-weight: normal;
  width: 180px;
  overflow: hidden;
  overflow: hidden;
}
#logo_text a, #logo_image a {
  color: #333;
  text-decoration: none;
  display: block;
  line-height: 0;
}
#logo_text a img, #logo_image a img {
  width: 100%;
  line-height: 0;
}
#logo_text a:hover, #logo_image a:hover {}
#logo_image img {
  display: none;
}
#logo_image a:before {
  content: attr(title);
}
#logo_image_mobile {
  display: table-cell;
  vertical-align: middle;
  height: 60px;
  padding-left: 15px;
}
#logo_image_mobile a {
  display: inline-block;
  height: 53px;
  margin: 0;
  text-decoration: none;
}
#logo_image_mobile img {
  width: auto;
  max-height: 100%;
}
/* global menu */
/*#header a.menu_button {
   position:absolute; right:15px; margin:0;
   display:inline-block; font-size:11px; color:#333; padding:0 10px; line-height:30px; text-decoration:none;
   -moz-border-radius:4px; -khtml-border-radius:4px; -webkit-border-radius:4px; border-radius:4px;
   border:1px solid #ccc;
}
#header a.menu_button:hover { background:#aaa; color:#fff; }
#header a.active { color:#fff; background:#aaa; box-shadow:1px 1px 2px rgba(0,0,0,0.2) inset; }*/
a.menu_button:before {
  font-family: 'design_plus';
  color: #888;
  position: absolute;
  top: 17px;
  left: 19px;
  font-size: 18px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  content: '\f0c9';
  text-align: center;
}
a.menu_button {
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 9;
  display: block;
  font-size: 11px;
  color: #333;
  width: 60px;
  height: 60px;
  line-height: 56px;
  text-decoration: none;
}
a.menu_button:hover:before {
  color: #fff;
}
a.menu_button:hover {
  background: #333;
}
#global_menu {
  display: none;
  clear: both;
  width: 100%;
  margin: 0;
  top: 0px;
  position: relative;
  box-shadow: 1px 2px 1.5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 2px 1.5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 1px 2px 1.5px rgba(0, 0, 0, 0.1);
  z-index: 999;
}
#global_menu ul {
  margin: 0;
}
#global_menu li {
  margin: 0;
  line-height: 100%;
}
#global_menu li a {
  display: block;
  border: 1px solid #ccc;
  margin: 0 0 -1px 0;
  padding: 10px 10px 10px 30px;
  line-height: 160%;
  text-decoration: none;
  background: #fff url(img/common/arrow4.png) no-repeat 16px 18px;
  color: #333;
}
#global_menu li a:hover {
  background-color: #aaa;
  color: #fff;
}
#global_menu li li a {
  padding-left: 45px;
  background: #fff url(img/common/arrow4.png) no-repeat 31px 18px;
}
#global_menu li li li a {
  padding-left: 60px;
  background: #fff url(img/common/arrow4.png) no-repeat 46px 18px;
}
#global_menu li li li li a {
  padding-left: 75px;
  background: #fff url(img/common/arrow4.png) no-repeat 61px 18px;
}
/* ----------------------------------------------------------------------
 single post page
---------------------------------------------------------------------- */
.post {
  padding: 15px 0 0;
}
/* title */
#post_title {
  margin: 0 0 5px 0;
}
#post_title h2 {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 160%;
}
#post_title .post_date {
  font-size: 12px;
  width: 60px;
  height: 60px;
  text-align: center;
  margin: 0 15px 5px 0;
  line-height: 100%;
  float: left;
  background: #bbb;
  position: relative;
}
#post_title .date {
  color: #fff;
  display: block;
  position: absolute;
  top: 15px;
  width: 60px;
}
#post_title .month {
  color: #fff;
  display: block;
  position: absolute;
  bottom: 15px;
  width: 60px;
}
/* post thumbnail */
.post_image {
  text-align: center;
  margin: 0 0 30px -20px;
  width: calc(100% + 40px);
}
.post_image img {
  margin: 0;
  width: 100%;
  height: auto;
}
/* next page */
#post_pagination {
  margin: 0 0 30px 0;
}
#post_pagination h5 {
  margin: 0 10px 0 0;
  float: left;
  line-height: 30px;
  font-size: 12px;
}
#post_pagination a, #post_pagination p {
  float: left;
  display: inline-block;
  background: #eee;
  margin: 0 5px 0 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
  color: #333;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 12px;
}
#post_pagination p {
  background: #999;
  color: #fff;
}
#post_pagination a:hover {
  background: #00a2d9;
  color: #fff;
}
/* meta and bookmark */
#post_meta {
  border-top: 1px dotted #aaa;
  border-bottom: 1px dotted #aaa;
  margin: 0 0 40px 0;
  padding: 15px 0;
}
#post_meta #meta {
  float: none;
  width: 100%;
  margin: 0;
  font-size: 12px;
}
#post_meta #meta li {
  padding: 0;
  margin: 0 0 6px 0;
  line-height: 160%;
}
#post_meta #meta li.meta_author {
  background: url(img/common/icon_author.png) no-repeat left 5px;
  padding: 0 0 0 18px;
}
#post_meta #meta li.meta_comment {
  background: url(img/common/icon_comment.png) no-repeat left 5px;
  padding: 0 0 0 18px;
}
#post_meta #meta li.meta_category {
  background: url(img/common/icon_category.png) no-repeat 3px 4px;
  padding: 0 0 0 18px;
}
#post_meta #meta li.meta_tag {
  background: url(img/common/icon_tag.png) no-repeat left 5px;
  padding: 0 0 0 18px;
}
#post_meta .bookmark {
  float: right;
  margin: 0;
}
#post_meta .bookmark li {
  float: left;
  margin: 0 0 0 10px;
}
/* related post*/
#related_post {
  margin: 0 0 35px 0;
}
#related_post .headline {
  font-size: 18px;
  margin: 0 0 12px 0;
  line-height: 100%;
}
#related_post ul {
  margin: 0;
}
#related_post li {
  margin: 0 0 15px 0;
  border: none;
  padding: 0;
}
#related_post .image {
  float: left;
  margin: 0 15px 0 0;
  background: #fff;
}
#related_post .image img {
  width: 100px;
  height: 100px;
  display: block;
  -webkit-transition-property: opacity;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
  -moz-transition-property: opacity;
  -moz-transition-duration: 0.4s;
  -moz-transition-timing-function: ease;
  -o-transition-property: opacity;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease;
}
#related_post .image:hover img {
  opacity: 0.5;
}
#related_post .info {}
#related_post .date {
  margin: 0 0 5px 0;
  line-height: 100%;
  font-size: 10px;
  color: #222;
}
#related_post .title {
  font-size: 12px;
  margin: 0;
  font-weight: normal;
}
#related_post .title a {
  text-decoration: none;
  display: block;
}
/* next prev post link */
/*#previous_next_post { margin:0 0 25px 0; padding:0; }
#previous_next_post a { }
#previous_post, #next_post { margin:0 0 5px 0; }
#previous_post a { margin:0; line-height:140%; font-size:11px; background:url(img/common/arrow_left.gif) no-repeat left 2px; padding:7px 0 18px 30px; border-bottom:1px dotted #ccc; margin:0 0 10px 0; display:block; }
#next_post a { margin:0; line-height:140%; font-size:11px; background:url(img/common/arrow_right.gif) no-repeat right 2px; padding:7px 30px 8px 0; display:block; }*/
#previous_next_post {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  font-size: 12px;
}
#previous_next_post p {
  display: block;
  width: calc(50% - 2px);
  border: solid 1px #ddd;
  text-align: center;
  float: none;
}
#previous_next_post p:empty {
  border: none;
}
#previous_next_post p a {
  display: block;
  height: 50px;
  line-height: 50px;
  background: none;
  width: 100%;
  padding: 0;
  position: relative;
  text-decoration: none;
}
#previous_next_post p a:before {
  font-family: 'design_plus';
  color: #ccc;
  font-size: 14px;
  display: inline;
  position: absolute;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#previous_next_post #next_post {
  margin-left: -1px;
}
#previous_next_post #previous_post a:before {
  content: '\e90f';
  top: 0px;
  left: 10px;
}
#previous_next_post #next_post a:before {
  content: '\e910';
  top: 0px;
  right: 10px;
}
/* comment box-sizing: content-box;?@*/
#comment_header_right {
  float: none;
  position: relative;
  margin: 0;
}
#comment_header_right li {
  float: none;
  margin: 0;
}
#comment_header_right li a, #comment_header_right li p {
  width: 100%;
  margin: -1px 0 0;
  float: none;
}
.comment-meta {
  margin: 0 0 10px 0;
}
.comment-meta-left {
  float: left;
  width: auto;
  min-width: 150px;
}
.comment-content {
  padding: 0;
  margin: 0;
}
#submit_comment {
  width: 100%;
}
#trackback_url_area input {
  padding: 5px 2%;
  width: 96%;
  border: none;
  background: #eee;
}
.comment-content .no_comment {
  padding: 0;
}
.comment-content p {
  line-height: 1.5;
}
hr {
  margin: 2em 0;
  border: none;
  border-top: 1px solid #ddd;
}
.post img.alignright, div.alignright, .post img.alignleft, div.alignleft {
  margin: 2em auto;
  display: block;
  float: none;
}
/* ----------------------------------------------------------------------
 footer
---------------------------------------------------------------------- */
/* footer top area */
#footer {
  clear: both;
  width: 100%;
  background: #f4f4f4;
}
#footer_inner {
  position: relative;
  font-size: 11px;
  padding-top: 30px;
}
#footer li {
  line-height: 170%;
  margin: 0 0 10px 0;
  padding: 0;
}
/* widget area */
#footer_widget {
  margin: 0 20px;
}
.footer_widget {
  margin: 0 0 30px 0;
}
#footer .last_widget {
  margin: 0;
}
.footer_headline {
  font-size: 18px;
  margin: 0 0 15px 0;
  padding: 0;
  border-bottom: none;
  line-height: 160%;
}
.footer_widget ul {
  margin: 0;
}
.footer_widget li ul {
  margin: 10px 0 0 0;
}
.footer_widget li {}
.footer_widget img {
  height: auto;
  max-width: 100%;
  width: auto;
}
#footer .tcdw_product_list_widget li {
  border: none;
  background: #fff;
  padding: 10px;
  margin: 0 0 6px;
}
#footer .tcdw_product_list_widget a.image {
  float: left;
  width: 72px;
  height: 72px;
  margin: 0 15px 0 0;
}
#footer .tcdw_product_list_widget .category {
  margin: 0 0 10px;
  color: #999;
}
#footer .tcdw_product_list_widget a.title {
  font-size: 12px;
  font-weight: normal;
}
#footer .tcdw_recommend_product_list_widget ol {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 8px);
}
#footer .tcdw_recommend_product_list_widget li {
  margin: 0 8px 8px 0;
  width: calc(25% - 8px);
}
#footer .tcdw_recommend_product_list_widget li:nth-child(4n) {
  margin: 0 0 8px 0;
}
#footer .tcdw_recommend_product_list_widget li img {
  width: 100%;
  height: auto;
}
/* copyright area */
#copyright {
  width: 100%;
  background: #F2F2F2;
  margin: 0;
  padding: 0;
}
/* menu */
#footer_menu {
  margin: 0;
  padding: 30px 0;
}
#footer_menu ul {
  margin: 0;
  display: block;
  text-align: center;
  font-size: 12px;
}
#footer_menu li {
  line-height: 100%;
  margin: 0 5px 0 0;
  padding: 0 5px 0 0;
  display: inline-block;
  border-right: solid 1px #000;
}
#footer_menu li:last-child {
  border: none;
}
#footer_menu li a {
  color: #000;
  text-decoration: none;
  display: inline-block;
  padding: 0;
}
#footer_menu li a:hover {
  color: #999;
  text-decoration: none;
}
/* return top */
#return_top {
  position: fixed;
  bottom: 0;
  right: 0;
  display: block;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  width: 50px;
  height: 50px;
  margin: 0;
  padding: 0;
  background: #bbb url(img/footer/return_top.png) no-repeat center center;
  z-index: 999;
}
#return_top:hover {
  background-color: #00a2d9;
}
/* social link */
/* SNSボタン */
#social_link {
  margin: 0 auto 30px;
  padding: 0;
  text-align: center;
  float: none;
}
#social_link li {
  display: inline-block;
  margin: 0;
  position: relative;
}
#social_link li a {
  display: block;
  text-indent: -200px;
  overflow: hidden;
  width: 30px;
  height: 30px;
  position: relative;
  -webkit-transition-property: none;
  -moz-transition-property: none;
  -o-transition-property: none;
}
#social_link li:before {
  font-family: 'design_plus';
  color: #000;
  font-size: 14px;
  display: block;
  position: absolute;
  top: 10px;
  left: 9px;
  width: 17px;
  height: 17px;
  line-height: 17px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#social_link li.twitter:before {
  content: '\e904';
}
#social_link li.facebook:before {
  content: '\e902';
}
#social_link li.insta:before {
  content: '\ea92';
  top: 11px;
}
#social_link li.pint:before {
  content: '\e905';
  top: 11px;
}
#social_link li.flickr:before {
  content: '\eaa4';
  top: 11px;
}
#social_link li.tumblr:before {
  content: '\eab9';
  top: 11px;
}
#social_link li.rss:before {
  content: '\e90b';
}
#social_link li.twitter:hover:before {
  color: #16b9dc;
}
#social_link li.facebook:hover:before {
  color: #3B5998;
}
#social_link li.insta:hover:before {
  color: #8a3ab9;
}
#social_link li.rss:hover:before {
  color: #ffcc00;
}
#social_link li.pint:hover:before {
  color: #cb2027;
}
#social_link li.flickr:hover:before {
  color: #ff0084;
}
#social_link li.tumblr:hover:before {
  color: #34526f;
}
/* copyright */
#copyright p {
  margin: 0;
  float: none;
  font-size: 10px;
  display: block;
  height: 50px;
  text-align: center;
  background: #999;
  color: #fff;
  line-height: 50px;
}
#copyright a {
  text-decoration: none;
  color: #fff;
}
#copyright a:hover {
  text-decoration: underline;
}
#main_visual {
  background: url(../images/loading.gif) no-repeat center center;
  padding: 0;
  position: relative;
  z-index: 0;
}
#main_visual #visual_wrap {
  position: relative;
  z-index: -2;
  background: url(../images/main_visual_repeat.png) repeat-x left bottom;
}
#main_visual .inner {
  height: 506px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
#main_visual .inner p.catch {
  position: absolute;
  left: -3px;
  top: 180px;
}
#main_visual #use_image img {
  width: 1px;
  height: 1px;
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
}
#main {
  width: 100%;
  text-align: left;
  overflow: hidden;
}
#main .inner, #main .package {
  width: 100%;
  margin: 0 auto;
}
#main h2 a {
  outline-style: none;
}
#consultation_area {
  padding-bottom: 60px;
}
#consultation_area .package {
  padding-top: 5px;
}
#consultation_area #reception_wrap {
  width: 100%;
}
#consultation_area #reception_wrap img {
  width: 100%;
}
#consultation_area #consul_wrap {
  width: 100%;
  position: relative;
  padding: 20px;
  box-sizing: border-box;
}
#consultation_area #consul_wrap h2 {
  margin: 0px 0px 0px 0px;
  color: #005433;
  font-size: 22px;
}
#consultation_area #consul_wrap h2 i {
  padding: 0px 14px 0px 0px;
}
#consultation_area #consul_wrap dl {
  height: 150px;
  overflow: auto;
}
#consultation_area #consul_wrap dt {
  color: #005433;
  float: left;
  width: 110px;
  padding: 5px 0;
}
#consultation_area #consul_wrap dd {
  color: #333;
  border-bottom: solid 1px #eee;
  padding: 5px 0 5px 0px;
}
#consultation_area #consul_wrap dd a {
  font-weight: normal;
  color: #333;
  text-decoration: none !important;
}
#consultation_area #consul_wrap dd a:hover {
  text-decoration: underline !important;
}
#consultation_area #consul_wrap .btn_more {
  position: absolute;
  top: 16px;
  right: 0;
  width: 120px;
  text-align: center;
}
#consultation_area #consul_wrap .btn_more a {
  color: #005433;
  text-decoration: none !important;
  display: block;
  line-height: 30px;
  background: #DDEBF7 url(../images/arrow01.png) no-repeat 93% center;
  transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}
#consultation_area #consul_wrap .btn_more a:hover {
  color: #fff;
  background: #005433 url(../images/arrow01.png) no-repeat 93% center;
}


#guidance_area {
  background: #fffbf0;
}
#guidance_area .inner {
  padding: 63px 0 60px;
}
#guidance_area h2 {
  text-align: center;
  margin-bottom: 62px;
  /* color: #fff; */
  font-size: 30px;
  position: relative;
  letter-spacing: normal;
  font-weight: normal;
}
#guidance_area h2 span {
  color: #f19c02;
  font-family: serif;
  font-size: 16px;
  display: block;
  letter-spacing: normal;
}
#guidance_area h2:after {
  content: "";
  position: absolute;
  top: 95px;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  border-bottom: 4px dotted #f19c02;
  height: 2px;
  text-align: center;
}
#guidance_area .inner > p {
  line-height: 24px;
  text-align: center;
  font-size: 14px;
  max-width: 90%;
  margin: 0px auto;
}
#guidance_area ul {
  list-style: none;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0;
  padding: 30px 20px;
  /* background: #fff; */
}
#guidance_area li {
  box-shadow: 0 0 3px rgb(0 0 0 / 24%);
  height: auto;
  width: 49%;
  box-sizing: border-box;
  background: #fff;
  padding: 0px 10px 20px 10px;
  margin: 0px 0px 10px 0px;
  /* border-radius: 20px; */
}
#guidance_area li:nth-child(1) {
  border-top: 3px solid #518de0;
}
#guidance_area li:nth-child(2) {
  border-top: 3px solid #ff6d5d;
}
#guidance_area li:nth-child(3) {
  border-top: 3px solid #8ecb00;
}
#guidance_area li:nth-child(4) {
  border-top: 3px solid #105aa5;
}
#guidance_area li:nth-child(5) {
  border-top: 3px solid #ee9a40;
}
#guidance_area li:nth-child(6) {
  border-top: 3px solid #ea5504;
}
#guidance_area ul li:first-child + li {}
#guidance_area li a {
  outline-style: none;
  text-decoration: none !important;
  box-sizing: border-box;
  display: block;
  padding: 10px;
}
#guidance_area li h3 {
  text-align: center;
  margin: 0;
  width: 90%;
  line-height: 0;
  margin: 0px auto;
}
#guidance_area li h3 img {
  width: 100%;
  border-radius: 10px;
  /* box-shadow: 0px 0px 15px #006555; */
}
#guidance_area li p {
  /* color: #fff; */
  line-height: normal;
  font-weight: bold;
  font-size: 14px;
  margin: 0px;
  text-align: center;
  width: 100%;
  padding: 20px 0px;
  position: relative;
}
#guidance_area li:nth-child(1) p {
  color: #518de0;
}
#guidance_area li:nth-child(2) p {
  color: #ff6d5d;
}
#guidance_area li:nth-child(3) p {
  color: #8ecb00;
}
#guidance_area li:nth-child(4) p {
  color: #105aa5;
}
#guidance_area li:nth-child(5) p {
  color: #ee9a40;
}
#guidance_area li:nth-child(6) p {
  color: #ea5504;
}
#guidance_area li .text {
  padding: 10px 0px;
  color: #000;
  font-size: 12px;
}
#guidance_area li .btn_more {
  color: #3D5996;
  background: #FAF1B6;
  text-align: center;
  line-height: 40px;
  padding: 0px 20px;
  margin: 0 10px;
  transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  margin-top: auto;
}
#guidance_area li a:hover .btn_more {
  color: #fff;
  background: #3D5996;
}

#access_area {
  /* background: #005433; */
}
#access_area .inner {
  padding: 25px 0 25px;
}
#access_area ul {
  list-style: none;
  margin: 0 10px;
}
#access_area li {
  margin: 0px 0px 20px 0px;
}
#access_area li img {
  width: 100%;
}
#medical_area {}
#bg_medical_area {}
#medical_area .inner {
  padding: 60px 0 72px;
}
#medical_area .inner .bg_board {
  /* height: 413px; */
  margin-bottom: 20px;
  padding-top: 28px;
}
#medical_area h2 {
  text-align: center;
  margin-bottom: 42px;
}
#medical_area h2 span {
  font-size: 12px;
  display: block;
}
#medical_area p.copy {
  text-align: center;
  font-size: 16px;
  margin-bottom: 28px;
}
#medical_area #department_list ul {
  list-style: none;
  width: 100%;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
}
#medical_area #department_list li {
  margin: 0 11px;
}
#medical_area li a {
  outline-style: none;
}
#medical_area .btn_list ul {
  list-style: none;
  width: 100%;
  margin: 0 auto;
}
#medical_area .btn_list li {
  width: 100%;
  margin: 0px 0px 10px 0px;
  text-align: center;
}
#medical_area .btn_list li a {
  color: #005433;
  display: block;
  background: #DDEBF7 url(../images/arrow01.png) no-repeat 97% center;
  line-height: 48px;
  text-decoration: none !important;
  transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}
#medical_area .btn_list li a:hover {
  color: #fff;
  background: #005433 url(../images/arrow01.png) no-repeat 97% center;
}
/*
* HOMEï¼æŽ¡ç”¨æƒ…å ±
*/
#recruit_area {
  background: #f1f1f1;
  min-width: 100%;
  width: 100%;
  overflow: hidden;
}
#recruit_area .inner {
  padding-top: 62px;
}
#recruit_area h2 {
  text-align: center;
  margin-bottom: 42px;
}
#recruit_area h2 span {
  font-size: 12px;
  display: block;
}
#recruit_area .copy {
  font-size: 16px;
  text-align: center;
  margin-bottom: 55px;
}
#recruit_area .package {}
#recruit_area .package .btn_list {
  width: 100%;
  list-style: none;
}
#recruit_area .package .btn_list li {
  margin-bottom: 30px;
  text-align: center;
}
#recruit_area .package .btn_list li a {
  outline-style: none;
}
#recruit_area .package #nurse_wrap {
  width: 650px;
  height: 400px;
  padding-top: 30px;
  float: right;
  background: url(../images/bg_bnr_nurse.gif) no-repeat right bottom;
  position: relative;
  right: -70px;
}
#recruit_area .package #nurse_wrap a {
  outline-style: none;
}
#recruit_area .package #nurse_wrap h3 {
  position: absolute;
  top: 60px;
  left: -100px;
  width: 161px;
  height: 161px;
  z-index: 2;
}
#recruit_area .package #nurse_wrap .bg {}
#recruit_area .package {}
/*
* HOMEï¼ã‚¤ãƒ³ãƒ•ã‚©ãƒ¡ãƒ¼ã‚·ãƒ§ãƒ³
*/
#information_area {
  padding: 80px 20px;
}
#information_area #news_area {}
#information_area #event_area {}
#information_area .package {}
#information_area .package h2 {
  margin-bottom: 25px;
  color: #005433;
  font-size: 20px;
}
#information_area .package h2 i {
  margin: 0px 10px 0px 0px;
}
#information_area .package .btn_more {
  /* position: absolute; */
  /* top: 0; */
  /* right: 0; */
}
#information_area .package .btn_more a {
  font-size: 14px;
  line-height: 32px;
  color: #fff;
  display: block;
  background: #005433;
  text-decoration: none !important;
  padding: 0 30px;
  white-space: nowrap;
  transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}
#information_area .package .btn_more a:hover {
  color: #fff;
  background: #3B5898 url(../images/arrow01.png) no-repeat 96% center;
}
#information_area .package .scroll_type {
  width: 100%;
  /* height: 340px; */
  position: relative;
}
#information_area .package .scroll_type dl {
  /* height: 340px; */






  overflow: auto;
}
#information_area .package .scroll_type dt {
  /* font-family: "æ¸¸æ˜Žæœ", YuMincho, "ãƒ’ãƒ©ã‚®ãƒŽæ˜Žæœ ProN W3", "Hiragino Mincho ProN", "HGæ˜ŽæœE", "ï¼­ï¼³ ï¼°æ˜Žæœ", "ï¼­ï¼³ æ˜Žæœ", serif; */
  color: #005433;
  /* float: left; */
  /* width: 9em; */
  padding: 5px 0;
}
#information_area .package .scroll_type dd {
  color: #333;
  /* border-bottom: solid 1px #eee; */
  padding: 5px 0 5px 9em;
}
#information_area .package .scroll_type dd a {
  font-weight: normal;
  color: #333;
  text-decoration: none !important;
}
#information_area .package .scroll_type dd a:hover {
  text-decoration: underline !important;
}
/*
* HOMEï¼ç·Šæ€¥ã®ãŠçŸ¥ã‚‰ã›
*/
#emergency_area {
  text-align: center;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 15px;
}
#emergency_area a {
  display: block;
  padding: 15px;
  box-sizing: border-box;
  text-decoration: none;
  color: #005433;
  font-size: 1.2em;
  background: #DDEBF7 url(../images/arrow01.png) no-repeat 98% center;
}
#emergency_area a:hover {
  text-decoration: none !important;
  background-color: #005433;
  color: #fff;
  transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}
.emergency_area {
  text-align: center;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 15px;
}
.emergency_area a {
  display: block;
  padding: 30px;
  box-sizing: border-box;
  text-decoration: none !important;
  color: #005433 !important;
  font-size: 12px;
  background: #DDEBF7;
  position: relative;
  line-height: normal;
  text-align: left;
}
.emergency_area a:after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 20px;
  top: 42%;
}
.emergency_area.red a {
  color: #FF0000 !important;
  font-size: 1.2em;
  background: #FFDADA url(../images/arrow01.png) no-repeat 98% center !important;
}
.emergency_area a:hover {
  text-decoration: none !important;
  background-color: #005433 !important;
  color: #fff !important;
  transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}
.emergency_area.red a:hover {
  background-color: #FF0000 !important;
  color: #fff !important;
}
#main .btn_more_tel a {
  display: block;
  width: 100%;
  padding: 30px;
  margin: 0 auto;
  box-sizing: border-box;
  text-decoration: none;
  text-align: left;
  color: #005433;
  font-size: 12px;
  background-color: #DDEBF7;
  letter-spacing: 2px;
  box-sizing: border-box;
  margin-bottom: 20px;
  position: relative;
}
#main .btn_more_tel a:after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 20px;
  top: 42%;
}
#main .btn_more_tel br.br_sp {
  display: none;
}
#main .btn_more_tel a:hover {
  text-decoration: none !important;
  background-color: #005433;
  color: #fff;
  background-image: url(../images/arrow01.png), url(../outpatient/images/icon_tel_b.png);
}
#main .btn_more_tel .br_sp {
  display: none;
}
#main .btn_more_anti a {
  display: block;
  width: 100%;
  padding: 30px;
  margin: 0 auto;
  box-sizing: border-box;
  text-decoration: none;
  text-align: left;
  color: #005433;
  font-size: 12px;
  background-color: #DDEBF7;
  letter-spacing: 2px;
  box-sizing: border-box;
  margin-bottom: 20px;
  position: relative;
}
#main .btn_more_anti a:after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 20px;
  top: 42%;
}
#main .btn_more_anti br.br_sp {
  display: none;
}
#main .btn_more_anti a:hover {
  text-decoration: none !important;
  background-color: #005433;
  color: #fff;
  background-image: url(../images/arrow01.png), url(../outpatient/images/icon_anti_b.svg);
}
#main .btn_moreanti .br_sp {
  display: none;
}
.all_fixed_button {
  z-index: 12;
  top: 0px;
  right: 50px;
}
.all_fixed_button {
  top: -36px;
  width: 100%;
  background: #f1f1f1;
}
.all_fixed_button ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  /* -webkit-align-items: flex-end; */
  /* align-items: flex-end; */
  max-width: 100%;
  margin: 0px auto;
  -webkit-align-items: center;
  align-items: center;
}
.all_fixed_button li {
  position: relative;
  padding: 0px 10px 0px 0px;
  font-size: 10px;
}
.all_fixed_button_recruit.all_fixed_button_recruit {
  padding: 0;
}
.all_fixed_button .all_fixed_button_search {
  width: 36px;
}
.all_fixed_button a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0;
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  transition: .4s ease;
}
.all_fixed_button a i {
  transform: rotate(456deg);
  font-size: 16px;
  margin: 0px 4px 0px 0px;
  position: relative;
  top: -2px;
}
.all_fixed_button_contact a {
  background: transparent;
  padding-left: 10px;
  margin-right: 10px;
  position: relative;
  color: #008CD5;
}
.all_fixed_button_contact a::before {
  content: '';
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  left: 0;
  top: 53%;
  transform: translateY(-50%);
  display: block;
  border-style: solid;
  border-width: 4px 0 4px 7px;
  border-color: transparent transparent transparent #008CD5;
  transition: .4s ease;
}
.all_fixed_button_contact a.hover::before {
  left: 3px;
}
.all_fixed_button_recruit a {
  background: #f19c02;
  padding: 10px;
  text-decoration: none;
  font-size: 12px;
  box-sizing: border-box;
}
.all_fixed_button_search a {
  background: #008CD5;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0 0 0 6px;
}
.all_fixed_button_search_content {
  background: url('../images/all_fixed_button_search_icon.png') no-repeat center right / 100%;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.all_fixed_button a.hover {
  opacity: 1;
}
.all_fixed_button_contact a.hover {
  opacity: 0.9;
}
.all_fixed_button_recruit a.hover {
  background: #CBA405;
}
.all_fixed_button_search a.hover {
  background: #0DA8D2;
}
.all_fixed_button_recruit_tb {
  display: none;
}
#footer {
  clear: both;
  width: 100%;
  text-align: left;
  font-size: 12px;
  overflow: hidden;
  background: #535353;
}
#footer a {
  color: #005433;
  text-decoration: none !important;
  font-weight: bold;
}
#footer a:hover {
  color: #000;
  text-decoration: underline !important;
}
#footer #footer_inner {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
/*
* フッター／サブナビ
*/
#footer #footer_sub_navi {
  /* position: absolute; */
  /* top: 45px; */
  /* left: 0; */
  list-style: none;
  text-align: left;
}
#footer #footer_sub_navi li {
  margin: 0 0 12px;
  display: inline-block;
}
#footer #footer_sub_navi li a {
  display: block;
  font-size: 14px;
  color: #fff;
  padding-left: 20px;
  transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}
#footer #footer_sub_navi li a:hover {
  color: #DD5E1A;
}
/*
* フッター／ISO
*/
#footer #iso {}
/*===============================vcard===============================*/
#footer #footer_logo {
  width: 231px;
  margin: 0 auto 60px;
}
#footer .vcard {
  font-size: 13px;
  margin: 0 auto;
  color: #fff;
  line-height: 1.8em;
  text-align: center;
}
#footer .vcard dt {
  margin: 0;
}
#footer .vcard dt a {
  outline-style: none;
}
#footer .vcard dd p {
  line-height: 1.4em;
}
#footer small {
  display: block;
  width: 100%;
  height: 48px;
  line-height: 48px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
}
#footer small img {
  vertical-align: middle;
}
#index_banner {
  padding: 50px 0px;
}
#index_banner h2 {
  text-align: center;
  margin-bottom: 42px;
  font-size: 20px;
  position: relative;
}
#index_banner h2 span {
  font-size: 12px;
  display: block;
}
#index_banner ol {
  margin: 0px auto;
  padding: 0;
  width: 85%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
}
#index_banner ol li {
  list-style-type: none;
  margin: 0;
  padding: 0px 0px 20px 0px;
  width: 48%;
}
#index_banner ol li a {
  text-decoration: none;
  display: block;
}
#index_banner ol li img {
  width: 100%;
}
#index_banner ol li h3 {
  padding: 10px 0px 0px 0px;
  /* color: #339952; */
  font-size: 16px;
  margin: 0;
  text-align: center;
  font-weight: normal;
  font-size: 13px;
}
#index_banner ol li h3 span {
  font-size: 12px;
  padding: 0px 0px 0px 10px;
  color: #eb6100;
}
#index_banner ol li p {
  text-align: center;
  font-size: 12px;
}
#index_banner ol li.num3 {
  margin: 0;
}
#index_banner img {
  display: block;
}
.btn-conversion {
  transition: all .7s ease-out;
  margin-top: 18px;
  padding: 0 27px;
  transition-delay: .3s;
}
.btn-conversion {
  transition: all 0.3s;
  text-decoration: none;
  display: block;
  color: #ffffff;
  padding: 16px 0;
  background: #ff8a00;
  border-radius: 3px;
  text-align: center;
  font-size: 15px;
  letter-spacing: .2em;
  line-height: 1;
}
#index_banner ol li a:hover {
  color: inherit;
  opacity: 0.6;
}
#information_area {
  padding: 20px;
  background: #f5f5f7;
  background-size: cover;
}
#information_area #news_area {
  background: #fff;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
}
#information_area #event_area {
  /* width: 46%; */
  background: #fff;
  padding: 20px;
  box-sizing: border-box;
  margin: 50px 0px 0px 0px;
}
#information_area .package {
  /* background: rgba(255, 255, 255, 0.9); */
  padding: 30px;
  /* border-radius: 30px; */
  /* display: -webkit-flex; */
  /* display: flex; */
  /* -webkit-justify-content: space-between; */
  /* justify-content: space-between; */
  /* flex-wrap: wrap; */
  box-sizing: border-box;
}
#information_area .package h2 {
  margin-bottom: 25px;
  color: #333;
  font-size: 20px;
  font-weight: normal;
  text-align: center;
}
#information_area .package h2 i {
  margin: 0px 10px 0px 0px;
}
#information_area .package .btn_more {
  /* position: absolute; */
  /* top: 11px; */
  /* right: 0; */
  width: 150px;
  margin: 20px auto;
}
#information_area .package .btn_more a {
  font-size: 14px;
  line-height: 32px;
  color: #fff;
  display: block;
  background: #4c94f3;
  text-decoration: none !important;
  padding: 0 30px;
  white-space: nowrap;
  transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}
#information_area .package .btn_more a:hover {
  color: #fff;
}
#information_area .package .scroll_type {
  position: relative;
}
#information_area .package .scroll_type dl {
  overflow: auto;
  padding: 0px 0px;
  border-top: 1px solid #eee;
}
#information_area .package .scroll_type dl:nth-child(6) {
  border-bottom: 1px solid #eee;
}
#information_area .package .scroll_type dl a {
  text-decoration: none;
  display: block;
  transition: 0.3s;
  padding: 10px 10px;
  color: #014b80;
}
#information_area .package .scroll_type dl a:hover {
  background: #f1f1f1;
}
#information_area .package .scroll_type dt {
  padding: 0px 0;
  font-weight: normal;
  /* color: #014b80; */
  font-size: 14px;
}
#information_area .package .scroll_type dt span {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  padding: 1px 8px;
  margin: 0px 0px 0px 12px;
  border: 1px solid #66a7d7;
  border-radius: 10px;
  color: #66a7d7;
  text-align: center;
  font-size: 12px;
  line-height: normal;
}
#information_area .package .scroll_type dd {
  /* color: #66a7d7; */
  padding: 5px 0 5px 0px;
}
#information_area .package .scroll_type dd a {
  font-weight: normal;
  color: #66a7d7;
  text-decoration: none !important;
}
#information_area .package .scroll_type dd a:hover {
  text-decoration: underline !important;
}

 .ftrContact {
  /* background: #e0eebd; */
  padding: 0px 0px 0px 0px;
  position: relative;
  overflow-x: hidden;
}
 .ftrContactBox {
  color: #fff;
  display: block;
  padding: 20px 40px;
  margin: 0 auto;
  /* border-radius: 10px; */
  position: relative;
  z-index: 2;
  background: #e99114;
  box-sizing: border-box;
}
 .ftrContactBox .imgBoxL .txt {
  width: 100%;
  padding-top: 15px;
}
 .ftrContactBox .imgBoxL .txt dl dt {
  position: relative;
  text-align: center;
  font-weight: normal;
  font-size: 12px;
}
 .ftrContactBox .imgBoxL .txt dl dd {
  color: #444;
  text-align: center;
  padding-top: 5px;
  margin-top: 5px;
  border-top: #fff 1px solid;
}
 .ftrContactBox .imgBoxL .txt dl dd > .col > li {
  vertical-align: middle;
}
 .ftrContactBox .imgBoxL .txt dl dd .col li:first-child {
  margin-right: 15px;
}
 .ftrContactBox .imgBoxL .txt dl dd > .col > li:nth-child(2) a {
  background: #fff;
  color: #4aa160;
  font-weight: bold;
  display: block;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  max-width: 170px;
  margin: 0px auto;
}
 .ftrContactBox .imgBoxL .txt dl dd > .col > li:nth-child(2) a span {
  padding-left: 0;
}
 .ftrContactBox .imgBoxL .txt dl dd > .col > li:nth-child(2) a:hover {
  text-decoration: none;
  opacity: .7;
}
 .ftrContactBox .imgBoxL .txt dl dd .col .col li:last-child {
  background: #efefef;
  display: block;
  margin-top: 5px;
  max-width: 380px;
  margin: 0px auto;
}
 .ftrContactBox .imgBoxL .txt dl dd .col .col li:last-child .mbBlock {
  margin-right: 15px;
}
 .ftrContactBox .imgBoxL .txt dl dd p {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  margin: 0;
}
 .ftrContactBox .imgBoxL .txt dl dd .tel {
  background-size: 15px auto;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.2;
  padding-left: 20px;
  color: #fff;
}
#visual h1 {
	
	font-size:16px;
	padding-top:20px;
	padding-bottom:20px;
	text-align:center;
}


@media(max-width: 520px){
	/*520px以下の場合*/


/*--------------------------
全体の設定
--------------------------*/
	.container-ayk {
		height: 300px;
		width: 100%;
		flex-wrap: nowrap;
	}



/*--------------------------
coupon-detailの詳細一部と
right-contentのボタン名の一部を
非表示にさせる
--------------------------*/
	.container-ayk .none {

	}


/*--------------------------
left-contentの設定
--------------------------*/
	.container-ayk .left-content {
		height: 300px;
	}



/*--------------------------
center-contentの設定
--------------------------*/
	.container-ayk .center-content {
		width: 100%;
		padding-bottom: 0;
	}

	
	.container-ayk .coupon-name br {
		display: none;
	}
	
	
	.container-ayk .center-content img {
		width: 140px;
		height: 140px;
		object-fit: contain;
		border-radius: 10px;
		padding: 0;
	}


	.container-ayk .center-content .coupon-detail {
		padding: 0 15px;
	}

	.container-ayk .hide {
		display: block;
	}
	
	.container-ayk .hide a {
		color: #4d2ef7;
      border-bottom: solid 1px #4d2ef7;
      margin-bottom: 5px;
	}

	.container-ayk .coupon-detail ul {
		margin: 0;
		line-height: 3;
	}


/*--------------------------
.parent-frameの設定
--------------------------*/
	.container-ayk .parent-frame {
		width: 95%;
		flex-wrap: wrap;
	}



/*--------------------------
right-contentの設定
--------------------------*/
	.container-ayk .right-content {
		flex-direction: row-reverse;
		justify-content: space-around;
  		background-color: #FFFFFF;
    	width: 100%;
    	
	}

	.container-ayk .right-content .btn {
		white-space: nowrap;
		font-size: 12px;
		margin: 10px 3px 7px 10px;
    	padding: 9px 10px 6px 10px;
    }

	.container-ayk .right-content .btn-add {
		white-space: nowrap;
      font-size: 12px;
		margin: 10px 3px 9px 10px;
    	padding: 9px 10px 6px 10px;
	}
}


.footer_fixed_nav {
	position: fixed;
	bottom: 0px;
	background: rgba(0,0,0,0.5);
	width: 100%;
	padding: 0px 0px 10px 0px;
}
.footer_fixed_nav h2 {
	color: #fff;
	font-weight: normal;
	font-size: 11px;
	text-align: center;
}
.footer_fixed_nav div.fcontact {
	float: left;
	width: 47%;
	margin: 0px 2% 0px 1%;
}
.footer_fixed_nav div.fcontact a i {margin-right: 5px;}

.footer_fixed_nav div.fcontact a {
	width: 100%;
	text-align: center;
	display: block;
	-moz-box-shadow: 0px 2px 0px 0px #ad4242;
	-webkit-box-shadow: 0px 2px 0px 0px #ad4242;
	box-shadow: 0px 2px 0px 0px #ad4242;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ff4c4c), color-stop(1, #f06363));
	background:-moz-linear-gradient(top, #ff4c4c 5%, #f06363 100%);
	background:-webkit-linear-gradient(top, #ff4c4c 5%, #f06363 100%);
	background:-o-linear-gradient(top, #ff4c4c 5%, #f06363 100%);
	background:-ms-linear-gradient(top, #ff4c4c 5%, #f06363 100%);
	background:linear-gradient(to bottom, #ff4c4c 5%, #f06363 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4c4c', endColorstr='#f06363', GradientType=0);
	background-color:#ff4c4c;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #d15050;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-size: 13px;
	padding: 7px 0px;
	text-decoration:none;
	text-shadow:0px 1px 0px #912727;
}
.footer_fixed_nav div.fcontact a:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f06363), color-stop(1, #ff4c4c));
	background:-moz-linear-gradient(top, #f06363 5%, #ff4c4c 100%);
	background:-webkit-linear-gradient(top, #f06363 5%, #ff4c4c 100%);
	background:-o-linear-gradient(top, #f06363 5%, #ff4c4c 100%);
	background:-ms-linear-gradient(top, #f06363 5%, #ff4c4c 100%);
	background:linear-gradient(to bottom, #f06363 5%, #ff4c4c 100%);
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f06363', endColorstr='#ff4c4c', GradientType=0);
	background-color:#f06363;
}
.footer_fixed_nav div.fcontact a:active {
	position:relative;
	top:1px;
}
.footer_fixed_nav div.ftel {
	float: right;
	width: 47%;
	margin: 0px 2% 0px 1%;
}
.footer_fixed_nav div.ftel a {
	width: 100%;
	-moz-box-shadow: 0px 2px 0px 0px #3e7327;
	text-align: center;
	-webkit-box-shadow: 0px 2px 0px 0px #3e7327;
	box-shadow: 0px 2px 0px 0px #3e7327;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #77b55a), color-stop(1, #72b352));
	background:-moz-linear-gradient(top, #77b55a 5%, #72b352 100%);
	background:-webkit-linear-gradient(top, #77b55a 5%, #72b352 100%);
	background:-o-linear-gradient(top, #77b55a 5%, #72b352 100%);
	background:-ms-linear-gradient(top, #77b55a 5%, #72b352 100%);
	background:linear-gradient(to bottom, #77b55a 5%, #72b352 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77b55a', endColorstr='#72b352',GradientType=0);
	background-color:#77b55a;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #4b8f29;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-size: 13px;
	padding: 7px 0;
	text-decoration:none;
	text-shadow:0px 1px 0px #5b8a3c;
}
.footer_fixed_nav div.ftel a i {margin-right: 5px;}
.footer_fixed_nav div.ftel a:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #72b352), color-stop(1, #77b55a));
	background:-moz-linear-gradient(top, #72b352 5%, #77b55a 100%);
	background:-webkit-linear-gradient(top, #72b352 5%, #77b55a 100%);
	background:-o-linear-gradient(top, #72b352 5%, #77b55a 100%);
	background:-ms-linear-gradient(top, #72b352 5%, #77b55a 100%);
	background:linear-gradient(to bottom, #72b352 5%, #77b55a 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#72b352', endColorstr='#77b55a',GradientType=0);
	background-color:#72b352;
}
.footer_fixed_nav div.ftel a:active {
	position:relative;
	top:1px;
}
