@charset "UTF-8";
html {
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 62.5%;
}

@media only screen and (max-width: 767px) {
  html {
    font-size: 55.69%;
  }
}
body {
  background: #fff;
  font-size: 1.8rem;
  font-family: "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  letter-spacing: 0.096rem;
  line-height: 2;
  color: #2d2d2d;
  -moz-font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

a {
  color: #333333;
  transition: .3s;
}

a:hover {
  cursor: pointer;
}

*:focus {
  outline: none;
}

@media print, screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none !important;
  }
}
strong {
  font-weight: bold;
}

.hidden {
  display: none !important;
  overflow: hidden !important;
}

.off {
  pointer-events: none !important;
  cursor: none;
}

.color01 {
  color: #a98850;
}

.color02 {
  color: #5d4225;
}

.colorbg {
  background: repeating-linear-gradient(-45deg, #f5f1ed 0, #f5f1ed 2px, #f2ede9 2px, #f2ede9 4px);
}

.p_ttl {
  font-size: 120%;
  font-weight: bold;
  font-family: a-otf-ud-reimin-pr6n, sans-serif;
  text-decoration: underline;
  color: #a98850;
}

.p_ttl .subtext {
  font-size: 75%;
  display: block;
  color: #5d4225;
}

.name {
  font-size: 105%;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  font-weight: bold;
}

.emp {
  color: red;
  font-weight: bold;
}

.underline {
  text-decoration: underline;
}

.tac {
  text-align: center !important;
}

.tar {
  text-align: right !important;
}

.tal {
  text-align: left !important;
}

@media print, screen and (min-width: 768px) {
  .pc_tac {
    text-align: center !important;
  }

  .pc_tar {
    text-align: right !important;
  }

  .pc_tal {
    text-align: left !important;
  }
}
@media only screen and (max-width: 767px) {
  .sp_tac {
    text-align: center !important;
  }

  .sp_tar {
    text-align: right !important;
  }

  .sp_tal {
    text-align: left !important;
  }
}
.clearfix {
  overflow: hidden;
}

.clearfix:after {
  clear: both;
  content: "";
  display: block;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

.alignleft {
  float: left;
  margin: 0 30px 20px 0;
}

.aligncenter {
  display: block;
  width: auto;
  margin: 0 auto 30px;
}

.alignright {
  float: right;
  margin: 0 0 20px 30px;
}

@media print, screen and (min-width: 768px) {
  .alignleft {
    margin-right: 30px;
    width: 34%;
  }

  .alignright {
    margin-left: 30px;
    width: 34%;
  }
}
@media only screen and (max-width: 767px) {
  .alignleft, .aligncenter, .alignright {
    display: block;
    float: none;
    margin: 0 auto 20px;
  }
}
.sp {
  display: none !important;
}

@media only screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }

  br.sp,
  span.sp {
    display: inline !important;
  }

  span.br {
    display: inline-block !important;
  }

  span.spdb {
    display: inline-block;
  }
}
.flex_1 {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.columns_wrap {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media print, screen and (min-width: 768px) {
  .columns {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }

  .columns .columns:not(.reverse) .column:not(.col_2):not(.col_3):not(.col_4):not(.col_5):not(.col_6):not(:first-child) {
    margin-right: 2%;
  }

  .columns.reverse {
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .columns.reverse > :not(:first-child) {
    margin-right: 2%;
  }

  .columns.reverse > :first-child {
    margin-right: 0;
  }

  .columns.columns_2, .columns.columns_3, .columns.columns_4, .columns.columns_5, .columns.columns_6 {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .columns.columns_2 > *,
  .columns .col_2 {
    width: 49%;
  }

  .columns.columns_3 > *,
  .columns .col_3 {
    width: 32%;
  }

  .columns.columns_4 > *,
  .columns .col_4 {
    width: 23.5%;
  }

  .columns.columns_5 > *,
  .columns .col_5 {
    width: 18.4%;
  }

  .columns.columns_6 > *,
  .columns .col_6 {
    width: 15%;
  }

  .columns.columns_2 > *, .columns.columns_3 > *, .columns.columns_4 > *, .columns.columns_5 > *, .columns.columns_6 > *,
  .columns .col_2, .columns .col_3, .columns .col_4, .columns .col_5, .columns .col_6 {
    margin-top: 2%;
    margin-right: 2%;
  }

  .columns.columns_2 > *:nth-child(2n), .columns.columns_3 > *:nth-child(3n), .columns.columns_4 > *:nth-child(4n), .columns.columns_5 > *:nth-child(5n), .columns.columns_6 > *:nth-child(6n),
  .columns .col_2:nth-child(2n), .columns .col_3:nth-child(3n), .columns .col_4:nth-child(4n), .columns .col_5:nth-child(5n), .columns .col_6:nth-child(6n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .columns.columns_2 > *, .columns.columns_3 > *, .columns.columns_4 > *, .columns.columns_5 > *, .columns.columns_6 > *,
  .columns .col_2, .columns .col_3, .columns .col_4, .columns .col_5, .columns .col_6 {
    margin-top: 2%;
  }

  .columns.sp_columns {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .columns.sp_columns.columns_2 > *, .columns.sp_columns.columns_3 > *, .columns.sp_columns.columns_4 > *, .columns.sp_columns.columns_5 > *, .columns.sp_columns.columns_6 > *, .columns.sp_columns.sp_columns_2 > *,
  .columns.sp_columns .col_2, .columns.sp_columns .col_3, .columns.sp_columns .col_4, .columns.sp_columns .col_5, .columns.sp_columns .col_6,
  .columns.sp_columns .sp_col_2 {
    width: 49%;
  }

  .columns.sp_columns.sp_columns_3 > *,
  .columns.sp_columns .sp_col_3 {
    width: 32%;
  }

  .columns.sp_columns.columns_2 > *, .columns.sp_columns.columns_3 > *, .columns.sp_columns.columns_4 > *, .columns.sp_columns.columns_5 > *, .columns.sp_columns.columns_6 > *,
  .columns.sp_columns .col_2, .columns.sp_columns .col_3, .columns.sp_columns .col_4, .columns.sp_columns .col_5, .columns.sp_columns .col_6, .columns.sp_columns.sp_columns_2 > *, .columns.sp_columns.sp_columns_3 > *,
  .columns.sp_columns .sp_col_2, .columns.sp_columns .sp_col_3 {
    margin-right: 2%;
  }

  .columns.sp_columns:not(.sp_columns_3).columns_2 > *:nth-child(2n), .columns.sp_columns:not(.sp_columns_3).columns_3 > *:nth-child(2n), .columns.sp_columns:not(.sp_columns_3).columns_4 > *:nth-child(2n), .columns.sp_columns:not(.sp_columns_3).columns_5 > *:nth-child(2n), .columns.sp_columns:not(.sp_columns_3).columns_6 > *:nth-child(2n),
  .columns.sp_columns:not(.sp_columns_3) .col_2:nth-child(2n), .columns.sp_columns:not(.sp_columns_3) .col_3:nth-child(2n), .columns.sp_columns:not(.sp_columns_3) .col_4:nth-child(2n), .columns.sp_columns:not(.sp_columns_3) .col_5:nth-child(2n), .columns.sp_columns:not(.sp_columns_3) .col_6:nth-child(2n) {
    margin-right: 0;
  }

  .columns.sp_columns.sp_columns_2 > *:nth-child(2n), .columns.sp_columns.sp_columns_3 > *:nth-child(3n),
  .columns.sp_columns .sp_col_2:nth-child(2n), .columns.sp_columns .sp_col_3:nth-child(3n) {
    margin-right: 0;
  }

  .columns_wrap {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.sp-columns {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.sp-columns_wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media print, screen and (min-width: 768px) {
  .flex_1 {
    margin-right: 30px;
  }

  .flex_1:last-child {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .flex_1 {
    margin-top: 30px;
  }
}
.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

@media print, screen and (min-width: 768px) {
  .container,
  .gutters {
    max-width: 1000px;
  }
}
@media print, screen and (max-width: 1039px) {
  .container,
  .gutters {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  body.archive #contents > .inner,
  body.single #contents > .inner {
    padding-bottom: 90px;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media print, screen and (max-width: 1039px) {
  body.archive #contents > .inner,
  body.single #contents > .inner {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  body.archive #contents > .inner,
  body.single #contents > .inner {
    padding-bottom: 50px;
  }
}
@media print, screen and (min-width: 768px) {
  body.archive:not(.category-news) #contents > .inner,
  body.single #contents > .inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
  }

  body.archive:not(.category-news) #contents > .inner #main,
  body.single #contents > .inner #main {
    width: 72%;
  }

  body.archive:not(.category-news) #contents > .inner #aside,
  body.single #contents > .inner #aside {
    width: 24%;
  }
}
.header {
  padding: 26px 0 10px;
}

@media print, screen and (min-width: 768px) {
  .header .header_inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
  }

  .header .header_logo {
    margin-right: 40px;
    width: 320px;
  }

  .header .site_info {
    margin-left: auto;
  }

  .header .header_info {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .header .header_info .tel {
    margin-left: 10px;
    line-height: 1;
  }

  .header .header_info .tel img {
    width: 235px;
  }

  .header .header_info .txt img {
    width: 345px;
  }
}
@media only screen and (max-width: 767px) {
  .header .header_logo {
    margin-left: auto;
    text-align: center;
  }
}
.sp_nav {
  background: #fff;
  padding: 10px 0;
  border-bottom: 1px solid #dedddb;
  text-align: center;
}

.sp_nav.fixed {
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 3;
}

.sp_nav .header_nav {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.sp_nav .header_nav-item {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-left: 1px solid #eee7dc;
}

.sp_nav .header_nav-item a {
  color: #333333;
  text-decoration: none;
}

.sp_nav .header_nav-item:first-child {
  border-left: none;
}

.sp_nav .header_nav-item span {
  -webkit-box-flex: 0 0 100%;
  -moz-box-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
  display: block;
  letter-spacing: 0;
}

.sp_nav .header_nav-item span.icon {
  line-height: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: space-around;
  -webkit-align-content: space-evenly;
  -moz-align-content: space-evenly;
  -ms-align-content: space-evenly;
  align-content: space-evenly;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
}

.sp_nav .header_nav-item span.text {
  margin-top: auto;
}

.sp_nav .header_nav-item img {
  padding: 0 2%;
}

@media only screen and (max-width: 480px) {
  .sp_nav {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 370px) {
  .sp_nav {
    font-size: 1.2rem;
  }
}
.menu_bk {
  background: rgba(0, 0, 0, 0.7);
  display: none;
  height: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 3;
}

#nav {
  background: #fff;
}

@media print, screen and (min-width: 768px) {
  #nav {
    margin-bottom: 10px;
  }
}
#nav .header_menu {
  position: relative;
}

#nav .header_menu a {
  display: block;
  text-decoration: none;
  line-height: 1.5;
}

@media print, screen and (min-width: 768px) {
  #nav .header_menu {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  #nav .header_menu > li {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 5px 0;
    text-align: center;
    position: relative;
  }

  #nav .header_menu > li:nth-child(1) {
    -webkit-box-flex: 1.5;
    -moz-box-flex: 1.5;
    -webkit-flex: 1.5;
    -ms-flex: 1.5;
    flex: 1.5;
  }

  #nav .header_menu > li.menu-item-has-children > a > span:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -5px;
    margin: auto;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-top: 6px solid #a98850;
  }

  #nav .header_menu > li.wide {
    position: static;
  }

  #nav .header_menu > li:last-child:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 1px;
    height: 0.7em;
    background: #eee7dc;
  }

  #nav .header_menu > li > a {
    font-size: 16px;
    padding: 7px 2px;
    color: #333333;
    position: relative;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1000px) {
  #nav .header_menu > li > a {
    font-size: 14px;
  }
}
@media print, screen and (min-width: 768px) {
  #nav .header_menu > li > a span.sub {
    font-size: 77.77%;
    display: block;
    color: #a98850;
  }

  #nav .header_menu > li > a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 1px;
    height: 0.7em;
    background: #eee7dc;
  }

  #nav .header_menu > li > a::after {
    position: absolute;
    content: "";
    bottom: -5px;
    left: 50%;
    width: 0;
    height: 2px;
    background: #a98850;
    transition: .2s;
  }

  #nav .header_menu > li:hover > a {
    color: #a98850;
  }

  #nav .header_menu > li:hover > a::after {
    left: 0;
    width: 100%;
  }

  #nav .header_menu > li > .sub-menu, #nav .header_menu > li > .sub-menu_wrap {
    height: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 95%;
    transition: .1s;
    visibility: hidden;
    width: 100%;
    z-index: -1;
  }

  #nav .header_menu > li > .sub-menu a, #nav .header_menu > li > .sub-menu_wrap a {
    color: #a98850;
    text-align: left;
  }

  #nav .header_menu > li > .sub-menu {
    width: 200px;
    min-width: 100%;
  }

  #nav .header_menu > li > .sub-menu li:not(:last-child) {
    border-bottom: 1px solid #eee7dc;
  }

  #nav .header_menu > li > .sub-menu a {
    background: rgba(255, 255, 255, 0.95);
    padding: 0 15px;
    transition: .2s;
  }

  #nav .header_menu > li > .sub-menu a:hover {
    text-decoration: underline;
  }

  #nav .header_menu > li:last-child > .sub-menu {
    left: auto;
    right: 0;
  }

  #nav .header_menu > li > .sub-menu_wrap {
    background: rgba(255, 255, 255, 0.95);
    padding: 0 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
  }

  #nav .header_menu > li > .sub-menu_wrap .sub-menu {
    width: 49%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  #nav .header_menu > li > .sub-menu_wrap .sub-menu li.menutitle {
    font-weight: bold;
    font-size: 105%;
    border-bottom: 1px solid #eee7dc;
  }

  #nav .header_menu > li > .sub-menu_wrap .sub-menu li.menutitle > a {
    pointer-events: none;
  }

  #nav .header_menu > li > .sub-menu_wrap .sub-menu li {
    width: 100%;
  }

  #nav .header_menu > li > .sub-menu_wrap .sub-menu a {
    padding: 0 10px;
    transition: .2s;
  }

  #nav .header_menu > li > .sub-menu_wrap .sub-menu a:hover {
    text-decoration: underline;
  }

  #nav .header_menu > li.active > .sub-menu, #nav .header_menu > li.active > .sub-menu_wrap {
    height: auto;
    opacity: 1;
    top: 100%;
    visibility: visible;
    z-index: 2;
  }

  #nav .header_menu > li.active > .sub-menu_wrap {
    padding-bottom: 20px;
    padding-top: 20px;
  }

  #nav .header_menu > li.active > .sub-menu_wrap .sub-menu a {
    padding-bottom: 10px;
    padding-top: 10px;
  }

  #nav .header_menu > li.active > .sub-menu a {
    padding-bottom: 10px;
    padding-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  #nav .header_menu {
    background: #fff;
    display: none;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 4;
  }

  #nav .header_menu a {
    font-size: 16px;
    color: #333333;
    padding: 15px;
    position: relative;
    transition: 200ms;
  }

  #nav .header_menu a span.sub {
    font-size: 10px;
    margin-left: 1em;
  }

  #nav .header_menu a:hover {
    background: #a98850;
    color: #fff;
  }

  #nav .header_menu .menu-item {
    border-top: 1px solid #eee7dc;
  }

  #nav .header_menu .menu-item > .sub-menu_wrap, #nav .header_menu .menu-item > .sub-menu {
    display: none;
  }

  #nav .header_menu .menu-item-has-children-wrap > a::after,
  #nav .header_menu .menu-item-has-children > a::after {
    display: block;
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    top: 50%;
    right: 15px;
    margin: -5px 0 0 0;
    border-bottom: solid 2px #ddd;
    border-right: solid 2px #ddd;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  #nav .header_menu .menu-item-has-children-wrap > a.onclick::after,
  #nav .header_menu .menu-item-has-children > a.onclick::after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }

  #nav .header_menu .sub-menu li {
    border-top: 1px solid #eee7dc;
    background: #f1f1f1;
  }

  #nav .header_menu .sub-menu li.menutitle {
    background: rgba(169, 136, 80, 0.4);
  }

  #nav .header_menu .sub-menu li a {
    padding: 15px 15px 15px 20px;
  }
}
@media print, screen and (min-width: 768px) {
  #nav.fixed {
    position: fixed;
    left: 0;
    width: 100%;
    top: 0;
    z-index: 10;
  }
}
#copyright {
  background: #4b4b4b;
  color: #fff;
  padding: 0.5em 0;
  text-align: center;
}

#totop {
  bottom: 70px;
  display: none;
  position: fixed;
  right: 10px;
  z-index: 500;
}

#totop:hover {
  cursor: pointer;
  opacity: .8;
}

@media only screen and (max-width: 767px) {
  #totop {
    width: 50px;
    bottom: 18vw;
  }
}
.side_bnr .side_bnr_block {
  position: fixed;
  z-index: 2;
}

@media print, screen and (min-width: 768px) {
  .side_bnr .side_bnr_block {
    top: 200px;
    right: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .side_bnr .side_bnr_block {
    width: 70px;
  }
}
@media print, screen and (min-width: 768px) {
  .side_bnr .side_bnr_block.side_l {
    left: 0;
  }

  .side_bnr .side_bnr_block.side_r {
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .side_bnr .side_bnr_block {
    bottom: 0;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
.mce-content-body img {
  border-radius: 0;
}

.mce-content-body a {
  color: #a98850;
  text-decoration: underline;
}

.mce-content-body a:hover {
  color: #a98850;
  text-decoration: none;
}

.mce-content-body a img {
  transition: .3s;
}

.mce-content-body a:hover img {
  opacity: .7;
}

.mce-content-body hr {
  border: none;
  height: 0;
  margin: 0 auto 0;
  display: block;
  border-bottom: 1px solid #eee;
}

.mce-content-body sup {
  font-size: 1.04rem;
  vertical-align: super;
}

.mce-content-body sub {
  font-size: 1.04rem;
  vertical-align: sub;
}

.mce-content-body blockquote {
  border: 1px solid #ccc;
  margin-top: 2.4rem;
  padding: 2.88rem;
  position: relative;
}

.mce-content-body blockquote::before, .mce-content-body blockquote::after {
  display: block;
  position: absolute;
  content: 'format_quote';
  width: 3.2rem;
  height: 3.2rem;
  font-family: 'Material Icons';
  font-size: 3.2rem;
  white-space: nowrap;
  word-wrap: normal;
  color: #ccc;
}

.mce-content-body blockquote::before {
  top: 1.6rem;
  left: 1.2rem;
  transform: rotate(-180deg);
}

.mce-content-body blockquote::after {
  right: 1.2rem;
  bottom: 1.6rem;
}

.link_anchor li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex: 0 0 100%;
  line-height: 1.5;
  margin-top: 2.24rem;
}

.link_anchor li a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  flex: 1 1 auto;
}

.link_anchor a {
  background: repeating-linear-gradient(-45deg, #988f80 0, #988f80 2px, #908879 2px, #908879 4px);
  color: #fff;
  border-radius: 0;
  padding-bottom: 1.28rem;
  padding-left: 2.4rem;
  padding-right: 4.8rem;
  padding-top: 1.28rem;
  position: relative;
  text-decoration: none;
  transition: .3s;
}

.link_anchor a::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 4px;
  height: 4px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  margin-top: -2px;
  right: 2.24rem;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.link_anchor a:hover {
  opacity: 0.7;
  color: #fff;
}

.link_anchor2 {
  padding: 5%;
  border: 2px solid #daece2;
  border-radius: 5px;
}

.link_anchor2 li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex: 0 0 100%;
  line-height: 1.5;
  margin: 0.7em 0;
}

.link_anchor2 li a {
  display: table;
}

.link_anchor2 a {
  color: #333333;
  position: relative;
  text-decoration: none;
  transition: .3s;
  padding-left: 36px;
}

.link_anchor2 a::after, .link_anchor2 a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

.link_anchor2 a::before {
  border-radius: 50%;
  width: 26px;
  height: 26px;
  border: 1px solid #a98850;
}

.link_anchor2 a::after {
  left: 8px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #a98850;
  border-right: 2px solid #a98850;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.link_anchor2 a:hover {
  text-decoration: underline;
}

@media print, screen and (min-width: 768px) {
  .link_col_2,
  .link_col_3 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .link_col_2 li,
  .link_col_3 li {
    flex: 0 0 100%;
  }

  .link_col_2 li {
    max-width: 49%;
  }

  .link_col_2 li:not(:nth-child(2n)) {
    margin-right: 2%;
  }

  .link_col_3 li {
    max-width: 32%;
  }

  .link_col_3 li:not(:nth-child(3n)) {
    margin-right: 2%;
  }
}
.ul_circle,
.ul_square,
.ul_dot,
.ul_ring,
.ul_check,
.ul_triangle,
.ul_arrow,
.ul_circlegt {
  margin-top: 2.4rem;
}

.ul_circle li,
.ul_square li,
.ul_dot li,
.ul_ring li,
.ul_check li,
.ul_triangle li,
.ul_arrow li,
.ul_circlegt li {
  line-height: 1.75;
  padding-left: 2rem;
  position: relative;
}

.ul_circle li:not(:last-child),
.ul_square li:not(:last-child),
.ul_dot li:not(:last-child),
.ul_ring li:not(:last-child),
.ul_check li:not(:last-child),
.ul_triangle li:not(:last-child),
.ul_arrow li:not(:last-child),
.ul_circlegt li:not(:last-child) {
  margin-bottom: 1.2rem;
}

.ul_circle li::before, .ul_circle li::after,
.ul_square li::before,
.ul_square li::after,
.ul_dot li::before,
.ul_dot li::after,
.ul_ring li::before,
.ul_ring li::after,
.ul_check li::before,
.ul_check li::after,
.ul_triangle li::before,
.ul_triangle li::after,
.ul_arrow li::before,
.ul_arrow li::after,
.ul_circlegt li::before,
.ul_circlegt li::after {
  box-sizing: border-box;
  content: "";
  position: absolute;
}

.ul_circle + p,
.ul_square + p,
.ul_dot + p,
.ul_ring + p,
.ul_check + p,
.ul_triangle + p,
.ul_arrow + p,
.ul_circlegt + p {
  margin-top: 2.4rem;
}

@media print, screen and (min-width: 768px) {
  .ul_circle.link_col_2, .ul_circle.link_col_3,
  .ul_square.link_col_2,
  .ul_square.link_col_3,
  .ul_dot.link_col_2,
  .ul_dot.link_col_3,
  .ul_ring.link_col_2,
  .ul_ring.link_col_3,
  .ul_check.link_col_2,
  .ul_check.link_col_3,
  .ul_triangle.link_col_2,
  .ul_triangle.link_col_3,
  .ul_arrow.link_col_2,
  .ul_arrow.link_col_3,
  .ul_circlegt.link_col_2,
  .ul_circlegt.link_col_3 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .ul_circle.link_col_2 li, .ul_circle.link_col_3 li,
  .ul_square.link_col_2 li,
  .ul_square.link_col_3 li,
  .ul_dot.link_col_2 li,
  .ul_dot.link_col_3 li,
  .ul_ring.link_col_2 li,
  .ul_ring.link_col_3 li,
  .ul_check.link_col_2 li,
  .ul_check.link_col_3 li,
  .ul_triangle.link_col_2 li,
  .ul_triangle.link_col_3 li,
  .ul_arrow.link_col_2 li,
  .ul_arrow.link_col_3 li,
  .ul_circlegt.link_col_2 li,
  .ul_circlegt.link_col_3 li {
    flex: 0 0 100%;
  }

  .ul_circle.link_col_2 li,
  .ul_square.link_col_2 li,
  .ul_dot.link_col_2 li,
  .ul_ring.link_col_2 li,
  .ul_check.link_col_2 li,
  .ul_triangle.link_col_2 li,
  .ul_arrow.link_col_2 li,
  .ul_circlegt.link_col_2 li {
    max-width: calc( 100% / 2 - (1.6rem * 0.7) );
  }

  .ul_circle.link_col_2 li:not(:nth-child(2n)),
  .ul_square.link_col_2 li:not(:nth-child(2n)),
  .ul_dot.link_col_2 li:not(:nth-child(2n)),
  .ul_ring.link_col_2 li:not(:nth-child(2n)),
  .ul_check.link_col_2 li:not(:nth-child(2n)),
  .ul_triangle.link_col_2 li:not(:nth-child(2n)),
  .ul_arrow.link_col_2 li:not(:nth-child(2n)),
  .ul_circlegt.link_col_2 li:not(:nth-child(2n)) {
    margin-right: 2.24rem;
  }

  .ul_circle.link_col_3 li:not(:nth-child(3n)),
  .ul_square.link_col_3 li:not(:nth-child(3n)),
  .ul_dot.link_col_3 li:not(:nth-child(3n)),
  .ul_ring.link_col_3 li:not(:nth-child(3n)),
  .ul_check.link_col_3 li:not(:nth-child(3n)),
  .ul_triangle.link_col_3 li:not(:nth-child(3n)),
  .ul_arrow.link_col_3 li:not(:nth-child(3n)),
  .ul_circlegt.link_col_3 li:not(:nth-child(3n)) {
    margin-right: 2.24rem;
  }

  .ul_circle.link_inlign,
  .ul_square.link_inlign,
  .ul_dot.link_inlign,
  .ul_ring.link_inlign,
  .ul_check.link_inlign,
  .ul_triangle.link_inlign,
  .ul_arrow.link_inlign,
  .ul_circlegt.link_inlign {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .ul_circle.link_inlign li,
  .ul_square.link_inlign li,
  .ul_dot.link_inlign li,
  .ul_ring.link_inlign li,
  .ul_check.link_inlign li,
  .ul_triangle.link_inlign li,
  .ul_arrow.link_inlign li,
  .ul_circlegt.link_inlign li {
    flex: 1;
  }
}
.ul_circle li::before {
  border-radius: 50%;
  background: #a98850;
  height: 0.8rem;
  left: 0;
  top: 1rem;
  width: 0.8rem;
}

.ul_square li::before {
  background: #a98850;
  height: 0.8rem;
  left: 0;
  top: 1rem;
  width: 0.8rem;
}

.ul_dot li::before {
  border-radius: 50%;
  background: #a98850;
  height: 0.4rem;
  left: 0.4rem;
  top: 1.2rem;
  width: 0.4rem;
}

.ul_ring li::before {
  border-radius: 50%;
  border: 2px solid #a98850;
  height: 1rem;
  left: 0;
  top: 1rem;
  width: 1rem;
}

.ul_check li::before {
  border-right: 2px solid #cc0000;
  border-bottom: 2px solid #cc0000;
  height: 12px;
  left: 4px;
  margin-top: -4px;
  -webkit-transform: rotate(50deg);
  -ms-transform: rotate(50deg);
  transform: rotate(50deg);
  top: 1rem;
  width: 7px;
}

.ul_triangle li::before {
  box-sizing: border-box;
  left: 2px;
  border: 4px solid transparent;
  border-left: 6px solid #a98850;
  top: 1rem;
}

.ul_arrow li::before {
  background: #a98850;
  height: 1px;
  left: 3px;
  margin-top: 3px;
  top: 1rem;
  width: 7px;
}

.ul_arrow li::after {
  border-top: 1px solid #a98850;
  border-right: 1px solid #a98850;
  height: 7px;
  left: 3px;
  top: 1rem;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 7px;
}

.ul_circlegt li::before {
  background: #a98850;
  border-radius: 50%;
  height: 1.2rem;
  left: 0;
  top: 0.8rem;
  width: 1.2rem;
}

.ul_circlegt li::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  height: 4px;
  left: 0.32rem;
  margin-top: 2px;
  top: 1rem;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 4px;
}

.ol_circle {
  counter-reset: ol_circle;
}

.ol_circle li {
  padding-left: 2.8rem;
  position: relative;
}

.ol_circle li::before, .ol_circle li:after {
  content: "";
  position: absolute;
}

.ol_circle li::before {
  background-color: #a98850;
  border-radius: 50%;
  color: #fff;
  content: counter(ol_circle);
  counter-increment: ol_circle;
  display: block;
  font-size: 1.312rem;
  height: 2rem;
  left: 0;
  line-height: 2rem;
  letter-spacing: 0;
  text-align: center;
  top: 0.6rem;
  width: 2rem;
  position: absolute;
}

@media print, screen and (min-width: 768px) {
  .list_col_2 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .list_col_2 li {
    width: 49%;
  }

  .list_col_2 li:not(:nth-child(2n+1)) {
    margin-left: 2%;
  }

  .list_col_3 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .list_col_3 li {
    width: 32%;
  }

  .list_col_3 li:not(:nth-child(3n)) {
    margin-left: 2%;
  }
}
.section {
  padding-top: 7.6rem;
  padding-bottom: 10rem;
}

section.section.anchor {
  padding-top: 0em;
}

@media only screen and (max-width: 767px) {
  .section {
    padding-top: 5.1rem;
    padding-bottom: 7.5rem;
  }
}
.section h3:first-child {
  margin-top: 2.4rem;
}

.section hr {
  margin-bottom: 10rem;
  margin-top: 10rem;
  max-width: 1000px;
}

.section.anchor + .section:not(.section_bg):not(.section_stripe) {
  padding-top: 0;
}

.section_bg {
  background: repeating-linear-gradient(-45deg, #f5f1ed 0, #f5f1ed 2px, #f2ede9 2px, #f2ede9 4px);
}

.section_stripe {
  background: repeating-linear-gradient(90deg, #f5f1ed 1px, #f5f1ed 5px, #fff 5px, #fff 10px);
}

.box_bg,
.box_border,
.box_border-stripe {
  border-radius: 0;
  margin-top: 4.8rem;
  padding: 6.6rem;
  padding-top: 5.8rem;
}

@media only screen and (max-width: 767px) {
  .box_bg,
  .box_border,
  .box_border-stripe {
    padding: 3.2rem;
    padding-top: 2.4rem;
  }
}
.section .box_bg:first-child, .section_bg .box_bg:first-child,
.section .box_border:first-child,
.section_bg .box_border:first-child,
.section .box_border-stripe:first-child,
.section_bg .box_border-stripe:first-child {
  margin-top: 2.4rem;
}

.box_bg ul:first-child, .box_bg ol:first-child, .box_bg dl:first-child, .box_bg table:first-child, .box_bg p:first-child, .box_bg h3:first-child, .box_bg h4:first-child, .box_bg h5:first-child, .box_bg h6:first-child,
.box_border ul:first-child,
.box_border ol:first-child,
.box_border dl:first-child,
.box_border table:first-child,
.box_border p:first-child,
.box_border h3:first-child,
.box_border h4:first-child,
.box_border h5:first-child,
.box_border h6:first-child,
.box_border-stripe ul:first-child,
.box_border-stripe ol:first-child,
.box_border-stripe dl:first-child,
.box_border-stripe table:first-child,
.box_border-stripe p:first-child,
.box_border-stripe h3:first-child,
.box_border-stripe h4:first-child,
.box_border-stripe h5:first-child,
.box_border-stripe h6:first-child {
  margin-top: 0;
}

.box_bg {
  background: #f6f3ee;
}

.box_border {
  border: 5px solid #e9dec7;
}

.section_bg .box_bg, .section_stripe .box_bg,
.section_bg .box_border, .section_stripe .box_border {
  background: #fff;
}

.section_bg .box_border .box_bg,
.section_stripe .box_border .box_bg {
  background: #f6f3ee;
}

.box_border-stripe {
  background-image: -webkit-linear-gradient(-45deg, #fff 25%, #eee 25%, #eee 50%, #fff 50%, #fff 75%, #eee 75%, #eee);
  background-image: linear-gradient(-45deg, #fff 25%, #eee 25%, #eee 50%, #fff 50%, #fff 75%, #eee 75%, #eee);
  background-size: 4px 4px;
  position: relative;
}

.box_border-stripe > * {
  position: inherit;
  z-index: 1;
}

.box_border-stripe::before {
  background: #fff;
  border-radius: 0;
  content: "";
  height: calc(100% - 16px);
  left: 8px;
  position: absolute;
  top: 8px;
  width: calc(100% - 16px);
  z-index: 0;
}

.box_flow {
  background: #f6f3ee;
  border-radius: 0;
  margin-top: 5rem;
  padding: 5rem;
  position: relative;
}

.box_flow:first-child {
  margin-top: 1.8rem;
}

@media only screen and (max-width: 767px) {
  .box_flow {
    padding: 3.2rem;
  }
}
.box_flow::after {
  content: "";
  bottom: -6.4rem;
  border: 3.2rem solid transparent;
  border-top-color: #f6f3ee;
  left: 50%;
  margin-left: -3.2rem;
  position: absolute;
}

.box_flow:last-child::after, .box_flow.last::after {
  display: none;
}

.section_bg .box_flow, .section_stripe .box_flow {
  background: #fff;
}

.box_bg .box_flow .section_bg,
.box_bg .box_flow .section_stripe {
  background: #f6f3ee;
}

.box_bg .box_flow .section_bg::after,
.box_bg .box_flow .section_stripe::after {
  border-top-color: #f6f3ee;
}

@media print, screen and (min-width: 768px) {
  .box_flow.columns .title {
    margin-right: 3.2rem;
    width: 14.4rem;
  }

  .box_flow.columns .inner > p:first-child {
    margin-top: 0;
  }

  .box_flow.columns .inner_border {
    border-left: 1px solid #eee;
  }
}
.title {
  flex: 0 0 auto;
  font-size: 3.2rem;
  line-height: 1.4;
  margin-top: 0;
  text-align: left;
}

.title .num {
  color: #a98850;
  flex: none;
  font-size: 3.2rem;
  font-style: italic;
  line-height: 1.1;
  margin-right: 0.5em;
}

.title .step {
  font-size: 75%;
  background: #a98850;
  border-radius: 2px;
  color: #fff;
  margin-right: 0.8rem;
  padding: 0 0.45em;
  letter-spacing: 0;
  text-align: center;
}

.title_bg {
  background: #f5f1ea;
  background: #a98850;
  flex: 0 0 auto;
  font-size: 2.6rem;
  line-height: 1.4;
  margin-top: 0;
  text-align: center;
}

h3.title,
h4.title {
  padding-left: 0 !important;
}

h3.title:after, h3.title:before,
h4.title:after,
h4.title:before {
  content: none !important;
}

.box_flow2 {
  background: #fff;
  border: 6px solid #e5d1bc;
  border-radius: 0;
  margin-top: 5rem;
  padding: 5rem;
  position: relative;
}

.box_flow2:not(:first-child) {
  margin-top: 6rem;
}

@media only screen and (max-width: 767px) {
  .box_flow2 {
    padding: 3.2rem;
  }
}
.box_flow2::after {
  bottom: -8.8rem;
  border: 4rem solid transparent;
  border-top: 3.2rem solid #ae957a;
  content: "";
  left: 50%;
  margin-left: -3.2rem;
  position: absolute;
}

.box_flow2:last-child::after, .box_flow2.last::after {
  display: none;
}

.box_flow2 h4:first-child,
.box_flow2 h5:first-child {
  margin-top: 0;
}

.box_flow2:last-child {
  margin-bottom: 0;
}

table {
  width: 100%;
}

table.table_address th, table.table_address td {
  line-height: 1.6;
  padding: 1.6rem 3%;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

table.table_address th {
  width: 30%;
  text-align: left;
  color: #5d4225;
  border-bottom: 1px solid #5d4225;
  border-top: 1px solid #5d4225;
}

table.table_timetable th, table.table_timetable td {
  border-bottom: 1px solid #c5bdb4;
  padding: .5rem .2rem;
  text-align: center;
}

table.table_timetable thead th, table.table_timetable thead td {
  border-bottom: 2px solid #5d4225;
}

table.table_timetable tbody th {
  text-align: center;
}

table.table_timetable .consul {
  color: #a98850;
}

@media print, screen and (min-width: 768px) and (max-width: 1039px) {
  table.table_timetable {
    font-size: 82%;
  }
}
table.table_normal th, table.table_normal td, table.table_fee th, table.table_fee td {
  background: #fff;
  border: 1px solid #ddd;
  padding: 15px 10px;
  text-align: left;
  vertical-align: middle;
}

table.table_normal thead th, table.table_fee thead th {
  background: #5d4225;
  color: #fff;
  text-align: center;
}

table.table_normal tbody th, table.table_fee tbody th {
  background: #f2ede9;
}

table.table_fee tbody td:last-child {
  text-align: right;
}

@media only screen and (max-width: 767px) {
  table.stack.table_address {
    border-bottom: 1px solid #ddd;
    display: block;
  }

  table.stack.table_address thead, table.stack.table_address tbody, table.stack.table_address tr, table.stack.table_address th, table.stack.table_address td {
    display: block;
  }

  table.stack.table_address th, table.stack.table_address td {
    border: none;
  }

  table.stack.table_address th {
    border-top: 1px solid #ddd;
    padding-bottom: 0;
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  table.stack.table_fee, table.stack.table_normal {
    border-bottom: 1px solid #ddd;
    display: block;
  }

  table.stack.table_fee thead, table.stack.table_fee tbody, table.stack.table_fee tr, table.stack.table_fee th, table.stack.table_fee td, table.stack.table_normal thead, table.stack.table_normal tbody, table.stack.table_normal tr, table.stack.table_normal th, table.stack.table_normal td {
    display: block;
  }

  table.stack.table_fee th, table.stack.table_fee td, table.stack.table_normal th, table.stack.table_normal td {
    border: none;
  }

  table.stack.table_fee th, table.stack.table_normal th {
    border-top: 1px solid #ddd;
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .scroll {
    overflow: auto;
  }

  .scroll > table {
    width: 750px;
  }

  .scroll + p {
    text-align: center;
    font-size: 12px;
  }
}
#page_title {
  background: url(../img/common/under_title.jpg) no-repeat center/cover;
  overflow: hidden;
  position: relative;
  text-align: center;
}

#page_title .container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 200px;
}

@media only screen and (max-width: 767px) {
  #page_title .container {
    height: 120px;
  }
}
#page_title .page_title {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 3.6rem;
  font-weight: bold;
  font-family: a-otf-ud-reimin-pr6n, sans-serif;
  color: #5d4225;
  letter-spacing: 0.32rem;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  #page_title .page_title {
    font-size: 2.6rem;
  }
}
#breadcrumb {
  background: transparent;
  color: #888;
  font-size: 1.408rem;
  padding: 1.2rem;
}

#breadcrumb .material-icons {
  font-size: 1.6rem;
}

#breadcrumb ol {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

#breadcrumb li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

#breadcrumb a {
  color: #333333;
}

#breadcrumb a:hover {
  text-decoration: none;
}

#breadcrumb li:last-child a {
  text-decoration: none;
  pointer-events: none;
}

#breadcrumb .current a {
  color: #333333;
}

.btnstyle a {
  background: #a98850;
  border-radius: 0;
  box-sizing: border-box;
  color: #fff;
  display: table;
  line-height: 1.5;
  letter-spacing: 0.1em;
  width: 100%;
  max-width: 250px;
  margin: 1em auto 0;
  padding: 1em 1em;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: .3s;
}

.btnstyle a:hover {
  color: #fff;
  opacity: .7;
}

.btnstyle a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
  width: 4px;
  height: 4px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media only screen and (max-width: 767px) {
  .btnstyle a + a {
    margin-top: 1em;
  }
}
@media print, screen and (min-width: 768px) {
  .btnstyle.left a {
    margin-left: 0;
    margin-right: auto;
  }

  .btnstyle.right a {
    margin-left: auto;
    margin-right: 0;
  }
}
.slide_main {
  position: relative;
}

.slide_main .item {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: .3s;
  z-index: -1;
}

.slide_main .item.active {
  opacity: 1;
  z-index: 1;
  position: inherit;
}

.slide_main .item:first-child .arrow-prev, .slide_main .item:last-child .arrow-next {
  display: none;
}

.slide_main .item .caption {
  background: rgba(0, 0, 0, 0.3);
  bottom: 0;
  box-sizing: border-box;
  color: #fff;
  font-size: 20px;
  left: 0;
  line-height: 1.6;
  padding: 13px 10px;
  position: absolute;
  text-align: center;
  width: 100%;
}

.slide_main .item img {
  margin: 0;
}

.slide_main .arrow-prev,
.slide_main .arrow-next {
  height: 60px;
  width: 40px;
  position: absolute;
  top: 50%;
  display: block;
  z-index: 2;
  margin-top: -30px;
}

.slide_main .arrow-prev:hover,
.slide_main .arrow-next:hover {
  cursor: pointer;
}

.slide_main .arrow-prev::before,
.slide_main .arrow-next::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  background-image: url("../img/default/icon_slidearrow_01.svg");
}

.slide_main .arrow-prev {
  left: 10px;
}

@media only screen and (max-width: 767px) {
  .slide_main .arrow-prev {
    left: 0px;
  }
}
.slide_main .arrow-next {
  right: 10px;
}

@media only screen and (max-width: 767px) {
  .slide_main .arrow-next {
    right: 0px;
  }
}
.slide_main .arrow-next::before {
  transform: scale(-1, 1);
}

#tinymce .slide_main .item:first-child {
  opacity: 1;
  z-index: 1;
  position: inherit;
}

.slide_thumb {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -moz-align-content: flex-start;
  -ms-align-content: flex-start;
  align-content: flex-start;
  margin-bottom: 30px;
}

.slide_thumb .item {
  position: relative;
  transition: .3s;
}

.slide_thumb .item:hover {
  cursor: pointer;
  opacity: .8;
}

.slide_thumb .item.thumbnail-current:hover {
  opacity: 1;
}

.slide_thumb .item.thumbnail-current::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #a98850;
  border-radius: 0;
  box-sizing: border-box;
}

.slide_thumb .item img {
  margin: 0;
}

.slide_wrap_horizontal {
  margin-top: 1.5em;
}

@media print, screen and (min-width: 768px) {
  .slide_wrap_horizontal {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
  }

  .slide_wrap_horizontal .slide_main {
    -webkit-box-flex: 0 0 75%;
    -moz-box-flex: 0 0 75%;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
  }

  .slide_wrap_horizontal .slide_thumb {
    -webkit-box-flex: 0 0 22%;
    -moz-box-flex: 0 0 22%;
    -webkit-flex: 0 0 22%;
    -ms-flex: 0 0 22%;
    flex: 0 0 22%;
  }

  .slide_wrap_horizontal .slide_thumb .item {
    -webkit-box-flex: 0 0 48%;
    -moz-box-flex: 0 0 48%;
    -webkit-flex: 0 0 48%;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    margin-bottom: 4%;
    margin-right: 4%;
  }

  .slide_wrap_horizontal .slide_thumb .item:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .slide_wrap_horizontal .slide_main {
    margin-bottom: 1%;
  }

  .slide_wrap_horizontal .slide_thumb .item {
    width: 15.8%;
    width: calc(95% / 6);
    max-width: calc(95% / 6);
    margin-right: 1%;
    margin-bottom: 1%;
  }

  .slide_wrap_horizontal .slide_thumb .item:nth-child(6n) {
    margin-right: 0;
  }
}
.slide_wrap_vertical {
  margin-top: 1.5em;
}

.slide_wrap_vertical .slide_main {
  margin: 0 auto 1%;
  display: table;
}

.slide_wrap_vertical .slide_thumb .item {
  width: 15.8%;
  width: calc(95% / 6);
  max-width: calc(95% / 6);
  margin-right: 1%;
  margin-bottom: 1%;
}

.slide_wrap_vertical .slide_thumb .item:nth-child(6n) {
  margin-right: 0;
}

.box_faq {
  border-bottom: 1px solid #ddd;
  padding-bottom: 2.8rem;
  margin-bottom: 2.8rem;
}

.box_faq:first-child {
  margin-top: 2.8rem;
}

.box_faq:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.box_faq .question,
.box_faq .answer {
  padding: 0.6rem 0rem 0.6rem 6rem;
  position: relative;
}

.box_faq .question::before,
.box_faq .answer::before {
  content: '';
  position: absolute;
  top: 0.1em;
  left: 0;
  height: 4rem;
  width: 4rem;
  transform: rotate(45deg);
}

.box_faq .question::after,
.box_faq .answer::after {
  font-size: 2.6rem;
  line-height: 4rem;
  position: absolute;
  top: 0;
  text-align: center;
  left: 0.35em;
  color: #fff;
}

.box_faq .question p:first-child,
.box_faq .answer p:first-child {
  margin-top: 0;
}

.box_faq .question {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.6;
}

.box_faq .question::before {
  background: #5d4225;
}

.box_faq .question::after {
  content: 'Q';
  font-family: a-otf-ud-reimin-pr6n, sans-serif;
  font-weight: normal;
}

.box_faq .question p {
  padding-right: 2rem;
  position: relative;
  cursor: pointer;
}

.box_faq .question p::before, .box_faq .question p::after {
  position: absolute;
  content: '';
  top: 1.2rem;
  right: 0;
  background: #a98850;
  border-radius: 1px;
  width: 1.6rem;
  height: 0.3rem;
}

.box_faq .question p::after {
  transform: rotate(90deg);
  transition: .3s;
}

.box_faq .question p.open::after {
  transform: rotate(0);
}

.box_faq .answer {
  display: none;
  padding-top: 30px;
}

.box_faq .answer::before {
  background: #a98850;
  top: calc(0.1em + 30px);
}

.box_faq .answer::after {
  content: 'A';
  font-family: a-otf-ud-reimin-pr6n, sans-serif;
  font-weight: normal;
  top: 30px;
}

.box_form dt {
  font-weight: bold;
}

@media print, screen and (min-width: 768px) {
  .box_form dd {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }

  .box_form dd .input_wrap {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
@media print, screen and (min-width: 768px) {
  .box_form dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .box_form dl dt {
    width: 12em;
  }

  .box_form dl dd {
    width: calc(100% - 12em);
  }

  .box_form dl dt, .box_form dl dd {
    border-bottom: 1px dashed #ccc;
    padding: 1em 0;
  }
}
.box_form input[type="text"],
.box_form input[type="email"],
.box_form input[type="tel"],
.box_form textarea {
  font-family: inherit;
  font-size: inherit;
  padding: 2px;
  box-shadow: none;
  border: 1px solid #ddd;
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .box_form .input_wrap:not(:first-child) {
    margin-left: 2rem;
  }
}
.box_form .attention {
  color: #cc0000;
  font-size: 1.2rem;
}

.box_form .acceptance .attention {
  font-size: inherit;
}

.box_form .subtxt {
  color: #999;
  font-size: 1.2rem;
  display: block;
}

.box_form input[type="submit"] {
  box-shadow: none;
  border: 2px solid #a98850;
  background: #a98850;
  color: #fff;
  font-family: inherit;
  font-size: inherit;
  padding: 5px 20px;
  width: 240px;
  text-align: center;
  border-radius: 5px;
  transition: .3s;
}

.box_form input[type="submit"]:hover {
  background: #fff;
  color: #a98850;
  cursor: pointer;
}

.box_form .btnstyle {
  text-align: center;
  margin-top: 2.8rem;
}

@media only screen and (max-width: 767px) {
  .box_form .btnstyle {
    margin-top: 2rem;
  }
}
.box_form .screen-reader-response {
  margin-bottom: 2rem;
  padding: 10px;
  background: #FFFBD2;
}

.box_form .screen-reader-response ul {
  display: none;
}

.box_form input.wpcf7-not-valid {
  background: #FFFBD2;
}

.box_form .wpcf7-not-valid-tip {
  color: #4b4b4b;
}

.box_form .wpcf7-response-output.wpcf7-validation-errors {
  margin-top: 20px;
  padding: 10px;
  background: #FFFBD2;
}

.point_box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 60px;
}

.columns .point_box:first-child {
  margin-top: 60px;
}

.point_box p {
  margin-bottom: 30px;
}

.point_box p.image {
  margin-top: auto;
  margin-bottom: 0;
}

h4.point_title {
  margin-top: 20px;
  text-align: center;
  width: 100%;
}

h4.point_title .subtext {
  font-size: 2rem;
}

.notice_box {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.notice_box .notice_title {
  background: repeating-linear-gradient(-45deg, #f5f1ed 0, #f5f1ed 2px, #f2ede9 2px, #f2ede9 4px);
  border-radius: 6px;
  padding: 25px 0;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media print, screen and (min-width: 768px) {
  .notice_box .notice_title {
    margin-right: 30px;
    -webkit-box-flex: 2;
    -moz-box-flex: 2;
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2;
  }
}
@media only screen and (max-width: 767px) {
  .notice_box .notice_title {
    margin-bottom: 20px;
  }
}
.notice_box .notice_title h4 {
  color: #a98850;
  display: block;
  position: relative;
  text-align: center;
}

.notice_box .notice_title h4::before {
  position: absolute;
  content: "";
  background: #a98850;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 1px;
}

@media print, screen and (min-width: 768px) {
  .notice_box .notice_title h4 {
    margin-bottom: 0;
  }
}
.notice_box .notice_text ul, .notice_box .notice_text p {
  width: 100%;
}

.notice_box .notice_text ul:first-child, .notice_box .notice_text p:first-child {
  margin-top: 0;
}

@media print, screen and (min-width: 768px) {
  .notice_box .notice_text {
    -webkit-box-flex: 5;
    -moz-box-flex: 5;
    -webkit-flex: 5;
    -ms-flex: 5;
    flex: 5;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.sitemap_box {
  max-width: 1000px;
  margin: 6.4rem auto 9.6rem;
}

@media only screen and (max-width: 767px) {
  .sitemap_box {
    margin: 4.8rem auto 7.2rem;
  }
}
.sitemap_box .menu {
  border-top: 1px solid #ddd;
}

.sitemap_box .menu ul {
  margin-top: 0;
}

.sitemap_box .menu li {
  border-bottom: 1px solid #ddd;
}

.sitemap_box .menu a {
  position: relative;
  display: block;
  padding: 2rem 4rem 2rem 2rem;
  transition: .3s;
  text-decoration: none;
  color: #333333;
}

@media only screen and (max-width: 767px) {
  .sitemap_box .menu a {
    padding: 1.6rem 3.2rem 1.6rem 1.6rem;
  }
}
.sitemap_box .menu a:hover {
  color: #a98850;
  background: repeating-linear-gradient(-45deg, #f5f1ed 0, #f5f1ed 2px, #f2ede9 2px, #f2ede9 4px);
}

.sitemap_box .menu a::after {
  position: absolute;
  content: "";
  right: 1.6rem;
  top: 50%;
  width: 5px;
  height: 5px;
  border-top: 1px solid #a98850;
  border-right: 1px solid #a98850;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.ba-block {
  margin-bottom: 10px;
  font-size: 92%;
}

.ba-block .before {
  float: left;
  width: 47%;
  position: relative;
}

.ba-block .before:after {
  content: '';
  position: absolute;
  top: 0;
  left: calc(100% + 10px);
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-left: 20px solid #a98850;
}

.ba-block .after {
  float: right;
  width: 47%;
}

@media print, screen and (min-width: 768px) {
  .ba-block .after {
    margin-left: 6%;
  }
}
.ba-block img {
  display: block;
  margin: 0 auto 10px;
}

.ba-block .batitle {
  text-align: center;
  font-size: 120%;
  font-weight: bold;
  border-bottom: 1px dotted #ddd;
  margin-bottom: 0.5em;
}

@media only screen and (max-width: 767px) {
  .ba-block {
    background: none;
    margin-bottom: 10px;
    font-size: 92%;
  }

  .ba-block .before, .ba-block .after {
    float: none;
    width: 100%;
  }

  .ba-block .before {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }

  .ba-block .before:after {
    top: calc(100% + 10px);
    left: 0;
    right: 0;
    bottom: auto;
    border: 20px solid transparent;
    border-top: 20px solid #a98850;
  }
}
.iframe {
  position: relative;
  padding-bottom: 50%;
  height: 0;
  overflow: hidden;
  margin-top: 1em;
}

.iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.iframe.youtube {
  padding-bottom: 30%;
  width: 600px;
  max-width: 100%;
  margin: 1em auto 0;
}

@media only screen and (max-width: 767px) {
  .iframe.calendar {
    min-height: 300px;
  }
}
.video_wrap {
  position: relative;
  padding-bottom: 30%;
  height: 0;
  overflow: hidden;
  width: 600px;
  max-width: 100%;
  margin: 1em auto 0;
}

.video_wrap video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/* ==== mainimage */
#main_slider img {
  width: 100%;
}

.mainimage img {
  width: 100%;
}

.mainimage .slick-dotted.slick-slider {
  margin-bottom: 0;
}

.mainimage .slick-dots {
  bottom: -40px;
}

.mainimage .slick-dots li {
  margin: 0 10px;
}

.mainimage .slick-dots li button {
  position: relative;
  padding: 0;
}

.slick-dots {
  bottom: -30px;
}

.slick-dots li button:before {
  background: #a98850 !important;
  content: "" !important;
  border-radius: 10px !important;
  height: 10px;
  width: 10px;
}

@media print, screen and (min-width: 767px) and (max-width: 1200px) {
  .mainimage .slider_01 p, .mainimage .slider_02 p, .mainimage .slider_03 p {
    padding-bottom: 66.42%;
    height: 0;
  }
}
.box_link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.box_link a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  transition: 200ms;
  z-index: 1;
}

@media (max-width: 767px) {
  body {
    padding-bottom: 12.8%;
  }
}
#page_title, #breadcrumb {
  display: none;
}

#footer {
  padding: 45px 0 0;
  background: #f2f2f2;
}
@media (max-width: 767px) {
  #footer figure {
    text-align: center;
  }
}
@media (min-width: 768px) {
  #footer .columns .column {
    width: 49%;
  }
  #footer .columns .column:nth-child(odd) {
    margin-right: 2%;
  }
}
#footer .ftr_logo {
  margin-bottom: 25px;
}
#footer .table-info {
  width: 100%;
}
#footer .table-info tbody th, #footer .table-info tbody td {
  line-height: 1.625;
  padding: .6em 0;
}
@media (min-width: 1025px) {
  #footer .table-info tbody th, #footer .table-info tbody td {
    letter-spacing: .1em;
  }
}
#footer .table-info tbody th {
  width: 100px;
  text-align: left;
  font-weight: 500;
}
@media (min-width: 1025px) {
  #footer .table-info tbody th {
    width: 110px;
  }
}
#footer .table_timetable thead th:first-child, #footer .table_timetable tbody th:first-child {
  width: 35%;
  text-align: left;
  padding: 0 10px;
}
@media (min-width: 1025px) {
  #footer .table_timetable thead th:first-child, #footer .table_timetable tbody th:first-child {
    padding: 0 10px 0 20px;
    width: 31%;
  }
}
#footer .table_timetable .t_mark {
  color: #83ba66;
}
@media (max-width: 767px) {
  #footer .table_timetable {
    margin-top: 10%;
  }
}
#footer .day_text {
  padding-left: 20px;
  margin: 7px 0 25px;
}
@media (min-width: 1025px) {
  #footer .day_text {
    letter-spacing: .1em;
  }
}
@media (max-width: 767px) {
  #footer .map_container {
    margin: 0 10px;
  }
}
#footer .googlemap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 400px;
  overflow: hidden;
  margin-top: 50px;
}
@media (min-width: 1025px) {
  #footer .googlemap {
    margin-top: 100px;
  }
}
#footer .googlemap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 1025px) {
  #footer {
    padding: 95px 0 0;
  }
}

@media (min-width: 768px) {
  .pc-only {
    display: block;
  }
}

@media (max-width: 767px) {
  .sp-only {
    display: block;
  }
}

@media (min-width: 1025px) {
  .sp-tablet-hide {
    display: block;
  }
}

h2, h3, h4 {
  font-family: a-otf-ud-reimin-pr6n, sans-serif;
  font-weight: 600;
  font-style: normal;
}

h2 {
  font-size: 24px;
  text-align: center;
  line-height: 1.8;
  margin-bottom: 25px;
}
h2 .sub {
  display: block;
  color: #5d4225;
  font-size: 14px;
}
@media (min-width: 1025px) {
  h2 {
    font-size: 34px;
    letter-spacing: .3em;
    margin-bottom: 45px;
  }
  h2 .sub {
    font-size: 16px;
    letter-spacing: .1em;
  }
}

.check_contents {
  padding: 35px 0 40px;
}
@media (min-width: 768px) {
  .check_contents {
    background: url("img/urology_img001.jpg") no-repeat center/cover;
  }
}
.check_contents .check_wrap {
  max-width: 470px;
  width: 100%;
}
@media (min-width: 1025px) {
  .check_contents .check_wrap {
    max-width: 560px;
  }
}
.check_contents h2 {
  position: relative;
  font-size: 30px;
  line-height: 1.33333;
  text-align: center;
  font-weight: 600;
  z-index: 1;
}
.check_contents h2:after {
  content: "TROUBLE";
  font-size: 62px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  color: #eee7dc;
  z-index: -1;
  font-weight: 500;
}
@media (min-width: 1025px) {
  .check_contents h2 {
    letter-spacing: .1em;
  }
  .check_contents h2:after {
    letter-spacing: .1em;
  }
}
@media (max-width: 767px) {
  .check_contents h2 {
    margin-bottom: 1  em;
  }
}
.check_contents .columns {
  -webkit-box-pack: center;
  justify-content: center;
}
.check_contents .check li {
  padding-left: 30px;
  position: relative;
}
.check_contents .check li:before {
  content: "";
  background: url("img/check_icon.png") no-repeat center/cover;
  width: 17px;
  height: 18px;
  position: absolute;
  top: .45em;
  left: 0;
  margin: auto;
}
@media (min-width: 1025px) {
  .check_contents .check li {
    letter-spacing: .1em;
  }
}
@media (min-width: 1025px) {
  .check_contents {
    padding: 70px 0 80px;
  }
}

.consultation_contents {
  background: url("img/urology_bg001.png") no-repeat center/cover;
}
.consultation_contents .container {
  height: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .consultation_contents .container {
    height: 286px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .consultation_contents .container {
    height: 200px;
  }
}

.consultation_contents .container .text {
  color: #fff;
  margin: 0;
  font-family: a-otf-ud-reimin-pr6n, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 22px;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 20px;
}
.consultation_contents .container .text .small_text {
  font-size: 18px;
}
.consultation_contents .container .text .large_text {
  font-size: 24px;
}
@media (max-width: 360px) {
  .consultation_contents .container .text {
    font-size: 16px;
  }
  .consultation_contents .container .text .small_text {
    font-size: 14px;
  }
  .consultation_contents .container .text .large_text {
    font-size: 18px;
  }
}
@media (min-width: 1025px) {
  .consultation_contents .container .text {
    letter-spacing: .2em;
  }
}
@media (min-width: 768px) {
  .consultation_contents .container .text {
    margin-bottom: 20px;
    font-size: 36px;
  }
  .consultation_contents .container .text .small_text {
    font-size: 28px;
  }
  .consultation_contents .container .text .large_text {
    font-size: 45px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .consultation_contents .container .text {
    font-size: 25px;
  }
  .consultation_contents .container .text .small_text {
    font-size: 19px;
  }
  .consultation_contents .container .text .large_text {
    font-size: 36px;
  }
}

.information_contents {
  padding: 40px 0 50px;
}
@media (min-width: 1025px) {
  .information_contents {
    padding: 75px 0 90px;
  }
}
.information_contents .info_box {
  border: solid 1px #a98850;
  padding: 0 15px 40px;
}
@media (min-width: 768px) {
  .information_contents .info_box {
    padding: 0 40px 40px;
  }
}
.information_contents h2 {
  background: #fff;
  font-size: 20px;
  font-weight: 600;
  display: table;
  margin: auto;
  text-align: center;
  padding: 0 10px;
  transform: translateY(-30px);
}
@media (max-width: 365px) {
  .information_contents h2 {
    font-size: 17px;
  }
}
@media (min-width: 768px) {
  .information_contents h2 {
    font-size: 24px;
    padding: 0 30px;
  }
}
@media (min-width: 1025px) {
  .information_contents h2 {
    letter-spacing: .2em;
  }
}
.information_contents h2 span {
  display: block;
  font-size: 14px;
  font-family: "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
}
@media (min-width: 768px) {
  .information_contents h2 span {
    font-size: 16px;
  }
}
@media (min-width: 1025px) {
  .information_contents h2 span {
    letter-spacing: .1em;
  }
}
.information_contents .info_list {
  margin-top: 0;
}
@media (min-width: 768px) {
  .information_contents .info_list {
    display: flex;
    justify-content: center;
  }
  .information_contents .info_list li:nth-child(odd) {
    margin-right: 40px;
  }
}
@media (max-width: 767px) {
  .information_contents .info_list li:not(:last-child) {
    margin-bottom: 1.5em;
  }
}
.information_contents .info_list li {
  width: 100%;
}
@media (min-width: 768px) {
  .information_contents .info_list li {
    width: 330px;
  }
}
.information_contents .info_list li a {
  font-size: 18px;
  font-family: a-otf-ud-reimin-pr6n, sans-serif;
  font-weight: 300;
  font-style: normal;
  display: block;
  padding: 10px 1em;
  text-align: center;
  text-decoration: none;
}
@media (min-width: 1025px) {
  .information_contents .info_list li a {
    letter-spacing: .1em;
  }
}
@media (min-width: 768px) {
  .information_contents .info_list li a {
    font-size: 24px;
  }
}
.information_contents .info_list li.tel_area a {
  color: #5d4225;
  border: solid 1px #5d4225;
}
.information_contents .info_list li.tel_area a .tel_text {
  display: table;
  padding-left: 30px;
  position: relative;
  margin: auto;
}
@media (min-width: 768px) {
  .information_contents .info_list li.tel_area a .tel_text {
    padding-left: 48px;
  }
}
.information_contents .info_list li.tel_area a .tel_text:before {
  content: "";
  background: url("img/tel_icon.png") no-repeat center/cover;
  width: 21px;
  height: 21px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.information_contents .info_list li.btn a {
  background: #83ba66;
  color: #fff;
  position: relative;
}
.information_contents .info_list li.btn a:hover {
  opacity: .8;
}
.information_contents .info_list li.btn a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 6%;
  margin: auto;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(45deg);
  width: 3px;
  height: 3px;
}
.information_contents .info_list li.btn a .web_text {
  position: relative;
  padding-left: 42px;
  display: table;
  margin: auto;
}
.information_contents .info_list li.btn a .web_text:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: url("img/web_icon.png") no-repeat center/cover;
  width: 26px;
  height: 20px;
}

.disease_contents {
  background: url("img/urology_bg002.jpg") no-repeat center/cover;
  padding: 50px 0;
}
.disease_contents h3 {
  font-size: 20px;
  padding: 5px 20px 0;
  background: #fff;
  border: solid 1px #5d4225;
  border-bottom: 0;
  color: #5d4225;
  text-align: center;
  position: relative;
  margin-bottom: 90px;
}
@media (max-width: 375px) {
  .disease_contents h3 {
    font-size: 18px;
	  margin-bottom:60px;
  }
}
@media (min-width: 768px) {
  .disease_contents h3 {
    padding: 10px 20px 0;
  }
}
.disease_contents h3:after {
  content: "";
  background: url("img/h3_arrow.png") no-repeat center top/100%;
  width: 100%;
  height: 0;
  position: absolute;
  padding-bottom: 7%;
  top: 99.9%;
  left: 0;
  right: 0;
  margin: auto;
}
.disease_contents h3.large_arrow:after {
  background: url("img/h3_arrow2.png") no-repeat center top/100%;
}
@media (min-width: 1025px) {
  .disease_contents h3 {
    font-size: 24px;
  }
}
.disease_contents .block01 h4, .disease_contents .block03 h4 {
  background: #a98850;
  color: #fff;
  font-size: 20px;
  text-align: center;
  width: 79%;
  padding: 15px 10px;
  font-weight: 500;
  position: relative;
  transform: translate(-50px, -20px);
  line-height: 1.4;
}
.disease_contents .block01 h4:after, .disease_contents .block03 h4:after {
  content: "";
  border: solid 1px #a98850;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -5px;
  right: -5px;
}
@media (min-width: 1025px) {
  .disease_contents .block01 h4, .disease_contents .block03 h4 {
    font-size: 26px;
    letter-spacing: .1em;
  }
}
.disease_contents .disease_box {
  width: 98%;
  background: #fff;
  box-shadow: 1px 1px 10px 10px #ebe9e3;
  padding: 0 35px 30px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}
.disease_contents .disease_box p, .disease_contents .disease_box ul {
  margin-top: 0;
}
.disease_contents .disease_box p {
  line-height: 2;
}
@media (min-width: 768px) {
  .disease_contents .disease_box {
    max-width: 450px;
    width: 100%;
    min-height: 280px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .disease_contents .disease_box {
    min-height: 340px;
  }
}

.disease_contents .block02 {
  margin-bottom: 50px;
}
@media (min-width: 1025px) {
  .disease_contents .block02 {
    margin-bottom: 60px;
  }
}
.disease_contents .block02 h4 {
  background: url("img/h3_bg.png") no-repeat center top/100%;
  color: #fff;
  text-align: center;
  font-size: 22px;
  padding: 20px 10px;
  line-height: 1.46154;
  font-weight: 500;
}
@media (max-width: 360px) {
  .disease_contents .block02 h4 {
    font-size: 20px;
    padding: 15px 10px;
  }
}
@media (min-width: 1025px) {
  .disease_contents .block02 h4 {
    font-size: 26px;
  }
}
.disease_contents .block02 .box {
  background: #a98850;
  padding: 5px 20px 30px;
}
@media (min-width: 1025px) {
  .disease_contents .block02 .box {
    padding: 5px 35px 30px;
  }
}
.disease_contents .block02 .box .wrap {
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
}
@media (min-width: 768px) {
  .disease_contents .block02 .box .wrap {
    min-height: 185px;
  }
}
.disease_contents .block02 ul {
  color: #fff;
  margin-top: 0;
  padding: 20px 10px;
}
.disease_contents .block02 ul li {
  padding-left: 15px;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .disease_contents .block02 ul li {
    font-size: 16px;
  }
}

.disease_contents .block02 ul li:before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: .8em;
  left: 0;
}
@media (min-width: 1025px) {
  .disease_contents .block02 ul {
    padding: 20px 35px;
  }
}
@media (min-width: 768px) {
  .disease_contents .block02 ul {
    display: flex;
    flex-wrap: wrap;
  }
  .disease_contents .block02 ul li {
    width: 49%;
  }
  .disease_contents .block02 ul li:nth-child(odd) {
    margin-right: 2%;
  }
}
.disease_contents .block03 .disease_box {
  margin-bottom: 0;
}
.disease_contents .block03 ul li {
  padding-left: 15px;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .disease_contents .block03 ul li {
    font-size: 16px;
  }
}

.disease_contents .block03 ul li:before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #2d2d2d;
  position: absolute;
  top: .8em;
  left: 0;
}
@media (min-width: 768px) {
  .disease_contents .block03 ul {
    display: flex;
    flex-wrap: wrap;
  }
  .disease_contents .block03 ul li {
    width: 49%;
  }
}
@media (max-width: 767px) {
  .disease_contents .block03 .column:not(:last-child) {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .disease_contents .column:not(:last-child) {
    margin-bottom: 1.5em;
  }
}
@media (min-width: 768px) {
  .disease_contents .column {
    width: 48%;
  }
  .disease_contents .column:nth-child(odd) {
    margin-right: 4%;
  }
  .disease_contents .column:not(:nth-child(-n + 2)) {
    margin-top: 6%;
  }
}
@media (min-width: 1025px) {
  .disease_contents {
    padding: 100px 0;
  }
}

.follow_contents {
  background: url("img/urology_bg003.jpg") no-repeat center/cover;
  padding: 50px 0;
}
.follow_contents h2 {
  font-size: 20px;
  border-bottom: solid 1px #a98850;
  padding-bottom: 10px;
}
@media (min-width: 1025px) {
  .follow_contents h2 {
    font-size: 24px;
  }
}
.follow_contents .text_box {
  margin-bottom: 25px;
}
.follow_contents .text_box .large {
  font-weight: bold;
  font-size: 17px;
}
@media (min-width: 1025px) {
  .follow_contents .text_box .large {
    font-size: 20px;
  }
}
@media (min-width: 1025px) {
  .follow_contents .text_box p {
    text-align: center;
    line-height: 2;
  }
}
.follow_contents h3 {
  font-size: 17px;
  position: relative;
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.follow_contents h3:after {
  content: "";
  width: 40px;
  height: 1px;
  background: #2d2d2d;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media (min-width: 1025px) {
  .follow_contents h3 {
    font-size: 20px;
  }
}
.follow_contents .columns .column {
  background: #fff;
  padding: 30px 34px;
  position: relative;
}
.follow_contents .columns .column:after {
  content: "";
  border: solid 1px #a98850;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
}
.follow_contents .columns .column p {
  margin-top: 0;
  line-height: 2;
}
.follow_contents .columns.col3:last-child {
  margin-top: 2%;
}
@media (max-width: 767px) {
  .follow_contents .columns .column:not(:last-child) {
    margin-bottom: 1.5em;
  }
  .follow_contents .columns.col3:last-child {
    margin-top: 1.5em;
  }
}
@media (min-width: 768px) {
  .follow_contents .columns p {
    text-align: justify;
    text-justify: inter-ideograph;
  }
}
@media (min-width: 768px) and (min-width: 1025px) {

  .follow_contents .columns.col3 .column {
    width: 32%;
  }
  .follow_contents .columns.col3 .column:not(:nth-child(3n)) {
    margin-right: 2%;
  }
  .follow_contents .columns.col3 .column:not(:nth-child(-n+ 3)) {
    margin-top: 2%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .follow_contents .columns.col3 {
    justify-content: center;
    flex-wrap: wrap;
  }
  .follow_contents .columns.col3 .column {
    width: 48%;
  }
  .follow_contents .columns.col3 .column:nth-child(odd) {
    margin-right: 2%;
  }
  .follow_contents .columns.col3 .column:not(:nth-child(-n+ 2)) {
    margin-top: 2%;
  }
  .follow_contents .columns.col3:last-child {
    margin-top: 2%;
  }
}

@media (min-width: 1025px) {
  .follow_contents {
    padding: 100px 0;
  }
}

.feature_contents {
  background: url("img/urology_bg004.jpg") no-repeat center/cover;
  padding: 50px 0;
}
.feature_contents .box {
  border: solid 2px #ae8f5a;
  border-top: 0;
  padding: 20px;
  transform: translateY(-40px);
}
@media (min-width: 1025px) {
  .feature_contents .box {
    transform: translateY(-50px);
    padding: 55px;
  }
}
@media (min-width: 768px) {
  .feature_contents .box {
    min-height: 400px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .feature_contents .box {
    min-height: 360px;
  }
}

.feature_contents .number {
  font-size: 80px;
  line-height: 1;
  font-family: "Times New Roman", serif;
  font-weight: 400;
  color: #a98850;
  letter-spacing: .1em;
  display: table;
  margin: auto;
  position: relative;
}
@media (min-width: 1025px) {
  .feature_contents .number {
    transform: translateY(10px);
  }
}
.feature_contents .number:before, .feature_contents .number:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 2px;
  background: #ae8f5a;
  width: 50vw;
}
.feature_contents .number:before {
  right: calc(100% + 25px);
}
.feature_contents .number:after {
  left: 100%;
}
@media (min-width: 1025px) {
  .feature_contents .number {
    font-size: 120px;
  }
}
.feature_contents h3 {
  line-height: 1.5;
  font-size: 22px;
  margin-bottom: 25px;
  margin-top: 20px;
}
@media (min-width: 1025px) {
  .feature_contents h3 {
    font-size: 28px;
    letter-spacing: .1em;
  }
}
.feature_contents .column {
  overflow: hidden;
}
@media (min-width: 768px) {
  .feature_contents .columns {
    flex-wrap: wrap;
  }
  .feature_contents .columns .column {
    width: 48%;
  }
  .feature_contents .columns.reverse .column:not(:first-child) {
    margin-left: 0;
    margin-right: 4%;
  }
  .feature_contents .columns:not(.reverse) .column:nth-child(odd) {
    margin-right: 4%;
  }
  .feature_contents .columns:not(:last-child) {
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) and (min-width: 1025px) {
  .feature_contents .columns:not(:last-child) {
    margin-bottom: 80px;
  }
}

@media (min-width: 1025px) {
  .feature_contents {
    padding: 100px 0;
  }
}

.flow_contents {
  background: #f6f3ed;
  padding: 50px 0;
}
.flow_contents .flow_wrap {
  background: #fff;
  box-shadow: 1px 1px 10px 5px #ebe9e3;
  padding: 20px;
  margin-bottom: 40px;
}
@media (min-width: 1025px) {
  .flow_contents .flow_wrap {
    padding: 40px 40px 20px;
  }
}
.flow_contents .flow_wrap h3 {
  background: url("img/sp_common_band.png") no-repeat center/contain;
  padding: 10px 10px 20px 40px;
  color: #fff;
  font-family: a-otf-ud-reimin-pr6n, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  transform: translateY(50px);
  position: relative;
  z-index: 1;
}
@media (min-width: 550px) and (max-width: 767px) {
  .flow_contents .flow_wrap h3 {
    background-size: cover;
  }
}
@media (max-width: 767px) {
  .flow_contents .flow_wrap h3 {
    font-size: 14px;
  }
}
@media (min-width: 1025px) {
  .flow_contents .flow_wrap h3 {
    background: url("img/common_band.png") no-repeat center/cover;
  }
}
@media (min-width: 1025px) {
  .flow_contents .flow_wrap h3 {
    padding: 5px 10px 18px 70px;
    font-size: 21px;
  }
}
.flow_contents .flow_wrap h3 .num {
  font-size: 24px;
  padding-right: 10px;
}
@media (min-width: 1025px) {
  .flow_contents .flow_wrap h3 .num {
    font-size: 36px;
    padding-right: 20px;
  }
}
.flow_contents .flow_wrap h3 .tit {
  font-size: 22px;
  padding-left: 10px;
  position: relative;
}
@media (min-width: 1025px) {
  .flow_contents .flow_wrap h3 .tit {
    font-size: 32px;
    padding-right: 20px;
  }
}
.flow_contents .flow_wrap h3 .tit:before {
  content: "";
  width: 1px;
  height: 70%;
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
@media (min-width: 768px) {
  .flow_contents .columns:not(.consultation_area) .column {
    width: 49%;
  }
  .flow_contents .columns:not(.consultation_area) .column:nth-child(odd) {
    margin-right: 2%;
  }
}
.flow_contents .columns:not(.consultation_area):not(:last-child) {
  margin-bottom: 120px;
  position: relative;
}
.flow_contents .columns:not(.consultation_area):not(:last-child):after {
  content: "";
  background: url("img/arrow_icon.png") no-repeat center/cover;
  width: 88px;
  height: 40px;
  position: absolute;
  top: 105%;
  left: 0;
  right: 0;
  margin: auto;
}
@media (max-width: 767px) {
  .flow_contents .columns:not(.consultation_area):not(:last-child) {
    margin-bottom: 80px;
  }
  .flow_contents .columns:not(.consultation_area):not(:last-child):after {
    content: "";
    top: 100%;
  }
}
.flow_contents .box {
  box-shadow: 1px 1px 10px 3px #ebe9e3;
  width: 90%;
  padding: 80px 20px 25px;
  margin-left: auto;
  margin-right: 10px;
  transform: translateY(-40px);
  position: relative;
  z-index: 0;
}
@media (min-width: 550px) and (max-width: 767px) {
  .flow_contents .box {
    padding-top: 120px;
  }
}
@media (min-width: 1025px) {
  .flow_contents .box {
    max-width: 400px;
    width: 100%;
    margin-right: 20px;
    padding: 130px 40px 25px;
    transform: translateY(-65px);
  }
}
@media (min-width: 768px) {
  .flow_contents .box {
    min-height: 300px;
  }
}
.flow_contents .typeA {
  border-bottom: solid 1px #a98850;
  padding-bottom: 10px;
  font-size: 20px;
  text-align: center;
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .flow_contents .typeA {
    font-size: 24px;
  }
}
.flow_contents .consultation_area.col3 .column {
  background: #a98850;
  color: #fff;
  padding: 40px 35px 35px;
  position: relative;
}
.flow_contents .consultation_area.col3 .column:after {
  content: "";
  border: solid 1px #fff;
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.flow_contents .consultation_area.col3 .column figure {
  text-align: center;
  margin-bottom: 20px;
}
.flow_contents .consultation_area.col3 .column h4 {
  text-align: center;
  border-bottom: solid 1px #fff;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 10px;
}
@media (min-width: 1025px) {
  .flow_contents .consultation_area.col3 .column h4 {
    font-size: 20px;
    letter-spacing: .1em;
  }
}
@media (max-width: 767px) {
  .flow_contents .consultation_area.col3 .column:not(:last-child) {
    margin-bottom: 1.5em;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .flow_contents .consultation_area.col3 {
    justify-content: center;
    flex-wrap: wrap;
  }
  .flow_contents .consultation_area.col3 .column {
    width: 48%;
  }
  .flow_contents .consultation_area.col3 .column:not(:nth-child(2n)) {
    margin-right: 2%;
  }
  .flow_contents .consultation_area.col3 .column:not(:nth-child(-n + 2)) {
    margin-top: 2%;
  }
}
@media (min-width: 768px) and (min-width: 1025px) {
  .flow_contents .consultation_area.col3 .column {
    width: 32%;
  }
  .flow_contents .consultation_area.col3 .column:not(:nth-child(3n)) {
    margin-right: 2%;
  }
}

@media (min-width: 1025px) {
  .flow_contents {
    padding: 100px 0;
  }
}

.clinic_contents {
  padding: 50px 0;
}
.clinic_contents .name_text {
  margin-top: 5px;
  text-align: right;
}
.clinic_contents .name_text .name {
  font-size: 20px;
  margin-left: 10px;
}
@media (min-width: 768px) {
  .clinic_contents {
    background: url("img/urology_bg005.jpg") no-repeat center/cover;
  }
  .clinic_contents .columns .column {
    width: 49%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .clinic_contents .columns .column {
    width: 58%;
  }
}

@media (min-width: 1025px) {
  .clinic_contents {
    padding: 100px 0;
  }
}

/*# sourceMappingURL=bond.css.map */
