@charset "UTF-8";
/*------------------------------------------------------------
	/shop/theme/single-post_new
  新記事
------------------------------------------------------------*/
#gHeader {
  border-bottom: 1px solid #EEE;
}

#main {
  padding: 40px 0 0;
}
#main .topBox {
  margin: 0 auto 80px;
  padding: 0 40px;
  max-width: 1056px;
}
#main .topBox .headLine03 {
  margin-bottom: 28px;
  padding: 0;
  font-size: 3.6rem;
}
#main .topBox .ttlBox {
  margin-bottom: 28px;
  display: flex;
  align-items: center;
}
#main .topBox .ttlBox .pho.is-circle {
  margin-right: 12px;
  width: 42px;
  height: 42px;
}
#main .topBox .ttlBox .pho.is-circle img {
  width: 100%;
  height: 100%;
}
#main .topBox .ttlBox .txt {
  margin: 0;
  width: calc(100% - 100px);
  font-size: 1.6rem;
  font-weight: 300;
  letter-spacing: 0.06em;
  line-height: 1.4;
}
#main .topBox .ttlBox .txt a {
  margin-left: 16px;
  display: inline-block;
  color: #EE7800;
  font-size: 1.3rem;
  text-decoration: underline;
}
#main .topBox .ttlBox .txt a:hover {
  opacity: 0.7;
}
#main .topBox .date_meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 10px;
}
#main .topBox .date_meta .date {
  margin-bottom: 5px;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.4;
  font-size: 90%;
}
#main .topBox .date_meta .date:first-child {
  margin-right: 10px;
}
#main .topBox .txtList li {
  margin-right: 26px;
  display: inline-block;
  font-weight: 300;
  letter-spacing: 0.06em;
  line-height: 1.4;
}
#main .topBox .txtList li a {
  margin-left: 17px;
  display: inline-block;
  color: #EE7800;
  text-decoration: underline;
}
#main .topBox .txtList li a:hover {
  opacity: 0.7;
}
#main .sec01 {
  margin: 0 auto;
  padding: 0 40px;
  max-width: 1056px;
}
#main .sec01 figure {
  margin: 0 0 30px;
}
#main .sec01 figure img {
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}
#main .sec01 .thumbnail_box {
  position: relative;
}
#main .sec01 .thumbnail_box .thumbnail_headLine {
  width: 100%;
  padding: 30px;
  position: absolute;
  bottom: 0;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  box-sizing: border-box;
  font-size: 3rem;
  line-height: 1.4;
}
#main .sec01 p {
  margin-bottom: 60px;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: 0.06em;
}
#main .sec01 .title {
  margin-bottom: 20px;
  color: #777;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.4;
  font-family: "Lato", "Noto Sans JP", sans-serif;
}
#main .sec01 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#main .sec01 li {
  width: 47%;
}
#main .sec01 li:first-child a, #main .sec01 li:nth-of-type(2) {
  border-top: 1px solid #e0e0e0;
}
#main .sec01 li a {
  padding: 20px 30px 19px 0;
  height: 100%;
  display: flex;
  align-items: center;
  color: #000;
  font-weight: 300;
  letter-spacing: 0.06em;
  line-height: 1.4;
  background: url("/assets/img/common/icon13.png") no-repeat right center/11px auto;
  border-bottom: 1px solid #e0e0e0;
  box-sizing: border-box;
}
#main .sec01 li a:hover {
  opacity: 0.7;
}

* #main .single-toc {
  margin: 60px auto 120px;
  padding: 0 40px;
  max-width: 840px;
}

#main .single-toc .title {
  margin-bottom: 40px;
  font-size: 2.8rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.4;
}
#main .single-toc ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#main .single-toc li {
  width: 48.5%;
}
#main .single-toc li:first-child a, #main .single-toc li:nth-of-type(2) {
  border-top: 1px solid #e0e0e0;
}
#main .single-toc li a {
  padding: 20px 30px 19px 0;
  height: 100%;
  display: flex;
  align-items: center;
  font-weight: 300;
  letter-spacing: 0.06em;
  line-height: 1.4;
  background: url("/assets/img/common/icon13.png") no-repeat right center/11px auto;
  border-bottom: 1px solid #e0e0e0;
  box-sizing: border-box;
}
#main .single-toc li a:hover {
  opacity: 0.7;
}
#main .detailBox {
  margin: 0 auto 120px;
  padding: 0 40px;
  max-width: 1056px;
}
#main .detailBox strong {
  font-weight: 300;
  color: #EE7800;
}
#main .detailBox p a {
  color: #EE7800;
  border-bottom: 1px dashed #EE7800;
}
#main h3 {
  margin: 120px -50px 40px;
  padding-bottom: 16px;
  font-size: 2.8rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.4;
  border-bottom: 1px solid #CCC;
}
#main .detailBox h3:first-child {
  margin-top: 0;
}
#main .detailBox figure {
  margin: auto auto 40px auto;
}
#main .detailBox .wp-block-gallery figure {
  width: 100%;
}
#main .detailBox figure.size-large {
  margin: 0 auto 40px;
}
#main .detailBox p {
  margin-bottom: 20px;
  font-size: 1.5rem;
  font-weight: 300;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.06em;
  line-height: 1.4;
}
#main .detailBox ul {
  margin-bottom: 27px;
}
#main .detailBox ul li {
  font-size: 1.5rem;
  letter-spacing: 0.06em;
  line-height: 1.4;
}
#main .detailBox .wp-block-columns {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
}
#main .detailBox .wp-block-columns .wp-block-column {
  width: 48.9%;
}
#main .detailBox .tableArea {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
#main .detailBox .tableArea table {
  width: 49%;
}
#main .detailBox table {
  border-spacing: 1px 1px;
  background-color: #CCC;
  border-collapse: initial;
  table-layout: fixed;
}
#main .detailBox th {
  padding: 17px 20px;
  position: relative;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0.04em;
  text-align: center;
  vertical-align: middle;
  word-break: break-all;
  background-color: #F6F6F6;
  border: 1px solid #FFF;
  box-sizing: border-box;
}
#main .detailBox td {
  padding: 17px 20px;
  position: relative;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0.04em;
  text-align: center;
  vertical-align: middle;
  word-break: break-all;
  background-color: #F6F6F6;
  border: 1px solid #FFF;
  box-sizing: border-box;
  background-color: #FFF;
}
#main .detailBox td.td01 {
  color: #EE7800;
}
#main .detailBox .tableWrap {
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
#main .detailBox .tableWrap::-webkit-scrollbar {
  display: none;
}
#main .comRecommend {
  padding: 60px 0 104px;
}
#main .comRecommend .swiper {
  max-width: 1270px;
}
#main .comRecommend01 .swiper .swiper-slide .pho {
  margin-bottom: 30px;
  display: block;
}
#main .comRecommend01 .swiper .swiper-slide .txt {
  display: block;
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 300;
}
#main .comRecommend01 .swiper .swiper-slide .txt span {
  font-weight: 400;
}
#main .comRecommend01 .swiper .swiper-button-prev,
#main .comRecommend01 .swiper .swiper-button-next {
  bottom: -88px;
}
#main .detailBox .imgBox {
  margin: 60px auto 0;
  max-width: 1054px;
  display: flex;
  justify-content: space-between;
}
#main .detailBox .imgBox .photoBox {
  width: 38.6%;
}
#main .detailBox .imgBox .textBox {
  margin-top: 7px;
  width: 53.8%;
}
#main .detailBox .imgBox .textBox p {
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: 0.06em;
  line-height: 1.4;
}
#main .detailBox .imgBox .textBox .ttl {
  margin-bottom: 30px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
}
#main .detailBox .imgBox .textBox .ttl span {
  margin-top: 4px;
  display: block;
  font-size: 2.9rem;
  font-weight: 700;
}
#main .detailBox .imgBox .textBox .pri {
  margin-top: 25px;
  font-size: 2.9rem;
  font-weight: 400;
  line-height: 1.56;
  font-family: "Lato", "Noto Sans JP", sans-serif;
}
#main .detailBox .imgBox .textBox .pri .sml01 {
  display: inline-block;
  margin: 0 6px;
  font-size: 1.9rem;
}
#main .detailBox .imgBox .textBox .pri .sml02 {
  display: inline-block;
  margin-left: 3px;
  font-size: 1.5rem;
  font-weight: 300;
}
#main .detailBox .imgBox .textBox .comLink {
  margin: 47px 0 0;
}
#main .detailBox h4 {
  margin: 35px 0 47px;
  position: relative;
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.4;
}
#main .detailBox h4::before {
  width: 16px;
  height: 3px;
  position: absolute;
  bottom: -18px;
  left: 0;
  background-color: #EE7800;
  content: "";
}
#main .detailBox h5 {
  margin: 0 0 20px;
  font-size: 2.2rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.4;
}
#main .detailBox .tableBox {
  margin-bottom: 60px;
}
#main .detailBox .tableBox .wp-block-table {
  overflow-x: initial;
}
#main .detailBox .table01 {
  border-spacing: 1px !important;
}
#main .table01 table {
  border-spacing: 1px !important;
}
#main .detailBox .table01 th, #main .detailBox.table01 th,
#main .detailBox .table01 td, #main .detailBox.table01 td {
  padding: 13px 5px 14px;
  text-align: center;
  font-size: 1.3rem;
  background-color: #FFF;
  border: 1px solid #FFF;
}
#main .detailBox .table01 tr:first-child th, #main .detailBox.table01 tr:first-child th,
#main .detailBox .table01 tr:first-child td, #main .detailBox.table01 tr:first-child td {
  background-color: #F6F6F6;
}
#main .detailBox .table01 tr th {
  background-color: #F6F6F6;
}
#main .detailBox .table01 td.col01 {
  color: #EE7800;
}
#main .detailBox .table02 table {
  border-spacing: 1px;
  display: flex;
  background: none;
}
#main .detailBox .table02 tbody {
  width: 50%;
}
#main .detailBox .table02 tbody:first-of-type {
  margin-right: 24px;
}
#main .detailBox .table02 tr {
  display: flex;
  background-color: #CCC;
}
#main .detailBox .table02 th {
  width: 37%;
  margin-top: 1px;
  border-left: none;
  text-align: left;
}
#main .detailBox .table02 td {
  width: 64%;
  margin-top: 1px;
  text-align: left;
}
#main .detailBox .table02 tr:last-of-type th,
#main .detailBox .table02 tr:last-of-type td {
  margin-bottom: 1px;
}
#main .detailBox .h4Ttl01 {
  margin: 0 0 20px;
  font-size: 2.2rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.4;
}
#main .detailBox .h4Ttl01::before {
  display: none;
}
#main .detailBox .note {
  color: #777;
  font-size: 1.2rem;
  letter-spacing: 0.06em;
  line-height: 1.6;
}
#main .comRecommend02 {
  padding-bottom: 116px;
}
#main .comRecommend02 .swiper .swiper-slide .pho {
  margin-bottom: 16px;
  display: block;
}
#main .comRecommend02 .swiper .swiper-slide .txt {
  margin-bottom: 4px;
  display: block;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.4;
}
#main .comRecommend02 .swiper .swiper-slide .txt span {
  margin-top: -5px;
  display: block;
  color: #777;
  font-size: 1.3rem;
  letter-spacing: 0.06em;
}
#main .comRecommend02 .swiper .swiper-slide .pri {
  display: block;
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: 0;
  font-family: "Lato", "Noto Sans JP", sans-serif;
}
#main .comRecommend02 .swiper .swiper-slide .pri .sml {
  margin-left: 5px;
  display: inline-block;
  color: #777;
  font-size: 1.2rem;
  font-weight: 300;
  letter-spacing: 0.06em;
  vertical-align: 1px;
}
#main .comRecommend02 .swiper .swiper-slide .pri .sml01 {
  font-size: 1.6rem;
}
#main .comRecommend02 .swiper .swiper-button-prev,
#main .comRecommend02 .swiper .swiper-button-next {
  bottom: -84px;
}
#main .comLink {
  margin: 48px auto 0;
}
#main .comLink01 a {
  font-family: "Noto Sans JP", sans-serif;
}
#main .detailBox .comInfoList {
  margin: -40px -50px 0;
}
#main .detailBox .comInfoList li {
  margin-top: 40px;
}
#main .detailBox .comInfoList li p {
  margin-bottom: 15px;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.45;
}

@media all and (min-width: 1024px) {
  #main .detailBox p a[href^="tel:"] {
    pointer-events: none;
    color: #000;
    border-bottom: none;
  }
}
@media all and (min-width: 782px) {
  .wp-block-column:not(:first-child) {
    margin-left: 23px !important;
  }
}
#pagePath {
  margin-top: 50px;
}

#main .detailBox .wp-block-embed-youtube .wp-block-embed__wrapper {
  position: relative;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
#main .detailBox .wp-block-embed-youtube .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#main .detailBox iframe[src^="https://www.youtube.com/embed"] {
  max-width: 100%;
}

@media all and (max-width: 1356px) {
  #main h3 {
    margin: 120px auto 40px;
  }
  #main .detailBox .comInfoList {
    margin: -40px auto 0;
  }
  #main .comRecommend .swiper {
    max-width: 1056px;
  }
}
@media all and (max-width: 1140px) {
  #main .comRecommend .swiper {
    margin: 0 40px;
  }
}
@media all and (max-width: 1023px) {
  #pagePath {
    margin-top: 20px;
  }
  #main {
    padding-top: 32px;
  }
  #main .topBox {
    margin: 0 auto 40px;
    padding: 0 15px;
    max-width: 600px;
  }
  #main .topBox .headLine03 {
    margin-bottom: 29px;
    font-size: 2.6rem;
  }
  #main .topBox .ttlBox {
    margin-bottom: 29px;
  }
  #main .topBox .ttlBox .pho {
    margin-right: 8px;
    width: 40px;
  }
  #main .topBox .ttlBox .txt {
    margin-top: 2px;
    width: calc(100% - 50px);
    font-size: 1.4rem;
    line-height: 1.57;
  }
  #main .topBox .ttlBox .txt a {
    margin-left: 0;
    display: block;
    font-size: 1.4rem;
  }
  #main .topBox .date {
    margin-bottom: 14px;
  }
  #main .topBox .txtList li {
    margin: 0 0 6px;
    display: block;
  }
  #main .topBox .txtList li:last-of-type {
    margin-bottom: 0;
  }
  #main .topBox .txtList li span {
    display: inline-block;
    width: 60px;
  }
  #main .topBox .txtList li a {
    margin-left: 15px;
  }
  #main .sec01 {
    margin: 0 auto 60px;
    padding: 0 15px;
    max-width: 600px;
  }
  #main .sec01 figure {
    margin: 0 0 20px;
  }
  #main .sec01 .thumbnail_box {
    position: relative;
  }
  #main .sec01 .thumbnail_box .thumbnail_headLine {
    padding: 10px;
    font-size: 1.6rem;
  }
  #main .sec01 p {
    margin-bottom: 57px;
    font-size: 1.4rem;
    line-height: 1.6;
  }
  #main .sec01 .title {
    margin-bottom: 24px;
    padding: 0 24px;
    font-size: 2rem;
  }
  #main .sec01 ul {
    padding: 0 24px;
    display: block;
  }
  #main .sec01 li {
    width: auto;
  }
  #main .sec01 li:nth-of-type(2) {
    border-top: none;
  }
  #main .sec01 li a {
    padding: 20px 30px 19px 4px;
    line-height: 1.6;
    background: url("/assets/img/common/sp_icon11.png") no-repeat right 4px center/12px auto;
  }
  #main .single-toc {
    margin: 60px auto 80px;
    padding: 0;
  }
  #main .single-toc .title {
    margin-bottom: 24px;
    padding: 0 15px;
    font-size: 2.2rem;
  }
  #main .single-toc ul {
    display: block;
  }
  #main .single-toc > ul {
    padding: 0 15px;
  }
  #main .single-toc li {
    width: auto;
  }
  #main .single-toc li:nth-of-type(2) {
    border-top: none;
  }
  #main .single-toc li a {
    padding: 20px 30px 19px 4px;
    background: url("/assets/img/common/sp_icon11.png") no-repeat right center/9px auto;
  }
  #main .detailBox {
    margin: 0 auto 60px;
    padding: 0 15px;
    max-width: 600px;
  }
  #main h3 {
    margin: 60px 0 36px;
    padding-bottom: 20px;
    font-size: 2.2rem;
  }
  #main .detailBox figure {
    margin: 0 0 20px;
  }
  #main .detailBox figure.size-large {
    margin: 0 0 20px;
  }
  #main .detailBox p {
    margin-bottom: 20px;
    font-size: 1.4rem;
    line-height: 1.6;
  }
  #main .detailBox ul {
    margin-bottom: 20px;
  }
  #main .detailBox ul li {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  #main .detailBox .tableArea {
    display: block;
  }
  #main .detailBox .tableArea table {
    margin-top: -1px;
  }
  #main .detailBox th,
  #main .detailBox td {
    padding: 10px;
    font-size: 1.3rem;
    line-height: 1.6;
  }
  #main .comRecommend {
    margin-top: 48px;
    padding: 0;
  }
  #main .comRecommend .swiper {
    margin: 0 auto;
    max-width: none;
  }
  #main .comRecommend01 .swiper .swiper-slide {
    width: 256px;
  }
  #main .comRecommend01 .swiper .swiper-slide .pho {
    margin-bottom: 20px;
  }
  #main .comRecommend01 .swiper .swiper-slide .pho img {
    width: 256px;
    height: 256px;
  }
  #main .comRecommend01 .swiper .swiper-slide .txt {
    font-size: 1.4rem;
    letter-spacing: 0.06em;
  }
  #main .comRecommend01 .swiper .swiper-slide .txt span {
    font-weight: 700;
  }
  #main .detailBox .imgBox {
    margin: 80px auto 0;
    max-width: 600px;
    display: block;
  }
  #main .detailBox .imgBox .photoBox {
    width: auto;
  }
  #main .detailBox .imgBox .textBox {
    margin-top: 20px;
    width: auto;
  }
  #main .detailBox .imgBox .textBox p {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  #main .detailBox .imgBox .textBox .ttl {
    margin-bottom: 16px;
    line-height: 1.6;
  }
  #main .detailBox .imgBox .textBox .ttl span {
    font-size: 2rem;
    font-weight: 400;
  }
  #main .detailBox .imgBox .textBox .pri {
    margin-top: -6px;
    font-size: 2.2rem;
  }
  #main .detailBox .imgBox .textBox .pri .sml01 {
    margin: 0 3px;
    font-size: 1.6rem;
  }
  #main .detailBox .imgBox .textBox .pri .sml02 {
    font-size: 1.2rem;
    vertical-align: 2px;
  }
  #main .detailBox .imgBox .textBox .comLink {
    margin: 24px auto 0;
    width: auto;
  }
  #main .detailBox h4 {
    margin: 47px 0 47px;
    font-size: 1.8rem;
  }
  #main .detailBox h4::before {
    bottom: -14px;
  }
  #main .detailBox .tableBox {
    margin: 0 0 40px 0;
    overflow-x: auto;
  }
  #main .detailBox .tableBox::after {
    display: none;
  }
  #main .detailBox .table01 {
    margin-bottom: 0;
  }
  #main .detailBox .table02 table {
    display: table;
    background: #CCC;
    border-spacing: 0 1px;
  }
  #main .detailBox .table02 tbody {
    width: initial;
  }
  #main .detailBox .table02 tbody:first-of-type {
    margin-right: initial;
  }
  #main .detailBox .table02 tr {
    display: table-row;
    background-color: initial;
  }
  #main .detailBox .table02 th,
  #main .detailBox .table02 td {
    margin-top: 0;
  }
  #main .detailBox .table02 tr:last-of-type th,
  #main .detailBox .table02 tr:last-of-type td {
    margin-bottom: 0;
  }
  #main .detailBox .table02 th {
    margin-right: 0;
  }
  #main .detailBox .h4Ttl01 {
    font-size: 1.8rem;
  }
  #main .detailBox .comLineList li {
    font-weight: 300;
  }
  #main .comRecommend02 {
    padding-bottom: 56px;
  }
  #main .comRecommend02 .swiper .swiper-slide {
    width: 256px;
  }
  #main .comRecommend02 .swiper .swiper-slide .txt {
    font-size: 1.3rem;
  }
  #main .comRecommend02 .swiper .swiper-slide .pri .sml01 {
    font-size: 1.4rem;
  }
  #main .detailBox .comInfoList {
    margin: 0;
  }
  #main .detailBox .comInfoList li {
    margin: 0 0 24px;
  }
  #main .detailBox .comInfoList li:last-of-type {
    margin-bottom: 0;
  }
  #main .detailBox .comInfoList li .pho {
    width: 100px;
    height: 100px;
  }
  #main .detailBox .comInfoList li .textArea {
    width: calc(100% - 116px);
  }
  #main .detailBox .comInfoList li p {
    margin-bottom: 16px;
    font-size: 1.6rem;
  }
  #main .detailBox .comInfoList li .title img {
    width: 32px;
  }
  #main .detailBox .comInfoList li .title span {
    width: calc(100% - 42px);
    font-weight: 400;
  }
  #main .detailBox .wp-block-columns .wp-block-column {
    width: 48.9%;
    flex-basis: 48.9% !important;
    flex-grow: 0;
  }
}
@media all and (max-width: 360px) {
  #main .topBox .txtList li a {
    margin-left: 8px;
  }
  #main .detailBox .comInfoList li .title span {
    width: calc(100% - 35px);
  }
}