h2.product_title {
    text-align: center;
    margin-bottom: 30px;
    font-size: 22px;
}

p.copy {
    text-align: left;
}


/*画像表示ブロック*/

div.two_img,
div.three_img {
    display: flex;
    justify-content: center;
    margin: 20px 0px 20px 20px;
}

div.two_img div,
div.three_img div {
    display: block;
    height: 100%;
    margin-right: 20px;
    max-width: 500px;
    width: 100%;
}

div.two_img span,
div.three_img span{
    display: block;
    position: relative;
    padding-top: 64%;
}

div.image_block img {
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

div.image_block p.img_title {
    margin: 5px 0;
}


div.video {
    position: relative;
    width: 80%;
    height: 0;
    padding-top: 45%;
    margin: 40px auto 0;
}

div.video > iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}





/*おすすめポイント・SNSシェア等ブロック*/
div.feature_block {
    margin: 50px auto;
}

div.feature_block_flex {
    display: flex;
}

p.recommend_point {
    width: 50%;
    margin: 0;
    margin-right: 30px !important;
    text-align: left;
}

div.sns_share {
    width: calc(50% - 30px);
}

div.sns_share a {
    display: inline-block;
}

/*タグリスト*/

div.tag_block {
    text-align: left;
    margin: 10px auto;
}

div.tag_block h4 {
    margin: 0;
    display: inline-block;
}
ul.taglist {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.taglist li {
    display: inline-block;
    margin: 5px 2px;
}

ul.taglist li a {
    display: inline-block;
    border: solid 1px #444;
    padding: 5px 15px;
    border-radius: 17px;
    color: #444;
    text-decoration: none;
    font-size: 14px;
    position: relative;
}






/*   div.product_inner   */

div.product_detail {
    text-align: left;
}

div.detail_inner,
div.content_block{
    margin: 50px auto;
}

div.detail_inner h3 {
    margin: 0 0 20px 0;
    position: relative;
}

div.detail_inner h4 {
    margin: 0 0 10px 0;
}

div.detail_inner p {
    margin: 0;
    padding-left: 1rem;
}

div.content_block h3 {
    text-align: left;
}



/*   flag   */

div.detail_inner h3 span,
div.content_block h3 span {
    background-color: #445ee8;
    background-color: #4472c4;
    color: white;
    padding: 3px 10px;
    display: inline-block;
    position: relative;
}

div.detail_inner h3 span:after,
div.content_block h3 span:after{
    content: "";
    display: inline-block;
    height: 33px;
    width: 15px;
    background-image: url('../img/flagtail_2.png');
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(100%);
}





/*   div.two_col_flex   */

div.two_col_flex {
    display: flex;
    flex-wrap: wrap;
}

div.two_col_flex > div {
    width: calc(50% - 30px);
    padding: 15px 15px;
    border-bottom: dotted 1px #ccc;
}

div.two_col_flex > div.two_col {
    width: 100%;
}


div.detail_inner.map {
    position: relative;
    width: 100%;
    padding-top: 45%;
    height: 0
}

div.map iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}


/*   スケジュール   */
ul.plan {
    display: inline-block;
	font-size: 1.2em;
    list-style: none;
    /*width: calc(50% - 40px);*/
}

ul.plan li {
    padding: 7px 0;
    position: relative;
}

li.mv {
    margin-left: 20px;
    min-height: 10px;
}

ul.plan li.at:before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    left: -32px;
    top: 8px;
    border: solid 4px #444;
    z-index: 1;
}

ul.plan li.at:after {
    content: "";
    display: inline-block;
    width: 2px;
    height: 100%;
    background-color: #444;
    position: absolute;
    left: -22px;
    top: 8px;
}

ul.plan li.mv:after {
    content: "";
    display: inline-block;
    width: 2px;
    height: 100%;
    background-color: #444;
    position: absolute;
    left: -42px;
    top: 8px;
}

ul.plan > li.at:last-of-type:after {
    content: "";
    background-color: transparent;
}

ul.plan > li.day {
    font-weight: 600;
    text-indent: -40px;
}

div.plan_wrap {
    display: flex;
    flex-wrap: wrap;
}

.itinerary_at_container {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin: 10px 0;
}
.itinerary_at_container img {
	border-radius: 20px;
    width: 40%;/* 200px; */
}

.itinerary_at_container .itinerary_at_note {
    flex-grow: 1;
	letter-spacing: 0.1em;
}


/*  ul.spot_list  */

ul.spot_list {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    margin-left: 15px;
}

ul.spot_list li {
    width: 100%;
    margin-right: 15px;
}

ul.spot_list li a{
    display: block;
    text-decoration: none;
    color: black;
}

ul.spot_list span {
    display: block;
    padding-top: 75%;
    position: relative;
}

ul.spot_list span > img {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

ul.spot_list p {
    padding: 10px 0;
    text-align: center;
}




/*その他全体にかかるもの*/
/*※indent*/
span.comment {
    display: inline-block;
    padding-left: 17px;
    text-indent: -15px;
}

/*　予約申し込みボタン　*/
div.sns_share a.apply,
a.apply 
{
    display: inline-block;
    background-color: #e84348;
    color: white;
    text-decoration: none;
    padding: 7px 40px;
    border-radius: 12px;
    font-size: 24px;
    font-weight:600;
    min-width: 195px;
    margin-bottom: 15px;
    position: relative;
    border: solid 1px #e84348;
}

div.sns_share a.fav {
    background-color: #fff;
    border: solid 1px #e84348;
    color: #e84348;
}


div.apply_wrap {
    display: block;
    text-align: center;
}



/*   snsボタン関連   */

div.sns_share {
    text-align: center;
}

div.sns_share_inner {
    margin: 5px auto;
}

a.fb,
a.twitter,
a.line {
    color: white;
    text-decoration: none;
    padding: 12px 20px 12px 45px;
    border-radius: 25px;
    position: relative;
    margin: 10px auto;
}

a.fb:before,
a.twitter:before,
a.line:before {
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: -10px;
    transform: translateX(100%);
}

a.fb {
    background-color: #3B5998;
}

a.fb:before {
    background-image: url('../img/fb_logo.png');
}

a.twitter {
    background-color: #00acee;
}

a.twitter:before {
    background-image: url('../img/twitter_logo.png');
}

a.line {
    background-color: #00b900;
}


a.line:before {
    background-image: url('../img/line_logo.png');
}

a.comlink {
    color: #444;
}

.block {
    display: block;
}




/*link hover*/

.pc_style a.apply:hover:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(255,255,255,0.1);
    top: 0;
    left: 0;
    position: absolute;
}

.pc_style ul.taglist a:hover {
    background-color: rgba(224,224,224,0.2);
}

.pc_style ul.spot_list a:hover span:after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(255,255,255,0.3);
    top: 0;
    left: 0;
    position: absolute;
}





/*   以下responsive対応   */

ul.pankuzu_menu.sp_style {
    margin: 12px 5%;
    padding: 0;
}

.sp_style div.video {
    width: 100%;
    padding-top: 56.25%;
}

.sp_style div.feature_block_flex {
    flex-direction: column;
}

.sp_style div.feature_block_flex > * {
    width: 100%;
}

.sp_style p.recommend_point {
    margin-right: 0 !important;
}

.sp_style div.two_col_flex {
    flex-direction: column;
}

.sp_style div.two_col_flex > div {
    width: 100%;
    padding: 15px 0;
}

.sp_style div.two_col_flex > div:first-of-type {
    padding-top: 0;
}

.sp_style ul.spot_list {
    flex-direction: column;
    margin: 0;
}

.sp_style ul.spot_list li {
    margin: 0 0 20px 0;
}


.sp_style div.sns_share_inner {
    text-align: left;
}

.sp_style a.fb,
.sp_style a.twitter,
.sp_style a.line {
    margin: 5px auto;
    padding: 10px 20px 10px 45px;
}

.sp_style div.sns_share a.apply {
    margin: 30px auto 20px;
}

.sp_style div.sns_share a.fav {
    margin: 0 auto 30px;
}

.sp_style div.map {
    padding-top: 75%;
}

.sp_style div.plan_wrap {
    flex-direction: column;
}

.sp_style ul.plan {
    width: calc(100% - 40px);
}

span.sp_style.top_link img {
    width: 55px;
}

.sp_style .itinerary_at_container {
    display: block;
    margin: 10px 0;
}
.sp_style .itinerary_at_container img {
	width: 100%;
}

.itinerary_at_container .itinerary_at_note {
    display: block;
}







/*   slick   */

div.image_slick span {
    display: block;
    padding-top: 6.5%;
    position: relative;
}

div.image_slick img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    display: block;
}


ul.slick-dots li {
    margin: 0;
}