@media screen and (max-width: 767px) {
	.p-mv__img {
	height: 40vh; 
}
	.p-mv__img picture img {
	-o-object-fit: cover;
	aspect-ratio: 590/620;
	height: 50%;
	object-fit: cover;
	transform: scale(1.2);
}
.slick-dotted.slick-slider
{
    margin-bottom: 0px;
}
}

main {
	padding-top: 0;
}

.p-single {
    padding-bottom: 12.5rem !important;
    padding-top: 0rem !important;
}

.p-single__content {
	 margin-top: 0;
}

.accordion-risk {
    background-color: #f2f2f2;
    margin-top: 0!important;
}

.accordion-risk:not([open]) {
    margin-bottom: 7px;
    margin-top: 0!important;
}

.accordion-risk summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em;
    border-radius: 5px;
    background-color: #4bb6a1;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
}

.accordion-risk summary::-webkit-details-marker {
    display: none;
}

.accordion-risk summary::before,
.accordion-risk summary::after {
    width: 3px;
    height: .9em;
    border-radius: 5px;
    background-color: #fff;
    content: '';
}

.accordion-risk summary::before {
    position: absolute;
    right: 2em;
    rotate: 90deg;
}

.accordion-risk summary::after {
    transition: rotate .3s;
}

.accordion-risk[open] summary::after {
    rotate: 90deg;
}

.accordion-risk p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: 1em 2em 2em 2em;
    color: #333333;
    transition: transform .5s, opacity .5s;
}

.accordion-risk[open] p {
    transform: none;
    opacity: 1;
}

.qa-epi {
    margin-bottom: 5px;
    border-bottom: 1px solid #ccc;
}

.qa-epi summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em 1em 3em;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
}

.qa-epi summary::before,
.qa-epi p::before {
    position: absolute;
    left: 1em;
    font-weight: 600;
    font-size: 1.3em;
}

.qa-epi summary::before {
    color: #75bbff;
    content: "Q";
}

.qa-epi summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #333333b3;
    border-right: 3px solid #333333b3;
    content: '';
    transition: transform .5s;
}

.qa-epi[open] summary::after {
    transform: rotate(225deg);
}

.qa-epi p {
    position: relative;
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 3em 1.5em;
    color: #333;
    transition: transform .5s, opacity .5s;
}

.qa-epi[open] p {
    transform: none;
    opacity: 1;
}

.qa-epi p::before {
    color: #ff8597;
    line-height: 1.2;
    content: "A";
}

h2.h_img {
  position: relative;
  border-top: none;
  border-bottom: none;
  background: none;
  padding: 0;
}

h2.epi {
  position: relative;
  display: block;
  margin: 47px auto!important;
  border-top: none;
  border-bottom: none;
  background: none;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1.4285714286;
  margin-top: 0.125rem;
}
 h2.epi:before {
  content: "";
  position: absolute;
  background: #ffd3d9;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  z-index: -1;
}

h3.epi {
  padding:0.5em;
  background:#fff0f2;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  border-left: none;
  font-size: 1.3rem;
}

h3.route {
  margin: 47px auto!important;
  border-left: none;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1.4285714286;
  margin-top: 0.125rem;
  color: #ff6076;
  padding-left: 0;
}

h3.route span {
  font-family:none;
  font-size:1.2rem;
  color: #333;
  display: block;
}

table.info{
  border-collapse:separate;
  border-spacing: 5px;
  width: 100%;
}

table.info th,table.info td{
  border-radius: 10px;
}

table.info th{
  background-color: #ff6076;
  color: white;
  border:solid 1px #fff;
}

table.info td{
  background-color: #fff;
  border:solid 1px #fff;
}


table.medio {
  border-collapse: collapse;
  width: 100%;
  font-size: 0.8125rem;
}

table.medio th,table.medio td {
  padding: 0.3em;
  border: none;
}

table.medio th {
  color: #4bb6a1;
  border-right: 2px solid #4bb6a1;
  font-weight: bold;
  text-align: left;
  width: 20%;
  min-width: 4em;
  position: relative;
  background-color: #fff;
}

.access {
    position: relative;
    margin: 1em auto;
    padding: 1em 1.5em;
    border-radius: 3px;
    color: #333;
}

.access::before {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -1em;
    left: -0.2em;
    width: 2em;
    height: 2em;
    border-radius: 50%;
    background-color: #ff6076;
    color: #fff;
    font-weight: 600;
    content: attr(data-number);
}


.flow-container {
    max-width: 90%;
    margin: 0 auto;
}

.step-item {
    display: flex;
    position: relative;
}

.step-item:not(:last-child) {
    margin-bottom: 40px;
}

.step-left {
    flex-shrink: 0;
    width: 100px;
    position: relative;
}

.step-heading {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
}

.step-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    margin-top: 0!important;
}

.step-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.step-content {
    flex: 1;
    padding-left: 20px;
    line-height: 1.8;
}

.step-content p {
    margin: 0;
}

.lbtn{
   width: 290px;
}

.full_img2{
    margin-top: 0!important;
}

table.price thead th{
	background-color: #ff8596;
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 1.3rem;
}

table.price  tbody th{
	background-color: #fff1ef;
}

table.price th,
table.price td{
	border:none;
}

table.price tbody th,
table.price tbody td{
	padding:20px;
}

table.price td{
	text-align:center;
}

table.price tbody tr th,
table.price tbody tr td{
	border-bottom: 1px solid #aaa;
}

.komidashi_p {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 1.5rem;

}

.komidashi_p:before, .komidashi_p:after {
	content: '';
	width: 40px;
	height: 3px;
	background-color: #2a2a2a;
}

.komidashi_p:before {
	margin-right: 20px;
}
.komidashi_p:after {
	margin-left: 20px;
}

.mininote{
	margin-top:0!important;
}

.access_container {
  display: flex; 
  flex-wrap: wrap;
  text-align: center;
  
}

.access_item {
  flex-basis: 25%;
  box-sizing: border-box;
  padding: 3px;
  margin-top: 0!important; 
}

.access_item a{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

.access_button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin:0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
    border: none;
    border-radius: 5px;
    background-color: #4bb6a1;
    height: 100%;
    font-size: 0.85rem;
}

/* ------------------------------
関連記事
------------------------------ */
	
.card {
    display: flex;
    align-items: center;
    padding: 1rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0;
    transition: 0.5s;
	border-bottom:1px solid #ccc;
}

.card-image {
    width: 30%;
    height: 100px;
    object-fit: contain;
}

.card-box {
    padding-left: 1rem;
}

.card-title {
    font-size: 1.3rem!important;
    font-weight: bold;
	transform: translateY(-50%);
}

.card-link {
    text-decoration: none!important;
	font-family: "Zen Maru Gothic", sans-serif;
}

@media screen and (max-width: 767px) {
.card-title {
    font-size: 1rem!important;
	transform: translateY(-30%);
}
.card {
    padding: 0;
	margin-top: 1rem;
	
}
}