@charset "UTF-8";
html {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

img.size-full-max {
  max-width: 100%;
}

td, th {
  font-feature-settings: "palt";
}

img.size-full,
img.size-full-fit,
img.size-full-fill {
  width: 100%;
}

p.pic {
  margin-bottom: 0;
}

p.pic + p {
  margin-top: 0;
}

.p_img span {
  display: inline-block;
}

img._x2 {
  width: 50%;
  max-width: 50%;
}

a.over:hover img,
a:hover img.over,
input[type=submit]:hover {
  opacity: .7;
  -webkit-opacity: .7;
  -moz-opacity: .7;
  -webkit-transition: opacity 1s ease-out;
  -moz-transition: opacity 1s ease-out;
  -ms-transition: opacity 1s ease-out;
  transition: opacity 1s ease-out;
  background: #ffffff;
}

/*
.zoom{overflow:hidden;}
.zoom img {
  transform-origin: center center;
  transform: scale(1.0);
  transition: 2s ease-out;
}
.zoom:hover img{
  transform: scale(1.1);
}
*/
.zoomin {
  overflow: hidden;
}

.zoom img,
.zoom img.zoomimg {
  transform-origin: center center;
  transform: scale(1);
  transition: 1s ease-out;
}

.zoom:hover img {
  opacity: .7;
  -webkit-opacity: .7;
  -moz-opacity: .7;
  -ms-filter: "alpha(opacity=70)";
  /* IE 8 */
  -webkit-transition: opacity 1s ease-out;
  -moz-transition: opacity 1s ease-out;
  -ms-transition: opacity 1s ease-out;
  transition: opacity 1s ease-out;
}

.zoom:hover img.zoominimg {
  transform: scale(0.98);
  transition: 1s ease-out;
}

.zoom:hover img.zoomoutimg {
  transform: scale(1.02);
  transition: 1s ease-out;
}

.relative {
  position: relative;
}

.gallery_auto_flex img {
  padding: 0.25em;
}

.mt0 {
  margin-top: 0;
}

.mt05 {
  margin-top: 0.5rem;
}

.mt10 {
  margin-top: 1rem;
}

.mb0 {
  margin-bottom: 0;
}

.mb05 {
  margin-bottom: 0.5rem;
}

.mb10 {
  margin-bottom: 1rem;
}

.ml0 {
  margin-left: 0;
}

.mr0 {
  margin-right: 0;
}

.pt0 {
  padding-top: 0;
}

.pt05 {
  padding-top: 0.5rem;
}

.pt10 {
  padding-top: 1rem;
}

.pb0 {
  padding-bottom: 0;
}

.pb05 {
  padding-bottom: 0.5rem;
}

.pb10 {
  padding-bottom: 1rem;
}

.pl0 {
  padding-left: 0;
}

.pr0 {
  padding-right: 0;
}

.wrap_iframe {
  position: relative;
  width: 100%;
  padding: 33% 0 0 0;
  box-sizing: border-box;
}

.wrap_iframe.gmap {
  padding: 48% 0 0 0;
}

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

ul.kome {
  margin-left: 1.5em;
  padding-left: 0em;
  list-style: none;
}

ul.kome > li::before {
  content: '※';
  margin-left: -1.25em;
  display: inline-block;
  width: 1.25em;
}

ul.kome > li {
  padding-left: 0;
  padding-bottom: 0.5em;
}

ol.maru {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
  margin: 0;
}

ol.maru li {
  font-size: 1em;
  line-height: 1.5;
  padding-left: 2em;
  position: relative;
}

ol.maru li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #14346E;
  border: 1px solid;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 1.375em;
  width: 1.375em;
  color: #ffffff;
  font-size: 75%;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.75em;
}

ol.maru-white {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
  margin: 0;
}

ol.maru-white li {
  font-size: 1em;
  line-height: 1.5;
  padding-left: 2em;
  position: relative;
}

ol.maru-white li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #ffffff;
  border: 1px solid;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 1.375em;
  width: 1.375em;
  color: #14346E;
  font-size: 75%;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.75em;
}

a .underline {
  border-bottom-width: 1px;
  border-style: dotted;
}

/*タブ切り替え全体のスタイル*/
.css_tabs {
  background-color: #fff;
  width: 100%;
  margin: 0 auto;
  /*タブのスタイル*/
  /*ラジオボタンを全て消す*/
  /*タブ切り替えの中身のスタイル*/
  /*選択されているタブのコンテンツのみを表示*/
}

.css_tabs .tab_item {
  padding: 0.5em;
  font-size: 1rem;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}

.css_tabs .tab_item span {
  background-color: #ffffff;
  border: 1px solid #000000;
  display: block;
  padding: 0.75em;
}

.css_tabs .tab_item:hover {
  opacity: 0.75;
}

.css_tabs input:checked + .tab_item::after {
  content: '\f078';
  font-family: fontawesome,'Font Awesome 5 Free';
  width: 100%;
  max-width: 100%;
  display: block;
  height: 1rem;
  text-align: center;
  color: #14346E;
}

.css_tabs input[name="tab_item"] {
  display: none;
}

.css_tabs .tab_content {
  display: none;
  /*padding: 2rem 2rem 0;*/
  clear: both;
  overflow: hidden;
}

.css_tabs #tab1:checked ~ #tab1_content,
.css_tabs #tab2:checked ~ #tab2_content,
.css_tabs #tab3:checked ~ #tab3_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.css_tabs input:checked + .tab_item span {
  background-color: #5ab4bd;
  color: #fff;
}

.brpc {
  display: block;
}

.brsp {
  display: none;
}

@media screen and (max-width: 767px) {
  .brpc {
    display: none;
  }
  .brsp {
    display: block;
  }
}

.error-404 p.title_404 {
  font-size: 20vw;
  line-height: 1;
  margin: 0;
  color: #cccccc;
}

.error-404 p {
  text-align: center;
}
