@charset "UTF-8";
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden; /* 横スクロールを防ぐ */
}

.title-img {
  width: 20%;
  height: auto;
  margin: 0 auto;
  display: block flex;
  flex-direction: column;
  justify-self: center;
}
.title-img img {
  width: 100%;
  height: 100%;
}
.title-img img:nth-child(1) {
  transform: scale(1, -1);
}
@media screen and (max-width: 780px) {
  .title-img {
    width: 40%;
  }
}

.title {
  width: 100%;
  text-align: center;
}
.title h3 {
  margin: 0.6rem 0;
  font-size: 1.5277777778vw;
}
@media screen and (max-width: 780px) {
  .title h3 {
    font-size: 4.8611111111vw;
  }
}
.title h2 {
  margin: 0.4rem 0;
  font-size: 1.5277777778vw;
  color: #e6c138;
}
@media screen and (max-width: 780px) {
  .title h2 {
    font-size: 4.1666666667vw;
  }
}
@media screen and (max-width: 780px) {
  .title {
    width: 100%;
  }
}

.sp-br {
  display: none;
}
@media screen and (max-width: 780px) {
  .sp-br {
    display: block;
  }
}

.blog-list ul {
  width: 100%;
  margin: 10% 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-self: center;
}
.blog-list ul li {
  width: 30%;
  height: auto;
  margin: 20px auto;
  display: grid;
  list-style: none;
}
@media screen and (max-width: 780px) {
  .blog-list ul li {
    width: 100%;
    margin: 30px 0;
  }
}
.blog-list ul li a {
  color: #333;
  text-decoration: none;
}

.blog-img-wrapper {
  position: relative;
  width: 100%;
  padding-top: 66.66%;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
@media screen and (max-width: 780px) {
  .blog-img-wrapper {
    padding-top: 66.66%;
  }
}
.blog-img-wrapper img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.blog-content-wrapper h3 {
  font-size: 1.2rem;
  font-weight: bold;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-content-wrapper time {
  font-size: 1.2rem;
  align-items: center;
  justify-content: space-between;
  margin: 15px 0 0 0;
  font-weight: bold;
  color: #b5b5b6;
}

/*!--sns/--*/
/* ボタン全体の外枠指定 */
.snsbtniti {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  max-width: 80%;
  /* ボタンを設置する場所の最大横幅 */
  margin: 50px auto;
  /* ボタンを中央へ */
}
@media screen and (max-width: 780px) {
  .snsbtniti {
    max-width: 100%;
    justify-content: space-between;
  }
}

/* ulタグの内側余白なしと箇条書きの黒丸削除 */
ul.snsbtniti {
  padding: 0 !important;
  list-style-type: none !important;
}
/* ボタン同士の余白調整 */
.snsbtniti li {
  flex: 0 0 26%;
  /* ボタン3つ並びへ */
  text-align: center !important;
}
/* ボタン全体 */
.flowbtn2 {
  font-family: serif;
  /* フォント指定 */
  position: relative;
  display: inline-block;
  width: 75px;
  /* 背景横幅 */
  height: 65px;
  /* 背景高さ */
  font-size: 30px;
  border-radius: 4px;
  transition: 0.5s;
  text-decoration: none;
  margin-bottom: 10px;
  /* ボタン下の余白 */
}

/* アイコンの位置を少し下げる */
.flowbtn2 i {
  position: relative;
  top: 5px;
}

/* ボタン内テキスト調整 */
.btan-instagram {
  font-size: 10px !important;
}

.flowbtn2 div {
  margin: 8px 0 0 0;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
}


/* マウスホバー時、ボタン内を白に指定 */
.flowbtn2:hover {
  text-decoration: none;
  cursor: pointer;
  background-color: #fff;
  color: #e6c138;
}

/* インスタ・Amazonのアイコンを少し大きく */
.flowbtn2 i.fa-brands.fa-instagram,
.flowbtn2 i.fa-brands.fa-amazon {
  font-size: 35px;
}

/* エックス枠線#CD6534 */
.my_x2 {
  background-color: #e6c138;
  border: solid 1px #e6c138;
  color: #fff;
}

/*!--/sns--*/
body {
  margin: 0 auto;
  font-family: serif;
}
@media (max-width: 2000px) {
  body {
    width: 100%;
  }
}
@media (min-width: 2001px) {
  body {
    width: 2000px;
    margin: 0 auto;
  }
}

.inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

#navigation {
  top: 0;
  position: fixed;
  line-height: 1;
  z-index: 10000;
}
@media (max-width: 2000px) {
  #navigation {
    width: 100%;
  }
}
@media (min-width: 2001px) {
  #navigation {
    width: 2000px;
    left: 50%;
    transform: translateX(-50%);
  }
}
#navigation a {
  color: #333;
  text-decoration: none;
  font-family: serif;
  font-weight: bold;
}
#navigation a .ja {
  display: inline;
  transition: 0.4s;
}
#navigation a .en {
  display: none;
  font-size: 1rem;
  animation: fadeIn 0.6s linear 0s;
}
#navigation a:hover .ja {
  display: none;
}
#navigation a:hover .en {
  display: inline;
}

.fixed {
  border-bottom: solid #e6c138 1px;
  background: rgb(255, 255, 255);
  transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
}

#global-nav {
  width: 100%;
}
#global-nav ul {
  list-style: none;
  font-size: 1rem;
  display: flex;
  justify-content: flex-end;
  padding-left: 0;
}
#global-nav ul li {
  width: 26%;
  text-align: center;
}
#global-nav ul li:hover {
  display: inline;
}

#nav-toggle {
  display: none;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 34px;
  height: 28px;
  cursor: pointer;
  z-index: 101;
}
#nav-toggle div {
  position: relative;
}
#nav-toggle span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #e6c138;
  left: 0;
  transition: 0.35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
  top: 0;
}
#nav-toggle span:nth-child(2) {
  top: 11px;
}
#nav-toggle span:nth-child(3) {
  top: 22px;
}

@media screen and (max-width: 780px) {
  #navigation {
    width: 100%;
    padding: 0;
  }
  #navigation.open {
    background: rgba(0, 0, 0, 0.7);
  }
  .fixed {
    border-bottom: solid #e6c138 1px;
    background: rgba(255, 255, 255, 0.45);
    transition: all 0.8s ease;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
  }
  #mobile-head {
    width: 100%;
    height: 70px;
    margin: 0;
    z-index: 999;
    position: relative;
  }
  #global-nav {
    position: absolute;
    top: 70px;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    text-align: center;
    transition: transform 0.5s ease-in-out;
    transform: translateY(-130%);
  }
  #global-nav ul {
    flex-direction: column;
    margin: 0;
  }
  #global-nav ul li {
    width: 100%;
    text-align: center;
  }
  #global-nav ul a {
    width: 100%;
    display: block;
    color: #e6c138;
    padding: 18px 0;
  }
  #global-nav ul a .en {
    display: none;
  }
  #global-nav ul a .ja {
    display: inline;
    font-size: 1rem;
  }
  #nav-toggle {
    display: block;
  }
  #nav-toggle.open span:nth-child(1) {
    top: 11px;
    transform: rotate(315deg);
  }
  #nav-toggle.open span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  #nav-toggle.open span:nth-child(3) {
    top: 10px;
    transform: rotate(-315deg);
  }
  #navigation.open #global-nav {
    transform: translateY(0);
  }
}
.header-img-container {
  position: relative;
  border-bottom: solid 1px #e6c138;
}
.header-img-container img {
  width: 100%;
}
.header-img-container div {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 60%;
  transform: translateX(-50%) translateY(-50%);
}
.header-img-container div h3 {
  font-size: 2.4rem;
}
@media screen and (max-width: 780px) {
  .header-img-container div h3 {
    margin: 0;
    font-size: 1.6rem;
  }
}
.header-img-container div h2 {
  font-size: 1.8rem;
}
@media screen and (max-width: 780px) {
  .header-img-container div h2 {
    margin-top: 0px;
    font-size: 1.2rem;
  }
}

footer {
  width: 100%;
  margin: 80px 0 0 0;
  border-top: solid 1px #e6c138;
}
footer div {
  width: 100%;
  position: relative;
}
footer div img {
  width: 100%;
}
footer div img:nth-child(2) {
  display: none;
}
@media screen and (max-width: 780px) {
  footer div img {
    display: none;
  }
  footer div img:nth-child(2) {
    display: inline;
  }
}

.footer-content-wrapper {
  width: 100%;
  padding: 0;
  position: absolute;
  top: 3%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
@media screen and (max-width: 780px) {
  .footer-content-wrapper {
    height: 100%;
    margin: 0;
    flex-wrap: wrap;
  }
}
.footer-content-wrapper li {
  width: 16vw;
  height: 10vw;
  list-style: none;
  background-color: #433939;
  border: solid 8px #433939;
  box-shadow: inset 0 0 0 2px #e6c138; /* 内側に線を追加 */
}
@media screen and (max-width: 780px) {
  .footer-content-wrapper li {
    width: 30vw;
    height: 15vw;
    margin: 0 20px;
  }
}
.footer-content-wrapper li a {
  width: 100%;
  height: 100%;
  display: flex;
  text-decoration: none;
  color: #e6c138;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.footer-content-wrapper li a h3 {
  margin: 0.4rem;
  font-size: 2vw;
}
@media screen and (max-width: 780px) {
  .footer-content-wrapper li a h3 {
    margin: 0.2rem;
    font-size: 3vw;
  }
}
.footer-content-wrapper li a h2 {
  margin: 0;
  font-size: 2vw;
}
@media screen and (max-width: 780px) {
  .footer-content-wrapper li a h2 {
    margin: 0.4rem;
    font-size: 3vw;
  }
}

.footer-copyright {
  width: 100%;
  margin: 0;
  padding: 10px 0;
  font-size: 1.6rem;
  text-align: center;
  color: #fff;
  background-color: #e6c138;
}
@media screen and (max-width: 780px) {
  .footer-copyright {
    font-size: 1rem;
  }
}

/* ボタンの共通SCSS */
.btn {
  margin-top: 30px;
  text-align: center;
}
.btn a,
.btn input {
  background-color: #e6c138;
  color: #fff;
  display: inline-block;
  font-size: 2rem;
  padding: 0.6rem 2rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  width: 200px;
  border: none;
  cursor: pointer;
}
@media screen and (max-width: 780px) {
  .btn a,
  .btn input {
    width: 10rem;
    font-size: 1.6rem;
    padding: 0.2rem 2rem;
  }
}
.btn a::before,
.btn input::before {
  border-right: 3px solid #fff;
  border-top: 3px solid #fff;
  bottom: 0;
  content: "";
  height: 10px;
  margin: auto;
  position: absolute;
  right: 30px;
  top: 0;
  transform: rotate(45deg);
  transition: right 0.5s;
  width: 10px;
}
.btn a:hover::before,
.btn input:hover::before {
  right: 20px;
}

/* ボタンの共通SCSS */
/*!--レスポンシブスライドショー/--*/
.topHead-section {
  position: relative;
  width: 100%;
  height: auto;
}

.topHead-section p {
  display: flex;
  margin: 12vw 0 0 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  font-size: 12vw;
  text-shadow: 2px 2px 5px black;
  z-index: 10; /* スライドショーより前面に表示 */
}

@media (min-width: 2001px) {
  .topHead-section p {
    margin: 8vw 0 0 0;
    font-size: 10vw;
  }
}
.topHead-section p span {
  margin: 0 1vw;
  color: white;
  text-shadow: 0px 0px 5px black;
  opacity: 0;
  visibility: hidden;
  animation: blur 5s ease-out infinite;
  animation-fill-mode: forwards;
}

.topHead-section p span:nth-child(1) {
  animation-delay: 0.1s;
}

.topHead-section p span:nth-child(2) {
  animation-delay: 0.2s;
}

.topHead-section p span:nth-child(3) {
  animation-delay: 0.3s;
}

.topHead-section p span:nth-child(4) {
  animation-delay: 0.4s;
}

.topHead-section p span:nth-child(5) {
  animation-delay: 0.5s;
}

@keyframes blur {
  0% {
    text-shadow: 0 0 100px black;
    opacity: 0;
    visibility: visible;
  }
  50% {
    text-shadow: 0 0 50px black;
    opacity: 1;
  }
  80% {
    text-shadow: 2px 2px 5px black;
    opacity: 1;
  }
  100% {
    text-shadow: 2px 2px 5px black;
    opacity: 1;
  }
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  z-index: 5; /* pタグより背面に表示 */
}

.rslides li {
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}

.rslides li:first-child {
  position: relative;
  display: block;
}

.rslides img {
  display: block;
  height: auto;
  width: 100%;
  border: 0;
}

.tab-phone {
  display: none;
}

@media screen and (max-width: 780px) {
  .tab-phone {
    display: block;
  }
  .pc {
    display: none;
  }
}
/*!--/レスポンシブスライドショー--*/
.top-main-container {
  width: 100%;
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 780px) {
  .top-main-container {
    width: 100%;
    display: block;
    flex-direction: column;
  }
}
.top-main-container .main-wrapper {
  width: 80%;
  padding: 2vw 0;
}
@media screen and (max-width: 780px) {
  .top-main-container .main-wrapper {
    width: 100%;
  }
}
.top-main-container .main-sub {
  width: 20%;
  min-width: 330px;
  padding: 0 0 0 20px;
}
@media screen and (max-width: 780px) {
  .top-main-container .main-sub {
    width: 100%;
    min-width: 100px;
    padding: 0;
    display: flex;
    flex-direction: column;
  }
}

.banner {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 780px) {
  .banner {
    width: 90%;
  }
}
.banner div {
  text-align: center;
}
.banner div img {
  width: 660px;
  height: 330px;
}
@media screen and (max-width: 780px) {
  .banner div img {
    width: 100%;
    height: auto;
    margin: 0;
  }
}

.job-info {
  width: 100%;
  margin: 20px auto 0 auto;
  text-align: center;
}
@media screen and (max-width: 780px) {
  .job-info {
    width: 90%;
  }
}
.job-info h4 {
  font-size: 1.5rem;
}
.job-info p {
  display: inline;
  text-align: left;
  font-size: 1.2rem;
  line-height: 2;
}
@media screen and (max-width: 780px) {
  .job-info p {
    font-size: 1rem;
  }
}

.top-new-article {
  width: 100%;
  margin: 100px auto 0 auto;
}
@media screen and (max-width: 780px) {
  .top-new-article {
    width: 90%;
  }
}

.blog-list {
  width: 90%;
  margin: 0 auto;
}

.bbriefly-profile {
  margin: 40px 0 0 0;
  border: solid 1px #433939;
}
@media screen and (max-width: 780px) {
  .bbriefly-profile {
    width: 90%;
    padding: 0;
    margin: 40px auto 0 auto;
  }
}
.bbriefly-profile div img {
  width: 100%;
  height: auto;
}
.bbriefly-profile div img:nth-child(2) {
  width: 80px;
  border-radius: 50%;
  transform: translateY(-60%);
  margin: 0;
}
.bbriefly-profile div h2 {
  width: auto;
  margin: -30px 0 0 0;
  padding: 0 0 0 10px;
  font-size: 1.2rem;
}
.bbriefly-profile div h3 {
  width: auto;
  padding: 0 0 0 10px;
  font-size: 1.2rem;
}
.bbriefly-profile div p {
  width: auto;
  padding: 10px;
  font-size: 1rem;
}

.bbriefly-snsbtniti-wrapper {
  margin: 20px auto !important;
}

.bbriefly-snsbtniti {
  width: 65px !important;
  height: 65px !important;
  margin: 0 10px !important;
  padding: 0 !important;
  border-radius: 50% !important;
  z-index: 9999 !important;
}

.bbriefly-link {
  color: #333;
  z-index: 9999;
  position: relative;
}

.bbriefly-profile-inner {
  padding: 0 0 100px 0;
  position: relative; /* 必要なポジショニングを設定 */
}

.bbriefly-profile-inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../img/bbriefly-profile-item-top-left.png) no-repeat top left, url(../img/bbriefly-profile-item-top-right.png) no-repeat top right, url(../img/bbriefly-profile-item-bottom-left.png) no-repeat bottom left, url(../img/bbriefly-profile-item-bottom-right.png) no-repeat bottom right;
  background-size: 80px 80px;
  z-index: 999; /* 背景を最前面に配置 */
}

.title-img-s {
  width: 8rem !important;
  margin: 20px auto !important;
  display: block !important;
  box-sizing: content-box !important;
}
.title-img-s div {
  width: 8rem !important;
  margin: 0 !important;
}
.title-img-s div img {
  width: 8rem !important;
  margin: 0 !important;
}
.title-img-s div div {
  width: 8rem !important;
  margin: 0 !important;
}
.title-img-s div div h3 {
  font-size: 1rem !important;
  margin: 0.4rem 0 !important;
}
.title-img-s div div h2 {
  font-size: 1rem !important;
  margin: 0 !important;
}

.UpdateInformation-container {
  margin: 80px 0;
  padding: 20px 0;
  border: solid 1px #433939;
}
@media screen and (max-width: 780px) {
  .UpdateInformation-container {
    width: 90%;
    margin: 50px auto;
  }
}

.UpdateInformation-inner ul {
  width: 100%;
  padding: 0;
  list-style: none;
}
.UpdateInformation-inner ul li {
  margin: 0 20px;
  border-bottom: solid 1px #433939;
  font-size: 1.2rem;
}
.UpdateInformation-inner ul li a {
  width: 100%;
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
  text-decoration: none;
  color: #333;
}
.UpdateInformation-inner ul li a span:nth-child(1) {
  max-width: 200px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.category-container {
  margin: 80px 0;
  padding: 20px 0;
  border: solid 1px #433939;
}
@media screen and (max-width: 780px) {
  .category-container {
    width: 90%;
    margin: 50px auto;
  }
}

.category-inner ul {
  padding: 0;
  list-style: none;
  color: #333;
}
.category-inner ul li {
  margin: 0 20px;
  border-bottom: solid 1px #433939;
}
.category-inner ul li a {
  padding: 10px 0;
  display: block;
  text-align: center;
  text-decoration: none;
  color: #333;
}

.prevail-container {
  margin: 80px 0;
  padding: 20px 0;
  border: solid 1px #433939;
}
@media screen and (max-width: 780px) {
  .prevail-container {
    width: 90%;
    margin: 50px auto;
  }
}

.prevail-inner {
  width: 100%;
  height: 100%;
  display: block;
}
.prevail-inner p {
  width: 250px;
  margin: auto;
  display: block;
  line-height: 2rem;
  text-align: left;
  font-size: 1.2rem;
  text-decoration: underline;
}

.master-container {
  margin: 80px 0;
  padding: 20px 0;
  border: solid 1px #433939;
}
@media screen and (max-width: 780px) {
  .master-container {
    width: 90%;
    margin: 50px auto;
  }
}

.master-inner {
  padding: 0;
  position: relative;
  display: block;
}
.master-inner p {
  width: auto;
  padding: 10px;
  font-size: 1rem;
}
.master-inner ul {
  width: 100%;
  justify-content: center;
}
.master-inner ul li a div {
  font-size: 0.7rem;
}

.master-img {
  width: 100%;
  height: auto;
}

.schedule-title {
  margin: 60px auto 40px auto !important;
}

.schedule {
  width: 90%;
  margin: auto;
}

.responsive-calendar {
  position: relative;
  width: 100%;
  padding-top: 75%; /* 4:3 aspect ratio, adjust as needed */
}

.responsive-calendar iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.youtube-link {
  font-size: 1.4rem !important;
  width: auto !important;
}

.youtube-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; /* 16:9 アスペクト比 */
}

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

.blogList-container {
  margin: 10vh 0;
}

.profile-block {
  z-index: 1;
  position: relative;
  overflow: hidden;
  padding-bottom: 100px;
  margin: 100px 0;
}
@media screen and (max-width: 780px) {
  .profile-block {
    margin: 6vh 0 0 0;
    padding-bottom: 100px;
  }
}

.profile-float {
  width: 100%;
  height: auto;
  padding: 0 5%;
  display: flex;
  box-sizing: border-box;
  flex-direction: row-reverse;
}
@media screen and (max-width: 780px) {
  .profile-float {
    flex-direction: column !important;
  }
}

.profile-float-img-wrapper {
  width: 50%;
  margin: 0 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 780px) {
  .profile-float-img-wrapper {
    width: 100%;
    margin: 0;
  }
}
.profile-float-img-wrapper img {
  width: 100%;
  margin: 0;
}

.profile-float-p-wrapper {
  width: 50%;
  margin: 0 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 780px) {
  .profile-float-p-wrapper {
    width: 100%;
    margin: 0;
  }
}
.profile-float-p-wrapper p {
  width: 100%;
  height: 100%;
  margin-left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 36px;
  font-size: 1.2rem;
}

.profile-float-back {
  width: 50%;
  height: 80%;
  top: 80px;
  right: -100px;
  display: block;
  position: absolute;
  opacity: 0.5;
  z-index: -1;
  background-color: #e6c138;
}
@media screen and (max-width: 780px) {
  .profile-float-back {
    right: 0px;
  }
}

.profile-float-left-back {
  left: -100px;
}
@media screen and (max-width: 780px) {
  .profile-float-left-back {
    left: 0px;
  }
}

.contact-explanation {
  margin: 6% auto;
  text-align: center;
  font-size: 1.2rem;
}

.contact {
  width: 90%;
  margin: 40px auto;
  border: solid 2px #e6c138;
}
.contact form {
  width: 90%;
  padding: 4% 6%;
}
.contact form dl {
  padding: 2rem 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: dotted 2px #433939;
}
@media screen and (max-width: 780px) {
  .contact form dl {
    display: block;
    padding: 0 0 1rem 0;
  }
}
.contact form dl dt {
  width: 30%;
  padding-right: 80px;
  clear: both;
  text-align: right;
  line-height: 2.5;
  font-weight: 700;
  font-size: 1.3rem;
  color: #333;
}
@media screen and (max-width: 780px) {
  .contact form dl dt {
    width: 80%;
    margin: auto;
    padding: 0;
    text-align: left;
  }
}
.contact form dl dd {
  width: calc(70% - 500px);
  margin-right: 0%;
  margin-inline-start: 0px;
  display: block;
  flex: auto;
  word-break: break-word;
}
@media screen and (max-width: 780px) {
  .contact form dl dd {
    width: 80%;
    margin: auto;
  }
}
.contact form dl dd input {
  width: 100%;
  height: 40px;
  margin: 3px auto;
  padding: 6px 12px;
  display: block;
  box-sizing: border-box;
  font-size: 1.3rem;
  line-height: 1.8em;
}
.contact form dl dd textarea {
  width: 100%;
  height: auto;
  margin: 3px auto;
  padding: 6px 12px;
  display: block;
  box-sizing: border-box;
  font-size: 1.3rem;
  line-height: 1.8em;
}

/*!--フォーム入力--*/
/* 入力エラーのスタイル */
input[type=text]:required,
input[type=email]:required,
input[type=email]:invalid,
textarea:required {
  color: #630015;
  border-color: #c20c33;
  background-color: #ffd9e1;
}

/* 入力値が正常な時のスタイル */
input[type=text]:valid,
input[type=email]:valid,
textarea:valid {
  color: #333;
  border-color: #ccc;
  background: #fff;
}

/*!--/フォーム入力--*/
.blog-pag-container {
  width: 90%;
  max-width: 1000px;
  padding: 0;
  margin: 0 auto;
}
.blog-pag-container time {
  width: 100%;
  display: inline-block;
  text-align: end;
  font-size: 1.2rem;
  margin: 0;
  font-weight: bold;
  color: #b5b5b6;
}

.blog-text {
  margin: 60px 0;
  line-height: 1.4em;
  font-weight: bold;
  font-size: 1.3rem;
}

.blog-pag-img-wrapper {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  justify-content: space-between;
}
.blog-pag-img-wrapper div {
  width: 100%;
}
.blog-pag-img-wrapper div a img {
  width: 100%;
}

/*!--confirm.php-pc--*/
.confirm-body {
  background-color: #fff;
  display: block;
  margin: 8px;
}

.confirm-div {
  width: 700px;
  margin: 0 auto;
  color: #333;
  line-height: 120%;
  font-size: 90%;
}

.confirm-form {
  display: block;
  margin-top: 0em;
}

.confirm-table {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
}

.confirm-tbody {
  display: table-row-group;
  vertical-align: middle;
  border-color: inherit;
}

.confirm-tbody tr {
  display: table-row;
  vertical-align: inherit;
  border-color: inherit;
  border: 1px solid #ccc;
}

.confirm-tbody tr th {
  width: 30%;
  padding: 10px;
  font-weight: normal;
  background: #efefef;
  text-align: left;
}

.confirm-tbody tr td {
  border: 1px solid #ccc;
  padding: 10px;
}

.confirm-p {
  font-weight: normal;
  font-size: 100%;
  color: #333;
}

/*!--/confirm.php-pc--*//*# sourceMappingURL=style.css.map */