body{
  font-size: 20px;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

.sp{
  display: none;
}

.head{
  height: 60px;
  background-color: #27006900;
  opacity: 1;
}



.head-fixed-top-custom:hover {
  background-color: #27006900;
  opacity: 1;
}

.head-fixed-top-custom{
  
  z-index: 200;
}

a{
  color: #333 !important;
}


input,
textarea,
select,
*:focus{
    outline: none !important;
}

footer{
  width: 100%;
  background-color: #27006A;
  color:#ffffff;
  position: absolute;
  z-index: 20;
}

.btn_area{
  text-align: center;
}

.index_btn{
  width: 80%;
  margin: 64px 0 120px 0;
  border-radius: 50px;

  font-size: 18px;
  padding: 22px 0;

  color: #ffffff;

  display: inline-block;
  background:  linear-gradient(135deg, #CB54AB, #27006A);
  border-color: #a5187f  #c11693 #c11693 #a5187f;
  
  
}

.index_btn:hover{
  background:  linear-gradient(135deg, #27006A, #CB54AB);
  border-color: #c11693 #a5187f #a5187f #c11693;

}



.calender_btn{
  width: 90%;
	max-width: 640px;
  margin: 0px 0;
  border-radius: 50px;

  font-size: 18px;
  padding: 12px 0;

  color: #ffffff;

  display: inline-block;
  background:  linear-gradient(135deg, #CB54AB, #27006A);
  border-color: #a5187f  #c11693 #c11693 #a5187f;
  
  
}

.calender_btn:hover{
  background:  linear-gradient(135deg, #27006A, #CB54AB);
  border-color: #c11693 #a5187f #a5187f #c11693;

}

button.calender_btn a {
  color: #ffffff !important;
}

.contact_btn{
  width: 80%;
  margin: 48px 0 64px 0;

  font-size: 18px;
  padding: 22px 0;

  color: #ffffff;

  display: inline-block;
  background:  linear-gradient(135deg, #CB54AB, #27006A);
  border-color: #a5187f  #c11693 #c11693 #a5187f;
}

.contact_btn:hover{
  background:  linear-gradient(135deg, #27006A, #CB54AB);
  border-color: #c11693 #a5187f #a5187f #c11693;

}

.line_btn{
  width: 80%;
  margin: 0px 0 64px 0;

  font-size: 18px;
  padding: 22px 0;

  color: #ffffff;

  display: inline-block;
  background-color: #05B926;
  border-color: #017717  #05d62b #05d62b #017717;
}

.line_btn:hover{
  background-color: #04ce29;
}


.line_btn i{
  font-size: 26px;
  vertical-align: middle;
}

.otera_aca{
  vertical-align: middle;
}

.toumei{
  opacity: 0;
}

.share_btn_i{
  display: flex;
  justify-content: center;
  margin:36px 0;
}

i.fab.fa-twitter-square {
  color: #00acee;
}

i.fab.fa-facebook-square {
  color: #3b5998;
}

i.fab.fa-line {
  color: #1dcd00;
}

.line_btn i.fab.fa-line {
  color: #ffffff;
}

.sha_b_icon {
  font-size: 48px;
  margin: 0 36px;
}

button.index_btn a {
  color: #ffffff !important;
}



input.wpcf7-form-control.has-spinner.wpcf7-submit.btn.btn-primary {
  width: 100%;
  background: linear-gradient( 
135deg, #CB54AB, #27006A);
  border-color: #a5187f #c11693 #c11693 #a5187f;
  padding: 12px 0;
  font-size: 20px;
  font-weight: bold;
  margin: 36px 0;
}

.submit_btn {
  text-align: center;
}

.wpcf7-mail-sent-ok {

  display:none !important;

}
  
/*メニューバー */

.menu-btn {
  position: fixed;
  top: 0px;
  right: 0px;
  display: flex;
  height: 60px;
  width: 60px;
  justify-content: center;
  align-items: center;
  z-index: 300;
  background-color: #27006a00;
}



.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
  content: '';
  display: block;
  height: 3px;
  width: 30px;
  border-radius: 3px;
  background-color: #27095E;
  position: absolute;
}


.menu-btn span:before {
  bottom: 8px;
}
.menu-btn span:after {
  top: 8px;
}

#menu-btn-check:checked ~ .menu-btn span {
  background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
  bottom: 0;
  transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
  top: 0;
  transform: rotate(-45deg);
}

#menu-btn-check {
  display: none;
}


.menu-content ul {
  padding: 70px 10px 0;
}
.menu-content ul li {
  border-bottom: solid 1px #ffffff;
  list-style: none;
}
.menu-content ul li a {
  display: block;
  width: 100%;
  font-size: 15px;
  box-sizing: border-box;
  color:#ffffff;
  text-decoration: none;
  padding: 9px 15px 10px 0;
  position: relative;
}
.menu-content ul li a::before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  transform: rotate(45deg);
  position: absolute;
  right: 11px;
  top: 16px;
}


.menu-content {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 100%;/*leftの値を変更してメニューを画面外へ*/
    z-index: 200 !important;
    background: linear-gradient(#AC53AC, #27095E);
    transition: all 0.5s;/*アニメーション設定*/

}

#menu-btn-check:checked ~ .menu-content {
  left: 0;/*メニューを画面内へ*/
}


.menu_content_ori{
  padding: 60px 15px;
  overflow: scroll;
}

.menu_title {
  margin: 24px 0;
}

.menu_title:hover {
  filter: drop-shadow(4px 2px 8px #ffffff);
}


.menu_text {
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  vertical-align: middle;
  padding-left: 12px;
}

img.menu_img {
  height: 44px;
  width: 44px;
}

.logo_flex{
  display: flex;
  align-items: center;
}

.logo_shoufukuji {
  padding-left: 12px;
  font-weight: bold;
  color: #ffffff;
}

footer .logo_flex {
  justify-content: center;
}

.copyright{
  text-align: center;
  font-size:8px;
  margin: 24px 0 0 0;
}

footer .logo_shoufukuji {
  padding-left: 12px;
  font-weight: bold;
  color: #ffffff;
  font-size: 20px;
}

span.otera_aca {
  color: #ffffff;
  font-weight: bold;
}


.menu-btn {
  background-color: #AC53AC;
}

.wrap_body {
  background-color: #faf8ff;
}

/********/
.btn_modern {
	color:#ffffff;
	background:transparent;
	border-width:2px;
	border-style: solid;
	border-color: #32056e;
	position:relative;
	margin: 64px 0;
	display:inline-block;
	padding:18px 0;
	transition:all 0.3s ease-in-out;
	text-align:center;
	width: 90%;
	font-size: 18px;
	background-color: #33056f;
}

.btn_modern:before, 
.btn_modern:after {
	content:'';
	display:block;
	position:absolute;
	border-color:#32056e;
	box-sizing:border-box;
	border-style:solid;
	width:1em;
	height:1em;
	transition:all 0.3s ease-in-out
}

.btn_modern:before {
	top:-6px;
	left:-6px;
	border-width:2px 0 0 2px;
	z-index:5;
}

.btn_modern:after {
	bottom:-6px;
	right:-6px;
	border-width:0 2px 2px 0;
}
.btn_modern:hover:before, 
.btn_modern:hover:after {
	width:calc(100% + 12px);
	height:calc(100% + 12px);
	border-color:#33066f;
}

.btn_modern:hover {
	color:#ffffff;
	background-color:#33066f;
	border-color:#33066f;
}

.panel {
	max-width:960px;
	text-align:center;
	position:relative;
	margin:auto;
}
	


/****スマホ画面****/
@media screen and (max-width: 788px){

  .pc{
    display: none;
  }

  .sp{
    display: block;
  }

  .index_btn{
    width: 100%;
  }

  .contact_btn{
    width: 100%;
  }

  .line_btn{
    width: 100%;
  }










}

/****PC画面****/
@media screen and (min-width: 788px){


  .menu-btn {
    top: 400px;
    height: 80px;
    width: 100px;
  }

	.head {
    height: 100vh !important;
    width: 100px !important;
    background-color: #ac53ac !important;
    opacity: 1;
	}

	.menu-content {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: -10000%;
    z-index: 200 !important;
    background: linear-gradient(#AC53AC, #27095E);
    transition: all 0.5s;
	}

	#menu-btn-check:checked ~ .menu-content {
		left: 100px;/*メニューを画面内へ*/
	}

	.head-fixed-top-custom:hover {
    background-color: #ac53ac;
    opacity: 1;
	}

	.menu_logo_pc {
    margin-top: 40px;
	}


	.wrap_pc_cont{
		padding-left:100px;
	}

	.max-width-640{
		max-width: 640px;
		margin: 0 auto;
	}
	
	footer {
    padding-left: 100px;
	}


	
}

