@charset "UTF-8";
/*
Theme Name: 東京サンゴ
Author: b& LLC
Author URI: https://b-and.co.jp/
Description: The WP theme for tokyo-coral.jp
Version: 0.1

*/

@media print {
  a[href]:after {
    content: "" !important;
  }
  abbr[title]:after {
    content: "" !important;
  }
}

html,body {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
  color: #000;
}
body.navmenu-opened {
  overflow: hidden;
  width: 100%;
}
a,a:visited {
  color: #000;
  text-decoration: none;
}
a:hover {
  color: #000;
  text-decoration: underline;
}
ul {
  list-style: none;
  margin:0;
  padding:0;}
ol {margin-bottom: 0;}
h1,h2,h3,h4,h5 {
  margin:0;
  font-weight: bold;
  line-height: unset;}
.flex {
  display:flex;
  flex-direction:row;
  flex-wrap:wrap;}
figure {margin:0;}
p,.txt {text-align:justify;word-break:break-all;}
.wpcf7-spinner {display:none;}
.grecaptcha-badge {visibility:hidden;}
img {max-width:100%;height:auto;}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active{
  -webkit-box-shadow: 0 0 0 30px white inset !important;
  outline: none;
  box-shadow: none;
  transition: background-color 0s 600000s, color 0s 600000s !important;
}
main *::selection {
  background-color: #DC000C;
  color: #fff;
}
.serif {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight:normal;
}

.form-control:focus {
  outline: none;
  box-shadow: none;
  border-color:#aaa;
}
.confirm-tt {
  font-size: 24px;
  text-align: center;
  display: none;
  margin-bottom: 20px;
}
.custom-wpcf7c-confirmed input:-internal-autofill-selected  {
  background: none!important;
}
.custom-wpcf7c-confirmed .form-group .form-control {
  background: none;
  border: none;
}
.custom-wpcf7c-confirmed .input-ts,.custom-wpcf7c-confirmed .btn-reset {
  display: none;
}
.custom-wpcf7c-confirmed .confirm-tt {
  display: block;
}


@media (min-width: 1200px){
  .container {
    width: 1024px;
  }
}

.btn {
  border-radius: 0;
}

#gotop-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  background: transparent;
  text-align: center;
  display: none;
}
#gotop-btn a,#gotop-btn a:visited {
  display: flex;
  justify-content: center;
  align-items: center;
}
#gotop-btn a svg {
  width: 60px;
  height: auto;
}
#gotop-btn .cls-1 {
  fill: #dc000c;
}
#gotop-btn .cls-2 {
  fill: none;
  stroke: #fff;
  stroke-linecap: round;
  stroke-width: 2px;
}

.form-control {
  border-radius: 0;
}

.l-ext {
  position: relative;
  display: inline-block;
  padding-right: 25px;
}
.l-ext:after {
  content:"";
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  background-image: url(assets/img/common/ico-link-black.svg);
  right: 0;
  top:50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
}

/* Header */
.navbar-default {
  background: #fff;
  border: none;
  margin-bottom: 0;
}

/* breadcrumb */
.breadcrumb {
  background: none;
  margin: 0;
  padding: 8px 0;
  font-size: 14px;
  line-height: 22px;
}
.breadcrumb a,.breadcrumb a:visited {
  color:#181818;
}
.breadcrumb .bi-house-fill {
  width: 18px;
  height: 18px;
  display: inline-block;
  margin-top: -2px;
}
.breadcrumb ul {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
.breadcrumb ul li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding-right: 20px;
}
.breadcrumb ul li:after {
  content:"";
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  background-image: url(assets/img/common/ic-chevron-r.svg);
  top:50%;
  right: 0;
  width: 14px;
  height: 14px;
  margin-top: -6px;
}
.breadcrumb ul li:last-child:after {
  content: none;
}
.breadcrumb ul li span {
  padding: 2px 4px;
}
.breadcrumb ul li:first-child span {
  padding-left: 0;
}
header,footer {
  overflow: hidden;
}

/* header  */
.navbar.nav-site {
  background: transparent;
  padding:20px 0;
}
.nav-site>.container-fluid {
  padding:0 22px;
}
.nav-sns .nav-item {
  margin-left: 8px;
}
.nav-sns .nav-item:first-child {
  margin-left: 0;
}

main {
  min-height: 600px;
  overflow: hidden;
}
main .sec {
  padding-top: 50px;
  padding-bottom: 50px;
}

main.thepage {
  padding-top: 50px;
  padding-bottom: 50px;
}

.thepage .head-cont {
  text-align: center;
}
.head-cont .ht {
  margin-top: 38px;
  margin-bottom: 60px;
}
.head-cont .ht h1 {
  font-size: 24px;
  font-weight: bold;
}


/* footer */
footer {
  width: 100%;
}
.footer-inner {
  position: relative;
  background: #ffff;
  padding:28px 0;
  border-bottom: 12px solid #DC000C;
}
.ft-cont {
  position: relative;
}
.ft-cont .center-logo {
  text-align: center;
}
.ft-cont .center-logo .f-logo {
  display: inline-block;
}
.ft-cont .center-logo .f-sns {
  margin-top: 24px;
}
.center-logo .f-sns>a {
  display: inline-block;
  margin-right: 5px;
}
.center-logo .f-sns>a:last-child {
  margin-right: 0;
}
.ft-cont .cp-right {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 14px;
  line-height: 24px;
  text-align: right;
}

@media (max-width: 1199px) {
}

@media (max-width: 992px) {
}

@media (max-width: 767px) {
  .navbar.nav-site {
    padding:12px 0;
  }
  .nav-site>.container-fluid {
    padding:0 12px;
  }
  .nav-site .navbar-nav {
    flex-direction: row;
  }

  #gotop-btn {
    right: 12px;
    bottom: 12px;
  }
  #gotop-btn a svg {
    width: 40px;
  }

  .thepage .head-cont {
    margin-top: 20px;
  }
  .thepage .head-cont img {
    max-width:240px;
  }

  .ft-cont .cp-right {
    position: relative;
    text-align: center;
    right: auto;
    bottom:auto;
    margin-top: 20px;
  }

}
