@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
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/


.zen-maru-gothic-regular {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 400;
  font-style: normal;
}
.dela-gothic-one-regular {
  font-family: "Dela Gothic One", serif;
  font-weight: 400;
  font-style: normal;
}


html {
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

body {
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

.fixed-header .navi-in > ul li:hover > ul {/*ヘッダー固定してもサブメニューを表示する*/
display: block;
}

a{
	text-decoration:none;
}
.article h6 {
    display: inline-block;
	margin-bottom:1rem;
}
.strong{
	font-weight:600;
}
.b_120{
	font-size:120%;
}
.b_150{
	font-size:150%;
}
.s_70{
	font-size:70%;
}
.red1{
	color:#8b0000;
}
.blue{
	color:#1e73be;
}
.brown{
	color:#a0522d;
}
.page .date-tags,
.page .author-info {
    display: none;
}
.header-container-in.hlt-top-menu .logo-header img {
    max-height: 43px;
}

.top_kv{
	background:url(http://amami-uranishi.com/wp-content/uploads/2025/02/main_kv4.jpg)no-repeat;
	background-size:cover;
	background-position:center top;
	height:75vh;
	position: relative;
}
.top{
	position: relative;
	    top: 33vh;
    left: 7vw;
}
.top h1 {
font-size:2vw;
    color: #595757;
    position: absolute;
 
    text-shadow: 4px 4px 2px #ffffff;
    line-height: 1.2;
}
.popup {
  animation: popup 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
 
@keyframes popup {
  0% {
    transform: translateY(40px) scale(0.8);
    opacity: 0;
  }
  100% {
    transform: translateY(0) scale(1.0);
  }
  80%, 100% {
    opacity: 1;
  }
}

.top_txt0{
	 position: relative;
	   top: 48vh;
    left: 10vw;
}
.top_txt{
    position: absolute;
    z-index: 1;

    width: 22vw;
	 display: flex;
   /* overflow: hidden;*/
    padding-top: 2em;
	    justify-content: space-around;
	    align-items: flex-start;
}
.top_txt p{
	font-size:3.5rem;
    transform: translateY(2em);
    animation: textanimation 1s forwards;
	color: #fff;
    font-weight: 600;
	   position: relative;
}
/* 1文字目 */
.top_txt p:nth-child(1) {
    animation-delay: 0.2s
}
/* 2文字目 */
.top_txt p:nth-child(2) {
    animation-delay: 0.4s
}
/* 3文字目 */
.top_txt p:nth-child(3) {
    animation-delay: 0.6s
}
/* 4文字目 */
.top_txt p:nth-child(4) {
    animation-delay: 0.8s
}



@keyframes textanimation {
    0% {
        transform: translateY(2em);
    }

    50% {
        transform: translateY(-1em);
    }

    100% {
        transform: translateY(0);
    }
}

.top_txt p:after{
background: #4169e1;
    padding: 20px 25px;
    content: "";
    position: absolute;
    top: 10px;
    left: -18px;
    width: 105%;
    height: 6vh;
    z-index: -1;
    box-shadow: 2px 3px #fff;
}

.sub_txt{
    display: flex;
    /*overflow: hidden;*/
	  position: absolute;
	top:0;
	left:0;
}

.sub_txt p {

    font-size: 24px;
    font-weight: bold;
    letter-spacing: .06em;
    margin: 0;
    opacity: 0;
    animation: textanimation1 1s forwards;
	text-shadow: 2px 2px 2px #fff;
}
/* 1文字目 */
.sub_txt p:nth-child(1) {
    animation-delay: 0.2s
}
/* 2文字目 */
.sub_txt p:nth-child(2) {
    animation-delay: 0.4s
}
/* 3文字目 */
.sub_txt p:nth-child(3) {
    animation-delay: 0.6s
}
/* 4文字目 */
.sub_txt p:nth-child(4) {
    animation-delay: 0.8s
}
/* 5文字目 */
.sub_txt p:nth-child(5) {
    animation-delay: 1s
}
/* 6文字目 */
.sub_txt p:nth-child(6) {
    animation-delay: 1.2s
}
/* 7文字目 */
.sub_txt p:nth-child(7) {
    animation-delay: 1.4s
}
/* 8文字目 */
.sub_txt p:nth-child(8) {
    animation-delay: 1.6s
}
/* 9文字目 */
.sub_txt p:nth-child(9) {
    animation-delay: 1.8s
}
/* 10文字目 */
.sub_txt p:nth-child(10) {
    animation-delay: 2s
}



@keyframes textanimation1 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
.six {
text-align: center;
    line-height: 1.3;
    position: relative;
    top: 0px;
   /* transform: rotate(22deg);*/
    padding: 22px 0;
    /*width: 6rem;*/
    left: 24vw;
	  animation: textanimation 1s 2s forwards;
}
.six:before{
content: "";
   /* width: 141px;
    height: 140px;*/
    position: absolute;
    background: #ffd700;
    top: -6px;
    left: -25px;
    background-size: cover;
    z-index: -1;

}
.ten{
	position:relative;
}
.ten:before{
position: absolute;
    top: 0px;
    left: 9px;
    content: "";
    background: #8b0000;
    width: 4px;
    height: 4px;
    border-radius: 50%;

}
.top_logo{
	width:500px;
	    position: absolute;
    top: 1rem;
    left: 2rem;
}


.top_flex{
display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    position: absolute;
    bottom: 1rem;
	left:0;
    width: 55%;
	
}
.top_flex img{
	width:6vw;
	max-width:110px;
	min-width:90px;
 transition:1s all;
}
.top_flex img:hover{
  transform:scale(1.1,1.1);
  transition:1s all;
}
.line{
	position: fixed;
top: 13vh;
right: -15px;
z-index: 9999;
	
}
.tel{
	position: fixed;
top: 30vh;
right: -15px;
z-index: 9999;
}
.line img,.tel img{
	width:120px;
}
.line:hover,.tel:hover{
	right:0;
}
.yoyaku{
position: fixed;
top: 1.8vh;
right: 0;
z-index: 9999;
}
.yoyaku img{
	width:110px;
}
.top_subtxt{
  position: absolute;
  top: 10vh;
  left: 7vw;
  font-size:1vw;
}
.top_icon{
	display:flex;
	 align-items: flex-end;
    justify-content: flex-end;
    position: absolute;
    bottom: 0;
	right:0;
	width:25vw;
}
.top_icon img{
width:180px;	
}

/*hotpeppaer*/
.hp_b{
	position: fixed;
bottom: 10px;
right: 3px;
z-index: 9999;	
}
.hp_b img{
width:200px;	
}


.footer-bottom-logo {
display:none;
}
.footer_flex{
	display:flex;
	    justify-content: center;
	padding-top:2rem;
}
.f_item1_img{
	width:300px;
}
.f_item1_txt{
	line-height:1.2;
}
.f_item1_tel span{
	font-size:180%;
	font-weight:600;
}
.f_item1_tel img{
width: 48px;
    margin-top: -18px;
    padding-right: 1rem;
}
.footer_flex > div{
	margin:0 1rem;
}
.f_map{
	position:relative;
}
.g_map{
    position: absolute;
    bottom: 80px;
    right: 10px;
    font-size: 85%;
   background: #1967d2;
	 padding: 5px;
}


.g_map:hover{
	background:#1967d2!imporant;
}
/*症状*/
.shoujou_top{
    background: url(http://amami-uranishi.com/wp-content/uploads/2025/02/shoujou_top_bg3.png),url(http://amami-uranishi.com/wp-content/uploads/2025/02/shoujou_top_bg4.png);
    background-size: contain,contain;
    padding: 2rem;
    background-position: right top,left top;
	background-repeat:no-repeat,no-repeat;
}
.shoujou_top_txt1{
font-size:300%;
line-height:1.2;
text-align:center;
font-weight:700;
}
.shoujou_top_txt1_1{
font-size:80%;
color:#003f8e;
	/*background: linear-gradient(transparent 80%, #ff6 80%);*/
}
.shoujou_top_txt1_2{
color:red;
	font-size:135%;
}
.shoujou_top_txt1_3{
 position: relative;
color:red;
		font-size:135%;
}

.shoujou_top_txt1_3:after {
    position: absolute;
    right: -12px;
    top: 0;
    content: "";
    width: 3px;
    height: 100%;
    background: red;
    border-radius: 3px;
    transform: rotate(25deg);
}
 .shoujou_top_txt1_3:before {      
    position: absolute;
    left: -12px;
    top: 0;
    content: "";
    width: 3px;
    height: 100%;
    background: red;
    border-radius: 3px;
    transform: rotate(-25deg);
}
.shoujou_top_txt2{
    font-size: 240%;
    background-color: rgb(255, 255, 255, 0.5);
    color: #000;
    width: 60%;
    margin: auto;
    line-height: 1.2;
    padding: 2rem;
 font-weight:600;
text-align:center;
}
.shoujou_top_txt2_1 {
 background:linear-gradient(transparent 70%, #FFFF00 0%);
font-size:120%;
color:#003f8e;
}

/*縁取り*/

.fuchidori{
display: inline-block;
    font-family: "Dela Gothic One", serif;
    color: #EE3333;
    letter-spacing: -0.04em;
    text-shadow: 4px 4px 0 #000, -2px 2px 0 #000, 2px -2px 0 #000, -2px -2px 0 #000;
    -webkit-text-stroke: 1px #FFF;
    text-stroke: 2px #FFF;
    padding: 0 0.2em;
}
  

.fuchidori span{
  font-size:80px;
    font-family: "Zen Maru Gothic", serif;
  text-stroke: 0.1px #FFF;
  -webkit-text-stroke: 0.1px #FFF;
  font-weight:900;
}
.fuchidori2{/*白*/

  text-shadow:2px 2px 0 #FFF, -2px -2px 0 #FFF,
              -2px 2px 0 #FFF, 2px -2px 0 #FFF,
              0px 2px 0 #FFF,  0 -2px 0 #FFF,
              -2px 0 0 #FFF, 2px 0 0 #FFF;
}


.fuchidori3{/*赤*/

  text-shadow:1px 1px 0 #FF0000, -1px -1px 0 #FF0000,
              -1px 1px 0 #FF0000, 1px -1px 0 #FF0000,
              0px 1px 0 #FF0000,  0 -1px 0 #FF0000,
              -1px 0 0 #FF0000, 1px 0 0 #FF0000;
}

.fuchidori4{/*黄色*/
 
  text-shadow:1px 1px 0 #ffdc00, -1px -1px 0 #ffdc00,
              -1px 1px 0 #ffdc00, 1px -1px 0 #ffdc00,
              0px 1px 0 #ffdc00,  0 -1px 0 #ffdc00,
              -1px 0 0 #ffdc00, 1px 0 0 #ffdc00;
}

/*腰・臀部の痛み*/
.itami{
display:flex;
 align-items: flex-end;
 justify-content: center;
  position: relative;
}
.itami:before{
    content: "";
    border-bottom: 2px solid #1e73be;
    position: absolute;
    bottom:15px;
    left: 0;
    width: 100%;
    height: 2px;
}
.itami img{
width:50px;
      
}
.itami p{
font-size:250%;
font-weight:600;
 padding: 0 15px;
color:#1e73be;
margin-bottom:1rem!important;
}

.itami_flex{
display:flex;
flex-wrap: wrap;
    justify-content: space-around;
}
.itami_item{
width:30%;
margin-bottom:2rem;
  position: relative;
}
.itami_item a{
background: #1e73be;
font-size:120%;
font-weight:600;
color:#fff;
display: flex;
    flex-wrap: wrap;
padding:10px;
text-align:center;
justify-content: center;
}

 
    .itami_item:after {
      position: absolute;
      width: 50px;
      height: 50px;
      right: 0;
      top: 0;
      content: " ";
background:url(http://amami-uranishi.com/wp-content/uploads/2025/02/biribiri.png)no-repeat;
background-size:cover;
 
    }
  .itami_item:hover:after {
transform: translateY(-10px);
}
 
/*施術*/
.sejutu{
background:#6495ed;
padding:5rem 3rem;
width: 100vw;
    margin-left: calc((100% - 100vw) / 2);
}
.sejutu1{
background:#6495ed;
padding:2rem 3rem;
width: 100vw;
    margin-left: calc((100% - 100vw) / 2);
}
.sejutu_in{
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.sejutu_item{
display:flex;
flex-direction: column;
align-items: center;
    width: 23%;
}
.sejutu_item1{
display:flex;
flex-direction: column;
align-items: center;
    width: 14%;
}
.sejutu_title{
    width: 240px;
    height: 240px;
    /* border: 5px solid #fff; */
    /* box-shadow: 3px 3px 8px #ccc; */
    background: url(http://amami-uranishi.com/wp-content/uploads/2025/02/sejutu_bg.png), #fff;
    text-align: center;
    background-position: right bottom, center;
    background-size: 85%, cover;
    background-repeat: no-repeat, repeat;
    padding: 2rem 0;
  position: relative;
}
.sejutu_title:before{
    content: "";
    border: 2px solid #fff;
    position: absolute;
    top: -4px;
    left: -4px;
    width: 102%;
    height: 102%;
}
.sejutu_title_txt1{
font-size: 120%;
    font-weight: 600;
    line-height: 1.1;
    margin-bottom: 0 !important;
}
.sejutu_title_txt2{
font-size:160%;
    font-weight: 600;
    margin-bottom: 1rem !important;
}
.sejutu_title_txt3{
font-size:190%;
    font-weight: 600;
    margin-bottom: 0 !important;
text-shadow:2px 2px 2px #fff;
}
.sejutu_title_txt span{
font-size:70%;
padding-bottom:2rem;
}
.sejutu_img img {
border-radius: 50%;
    width: 210px;
    height: 210px;
    border: 5px solid #fff;
    box-shadow: 3px 3px 8px #ccc;
object-fit: cover;
    transform-origin: center bottom;
    animation: yurayura 2s linear infinite;
}
.sejutu_img1 img {
border-radius: 50%;
    width: 150px;
    height: 150px;
    border: 5px solid #fff;
    box-shadow: 3px 3px 8px #ccc;
object-fit: cover;
    transform-origin: center bottom;

}
.sejutu_txt{
    background: #fff;
    padding: 5px 0;
    border-radius: 25px;
    box-shadow: 3px 3px 8px #ccc;
    width: 185px;
    text-align: center;
}
.sejutu_txt1{
    background: #fff;
    padding: 5px 0;
    border-radius: 25px;
    box-shadow: 3px 3px 8px #ccc;
    width: 160px;
    text-align: center;
}
.sejutu_txt a{
color:#6495ed;
font-weight:600;
font-size:110%;
}
.sejutu_txt1 a{
color:#6495ed;
font-weight:600;
font-size:100%;
}
@keyframes yurayura {
  0% , 100%{
      transform: rotate(5deg);
  }
  50%{
      transform: rotate(-5deg);
  }
}
.f_sejutu{
	text-align:center;
	color:#fff;
	padding-bottom: 2rem;
	}
.f_sejutu_txt1{
	font-size:180%;
	font-weight:600;
	color:#003f8e;
}
.f_sejutu_txt2{
	font-size:120%;
	font-weight:600;
}

/*OPEN しばらくしたら削除する*/
.open{
  position: absolute;
 top:5vh;
 left: 50%;
  transform: translateX(-50%);
  width:25vw;
}
.kurukuru {

  opacity: 0;
  }
.kurukuru{
  animation: kurukuru 0.8s ease-out;
  opacity: 1;
}
@keyframes kurukuru {
  0%{
    transform: rotateY(0) translateY(0);
    opacity: 0;
  }
  100%{
    transform: rotateY(360deg) translateY(0);
    opacity: 1;
  }
}

/*OPENここまで*/


/*481px以上*/
@media screen and (min-width: 481px){
	.sp{
		display:none;
	}
}


/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
    .mobile-header-menu-buttons {
        background: #1e73be;
        color:#fff;
    }
	.navi-menu-close-button ,.menu-close-button{
		color:#000!important;
	}
}

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

/*480px以下*/
@media screen and (max-width: 480px){
	.pc{
		display:none;
	}
	.b_150{
		font-size:135%;
	}
	/*フッター予約メニュー*/
.f_yoyaku{
	display:flex;
position: fixed;
bottom: 0;
left: 0;
z-index: 9999;
}
.f_yoyaku img{
    box-shadow: 2px 2px 2px #ccc;
    border-radius: 15px;
}
.y_yusen {
    position: fixed;
    width: 87px;
    bottom: 70px;
    left: 50%;
    transform: translateX(-50%);  /* 左右中央配置 */
    opacity: 0;  /* 初期状態で非表示 */
    transition: opacity 2s ease;  /* opacityのみ変化 */
  }

  .fadeIn_up {
    opacity: 0;
    transition: opacity 2s ease;  /* opacityだけでアニメーション */
  }

  .fadeIn_up.is-show {
    opacity: 1;  /* 現れた時に opacity を 1 に */
  }

	.go-to-top {

    bottom: 63px;
	}
 .top_kv {
	 	background:url(http://amami-uranishi.com/wp-content/uploads/2025/02/main_kv_sp.jpg)no-repeat;
	 background-size:cover;
	}
	.top_logo {
		width: 87vw;
	}
	.top_subtxt {
    top: 4px;
    left: 13px;
    font-size: 3vw;
	}
	.top {
    top: 13vh;
    left: 3vw;
	}
	.top h1 {
    font-size: 5.5vw;
	}
	.top_txt {
        top: 85px;
        left: 27px;
		width: 65vw;
	}
	.top_txt0 {
   top: 12vh;
    left: 1vw;
	}
.top_txt p {
	font-size: 2.5rem;
	padding-right: 18px;
	}
	.top_txt p:after {
    top: 10px;
    left: -18px;
    width: 49%;
		height: 2vh;
}
	.sub_txt {
    top: 87px;
    left: 8px;
	}
	.top_icon {
    width: 50vw;
	
	}
	
	.open {
      top: 40vh;
        left: 24%;
        width: 47%;
    
	}
	
	.hp_b{
		bottom:40vh;
		right:-128px;
	}
	
	.footer_flex_sp {
		display: flex;
   
    flex-direction: column;
    align-items: center;
	}
	.f_item1_txt {
    text-align: center;
	}
	.f_item1_tel a{
	    text-decoration: none;
	}
	.itami p {
    font-size: 148%;
}
.itami_item {
    width: 100%;
    margin-bottom: 10px;
}
	.sejutu {
    padding: 5rem 1rem;
}
.sejutu_title {
width:95%;
}
.sejutu_item{
width:50%;
}
.sejutu_title_txt3{
font-size:170%;
}
.sejutu_title_txt1 {
    font-size: 115%;
}
.sejutu1 {
    padding: 2rem 1rem;
	}
	.sejutu_item1 {
    width: 24%;
	}
.sejutu_img1 img {
    width: 90px;
    height: 90px;
	}
.sejutu_txt1 {

    padding: 1px 2px;
    width: 88px;
	}
	.sejutu_txt1 a {
    font-size: 65%;
}
	
	.shoujou_top_txt1 {
    font-size: 170%;
	}
.shoujou_top_txt2 {
    font-size: 155%;
    width: 80%;
	}
}
