@charset "utf-8";

/*----------------------------------------------------------------------------------------

	page.css

----------------------------------------------------------------------------------------*/

/*サブヘッダー //
////////////////////////////////////////////////////////////////////*/

#subheader {
    margin-bottom: 40px;
	height: 180px;
    background-color: #f7f4ed;
    background-image: url(/kaitoricenter-asset/images/company/hd_bg.jpg);
    background-repeat: no-repeat;
    background-size: auto 180px;
    background-position: right;
}
#subheader h2 {
    padding: 73px 0 43px;
    font-size: 3.2rem;
    line-height: 1;
}

/*パンくず //
---------------------------------------------- */

#pankuzu > ol {
    padding-bottom: 10px;
    overflow: hidden;
    font-size: 1.2rem;
}
#pankuzu li {
	float: left;
}
#pankuzu li:not(:last-child)::after {
    margin-right: 5px;
    margin-left: 4px;
    content: url(/kaitoricenter-asset/images/common/ya.png);
}
#pankuzu li:first-child a::before {
    margin-right: 2px;
    content: "\f015";
    font-family: fontawesome;
}

/*見出し //
---------------------------------------------- */

.hd01 {
	margin-bottom: 32px;
	padding-bottom: 8px;
}

/*table //
---------------------------------------------- */

table.style01 {
    border-top: 1px dotted #ccc;
}
table.style01 tr {
    border-bottom: 1px dotted #ccc;
}
table.style01 th, table.style01 td {
	box-sizing: border-box;
	padding: 13px 0;
	vertical-align: top;
}
table.style01 th {
    padding-right: 20px;
    padding-left: 20px;
    width: 240px;
}
table.style01 td {
	padding-right: 15px;
}

/*お気軽にお問い合わせ //
////////////////////////////////////////////////////////////////////*/

.okigaru-toi {
    margin-top: 80px;
}

/*お客様の声 個別ページ //
////////////////////////////////////////////////////////////////////*/

#voice-single .main img {
	width: 100%;
}
#voice-single .voice-photo {
    margin-right: 20px;
    margin-bottom: 20px;
    width: 500px;
    float: left;
}
#voice-single .voice-que {
	width: 460px;
	float: right;
}
#voice-single .voice-tanto {
    padding-right: 20px;
    width: 100px;
    height: 200px;
    font-size: 1.4rem;
    text-align: center;
}
#voice-single .voice-tanto img {
    margin-bottom: 5px;
}
#voice-single .voice-hyoka {
    margin-bottom: 20px;
    border-top: 1px solid rgba(255,255,255,0.33);
    font-size: 16px;
    line-height: 1;
}
#voice-single .voice-hyoka i {
    width: 170px;
    height: 22px;
	display: inline-block;
	position: relative;
    top: 2px;
}
#voice-single .star1 {
	background: url(/kaitoricenter-asset/images/common/voice_star10.png) 0% 50% no-repeat;
	background-size: contain;
}
#voice-single .star2 {
	background: url(/kaitoricenter-asset/images/common/voice_star20.png) 0% 50% no-repeat;
	background-size: contain;
}
#voice-single .star3 {
	background: url(/kaitoricenter-asset/images/common/voice_star30.png) 0% 50% no-repeat;
	background-size: contain;
}
#voice-single .star4 {
	background: url(/kaitoricenter-asset/images/common/voice_star40.png) 0% 50% no-repeat;
	background-size: contain;
}
#voice-single .star5 {
	background: url(/kaitoricenter-asset/images/common/voice_star50.png) 0% 50% no-repeat;
	background-size: contain;
}
#voice-single .star0 {
	background: url(/kaitoricenter-asset/images/common/voice_star00.png) 0% 50% no-repeat;
	background-size: contain;
}

/* 記事 ///
---------------------------------------------- */

.voice-body h3{
    font-size: 20px;
    line-height: 1.4;
    padding-top: 6px;
    padding-bottom: 10px;
	border-bottom: 2px solid #CCC;
    position: relative;
	margin-top: 40px;
    margin-bottom: 15px;
	clear: both;
	padding-left: 70px;
}
.voice-body p {
    position: relative;
    padding-left: 70px;
	min-height: 47px;
}
.voice-body h3::before,
.voice-body p::before {
    content: "Q";
    color: #FFF;
    font-weight: bold;
    background-color: #F60;
    width: 50px;
    border-radius: 3px;
    height: 36px;
    font-size: 24px;
    line-height: 34px;
    padding-top: 2px;
    position: absolute;
    bottom: 8px;
    left: 0;
    top: 0;
    margin: auto;
    text-align: center;
    box-sizing: border-box;
}
.voice-body h3::after,
.voice-body p::after {
    content: "";
    border-top: 6px solid #F60;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    position: absolute;
    left: 19px;
    top: 36px;
    bottom: 2px;
    height: 6px;
    margin: auto;
    box-sizing: border-box;
}
.voice-body p::before {
    top: 0px;
    bottom: auto;
    background-color: #7dbb18;
    content: "A";
}
.voice-body p::after {
    top: 36px;
    bottom: auto;
    border-top-color: #7dbb18;
}

.tantou-box {
    width: 500px;
    display: table;
}
.tantou-box > * {
    display: table-cell;
    vertical-align: top;
}

/* single ---------- */

.navlink {
    margin-top: 40px;
    padding-top: 5px;
    overflow: hidden;
	clear: both;
}
.navlink .navlink-prev {
    float: left;
}
.navlink .navlink-next {
    float: right;
}
.navlink a:hover {
	opacity: 0.7;
}

/* ページャー */
.wp-pager {
	margin-top: 30px;
	margin-bottom: 50px;
	overflow: hidden;
}
.wp-pager .page-numbers {
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	color: #fff;
	display: block;
	float: left;
	margin-right: 1px;
	background-color: #DDD;
	padding: 10px 25px;
}
.wp-pager .page-numbers.dots {
	background: #AAA;
}
.wp-pager .page-numbers.current {
	background: #F90;
}
.wp-pager a:hover {
	opacity: 0.8;
}

/*スタッフ紹介 //
////////////////////////////////////////////////////////////////////*/
/* 一覧 */
.staff-list {
    display: flex;
    column-gap: 20px;
    flex-wrap: wrap;
    row-gap: 20px;
}
.staff-list .box{
    width: calc( calc(100% - 20px) /2);
}
.staff-list .box a{
    padding-top: 20px;
    padding-right: 15px;
    padding-bottom: 20px;
    padding-left: 20px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    box-sizing: border-box;
    display: flex;
    column-gap: 15px;
    height: 100%;
    }
.staff-list .box a::after {
    color: #beaf87;
    font-family: FontAwesome;
    content: '\f105';
    font-size: 40px;
    margin: auto;
    font-weight: 900;
    margin-left: 5px;
}
.staff-list .box .img-fit{
    margin-bottom: 10px;
}
.staff-list .box img{
    width: 210px;
    height: 180px;
}
.staff-list .box .comment{
    font-size: 14px;
}
.staff-list .box .bubble{
    position: relative;
    background-color: #beaf87;
    color: #fff;
    font-weight: normal;
    padding: 12px 15px 10px;
    border-radius: 5px;
    letter-spacing:-0.02em;
    min-width: 200px;
    line-height: 1.2;
    display: flex;
    justify-content: center;
    text-align: justify;
    align-items: center;
}
.staff-list .box .bubble::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -14px;
    width: 0px;
    height: 0px;
    margin: auto;
    border-top: 7px solid transparent;
    border-right: 15px solid #beaf87;
    border-bottom: 7px solid transparent;
}
.staff-list .box .speech{
    margin-top: 15px;
    line-height: 2.4rem;
    text-align: justify;
}
.staff-list .box .staff-text{
    margin-top: 10px;

}
.staff-list .box .affiliation{
    line-height: 1;
    font-size: 14px;
    display: flex;
    row-gap: 5px;
    flex-direction: column;
}
.staff-list .box .staff-name{
    font-size: 18px;
    line-height: 1;
    margin-top: 7px;
}

/* 詳細ページ */
#kaitori .profile{
    padding: 50px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
}
.profile .staff-name{
    font-size: 3rem;
    line-height: 1;
    margin-bottom: 20px;
}
.profile .staff-detail{
    display: flex;
    column-gap: 20px;
}
.staff-detail .img-fit img{
    height: 300px;
    width:auto;
}
.staff-detail .staff-mail{
    margin-top: 20px;
}
.staff-detail .staff-mail a{
    display: flex;
    background-color: #beaf87;
    color: #fff;
    height: 50px;
    line-height: 52px;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    column-gap: 7px;
}
.staff-detail dl{
    display: flex;
    flex-wrap: wrap;
}
.staff-detail dt{
    box-sizing: border-box;
    width: 20%;
    padding: 10px 15px 10px 10px;
    border-top: 1px solid #ccc;
    font-weight: bold;
    text-align: center;
}
.staff-detail dd{
    box-sizing: border-box;
    width: 80%;
    padding: 10px 20px 10px 0;
    border-top: 1px solid #ccc;
    text-align: left;
}
.staff-detail dt:nth-last-of-type(1),
.staff-detail dd:nth-last-of-type(1){
    border-bottom: 1px solid #ccc;
}

/* スタッフメッセージ */
.profile .staff-messages{
    margin-top: 40px;
    background-color: #f7f4ed;
    padding: 30px;
}
.profile .staff-message:nth-of-type(n+2){
    margin-top: 20px;
}
/* スタッフスナップ写真 */
.profile .staff-photo{
	margin-top:40px;
	display: flex;
	flex-wrap: wrap;
	row-gap: 10px;
	column-gap: 10px;
}
.profile .staff-photo a{
	display: block;
	aspect-ratio: 4 / 3;
}
.profile .staff-photo figure{
    width:calc(calc(100% - 20px) / 3);
}


/* スタッフ動画 */
.staff-movie-single,
.profile .swiper{
    margin-top: 40px;
}
.profile .swiper{
    position: relative;
    overflow: hidden;
    padding-bottom: 20px;
}
.staff-movie-embed {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin-bottom: 20px;
}

.staff-movie-embed iframe,
.staff-movie-embed video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* スライダー */
.swiper-button-next,
.swiper-button-prev{
    color: #fff !important;
}

.swiper-button-next:after,
.swiper-button-prev:after{
    font-size: 30px !important;
    font-weight: 900;
}
.swiper-pagination{
    left: 0;
    right: 0;
    line-height: 1;
    bottom: 12px;
}
.swiper-pagination-bullet {
  background-color: #ccc !important;
  width: 10px !important;
  height: 10px !important;
  margin: 0 5px;
  opacity: 1 !important;
}

.swiper-pagination-bullet-active {
  background-color: #beaf87 !important;
  opacity: 1;
}

/* スライダー読み込み終わるまで非表示 */
.swiper-hidden {
  visibility: hidden;
  opacity: 0;
  height: 0;
  overflow: hidden;
}
.swiper-visible {
  visibility: visible;
  opacity: 1;
  height: auto;
}
/*会社案内 //
////////////////////////////////////////////////////////////////////*/

#company .main > section:not(:last-child) {
    margin-bottom: 47px;
}

/*----------*/


/* 代表あいさつ //
---------------------------------------------- */

#aisatu .message {
    margin-right: 40px;
    width: 640px;
    float: left;
}
#aisatu .daihyo img {
    width: 300px;
}

/* 店舗案内 //
---------------------------------------------- */

.tenpo > div > p:first-child {
	margin-bottom: 27px;
}
.tenpo h4{
	text-align: center;
	font-size: 2.4rem;
	line-height: 1;
	margin-top: 40px;
}
.tenpo h4 + p{
	margin-top:5px;
	margin-bottom:5px;
	text-align:center;
}
.tenpo-text{
	display: table;
	margin-bottom: 20px;
}
.tenpo-text span:nth-of-type(1){
	font-weight:bold;
	display:table-cell;
	width:70px;
}
.tenpo-text span:nth-of-type(2){
	display:table-cell;
	width:calc(100% - 70px);
}

.tenpo ul.tenpo-photo {
	display: flex;
	flex-wrap : wrap;
	margin-top:15px;
	margin-bottom: 10px;
}
.tenpo .tenpo-photo li{
	width: calc(50% - 10px);
}
.tenpo .tenpo-photo li:nth-of-type(2n){
	margin-left:20px;
}
.tenpo .tenpo-photo li:nth-of-type(n+3){
	margin-top:20px;
}
.tenpo .tenpo-photo img{
	width: 100%;
}
.tenpo p.tenpo-photo {
	margin-top:20px;
	width: calc(50% - 10px);
	margin-bottom: 10px;
}
.tenpo p.tenpo-photo span{
	margin-top: 5px;
	display: inline-block;
}
.tenpo iframe {
    margin-top: 30px;
    height: 550px;
}


/* アクセスマップ //
---------------------------------------------- */

.access iframe {
    height: 550px;
}

.hd-syokai{
	margin-bottom: 40px;
	padding-bottom: 10px;
	position: relative;
	font-size: 3.2rem;
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 80px;
}
.hd-syokai::after {
    margin: auto;
    width: 980px;
    height: 2px;
    background-color: #c4b691;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
}
/*個人情報保護方針 //
////////////////////////////////////////////////////////////////////*/

/* 見出し //
---------------------------------------------- */

.title02 {
    margin-top: 40px;
    margin-bottom: 20px;
    padding-top: 6px;
    padding-bottom: 10px;
    border-bottom: 2px solid #ccc;
    font-size: 2rem;
    line-height: 1.4;
    position: relative
}
.title02:first-letter, .title02 > i {
	margin-right: 2px;
    color: #c4b691;
    font-size: 2.5rem;
    line-height: 1;
}

/* ol //
---------------------------------------------- */

#privacy ol li {
    margin-left: 1.8em;
	text-indent: -1.8em;
}
#privacy h4 {
	margin-top: 1.5em;
}
