<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

BODY {
  background: #fff;
  color: #000;
  -webkit-text-size-adjust: 100%;
  min-width: 1020px;
}
BODY, H1, H2, H3, H4, H5, H6, P, TD, TH, DIV, INPUT, TEXTAREA, OL, UL, LI, PRE {
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 500;
}
H1,
H2,
H3,
H4,
H5,
H6,
.heading{
    font-weight:bold;
}
P,
TD,
TH,
LI,
DIV,
INPUT,
TEXTAREA{
  font-size: medium;
  line-height: 180%;
}
a,
a:visited {
  color: #000;
  text-decoration: underline;
}
a:hover {
  color: #999;
  text-decoration: none;
}
a img {
  transition: opacity 0.5s;
}
a:hover img {
    opacity:0.5;
    filter:alpha(opacity=50);
    -ms-filter: "alpha( opacity=50 )";
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  border: none;
}

/* ======================================================================
   header
====================================================================== */

#header {
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
  padding: 40px 0 0;
}
#header_logo {
  float: left;
}
#header_logo a img {
  max-height: 70px;
}
#sp_tel,
#sp_fixed_bottom_nav {
  display: none;
}
#header_info {
  float: right;
  margin: 0;
  padding: 0;
  text-align: right;
}
#header_info li {
  display: inline-block;
  line-height: 100%;
  margin-left: 10px;
}
#header_info li.header_tel {
  display: block;
  margin-bottom: 16px;
}
/* nav */
#global_nav {
  clear: both;
  padding: 45px 0 25px;
}
#global_nav ul {
  *zoom: 1;
  list-style-type: none;
  width: 1020px;
  margin: 0;
  padding: 0;
}
#global_nav ul:before,
#global_nav ul:after {
  content: "";
  display: table;
}
#global_nav ul:after {
  clear: both;
}
#global_nav li {
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
}
#global_nav li a,
#global_nav li span {
  display: block;
  margin: 0 20px;
  padding: 5px 0;
  color: #000;
  font-size: 15px;
  line-height: 2em;
  text-decoration: none;
  cursor: pointer;
}
#global_nav li:first-child a {
  margin-left: 0;
}
#global_nav li ul {
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 0 8px;
  background: #f4f4f4;
  display: none;
  /* width: 100%; */
  width: 115%;
  transition: 0s;
}
#global_nav li ul li {
  display: block;
  width: 100%;
}
#global_nav li ul li a {
  margin: 0;
  padding: 5px 0;
  border-top: 1px solid #ccc;
  font-size: 14px;
  text-align: center;
}
#global_nav li ul li:first-child a {
  border: none;
}
#global_nav li a,
#global_nav li span{
  transition: .5s;
}
#global_nav li span{
  font-size: 12px;
}

#global_nav li a:hover,
#global_nav li span:hover {
  color: #a3a3a3;
}
#global_nav li.nav_reserve {
  float: right;
}
#global_nav li.nav_reserve a {
  border: 1px solid #000;
  border-radius: 3px;
  margin: 0;
  padding: 4px 20px;
}
#header_info li.nav_reserve a {
  border: 1px solid #000;
  border-radius: 3px;
  margin: 0;
  padding: 0 20px;
  text-decoration: none;
  line-height: 28px;
  display: inline-block;
  vertical-align: bottom;
}

#header._191124 #global_nav &gt; ul{
    margin: 0 -34px;
    width: auto;
}

#header._191124 #global_nav &gt; ul &gt; li &gt; a{
    margin: 0 25px;
    /* font-size: 12px; */
    font-size: 13px;
}

/* Toggle Button */
#nav_toggle {
  display: none;
  position: absolute;
  right: 12px;
  top: 19px;
  width: 23px;
  height: 36px;
  cursor: pointer;
  z-index: 101;
}
#nav_toggle div {
  position: relative;
}
#nav_toggle span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #000;
  left: 0;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}
#nav_toggle span:nth-child(1) {
  top: 0;
}
#nav_toggle span:nth-child(2) {
  top: 8px;
}
#nav_toggle span:nth-child(3) {
  top: 16px;
}

/* ======================================================================
   footer
====================================================================== */

#footer {
  overflow: hidden;
  padding: 50px 0 0 0;
}
/* footer_bnr */
#footer_bnr {
  margin-bottom: 30px;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
#footer_bnr li {
  box-sizing: border-box;
  border: 5px solid #f5f5f5;
  margin: 0 20px 20px 0;
  padding: 10px;
  width: 240px;
  display: flex;
  align-items: center;
}
#footer_bnr li:nth-child(4n) {
  margin-right: 0;
}
/* footer_news */
#footer_news {
  margin-bottom: 50px;
}
#footer_news h2,
#footer_news .footer_heading2 {
  font-size: 16px;
  margin: 0 0 10px;
  padding: 0 0 10px;
  border-bottom: 1px solid #000;
}
#footer_news .footer_heading2 {
  font-weight: bold;
}
.footer_news_inner {
  height: 158px;
  overflow: auto;
  width: 100%;
}
.news_list {
  margin: 0 10px 0 0;
  padding: 0;
  list-style: none;
}
.news_list li {
  margin: 0;
  padding: 14px 10px;
  border-top: 1px solid #ccc;
}
.news_list li:first-child {
  border: none;
}
.news_list span {
  display: inline-block;
  width: 7em;
  margin: 0 14px 0 0;
  color: #999;
  border-right: 1px solid #000;
}

.jspVerticalBar{
	background: #999999 !important;
}
.jspTrack{
	background: #f4f4f4 !important;
}
.jspDrag{
	background: #999999 !important;
}

/* footer_contact */
#footer_contact {
  margin-bottom: 50px;
  border: 1px solid #000;
  box-sizing: border-box;
  padding: 35px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer_contact_logo {
  flex-basis: 145px;
}
.footer_contact_address {
  flex-basis: auto;
  font-size: 16px;
  line-height: 140%;
}
.footer_contact_tel {
  flex-basis: 248px;
}
/* footer_nav */
#footer_nav {
  background: #f4f4f4;
}
#footer_nav .contents_wrapper {
  padding: 50px 0;
  overflow: hidden;
}
#footer_nav ul {
  float: left;
  width: 25%;
}
#footer_nav li {
  list-style: none;
  position: relative;
  overflow: hidden;
  padding-left: 10px;
}
#footer_nav li:before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background: #000;
  position: absolute;
  left: 0;
  top: 10px;
}
#footer_nav li:first-child {
  border: none;
}
#footer_nav li ul {
  width: 100%;
}
#footer_nav li li {
  padding-left: 0;
}
#footer_nav li li:before {
  display: none;
}
#footer_nav a {
  text-decoration: none;
}
#footer_nav ul.footer_nav_2x {
  width: 50%;
}
#footer_nav ul.footer_nav_2x li li {
  float: left;
  width: 50%;
}
/* pagetop */
#pagetop {
  position: fixed;
  right: 20px;
  bottom: 76px;
  z-index: 9999;
}
/* copyright */
#copyright {
  border-top: 1px solid #000;
  text-align: center;
  padding: 10px 0;
}


/* ======================================================================
   下層　footer
====================================================================== */

#under_footer {
  padding-top: 50px;
  border-top: 5px solid #eee;
}

/* under_footer_infoarea */
#under_footer_infoarea {
  background: #f4f4f4;
  margin-bottom: 50px;
  padding: 50px 0;
}
#under_footer_infoarea h2,
#under_footer_infoarea .footer_heading2 {
  font-size: 16px;
  margin: 0 0 10px;
  padding: 0 0 10px;
  border-bottom: 1px solid #000;
}

#under_footer_infoarea .footer_heading2 {
  font-weight: bold;
}

/* under_footer_bnr */
#under_footer_bnr {
  margin-bottom: 50px;
  padding: 0;
  list-style: none;
}
#under_footer_bnr .slick-track {
  display: flex;
}
#under_footer_bnr .slick-slide {
  height: auto;
  float: none;
}
#under_footer_bnr ul {
  padding: 0 90px;
  position: relative;
}
#under_footer_bnr li {
  box-sizing: border-box;
  border: 5px solid #f5f5f5;
  margin: 0 20px;
  padding: 10px;
  display: flex;
  align-items: center;
}

#under_footer_bnr .slick-prev,
#under_footer_bnr .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 70px;
    height: 100%;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: #f4f4f4;
}
#under_footer_bnr .slick-prev {
  right: 0;
}
#under_footer_bnr .slick-next {
  left: 0;
}
#under_footer_bnr .slick-prev:before,
#under_footer_bnr .slick-next:before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -12px;
  width: 25px;
  height: 25px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#under_footer_bnr .slick-prev:before {
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  right:50%;
  margin-right: -8px;
}
#under_footer_bnr .slick-next:before {
  border-bottom: 2px solid #000;
  border-left: 2px solid #000;
  left:50%;
  margin-left: -8px;
}
#under_footer_bnr .slick-prev:hover,
#under_footer_bnr .slick-prev:focus,
#under_footer_bnr .slick-next:hover,
#under_footer_bnr .slick-next:focus {
    color: transparent;
    outline: none;
}
#under_footer_bnr .slick-prev:hover:before,
#under_footer_bnr .slick-next:hover:before {
    opacity: .25;
}
#under_footer_bnr .slick-prev.slick-disabled:before,
#under_footer_bnr .slick-next.slick-disabled:before {
    opacity: 1;
}

/* ======================================================================
   container
====================================================================== */

#container {
  overflow: hidden;
}

.clear {
  clear: both;
}
.contents_wrapper {
  width: 1020px;
  margin: 0 auto;
  box-sizing: border-box;
}

/* breadcrumb */
.breadcrumb {
  border-top: 1px solid #ccc;
  list-style: none;
  padding: 5px 10px;
}
.breadcrumb li {
  display: inline-block;
  position: relative;
  padding: 0 0 0 30px;
}
.breadcrumb li::before{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 11px;
  width: 5px;
  height: 5px;
  margin-top: -5px;
  border-top: 2px solid #ccc;
  border-right: 2px solid #ccc;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.breadcrumb li:first-child {
  padding-left: 0;
}
.breadcrumb li:first-child:before {
  display: none;
}
.breadcrumb li a {
  text-decoration: none;
}

/* page_mainimage */
#page_mainimage {
  position: relative;
  width: 1020px;
  height: 200px;
}
#page_mainimage p {
  padding: 70px 50px 0;
  font-size: 36px;
	font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}
#page_mainimage h1 {
  padding: 90px 50px 0;
  font-size: 36px;
  font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}
#page_mainimage img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: -1;
}

/* cat_note */
.cat_note {
  background: #f4f4f4;
  margin: 0 0 20px;
  padding: 20px;
  font-size: 16px;
  line-height: 200%;
}
.breadcrumb+.cat_note{
    margin-top: 15px;
}

/* page_link */
.page_link {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.breadcrumb+.page_link{
    margin-top: 20px;
}
#page_mainimage + .page_link {
    margin-top: 20px;
}
.page_link li {
  width: 240px;
  margin: 0 20px 20px 0;
  box-sizing: border-box;
  border: 1px solid #000;
  display: flex;
  align-items: center;
  flex-wrap: wrap;

}
.page_link li:nth-child(4n) {
  margin-right: 0;
}
.page_link a {
  padding: 7px 30px 7px 40px;
  position: relative;
  text-align: left;
  text-decoration: none;
  width: 100%;
}
.page_link a::before{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 15px;
  width: 5px;
  height: 5px;
  margin-top: -3px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* page_ttl */
#page_ttl,
.page_ttl{
  margin: 30px 0;
  padding: 35px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size: 24px;
}

section+.page_ttl{
    margin-top: 60px;
}

/* title */
.ttl_a {
  margin: 0 0 15px;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #000;
  font-size: 20px;
}
.ttl_b {
  margin: 0 0 15px;
  padding: 8px 15px;
  background: #eee;
  font-size: 16px;
}
.ttl_c {
  margin: 0 0 5px;
  padding: 0 0 5px 0;
  border-bottom: 1px solid #ccc;
  font-size: 15px;
}

/* list */
.list01 {
  margin: 0 0 20px;
  list-style: none;
}
.list01 li {
  margin: 0;
  padding: 0 0 10px 23px;
  position: relative;
}
.list01 li:last-child {
  padding-top: 0;
}
.list01 li::before {
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  left: 0;
  width: 10px;
  height: 2px;
  background: #000;
}

/* table */
.table01 {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin: 0 0 30px;
  padding: 0 10px;
  border: 1px solid #ccc;
}
.table01 th,
.table01 td {
  text-align: left;
  padding: 10px;
}
.table01 th {
  border-bottom: 2px solid #000;
  font-size: 15px;
  font-weight: bold;
}
.table01 td {
  border-bottom: 1px solid #ccc;
}
.table01 tr:last-of-type td {
  border-bottom: none;
}

.table02.xlf {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin: 0 0 30px;
  padding: 0 10px;
  border: 1px solid #ccc;
}
.table02.xlf th,
.table02.xlf td {
  text-align: left;
  padding: 10px;
}
.table02.xlf th {
  border-bottom: 2px solid #000;
  font-size: 15px;
  font-weight: bold;
}
.table02.xlf td {
  border-bottom: 1px solid #ccc;
}
.table02.xlf tr:last-of-type td {
  border-bottom: none;
}

/* btn */
.btn {
}
.btn A {
  display: inline-block;
  margin: 0;
  padding: 10px 30px 10px 50px;
  border: 1px solid #000;
  text-decoration: none;
  position: relative;
  text-align: left;
}
.btn A::before{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 20px;
  width: 5px;
  height: 5px;
  margin-top: -4px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.btn A:hover{
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
}
.link_btn {
  text-align: center;
}

/* box */
.box_left {
  float: left;
  box-sizing: border-box;
}
.box_right {
  float: right;
  box-sizing: border-box;
}
.box_txt {
  margin: 0 0 30px;
}
.box_txt.center{
  text-align: center;
}
.box_img {
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
  margin: 0 0 30px;
  padding: 10px;
}
.box_img .caption {
  font-size: 11px;
  padding: 10px 0 0;
}

/* ======================================================================
   top page
====================================================================== */

#mainimage {
  margin-bottom: 40px;
  position: relative;
}
.mainimage_txt {
  position: absolute;
  z-index: 10;
  top: -100%;
  left: -100%;
  right: -100%;
  bottom: -100%;
  margin: auto;
  width: 640px;
  height: 366px;
}
.mainimage_slide {
}
.mainimage_slide .slick-dots {
  display: none;
}
.mainimage_news {
  position: absolute;
  z-index: 10;
  left: 0;
  bottom: 0;
  background: rgba(255,255,255,0.9);
  width: 100%;
  padding: 20px 0;
}
.mainimage_news .contents_wrapper {
  display: flex;
  justify-content: space-between;
}
.news_txt {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 844px;
}
.news_txt h2 {
  display: inline-block;
  border: 1px solid #000;
  border-radius: 5px;
  width: 100px;
  text-align: center;
  font-weight: 500;
  margin: 0 20px 0 0;
  padding: 2px 0;
}
.news_txt p {
  display: inline;
}
.news_btn {
  white-space: nowrap;
  margin-left: 25px;
}
.news_btn a {
  display: inline-block;
  position: relative;
  text-decoration: none;
  padding: 3px 0 3px 34px;
}
.news_btn a::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 28px;
  height: 28px;
  border: 1px solid #000;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.news_btn a::after{
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: 5px;
  height: 5px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* top_awards */
#top_awards{
    width: 1040px;
    margin: 0 auto 30px;
    overflow: hidden;
}

#top_awards li{
    list-style: none;
    margin: 0 10px;
    width: calc(100% / 3 - 20px);
    float: left;
}

#top_awards li img {
    width: 100%;
}

/* top_bnr */
#top_bnr{
    width: 1040px;
    margin: 0 auto;
}

#top_bnr ul {
  list-style: none;
  overflow: hidden;
  width: 1040px;
  margin: 0 0 20px;
}
#top_bnr *{
    font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG明朝B", "MS Mincho", serif;
}
#top_bnr li {
  float: left;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;

    width: 33.3%;
    margin-bottom: 20px;
    text-align: center;
}
#top_bnr li a{
    display: block;
    height: 233px;
    margin: 0 10px;
    border: 1px solid #010101;
    text-decoration: none;
    position: relative;
}
#top_bnr li:nth-child(2),
#top_bnr li:nth-child(5){
    width: 33.4%;
}

#top_bnr li .title{
    font-size: 25px;
    line-height: 25px;
    font-weight: 500;
    padding-top: 64px;
    padding-bottom: 28px;
    position: relative;
    z-index: 2;
}

#top_bnr li .title:after{
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -20px;
    bottom: 0;
    height: 1px;
    width: 40px;
    background: #010101;
}

#top_bnr li .sub{
    padding-top: 19px;
    font-size: 16px;
    line-height: 24px;
    position: relative;
    z-index: 2;
}

#top_bnr li .bg{
    display: block;
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: opacity 0.5s;
    opacity: 0;
    z-index: 1;
}

/*
#top_bnr li:nth-child(1) a:after{
  background-image: url(../images/top_bg_bnr01.jpg);
}
#top_bnr li:nth-child(2) a:after{
  background-image: url(../images/top_bg_bnr02.jpg);
}
#top_bnr li:nth-child(3) a:after{
  background-image: url(../images/top_bg_bnr03.jpg);
}
#top_bnr li:nth-child(4) a:after{
  background-image: url(../images/top_bg_bnr04.jpg);
}
#top_bnr li:nth-child(5) a:after{
  background-image: url(../images/top_bg_bnr05.jpg);
}
#top_bnr li:nth-child(6) a:after{
  background-image: url(../images/top_bg_bnr06.jpg);
}
*/


#top_bnr li a {
  display: block;
  background: #fff;
  transition: background 0.5s;
}
#top_bnr li a:hover{
    opacity: 1;
    color: #101010;
}
#top_bnr li a:hover .bg{
    opacity: 1;
}
/*
#top_bnr li a:hover img {
  opacity: 1;
}
*/

/* top_feature */
#top_feature {
  background: url(../images/top_bg_feature.jpg) no-repeat center bottom #f9f7f1;
  padding: 70px 0;
}
#top_feature .contents_wrapper {
  padding-left: 510px;
}
#top_feature h2 {
  font-size: 30px;
  margin-bottom: 30px;
}
#top_feature .txt {
  margin-bottom: 30px;
}
#top_feature .btn {
  text-align: right;
}

/* top_infoarea */
#top_infoarea {
  background: #f4f4f4;
  padding: 50px 0;
}
#top_infoarea h2 {
  font-size: 16px;
  margin: 0 0 10px;
  padding: 0 0 10px;
  border-bottom: 1px solid #000;
}

#top_time {
  float: left;
  width: 280px;
}
.time_list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.time_list li {
  margin: 0;
  padding: 13px 10px;
  border-bottom: 1px solid #ccc;
  font-size: 0.9rem;
}
.time_list span {
  display: inline-block;
  width: 5em;
  margin: 0 14px 0 0;
  border-right: 1px solid #000;
}

#top_access {
  float: right;
  width: 680px;
}
#top_access .box_left {
  width: 230px;
  padding-top: 10px;
}
#top_access .box_left .btn a {
  display: block;
}
#top_access .box_right {
  width: 430px;
  border: 5px solid #fff;
  margin-top: 10px;
}
#top_access .box_right iframe {
  vertical-align: bottom;
}

/* ======================================================================
   sp
====================================================================== */

@media screen and (max-width: 640px) {
  body{
    min-width:100%;
  }

  /* ======================================================================
     header
  ====================================================================== */
  #header {
    width: 100%;
    max-width: none;
    margin: 0 auto;
    padding: 10px;
    box-sizing: border-box;

    position: fixed;
    top: 0;
    background: #fff;
    z-index: 100;
    border-bottom: 1px solid #ccc;
  }
  #header_logo {
    float: left;
    width: 300px;
  }
  #sp_tel {
    display: block;
    float: right;
    margin: 0 35px 0 0;
  }
  #sp_tel a {
    display: block;
    width: 15px;
    height: 28px;
    padding: 3px 7px;
  }
  #header._191124 #sp_tel a{
      display: inline-block;
  }
  #sp_tel a.webform {
      width: auto;
      font-size: 10px;
      text-decoration: none;
      border: 1px solid #000;
      height: 26px;
      border-radius: 3px;
      margin-left: 5px;
  }
  #sp_fixed_bottom_nav {
      display: flex;
      position: fixed;
      left: 0;
      right: 0;
      bottom: 0;
      height: 66px;
      background: #FFF;
      z-index: 11;
  }
  #sp_fixed_bottom_nav.gray {
      background: #EEE;
  }
  #sp_fixed_bottom_nav.black {
      background: #000;

  }
  #sp_fixed_bottom_nav.black a {
      color: #DDD;
  }
  #sp_fixed_bottom_nav.black a + a {
      border-left: 1px solid #888;
  }
  #sp_fixed_bottom_nav a {
/*       display: flex; */
      flex-wrap: wrap;
      width: calc(100% / 3);
      height: 100%;
/*       align-items: center; */
/*       justify-content: center; */
      text-align: center;
      font-size: 12px;
      line-height: 20px;
      text-decoration: none;
      box-sizing: border-box;
      padding-top: 13px;
  }
  #sp_fixed_bottom_nav a + a {
      border-left: 1px solid #000;
  }
  #sp_fixed_bottom_nav a img {
      height: 20px;
      width: auto;
  }
  #sp_fixed_bottom_nav a span {
      display: block;
      width: 100%;
  }
  #header_info {
    display: none;
  }
  #global_nav {
    position: absolute;
    /* 開いてないときは画面外に配置 */
    top: -800px;
    left: 0;
    width: calc(100% - 20px);
    text-align: center;
    padding: 50px 10px 10px;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    z-index: 100;
    background: #fff;
  }
  #global_nav ul {
    list-style: none;
    position: static;
    right: 0;
    bottom: 0;
    width: auto;
  }
  #global_nav ul li {
    position: static;
    width:100% !important;
  }
  #global_nav ul li a,
  .fixed #global_nav ul li a,
  #global_nav li span {
    width: 100%;
    display: block;
    margin: 0 !important;
    font-size: 14px;
    border:none;
  }
  #global_nav li ul {
    position: relative;
    top: none;
    left: none;
    right: none;
    margin: 0;
    padding: 0;
    width: 100%;
    overflow: hidden;
    height: auto;
    display: block !important;
  }
  #global_nav li ul li {
    float: left;
    display: block;
    width: 50% !important;
  }
  #global_nav li ul li:nth-child(2n+1) {
    clear:both;
  }
  #global_nav li ul li a {
    margin: 0;
    padding: 5px 0;
    border-top: none;
    text-align: center;
    font-size: 12px;
  }
  #global_nav li ul li:first-child a {
    border: none;
  }
  #global_nav li.nav_reserve {
    float: none;
    clear: both;
    width: 100% !important;
    overflow: hidden;
    padding-top: 20px;
  }
  #global_nav li.nav_reserve a {
    width: auto;
  }
  #nav_toggle {
    display: block;
  }
  /* #nav_toggle 切り替えアニメーション */
  .open #nav_toggle span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
  }
  .open #nav_toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .open #nav_toggle span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
  }
  /* #global_nav スライドアニメーション */
  .open #global_nav {
    /* #global_nav top + #mobile_head height */
    -moz-transform: translateY(800px);
    -webkit-transform: translateY(800px);
    transform: translateY(800px);
  }

  /* ======================================================================
     footer
  ====================================================================== */
  
  #footer {
    padding: 20px 0 0 0;
  }
  /* footer_bnr */
  #footer_bnr {
    margin-bottom: 10px;
/*     display: flex; */
/*     flex-direction: column; */
/*     flex-wrap: wrap; */
/*     height: 110vw; */
    overflow: hidden;
    margin: 0 10px;
    padding-bottom: 20px;
  }
  #footer_bnr li {
    display: block;
    box-sizing: border-box;
    border: none;
    margin: 0 !important;
    padding: 0 5px 10px;
    width: 50%;
    float: left;
  }
  #footer_bnr li a {
    display: inline-block;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
  }
  /* footer_news */
  #footer_news {
    margin-bottom: 20px;
  }
  #footer_news h2 {
  }
  .footer_news_inner {
    height: 225px;
  }
  .news_list {
  }
  .news_list li {
    line-height: 150%;
  }
  .news_list span {
    display: block;
    width: auto;
    margin: 0 0 5px;
    border-right: none;
  }

  /* footer_contact */
  #footer_contact {
    margin-bottom: 15px;
    box-sizing: border-box;
    padding: 15px;
    display: block;
    text-align: center;
  }
  .footer_contact_logo {
    width: 50%;
    margin: 0 auto 15px;
  }
  .footer_contact_address {
    font-size: 14px;
    line-height: 140%;
    margin-bottom: 15px;
  }
  .footer_contact_tel {
    width: 95%;
    margin: 0 auto;
  }
  /* footer_nav */
  #footer_nav {
    display: none;
  }
  /* pagetop */
  #pagetop :hover{
      opacity: 1 !important;
/*     display: none !important; */
  }
  /* copyright */
  #copyright {
    font-size: 10px;
  }


  /* ======================================================================
     下層　footer
  ====================================================================== */

  #under_footer {
    padding-top: 20px;
    border-top: 5px solid #eee;
  }

  /* under_footer_infoarea */
  #under_footer_infoarea {
    background: #f4f4f4;
    padding: 20px 0;
    margin-bottom: 20px;
  }

  /* under_footer_bnr */
  #under_footer_bnr {
    margin-bottom: 20px;
    padding: 0;
    list-style: none;
  }
  #under_footer_bnr ul {
    padding: 0 22px;
    position: relative;
  }
  #under_footer_bnr li {
    box-sizing: border-box;
    border: 3px solid #f5f5f5;
    margin: 0 3px;
    padding: 5px;
  }
  #under_footer_bnr li a {
    width: 100% !important;
  }
  #under_footer_bnr li img {
    width: 100% !important;
  }
  #under_footer_bnr .slick-prev,
  #under_footer_bnr .slick-next {
      width: 17px;
  }
  #under_footer_bnr .slick-prev:before,
  #under_footer_bnr .slick-next:before {
    margin-top: -5px;
    width: 8px;
    height: 8px;
  }
  #under_footer_bnr .slick-prev:before {
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    margin-right: -2px;
  }
  #under_footer_bnr .slick-next:before {
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
    margin-left: -2px;
  }

  /* ======================================================================
     container
  ====================================================================== */
  
  #container {
    width: 100%;
    overflow: hidden;
    clear: both;
  }
  .contents_wrapper {
    width: auto;
    margin: 0 15px;
  }
  /* breadcrumb */
  .breadcrumb {
    padding: 5px 5px;
  }
  .breadcrumb li {
    padding: 0 0 0 20px;
    font-size: 11px;
  }
  .breadcrumb li::before{
    left: 5px;
  }

  /* page_mainimage */
  #page_mainimage {
    position: relative;
    width: 100%;
    height: 100px;
    overflow: hidden;
  }
  #page_mainimage p {
    padding: 30px 10px 0;
    font-size: 24px;
  }
  #page_mainimage h1 {
    padding: 42px 10px 0;
    font-size: 24px;
  }
  #page_mainimage img {
    max-width: none;
    height: 100px;
  }

  /* cat_note */
  .cat_note {
    padding: 10px;
    font-size: 14px;
  }

  /* page_link */
  .page_link {
  }
  .page_link li {
    width: 100%;
    margin: 0 0 10px 0;
  }

  /* page_ttl */
  #page_ttl {
    margin: 20px 0;
  }

  /* title */
  .ttl_a {
  }
  .ttl_b {
  }
  .ttl_c {
  }

  /* list */
  .list01 {
  }

  /* table */
  .table01 {
    border: none;
    padding: 0;
  }
  .table01 thead {
    display: none;
  }
  .table01 tr {
    border: 1px solid #ccc;
    display: block;
    margin-bottom: 20px;
  }
  .table01 td {
    border-bottom: 1px solid #ccc;
    display: block;
    overflow: hidden;
  }
  .table01 td:before {
    content: attr(data-label);
    display: block;
    float: left;
    font-weight: bold;
    width: 5em;
    margin: 0 1em 0 0;
  }
  .table01 td p {
    margin-left: 6em;
  }
  .table01 tr:last-of-type td {
    border-bottom: 1px solid #ccc;
  }
  .table01 td:last-of-type {
    border-bottom: none !important;
  }

  /* btn */
  .btn {
    width: 75%;
    margin: 0 auto;
  }
  .btn A {
    display: block;
    margin: 0;
    padding: 10px 30px 10px 50px;
    border: 1px solid #000;
    text-decoration: none;
    position: relative;
  }
  .btn A::before{
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 20px;
    width: 5px;
    height: 5px;
    margin-top: -4px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .link_btn {
    width: 100%;
  }
  
  /* box */
  .box_left {
    float: none;
  }
  .box_right {
    float: none;
  }
  .box_txt {
    margin: 0 0 20px;
  }
  .box_img {
    margin: 0 0 20px;
  }
  .box_img .caption {
  }

  /* パノラマビュースマホ表示 */
  .ggmap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
  }
  .ggmap iframe,
  .ggmap object,
  .ggmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  
  /* ======================================================================
     top page
  ====================================================================== */
  
  #mainimage {
    margin-bottom: 15px;
  }
  .mainimage_txt {
    top: 0;
    left: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    height: auto;
  }
  .mainimage_slide {
  }
  .mainimage_news {
    display: none;
    position: relative;
    z-index: 10;
    left: none;
    bottom: none;
    padding: 0;
  }
  .mainimage_news .contents_wrapper {
    display: block;
    margin: 10px;
    width: auto;
  }
  .news_txt {
    white-space: normal;
    text-overflow: none;
  }
  .news_txt h2 {
  }
  .news_txt p {
    display: block;
    padding: 10px 0 0 0;
  }
  .news_btn {
    position: absolute;
    right: 10px;
    top: 0;
  }
    /* top_awards */
    #top_awards{
        width: auto;
        margin: 0 -2px 20px;
        overflow: hidden;
        position: relative;
    }
    #top_awards li {
        margin: 0 2px;
        width: calc(100% / 3 - 4px);
    }
  /* top_bnr */
  #top_bnr{
      width: 100%;
  }
  #top_bnr .contents_wrapper {
      width: auto;
      margin: 0 2px 15px;
  }
  #top_bnr ul {
    list-style: none;
    overflow: hidden;
    text-align: center;
  }
  #top_bnr li {
    background: none !important;
  }
  #top_bnr li .title{
      padding: 30px 0 15px;
      font-size: 13px;
      font-weight: bold;
  }
  #top_bnr li .sub{
      padding: 15px 5px 0;
      font-size: 11px;
      line-height: 20px;
  }
  /* topbanner行間調整用 */
  #top_bnr li .sub.paramin{
    line-height: 1;
  }
  #top_bnr li a {
    display: block;
    background: #fff;
    transition: background 0.5s;
    margin: 0 2px;
    height: 160px;
  }

  /* top_feature */
  #top_feature {
    background-image: none;
    padding: 20px 0;
  }
  #top_feature .contents_wrapper {
    padding-left: 0;
  }
  #top_feature h2 {
    font-size: 19px;
    margin-bottom: 20px;
  }
  #top_feature .txt {
    margin-bottom: 20px;
  }

  /* top_infoarea */
  #top_infoarea {
    background: #f4f4f4;
    padding: 20px 0;
  }

  #top_time {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  .time_list {
  }

  #top_access {
    float: none;
    width: 100%;
  }
  #top_access .box_left {
    width: 100%;
    padding-top: 10px;
  }

  #top_access .box_right {
    width: 100%;
    border: 5px solid #fff;
    margin-top: 10px;
  }
  #top_access .box_right iframe {
    width: 100%;
    height: 200px;
  }
  .wrapper-video {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    margin-bottom: 50px;
  }
  
  .wrapper-video iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }

  .ttl_a{
      font-size: 16px;
      line-height: 24px;
  }
  #page_ttl, .page_ttl{
      font-size: 20px;
      line-height: 26px;
      padding: 20px 0;
  }
  table{
      width: auto !important;
      max-width: 100%;
  }
  table td{
      width: auto !important;
  }
}




/* ==================== clearfix ==================== */
/* clearfix */
.cf:after{ content: ""; display: block; clear: both; height: 0; visibility: hidden; }
.cf { min-height: 1px; _height: 1px; }


/* ==================== レイアウト ==================== */

/* ------ margin ------ */
.m_A { margin: 0 auto !important; }
.mt_0 { margin-top: 0 !important; }
.mt_5 { margin-top: 5px !important; }
.mt_10 { margin-top: 10px !important; }
.mt_15 { margin-top: 15px !important; }
.mt_20 { margin-top: 20px !important; }
.mt_25 { margin-top: 25px !important; }
.mt_30 { margin-top: 30px !important; }
.mt_35 { margin-top: 35px !important; }
.mt_40 { margin-top: 40px !important; }
.mt_45 { margin-top: 45px !important; }
.mt_50 { margin-top: 50px !important; }
.mt_55 { margin-top: 55px !important; }
.mt_60 { margin-top: 60px !important; }
.mt_65 { margin-top: 65px !important; }
.mt_70 { margin-top: 70px !important; }
.mt_75 { margin-top: 75px !important; }
.mt_80 { margin-top: 80px !important; }
.mt_85 { margin-top: 85px !important; }
.mt_90 { margin-top: 90px !important; }
.mt_95 { margin-top: 95px !important; }
.mt_100 { margin-top: 100px !important; }
.mr_0 { margin-right: 0 !important; }
.mr_5 { margin-right: 5px !important; }
.mr_10 { margin-right: 10px !important; }
.mr_15 { margin-right: 15px !important; }
.mr_20 { margin-right: 20px !important; }
.mr_25 { margin-right: 25px !important; }
.mr_30 { margin-right: 30px !important; }
.mr_35 { margin-right: 35px !important; }
.mr_40 { margin-right: 40px !important; }
.mr_45 { margin-right: 45px !important; }
.mr_50 { margin-right: 50px !important; }
.mr_55 { margin-right: 55px !important; }
.mr_60 { margin-right: 60px !important; }
.mr_65 { margin-right: 65px !important; }
.mr_70 { margin-right: 70px !important; }
.mr_75 { margin-right: 75px !important; }
.mr_80 { margin-right: 80px !important; }
.mr_85 { margin-right: 85px !important; }
.mr_90 { margin-right: 90px !important; }
.mr_95 { margin-right: 95px !important; }
.mr_100 { margin-right: 100px !important; }
.mb_0 { margin-bottom: 0 !important; }
.mb_5 { margin-bottom: 5px !important; }
.mb_10 { margin-bottom: 10px !important; }
.mb_15 { margin-bottom: 15px !important; }
.mb_20 { margin-bottom: 20px !important; }
.mb_25 { margin-bottom: 25px !important; }
.mb_30 { margin-bottom: 30px !important; }
.mb_35 { margin-bottom: 35px !important; }
.mb_40 { margin-bottom: 40px !important; }
.mb_45 { margin-bottom: 45px !important; }
.mb_50 { margin-bottom: 50px !important; }
.mb_55 { margin-bottom: 55px !important; }
.mb_60 { margin-bottom: 60px !important; }
.mb_65 { margin-bottom: 65px !important; }
.mb_70 { margin-bottom: 70px !important; }
.mb_75 { margin-bottom: 75px !important; }
.mb_80 { margin-bottom: 80px !important; }
.mb_85 { margin-bottom: 85px !important; }
.mb_90 { margin-bottom: 90px !important; }
.mb_95 { margin-bottom: 95px !important; }
.mb_100 { margin-bottom: 100px !important; }
.ml_0 { margin-left: 0 !important; }
.ml_5 { margin-left: 5px !important; }
.ml_10 { margin-left: 10px !important; }
.ml_15 { margin-left: 15px !important; }
.ml_20 { margin-left: 20px !important; }
.ml_25 { margin-left: 25px !important; }
.ml_30 { margin-left: 30px !important; }
.ml_35 { margin-left: 35px !important; }
.ml_40 { margin-left: 40px !important; }
.ml_45 { margin-left: 45px !important; }
.ml_50 { margin-left: 50px !important; }
.ml_55 { margin-left: 55px !important; }
.ml_60 { margin-left: 60px !important; }
.ml_65 { margin-left: 65px !important; }
.ml_70 { margin-left: 70px !important; }
.ml_75 { margin-left: 75px !important; }
.ml_80 { margin-left: 80px !important; }
.ml_85 { margin-left: 85px !important; }
.ml_90 { margin-left: 90px !important; }
.ml_95 { margin-left: 95px !important; }
.ml_100 { margin-left: 100px !important; }

/* ------ float ------ */
.f_l { float: left; }
.f_r { float: right; }

/* ------ テキスト系 ------ */
.ta_c { text-align: center !important; }
.ta_l { text-align: left !important; }
.ta_r { text-align: right !important; }
.fw_n { font-weight: normal !important; }
.fw_b { font-weight: bold !important; }

/* ------ 文字省略 ------ */
.ellipsis {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}




#nav_toggle{
    top: 0;
    right: 0;
    height: 55px;
    width: 50px;
}

#nav_toggle:after{
    content: "";
    display: block;
    position: absolute;
    width: 30px;
    left: 50%;
    transform: translateX(-50%);
    height: 8px;
    bottom: 10px;
    background: url(../images/menu.png) no-repeat center center;
    background-size: contain;
}

#nav_toggle div{
    width: 30px;
    top: 12px;
    margin: 0 auto;
}

header.open #nav_toggle div{
    top: 8px;
}

#footer_news.news_index{
    padding: 40px 0 20px;
}

.wp-pagenavi{
    text-align: center;
    margin-top: 20px;
}

.wp-pagenavi a,
.wp-pagenavi span{
    display: inline-block;
    height: 40px;
    line-height: 40px;
    width: 40px;
    text-align: center;
    border: 1px solid #EEE;
    border-radius: 4px;
    text-decoration: none;
    margin: 0 5px;
}

.wp-pagenavi span{
    background: #EEE;
}

.table_image{
    overflow: hidden;
}

.table_image .image{
    float: left;
    width: 400px;
}

.table_image .image img{
    max-width: 100%;
}

.table_image table{
    width: 600px;
    float: left;
/*     margin: 0px !important; */
}

@media screen and (max-width: 640px){
    #sp_tel{
        margin-right: 40px;
    }
    #footer_news.news_index{
        padding: 20px 0;
        margin: 0;
    }
    .wp-pagenavi a,
    .wp-pagenavi span{
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 11px;
    }

    .table_image .image{
        float: none;
        width: 100%;
        margin-bottom: 10px;
        text-align: center;
    }

    .table_image table{
        width: 100%;
        float: none;
        margin: 0 !important;
    }
    .wp-caption{
        max-width: 100%;
        width: auto !important;
        margin-bottom: 20px;
    }
    .float_img {
      width: 48%;
      padding: 10px 1%;
    }
}

@media screen and (max-width: 350px) {
  #header._191124 #header_logo{
      width: 167px;
  }
}

@media screen and (max-width: 640px){

table.sp-scroll-x {
    width: 100% !important;
    overflow-x: scroll;
    display: block;
   border: 1px solid #ccc;
}

table.sp-scroll-x tbody {
    width: auto;
    white-space: nowrap;
    display: table;
    border-collapse: collapse;
}

table.sp-scroll-x tr {
   display: table-row;
    margin-bottom: 0;
    width: 100%;
    border: none;
}

table.sp-scroll-x tr td {
    margin-left: 1px;
}

table.sp-scroll-x tr th {
   display: table-cell;
    width: 200px;
}

table.sp-scroll-x tr td {
   display: table-cell;
}

table.sp-scroll-x tr td:last-child {
    border-bottom: 1px solid #CCC !important;
}


}

/* 200818 */
#top_feature {
    background: url(../images/top_bg_feature_x2.jpg) no-repeat center bottom #f9f7f1;
}

#top_feature .contents_wrapper {
    padding-left: 0;
    padding-right: 510px;
}

#top_feature .btn {
    text-align: left;
}
@media screen and (max-width: 640px){
    #top_feature {
        background-image: none;
    }
    #top_feature .contents_wrapper {
        padding-right: 0px;

    }
}


.footer_contact_wrap {
    display: flex;
    width: 1020px;
    margin: 0 auto;
    flex-wrap: wrap;
    margin-bottom: 50px;
  justify-content: space-between;
}

.footer_contact {
  border: 1px solid #000;
  box-sizing: border-box;
  padding: 35px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 0;
}
.footer_contact * {
  text-decoration: none;
}

.footer_contact._upper {
    padding: 0;
}

.footer_contact_upper_anc {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 35px 378px 35px 30px;
}

.footer_contact_tel._fixed{
    position: absolute !important;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
}

.footer_contact_logo {
  flex-basis: 145px;
}
.footer_contact_address {
  flex-basis: auto;
  font-size: 16px;
  line-height: 140%;
}
.footer_contact_tel {
  flex-basis: 248px;
  padding-left: 54px;
  background: url(../images/footer/tel_pfx.png) no-repeat left center;
  font-size: 20px;
  font-weight: bold;
}

.footer_contact_name {
    display: block;
    font-size: 1.3em;
    margin-bottom: 15px;
    font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG明朝B", "MS Mincho", serif;
}

.footer_contact {
    width: calc(50% - 5px);
    margin-top: 10px;
    align-items: baseline;
    position: relative;
}


.footer_contact.contents_wrapper .footer_contact_address {
    width: 100%;
}

.footer_contact.contents_wrapper .footer_contact_tel {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 185px;
}

.footer_contact.contents_wrapper {
    position: relative;
    text-shadow: 0 0 5px rgba(255,255,255,0.5);
    overflow: hidden;
}

.footer_contact.contents_wrapper &gt; p,
.footer_contact.contents_wrapper &gt; a {
    z-index: 2;
    position: relative;
}

.footer_contact.contents_wrapper &gt; a:hover {
    color: inherit;
}

.footer_contact.contents_wrapper:before {
    content: "";
    display: block;
    position: absolute;
    left: 0; right: 0; top: 0; bottom: 0;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0;
    transition: opacity 400ms ease;
}

.footer_contact.contents_wrapper:hover:before {
    opacity: 0.8;
}

.footer_contact.contents_wrapper.ikebukuro:before {
    background-image: url(../images/footer/ikebukuro.png);
}
.footer_contact.contents_wrapper.ebisu:before {
    background-image: url(../images/footer/ebisu.jpg);
    top: -80px;
    transform: translateY(80px);
}
.footer_contact.contents_wrapper.shinbashi:before {
    background-image: url(../images/footer/shinbashi.jpg);
}
.footer_contact.contents_wrapper.yokohama:before {
    background-image: url(../images/footer/yokohama.jpg);
}


@media screen and (max-width: 640px){
    .footer_contact_wrap {
        width: 100%;
    }
    .footer_contact {
        display: block;
        text-align: center;
        width: 100%;
    }
    .footer_contact_tel {
        width: 185px;
    }
    .footer_contact.contents_wrapper .footer_contact_tel{
        position: relative;
        top: auto;
        right: auto;
    }

    .footer_contact._upper {
        padding: 35px 30px;
    }
    .footer_contact_upper_anc {
        display: block;
        width: 100%;
        box-sizing: border-box;
        padding: 0;
    }
    .footer_contact_tel._fixed{
        position: relative !important;
        top: auto;
        right: auto;
        transform: translateY(0);
    }

}

/* 210927 */
#mainimage .mainimage_txt {
    height: 290px;
}
#mainimage .mainimage_txt p {
    font-size: 26px;
    line-height: 26px;
    text-align: center;
    font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG明朝B", "MS Mincho", serif;
    width: 416px;
    margin: 0 auto;
    text-shadow: 0 0 2px rgba(255,255,255,0.9);
}

#mainimage .mainimage_txt p span {
    display: block;
    padding: 17px 0;
    white-space: nowrap;
    position: relative;
    color: #000;
}

#mainimage .mainimage_txt p span + span:before {
    content: "";
    display: block;
    height: 1px;
    background: #000;
    box-shadow: 0 0 2px rgba(255,255,255,0.9);
    position: absolute;
    top: 0; left: 0; right: 0;
}

@media screen and (max-width: 640px){
    #mainimage .mainimage_txt {
        top: 50%;
        transform: translateY(-50%);
        height: auto;
    }
    #mainimage .mainimage_txt p {
        font-size: 15px;
        line-height: 15px;
        width: 240px;
    }
    #mainimage .mainimage_txt p span {
        padding: 10px 0;
    }
}

/* fadeIn */

#wrapper &gt; main._hidden {
    opacity: 0;
}

#wrapper &gt; main {
    transition: opacity 600ms ease;
}


/* 220126 */
.column_list li{
  display: flex;
  flex-wrap: nowrap;
  padding: 14px 10px;
}
@media screen and (max-width: 640px){
  .column_list li{
    display: block;
  }
}

.column_list_item_left{
  width: 8%;
}
@media screen and (max-width: 640px){
  .column_list_item_left{
    width: 100%;
  } 
}

.column_list_item_right &gt; a{
  font-size: 20px;
  font-weight: bold;
}

.column_list_item_right{
  padding-left: 30px;
  width: 72%;
}
@media screen and (max-width: 640px) {
  .column_list_item_right{
    width: 100%;
    padding-left: 0;
  } 
}

.category_tag{
  display: inline-block;
  background: #A0DEDB;
  padding: 3px 10px;
  font-size: 13px;
}
.category_tag a{
  text-decoration: none;
  color: #fff;
  font-weight: bold;
}
.column_card_title{
  display: inline-block;
  margin-left: 0.8em;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 640px) {
  .column_card_title{
    margin-left: 0;
  }
}

.column_card_list-item {
  padding: 15px 0px;
  list-style: none;
}
.category_button{
  margin: 0 0 0 auto;
  width: 27%;
  text-align: center;
  background: #a0dedb;
  font-weight: bold;
  margin-bottom: 32px;
  padding: 10px 3px;
}
@media screen and (max-width: 640px) {
  .category_button{
    width: 80%;
    margin: auto;
    margin-bottom: 30px;
  }
}
.category_button &gt; a{
  color: #fff;
  text-decoration: none;
}
.column_card_desc{
  margin-left: 0;
}

/* 2023/01/18追加 */
.bannerLinks{
  display: flex;
  gap: 12px;
}
.banner {
  border: solid 2px #354b62;
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 450px;
  height: 100px;
  }
  .banner:before{
    content: '';
    background-color: rgba(0, 0, 0, 0.4);
  }
  .banner:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background: url(http://satodentalclinic-ikebukuro.jp/wp-content/uploads/2023/01/whitening_thum.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  transition: all .3s ease-out;
  }
  .banner2:after{
    background: url(http://satodentalclinic-ikebukuro.jp/wp-content/uploads/2023/01/kyousei_thum.jpg) no-repeat center center;
    background-size: cover;
  }
  .banner3:after{
    background: url(http://satodentalclinic-ikebukuro.jp/wp-content/uploads/2023/01/tsumemono_thum.jpg) no-repeat center center;
    background-size: cover;
  }
  .banner:hover:after {
  opacity: .8;
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  }
  .banner a {
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    height: 100%;
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 7px;
    text-shadow: 1px 1px 0 #354b62, -1px -1px 0 #354b62, -1px 1px 0 #354b62, 1px -1px 0 #354b62, 0px 1px 0 #354b62, 0-1px 0 #354b62, -1px 0 0 #354b62, 1px 0 0 #354b62;
  }



  .link-box {
    border: 1px solid #e1e1e1;
    padding: 10px;
    display: flex;
    margin: 30px 30px 30px 0;
    width: 70%;
  }

  .link-box:hover {
    background-color: #f3f3f3;
    -webkit-transition: background-color .35s;
    transition: background-color .35s
  }

  .img-box {
    width: 25%;
    float: left
  }

  .img-box div {
    min-height: 170px;
    background-size: cover;
    background-position: center center
  }

  .text-box {
    width: 75%;
    float: left;
    padding-left: 20px;
    line-height: 1.7;
    margin: 0
  }

  .text-box .title {
    font-size: 18px;
    font-weight: 600;
    color: #428bca;
    padding: 0;
    margin: 0
  }

  .text-box .description {
    font-size: 15px;
    color: #333;
    padding: 0
  }

  @media only screen and (max-width:640px) {
    .link-box{
      margin: 0;
      width: 90%;
      max-width: 400px;
      min-width: 320px;
    }
    .text-box .description{
      display: none;
    }
    .img-box div {
      min-height: 80px
    }
    .text-box {
      margin-left: 10px;
      line-height: 1.5
    }
    .text-box .title {
      font-size: 13px;
      margin: 0
    }
    .text-box .description {
      font-size: 11px;
      margin-top: 5px
    }
  }
  /* 〆2023/01/18追加 */

/* 2023/02/22追加 */
#five_feature{
  padding: 70px 0;
  background: #f9f7f1;
}
#five_feature.five_feature--bgWhite{
  padding: 70px 0;
  background: #fff;
}
#five_feature h2{
  text-align: center;
  font-size: 30px;
  margin-bottom: 30px;
}
.featureItem{
  position: relative;
  padding: 0px 0 240px 0px;
}
@media only screen and (max-width:640px){
  .featureItem{
    padding: 0px 0 30px 0px;
  }
}
.featureItem--greeting{
  padding: 0;
}

.featureItem--height1200{
  height: 1200px;
}
@media only screen and (max-width:640px){
  .featureItem--height1200{
    height: auto;
  } 
}

.featureItem__img{
  width: 62%;
  position: relative;
}
.featureItem__img--r{
  position: absolute;
  right: 0;
}
.featureItem__img--obsession{
  width: 50%;
}

@media only screen and (max-width:640px){
  .featureItem__img{
    width: auto;
    position: relative;
  }
}
.featureItem__text{
  z-index: 9999;
  background: #fff;
  padding: 85px 40px;
  width: 40%;
  position: absolute;
  top: 160px;
  right: 0;
}
.featureItem__text--r{
  position: relative;
}
.featureItem__text--obsession{
  width: 48%; 
  padding: 37px 40px 85px;
  top: 0;
}
.featureItem__text--greeting{
  top: 68px;
}


@media only screen and (max-width:640px){
  .featureItem__text{
    position: static;
    width: auto;
    padding: 35px 10px;
  }
  .featureItem__text--r{
    position: static;
  }
}
.featureItem__title{
  font-size: 20px;
  margin-bottom: 12px;
}
.btnWrap{
  text-align: center;
  padding-top: 50px;
}
@media only screen and (max-width:640px){
  .btnWrap{
    padding-top: 0;
  }
  .btnWrap--greeting{
    padding-top: 40px;
  }
}
.obsessionList{
  padding: 18px 10px;
  border: solid 1px #fff;
  margin: 10px 0px;
  background: #fff;
}
.obsessionList li{
  list-style-position: inside;
  list-style-type: decimal;
  padding-left: 1em;
  text-indent: -1em;
}
.facility{
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.facility__left{
  width: 45%;
}
.facility__right{
  width: 53%;
}
@media only screen and (max-width:640px){
  .facility__left{
    width: auto;
  }
  .facility__right{
    width: auto;
  } 
}
.facility__imgList{
  display: flex;
  list-style: none;
  align-items: baseline;
  gap: 15px;
  margin-top: 21px;
  flex-wrap: wrap;
}
@media only screen and (max-width:640px){
  .facility__imgList{
    margin-top: 10px;
    align-items: flex-start;
  }
}

.facility__imgList li{
  width: 48%;
}
@media only screen and (max-width:640px){
  .facility__imgList li{
    width: 47%;
  }
}


/* QA */
.cp_qa *, .cp_qa *:after, .cp_qa *:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.cp_qa .cp_actab {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 0 1em 0;
  color: #1b2538;
}
.cp_qa .cp_actab input {
  position: absolute;
  opacity: 0;
}
/* 質問 */
.cp_qa .cp_actab label {
  font-weight: bold;
  line-height: 1.6em;
  position: relative;
  display: block;
  margin: 0 0 0 0;
  padding: 1em 2em 1em 2.5em;
  cursor: pointer;
  text-indent: 1em;
  border-radius: 0.5em;
  background: #eee;
}
.cp_qa .cp_actab label::before {
  font-size: 1.5em;
  margin-left: -2em;
  padding-right: 0.5em;
  content: 'Q';
}
.cp_qa .cp_actab label:hover {
  transition: all 0.3s;
  color: #214393;
}
/* --質問の＋アイコン */
.cp_qa .cp_actab label::after {
  font-size: 1.7em;
  font-weight: bold;
  line-height: 2em;
  position: absolute;
  top: 0;
  right: 0;
  content: '\2b';
  display: inline-block;
  width: 2em;
  height: 2em;
  -webkit-transition: transform 0.4s;
          transition: transform 0.4s;
}
/* 答え */
.cp_qa .cp_actab .cp_actab-content {
  position: relative;
  overflow: hidden;
  max-height: 0;
  padding: 0 0 0 2.5em;
  -webkit-transition: max-height 0.2s;
          transition: max-height 0.2s;
  border-radius: 0 0 0.5em 0.5em;
}
.cp_qa .cp_actab .cp_actab-content::before {
  font-size: 1.5em;
  position: absolute;
  margin: 0.4em 0 0 -1em;
  padding: 0;
  content: 'A';
}
.cp_qa .cp_actab .cp_actab-content p {
  margin: 1em 1em 1em 0;
}
/* 質問を開いた時の仕様 */
/* --答えの高さ */
.cp_qa .cp_actab input:checked ~ .cp_actab-content {
  max-height: 40em;
  border: 10px solid #eee;
}
/* 質問をクリックした時のアイコンの動き */
.cp_qa .cp_actab input:checked ~ label {
  color: #214393;
  border-radius: 0.5em 0.5em 0 0;
}
/* 質問をクリックした時の+の動き */
.cp_qa .cp_actab input[type=checkbox]:checked + label::after {
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
/* 〆QA */

.dr-name{
  text-align: right;
  padding-top: 5px;
  line-height: 1.8;
}
.dr-name--large{
  font-size: 20px;
  font-weight: bold;
}


/* 〆2023/02/22追加 */

.youtube {
position: relative;
width: 100%;
padding-top: 56.25%;
}
.youtube iframe{
position: absolute;
top: 0;
right: 0;
width: 100% !important;
height: 100% !important;
}

  /* 〆2023/05/29追加 */

  /* 〆2025/03/27追加 */  
.wp-block-columns.is-layout-flex.wp-container-core-columns-is-layout-1.wp-block-columns-is-layout-flex {
    display: flex;
    grid-gap: 12px;
}</pre></body></html>