@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
.wrap {
	max-width: 1100px;
}
.navi .item-label {
    color: #454545;
    letter-spacing: 1px;
    padding: 2px 0 0;
    font-size: 0.9em;
	font-weight: 600;
	border-bottom: 3px solid #EBEBEB;
/*     background-color: #F7931E; */
/* 	box-shadow: 1px 2px 5px #0000004D; */
  	transition: 0.2s ease;
}
.item-label:hover {
/*     background-color: #e67e00;
    transform: translateY(-2px); */
	border-bottom: 3px solid #F7931E;
}
.navi-in > ul li.current-menu-item div.item-label{
	border-bottom: 3px solid #F7931E;
}
.navi-in > ul li {
    width: 140px;
    height: 42px;
    line-height: 42px;
}
h1, h2, h3 {
  font-weight: 600;
  letter-spacing: 0.02em;
}
body .is-layout-flex figure.wp-block-image.size-full {
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    background: #fff;
}
.marker-under {
    background: linear-gradient(transparent 80%, #f7f76b 60%);
}
a img {
    transition: 0.2s ease;
}
a img:hover {
	transform: translateY(-2px);
}
.menu-content .menu-drawer {
    padding: 20px 0.7em 5px;
    background: #fff;
    border-radius: 16px;
    margin: 0 auto;
    width: 94%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
div#navi-menu-content {
    background-color: #fff6e9;
}
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
.logo-header {
　display: none;
}
	.mobile-header-menu-buttons {
        padding: 5px 0;
    }
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
	.site-logo-image{
		visibility: hidden;
　}
	li.logo-menu-button.menu-button {
		background-image: url(http://tuktuk-booking.com/wp-content/uploads/2025/10/sp-head-logo.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
	}
}
/* .navi-menu-caption.menu-caption,.home-menu-caption.menu-caption,.search-menu-caption.menu-caption,.top-menu-caption.menu-caption,.sidebar-menu-caption.menu-caption,.share-menu-caption.menu-caption{
    display:none;
} */
span.fa.fa-bars {
    color: #009999;
/*     margin-right: 1em; */
}
span.fa.fa-share-alt, span.fa.fa-search {
    color: #009999;
/*     margin-left: 1em; */
}
.logo-menu-button img {
    padding: 5px;
}
.mobile-menu-buttons .menu-icon {
    font-size: 30px;
    padding-top: 0px;
}
.mobile-menu-button {
	background-color: #fff1fe;
}
ul.menu-drawer:before{
    font-size: 1.1em;
    background: #F7931E;
    color: #fff;
    margin-bottom: 1em;
    line-height: 1;
    content: "MENU";
	letter-spacing: 1px;
    display: block;
    padding: 15px 10px 12px;
    font-weight: bold;
    text-align: center;
	border-radius: 3px;
}
ul.menu-drawer:after {
    content: "";
    display: block;
    width: 92%;
    height: 30px;
    opacity: 0.9;
    background-image: url(http://tuktuk-booking.com/wp-content/uploads/2025/10/flower2.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin: 30px auto 10px;
}
.menu-drawer a{
	font-size:1em;
	font-weight: bold;
	background-color:#ffffff;
	color:#545454;
	margin: .8em 0;
	position: relative;
    padding: 10px 6px 6px 30px;
	letter-spacing: 1px;
}
.menu-drawer a:hover{
	background-color:#f7f7f7;
}
.menu-close-button {
	text-align: right;
	margin: 5px 0.5em;
}
.menu-drawer li a::before {
    content: "";
    width: 6px;
    height: 6px;
    border-top: 3px solid #009999;
    border-right: 3px solid #009999;
    position: absolute;
    top: calc(50% - 2px);
    left: 9px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.fa-close:before {
    padding: 5px 10px;
    content: "× 閉じる";
    height: 30px;
    font-size: 0.6em;
    color: #666666;
    display: inline-block;
}
#footx, #footinsta{
	background: #fff;
    padding: 10px;
    border-radius: 10px;
}
#footblog {
    background-color: #fff;
    border-radius: 7px;
    padding: 7px 10px;
}
#footx:hover,#footline:hover, #footinsta:hover, #footblog:hover{
	opacity: 0.9;
}
#footline{
	width: 200px
}
.footImg{
	display: flex;
	justify-content: center
}
.footImg img{
	margin: 0 15px
}
/* @media screen and (min-width: 480px){
	.topAngTuk{
		display: none;
	}
} */
@keyframes rightLeft {
    from {
		transform: translateX(0);
    }
	to {
		transform: translateX(-300%);
	}
}
@keyframes tukRotate {
    from {
    transform: rotate(0);
    }
    50% {
    transform: rotate(10deg);
    }
    100% {
    transform: rotate(0);
    }
}
.topAngTuk2{
	width: 100%;
	overflow: hidden;
	margin-bottom: 5px;
}
.topAngTuk {
    text-align: right;
    margin-bottom: 5px;
    animation: rightLeft 20s infinite linear 1.5s both;
}
.topAngTuk img {
    display: inline-block;
    width: 70px;
}
img#topTuk {
    animation: tukRotate 0.7s infinite linear 0.5s both;
}
img#topAng {
    display: none;
}
img.leafBorder {
    display: block;
    max-width: 480px;
    width: 90%;
    margin: 0 auto 1.8em;
}
.appeal {
	background-size: cover;
	background-position: center;
	position: relative;
    overflow: hidden;
	animation: topup 20s ease-in-out 1;
}
@keyframes topup {
  0% {
	background-position-y: top;
  }
  100% {
    background-position-y: center;
  }
}
.appeal::after {
  content: "";
	position: absolute;
	top: 0;
	right: -375%;
	width: 350%;
	opacity: 0.3;
	height: 100%;
	filter: blur(5px);
	animation: shine 10s ease-in-out infinite;
	background-image: url(http://tuktuk-booking.com/wp-content/uploads/2025/10/toplight3.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
@keyframes shine {
  0% {
    right: -375%;
  }
  50% {
    right: 125%;
  }
  100% {
    right: 125%;
  }
}
.appeal-content {
    max-width: 860px;
	width: 100%;
    background-color: transparent;
}
p#top_appeal_p {
    background-image: url(http://tuktuk-booking.com/wp-content/uploads/2025/10/top_img3.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 90px;
    margin: 10px 0;
}
a#top_img_btn {
    background-image: url(http://tuktuk-booking.com/wp-content/uploads/2025/10/top_img2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 260px;
    height: 70px;
    margin: 20px 0 0 auto;
    display: block;
	transition: 0.2s ease;
}
a#top_img_btn:hover{
    opacity: 0.9;
	transform: translateY(-2px);
}
@media screen and (max-width: 480px) {
    .appeal .appeal-in {
        min-height: 150px;
    }
    body.front-top-page main#main {
        padding: 10px 16px;
    }
	.appeal-content {
        padding: 1em 0 0;
    }
    p#top_appeal_p {
        height: 75px;
    }
    a#top_img_btn {
        width: 43%;
        height: 40px;
        margin: 0 0 0 auto;

    }
}
.article.post-97 h2 {
    font-size: 24px;
    letter-spacing: 1px;
    padding: 10px 25px 10px 60px;
    background-color: #fff;
    border-bottom: 3px solid #009999;
    position: relative;
    overflow: hidden;
}
.article.post-97 h2::before {
    content: "👉";
    display: block;
    position: absolute;
    left: 15px;
    border-radius: 50%;
    padding: 4px 3px;
    background-color: #fff6e9;
    font-size: 0.75em;
}
.article.post-97 h2::after {
    content: "";
    display: block;
    position: absolute;
    top: -13px;
    left: -13px;
    width: 26px;
    height: 26px;
    background-color: #009999;
    transform: rotate(45deg);
}
.article.post-60 h2::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    border-radius: 50%;
    width: 1.2em;
    height: 1.2em;
    border: 2px solid #009999;
    background-image: url(http://tuktuk-booking.com/wp-content/uploads/2025/10/tukBlack.png);
    background-size: 1em;
    background-repeat: no-repeat;
    background-position: center;
}
.article.post-60 h2 {
    letter-spacing: 2px;
    padding: 20px 5px 20px 95px;
    position: relative;
    display: inline-block;
    margin: 80px 0 1.2em;
    font-size: 3rem;
    background: linear-gradient(90deg, #009999 0%, #fde747 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}