/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 23 2022 | 07:51:34 */
/* ここにCSSコードを追加

例:
.example {
    color: red;
}

CSS の知識に磨きをかけるためにご覧ください。
http://www.w3schools.com/css/css_syntax.asp

コメント終わり */ 

/* 体験ボタンここから */
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;/*rem算出をしやすくするために*/
}

.btn{
	margin: 0 auto;
}

.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
/*   display: inline-block; */
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

/*その他と主な共通部分は省略*/

a.btn-flat {
  overflow: hidden;

  padding: 1.5rem 6rem;

  color: #fff;
  border-radius: 0;
  background: #D3A2C8;
}

a .fa-solid fa-angle-right{
	color: #fff;
	text-align: center;
}

a.btn-flat span {
  position: relative;
}

.btn-position{
	display: flex;
	justify-content: center;
	width: fit-content;
}

a.btn-flat:before {
  position: absolute;
  top: 0;
  left: -5px;

  width: 145px;
  height: 130px;

  content: '';
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateX(-76%) translateY(-25px);
  transform: translateX(-80%) translateY(-25px);

  border-radius: 50%;
  background: #FFD7F7;
}

a.btn-flat:after{
	color:#333;
}

a.btn-flat:hover:before {
  width: 400px;
  height: 400px;

  -webkit-transform: translateX(-1%) translateY(-175px);

  transform: translateX(-1%) translateY(-175px);
}

@media screen and (max-width: 640px) {
	.btn,
a.btn,
button.btn {
  font-size: 1.6em;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
/*   padding: 1em 4em; */
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5em;
}
		a.btn-flat {
  overflow: hidden;
  padding: 1.5rem 6rem;
 font-size: 1.2em;
  color: #fff;
  border-radius: 0;
  background: #D3A2C8;
    width: 300px;
    height: 100px;
}

a.btn-flat span {
  position: relative;
}

a.btn-flat:before {
  position: absolute;
  top: 0;
  left: 0;

  width:135px;
  height: 150px;

  content: '';
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateX(-80%) translateY(-25px);
  transform: translateX(-80%) translateY(-25px);

  border-radius: 50%;
  background: #FFD7F7;
}

a.btn-flat:hover:before {
  width: 450px;
  height: 450px;

  -webkit-transform: translateX(-1%) translateY(-175px);

  transform: translateX(-1%) translateY(-175px);
}

	
}

/* 体験ボタンここまで */


/* ReadMoreのボタン　ここから */
.btn--orange{
		display: flex;
	justify-content: center;
	width: fit-content;
}

a.btn--orange {
  color: #fff;
  background-color: #64B2A7;
  border-bottom: 5px solid #00695A;
}
a.btn--orange:hover {
  margin-top: 3px;
  color: #fff;
  background: #00695A;
  border-bottom: 2px solid #64B2A7;
}
a.btn--shadow {
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
  box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
}

/* 予約ボタン　ここから */
.yoyaku_otoiawase {
  width: 200px;
  height: 60px;
  line-height: 60px;
}
.yoyaku_otoiawase a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  background: #dfacd4;
  text-align: center;
  border-bottom: 3px solid #a47e9c;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  box-shadow: 2px 3px 6px 1px #bababa;
}
.yoyaku_otoiawase a:hover {
  background: #ffd7f7;
  color: #333333;
  margin-left: 5px;
  margin-top: 5px;
  border-bottom: 3px solid #dfacd4;
  box-shadow: none;
}


/* 予約ボタン　ここまで */

/* SNS画像ここから */

.snsicon_bunner{
  display: flex;
  justify-content: center;
}

.snsicon_bunner_img{
  display: block;
  width: 300px;
  height: auto;
  margin:50px 0 50px 15px;
}

@media screen and (max-width: 640px) {
  .snsicon_bunner{
    display: inline-block;
    margin: 10px auto 10px auto;
    text-align : center
  }

  .snsicon_bunner_img{
    display: inline-block;
    width: 200px;
    height: auto;
    margin:5px auto;
  }
}
/* SNS画像ここまで */