/*
Theme Name: habakiri-child
Theme URI: http://2inc.org
Description: Habakiri の子テーマ
Author: Takashi Kitajima
Author URI: http://2inc.org
Version: 1.0.0
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Template: habakiri
*/

/* =======================================================
*
* 	Template Style 
*
* ======================================================= */
body {
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;

 font-size: 16px;
	line-height:1.8;
  color: #333333;
  background: #fff;
	  font-weight: 500;


}
html,
body {
  max-width: 100%;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}
html {
  scroll-behavior: smooth;
}
body.fs-active {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.newlist {
	font-weight:500;}
.newlist li {
	padding-bottom:20px;
}
img {
  max-width: 100%;
  height: auto;
}

h1 {
	padding:0;
}

h2 {
  font-size: 18px;
}

h3 {
  font-size: 20px;
	margin: 10px 0;
	 color: #AE843E;
	  padding: 1rem 0;
	font-weight:600;
}

h4 {
	font-size: 16px;
	font-weight: 400;
}

h5 {
  font-size: 16px;
  font-weight: 400;
}

h6 {
  font-size: 20px;
}

h1 {
	font-family: 'Noto Serif JP', serif;
	font-weight:400;
}
#heading-breadcrumbs {
h1 {
	font-family: 'Noto Serif JP', serif;
	font-weight:400;
	color:#C98F3A;
}	
	
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
  letter-spacing: 0.1px;
}
p {
	margin: 0 0 10px 0;
	line-height:1.8;
}


ul {
  padding: 0;
  margin: 0;
}

ul li {
  list-style: none;
}
.slider,
.bar,
.info,
.pickup { padding:0; }

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 820px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }
}
.header {
	 border-top: 3px solid #DCBA80;
}

#fh5co-counter,
#fh5co-course,
#fh5co-register,
#fh5co-pricing,
#fh5co-blog,
#fh5co-about,
#fh5co-staff,
#fh5co-contact,
#fh5co-footer {
  padding: 6em 0;
  clear: both;
}
#fh5co-register { 
	background-color:#FAF7F2;
}
#fh5co-course-categories {
  padding: 0;
  clear: both;
}
#fh5co-testimonial {
  padding: 3em 0 0 3em;
  clear: both;
	margin-bottom:3em;
}

#fh5co-pricing
 {
  padding: 0;
  clear: both;
}
@media screen and (max-width: 768px) {
  #fh5co-course-categories,
  #fh5co-counter,
  #fh5co-course,
  #fh5co-register,
  #fh5co-pricing,
  #fh5co-testimonial,
  #fh5co-blog,
  #fh5co-about,
  #fh5co-staff,
  #fh5co-contact,
  #fh5co-footer {
    padding: 3em 0;
  }
}
@media screen and (max-width: 768px) {
  #fh5co-course-categories
  {
    padding:0 0 3em;
  }
}
@media screen and (max-width: 768px) {

  #fh5co-testimonial {
    padding: 3em 0 0;
  }
}
@media screen and (max-width: 768px) {
  #fh5co-pricing {
    padding: 0;
  }
}
.bottom-sticky-nav {
display: none;
}

@media (max-width: 720px) {
.bottom-sticky-nav {
height: 50px;
position: fixed;
display: block;
background: #ffffff;
bottom: 0;
left: 0;
right: 0;
z-index: 100;
}
.bottom-sticky-nav ul {
list-style: none;
padding: 0;
margin: 0;
display: flex;
justify-content: space-evenly;
}
.bottom-sticky-nav ul li {
flex: 1;
}
.bottom-sticky-nav ul li a {
display: flex;
flex-direction: column;
align-items: center;
padding: 10px;
height: 80px;
color: #00587a;
}
.bottom-sticky-nav ul li a:hover,
.bottom-sticky-nav ul li a:focus {
text-decoration: none;
}
.bottom-sticky-nav ul li a.is-active {
background: #00587a;
color: #ffffff;
}
.bottom-sticky-nav ul li a i {
font-size: 18px;
}
.bottom-sticky-nav ul li a span {
font-size: 12px;
line-height: 1.2;
}
footer {
margin-bottom: 50px;
}
}


.bottom-sticky-nav {
display: none;
}
@media (max-width: 720px) {
.bottom-sticky-nav {
height: 80px;
position: fixed;
display: block;
background: #ffffff;
bottom: 0;
left: 0;
right: 0;
z-index: 100;
}
.bottom-sticky-nav ul {
list-style: none;
padding: 0;
margin: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: space-evenly;
-ms-flex-pack: space-evenly;
justify-content: space-evenly;
}
.bottom-sticky-nav ul li {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
}
.bottom-sticky-nav ul li a {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 20px 10px 20px;
height: 80px;
color: #ffffff;
}
.bottom-sticky-nav ul li a:hover,
.bottom-sticky-nav ul li a:focus {
text-decoration: none;
}
.bottom-sticky-nav ul li a.is-active {
background: #00587a;
color: #ffffff;
}
.bottom-sticky-nav ul li a i {
font-size: 18px;
}
.bottom-sticky-nav ul li a span {
	font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
font-size: 16px;
line-height: 1.2;
padding-top:10px;
}

}

 
 
/**********************
スマホのフッターメニュー
**********************/
ul.footer_menu {
	margin: 0 auto;
	padding: 12px 0;
	width: 100%;
	overflow: hidden;
	display: table;
        table-layout: fixed;
        text-align: center;
        width: 100%;
}
 
ul.footer_menu li {
	margin: 0;
	padding: 0;
	display: table-cell;
	vertical-align:middle;
	list-style-type: none;
	font-size: 13px;
       line-height: 15px;
}
 
ul.footer_menu li a i{
	font-size: 24px;
}
 
ul.footer_menu li a {
	border: none;
	display: block;
	color: #fff;
	text-align: center;
	text-decoration: none;
}
 
.footer_menu {
	position: fixed;
	bottom: 0;
	left:0;
	background: #000;
	z-index: 9999999999;
	-moz-opacity: 0.9;
	opacity: 0.9;
}
ul.topnav2 {
    margin: 20px 0 0 0;
    padding: 0;
    display: block;
    list-style-type: none;
}


ul.topnav2 li {
    margin: 0;
    padding-right: 10px;
    list-style-type: none;
    vertical-align: middle;
	display: inline-block;
}

ul.topnav2 li a {
    color: #C5A161;
}

ul.topnav2 li a:hover {
    color: #000;
}

.menu li+li{
    position: relative;
}
.menu li+li::before{
    content: "";
    display: block;
    height: 1em;
    border-left: 1px solid #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}
/********************** 
メニューの部分
**********************/
 
.mod li{
  float:none;
  display:block;
  width:100%;
  margin:0;}
 
.mod li a {
  text-align: left;  /* メニューを左寄せ */
  font-weight: bold;  /* メニューを太字に */
  background: #000;  /* メニューの背景色 */
  margin: 2%;
font-size: 14px;  /* メニュー文字サイズ */
}	
	

.slider_item img {
	height: 100vh;
	margin: auto;
	max-height: 680px;
	max-width: 100%;
	object-fit: cover;
	width: 100%;
}	
	
	

.pad {
	padding-right: 3em;
}

section, article, figure {
  display: block;
  padding: 0;
  margin: 0;
}
.flex {
  display: flex;
  flex-wrap: wrap;
}

.iframe-box {
  width: 100%;
  height: 450px;
}

.iframe-box iframe {
  width: 100%;
  height: 100%;
}

@media (max-width: 350px) {
  .iframe-box {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width:992px) and (min-width:769px) {
  .home_page .txt {
    font-size: 13px;
    line-height: 2.85
  }
  .idx00 h4 {
    font-size: 25px;
    line-height: 1.7
  }
  .idx00 h4 .num {
    font-size: 90px;
    margin-right: .15em
  }
}
@media only screen and (max-width:1280px) and (min-width:769px) {
  .idx00 .idx04_row1 .idx_en {
    right: 0
  }
  .index06 .idx_en {
    left: 0
  }
}
@media only screen and (max-width:768px) {
  .idx00 {
    padding-top: 5vw
  }
  .idx00 h4 {
    font-size: 22px
  }
  .idx00 h4 .num {
    font-size: 3.33em
  }
  .idx00 .box_txt {
    max-width: 580px;
    margin: 40px auto 0;
    padding-right: 5%;
    padding-left: 5%
  }
  .idx00 .box_txt .txt {
    line-height: 2.08
  }
  .idx00 .idx04_row1 .idx_en {
    right: 0;
    top: -4.5vw;
	  font-size: 18vw;	
  }
  .idx00 .idx04_row1 .box_img {
    width: 95%;
    margin: auto;
    margin-right: 5%;
    justify-content: space-between
  }
  .idx00 .idx04_row1 .box_img figure {
    width: calc(50% - 15px)
  }
  .idx00 .idx04_row1 .box_img figure img {
    width: 100%
  }
  .idx00 .idx04_row1 .box_img figure:last-child {
    margin-left: 0;
    margin-top: 10vw
  }
  .idx00 .idx04_row2 {
    margin-top: 50px
  }
  .idx00 .idx04_row2 .idx_en {
    left: 0;
    top: -7vw;
		  font-size: 18vw;		
  }
  .idx00 .idx04_row2 .box_img {
    width: 100%;
    margin: auto;
    padding-left: 5%
  }
  .idx00 .idx04_row2 .box_img figure:nth-child(2) {
    width: 90%;
    max-width: 625px
  }
}

@media only screen and (max-width:375px) {
  .idx00 h4 {
    font-size: 6vw
  }
}
  @media only screen and (max-width: 768px){
.idx00 .idx04_row2 .idx_en {
  left: 0;
  top: -7vw;
}
}
  @media only screen and (max-width: 768px){
.idx_en {
  font-size: 18vw;
}
}

#heading-breadcrumbs h1 span {
	font-size: 14px;
	display: block;
	text-transform: capitalize;
	padding-top: 3em;
	color:#BDDBE0;

}
@media screen and (max-width: 480px) {
	#heading-breadcrumbs h1 span {
	font-size: 14px;
	display: block;
	text-transform: capitalize;
	padding-top: 1em;
	color:#BDDBE0;

}
}

.heading-breadcrumbs-txt {
	font-size: 16px;
}

.marginborder {
	margin-bottom: 60px;
	padding-bottom: 60px;
	border-bottom: 1px solid #CCC;
}

.fixed_img{
    position: fixed;
    top: 180px;
    right: 0;
    z-index: 3;
    background: #fff;
    border-bottom: 2px solid #F09C67;
    border-top: 2px solid #F09C67;
    border-left: 2px solid #F09C67;
}
  @media only screen and (max-width: 768px){
.fixed_img{
	display:none;
}
  }

		ul.icons {
			cursor: default;
			list-style: none;
			padding-left: 0;
		}

			ul.icons li {
	display: inline-block;
	padding: 0 1em 0 0;
			}

				ul.icons li:last-child {
					padding-right: 0;
				}

				ul.icons li > * {
					text-decoration: none;
					border: 0;
				}

					ul.icons li > *:before {
						-moz-osx-font-smoothing: grayscale;
						-webkit-font-smoothing: antialiased;
						font-family: FontAwesome;
						font-style: normal;
						font-weight: normal;
						text-transform: none !important;
							font-size: 18px;
	color: #333;

					}

					ul.icons li > * .label {
						display: none;
					}
.floating-banner {
  position: fixed; /* バナーを追従させる */
  z-index: 99999; /* 他の要素の下に隠れないように */
  bottom: 0; /* バナーの上下の位置 */
  right: 0; /* バナーの左右の位置 */
  width: 300px; /* バナーの横幅 */
}
.floating-banner__image {
  max-width: 100%; /* 画像の最大幅 */
}
@media screen and (max-width: 990px) { /* タブレット用のブレイクポイントを指定 */
  .floating-banner {
    display: none; /* タブレットサイズ以下でPC用のバナーを非表示に */
  }
}
@media screen and (max-width: 560px) { /*スマホ用のブレイクポイントを指定*/
  .floating-banner { 
    display: block;
    width: 100vw; 
  }
}
.introimg {
	padding: 40px 80px 60px;
}

.leadtxt {
	font-size: 1.8rem;
	line-height: 2;
	text-align:center;
	font-weight:500;
	font-family:"Lora", serif;
	margin-bottom:3em;
}
.margin30 {
	margin-bottom: 30px;
}
.margin60 {
	margin-bottom: 60px;
}

/* table01 */

#table01 {
	width:100%;
	margin-top:10px;
}
#table01 tr {
  border-bottom: 1px solid #b5b1b1;
}

#table01 th,
#table01 td {
  padding: 20px 0;
  border: none;
}

#table01 th {
  width: 30%;
}

/* sp */
@media only screen and (max-width: 480px) {
  #table01 th,
  #table01 td {
    width: 100%;
    display: block;
  }

  #table01 th {
    width: 100%;
  }


}
.titles h2 {
	font-size: 2.5rem;
	margin:0;
	text-align:left;
	padding-top:30px;

}
.titles h2 span {
	font-size: 12px;
	display: block;
	padding-top:6px;
	margin-bottom:40px;
}
.gmap {
height: 0;
overflow: hidden;
padding-bottom: 56.25%;
position: relative;
}
.gmap iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}
.example{
    border: none;
}
.example img{
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    max-width: none;
    height: auto;
}

@media screen and (max-width: 480px) {
.leadtxt {
	font-size: 1.6rem;	
}
.introimg {
	padding: 65px 0;
}

.titles h2 {
	font-size: 24px;
	margin:0;
	text-align:left;

}
.titles h2 span {
	font-size: 12px;
	display: block;
	padding-top:10px;
	margin-bottom:40px;
}

}
#content {
	margin-top: 40px;
}
.maru {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 0%;
  flex-flow: column wrap; 
  vertical-align: top;
  	font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif, sans-serif;

}
.size_normal{
  width: 120px;
  height: 120px;
}
.letter3 {
	font-size: 1em;
	line-height: 1.5em;
}
.letter_small {
	font-size: 2em;
	line-height: 1em;
}
.letter_large {
  font-size: 5em;
  line-height: 1em;
}
.pink1 {
  color: pink;
  border: 4px solid pink;
}

.pink2 {
  color: #fff;
  border: 4px solid #212836;
  background: #212836;
}

.sky1 {
  color: skyblue;
  border: 4px solid skyblue;
}

.sky2 {
  color: #fff;
  border: 4px solid skyblue;
  background: skyblue;
}
.headtitles h2 {
	font-size: 2.0rem;
  line-height: 1;
  position: relative;
  margin-bottom:60px;
	font-family: "Lora", serif;
	color:#222;
}
.headtitles h2::before {
  content: '';
  width: 56px;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -20px;
  background-color: #CDAD7F;
}
.headtitles h2 span {
	font-family:"游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

  display: inline-block;
  font-size: 14px;
  line-height: 2.5;
  margin-left: 15px;
  vertical-align: top;
	color:#333333;
}
.box-image p {
	font-size: 12px;
	padding: 20px 0;

}


.stepbar {
  margin: 0 auto;
  width: 80%;
}

.stepbar .stepbarwrap {
  margin: 2em 0;
  position: relative;
}

.stepbar .stepbarwrap .steptitle {
  display: inline-flex;
  align-items: center;
}

.stepbar .stepbarwrap .steptitle .stepcircle {
  display: inline-block;
  width: 3em;
  height: 3em;
  content: "";
  border-radius: 50%;
  background-color: #000;
  color: #fff;
  text-align: center;
}

.stepbar .stepbarwrap .steptitle .stepcircle span {
  display: inline-block;
  line-height: 1.2em;
  font-size: 0.8em;
  font-weight: bold;
  position: relative;
  top: 0.9em;
}

.stepbar .stepbarwrap .steptitle .title {
  margin: 0.5em;
  font-weight: bold;
  font-size: 1.2em;
}

.stepbar .stepbarwrap .steptxt {
  padding-left: 3.5em;
}

.stepbar .stepbarwrap .steptxt .txt {
  font-size: 0.9em;
}

.stepbar .stepbarwrap .stepline {
  width: 1px;
  height: calc(100% + 1em);
  background-color: #000;
  position: absolute;
  top: 1em;
  left: 1.5em;
  z-index: -1;
}

.stepbarwrap:last-of-type .stepline:last-of-type {
  display: none;
}

@media screen and (max-width: 960px) {
  .stepbar {
    width: 90%;
  }
}

.flow04 {
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 60px;
}

.flow04 > li {
	list-style-type: none;
	width: 100%;
	max-width: 320px;
	display: flex;
}

.flow04 > li .icon04 {
  line-height: 2;
  width: 2em;
  height: 2em;
  text-align: center;
  color: #fff;
  background: #E26B5D;
  margin: 0 auto 10px;
  display: block;
  border-radius: 100vh;
  position: relative;
}

.flow04 > li .icon04::before {
  content: "";
  border: solid transparent;
  border-width: 7px;
  border-top-color: #E26B5D;
  position: absolute;
  top: calc(100% - 2px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.flow04 > li dl {
  padding: 30px 20px;
  margin: 0;
  border: 3px solid #E26B5D;
  position: relative;
}

.flow04 > li:not(:first-child) dl::before {
  content: "";
  width: 14px;
  height: 14px;
  margin-right: 10px;
  display: inline-block;
  border-top: 4px solid #E26B5D;
  border-right: 4px solid #E26B5D;
  position: absolute;
  top: calc(50% - 14px);
  left: -45px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.flow04 > li dl dt {
  font-size: 1.3em;
  font-weight: 600;
  color: #E26B5D;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  margin-bottom: 10px;
  text-align: center;
}

.flow04 > li dl dd {
  margin-left: 0;
}

@media(max-width: 767px){
  .flow04 {
    gap: 20px;
  }
  .flow04 > li {
    max-width: unset;
    display: block;
  }
  .flow04 > li:not(:first-child) dl::before {
    display: none;
  }
}
.flow_design09 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flow09 {
  padding-left: 0;
  border-bottom: solid 1px #E1E8ED;
  width:100%;
}

.flow09 > li {
  list-style-type: none;
  display: flex;
  padding: 20px 0;
  border-top: solid 1px #E1E8ED;
}

.flow09 > li dl dt {
  font-size: 1.2em;
  line-height: 2;
  font-weight: bold;
  margin-bottom: 10px;
}

.flow09 > li .icon09 {
  line-height: 1;
  font-size: 2em;
  font-weight: bold;
  color: #E26B5D;
  text-align: center;
  width: 70px;
  position: relative;
  margin-top: 0;
}

.flow09 > li .icon09::before {
  content: 'STEP';
  font-size: 0.3em;
  display: block;
  margin-bottom: 3px;
  letter-spacing: 1px;
}

.flow09 > li .icon09::after {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% - 40px);
  background-color: #858585;
  position: absolute;
  left: 0;
  right: 0;
  top: 60px;
  margin: auto;
}

.flow09 > li dl dd {
  margin: 0;
}

.flow09 > li dl {
  width: calc(100% - 70px);
  margin-top: 0.8em;
}
.flow_design09 h3 {
	font-size: 18px;
	font-weight: 600;
}
.manegment p {
	height: 10em;
}

.wrap {
  display: flex;

}
.wrap h4 {
  text-align: center;
}

.rbox {
  flex: 1;
  margin-right: 2.5rem;
  border-bottom: solid 1px #CCCCCC;
  padding: 1.5rem;
}
.line {
  margin: 0 1rem;
  width: 1px;
  background-color: #CCCCCC;
}
.lbox {
  flex: 1;
  margin-left: 2.5rem;
   border-bottom: solid 1px #CCCCCC;
     padding: 1.5rem;
}
 @media screen and (max-width: 480px) {
.wrap {
  display: block;
}
.rbox {
  flex: none;
  margin-right: 0;
  width:100%;
}
.line {
	display:none;
}
.lbox {
  flex: none;
  margin-left: 0;
  width:100%;
}

 }

.case_point {
	background-color: #EDF2F4;
	padding: 50px;
}
@media only screen and (max-width:480px) { 
	.case_point {
	padding: 20px;
}
}
	

.titBlock {
    display: flex;
}
.titBlock .icn {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #FFF;
}
.titBlock .sectTit {
	flex: 1;
	line-height: 1.3;
	font-weight: bold;
}
@media only screen and (min-width: 769px) {
    .titBlock .icn {
	width: 120px;
	min-height: 120px;
    }
    .titBlock .icn img {
        width: 100px;
        height: auto;
    }
    .titBlock .sectTit {
	padding: 20px;
	font-size: 18px;
		font-family:"Lora", serif;
    }
}
@media only screen and (max-width: 768px) {
    .titBlock .icn {
        width: 80px;
        min-height: 80px;
    }
    .titBlock .icn img {
        width: 80px;
        height: auto;
    }
    .titBlock .sectTit {
        padding: 50px 0 0 10px;
        font-size: 17px;
    }
}

.hr1 {
  border-top: 1px solid #aaa;
}

	.toggleButton{
		border:1px solid #000;
		padding:2px;
		text-align:center;
		width:20%;
		margin:30px auto 0;
		position:relative;
	}
	.toggleButton.down:before{
		content:"";
		width:12px;
		height:12px;
		border-bottom:2px solid #000;
		border-right:2px solid #000;
		transform:rotate(45deg);
		position:absolute;
		right:15px;
	}
	.toggleButton.up:before{
		content:"";
		width:12px;
		height:12px;
		border-top:2px solid #000;
		border-left:2px solid #000;
		transform:rotate(45deg);
		position:absolute;
		top:8px;
		right:15px;
	}
	.content{
		display:none;
		width:20%;
		margin:0 auto;
	}
	
.toggle_contents {
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	/*コレ*/margin: 0 0 -1px;  
	 margin: 0 0 -1px;    
}
.toggle_title {
	position: relative;
	padding: 15px;
	cursor: pointer;
	font-size: 22px;
	text-align: center;
	line-height: 1.4;
	font-weight:400;
}
.toggle_titleqa {
	position: relative;
	padding: 15px;
	cursor: pointer;
	font-size: 22px;
	text-align: left;
	line-height: 1.4;
	font-weight: normal;
}
@media screen and (max-width: 480px) {
.toggle_titleqa {
	font-size: 12px;
	padding: 10px;	
}
.toggle_title {
	font-size: 16px;
}


}

.toggle_btn {
	position: absolute;
	top: 50%;
	right: 100px;
	transform: translateY(-50%);
	display: block;
	width: 24px;
	height: 24px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	border-radius: 50%;
}
.toggle_btn:before, .toggle_btn:after {
	display: block;
	content: '';
	background-color: #000000;
	position: absolute;
	width: 30px;
	height: 1px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
@media screen and (max-width: 480px) {
.toggle_btn {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	display: block;
	width: 24px;
	height: 24px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	border-radius: 50%;
}

}

.toggle_btn:before {
	width: 1px;
	height: 30px;
}
.toggle_title.selected .toggle_btn:before {
	content: normal;
}
.toggle_contents dd {
	display: none;
	font-size: 14px;
	padding: 20px;
}

.flow_design02 {
	display: flex;
	justify-content: center;
	align-items: center;
}

.flow_design02 ul {
	padding: 0;
	width: 100%;
}

.flow_design02 li {
  list-style-type: none;
}

.flow_design02 dd {
	margin-left: 0;
	line-height: 1.8em;
}

.flow02 > li {
  padding: 40px 10px;;
}

.flow02 > li:not(:last-child) {
	border-bottom: 3px solid #CDA870;
	position: relative;
}

.flow02 > li:not(:last-child)::before,
.flow02 > li:not(:last-child)::after {
  content: "";
  border: solid transparent;
  position: absolute;
  top: 100%;
  left: 15%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.flow02 > li:not(:last-child)::before {
  border-width: 22px;
  border-top-color: #CDA870;
}

.flow02 > li:not(:last-child)::after {
  border-width: 18px;
  border-top-color: #fff;
}

.flow02 > li dl {
  margin: 0;
}

.flow02 > li dl dt {
  font-size: 1.2em;
  font-weight: 500;
  border-bottom: 2px dotted #CDA870;
  margin-bottom: 1.5em;
  padding-bottom: 0.5em;
  display: flex;
}

.flow02 > li dl dt .icon02 {
	font-size: 0.6em;
	color: #fff;
	background: #CDA870;
	padding: 5px 10px;
	display: inline-block;
	margin-right: 0.5em;
}

#Gallery {
  margin-top: 30px;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}
.gallery-item {
	float: left;
	position: relative;
	width: 20%;
	padding-bottom: 14%;
}
.gallery-item a {
  position: absolute;
  left: 10px;
  right: 10px;
  top: 10px;
  bottom: 10px;
  overflow: hidden;
}
.gallery-item a img {
	width: 100%;
}

@media only screen and (max-width:480px) { 
    /* Smartphone view: 1 tile */
    .gallery-item {
        width: 50%;
		height:126px;
    }
}
@media only screen and (max-width:650px) and (min-width:481px) { 
    /* Tablet view: 2 tiles */
    .gallery-item {
        width: 50%;
        padding-bottom: 33.3%;
    }
}
@media only screen and (max-width:1050px) and (min-width:651px) { 
    /* Small desktop / ipad view: 3 tiles */
    .gallery-item {
        width: 33.3%;
        padding-bottom: 23%;
    }
}
@media only screen and (max-width:1290px) and (min-width:1051px) { 
    /* Medium desktop: 4 tiles */
    .gallery-item {
        width: 25%;
        padding-bottom: 17%;
    }
}
.btn-flat-simple {
	margin: 20px;
	position: relative;
	display: inline-block;
	font-weight: bold;
	padding: 0.25em 0.5em; text-decoration: none;
	color: #00BCD4;
	background: #ECECEC; transition: .4s;
	width:100%;
	font-size:16px;
}
.btn-flat-simple:hover {
	background: #00bcd4;
	color: white;
}

.media.service-box {
  margin: 25px 0;
}
.media.service-box .pull-left {
  margin-right: 20px;
}
.media.service-box .pull-left > i {
  font-size: 24px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  width: 64px;
  border-radius: 100%;
  color: #45aed6;
  box-shadow: inset 0 0 0 1px #d7d7d7;
  -webkit-box-shadow: inset 0 0 0 1px #d7d7d7;
  transition: background-color 400ms, background-color 400ms;
  position: relative;
}
.media.service-box .pull-left > i:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  margin-top: -10px;
  right: -10px;
  border: 4px solid #fff;
  border-radius: 20px;
  background: #45aed6;
}
.media.service-box:hover .pull-left > i {
  background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  color: #fff;
  box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.8);
}
.flow_design07 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flow07 {
	padding-left: 0;
	width: 100%;
}

.flow07 > li {
  list-style-type: none;
  display: flex;
}

.flow07 > li:not(:last-child) {
  margin: 0 0 50px;
}

.flow07 > li .icon07 {
  width: 90px;
  box-sizing: border-box;
  padding: 20px 10px 10px;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  background: #B058D6;
  border-radius: 5px 5px 0 0;
  position: relative;
  line-height: 125%;
  margin: 0;
}
.flow07 > li .icon07::after {
  content: ' ';
  width: 0;
  height: 0;
  border-left: 45px solid transparent;
  border-right: 45px solid transparent;
  border-top: 20px solid #B058D6;
  position: absolute;
  bottom: -20px;
  left: 0;
}

.flow07 > li dl {
  padding: 0 0 0 30px;
  width: calc(100% - 115px);
}

.flow07 > li dl dt {
  padding: 0 0 5px;
  margin: 0 0 15px;
  font-size: 1.2em;
  font-weight: bold;
  border-bottom: 4px solid #CCCCCC;
  position: relative;
}
.flow07 > li dl dt::after {
  content: '';
  width: 20%;
  height: 4px;
  position: absolute;
  bottom: -4px;
  left: 0;
  background-color: #B058D6;
}

.flow07 > li dl dd {
	margin: 0;
	line-height: 1.8;
}
.slick-outer{position: relative;}
.slick-content{
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index: 150;
	color: #fff;
	width: 90%;
  }

.slick-slide .s-fade-txt {
  font-weight: bold;
  position: absolute;
  top: 50%;
  left:20%;
  transform: translate( -50%, -50% );

  opacity: 0;
}
@media only screen and (max-width:480px) { 
.slick-slide .s-fade-txt {

  left: 50%;
}

}
.slick-active .s-fade-txt {
  animation: FadeAni .5s ease 1s 1 normal both;
}
@keyframes FadeAni {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
.s-fade-txt {
	font-size: 36px;
	text-align: center;
	line-height: 2;
	text-shadow: 2px 2px 5px #000, -2px 2px 5px #000, 2px -2px 5px #000, -2px -2px 5px #000;
}
@media only screen and (max-width:810px) { 
.s-fade-txt {
	font-size: 24px;
}

}
@media only screen and (max-width:480px) { 
.s-fade-txt {
	font-size: 14px;
}

}

.media-body p {
	font-size: 14px;
}
#footer {
	padding: 50px 0 0;
	color: #333333;
	background-color: #9FEAE2;
	border-top: solid 1px #EBEBE9;
}
#footer h1,
#footer h2,
#footer h3,
#footer h4,
#footer h5,
#footer h6 {
	color: #000000;
}
#footer h4 {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
#footer h5 {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

#footer ul {
  padding-left: 0;
  list-style: none;
}
#footer ul a {
	color: #333333;
	font-size: 14px;
}
#footer ul a:hover {
	color: #58DBD6;
	text-decoration: none;
}
#footer .photostream div {
  float: left;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 33%;
  padding: 7.5px;
  overflow: hidden;
}
#footer .photostream div a {
  border: solid 1 px #eeeeee;
}
#footer .photostream div img {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#footer .photostream div:hover img {
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
#footer .blog-entries .item {
  clear: both;
  padding: 5px 0;
  margin-bottom: 10px;
  border-bottom: solid 1px #555555;
}
#footer .blog-entries .item .image {
  float: left;
  width: 15%;
  margin-right: 10px;
}
#footer .blog-entries .item .name {
  width: 75%;
  margin-left: 10px;
  display: table-cell;
  vertical-align: middle;
}
#footer .blog-entries .item .name h5 {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 12px;
}
#footer .blog-entries .item .name h5 a {
  color: #eeeeee;
}
#footer .blog-entries .item .text {
  width: 100%;
  clear: both;
}
#footer .blog-entries .item:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
#footer .social a {
  color: #555555;
  font-size: 25px;
  margin: 0 10px 0 0;
}
#footer .social a:hover {
  color: #38a7bb;
}

.copyright {
  background-color: #58DBD6;
  color: #fff;
  font-size: 12px;
  padding: 15px 0;
	margin-top:50px;
}
.proj-bottom {
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .fh5co-project > a:hover img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.o-3column .col-xs-4 {
  padding: 10px;
  color: #ffffff;
}
.o-3column .col-md-4 { padding: 0; margin:0;}
.fh5co-project{
background: #000;
}
.fh5co-project img
{display: block;
 opacity: .6;
}

.fh5co-project > a {
  display: block;
  color: #000;
  position: relative;
  bottom: 0;
  overflow: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.fh5co-project > a img {
  position: relative;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.fh5co-project > a:after {
  opacity: 0;
  visibility: hidden;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  -webkit-box-shadow: inset 0px -34px 98px 8px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset 0px -34px 98px 8px rgba(0, 0, 0, 0.75);
  -ms-box-shadow: inset 0px -34px 98px 8px rgba(0, 0, 0, 0.75);
  -o-box-shadow: inset 0px -34px 98px 8px rgba(0, 0, 0, 0.75);
  box-shadow: inset 0px -34px 98px 8px rgba(0, 0, 0, 0.75);
  z-index: 8;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.fh5co-project > a h3, .fh5co-project > a span {
  z-index: 12;
  position: absolute;
  right: 20px;
  left: 20px;
  bottom: 50px;
  color: #fff;
  margin: 0;
  padding: 0;
  opacity: 1;
  font-size: 24px;
  font-weight: 600;
  visibility: visible;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.fh5co-project > a span {
  font-size: 14px;
  bottom: 20px;
}
.fh5co-project > a:hover {
  -webkit-box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
}
.fh5co-project > a:hover:after {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 768px) {
  .fh5co-project > a:hover:after {
    opacity: 0;
    visibility: hidden;
  }
}
.fh5co-project > a:hover h3, .fh5co-project > a:hover span {
  opacity: 1;
  bottom: 55px;
}
.fh5co-project > a:hover span {
  bottom: 15px;
}
.fh5co-project > a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.nav-justified {
  width: 100%;
  border-bottom: solid 2px #58DBD6;
}
.nav-justified > li {
  float: none;
	font-size:18px;
}
.nav-justified > li > a {
  text-align: center;
	 color: #333;
  /*margin-bottom: 5px;*/
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 0;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #38a7bb;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #38a7bb;
    border-radius: 0 0 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.tab-content {
  padding: 15px 0;
  border-top: none;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
  color: #fff;
  background-color: #58DBD6;
}
.nav-pills > li > a {
  border-radius: 0;
	font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif, sans-serif;
	font-size:14px;
}
.cta-btn {
	margin-bottom:40px;
}
a.btn_02 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	font-size:14px;

	margin: auto;
	padding: 1rem 4rem;
	font-weight: bold;
	border: 2px solid #27acd9;
	background: #27acd9;
	color: #fff;
	transition: 0.5s;
}
a.btn_02:hover {
	color: #27acd9;
	background: #fff;
}
a.btn_01 {
	background: #B8EFEB;
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
font-size:14px;


	margin: auto;
	padding: 1rem 4rem;
	font-weight: bold;
	border: 1px solid #58DBD6;
	color: #000;
	transition: 0.5s;
}
a.btn_01:hover {
	color: #000;
	background: #58DBD6;
}
.menus{
    display: flex;
    flex-wrap: wrap;
    list-style: none;
  padding-left: 0;
  text-align:center;
}

.menus li{
  width:350px;
  margin: 14px 20px;
    /* box-sizing: border-box;
 border: solid 1px #000;
border-radius: 8px;
  background:#0D47A1;
  box-shadow: 0px 0px 0px 4px #0D47A1;*/
}

.menus li a{
  /*display:block;*/
  padding: 6px;
  color:000;
  text-decoration:none;
}
.example {
  position: relative;
  }

.example p {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
    font-size: 20px;
  line-height: 2;
  margin-bottom: 30px;
  color: #fff;
text-shadow: 2px  2px 5px #000000,
            -2px  2px 5px #000000,
             2px -2px 5px #000000,
            -2px -2px 5px #000000;

  }

.example img {
  width: 100%;
  }
@media screen and (max-width: 480px) {
	.example p {
font-size: 14px;
  top: 50%;
  left: 40%;
  -ms-transform: translate(-30%,-50%);
  -webkit-transform: translate(-30%,-50%);
  transform: translate(-30%,-50%);
  }
}
#heading-breadcrumbs {
	padding: 0.5em;
	margin-bottom: 0px;
	background-image: url(http://p-sclub.hippy.jp/wp-content/uploads/2024/06/627p-2.png);
	 background-repeat: no-repeat;
	background-size: cover;
/*background: rgb(251,243,234);
background: radial-gradient(circle, rgba(255,255,255,1) 16%, rgba(242,222,197,1) 100%);
background: rgb(255,255,255);
background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(245,230,212,1) 100%);*/
}
  animation: GradietionAnimation 9s ease infinite;

@keyframes GradietionAnimation { 
  0%{background-position:0% 50%}
  50%{background-position:100% 50%}
  100%{background-position:0% 50%}
}
@media screen and (max-width: 480px) {
	#heading-breadcrumbs {	
	margin-bottom: 0px;
	background-image: url(http://p-sclub.hippy.jp/wp-content/uploads/2024/06/627m.png);
	 background-repeat: no-repeat;
	background-size: cover;		
		
/*background: rgb(251,243,234);
background: radial-gradient(circle, rgba(255,255,255,1) 16%, rgba(242,222,197,1) 100%);
background: rgb(255,255,255);
background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(245,230,212,1) 100%);*/

}
	
}
#heading-breadcrumbs.no-mb {
  margin-bottom: 0;
}
#heading-breadcrumbs h1 {
	color: #555555;
	text-transform: uppercase;
	font-size: 2.8rem;
	letter-spacing: 0.08em;
	font-family: 'Noto Serif JP', serif;
	padding:2em 0;
	font-weight:300;

}
@media (max-width: 991px) {
  #heading-breadcrumbs h1 {
    text-align: center;
		font-size: 2.0rem;
  }
	/*#heading-breadcrumbs h1 {
	padding:0;


}*/
}
#heading-breadcrumbs ul.breadcrumb {
  margin-top: 5px;
  margin-bottom: 0;
}
.row_table{
	border: 1px solid #CDA870;
	width: 100%;	
}
.row_table th {

border-bottom: 1px solid #CDA870;
  border-right: 1px solid #CDA870;
}

.row_table td {
	border-bottom: 1px solid #CDA870;
  border-right: 1px solid #CDA870;
}

.row_table th {
	background: #F8F3EA;
	color: #000;
	padding: 10px;
	width: 38%;
	font-weight:500;
}

.row_table td {
	padding: 10px;
	background-color: #fff;
	text-align: center;
}
.row_table td.price {
	padding: 5px;
	background-color: #ffffff;
	text-align: right;
	width: 22%;
}


@media screen and (max-width: 480px) {
.row_table th {
  background: #F8F3EA;
  color: #000;
  padding: 10px 5px;
  display: block;
  width: 100%;
  text-align:center;
  font-size:18px;
}

.row_table td {
  background: #ffffff;
  padding: 10px 5px;
  display: block;
  width: 100%;
}
.row_table th {
	width: 100%;
  
}


.row_table td.price {
	width: 100%;
	text-align:center;
}


}

.row_table span {
	font-size: 12px;
}
.time-table {
  display: block;
  border-collapse: collapse;
}

.time-table {
  display: block;
  border-collapse: collapse;
}
.time-table span {
  color: #62c1b4;
}
.time-table th {
  border-top: 1px solid #d2d2d2;
	background:#62C1B4;
	color:#fff;
	
}

.time-table th, .time-table td {
  padding: 0px 10px;
  text-align: center;
  height: 50px;
  border-bottom: 1px solid #d2d2d2;
}

.time-table td {
	width: 100%;
	min-width: 58px;
	font-weight: bold;
}

.time-table td .time {
  color: #3c3c3c;
}

@media screen and (max-width: 764px) {
  .time-table td {
    min-width: auto;
    width: 100%;
    max-width: 5%;
    font-size: 12px;
  }

  .time-table th, .time-table td {
    min-width: 40px;
    width: 100%;
    padding: 0px 5px;
    font-size: 10px;
  }
}
.circle4 {
  display: flex;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  background: #C69574;
  border-radius: 50%;
  width: 160px;
  height: 160px;
  color: #000;
  font-size: 24px;
  text-align: center;

  margin: 0 auto;
}
.circle4 > .circle-txt1 {
  display: block;
  width: 100%;
  font-size: 24px;
  line-height: 1;
}
.circle4 > .circle-txt2 {
  display: block;
  width: 100%;
  margin-top: 10px;
}
 a.btn_01 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 100%;
	margin: 0 auto 20px;
	padding: 1rem;
	border: 1px solid #000;
	background: #FFF;
	color: #000;
	transition: 0.5s;
	font-weight: 400;
}
.gmap {
height: 0;
overflow: hidden;
padding-bottom: 34.25%;
position: relative;
}
.gmap iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}
a.btn_01:hover {
	color: #000000;
	background: #9FEAE2;
}
.margin30 { margin-bottom:30px;}
.wrap {
  display: flex;
  flex-wrap: wrap;
}

.item {
  padding:10px;
  width: 30%;
  background-color: #fff;
}

.item:not(:nth-child(3n+3)) {
  margin-right: 2%;
}

.item:nth-child(n+4) {
  margin-top: 10px;
}

@media not all and (min-width: 768px) {
  .item {
    width: 100%;
  }

  .item:not(:nth-child(3n+3)) {
    margin-right: 0;
  }

  .item:nth-child(n+3) {
    margin-top: 10px;
  }
}
.circle4 {
  display: flex;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  background: #ec4646;
  border-radius: 50%;
  width: 200px;
  height: 200px;
  color: #fff;
  font-size: 26px;
  text-align: center;
}
.circle4 > .circle-txt1 {
  display: block;
  width: 100%;
  font-size: 26px;
  line-height: 1;
}
.circle4 > .circle-txt2 {
  display: block;
  width: 100%;
  margin-top: 10px;
}
.color {
	font-weight: 600;
	color: #F00;
}


.item .btn_01 span {
	font-size: 12px;
}
.magintop60 {
	margin-top: 60px;
}
.desc {
	margin-top: 60px;
}
.bar.background-gray {
  background-color: #F6F6F6;
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15); /* 拡大率 */
  }
}
.add-animation {
  animation: zoomUp 10s linear 0s normal both;
}
.button-055 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    margin: 0 auto 1em;
    padding: .9em 3em .9em 2em;
    border: 1px solid #2CC9C1;
    border-radius: 5px;
    background-color: #fff;
    color: #2CC9C1;
    font-size: 1em;
}

.button-055::after {
    position: absolute;
    right: 2em;
    transform: translateY(-50%);
    transform-origin: left;
    width: 2em;
    height: .5em;
    background-color: #2CC9C1;
    clip-path: polygon(0 100%, 100% 100%, 70% 40%, 70% 90%, 0% 90%);
    content: '';
    transition: transform .3s;
}
.button-055:hover::after {
    transform: translateY(-50%) scaleX(1.4);
}
@media screen and (max-width: 480px) {
.button-055 {

    font-size: 0.7em;
	height:6em;
}
}


  .inquiry_btn {
    background-color: #B8B0D6;
    -webkit-border-radius: 3px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    width: 80%;
    padding: 5px 0;
    font-size: 18px;
    font-weight: bold;
  }

  .inquiry_btn:link,
  .inquiry_btn:visited {
    color: #FFFFFF !important;
  }
/* コンタクトフォーム横幅調節 */
.form-width { max-width: 100%;}
table{
  border-collapse: collapse;
	table-layout: fixed;
  width: 100%;
}
.tb01 th{
  padding: 10px;
  border: solid 1px #ccc;
  box-sizing:border-box;
	font-weight:500;
}
.tb01 td{
  padding: 10px;
  border: solid 1px #ccc;
  box-sizing:border-box;
	  background: #ffffff;
}
.tb01 th {
  background: #F8F4E6;
  color: #000;
	width: 16em;   /* セルの横幅：1.8文字分 */
  
}
@media screen and (max-width: 640px) {
  .tb01 {
    width: 100%;
  }
  table.tb01 th,
  table.tb01 td {
    display: block;
    width: 100%;
    border-bottom:none;
  }
  .tb01 tr:last-child{
    border-bottom: solid 1px #ccc;
  }
}
.button-054 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    margin: 0 auto 1em;
    padding: .9em 3em .9em 2em;
    border: 1px solid #D2B48C;
    border-radius: 5px;
    background-color: #D2B48C;
    color: #fff;
    font-size: 1em;
}

.button-054::after {
    position: absolute;
    right: 2em;
    transform: translateY(-50%);
    transform-origin: left;
    width: 2em;
    height: .5em;
    background-color: #fff;
    clip-path: polygon(0 100%, 100% 100%, 70% 40%, 70% 90%, 0% 90%);
    content: '';
    transition: transform .3s;
}
.button-054:hover::after {
    transform: translateY(-50%) scaleX(1.4);
}
@media screen and (max-width: 480px) {
.button-054 {

    font-size: 0.7em;
	height:6em;
}
	
}
.button-055 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    margin: 0 auto 1em;
    padding: .9em 3em .9em 2em;
    border: 1px solid #D08E75;
    border-radius: 5px;
    background-color: #D08E75;
    color: #fff;
    font-size: 1em;
}

.button-055::after {
    position: absolute;
    right: 2em;
    transform: translateY(-50%);
    transform-origin: left;
    width: 2em;
    height: .5em;
    background-color: #fff;
    clip-path: polygon(0 100%, 100% 100%, 70% 40%, 70% 90%, 0% 90%);
    content: '';
    transition: transform .3s;
}
.button-055:hover::after {
    transform: translateY(-50%) scaleX(1.4);
}
@media screen and (max-width: 480px) {
.button-055 {

    font-size: 0.7em;
	height:6em;
}
	
}
.example4{
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;

}
.example4 li{
    display: flex;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
	padding:5px;

}
.example4 li a{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    padding: 10px;
}
@media(max-width:800px){
    .example4{
        /*追加*/flex-wrap: wrap;
    }
    .example4 li{
        /*追加*/width: 50%;
    }
}
a.btn_03 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	margin: auto;
	padding: 1rem 4rem;
	font-weight: bold;
	border: 2px solid #D2B48C;
	color: #D2B48C;
	border-radius: 100vh;
	transition: 0.5s;
	margin-bottom: 40px;
	background-color: #FFF;
}
a.btn_03:hover {
	color: #fff;
	background: #AE843E;
}.margin60 h3 {
	margin-top: 0px;
}
a.btn_04 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	margin: auto;
	padding: 1rem 4rem;
	font-weight: nomal;
	border: 2px solid #FF9673;
	background: #FED5DD;
	color: #fff;
	border-radius: 5px;
	transition: 0.5s;
}
a.btn_04:hover {
	color: #FF9673;
	background: #fff;
}
.margin20 {margin-bottom:20px; }
.margin30 {margin-bottom:30px; }
.margin40 {margin-bottom:40px; }
.margin40 {margin-bottom:50px; }
.examplebox {
  position: relative;
  }

.examplebox p {
  position: absolute;
   color: #AE843E;/*文字は白に*/
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
  text-shadow:1px 1px 3px #fff;
  font-size:1.5em;
  width:100%;
  text-align:center;
	font-weight:600;
  }

.example img {
  width: 100%;
  }
ol.sample1{
	counter-reset: list;
	list-style-type: none;
	padding: 20px;
	height: 380px; 
}
@media only screen and (max-width:480px) { 
	ol.sample1{

	height: auto; 
}
}	
ol.sample1 li{
  position:relative;
  padding: 0 0 0 20px;
  margin: 10px 0 10px 0px;
  font-weight: nomal;
  font-size:16px;
  line-height: 30px;
  border-bottom: dashed 1px #ADADA7;

}
ol.sample1 li a{
	color:#000000;

}

ol.sample1 li:before{
  counter-increment: list;
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #CDAD7F;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.shadow_test {
	/* box-shadow: rgba(0, 0, 0, 0.3) 3px 0px 10px;   影指定 */
	padding: 0px;                          /* 余白指定 */
	border: solid 1px #EFEFEF;
	background-color:#fff;
}
.homeb {background-color:#CEAD77;}
.tel {background-color:#AE843E;}
.mail {background-color:#D08E75;}
.tab {
	background-color:#FFF;
}
footer {
	font-size:14px;
}
.footer-bottom {
	padding: 0 0 1em 0;
	color: #333333;
	font-size: 12px;
}
.footer-bottom a {
	clear: both;
	padding: 10px;
}

.footer-bottom p {
	font-size: 12px;
	margin: 0;
}
.footer-bottom ul {
	padding: 0px;
}
.footer-bottom li {
	display: inline-block;
}
.footer-bottom li:not(:first-child)::before {
  content: "/";
}
.copyright p { font-size:12px; }
@media only screen and (max-width:480px) { 
	.copyright { font-size:9px; }
}
/* margins */
.marginbot-0{margin-bottom:0 !important;}
.marginbot-10{margin-bottom:10px !important;}
.marginbot-20{margin-bottom:20px !important;}
.marginbot-30{margin-bottom:30px !important;}
.marginbot-40{margin-bottom:40px !important;}
.marginbot-50{margin-bottom:50px !important;}
.marginbot-60{margin-bottom:60px !important;}
.marginbot-70{margin-bottom:70px !important;}
.marginbot-80{margin-bottom:80px !important;}
.marginbot-90{margin-bottom:90px !important;}
.marginbot-100{margin-bottom:100px !important;}

.margintop-0{margin-top:0 !important;}
.margintop-10{margin-top:10px !important;}
.margintop-20{margin-top:20px !important;}
.margintop-30{margin-top:30px !important;}
.margintop-40{margin-top:40px !important;}
.margintop-45{margin-top:45px !important;}
.margintop-50{margin-top:50px !important;}

/* ===========================
--- General sections
============================ */

.home-section {
    padding-top: 150px;
    padding-bottom: 110px;
	display:block;
    position:relative;
    z-index:120;
}

.inner-section {
    padding-top: 110px;
    padding-bottom: 110px;
}


.home-section.nopadd-bot {
    padding-bottom: 0;
}


.section-heading h2 {
	font-size: 22px;
	letter-spacing: -1px;
	text-transform: uppercase;
	margin-bottom: 10px;
	color:#333333;
}

.section-heading p {
	font-weight: 300;
	font-size: 20px;
	line-height: 1.6em;
}

.color-dark .section-heading h2 {
	color: #111;
}
.color-dark .section-heading p {
	color: #444;
}

.color-dark .divider-short {
	background: #666;
}
.color-dark .divider-header {
	background: #666;
}

.color-light .divider-short {
	background: #666;
}
.color-light .divider-header {
	background: #666;
}


.color-light .section-heading h2 {
	color: #fff;
}
.color-light .section-heading p {
	color: #fefefe;
}

.color-light blockquote,.color-light p {
	color: #fefefe;
}

/* --- section bg var --- */

.bg-white {
	background: #fff;
}

.bg-gray {
	background: #f9f9f9;
}


.bg-dark {
	background: #404040;
}

/* --- section color var --- */

.text-light {
	color: #fff;
}



/* ===========================
--- Intro
============================ */

.intro {
	width:100%;
	position:relative;
	padding:0;
}
.intro-inner {
	width:100%;
	position:relative;
	padding:120px 0 20px;
}

.brand-heading {
    font-size: 40px;
}

.intro-text {
    font-size: 18px;
}


/* ====  slider ==== */
.sy-caption-wrap {
  position: absolute;
  bottom: 2em;
  top: 35%;
  z-index: 12;
  left: 50%;
}


.sy-caption-wrap .sy-caption {
  position: relative;
  left: -50%;
  background-color: transparent;
  color: #fff;
  text-shadow: -1px 0 1px #111;
  font-size: 46px;
  text-transform: uppercase;
  line-height: 1.1em;
  text-align: center;
  font-weight: 900;
  padding: 0;
  -webkit-border-radius: 1.2em;
  -moz-border-radius: 1.2em;
  -ms-border-radius: 1.2em;
  -o-border-radius: 1.2em;
  border-radius: 1.2em;
}
.sy-caption-wrap .sy-caption a {
	margin-top: 30px;
}
.sy-slide div a.slide-btn {

	margin-top: 30px;
}

/* ===========================
--- Intro - home video
============================ */

.morphext > span {
	display: none;
}

.morphext > .animated {
    display: inline-block;
}

#intro.home-video {
	position: relative;
	margin: 0 auto;
	text-align: center;
	height: 0;
	padding-top: 20%;
	padding-bottom: 30%;
	position: relative;
	overflow: hidden;

}
#intro.home-video .homevideo-container { height: 100%; width: 100%; position: absolute; z-index: 1; background-size: cover; }

#intro.home-video .overlay {
	position: relative;
	height: 100%;
	z-index: 2;
	padding: 20% 0;

}

#intro.home-video .home-video-wrapper {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
}

.bs-video {
	height: 0;
	padding-top: 25px;
	padding-bottom: 67.5%;
	margin-bottom: 10px;
	position: relative;
	overflow: hidden;
}

.bs-video.widescreen {
	padding-bottom: 57.25%;
}

.bs-video.vimeo {
	padding-top: 0;
}

.bs-video embed, .bs-video iframe, .bs-video object, .bs-video video {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
}

.video-caption h1 {
	text-transform: uppercase;
}

/* ===========================
--- About
============================ */




/* ===========================
--- Services
============================ */
.service-box {
	background: #f9f9f9;
	padding: 20px;
}

.service-icon {
	margin-bottom: 20px;
}
/*
#service{
	background-image: url(../img/img-service.jpg);
}

*/

/* ===========================
--- Team
============================ */

.team-wrapper-big, .team-wrapper-small { width: 100%; position: relative; text-align: center; }
.team-wrapper-big img, .team-wrapper-small img { width: 100%; }
.team-wrapper-big:hover .team-wrapper-overlay h5 { bottom: 70%; color: #fff; visibility: visible; }
.team-wrapper-big:hover .team-wrapper-overlay h6, .team-wrapper-small:hover .team-wrapper-overlay h6 { bottom: 60%; color: #fff; }
.team-wrapper-big:hover .team-wrapper-overlay p, .team-wrapper-small:hover .team-wrapper-overlay p { color: #eee; opacity: 1; -webkit-transition: opacity 0.4s; -webkit-transition-delay: 0.2s; -moz-transition: opacity 0.4s 0.2s; -o-transition: opacity 0.4s 0.2s; transition: opacity 0.4s 0.2s; }
.team-wrapper-big:hover .team-wrapper-overlay .social-icons, .team-wrapper-small:hover .team-wrapper-overlay .social-icons { opacity: 1; -webkit-transition: opacity 0.4s; -webkit-transition-delay: 0.4s; -moz-transition: opacity 0.4s 0.4s; -o-transition: opacity 0.4s 0.4s; transition: opacity 0.4s 0.4s; }

.team-wrapper-small:hover .team-wrapper-overlay .social-icons { -webkit-transition: opacity 0.4s; -webkit-transition-delay: 0.2s; -moz-transition: opacity 0.4s 0.2s; -o-transition: opacity 0.4s 0.2s; transition: opacity 0.4s 0.2s; }

.team-wrapper-overlay { position: absolute; height: 100%; width: 100%; -webkit-transition: background 0.3s; -moz-transition: background 0.3s; -o-transition: background 0.3s; transition: background 0.3s; }
.team-wrapper-overlay h5 { visibility: hidden; position: absolute; width: 100%; margin: 15px 0; -webkit-transition: bottom 0.3s; -moz-transition: bottom 0.3s; -o-transition: bottom 0.3s; transition: bottom 0.3s; }
.team-wrapper-overlay h6 { bottom: -40px; }
.team-wrapper-overlay p { color: #eee; position: absolute; width: 100%; top: 35%; padding: 0 20px; opacity: 0;
-webkit-transition: opacity 0.1s; -webkit-transition-delay: 0s; -moz-transition: opacity 0.1s 0s; -o-transition: opacity 0.1s 0s; transition: opacity 0.1s 0s; }
.team-wrapper-overlay .social-icons { position: absolute; bottom: 20px; width: 100%; opacity: 0; -webkit-transition: opacity 0.1s; -webkit-transition-delay: 0s; -moz-transition: opacity 0.1s 0s; -o-transition: opacity 0.1s 0s; transition: opacity 0.1s 0s; -webkit-backface-visibility: hidden; padding: 0 20px; }
.team-wrapper-overlay .social-icons a { color: #fff; }

.team-social {
	margin-left: 0;
	padding-left: 0;

}

.team-social {
	text-align: center;
}

.team-social li{
    display: inline-block;
	margin:0 !important;
	padding:0;
}


.team-social a{
	margin:0;
	padding:0;
    display: block;
	width: 40px;
    height: 40px;

}
.team-social a i{
	text-align: center;
	margin:0;
	padding:0;
	font-size:36px;
}
.team-social .social-facebook a{background: #fff;}
.team-social .social-twitter a{background: #fff;}
.team-social .social-dribbble a{background: #d74980;}
.team-social .social-deviantart a{background: #8da356;}
.team-social .social-google a{background: #000;}
.team-social .social-vimeo a{background: #51a6d3;}
.team-social .social-facebook a:hover{color: #F45846;}
.team-social .social-twitter a:hover{color: #06C755;}
.team-social .social-dribbble a:hover{background: #f769a0;}
.team-social .social-deviantart a:hover{background: #adc376;}
.team-social .social-google a:hover{background: #333;}
.team-social .social-vimeo a:hover{background: #71c6f3;}

/* stats */
.stats .icon {
	margin: 0 0 20px 0;
}

.stats strong.number {
	font-size: 38px;
}

.stats span.text {
	font-weight: 700;
	font-size: 24px;
}


/* ===========================
--- Works
============================ */

#owl-works {

}

.item {
    margin: 10px;
}

.item img {
    display: block;
    width: 100%;
    height: auto;
}

/* ===========================
--- Contact
============================ */


.form-group {
  margin-bottom: 20px;
}

form#contact-form .form-group label {
	text-align: left !important;
	display: block;
	text-transform: uppercase;
	font-size: 16px;
}
form#contact-form input,form#contact-form select,form#contact-form textarea {
	font-size: 18px;
	line-height: 1.6em;
	border: 1px solid #eee;
  -webkit-box-shadow: none;
          box-shadow:  none;
	border-radius: 2px;
}

.btn-lg,
.btn-group-lg > .btn {
  border-radius: 2px;
}

form#contact-form input:focus,form#contact-form select:focus,form#contact-form textarea:focus {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}
.input-group-addon {
  background-color: #fefefe;
  border: 1px solid #eee;
}

.widget-contact {
	text-align: left;
}

.validation {
    color: red;
    display:none;
    margin: 0 0 20px;
    font-weight:400;
    font-size:13px;
}

#sendmessage {
    color: green;
    border:1px solid green;
    display:none;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}

#errormessage {
    color: red;
    display:none;
    border:1px solid red;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}

#sendmessage.show, #errormessage.show, .show {
	display:block;
}


/* ===========================
--- Bottom
============================ */

.boxcol-25 {
	width: 100%;
}

.box-social {
	list-style: none;
}

.box-social li {
	width: 25%;
	float: left;
}


.box-social .social-facebook a {
	display: block;
	background: #3873ae;
}


/* ===========================
--- Inner pages
============================ */

ul.page-breadcrumb {
	list-style: none;
	margin-left:0;
	padding-left:0;
}
ul.page-breadcrumb li {
	margin:0 5px;
	display: inline-block;
}

/* --- inner featured bg --- */

.intro-inner.featured.page-blog {
	background-image: url(../img/dummy/bg-blog.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
}

.intro-inner.featured.page-icons {
	background-image: url(../img/dummy/bg-page-icons.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
}

.intro-inner.featured .section-heading h2 {
	margin-bottom: 20px;
	line-height: 1em;
}

/* --- Blog --- */
#content.blog article h3 {
	margin-bottom: 10px;
}
#content.blog article h3 a {
	text-transform: uppercase;
}

#content article:after {
	content: "";
	display: block;
	width: 60px;
	height: 5px;
	margin: 0 auto;
	margin-top: 50px;
	margin-bottom: 50px;
	background: #111;
}
#content article:last-child:after {
	content: "";
	display: block;
	width: 60px;
	height: 5px;
	margin: 0 auto;
	margin-top: 50px;
	margin-bottom: 50px;
	background: none;
}
article h3 a {
	color: #111;
	font-weight: 900;
}

article .post-standard,article .post-gallery,article .post-video, article .post-audio,article .post-quote   {
	margin-bottom: 20px;
}
article .post-excerpt {
	margin-bottom: 20px;
}

.post-meta ul {
	list-style: none;
	padding-left:0;
}
.post-meta ul li {
	display: inline-block;
	margin-right: 10px;
	font-size: 14px;
}
.post-meta ul li i {
	color: #111;
}

/* --- slider post format --- */
.carousel-inner > .item {
  margin-left:0;
  padding-left: 0;
  width: 100%;
  height: auto;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left:0;
  padding-left: 0;
}

.carousel-control {
  position: absolute;
  top: 37%;
  bottom: 0;
  left: 0;
  width: auto;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  filter: alpha(opacity=50);
  opacity: .5;
}
.carousel-control.left,.carousel-control.right {
  background-image: none;
  filter: none;
}
.carousel-control.right {
  right: 20px;
}
.carousel-control.left {
  left: 20px;
}

/* --- video post format --- */
.bs-video {
	height: 0;
	padding-top: 25px;
	padding-bottom: 67.5%;
	margin-bottom: 10px;
	position: relative;
	overflow: hidden;
}

.bs-video.widescreen {
	padding-bottom: 57.25%;
}

.bs-video.vimeo {
	padding-top: 0;
}

.bs-video embed, .bs-video iframe, .bs-video object, .bs-video video {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
}


/* --- comments --- */
ul.comment-list {
	list-style: none;
	padding-left: 0;
}

ul.comment-list li .comment {
	margin-bottom: 60px;
}


ul.comment-list li ul.comment-list  {
    margin-left: 110px;
}

ul.comment-meta {
	list-style: none;
	padding-left: 0;
	margin-bottom: 20px;
}

ul.comment-meta li {
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	margin-right: 10px;
}

ul.comment-meta li a {
	color: #222;
}

ul.comment-meta li.reply a {
	padding: 2px 5px;
	color: #fff;
	border-radius: 2px;
}

ul.comment-meta li.reply a:hover {
	background: #222;
	color: #fff;
}

.comment-top img {
	float: left;
	margin: 0 20px 30px 0;
}


/* --- pagination --- */
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}


/* ==== Sidebar ==== */
.sidebar .widget h5 {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.sidebar .widget {
	margin-bottom: 50px;
}

.widget ul {
	list-style: none;
	margin-left:0;
	padding-left:0;
}
.sidebar .widget ul li {
	margin-left:0;
	padding-left:0;
	margin-bottom: 10px;
}
.sidebar .widget ul li a {
	color: #666;
}


.widget.widget_categories ul li:before {
	display: inline-block;
	font-family: 'Pe-icon-7-stroke';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e684";
	margin-right: 10px;
}


.widget.widget_recent_post ul li figure {
	float: left;
	margin: 0 20px 0 0;
}

.widget.widget_recent_post ul li {
	margin-bottom: 25px;
}

.widget.widget_recent_post ul li:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.widget.widget_recent_post ul li h6 {
	margin-bottom: 10px;
}
.widget.widget_recent_post ul li span {
	font-size: 14px;
}

.widget .tagcloud a {
	padding: 4px 10px;
	color: #fff;
	display:inline-block;
	margin: 0 10px 10px 0;
	font-size: 14px;
	border-radius: 2px;
}

.widget .tagcloud a:hover {
	color: #fff;
	background: #333;
}

/* --- widget --- */

form.search-form input {
	font-size: 18px;
	line-height: 1.6em;
	border: 1px solid #eee;
  -webkit-box-shadow: none;
          box-shadow:  none;
	border-radius: 2px;
}

form.search-form input:focus {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}



/* ===========================
--- Footer
============================ */

footer {
    background-color: #DCBA80;
}

footer {
	text-align: center;
	padding: 50px 0 ;

}

footer p {
	color: #f8f8f8;
	font-size: 14px;
	margin:20px 0 20px 0;
}

footer a.totop {
	color: #fff;
	margin-bottom: 30px;
}
footer a.totop:focus {
	outline: 0;
}

.credits, .credits a {
    color: #fff;
}

/* menu */
ul.footer-menu {
	list-style: none;
}

ul.footer-menu li {
	float: left;
	margin: 0 0 0 10px;

}

ul.footer-menu li a {
	color: #fff;
	font-size: 16px;
	border-left: 1px solid #999;
	padding-left: 9px;
	line-height: 1.1em;
}

ul.footer-menu li:first-child a {
	border-left: none;
	padding-left: 0;
}

.social-widget {
	margin-top: 0px;
	margin-bottom: 0px;
}
.social-widget ul li a:hover {
	color: #fff;
}

footer .social-widget ul.team-social li a {
	margin: 0 5px;
}

/* ==========================
Parallax
============================= */

#parallax1{
	background-image: url(http://p-sclub.hippy.jp/wp-content/uploads/2023/11/p3698-1.png);
    background-position: center;
    background-repeat: no-repeat;
    display:block;
    position:relative;
    z-index:120;
	 background-attachment: fixed
}

#parallax1:after {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAEklEQVQImWNgYGD4z0AswK4SAFXuAf8EPy+xAAAAAElFTkSuQmCC);
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	opacity: 0.9;
	z-index: -1;
}


#parallax2{
	background-image: url(../img/parallax/2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    display:block;
    position:relative;
    z-index:120;
}

#parallax2:after  {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAEklEQVQImWNgYGD4z0AswK4SAFXuAf8EPy+xAAAAAElFTkSuQmCC);
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	opacity: 0.9;
	z-index: -1;
}

#parallax3{
	background-image: url(../img/parallax/3.jpg);
    background-position: center;
    background-repeat: no-repeat;
    display:block;
    position:relative;
    z-index:120;
}

#parallax3:after  {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAEklEQVQImWNgYGD4z0AswK4SAFXuAf8EPy+xAAAAAElFTkSuQmCC);
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	opacity: 0.9;
	z-index: -1;
}

/* === testimonial slide === */
.testimonialslide {
	margin-top:0;
	padding-top: 0;
}

.testimonialslide ul li blockquote {
	color: #fff;
	border-left: none;
}

.testimonialslide ul li h4 {
	color: #fff;
	font-weight: 900;
}
.testimonialslide ul li h4 span {
	color: #fff;
	font-weight: 400;
}

/* ===========================
--- Video bg
============================ */

#section-video {
	margin:0;
	height: 300px;
	background-attachment: fixed !important;
	background-size: cover !important;
	color: #fff;
	position: relative;
	margin: 0 auto;
	text-align: center;
}
#section-video .video-container { height: 100%; width: 100%; position: absolute; z-index: 1; background-size: cover; }

#section-video .overlay {
	position: relative;
	height: 100%;
	z-index: 2;
	padding: 60px 0;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAEklEQVQImWNgYGD4z0AswK4SAFXuAf8EPy+xAAAAAElFTkSuQmCC);
}

/* video icon */
.video-icon {
	margin-top:45px;
}
.video-icon a {
	display: block;
	color: #fff;
}
.video-icon a:focus {
	outline:0;
	color: #fff;
}

.video-icon a:hover{
	color: #fff;
}
.video-icon a i.icon-circled {
	font-size: 40px;
	width: 80px;
	height: 80px;
	line-height: 80px;
	border-radius: 50%;
	background: rgba(0,0,0,.5);
}

/* ===========================
--- Elements
============================ */

/* --- tooltip --- */
.tooltip {
  font-size: 16px;
  line-height: 1.6em;
}


/* --- Pricing box --- */
.pricing-box {
	width: 100%;
	text-align: center;
}

/* ---- pricing box color ---- */
.pricing-box.white {
	background: #fff;
}

/* red */
.pricing-box.red {
	background: #c83539;
}
.pricing-box.red .pricing-header h4,.pricing-box.red .pricing-header h5 {
	color: #fff;
}
.pricing-box.red .pricing-footer {
	background: #b8262a;
}

/* --------- */
.pricing-box .pricing-header {
	padding: 30px 0 0;
}
.pricing-box .pricing-header h5.pricing-value {
	font-weight: 900;
	font-size: 60px;

}

.pricing-box .pricing-content  {
	padding: 10px 0 30px;
}
.pricing-box .pricing-content  ul{
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}
.pricing-box.white .pricing-content  ul li {
	color: #222;
}

.pricing-box .pricing-footer {
	padding: 30px 0 30px;
}
.pricing-box.white .pricing-footer {
	background: #f8f8f8;
}



/* --- scroll --- */

.page-scroll .btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.page-scroll .btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

@-webkit-keyframes pulse {
    0 {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {
    0 {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}


#text {
    color: #fff;
    background: #ffcc00;
}

/* Google Map */
#map{
	position: relative;
	overflow: hidden;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	transition: all 0.7s;
}

/* Open and Close Styles */
.close-map{
	height: 0;
}

.open-map{
	height: 380px;
}

/* Open and Close Button Styles */

#map-btn1-div {
	width: 100%;
	background: #555;
}

a.gmap-btn.btn-show {
	display: block;
}
a.gmap-btn.btn-hide {
	display: none;
}
a.gmap-btn{
	height: auto;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	position: relative;
	z-index: 2;
	cursor: pointer;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	transition: all 0.7s;
}

a.gmap-btn:focus {
	outline: 0;
}

.close-map-button{
	padding:10px;
	opacity: 1;
}

.open-map-button{
	padding:10px;
	opacity: 0.5;
}

#map .google-map-big-button:hover{
	background:#3498db;
	color:#fff;
}

/* Google Map Div */
#map #google-map{
	height: 300px;
	display: block;
	position: absolute;
	bottom:0;
	width: 100%;
	z-index: 1;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	transition: all 0.7s;
}

.close-map #google-map{
	opacity: 0;
}

.open-map #google-map{
	opacity: 1;
}

/* blink btn */
.blink {
  -webkit-animation-name: blink;
     -moz-animation-name: blink;
       -o-animation-name: blink;
          animation-name: blink;
  -webktit-animation-timing-function: linear;
      -moz-animation-timing-function: linear;
        -o-animation-timing-function: linear;
           animation-timing-function: linear;
  -webkit-animation-duration: 2s;
     -moz-animation-duration: 2s;
       -o-animation-duration: 2s;
          animation-duration: 2s;
}

.blink-infinite {
  -webkit-animation-iteration-count: infinite;
     -moz-animation-iteration-count: infinite;
       -o-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.blink-5 {
  -webkit-animation-iteration-count: 5;
     -moz-animation-iteration-count: 5;
       -o-animation-iteration-count: 5;
          animation-iteration-count: 5;
}

.blink-furiously {
  -webkit-animation-duration: 0.3s;
     -moz-animation-duration: 0.3s;
       -o-animation-duration: 0.3s;
          animation-duration: 0.3s;
}

@-webkit-keyframes blink {
  50% {
    opacity: 0;
  }
}
@-moz-keyframes blink {
  50% {
    opacity: 0;
  }
}
@-o-keyframes blink {
  50% {
    opacity: 0;
  }
}
@keyframes blink {
  50% {
    opacity: 0;
  }
}


/* --- demo icons --- */

#demoicon [class^="pe-7s-"], #demoicon [class*=" pe-7s-"] {
	font-size: 40px;
}

.font-icon-code {
	display: none;
}

.font-icon-detail span:first-child {
	display: inline;
  	transition: padding 100ms linear, font-size 250ms linear;
	padding: 10px;
	font-size: 48px;
	color: #1a1a1a;
	border: 1px solid #eaeaea;
	border-radius: 3px;
}

.font-icon-list {
	padding: 30px 0px;
}

.font-icon-detail {
	text-align: center;
}

.font-icon-detail span.font-icon-name {
	font-size: 14px;
	margin-top: 25px;
	display: block;
}


/* --- button --- */
.btn {
	border-radius: 2px;
	position: relative;
	display: inline-block;
	outline: none;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;
	text-shadow: 0 0 1px rgba(255,255,255,0.3);
	font-size: 14px;
}

.btn.btn-noradius {
	border-radius: 0;
}

a.btn:focus{
	outline: 0;
}

.btn-red {
  color: #fff;
  background-color: #c83539;
  border-color: #c83539;
}
.btn-red:hover,
.btn-red:focus,
.btn-red:active,
.btn-red.active {
  color: #fff;
  background-color: #666;
  border-color: #666;
}
.btn-red:active {
  background-image: none;
}


.btn-skin:hover,
.btn-skin:focus,
.btn-skin:active,
.btn-skin.active {
  color: #fff;
  background-color: #666;
  border-color: #666;
}


.btn-default:hover,
.btn-default:focus {
    border: 1px solid #28c3ab;
    outline: 0;
    color: #000;
    background-color: #28c3ab;
}

.btn-huge {
    padding: 25px;
    font-size: 26px;
}

.banner-social-buttons {
    margin-top: 0;
}
.divider-header {
	display: block;
	width: 40px;
	height: 2px;
	margin: 0 auto;
	margin-bottom: 10px;
		background: #CDAD7F;
}
/* ==========================
Parallax
=============================

#parallax1{
	background-image: url("http://p-sclub.hippy.jp/wp-content/uploads/2023/11/DSC3698-scaled.jpg");
    background-position: center;
    background-repeat: no-repeat;
    display:block;
    position:relative;
    z-index:120;
	background-attachment: fixed;
}

#parallax1:after {
	background-image: url("http://p-sclub.hippy.jp/wp-content/uploads/2023/11/DSC3698-scaled.jpg"));
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	opacity: 0.9;
	z-index: -1;
} */


#parallax2{
	background-image: url(../img/parallax/2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    display:block;
    position:relative;
    z-index:120;
}

#parallax2:after  {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAEklEQVQImWNgYGD4z0AswK4SAFXuAf8EPy+xAAAAAElFTkSuQmCC);
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	opacity: 0.9;
	z-index: -1;
}

#parallax3{
	background-image: url(../img/parallax/3.jpg);
    background-position: center;
    background-repeat: no-repeat;
    display:block;
    position:relative;
    z-index:120;
}

#parallax3:after  {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAEklEQVQImWNgYGD4z0AswK4SAFXuAf8EPy+xAAAAAElFTkSuQmCC);
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	opacity: 0.9;
	z-index: -1;
}
 .name {
	color: #000;
	text-transform: uppercase;
	font-size: 2.0rem;
	letter-spacing: 0.08em;
	font-family: "Lora", serif;
	padding:0 0 2em 0;

}
.name span {
	font-size:12px;
	display:block;
	font-family:"游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:1em;
}
 .voice {
	color: #000;
	text-transform: uppercase;
	font-size: 1.6rem;
	letter-spacing: 0.08em;
	padding:0 0 2em 0;
	 font-weight:400;
}

table .table_box {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 650px;
  table-layout: fixed;
  color: #000;
}

table.table_box th  {
  padding: 15px 0;
  border-right: 1px solid #bbb;
  text-align: center;
}

table.table_box tr {
  background-color: #fff;
  padding: 30px;
  border-bottom: 1px solid #bbb;
}

table.table_box tr:last-child{
   border-bottom: none
}

table.table_box td {
  padding: 1em 10px 1em 1em;
  border-right: 1px solid #bbb;
  text-align: center;
}

table.table_box th:last-child,
table.table_box td:last-child{
  border: none;
}
.stitle {
	font-weight:600;
	padding-bottom:0;
	      padding: 0.8rem 0;
    margin-bottom: 0.2rem;
    background-image: linear-gradient(90deg, #D2B48C 0 20%, #dedede 20%);
    background-repeat: no-repeat;
    background-size: 100% 10%;
    background-position: bottom;
}
.info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
	margin-bottom:5em;
}
.tab {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
	margin-bottom:5em;
}
.fh5co-about {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
}
.fh5co-about h2 {
		font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif, sans-serif;
	color:#D0AF73;
    font-size: 36px;
    font-weight: 500;
    line-height: 1.2;
}
@media screen and (max-width: 480px) {
	.fh5co-about h2 {
		
    font-size: 24px;

}
}
.fh5co-about h3 {
		font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif, sans-serif;

  font-size: 16px;
  font-weight: 600;
	color:#333333;
}

.fh5co-about .fh5co-2col {
  width: 50%;
}

@media screen and (max-width: 1200px) {
  .fh5co-about .fh5co-2col {
    width: 100%;
  }
}

.fh5co-about .fh5co-text {
  padding:8em;
  text-align: left;
  background: #FEFDFD url(../images/wood_1.png) repeat;
}
@media (max-width: 720px) {
	.fh5co-about .fh5co-text {
  padding: 4em;
}
}
.fh5co-about .fh5co-textwhite {
  padding: 4em 6em;
  text-align: left;
  background: #FFF;
}
@media (max-width: 720px) {
.fh5co-about .fh5co-textwhite {
  padding: 1em;
	}
}

.fh5co-about .fh5co-texttwo {
  padding:10% 10%;
  text-align: left;
  background: #F8FEFE repeat;
	background-image:url("http://p-sclub.hippy.jp/wp-content/uploads/2024/06/bg-paper-a.jpg");
}
@media screen and (max-width: 1200px) {
  .fh5co-about .fh5co-text {
    padding: 1em;
  }
	  .fh5co-about .fh5co-texttwo {
    padding: 1em;
  }
}

.fh5co-about .fh5co-text .btn {
  color: #fff;
}

.fh5co-about .fh5co-text .heading {
  color: #604336;
  font-weight: 500;
  position: relative;
  padding-bottom: 30px;
  font-size: 28px;
  margin-bottom: 30;
  text-align: center;
}

.fh5co-about .fh5co-text .heading:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 40px;
  height: 2px;
  left: 50%;
  background: #B49459;
  margin-left: -20px;
}
.fh5co-about .fh5co-texttwo .heading {
  color: #604336;
  font-weight: 500;
  position: relative;
  padding-bottom: 30px;
  font-size: 28px;
  margin-bottom: 30;
  text-align: center;
}

.fh5co-about .fh5co-texttwo .heading:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 40px;
  height: 2px;
  left: 50%;
  background: #B49459;
  margin-left: -20px;
}
@media screen and (max-width: 480px) {
  .fh5co-about .fh5co-text .heading {

    font-size: 20px;

  }

}
.fh5co-about .fh5co-text p {
  line-height: 3;
  color: #333333;
}

.fh5co-about .fh5co-text p span.firstcharacter {
  float: left;
  color: #903;
  font-size: 75px;
  line-height: 60px;
  padding-top: 4px;
  padding-right: 10px;
  padding-left: 3px;
  top: -20px;
  position: relative;
  color: #fff;
  font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.fh5co-about .fh5co-bg {
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 1200px) {
  .fh5co-about .fh5co-bg {
    width: 100%;
    min-height: 500px;
  }
}

@media screen and (max-width: 768px) {
  .fh5co-about .fh5co-bg {
    width: 100%;
    min-height: 300px;
  }
}
.bottomslider img {
	padding:10px;
}
.image {
	position: relative;
}

.image::before,
.image::after {
	content: '';
	position: absolute;
	transform: rotate(-35deg);
	width: 70px;
	height: 25px;
	background-color: #fff;
	z-index: 1;
}

.image::before {
	top: -10px;
	left: -25px;
	border-bottom: 1px solid #cccccc;
}

.image::after {
	bottom: -10px;
	right: -25px;
	border-top: 1px solid #cccccc;
}
a.btn_01a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(#4fb5ef, #0076b9 100%);
  border: 1px solid #005e94;
  border-radius: 12px;
  box-shadow: inset 0px 0px 2px 0px rgb(255, 255, 255);
  box-shadow: 0px 4px 4px 0px rgb(175, 175, 175);
  box-sizing: border-box;
  width: 100%;
  height: 50px;
  padding: 0 20px 0 70px;
  color: #fff;
  font-size: 16px;
  text-align: left;
  text-decoration: none;
  position: relative;
  transition-duration: 0.2s;
}
a.btn_01a:hover {
  opacity: .7;
}
a.btn_01a:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 8px;
  border-color: transparent transparent transparent #ffffff;
  position: absolute;
  top: 50%;
  left: 23px;
  margin-top: -7px;
}
a.btn_01a:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 100%;
  background-color: #005e94;
  box-shadow: 0px 0px 2px 0px rgb(255, 255, 255);
  position: absolute;
  top: 0;
  left: 50px;
}
a.btn_02 {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border: 1px solid #228bc8;
  box-sizing: border-box;
  width: 100%;
  height: 50px;
  padding: 0 6% 0 12%;
  color: #228bc8;
  font-size: 16px;
  text-align: left;
  text-decoration: none;
  position: relative;
  transition-duration: 0.2s;
}
a.btn_02:hover {
  background: #228bc8;
  color: #fff;
}
a.btn_02:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 8px;
  border-color: transparent transparent transparent #228bc8;
  position: absolute;
  top: 50%;
  left: 6%;
  margin-top: -7px;
}
a.btn_02:hover:before {
  border-color: transparent transparent transparent #fff;
}
/* =======================================================
*
* 	お悩みから探す
*
* ======================================================= */
.top_trouble {
  padding: 2em 0;
}

.col {
  position: relative;
  overflow: hidden;
}
.col p {
  line-height: 1.8;
}
.col img {
  border: solid 1px #d2b48c;
}
.top_trouble .col {
  position: relative;
  overflow: hidden;
}
.top_trouble .tr_btn {
  position: absolute;
  margin: 0;
  font-size:18px;
  letter-spacing:0.02em;
}
@media screen and (max-width: 480px) {
.top_trouble .tr_btn {
  font-size:13px;

}
}
@media screen and (max-width: 480px) {
.top_trouble .tr_btn span {
  font-size:9px;

}
}
.top_trouble .tr_btn a {
  background: #fff;
  border: solid 1px #d2b48c;
  color: #333333;
}
.top_trouble .tr_btn a:hover {
  background: #d2b48c;
  color: #fff;
}

.top_trouble .tr_btn.face_btn01 {
  top: 25%;
  right: 70%;
}

.top_trouble .tr_btn.face_btn02 {
  top: 45%;
  right: 70%;
}

.top_trouble .tr_btn.face_btn03 {
  top: 65%;
  right: 70%;
}

.top_trouble .tr_btn.face_btn04 {
  top: 25%;
  left: 70%;
}

.top_trouble .tr_btn.face_btn05 {
  top: 45%;
  left: 70%;
}

.top_trouble .tr_btn.face_btn06 {
  top: 85%;
  left: 70%;
}
.top_trouble .tr_btn.skin_btn01 {
  top: 15%;
  right: 70%;
}

.top_trouble .tr_btn.skin_btn02 {
  top: 35%;
  right: 70%;
}

.top_trouble .tr_btn.skin_btn03 {
  top: 55%;
  right: 70%;
}

.top_trouble .tr_btn.skin_btn04 {
  top: 75%;
  right: 70%;
}

.top_trouble .tr_btn.skin_btn05 {
  top: 15%;
  left: 70%;
}

.top_trouble .tr_btn.skin_btn06 {
  top: 35%;
  left: 70%;
}

.top_trouble .tr_btn.skin_btn07 {
  top: 65%;
  left: 70%;
}

.top_trouble .tr_btn.skin_btn08 {
  top: 75%;
  left: 70%;
}
.top_trouble .tr_btn.skin_btn09 {
  top: 95%;
  left: 70%;
}
.top_trouble .tr_btn.body_btn01, .top_trouble .tr_btn.body_btn02, .top_trouble .tr_btn.body_btn03, .top_trouble .tr_btn.body_btn04, .top_trouble .tr_btn.body_btn05 {
  right: 62%;
}
.button.small, .inquiry .small.form_button {
  padding: 0.6em 1em;
  max-width: unset;
  width: auto;
}
.top_trouble .tr_btn.body_btn01 {
  top: 20%;
}

.top_trouble .tr_btn.body_btn02 {
  top: 43%;
}

.top_trouble .tr_btn.body_btn03 {
  top: 55%;
}

.top_trouble .tr_btn.body_btn04 {
  top: 67%;
}

.top_trouble .tr_btn.body_btn05 {
  top: 75%;
}

.top_trouble .tr_btn.body_btn06 {
  top: 21%;
}

.top_trouble .tr_btn.body_btn07 {
  top: 28%;
}

.top_trouble .tr_btn.body_btn08 {
  top: 35%;
}

.top_trouble .tr_btn.body_btn09 {
  top: 50%;
}

.top_trouble .tr_btn.body_btn10 {
  top: 66%;
}
/* =======================================================
*
* 	お悩みから探す
*
* ======================================================= */

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {
  display: block;
}

.sp {
  display: none;
}

/* =======================================================
*
* 	フローティングバナー
*
* ======================================================= */


.bnr_floatingright {
 display: block;
 position: fixed;
 z-index: 9999;
 top: 25%;
 right: 0%;

}
.bnr_floatingrighttwo {
 display: block;
 position: fixed;
 z-index: 9999;
 top: 55%;
 right: 0%;
}
	
.searchform__btn{
  width:48px;
  height:48px;
  background-color:#D39B19;
}
.searchform__icon{
  color:#fff;
}
input{
  margin:0;
  padding:0;
  border:none;
  border-radius:0;
}
.searchform__field{
  height:48px;
  padding:0.5em;
  border:1px solid #ddd;
  font-size:1em;
}
 .searchform{
  width: 300px;
  margin:auto;
}
.searchform__field{
  width:calc(100% - 48px);
  height:48px;
  padding:0.5em;
  border:1px solid #ddd;
  font-size:1em;
}
.searchform__btn{
  width:48px;
  height:48px;
  background-color:#D39B19;
}
.searchform__icon{
  color:#fff;
}
 .searchform__inner{
  width: auto;
  border:1px solid #ddd;
  border-radius:5px;
  overflow:hidden;
}

.searchform__field{
  width:calc(100% - 48px);
  height:48px;
  padding:0.5em;
  font-size:1em;
}
.searchform__btn{
  width:48px;
  height:48px;
  background-color:#D2B48C;
}
.row_table a {
text-decoration: underline;
}
li.indent{
  text-indent: -1em;
  padding-left: 1em;
	line-height:1.1;
	padding-bottom:10px;
}
p.indent{
  text-indent: -1em;
  padding-left: 1em;
	line-height:1.1;
	padding-bottom:10px;
}
   .cta {
  background-color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);

}

@media screen and (max-width: 767px) {
  .cta {
    width: 94%;
    padding: 60px 3% 20px;
    margin: 70px auto 50px
  }
}

@media screen and (min-width: 768px) and (max-width: 1275px) {
  .cta {
    width: 94%;
    padding: 60px 3% 20px;
    margin: 70px auto 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around
  }
}

@media screen and (min-width: 1275px) {
  .cta {
	width: 990px;
	padding: 76px 94px;
	margin: 130px auto 110px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	background-color: #F3F7F9;
  }
}

.cta--moved {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1
}

@media screen and (max-width: 767px) {
  .cta__head {
    margin-bottom: 40px
  }
}

.cta__title {
  padding: 15px 20px;
  color: #FFF;
  display: inline-block;
  background-color: #1b518e;
  position: absolute
}

@media screen and (max-width: 767px) {
  .cta__title {
    font-size: 1.4rem;
    top: -30px;
    left: -3%
  }
}

@media screen and (min-width: 768px) and (max-width: 1275px) {
  .cta__title {
    font-size: 1.8rem;
    top: -30px;
    left: -30px
  }
}

@media screen and (min-width: 1275px) {
  .cta__title {
    font-size: 1.8rem;
    top: -30px;
    left: -30px
  }
}

.cta__title2 {
  color: #333333;
  letter-spacing: .2em
}

@media screen and (max-width: 767px) {
  .cta__title2 {
    font-size: 1.3rem
  }
}

@media screen and (min-width: 768px) and (max-width: 1275px) {
  .cta__title2 {
    font-size: 1.5rem
  }
}

@media screen and (min-width: 1275px) {
  .cta__title2 {
    font-size: 1.5rem
  }
}

.cta__title2:after {
  display: block;
  color: #AB9E91;
  font-weight: bold;
  letter-spacing: .25em;
  content: "CONTACT"
}

@media screen and (max-width: 767px) {
  .cta__title2:after {
    font-size: 2.7rem
  }
}

@media screen and (min-width: 768px) and (max-width: 1275px) {
  .cta__title2:after {
    font-size: 4.0rem
  }
}

@media screen and (min-width: 1275px) {
  .cta__title2:after {
    font-size: 4.0rem
  }
}

.cta__text {
  color: #333333
}

@media screen and (max-width: 767px) {
  .cta__text {
    font-size: 1.3rem
  }
}

@media screen and (min-width: 768px) and (max-width: 1275px) {
  .cta__text {
    font-size: 1.5rem
  }
}

@media screen and (min-width: 1275px) {
  .cta__text {
    font-size: 1.5rem
  }
}

@media screen and (max-width: 767px) {
  .cta__call {
    text-align: center
  }
}

.cta__call-text {
  font-size: 1.3rem
}

@media screen and (min-width: 768px) and (max-width: 1275px) {
  .cta__call-text {
    margin-left: 30px
  }
}

@media screen and (min-width: 1275px) {
  .cta__call-text {
    margin-left: 30px
  }
}

.cta__tel {
  color: #636567;
  font-weight: bold;
  line-height: 1.3em
}

@media screen and (max-width: 767px) {
  .cta__tel {
    font-size: 3.5rem
  }
}

@media screen and (min-width: 768px) and (max-width: 1275px) {
  .cta__tel {
    margin-left: 30px;
    font-size: 4.0rem
  }
}

@media screen and (min-width: 1275px) {
  .cta__tel {
    margin-left: 30px;
    font-size: 4.0rem
  }
}

.cta__time {
  margin-bottom: 30px
}

@media screen and (max-width: 767px) {
  .cta__time {
    font-size: 1.0rem
  }
}

@media screen and (min-width: 768px) and (max-width: 1275px) {
  .cta__time {
    font-size: 1.2rem;
    margin-left: 20px
  }
}

@media screen and (min-width: 1275px) {
  .cta__time {
    font-size: 1.2rem;
    margin-left: 20px
  }
}

.cta__mail {
  margin: 0 auto
}

@media screen and (min-width: 768px) and (max-width: 1275px) {
  .cta__mail {
    width: 328px
  }
}

@media screen and (min-width: 1275px) {
  .cta__mail {
    width: 328px
  }
}

.cta__button {
  height: 53px;
  padding: 8px;
  border-radius: 50px;
  display: block;
  text-align: center;
  color: #fff;
  background-color: #1b518e
}

@media screen and (max-width: 767px) {
  .cta__button {
    font-size: 1.5rem
  }
}

@media screen and (min-width: 768px) and (max-width: 1275px) {
  .cta__button {
    font-size: 1.8rem
  }
}

@media screen and (min-width: 1275px) {
  .cta__button {
    font-size: 1.6rem
  }
}
.floating-banner
{ position: fixed; right: 20px; bottom: 20px; display: none; /* 最初は非表示に設定 */ }
.container { /* その他のページスタイル */ }
.floating-banner { position: fixed; right: 20px; bottom: 20px; z-index: 9999; /* 他の要素より前面に表示 */display: block; }
.floating-banner img { width: 150px; height: auto; }
.floating-banner
{ position: fixed; right: 20px; bottom: 20px; z-index: 9999; display: block; background-color: #D08E75; /* バナー背景色 */
	font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
padding: 10px; /* バナー内部の余白 */ }
.close-button { position: absolute; right: 0; top: 0; background-color: #f44336; /* 閉じるボタンの背景色 */
color: white; /* 閉じるボタンの文字色 */
border: none; /* 枠線を消す */
cursor: pointer; /* ホバー時にカーソルをポインターに */ }
 
.floating-banner a
{
	color:#fff;}

.table-scroll {
  overflow-x: auto;
}
.table_design10 {
  border-collapse: collapse;
  min-width: 100%;
  font-weight: 400;
  text-align: center;
	color:#000;
	word-wrap: break-word;
}
@media screen and (max-width: 767px) {
	.table_design10 {
		font-size:14px;
}
}
.tabletitle {
padding: 1rem 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
	font-size:24px;
	margin-bottom:20px;
}
.tabletitle span {
	display:block;
	font-size:16px;
}
.tablesubtitle {
padding: 1rem 0;
	font-size:20px;
	margin-bottom:20px;
}
.table_design10 th {
  padding: .5em .5em;
  border-top: 1px solid #CDA870
  border-right: 1px solid #CDA870;	
  border-left: 1px solid #CDA870;
	  border-bottom: 1px solid #CDA870;
		color:#000;
	  font-weight: 400;
}
 .table_design10 td {
  padding: .5em .5em;
  border: 1px solid #CDA870;
	 	color:#000;
	   font-weight: 400;

}
.price {
  text-align: center;

}
.table_design10 th {
  background: #F8F3EA;
  color: #000;
  border-right: 1px solid #CDA870;
  border-top: 1px solid #CDA870;
}
.table_design10 th:last-of-type {
  border-right: 1px solid #CDA870;
}
/* =======================================================
 * 2025/5/24　ドクターズコスメ
* ======================================================= */
.sitem{
	margin-bottom:40px;
	
	
}
.readtext{
	font-size:20px;
	text-align:center;
	padding-bottom:1em;
	
}

.centertitle{
	font-size:2.8rem;
	text-align:center;
	padding: 2em 0;
}
.sample_text04 {
  display: inline-block;
  font-weight:500;
  border-left: solid 3px #333;
  margin: 0 auto 50px;
  padding: 5px 0 5px 20px;
	font-size:2.2rem;
}
@media screen and (max-width: 480px) {
.readtext{
	font-size:16px;
	line-height:2em;
}
.sample_text04 {
  display: inline-block;
  font-weight:500;
  border-left: solid 3px #333;
  margin: 0 auto 50px;
  padding: 5px 0 5px 20px;
	font-size:2.2rem;
}
.centertitle{
	font-size:1.8rem;
}	
}
/* 004 */
.button004 a {
    background: #CDBD9F;
    border-radius: 50px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 240px;
    padding: 10px 25px;
    color: #fff;
    transition: 0.3s ease-in-out;
    font-weight: 500;
	font-size:24px;
	font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif, sans-serif;

}
.button004 a:after {
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.2s ease-in-out;

    font-weight: 900;
    transform: translateY(-50%);
}
.button004 a:hover {
    background: #A58956;
    color: #FFF;
}
@media screen and (max-width: 480px) {
.button004 a {
	font-size:18px;


}
}