@charset "UTF-8";
/*
Theme Name:大鰐トレイルランニングホームページ
Theme URI:
Description:
Version: 999
Author:
Author URI:
*/
/*　reset css　*/
html {
  scroll-padding-top: 80px;
  scroll-behavior: smooth;
  font-size: clamp(14px, 1.4vw, 20px);
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
figure {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  table-layout: fixed;
}
table th,
table td {
  box-sizing: border-box;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
}

#printarea {
  display: none;
}

img {
  max-width: 100%;
  vertical-align: top;
  image-rendering: -webkit-optimize-contrast;
}

/*　reset css end　*/
/* 全体設定 */
body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(16px, 1.4vw, 20px);
  color: #555;
  transition: opacity 0.5s ease;
  font-weight: 500;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  transition-duration: 0.3s;
  opacity: 0.7;
}

.clearboth {
  clear: both;
}

.alignleft,
img.alignleft {
  display: inline;
  float: left;
  margin-right: 24px;
  margin-top: 4px;
}

.alignright,
img.alignright {
  display: inline;
  float: right;
  margin-left: 24px;
  margin-top: 4px;
}

.aligncenter,
img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.alignleft,
img.alignright,
img.aligncenter {
  margin-bottom: 12px;
}

h1 {
  font-size: 24px;
  font-weight: bold;
}

h2 {
  font-size: 30px;
  font-weight: bold;
}

h3 {
  font-size: 18px;
  font-weight: bold;
}

h4 {
  font-size: 14px;
}

.text_right {
  text-align: right;
}

.pc_768,
.pc_767,
.pc_540 {
  display: block;
}

.sp_768,
.sp_767,
.sp_540 {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc_768 {
    display: none;
  }
  .sp_768 {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .pc_767 {
    display: none;
  }
  .sp_767 {
    display: block;
  }
}
@media screen and (max-width: 540px) {
  .pc_540 {
    display: none;
  }
  .sp_540 {
    display: block;
  }
}
.wpcf7-form-control-wrap > .wpcf7-not-valid-tip {
  display: none;
  margin-top: 10px;
}
.wpcf7-form-control-wrap.is-show > .wpcf7-not-valid-tip {
  display: block;
}

.ind_1em {
  padding-left: 1em !important;
  text-indent: -1em !important;
  display: block;
}

/*blog記事用*/
.blog_content p {
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-size: 16px;
}
.blog_content h1 {
  font-size: 32px;
}
.blog_content h2 {
  font-size: 24px;
}
.blog_content h3 {
  font-size: 19px;
}
.blog_content h4 {
  font-size: 16px;
}
.blog_content h5,
.blog_content h6 {
  font-size: 14px;
}
.blog_content ol {
  list-style: decimal;
}
.blog_content ul {
  list-style: disc;
}
.blog_content ol,
.blog_content ul {
  margin-left: 1.4em;
}
.blog_content strong {
  font-weight: bold;
}

.inner {
  max-width: 1250px;
  margin: 0 auto;
  padding: 0 20px;
}

.btu a,
.btu input {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 225px;
  height: 40px;
  background: #fff;
  border: 2px solid #e4007f;
  border-radius: 40px;
  margin: auto;
  text-align: center;
  color: #e4007f;
  letter-spacing: 0.12em;
  line-height: 1;
  transition: 0.3s;
}
.btu a::after,
.btu input::after {
  content: "";
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  width: 10px;
  height: 14px;
  background: #e4007f;
}
.btu a:hover,
.btu input:hover {
  opacity: 1;
  background: #e4007f;
  color: #fff;
}
.btu a:hover::after,
.btu input:hover::after {
  background: #fff;
}

.btu02 a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 225px;
  height: 79px;
  background: #fff;
  border: 2px solid #e4007f;
  border-radius: 10px;
  text-align: center;
  color: #e4007f;
  letter-spacing: 0.12em;
  line-height: 1;
}
.btu02 a::after {
  content: "";
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  width: 10px;
  height: 14px;
  background: #e4007f;
}
.btu02 a:hover {
  opacity: 1;
  background: #e4007f;
  color: #fff;
}
.btu02 a:hover::after {
  background: #fff;
}

.news_sec .news-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 64px 36px;
}
@media screen and (max-width: 767px) {
  .news_sec .news-list {
    gap: 40px 36px;
    grid-template-columns: 1fr;
  }
}
.news_sec .news-list .data {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}
.news_sec .news-list .data::before {
  content: "";
  background: url(images/clock.svg) 0/contain no-repeat;
  width: 16px;
  aspect-ratio: 1;
  flex-shrink: 0;
  transform: translateY(2px);
}
.news_sec .news-list h3 {
  font-weight: 500;
}
.news_sec .news-list .noimg {
  background: #555555;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  aspect-ratio: 393/295;
}
.news_sec .news-list .img img {
  aspect-ratio: 393/295;
  -o-object-fit: cover;
     object-fit: cover;
}

.foto-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px 35px;
}
.foto-list img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 393/295;
}
@media screen and (max-width: 767px) {
  .foto-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

.page_main {
  background: url(images/page_main.jpg) center/cover no-repeat;
  color: #fff;
  aspect-ratio: 1924/394;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
}
.page_main h1 {
  font-size: 48px;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .page_main {
    aspect-ratio: 390/318;
    background: url(images/page_main_sp.jpg) center/cover no-repeat;
  }
  .page_main h1 {
    font-size: 24px;
  }
}

/* 全体設定end */
.tab_wrap .tab {
  display: flex;
  flex-wrap: wrap;
}
.tab_wrap .tab ul li a {
  display: block;
  background: #ddd;
  margin: 0 2px;
  padding: 10px 20px;
}
.tab_wrap .tab ul li.active a {
  background: #fff;
}
.tab_wrap .area {
  display: none;
  opacity: 0;
  background: #fff;
  padding: 50px 20px;
}
.tab_wrap .area.is-active {
  display: block;
  animation-name: displayAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
}
@keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/*　main　*/
main {
  position: relative;
  padding: 124px 0 78px;
}
@media screen and (max-width: 1250px) {
  main {
    padding: 66px 0 67px;
  }
}
main .totop {
  transition: color 0.3s;
  width: 48px;
  bottom: 30px;
  right: 30px;
  position: absolute;
}
@media screen and (max-width: 767px) {
  main .totop {
    bottom: 13px;
    right: 19px;
  }
}
main .totop a {
  transition: 0.3s;
}
main .totop a div {
  background: url(images/to_top.svg) no-repeat center center;
  width: 100%;
  aspect-ratio: 1;
}
main .totop a:hover {
  opacity: 1;
}
main .totop a:hover div {
  background: url(images/to_top02.svg) no-repeat center center;
}

#main #breadcrumb {
  background-color: #f0f0f0;
  padding-left: 10px;
  font-size: 12px;
  width: calc(100% - 14px);
  margin-left: 2px;
  margin-bottom: 10px;
  margin-top: 3px;
}

/*　main end　*/
/**************************************************************
header
**************************************************************/
#g-nav .sp_logo {
  display: none;
}
#g-nav ul {
  display: flex;
  gap: 0 20px;
}
#g-nav ul a {
  padding: 3px 1em;
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
}
@media screen and (min-width: 1251px) {
  #g-nav ul a:hover, #g-nav ul a.current {
    background: #555555;
    border-radius: 5px;
    color: #ffffff;
    opacity: 1;
  }
}

@media screen and (max-width: 1250px) {
  #g-nav {
    position: fixed;
    z-index: 999;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    background: #fff;
    transition: all 0.6s;
  }
  #g-nav .sp_logo {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0;
    padding-top: 100px;
  }
  #g-nav.panelactive {
    right: 0;
  }
  #g-nav.panelactive #g-nav-list {
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh; /*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 30px 0 90px;
    box-sizing: border-box;
  }
  #g-nav .nav {
    z-index: 999;
    width: 100%;
    padding: 0 10px 90px;
    box-sizing: border-box;
    flex-direction: column;
  }
  #g-nav .nav > li {
    border-top: 1px solid #e4007f;
  }
  #g-nav .nav > li:last-of-type {
    border-bottom: 1px solid #e4007f;
  }
  #g-nav .nav li {
    display: block;
  }
  #g-nav .nav li a {
    display: block;
    width: 100%;
    padding: 18px 0;
    text-align: center;
  }
  .openbtn1 {
    width: 66px;
    height: 66px;
    vertical-align: middle;
    cursor: pointer;
    position: relative;
    top: 0;
    right: 0;
    z-index: 1000;
    display: block;
    background: #e4007f;
  }
  .openbtn1 span {
    box-sizing: border-box;
    position: absolute;
    width: 50%;
    height: 3px;
    background-color: #fff;
    transition: all 0.5s;
    left: 50%;
    transform: translateX(-50%);
  }
  .openbtn1 span:nth-of-type(1) {
    top: 20px;
  }
  .openbtn1 span:nth-of-type(2) {
    top: 29px;
  }
  .openbtn1 span:nth-of-type(3) {
    top: 38px;
  }
  .openbtn1.active span:nth-of-type(1) {
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .openbtn1.active span:nth-of-type(2) {
    opacity: 0;
  }
  .openbtn1.active span:nth-of-type(3) {
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
  }
}
header {
  display: flex;
  align-items: center;
  position: fixed;
  width: 100%;
  z-index: 99;
  background: #fff;
}
header .header_inn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0;
  max-width: 1250px;
  margin: auto;
  width: 100%;
  padding: 36px 20px;
  position: relative;
}
@media screen and (max-width: 1250px) {
  header .header_inn {
    padding: 0;
  }
}
header .header_inn .logo {
  position: relative;
  z-index: 2;
  width: 215px;
}
@media screen and (max-width: 1250px) {
  header .header_inn .logo {
    padding: 7px 0 7px 20px;
  }
}

/**************************************************************
footer
**************************************************************/
footer {
  color: #fff;
  background: #e4007f;
  padding: 40px 0 17px;
}
footer .inner {
  display: flex;
  gap: 40px min(25.84vw, 323px);
}
@media screen and (max-width: 1000px) {
  footer .inner {
    gap: 40px 100px;
  }
}
@media screen and (max-width: 767px) {
  footer .inner {
    flex-direction: column;
  }
  footer .inner .left {
    order: 1;
  }
}
footer .sns {
  display: flex;
  gap: 16px;
  align-items: end;
}
footer .nav_wrap {
  display: flex;
  gap: 0 min(9.05vw, 113px);
}
@media screen and (max-width: 1000px) {
  footer .nav_wrap {
    gap: 0 37px;
  }
}
@media screen and (max-width: 767px) {
  footer .nav_wrap {
    flex-direction: column;
  }
}
footer .nav_wrap a {
  line-height: 2.5;
  font-weight: bold;
}

/**************************************************************
TOP
**************************************************************/
.top h2 {
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  font-size: 24px;
  padding: 1em 0;
  line-height: 1;
  text-align: center;
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  .top h2 {
    padding: 16px 0;
  }
}
.top .title {
  text-align: center;
}
.top .title h3 {
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
  padding-bottom: 10px;
  border-bottom: 2px solid #e4007f;
  text-align: center;
  display: inline-block;
}
.top .mv img {
  aspect-ratio: 390/318;
  -o-object-fit: cover;
     object-fit: cover;
}
.top .mov_sec .mov {
  border-radius: 10px;
  overflow: hidden;
  width: 83%;
  margin: auto;
  aspect-ratio: 1032/581;
}
@media screen and (max-width: 767px) {
  .top .mov_sec .mov {
    width: 100%;
  }
}
.top .mov_sec .mov iframe {
  width: 100%;
  aspect-ratio: 1032/581;
}
.top .mutu .inner {
  text-align: center;
}
.top .mutu img {
  margin-bottom: 8px;
}
.top .mutu p {
  font-size: 16px;
}

/**************************************************************
page
**************************************************************/
.page {
  /**********page共通************/
  /**********page共通 ここまで************/
}
.page .policy_content {
  padding-bottom: clamp(70px, 7.7vw, 100px);
}
.page .policy_content .box:not(:last-of-type) {
  margin-bottom: clamp(56px, 6.2vw, 80px);
}
.page .policy_content .box h3,
.page .policy_content .box h2 {
  margin-bottom: clamp(14px, 1.5vw, 20px);
}
.page .policy_content .box ul {
  list-style: disc;
  margin: clamp(14px, 1.5vw, 20px) 0 1em 1.5em;
}
.page .ind_list li {
  padding-left: 1em !important;
  text-indent: -1em !important;
}
.page .link_defo,
.page .link_defo_wrap {
  color: #605beb;
  text-decoration: underline;
}
.page h2:not(.h2_defo) {
  font-size: 24px;
  font-weight: 800;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  padding: 1em;
}
@media screen and (max-width: 767px) {
  .page h2:not(.h2_defo) {
    padding: 16px 5px;
  }
}
.page table:not(.table_defo) {
  border-collapse: unset;
  border-spacing: 2px;
}
.page table:not(.table_defo) th {
  background: #555555;
  color: #fff;
}
.page table:not(.table_defo) th,
.page table:not(.table_defo) td {
  border: 1px solid #555555;
  padding: 7px 20px;
}
@media screen and (max-width: 767px) {
  .page table:not(.table_defo) th,
  .page table:not(.table_defo) td {
    padding: 10px;
  }
}
.page .side_wrap {
  display: flex;
  gap: 40px min(6vw, 78px);
}
@media screen and (max-width: 767px) {
  .page .side_wrap {
    flex-direction: column;
  }
}
.page .side_wrap .side {
  width: min(23.4vw, 292px);
}
@media screen and (max-width: 767px) {
  .page .side_wrap .side {
    width: 100%;
  }
}
.page .side_wrap .side li {
  padding: 16px 10px;
  border-top: 1px solid #707070;
}
.page .side_wrap .side li:last-of-type {
  border-bottom: 1px solid #707070;
}
.page .side_wrap .main_content {
  width: 70%;
}
@media screen and (max-width: 767px) {
  .page .side_wrap .main_content {
    width: 100%;
  }
}
.page li,
.page a,
.page p,
.page th,
.page td {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .page .tournament-information_page li,
  .page .tournament-information_page a,
  .page .tournament-information_page p,
  .page .tournament-information_page th,
  .page .tournament-information_page td {
    font-size: 13px;
  }
}
.page .tournament-information_page h2 {
  margin-bottom: 24px;
}
.page .tournament-information_page .main_content section:not(:last-of-type) {
  margin-bottom: 96px;
}
@media screen and (max-width: 767px) {
  .page .tournament-information_page .main_content section:not(:last-of-type) {
    margin-bottom: 40px;
  }
}
.page .tournament-information_page table th {
  width: 130px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page .tournament-information_page table th {
    width: 100px;
  }
}
.page .tournament-information_page .sec02 h3 {
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 16px;
}
.page .tournament-information_page .sec02 .box:not(:last-of-type) {
  margin-bottom: 24px;
}
.page .tournament-information_page .sec03 h3 {
  font-size: 16px;
  color: #e4007f;
  font-weight: 800;
  margin-bottom: 1em;
}
.page .tournament-information_page .sec03 ul {
  margin-bottom: 16px;
}
.page .tournament-information_page .sec04 .flex {
  display: flex;
  gap: 16px min(3.2vw, 40px);
}
.page .result_page h2 {
  text-align: center;
  margin-bottom: 24px;
}
.page .result_page section:not(:last-of-type) {
  margin-bottom: 64px;
}
@media screen and (max-width: 767px) {
  .page .result_page section:not(:last-of-type) {
    margin-bottom: 56px;
  }
}
.page .result_page section ul {
  width: 240px;
  margin: auto;
}
.page .information_page h2 {
  margin-bottom: 24px;
}
.page .information_page h2 a {
  font-size: 24px;
  font-weight: 500;
}
.page .information_page h3 {
  font-size: 16px;
}
.page .information_page section:not(:last-of-type) {
  margin-bottom: 115px;
}
@media screen and (max-width: 767px) {
  .page .information_page section:not(:last-of-type) {
    margin-bottom: 56px;
  }
}
.page .information_page .flex_box {
  display: flex;
  gap: 16px min(3.6vw, 45px);
}
@media screen and (max-width: 767px) {
  .page .information_page .flex_box {
    flex-direction: column;
  }
}
.page .information_page .flex_box .left {
  width: 54.4%;
}
.page .information_page .flex_box .right {
  width: 42%;
}
@media screen and (max-width: 767px) {
  .page .information_page .flex_box .right,
  .page .information_page .flex_box .left {
    width: 100%;
  }
}
.page .information_page .item:not(:last-of-type) {
  margin-bottom: 24px;
}
.page .access_page h2 {
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .page .access_page h2 {
    margin-bottom: 16px;
  }
}
.page .access_page p {
  margin-bottom: 16px;
}
.page .access_page section:not(:last-of-type) {
  margin-bottom: 96px;
}
@media screen and (max-width: 767px) {
  .page .access_page section:not(:last-of-type) {
    margin-bottom: 40px;
  }
}
.page .access_page .iframe_box iframe {
  width: min(100%, 593px);
  aspect-ratio: 593/407;
}
@media screen and (max-width: 540px) {
  .page .access_page .iframe_box iframe {
    aspect-ratio: 350/240;
  }
}
.page .access_page .map iframe {
  border: 1px solid #707070 !important;
}
.page .access_page .item:not(:last-of-type) {
  margin-bottom: 40px;
}
.page .policy_page h2,
.page .policy_page p,
.page .policy_page li {
  line-height: 1.5;
}
.page .policy_page section:not(:last-of-type) {
  margin-bottom: 24px;
}
.page .policy_page h2 {
  font-size: 16px;
  font-weight: 500;
}
.page .policy_page .box {
  padding-left: 16px;
}
.page .contact_page .contact_box {
  width: min(100%, 1130px);
  margin: 0 auto 96px;
}
@media screen and (max-width: 767px) {
  .page .contact_page .contact_box {
    margin-bottom: 40px;
  }
}
.page .contact_page .contact_box .item {
  display: flex;
  gap: 21px 40px;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .page .contact_page .contact_box .item {
    flex-direction: column;
  }
}
.page .contact_page .contact_box .item .left {
  width: min(100%, 154px);
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 7px;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .page .contact_page .contact_box .item .left {
    padding-top: 18px;
  }
}
.page .contact_page .contact_box .item .left span {
  font-size: 10px;
  border-radius: 5px;
  width: 34px;
  height: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  color: #fff;
}
.page .contact_page .contact_box .item .left span.pink {
  background: #e4007f;
}
.page .contact_page .contact_box .item .left span.gray {
  background: #b4b4b4;
}
.page .contact_page .contact_box .item .right {
  width: 100%;
}
.page .contact_page .contact_box .item:not(:last-of-type) {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .page .contact_page .contact_box .item:not(:last-of-type) {
    margin-bottom: 24px;
  }
}
.page .contact_page input[type=text],
.page .contact_page input[type=email],
.page .contact_page input[type=tel],
.page .contact_page textarea {
  width: 100%;
  box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
  color: #555;
  padding: 14px 20px;
  border-radius: 5px;
  border: 1px solid #b4b4b4;
}
.page .contact_page input[type=text]::-moz-placeholder, .page .contact_page input[type=email]::-moz-placeholder, .page .contact_page input[type=tel]::-moz-placeholder, .page .contact_page textarea::-moz-placeholder {
  color: #b4b4b4;
}
.page .contact_page input[type=text]::placeholder,
.page .contact_page input[type=email]::placeholder,
.page .contact_page input[type=tel]::placeholder,
.page .contact_page textarea::placeholder {
  color: #b4b4b4;
}
.page .contact_page .btu input {
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
}

/*ページャーcss*/
.pagination {
  text-align: center;
}
.pagination .nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
.pagination a,
.pagination span {
  display: inline-block;
  font-weight: bold;
  color: #b4b4b4;
}
.pagination span.current {
  color: #e4007f;
}
.pagination a {
  background: #fff;
  text-transform: capitalize;
}
.pagination .next,
.pagination .prev {
  text-indent: -9999px;
  width: 50px;
  height: 50px;
}
.pagination .next {
  background: url(images/right.svg) 0/contain no-repeat;
  margin-left: 10px;
}
.pagination .next:hover {
  background: url(images/right02.svg) 0/contain no-repeat;
  opacity: 1;
}
.pagination .prev {
  background: url(images/left.svg) 0/contain no-repeat;
  margin-right: 10px;
}
.pagination .prev:hover {
  background: url(images/left02.svg) 0/contain no-repeat;
  opacity: 1;
}

/*ページャーcss　ここまで*/
/**************************************************************
single_page
**************************************************************/
.single .data {
  display: flex;
  align-items: center;
  gap: 6px;
}
.single .data::before {
  content: "";
  background: url(images/clock.svg) 0/contain no-repeat;
  width: 16px;
  aspect-ratio: 1;
  flex-shrink: 0;
  transform: translateY(2px);
}
.single .title {
  font-size: 24px;
  font-weight: 500;
}
.single .noimg {
  background: #555555;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  aspect-ratio: 393/295;
}
.single .img img {
  aspect-ratio: 393/295;
  -o-object-fit: cover;
     object-fit: cover;
}
.single p:not(:last-of-type) {
  margin-bottom: 1em;
}
.single .flex {
  display: flex;
  gap: 16px 65px;
}
.single .flex .left {
  width: 31.5%;
}
@media screen and (max-width: 767px) {
  .single .flex {
    flex-direction: column;
  }
  .single .flex .left {
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */