@charset "utf-8";
@import url("https://fonts.googleapis.com/css?family=Josefin+Sans:300,400,700|Noto+Sans+JP&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP&display=swap");

body{ width:1340px;}

body{
      /* background:linear-gradient(#fff 50%, #f19b96); */
       background: linear-gradient(#fff 50%, #ff9993);
      	width:100%;
	height:auto;
	margin:0 auto;
	padding:0 auto;
}

div{
       display:block;
}

#wrap{

	overflow:hidden;
	position:relative;
}

/*↓スクロールで画像出現系ここから↓*/
.fadeUp{
animation-name:fadeUpAnime;
animation-duration:1.3s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}


/* スクロールをしたら出現する要素にはじめに透過0を指定　*/

.fadeUpTrigger{
    opacity: 0;
}
/*↑スクロールで画像出現系ここまで↑*/

.mouseover a{
     trasition:all 1s;
     /* width:40% */
}
.mouseover a:hover{ opacity:0.5; }

header{
       height:50px;
}

.top_icon{
	float:right;
	margin-top:20px;
	margin-right:70px
}

@media screen and (max-width: 480px){
        .top_icon{ ;
	float:right;
	margin-top:20px;
	margin-right:70px;
}
}



.top_icon a{
     margin-right:25px;
     font-family:"Josefin Sans", sans-serif;
     font-weight:400;
     text-align:center;
     color:#d4ab37;
     text-decoration:none;
     margin-right:20px;
     margin-left:10px;
     letter-spacing: 0.13em;
}

@media screen and (max-width:768px){
.top_icon img{
     width:16px;
}
}

@media screen and (max-width: 480px){
.top_icon a{
     margin-right:0;
     margin-left:0;
     letter-spacing: 0.01em;
}
}

.top_icon_tel1{
	font-size:1.8em;
}

@media screen and (max-width:768px){
      .top_icon_tel1{
       position:relative;
       left:7%;
       font-size:1.3em;
}
}

@media screen and (max-width: 480px){
.top_icon_tel1{
	font-size:1.2rem;
        left:3%;
}
}

@media screen and (max-width: 480px){
.top_icon_tel1_check{
	display:none;
}
}

 .top_icon_web1{
	font-size:1.5em;
}

@media screen and (max-width:768px){
    .top_icon_web1{
      position:relative;
      left:2%;
      font-size:1.0em;
}
}

@media screen and (max-width: 480px){
 .top_icon_web1{
	font-size:0.9rem;
        left:3%;
}
}

@media screen and (max-width: 480px){
.top_icon_web1_check{
	display:none;
}
}

.top_icon_tel, .top_icon_web{
     width:20px;
}

@media screen and (max-width: 480px){
.top_icon_tel, .top_icon_web{
     width:12px;
}
}

.side_info{
     writing-mode: vertical-rl;
     font-family:"Josefin Sans", sans-serif;
     font-size:0.8em;
     font-weight:400;
     position:absolute;
     margin:18px;
     margin-top:200px;
     color:#e85464;
     z-index: 5;
}

@media screen and (max-width: 768px){
     .side_info{
     writing-mode: vertical-rl;
     font-family:"Josefin Sans", sans-serif;
     font-size:0.8em;
     font-weight:400;
     position:absolute;
     margin:18px;
     margin-top:200px;
     color:#e85464;
     z-index: 5;
}
}

@media screen and (max-width: 480px){
     .side_info{
      display:none;
}
}

.side_info_check{
     writing-mode: vertical-rl;
     font-family:"Josefin Sans", sans-serif;
     font-size:0.8em;
     font-weight:400;
     position:absolute;
     margin:18px;
     margin-top:200px;
     color:#e85464;
     z-index: 5;

}

@media screen and (max-width: 768px){
     .side_info_check{
     writing-mode: vertical-rl;
     font-family:"Josefin Sans", sans-serif;
     font-size:0.8em;
     font-weight:400;
     position:absolute;
     margin:18px;
     margin-top:200px;
     color:#e85464;
     z-index: 5;
}
}

@media screen and (max-width: 480px){
     .side_info_check{
      display:none;
}
}


/*nav*/
#navbtn{ transition:all 1s; width:40px; height:40px; position:fixed; right:3%; top:3%; z-index:500; cursor: pointer; }
#navbtn:hover {opacity:0.5;}
#navbtn span{ width:30px; height:2px; background:#d4ab37; position:absolute; }
#navbtn span:nth-child(1){ transition:all 0.2s; left:5px; top:7px; }
#navbtn span:nth-child(2){ left:5px; top:15px; }
#navbtn span:nth-child(3){ transition:all 0.2s; left:5px; top:23px; }
#menu{ font-size:10px; color:#d4ab37; padding:27px 0 0 5px; }

.open span:nth-child(1){ transform:translateY(8px) rotate(45deg);  }
.open span:nth-child(3){ transform:translateY(-8px) rotate(-45deg);   }
.open span:nth-child(2){ top:17px; opacity:0; }
.opennav{ transform:translateX(-90%); }

@media screen and (max-width: 480px){
    .opennav{
      transform:translateX(-100%);
}
}


.changecolor{ color:#e85464 !important;  }
.changecolor2{ background:#e85464 !important;  }

/*↓ここからハンバーガーメニューオープン時バックグラウンドグレー*/
.openham-background {
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 300;
background: rgba(3,3,3,.5);
display: block;
transition: all 0.5s;
}
/*↑ここまでハンバーガーメニューオープン時バックグラウンドグレー*/

nav{ transition:all 1s; width:700px; height:800px; position:fixed; left:100%; top:0; background:#ffe7e6; z-index:499;  }

@media screen and (max-width: 480px){
       nav{
         width:100%;
         height:100%;
}
}

nav ul li a{ text-decoration:none; font-size:20px; }
nav ul{ padding-left:15px; }
nav ul li{ list-style:none; padding-bottom:20px; }
nav ul li a{ color:#e85464; }
nav ul li a:hover{ opacity:0.5; }
nav img{ padding-top:20px; }

table{ padding-left:50px; padding-bottom:20px; font-weight:bold; }
.nav_y_txt{ border:2px solid #e85464; width:500px; height:50px; margin-left:55px; padding-top:25px;  text-align:center; font-weight:bold; }

@media screen and (max-width: 480px){
      .nav_y_txt{
        width:80%;
}
}

.nav_y_txt a{ font-size:20px; text-decoration:none; color:#e85464; }
.nav_y_txt:hover{ opacity:0.5; }
#nav_y_tel a{ font-family:"Josefin Sans", sans-serif; font-size:22px; }



main {
    display: block;
    overflow: hidden;
}

#top{
}

#top img{
     width:400px;
}


#top_inner img{
      width:900px;
      float:right;
      margin-top:-650px;
}


#title{
      padding:0;
      margin-left:100px;
      position:relative;
      z-index:1;
}

@media screen and (max-width: 480px) {
#title{
      padding:0;
      margin:0 auto;
      position:relative;
      z-index:1;
}
}

#title img{
      opacity:0;
}


#title2{
        color:#222;
}

#title2 h1{
        color:#e85464;
        font-family:"MS Mincho";
        font-size:2.8em;
        margin:0.6em 0;
        text-shadow: 1px 2px 3px #ffe7e6;

}

#title3{ text-shadow: 1px 1px 2px #fff; }

@media screen and (max-width: 480px){
#title3{
       width:300px;
       margin:0 auto;
       text-shadow: 1px 1px 2px #fff;
       font-size:0.8em;
       text-align:center;
}
}

/*message*/
#message_block{
        margin-left:0;
        display: flex;
}

.image_inner {
     display: flex;
     margin-top: 0;
     margin-left:180px;

}

.message_img1{
       position:absolute;
       width:800px;
       margin-left:50px;
       margin-top:200px;
	z-index: 100;
}

.message_img2{
       position;relative;
       margin-top:300px;
       width:800px;
}

.message_img3{
       width:300px;
       position:relative;
       margin-left:190px;
       float:left;
       position:relative;
       display: flex;
}

.message_img4{
       width:300px;
       position:relative;
       margin-left:200px;
       display: flex;
}

.message_txt{
        float:right;
        margin-top:-300px;
        margin-right:100px;
        padding:20px;
}

.message_txt h2{
        font-family:"MS Mincho";
        font-size:2.5em;
        color:#d4ab37;
        margin-top:-200px;
        margin-bottom:-40px;
}

.message_txt h3{
        font-family:"MS Mincho";
        color:#e85464;
        font-size:3em;
        line-height:1.5em;
}


/*イラスト土星*/
.dosei_01 img {
  position: absolute;
  left: 27%;
  top: -70px;
  z-index: 1;
  width: 290px;
  -webkit-animation: spin 20s linear infinite;
animation: spin 20s linear infinite;
transform-origin: center;
}

@keyframes spin {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}

#block .dosei_02 {
  position: relative;
  left: -28px;
  bottom: -107px;
  z-index: 3;
  width: 297px;
  -webkit-animation: spin 40s linear infinite;
  animation: spin 40s linear infinite;
  margin-top:-300px;
}

.dosei_03 {
  position: relative;
  right: 26%;
  z-index: 0;

  float:right;
  margin-top:-200px;
  margin-right:-250px;


  -webkit-animation: spin 40s linear infinite;
  animation: spin 40s linear infinite;
}

/*reason*/
#block {
       margin-top: 330px;
       background:linear-gradient(#fff 50%, #ffb2ae);
}

.reasonbox1 {
     margin-left: 150px;
     display: flex;
     flex-direction: row;
}

#reasonbox1 .reasontxt1 {
     margin-top: 400px;
}

.reasonimg1 {
     margin-left: 120px;
}

.reasonimg1 img {
     object-fit: cover;
     width: 400px;
     height: 600px;
}

.reasonbox2 {
     margin-top: 180px;
     margin-right:150px;
     display: flex;
     flex-direction: row-reverse;
}


#reasonbox2 .reasontxt2 {
     margin-top: 400px;
     margin-left: 120px;

}

.reasonimg2 img {
     object-fit: cover;
     width: 400px;
     height: 600px;
}


.reasonbox3 {
     margin-top: 180px;
     margin-left:150px;
     display: flex;
     flex-direction: row;
}

#reasonbox3 .reasontxt3 {
     margin-top: 400px;
}

.reasonimg3 {
     margin-left: 120px;
     z-index:5;
}

.reasonimg3 img {
     object-fit: cover;
     width: 400px;
     height: 600px;
}

#reasontxt1 h2, #reasontxt2 h2, #reasontxt3 h2{
        font-family:"MS Mincho";
        font-size:2.5em;
        color:#d4ab37;
        margin-top:-200px;
        margin-bottom:-40px;
}

#reasontxt1 h3, #reasontxt2 h3, #reasontxt3 h3{
        font-family:"MS Mincho";
        color:#e85464;
        font-size:3em;
        line-height:1.5em;
}

.txt{
       margin-top:-3em;
}

#no1 img, #no3 img{
       width:500px;
       margin-left:-200px;
       margin-top:-200px;
}

#no2 img{
       width:500px;
       margin-right:-200px;
       margin-top:-200px;
}

/*メインイメージ*/
.main_img{
       margin-top:300px;
}



/*footer*/
footer{
         margin:0;
         padding:0;
}

.footer_nav{
         width:100%;
         /* height:130px; */
         height:300px;
         background:#fff;
         display:flex;
         justify-content: center;
         margin-top:100px;
}

@media screen and (max-width: 480px){
        .footer_nav{
         width:100%;

}
}

.footer_logo{
         width:80%;
         margin:30px;
         left:50%;

}

@media screen and (max-width: 768px) {
       .footer_logo{
         width:80%;
         margin-top:50px;
       }
       .footer_nav{
              height:200px;
       }
}

@media screen and (max-width: 480px) {
       .footer_logo{
         width:90%;
         margin:50px 10px;
}
}


.footer_copy{
     text-align:center;
     font-family:"Josefin Sans", sans-serif;
     font-size:0.8em;
     font-weight:400;
     margin:20px;
     color:#fff;
     z-index: 5;
}

.footer_list {
       margin-right:40px;
       font-size: 1em
       line-height: 2em;
       text-align:right;
       right:50%

}

@media screen and (max-width: 768px) {
     .footer_list {
      margin-right:20px;
      line-height: 1em;
      text-align:right;

}
}

@media screen and (max-width: 480px) {
     .footer_list {
      margin-right:0;
      line-height: 1em;
      text-align:right;

}
}

.footer_list ul {
       column-count:3;
       column-gap:10px;
       text-align:left;
       margin:10px;
       line-height:3em;
       height:90%;
       width:100%
       margin-right:50px;

}

@media screen and (max-width: 768px) {
     .footer_list ul {
       width:100%;
       column-count:2;
       column-gap:5px;
       text-align:left;
       margin:50px 10px;
       line-height:1.5em;
       font-size:0.8em;
       padding:0;

}
}

@media screen and (max-width: 480px) {
     .footer_list ul {
       width:190px;
       column-count:2;
       column-gap:3px;
       text-align:left;
       margin:50px 10px;
       line-height:1.5em;
       font-size:0.5em;
       padding:10px;

}
}

.footer_list ul li {
        list-style: none;
}

.footer_list a {
       text-decoration:none;
       color:#e85464;

}

@media screen and (max-width: 768px) {
     .footer_list a {
       text-decoration:none;
       color:#e85464;
       margin-left:20px;

}
}

@media screen and (max-width: 480px){
       .footer_list a {
       text-decoration:none;
       color:#e85464;
       margin-left:0;

}
}

.ul{
         float:right;
         list-style:none;

}


/*booking*/
#booking{
      margin:30px;
}

#booking_title,.booking_about {
      text-align:center;
}

.booking_wrap{
     display:flex;
     justify-content: center;
     margin:50px;


}

.booking_en{
     font-family:"Josefin Sans", sans-serif;
     font-size:2em;
     font-weight:400;
     margin-top:20px;
     color:#e85464;

}

.booking_jp{
      color:#e85464;
      font-size:1em;

}

.telBox{
      width:600px;
      height:200px;
      background:#e9e9e9;


}
.booking_wrap{
      text-align:center;
}

.booking_tel_icon{
      width:50px;
      margin-top:40px;
}

.booking_inner a{
        text-decoration:none;
}

.tel_txt{
     font-family:"Josefin Sans", sans-serif;
     font-size:1.5em;
     font-weight:400;
     margin-top:10px;
     color:#e85464;

}

.webBox{
      width:600px;
      height:200px;
      background:#d2ccd2;
      float:right;


}

.booking_web_icon{
      width:50px;
      margin-top:40px;
}

.web_txt{
     font-family:"Josefin Sans", sans-serif;
     font-size:1.2em;
     font-weight:400;
     margin-top:0;
     color:#e85464;
}

.booking_houes{
     text-align:center;
     margin:20px;
     line-height:2.5em;
}

.booking_about{
     line-height:2.5em;
}

.blank img{
	margin-left:10px;
	margin-top:15px;
	width:15px;
}


/*↓サブページ共通ここから↓*/
#sub_inner img{
      width:900px;
      float:right;
      margin-top:-500px;
}

/*↑サブページ共通ここまで↑*/


/*↓「鑑定士紹介」ここから↓*/
.sub_message_txt{
margin-top:100px;
margin-left:300px;
}

.sub_message_txt h2{
        font-family:"MS Mincho";
        font-size:2.5em;
        color:#d4ab37;
        margin-top:-200px;
        margin-bottom:-40px;
}

.sub_message_txt h3{
        font-family:"MS Mincho";
        color:#e85464;
        font-size:3em;
        line-height:1.5em;
}

.sub_message_txt2{
margin-top:300px;
margin-left:300px;}

.sub_message_txt2 h2{
        font-family:"MS Mincho";
        font-size:2.5em;
        color:#d4ab37;
        margin-top:-200px;
        margin-bottom:-40px;
}

.sub_message_txt2 h3{
        font-family:"MS Mincho";
        color:#e85464;
        font-size:3em;
        line-height:1.5em;
}

.sub_dosei_02{
  position: relative;
  left: -28px;
  bottom: -107px;
  z-index: 3;
  width: 297px;
  -webkit-animation: spin 40s linear infinite;
  animation: spin 40s linear infinite;
  margin-top:-300px;
}

@media screen and (max-width: 480px){
      .sub_dosei_02{
      display:none;
}
}

.sub_dosei_03{
  position: relative;
  right: 26%;
  z-index: 0;

  float:right;
  margin-top:-200px;
  margin-right:-250px;


  -webkit-animation: spin 40s linear infinite;
  animation: spin 40s linear infinite;
}

/*↑「鑑定士紹介」ここまで↑*/

/*↓「予約・問い合わせ」ここから↓*/


#block_check {
       margin-top:-200px;
}
.gentei-title {
       font-size: 2em !important;
       text-align: center;
}

@media screen and (max-width: 480px) {
    .top_icon mouseover_check{
        display:none;
}
}

#title2 h1 {
    color: #e85464;
    font-family: "MS Mincho";
    font-size: 2.8em;
    margin: 0.6em 0;
    text-shadow: 1px 2px 3px #ffe7e6;
}

@media screen and (max-width: 480px) {
#title2 h1 {
    color: #e85464;
    font-family: "MS Mincho";
    font-size: 1.8em;
    margin: 0.6em 0;
    text-shadow: 1px 2px 3px #ffe7e6;
    text-align:center;
}
.gentei-title {
       font-size: 1.5em;
}
}

#y_title3{
      opacity:0;
}

.y_sub_block1{
       margin-top:800px;
}
.y_sub_block3{
       margin-top: -330px;
       padding-top: 300px;
}

@media screen and (max-width: 480px){
      .y_sub_block1{
       margin-top:500px;
}
      .y_sub_block3{
       /* margin-top:500px; */
       padding-top: 400px;
}
}

.y_sub_block2{
       margin-top:300px;
}

.y_sub_message_txt{
       margin-top:100px;
       margin-left:100px;
}


.y_sub_message_txt_check{
       margin-top:100px;
       margin-left:100px;
}

@media screen and (max-width: 768px) {
       .y_sub_message_txt{
       margin-top:100px;
       margin-left:0;
       text-align:center;
}
.gentei-title {
       font-size: 1.5em !important;
}
}

@media screen and (max-width: 768px) {
       .y_sub_message_txt_check{
       margin-top:100px;
       margin-left:0;
       text-align:center;
}
}




.y_sub_message_txt h2{
        font-family:"MS Mincho";
        font-size:2.5em;
        color:#d4ab37;
        margin-top:-200px;
        margin-bottom:0px;
}

@media screen and (max-width: 768px) {
       .y_sub_message_txt h2{
        font-family:"MS Mincho";
        font-size:2.5em;
        color:#d4ab37;
        margin-top:-400px;
        margin-bottom:0px;
}
}



.y_sub_message_txt_check h2{
        font-family:"MS Mincho";
        font-size:2.5em;
        color:#d4ab37;
        margin-top:-200px;
        margin-bottom:0px;
}

@media screen and (max-width: 768px) {
       .y_sub_message_txt_check h2{
        font-family:"MS Mincho";
        font-size:2.5em;
        color:#d4ab37;
        margin-bottom:0px;
        text-align:center;
}
}

@media screen and (max-width: 480px){
       .y_sub_message_txt h2{
        font-family:"MS Mincho";
        font-size:1.5em;
        color:#d4ab37;
        margin-top:-400px;
        margin-bottom:0px;
}
}

@media screen and (max-width: 480px){
       .y_sub_message_txt_check h2{
        font-family:"MS Mincho";
        font-size:1.5em;
        color:#d4ab37;
        text-align:center;
        margin-top:50px;
}
}

.y_sub_message_txt2{
       margin-top:300px;
       margin-left:300px;
}


.y_text{
        margin-top:150px;
        text-align:center;
        line-height:2em;
}



@media screen and (max-width: 768px) {
       .y_text{
        margin-top:50px;
        text-align:center;
        line-height:2em;
}
}

@media screen and (max-width: 480px){
        .y_text{
        width:300px;
        margin:0 auto;
        margin-top:50px;
        text-align:center;
        line-height:2em;
        font-size:0.8em;
}
}

.y_text_check{
        width:300px;
        margin:0 auto;
        margin-top:50px;
        text-align:center;
        line-height:2em;
        font-size:0.8em;
}


@media screen and (max-width: 768px){
        .y_text_check{
        width:300px;
        margin:0 auto;
        margin-top:50px;
        text-align:center;
        line-height:2em;
        font-size:0.8em;
}
}

@media screen and (max-width: 480px){
        .y_text_check{
        width:300px;
        margin:0 auto;
        margin-top:50px;
        text-align:center;
        line-height:2em;
        font-size:0.8em;
}
}

.y_tel img{
       width:20px;
       margin-right:10px;
}

@media screen and (max-width: 480px){
       .y_tel img{
       width:15px;
       margin-right:5px;
}
}

.y_tel{
       font-family:"Josefin Sans", sans-serif;
       font-size:1.8em;
       font-weight:400;
       margin-top:30px;
       color:#e85464;
       text-align:center;
}

@media screen and (max-width: 480px){
       .y_tel{
       font-family:"Josefin Sans", sans-serif;
       font-size:1.2em;
       font-weight:400;
       margin-top:30px;
       color:#e85464;
       text-align:center;
}
}

#y_contents{
        width:100%;
        padding:0;
        margin:0;
        display:flex;
        justify-content:center;
        align-items:center;
        text-align:left;
       padding-bottom: 100px;

}
#y_form {
       border: 2px #ff8585 solid;
       padding: 32px 56px;
       border-radius: 10px;
}

#y_form form {
       width:100%;
}

@media screen and (max-width: 480px){
       #y_form form {
              margin:0 auto;
              width:90%;
       }
}
@media screen and (max-width: 600px){
       #y_form {
              padding: 0;
              border: none;
              /* padding: 8px 16px; */
       }
}

#y_form label {
       display: block;
       margin-bottom: 10px;
}

#y_form input,
#y_form select,
#y_form textarea {
       width:100%;
       padding:8px;
       box-sizing: border-box;
       margin-bottom: 10px;
       background: #eeefef;
       border-style:none;
       border-radius:10px;
}

@media screen and (max-width: 480px){
     #y_form select{
          font-size:16px;
          color:#808080;
}
}

#y_form textarea {
       resize: vertical;
       height:200px;

}

.form_row {
      display:flex;
       justify-content:space-between;
}

.form_row label,
.form_row input,
.form_row select {
       width: 48%;
       box-sizing: border-box;
}

#res__btn{
       display:flex;
       align-items:center !important;
       margin-top:40px;
}

#res__btn2{
       align-items:center !important;
       margin-top:40px;
}

#res__btn3{
       align-items:center !important;
       margin-top:40px;
}

.res_btn1 {
       background-color:#e85464 !important;
       color: white;
       padding: 10px 20px;
       border: none;
       margin:10px 20px;
       border-radius: 20px !important;
       cursor:pointer;
       display:block;
       text-align:center;

}


.res_btn {
       background-color:#e85464 !important;
       color: white;
       padding: 10px 20px;
       border: none;
       margin:10px 20px;
       border-radius: 20px !important;
       cursor:pointer;
       display:block;


}

.res_btn2 {
       background-color:#e85464 !important;
       color: white;
       padding: 10px 20px;
       border: none;
       border-radius: 20px !important;
       cursor: pointer;
       display: block;
       margin:auto;
       font-size:0.8em;
       text-align:center;
       text-decoration:none;
       vertical-align:center;
       margin-top:10px;
}

@media screen and (max-width: 480px){
       .res_btn2 {
         padding: 9px 20px;
}
}

.res_btn1:hover,
.res_btn2:hover{
      background-color:#f09a95 !important;
}

#y_dosei2{
   margin-top:-750px;
}

.y_sub_dosei_03{
  position: relative;
  right: 15%;
  z-index: 0;

  float:right;
  margin-top:-200px;
  margin-right:-250px;


  -webkit-animation: spin 40s linear infinite;
  animation: spin 40s linear infinite;
}

@media screen and (max-width: 480px){
    .y_sub_dosei_03{
         display:none;
}
}


/*----------kanryo.php--------------*/


.y_logo{
        width:400px;
        text-align:center;
        margin:0 auto;
        padding:0 auto;
}

.y_logo img{
        width:300px;
        text-align:center;
        margin: 20px auto -60px auto;
}

.y_kanryo_txt{
        max-width:300px;
        margin:0 auto;

}
.y_text_n{
       display:inline-block;
       text-align:left;
}

.y_send_txt{
       width:750px;
       text-align:center;
       margin:40px auto;
       font-size:2em;
       color:#e85464;
       font-family:"MS Mincho";
       line-height:1.2em;
}

@media screen and (max-width: 768px) {
      .y_send_txt{
       width:80%;
       font-size:1.2rem;
}
}


@media screen and (max-width: 480px) {
      .y_send_txt{
       width:80%;
       font-size:1.2rem;
}
}

.y_send_txt_mini{
       width:700px;
       text-align:center;
       margin:0 auto;
       font-size:1.5em;
       color:#e85464;
       font-family:"MS Mincho";
       display:block;
       line-height:1.5em;
}

@media screen and (max-width: 768px) {
     .y_send_txt_mini{
       width:70%;
       font-size:0.8rem;
}
}


@media screen and (max-width: 480px) {
     .y_send_txt_mini{
       width:70%;
       font-size:0.8rem;
}
}



.y_send_txt_mini_u{
       width:700px;
       text-align:center;
       margin-top:-40px;
       margin-right:auto;
       margin-left:auto;
       margin-bottom:20px;
       font-size:1.5em;
       color:#e85464;
       font-family:"MS Mincho";
       display:block;
       line-height:1.5em;
}

@media screen and (max-width: 768px) {
     .y_send_txt_mini_u{
       width:70%;
       font-size:0.8rem;
       margin-top:10px;
}
}

@media screen and (max-width: 480px) {
     .y_send_txt_mini_u{
       width:70%;
       font-size:0.8rem;
       margin-top:10px;
}
}

/*----------SNS位置--------------*/
.sns_circle{
top:230px;
right:-140px;
position:fixed;
z-index:20;
}
.sns_circle img{ width:180px; }
.sns_circleC, .sns_circleX{ transition:all 1s ease-in-out; }
.sns_circleC, .sns_circleX{ transition:all 1s ease-in-out; }

.opensnsbtn1, .opensnsbtn2{ transform:translateX(-69.5%); cursor :pointer; }



/*----------上部画像位置--------------*/
#y_sub_inner img{
      width:900px;
      float:right;
      margin-top:-482px;
}

@media screen and (max-width: 480px){
#y_sub_inner img{
      width:100%;
      float:right;
      margin-top:-465px;
}
}

/*↑「予約・問い合わせ」ここまで↑*/
