@charset "utf-8";
@import url('css/layout.css?ver=1.0.01');

* {
  outline: none;
}

@media screen and (min-width:741px) {
	.sp { display: none;}
	.center-pc { text-align: center;}
}

@media screen and (max-width:740px) {
	.sp { display: block;}
	.pc { display: none;}
	.center-pc { text-align: left;}
}
@media screen and (min-width:1151px) {
	.sp2 { display: none;}
}

@media screen and (max-width:1150px) {
	.sp2 { display: block;}
	.pc2 { display: none;}
}

.border_radius_3 { border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px;}
.border_radius_5 { border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px;}

.row4 .container{ position: relative;}



/* ------------------------------
   CLEARFIX ELEMENTS
------------------------------ */
.loopSliderWrap:after {
    content: "";
    display: none;
    clear: none;
}

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  z-index: 0;
  }
 
.rslides img { width: 100vw; }
 
@media screen and (max-width:1150px) {
  .rslides { 
  width: 100%;
  }
 }

  
.mv { position: relative;}

@media screen and (max-width:1150px) {
  .mv {padding-bottom:15px;}
}

.mv_single img {
  display: block;
  height: auto;
  width: 100%;
  border: 0;
  margin:0 auto;
  object-fit: cover;
  }

@-webkit-keyframes sdb {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}

.prev-area {margin: 1em 0;}

.prev-next-link a {
  border-bottom: 1px #BBBBBB solid;
  display: block;
  text-decoration: none;
  padding: 14px 40px;
}
.prev-next-link a:hover {
  background: -webkit-repeating-linear-gradient(-45deg,#f6f6f6 0,#f6f6f6 2px,#fff 2px,#fff 4px);
  background: -o-repeating-linear-gradient(-45deg,#f6f6f6 0,#f6f6f6 2px,#fff 2px,#fff 4px);
  background: repeating-linear-gradient(-45deg,#f6f6f6 0,#f6f6f6 2px,#fff 2px,#fff 4px);
}
.prev-next-link a:first-child {
  border-top: 1px #BBBBBB solid;
}
.prev-next-label {
  font-size: .825rem;
  color: #000;
  margin: 0 0 10px 0;
}

/* Responsive */
@media ( min-width: 600px) {
  .prev-next-link {
    display: flex;
  }
  .prev-next-link a {
    flex: 1;
  }
  .prev-next-link a,
  .prev-next-link a:first-child {
    border: none;
  }
  .next-link {
    text-align: right;
  }
}

/* Arrows */
.prev-link { background: url(./img/common/arrow-prev.svg) no-repeat 10px center;}
.next-link { background: url(./img/common/arrow-next.svg) no-repeat right 10px center;}
.prev-link, .next-link { background-size: 16px 28px;}

/* Images */
.thumb-wrap { display: flex;}
.thumb-wrap p { margin: 0 0 0 16px;}
.thumb-wrap img {
  width: 100px;
  height: 100%;
}

.angle {
  display: flex;
  width: 20px;
}

.ai1ec-calendar-toolbar {border:none !important;}

.tablenav {
clear:both;
padding: 1em 0;
}

.mv { position: relative;}

.googlecal iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}

@media only screen and (min-width: 741px) {
.googlecal { padding-bottom: 90%; }
}

.stylist {padding: 1em 0 0 0;}
.salonprofile {padding: 1.5em 0 0 0;}
.stylistname{font-size: 130%; padding:0; margin:0;}
.romaji{font-size: 90%; padding:0 0 10px 0; margin:0; color:#999;}

.sidebar ul { list-style:none; padding:15px 0 0 0; margin:0;}
.sidebar li { list-style:none; padding:0 0 1em 0; margin:0;}
.sidebar li img {border: 1px solid #dddddd;}

input, textarea {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-appearance: none;
    max-width: 100%;
}

textarea,
input[type="number"],
input[type="email"],
input[type="tel"],
input[type="text"] {
    padding: 7px 10px;
    font-size: 115%;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

textarea {
    height: 200px; /* お好みの高さに */
}

/* フォーカス時の色変更 */

textarea:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="text"]:focus {
    border: 1px solid #333;
}
 
input.wpcf7-submit {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  position: relative;
  background: #3d8a8e;
  border: 1px solid #3d8a8e;
  border-radius: 30px;
  box-sizing: border-box;
  padding: 0;
  color: #fff;
  font-size: 115%;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-align: left;
  text-decoration: none;
  transition-duration: 0.3s;
}
input.wpcf7-submit:before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -5px;
}
input.wpcf7-submit:hover {
  background: #fff;
  color: #3d8a8e;
}
input.wpcf7-submit:hover:before {
  border-top: 2px solid #a99549;
  border-right: 2px solid #a99549;
}
span.must { color:#C0272D;}

span.your-subject {
	display:block;
	width: 70%;
	position: relative;
	border: 1px solid #ccc;
	border-radius: 4px;
	background: #ffffff;
}

span.your-subject::before {
	position: absolute;
	top: 1.2em;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #666666;
	pointer-events: none;
}


@media only screen and (min-width: 741px) {
    input { width: 50%;}
    textarea { width: 100%;}
}

@media screen and (max-width:740px) {
    input { width: 100%;}
    textarea { width: 100%;}
    span.your-subject { width: 100%;}
}

.wp-block-button__link {font-size: 16px !important; width: 50%;}
.wp-block-button__link:hover {opacity: 0.7;}
@media screen and (max-width:740px) {
   .wp-block-button__link {width: 95%;}
}

/* ------------------------------
   メインメニュー
------------------------------ */
header {
  display: flex;
  position: fixed;
  width: 100%;
  color: #FFF;
  justify-content: left;
  align-items: center;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  z-index: 99;
}
header img.logo {height: 90px; padding-left: 0;}
header a { display: block;}

#nav-container {
  position: fixed;
  height: 100vh;
  width: 100%;
  pointer-events: none;
  z-index: 100;
}

#nav-content li {
font-family: source-han-sans-vf, sans-serif;
font-weight: normal;
letter-spacing: 0.1em;
  }

main {padding-bottom: 50px;}

@media screen and (min-width:1151px) {

header { height: 90px;}

#nav-container .button {display: none;}

#right-area {float:right; padding-right:0;}

#nav-content {float:right;}
#nav-content ul { float:left; display:block; padding:20px 22px 0 0; margin:0;}
#nav-content li { list-style-type: none; display: inline-block; float:left; padding:0.4em; margin:0;}
#nav-content li.sp { display:none;}
#nav-content li.sp2 { display:none;}
#nav-content li a { display:block; color:#fff; margin:0 0.3em; padding:0.5em 0; font-size: 100%; text-align: left; cursor: pointer; pointer-events: auto; text-decoration: none;}
#nav-content li a:hover { color:#c4b42b; transition: 0.5s;}
}


@media screen and (max-width:1150px) {

header {height: 55px;}
header img.logo {height: 55px; padding:0;}

#nav-container .bg {
  position: absolute;
  top: 55px;
  left: 0;
  width: 100%;
  height: calc(100% - 50px);
  visibility: hidden;
  opacity: 0;
  transition: .3s;
  background: #000;
}
#nav-container:focus-within .bg {
  visibility: visible;
  opacity: .6;
}

#nav-container * {
  visibility: visible;
}

#nav-container .button {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  -webkit-appearance: none;
  border: 0;
  background: transparent;
  border-radius: 0;
  float:right;
  height: 55px;
  width: 30px;
  cursor: pointer;
  pointer-events: auto;
  margin-right: 15px;
  touch-action: manipulation;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
#nav-container .icon-bar {
  display: block;
  width: 100%;
  height: 3px;
  background: #fff;
  transition: .3s;
}
#nav-container .icon-bar + .icon-bar {
  margin-top: 5px;
}

#nav-container:focus-within .button {
  pointer-events: none;
}
#nav-container:focus-within .icon-bar:nth-of-type(1) {
  transform: translate3d(0,8px,0) rotate(45deg);
}
#nav-container:focus-within .icon-bar:nth-of-type(2) {
  opacity: 0;
}
#nav-container:focus-within .icon-bar:nth-of-type(3) {
  transform: translate3d(0,-8px,0) rotate(-45deg);
}

#nav-content {
  margin-top: 55px;
  padding: 20px;
  width: 70%;
  max-width: 400px;
  position: absolute;
  top: 0;
  right: 0;
  height: calc(100% - 55px);
  background: #f2f1ea;
  pointer-events: auto;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  transform: translateX(100%);
  transition: transform .3s;
  will-change: transform;
  contain: paint;
}

#nav-content ul {
  height: 100%;
  display: flex;
  flex-direction: column;
}

#nav-content li a {
  padding: 10px 5px;
  display: block;
  text-transform: uppercase;
  transition: color .1s;
}

#nav-content li a:hover {
  color: #8b6c3c;
}

#nav-content li a.snsicon {
display: inline-block;
float:left;
}

#nav-content li:not(.small) + .small {
  margin-top: auto;
}

#nav-container .small {
  display: flex;
  align-self: center;
}

#nav-container .small a {
  font-size: 12px;
  font-weight: 400;
  color: #888;
}
#nav-container .small a + a {
  margin-left: 15px;
}

#nav-container:focus-within #nav-content {
  transform: none;
}

#nav-container a,
#nav-container a:visited,
#nav-container a:focus,
#nav-container a:active,
#nav-container a:link {
  text-decoration: none;
  outline: 0;
}

#nav-container a {
  color: currentColor;
  transition: .2s ease-in-out;
}

#nav-container ul {
  padding: 0;
  list-style: none;
}
}

/*-----------------------------
店舗情報
------------------------------*/
#shop-list table {
  border-collapse: collapse;
  border-spacing: 0;
  width:100%;
}
#shop-list th {
  vertical-align:top;
  font-weight: bold;
  width:20%;
  padding:1.5em 0;
  margin:0;
  border-bottom: 1px solid #eee;
}
#shop-list td {
  vertical-align:top;
  width:80%;
  padding:1em 0;
  margin:0;
  border-bottom: 1px solid #eee;
}

#shop-list td ul { padding:0; margin:0;}
#shop-list td li { list-style-type: none; display: inline-block; padding: 0.5em 0; margin:0; vertical-align:middle; width: 24%;}
#shop-list td li a { color:#313131;}
#shop-list td li a:hover { color:#8b6c3c;}
#shop-list tr:last-child th, #shop-list tr:last-child td {border-bottom: none;}


@media screen and (max-width:740px) {
#shop-list td li { width: 49%;}
}

.shop-rap {
  padding-bottom: 3em;
}

.shop {
  padding: 2em 0;
  border-top: 1px solid #af8d56;
}

.shop h3 {
  line-height:1.6em;
  margin: 0;
  padding: 0 0.5em 1em 1.3em;
  font-weight: bold;
  position: relative;
  display: block;
  width: 30%;
  float:left;
}
.shop h3:before {
  font-family: "FontAwesome";
  content: "\f041";
  position: absolute;
  left : 0; /*左端からのアイコンまで*/
  color: #af8d56; /*アイコン色*/
    }

.shop-info {
  float:right;
  width:70%;
}

.shop table {
  float:right;
  border-collapse: collapse;
  border-spacing: 0;
  width:100%;
}

.shop th {
  vertical-align:top;
  font-weight: bold;
  width:35%;
  padding:0.2em 0;
  margin:0;
}
.shop td {
  vertical-align:top;
  width:65%;
  padding:0.2em 0;
  margin:0;
}
.shop tr:last-child th,.shop tr:last-child td {padding-bottom: 1.5em;}

.epark td {
vertical-align:middle;
}

.epark tr:first-child td {
  border-top: 1px dotted #eee;
}

.epark td.epark-icon {
width:10%;
font-size: 150%;
height: 60px;
}
.epark td.epark-time {
width:90%;
text-align: left!important;
font-weight: bold;
height: 60px;
}
.epark td.epark-time br {
display: none;
}
.epark td.epark-banner img {
border-radius: 5px;
width: 70%;
}
.shop .epark tr:last-child th,.shop .epark tr:last-child td {padding-bottom: 0.5em;}

@media screen and (max-width:740px) {
.shop { padding: 1em 0 2em 0;}
.shop h3 {
  padding: 0.7em 0.5em 0.7em 1em;
  width: 100%;
  float:none;
}
.shop-info { float:none; width: 100%;}
.epark td.epark-banner img {width: 100%;}
}

@media (min-width: 741px) {
a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
    color:#333;
}
}



/*-----------------------------
ボタンアニメーション
------------------------------*/
.btn-wrap {padding:30px 0 20px 0;}

a.btn_01 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 250px;
	margin: auto;
	padding: 1rem 4rem;
	font-weight: bold;
	border: 1px solid #333333;
	color: #333333;
	transition: 0.5s;
}
a.btn_01:hover {
	color: #fff;
	background: #a99549;
	border: 1px solid #a99549;
}

a.btn_02 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 250px;
	padding: 1rem 4rem;
	font-weight: bold;
	border: 1px solid #fff;
	color: #fff;
	transition: 0.5s;
}
a.btn_02:hover {
	color: #fff;
	background: #a99549;
	border: 1px solid #a99549;
}
a.btn_03 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 250px;
	padding: 1rem 4rem;
	font-weight: bold;
	border: 1px solid #333333;
	color: #333333;
	transition: 0.5s;
}
a.btn_03:hover {
	color: #fff;
	background: #a99549;
	border: 1px solid #a99549;
}
a.btn_04 {
	display: block;
	float:left;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 200px;
	padding: 1rem 4rem;
	border: 1px solid #159ebc;
	color: #ffffff;
	transition: 0.5s;
	border-radius: 10px;
	background: #159ebc;
}
a.btn_04:hover {
	color: #fff;
	background: #c4b42b;
	border: 1px solid #c4b42b;
}
a.btn_05 {
	display: block;
	float:left;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 200px;
	padding: 1rem 4rem;
	border: 1px solid #ffffff;
	color: #ffffff;
	transition: 0.5s;
	border-radius: 10px;
	margin-left:10px;
}
a.btn_05:hover {
	color: #fff;
	background: #c4b42b;
	border: 1px solid #c4b42b;
}
#nav-content li a.btn_header01 {
	display: block;
	float:left;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 130px;
	padding: 0.5em 0;
	border: none;
	color: #ffffff;
	transition: 0.5s;
	border-radius: 6px;
	background: #c4b42b;
	margin: 0;
}
#nav-content li a.btn_header01:hover {
	color: #fff;
	background: #da7c17;
	border: none;
}
#nav-content li a.btn_header02 {
	display: block;
	float:left;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 130px;
	padding: 0.5em 0;
	border: none;
	color: #ffffff;
	transition: 0.5s;
	border-radius: 6px;
	background: #159ebc;
	margin: 0;
}
#nav-content li a.btn_header02:hover {
	color: #fff;
	background: #c4b42b;
	border: none;
}

@media screen and (max-width:740px) {
	a.btn_02, a.btn_03 {margin: auto;}
	a.btn_05 { margin-left:0px; margin-top: 10px;}
	a.btn_04, a.btn_05 {float:none; width: 150px; padding: 0.7rem 0;}
}
}
@media screen and (max-width:1150px) {
#nav-content li a.btn_header01 {display: none;}
#nav-content li a.btn_header02 {display: none;}
}

ul.worries {
  font-size: 120%;
  padding: 0 0 0 1.6em;
  border-radius: 5px;
  position: relative;
}
ul.worries li {
  line-height:1.6em;
  margin: 0.6em 0;
  list-style-type: none!important;/*ポチ消す*/
}
ul.worries li:before {
  font-family: "FontAwesome";
  content: "\f00c";
  position: absolute;
  left : 0;
  color: #fff;
}

@media screen and (max-width:1200px) {
ul.worries {padding-right:30%;}
}
@media screen and (max-width:740px) {
ul.worries {padding-right:0;}
}

.mv-sub {
position: absolute;
top:150px;
left:0px;
width:100%;
padding:0 5% 0 5%;
margin:0;
color:#fff;
}

.mv-sub h2 {
  padding:1em 0 0 0;
  margin:0;
  font-size: 58px;
  font-family: source-han-sans-vf, sans-serif;
  font-weight: normal;
  line-height: 1.4em;
  font-feature-settings: "palt";
  line-height: 1.3em;
}

.mv-sub h3 {
  font-size: 22px;
  letter-spacing: 0.1em;
  font-family: source-han-sans-vf, sans-serif;
  font-weight: normal;
}

.mv-sub p.eng-copy {
  font-size: 18px;
  letter-spacing: 0.2rem;
  font-family: futura-pt, sans-serif;
  font-weight: light;
  line-height: 1.4em;
}

@media screen and (max-width:1000px) {
.mv-sub h2 {font-size: 34px;}
}

@media screen and (max-width:900px) {
.mv-sub h2 {font-size: 30px;}
}


@media screen and (max-width:740px) {
.mv-sub { top:70px;}
.mv-sub h2 {
  font-size: 30px;
  padding:0.8em 0 0 0;
  line-height: 1.3em;
}
.mv-sub h3 { font-size: 14px;}
.mv-sub p.eng-copy { font-size: 14px;}
}





/* メニューサブリスト */
@media screen and (min-width:901px) {

#nav-content .g-menu__item { position: relative;}

#nav-content .g-menu__item ul, #nav-content .g-menu__item li { margin: 0; padding: 0;}

#nav-content .g-menu__dropdown-menu {
  opacity: 0;/* ポイント！！ */
  pointer-events: none;/* ポイント！！ */
  position: absolute;
  left: 0;
  padding:0;
  background: #f2f2f2;
  width: 300%;
  border-radius: 5px;
}

#nav-content .g-menu__dropdown-menu-item {
  width:100%;
  padding:0;
  border-bottom: 1px solid #ddd;
}
#nav-content .g-menu__dropdown-menu-item:last-child {
  border-width: 0;
}

#nav-content .g-menu__dropdown-menu-item a {
  display: block;
  margin:0;
  padding: 10px 15px;
  line-height: 2;
  color: #549cd6;
}

#nav-content .g-menu__item:hover .g-menu__link { transition: .5s;}
#nav-content .g-menu__item:hover .g-menu__dropdown-menu { opacity: 1; pointer-events: auto; transition: .5s;}
#nav-content .g-menu__dropdown-menu-item a:hover { color: #fff; background: #549cd6;}
#nav-content .g-menu__dropdown-menu-item:first-child a:hover { border-radius: 5px 5px 0 0;}
#nav-content .g-menu__dropdown-menu-item:last-child a:hover { border-radius: 0 0 5px 5px;}
}

@media screen and (max-width:1150px) {

#nav-content .g-menu__item ul, #nav-content .g-menu__item li { margin: 0; padding: 0;}

#nav-content ul.g-menu__dropdown-menu {
  padding: 0 1em 1em 2.6em;
  position: relative;
  display: block;
  height: auto;
}
#nav-content ul.g-menu__dropdown-menu li {
  line-height:1.6em;
  padding: 0.7em 0;
  list-style-type: none!important;
}
#nav-content ul.g-menu__dropdown-menu li:before {
  font-family: "FontAwesome";
  content: "\f105";
  position: absolute;
  left : 1.3em; 
  color: #3d8a8e;
}

#nav-content .g-menu__dropdown-menu-item a {
  padding: 0;
}

}



.gotop {
    display: block;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    box-sizing: border-box;
    background: #549cd6;
    padding-top: 68px;
    text-align: center;
    letter-spacing: -1px;
    font-size: 120%;
    font-weight: bold;
    line-height: 1.2;
    text-decoration: none;
    color: #fff;
    opacity: 1;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 10000;
}
.gotop::before {
  font-family: "FontAwesome";
  content: "\f274";
  font-size: 230%;
  font-weight: normal;
    display: block;
    top: 18px;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
}
.gotop:hover{
  transition: 0.5s;
  background: #d07340;
  color: #fff;
}

@media screen and (max-width:740px) {
.gotop {
    width: 100px;
    height: 100px;
    padding-top: 52px;
    font-size: 105%;
    line-height: 1.2;
    bottom: 15px;
    right: 15px;
}
.gotop::before {
  font-size: 200%;
  top: 13px;
}
}

.slider {
  height: auto;
  max-height: 800px;
  margin-inline: auto;
  overflow: hidden; /* 画像がはみ出ないようにする */
  width: 100%;
}
.slick-img img {
  width: 100%;
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15); /* 拡大率 */
  }
}
.add-animation {
  animation: zoomUp 12s linear 0s normal both;
}


.cf7 dl, .cf7 dd {
    margin: 0; padding:0;
}

.cf7__list {
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0;
}

.cf7__list dt:nth-of-type(n + 2),
.cf7__list dd:nth-of-type(n + 2) {
  margin-top: 20px;
}

.cf7__list dt {
  width: 35%;
  padding-top: 15px;
}

.cf7__list dd {
  width: 65%;
}

/* 必須・任意 */
.cf7__required,
.cf7__optional {
  margin-right: 15px;
  padding: 6px 14px;
  color: #fff;
  font-size: 12px;
  vertical-align: 1px;
}

.cf7__required {
  background: #BE1D1D;
}

.cf7__optional {
  background: #878D8E;
}

/* input・textarea */
.cf7__list dd input[type="text"],
.cf7__list dd input[type="tel"],
.cf7__list dd input[type="email"],
.cf7__list dd textarea {
  width: 100%;
  padding: 15px 20px;
}

/* ドロップダウンメニュー */
.cf7__select {
  position: relative;
}

.cf7__select:before {
  position: absolute;
  top: 50%;
  right: 20px;
  z-index: 10;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 8px solid #000;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  pointer-events: none;
  content: '';
}

.cf7__select select {
  width: 100%;
  padding: 19px 20px;
  background: #F4F4F4;
  color: #a5a5a5;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* チェックボックス・ラジオボタン */
.cf7__list dd .wpcf7-checkbox,
.cf7__list dd .wpcf7-radio {
  display: block;
  padding: 15px 0 10px;
}

/* 縦並び（チェックボックス・ラジオボタン） */
.cf7__list dd .wpcf7-list-item {
  display: block;
  margin: 0;
}

.cf7__list dd .wpcf7-list-item:nth-child(n + 2) {
  margin-top: 18px;
}

/* マウスカーソル（チェックボックス・ラジオボタン） */
.cf7__list dd .wpcf7-list-item label {
  cursor: pointer;
}

/* チェックボックス・ラジオボタン */
input[type="checkbox"],
input[type="radio"] {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 8px;
  border: 1px solid #bcbcbc;
  vertical-align: -3px;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* チェックボックス */
input[type="checkbox"]:checked {
  border: 1px solid #000;
  background: #000;
}

input[type="checkbox"]:checked:before {
  position: absolute;
  top: 2px;
  left: 5px;
  transform: rotate(50deg);
  width: 6px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: '';
}

/* ラジオボタン */
input[type="radio"] {
  border-radius: 50%;
}

input[type="radio"]:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #000;
  content: '';
}

/* プレースホルダー */
/* Google Chrome / Safari / Mozilla Firefox / Opera */
.cf7__list dd input[type="text"]::placeholder,
.cf7__list dd input[type="tel"]::placeholder,
.cf7__list dd input[type="email"]::placeholder,
.cf7__list dd textarea::placeholder {
  color: #a5a5a5;
}

/* Microsoft Edge */
.cf7__list dd input[type="text"]::-ms-input-placeholder,
.cf7__list dd input[type="tel"]::-ms-input-placeholder,
.cf7__list dd input[type="email"]::-ms-input-placeholder,
.cf7__list dd textarea::-ms-input-placeholder {
  color: #a5a5a5;
}

/* Internet Explorer */
.cf7__list dd input[type="text"]:-ms-input-placeholder,
.cf7__list dd input[type="tel"]:-ms-input-placeholder,
.cf7__list dd input[type="email"]:-ms-input-placeholder,
.cf7__list dd textarea:-ms-input-placeholder {
  color: #a5a5a5;
}

/* 送信ボタン */
.cf7__button {
  padding-left: 72px;
  text-align: center;
}

input[type="submit"] {
  display: inline-block;
  width: 260px;
  height: 60px;
  background: #e85513;
  color: #fff;
  border: none;
  border-radius: 10px;
  text-align: center;
}

input[type="submit"]:hover {
  background-color:#e89f13;
}

/* ajax-loader */
.wpcf7-spinner {
  vertical-align: middle;
}

@media screen and (max-width: 767px) {

  .cf7__list dt {
    width: 100%;
    margin-bottom: 0px;
    padding-top: 0;
  }

  .cf7__list dd {
    width: 100%;
  }

  .cf7__list dd:nth-of-type(n + 2) {
    margin-top: 0;
  }

  .cf7__list dd .wpcf7-checkbox,
  .cf7__list dd .wpcf7-radio {
    padding: 15px 0 0;
  }

  /* 送信ボタン */
  input[type="submit"] {
    width: 180px;
    height: 56px;
  }
}

.consent {
  display: block;
  width: 100%;
  text-align: left;
  padding: 20px 10px;
  margin-bottom: 30px;
  background: #eee;
  border: solid 1px #ddd;
}
#single .consent p {
  padding:0;
}


.index-banner1 a {text-decoration: none;}

a .index-box {
    display: block;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    background: #bfe2e9;
	border-radius: 15px;
	text-align: center;
	color: #333333;
}
a .sec {background: #d4ebee;}
a .appr {
  background-image: url("./img/index/banner-bg.jpg");
  background-repeat:no-repeat;
  background-size:cover;
  color: #ffffff;
}

.index-banner1 { padding-top: 30px;}
.index-banner2 { padding-top: 30px;}
.index-banner1 img, .index-banner2 img { border-radius: 5px;}
.index-banner1 img { width: 70%;}
.index-banner1 h4 {
  padding:0 0 0.5em 0;
  margin:0;
  font-size: 22px;
  font-family: source-han-sans-vf, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.4em;
  font-feature-settings: "palt";
}
.index-banner1 p { font-size: 14px;text-align: left; padding-bottom:0;}

.index-about {
padding-right:10%;
}

@media screen and (min-width:741px) {
.index-banner1{
    display: flex;
}
.index-banner1 .one_quarter a{
    display: flex;
}
.index-banner1 .one_quarter {
    display: flex;
}
}

@media screen and (max-width:740px) {
.index-banner1, .index-banner2 { padding:0;}
.index-banner1 img { width: 40%;}

.index-about { padding-left:3%; padding-right:3%;}
}

/* ------------------------------
   最下部固定ボタン
------------------------------ */
.sp-tel-area {
  position: fixed;
  bottom: 0;
  padding:1em 0;
  margin:0;
  font-style: normal;
  color:#FFF;
  width: 100%;
  background-color:#159ebc;
  text-align: center;
  z-index: 899;
  border-top: solid 1px #49b0c7;
}

.sp-tel-area ul { width: 100%; padding:0; margin:0;}
.sp-tel-area li { list-style-type: none; display:inline-block; vertical-align:middle; }
.sp-tel-area li a {display:block; padding:1em 1em; margin:0.5em; color:#FFF; border-radius: 3px; text-decoration: none;}
.sp-tel-area li.vacancy { width: 40%; }
.sp-tel-area li.confi { width: 40%; }
.sp-tel-area li.backtotop { width: 15%; }

.sp-tel-area li.vacancy a { background-color:#c4b42b;}
.sp-tel-area li.vacancy a:hover { background-color:#a99549;}
.sp-tel-area li.confi a { background-color:#33b0cb;}
.sp-tel-area li.confi a:hover { background-color:#a99549;}
.sp-tel-area li.backtotop a { background-color:#10859f;}
.sp-tel-area li.backtotop a:hover { background-color:#a99549;}

@media screen and (max-width:900px) {
.sp-tel-area { display: block; padding:0.6em 0;}
.sp-tel-area li.vacancy { width: 40%; }
.sp-tel-area li.confi { width: 40%; }
.sp-tel-area li a {padding:0.7em 1em; margin:0.3em; color:#FFF;}
}

@media screen and (min-width:1151px) {
.sp-tel-area {display: none;}
}


.banner-area a img {border-radius: 10px;}



/* ------------------------------
   フォーム
------------------------------ */

.cf7__list {
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0;
}

.cf7__list dt:nth-of-type(n + 2),
.cf7__list dd:nth-of-type(n + 2) {
  margin-top: 20px;
}

.cf7__list dt {
  width: 35%;
  padding-top: 15px;
}

.cf7__list dd {
  width: 65%;
}

/* 必須・任意 */
.cf7__required,
.cf7__optional {
  margin-right: 15px;
  padding: 6px 14px;
  color: #fff;
  font-size: 12px;
  vertical-align: 1px;
}

.cf7__required {
  background: #BE1D1D;
}

.cf7__optional {
  background: #878D8E;
}

/* input・textarea */
.cf7__list dd input[type="text"],
.cf7__list dd input[type="tel"],
.cf7__list dd input[type="email"],
.cf7__list dd textarea {
  width: 100%;
  padding: 15px 20px;
}

.cf7__list dd.ad input[type="text"] {
  width: 100px;
  padding: 15px 20px;
  display: inline-block;
}

/* ドロップダウンメニュー */
select {
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: 1px solid #bcbcbc;
	outline: none;
	background: transparent;
	background-image: none;
	padding: 8px 38px 8px 8px;
	color: #333;
	font-size:115%;
	display: inline-block;
}
select::-ms-expand {
    display: none;
}

/* チェックボックス・ラジオボタン */
.cf7__list dd .wpcf7-checkbox,
.cf7__list dd .wpcf7-radio {
  display: block;
  padding: 15px 0 10px;
}

.cf7__list dd .wpcf7-checkbox {
  display: inline-block;
}

/* 縦並び（チェックボックス・ラジオボタン） */
.cf7__list dd .wpcf7-list-item {
  display: block;
  margin: 0;
}

.cf7__list dd .wpcf7-list-item:nth-child(n + 2) {
  margin-top: 18px;
}

/* マウスカーソル（チェックボックス・ラジオボタン） */
.cf7__list dd .wpcf7-list-item label {
  cursor: pointer;
}

/* チェックボックス・ラジオボタン */
input[type="checkbox"],
input[type="radio"] {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 8px;
  border: 1px solid #bcbcbc;
  vertical-align: -3px;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* チェックボックス */
input[type="checkbox"]:checked {
  border: 1px solid #000;
  background: #000;
}

input[type="checkbox"]:checked:before {
  position: absolute;
  top: 2px;
  left: 5px;
  transform: rotate(50deg);
  width: 6px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: '';
}

/* 日付入力 */
@media screen and (max-width: 740px){
	.wpcf7-date{
		width: 80% !important;
		margin: 0 0 10px 0;
	}
	.wpcf7-date::before{
		content: '日付を選択する';
		font-size: 12px;
	}
}

/* ラジオボタン */
input[type="radio"] {
  border-radius: 50%;
}

input[type="radio"]:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #000;
  content: '';
}

/* プレースホルダー */
/* Google Chrome / Safari / Mozilla Firefox / Opera */
.cf7__list dd input[type="text"]::placeholder,
.cf7__list dd input[type="tel"]::placeholder,
.cf7__list dd input[type="email"]::placeholder,
.cf7__list dd textarea::placeholder {
  color: #a5a5a5;
}

/* Microsoft Edge */
.cf7__list dd input[type="text"]::-ms-input-placeholder,
.cf7__list dd input[type="tel"]::-ms-input-placeholder,
.cf7__list dd input[type="email"]::-ms-input-placeholder,
.cf7__list dd textarea::-ms-input-placeholder {
  color: #a5a5a5;
}

/* Internet Explorer */
.cf7__list dd input[type="text"]:-ms-input-placeholder,
.cf7__list dd input[type="tel"]:-ms-input-placeholder,
.cf7__list dd input[type="email"]:-ms-input-placeholder,
.cf7__list dd textarea:-ms-input-placeholder {
  color: #a5a5a5;
}

/* 送信ボタン */
.cf7__button {
  padding-left: 72px;
  text-align: center;
}

input[type="submit"] {
  display: inline-block;
  width: 260px;
  height: 60px;
  background: #e85513;
  color: #fff;
  border: none;
  border-radius: 10px;
}

input[type="submit"]:hover {
  background-color:#e89f13;
}

/* ajax-loader */
.wpcf7-spinner {
  vertical-align: middle;
}

@media screen and (max-width: 767px) {

  .cf7__list dt {
    width: 100%;
    margin-bottom: 0px;
    padding-top: 0;
  }

  .cf7__list dd {
    width: 100%;
  }

  .cf7__list dd:nth-of-type(n + 2) {
    margin-top: 0;
  }

  .cf7__list dd .wpcf7-checkbox,
  .cf7__list dd .wpcf7-radio {
    padding: 15px 0 0;
  }

  /* 送信ボタン */
  input[type="submit"] {
    width: 180px;
    height: 56px;
  }
}
