@charset "utf-8";

/*----------------------------------------------------------------------------------------

	bese.css

----------------------------------------------------------------------------------------*/

html {
	background-color: #fff;
	font-size: 62.5%;/*=10px ベースのフォントサイズ*/
}
html:has(body) {
  margin-top: 0 !important;
}
body {
	min-width: 1160px;
	color: #333;
    font-size: 1.6rem;
    line-height: 1.85;
	text-align: justify;
    font-feature-settings: "palt";
    font-family: "メイリオ", Meiryo, sans-serif;
}
.acc {
	background-color: #414042;
}

/*--------------------*/

.cont-w, .cont-out, .main {
	margin-right: auto;
	margin-left: auto;
}
.cont-w {
	width: 980px;
}
.cont-out, .main {
	width: 1120px;
}

/*--------------------*/

.dnone {
	display: none !important;
}

/*--------------------*/

iframe {
    width: 100%;
    display: block;
}

/* table //
---------------------------------------------- */

.table {
	display: table;
}
.table > * {
	display: table-cell;
	vertical-align: middle;
}

/* float //
---------------------------------------------- */

.float > *, .float_pc > * {
	float: left;
}
.float.divide > :nth-of-type(2n) , .float.divide > :first-child + :last-child {
	float: right;
}
.float::after, .float_pc::after, .clearfix::after {
    content: "";
    clear: both;
    display: block;
}

/* テキスト //
---------------------------------------------- */

.imgtxt, .imgtxt-all a {
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-indent: -99999px;
	text-align: left !important; /*IE用*/
}

/*----------*/

.under {
    text-decoration: underline;
}
.center {
	text-align: center;
}

/* アイコン //
---------------------------------------------- */

.icon::before, .icon-all a::before {
    margin: auto;
    height: 1em;
    position: absolute;
    top: 0;
    bottom: 0;
    font-size: 2rem;
    line-height: 1;
    font-family: fontawesome;
}

/* ホバー //
---------------------------------------------- */

.hover a:hover {
	color: #f90 !important;
}
.hover2 a:hover {
	text-decoration: underline;
}
.hover3 a:hover {
	color: #f90 !important;
	text-decoration: underline;
}

/* ロールオーバー //
---------------------------------------------- */

.rov a , .rov input {
	transition: opacity 0.2s;
	backface-visibility: hidden; /*chrome 1pxずれる現象回避*/
}
.rov a:hover ,  .rov input:hover {
	opacity: 0.8;
}
.rov input {
	cursor: pointer;
}

/*見出し //
---------------------------------------------- */

.hd01 {
    margin-bottom: 18px;
    padding-bottom: 20px;
    position: relative;
    font-size: 3.2rem;
    text-align: center;
}
.hd01::after {
    margin: auto;
    width: 100px;
    height: 3px;
    background-color: #c4b691;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
}
/* 画像調整用CSS
---------------------------------------------- */
.img-fit img {
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: cover;
	pointer-events: none;
	image-rendering: -webkit-optimize-contrast;
}
/* lity (動画のモーダルウインドウ)///
---------------------------------------------- */
.lity {
    background: rgba(0, 0, 0, 0.5)!important;/*モーダルウィンドウの背景色*/
}
.lity-container{
	position: relative;
}
.lity-content img{
	height:600px;
}
.lity-close {
    position: absolute!important;
    font-size: 55px!important;
	width: 50px!important;
    height: 50px!important;
    top: -60px!important;
	border-radius: 3px;
	background:#beaf87 !important;
	text-shadow:none !important;
}
.lity-close:hover{
	opacity: 0.8;
}

/* ヘッダー //
////////////////////////////////////////////////////////////////////*/

#body_header {
	background-color: #fff;
    border-top: 5px solid #414042;
    position: relative;
}
#body_header::before {
    height: 5px;
    background: url(/kaitoricenter-asset/images/common/shadow.png) repeat no-repeat top / contain;
    position: absolute;
    right: 0;
	bottom: -5px;
    left: 0;
    content: "";
}
#body_header > div {
    padding: 10px 0 6px;
    display: flex;
}
#body_header h1 a {
    padding-bottom: 5px;
    display: block;
}

#body_header > div > div {
    margin-left: auto;
    padding-top: 5px;
    position: relative;
}
#body_header > div > div h2 {
    margin: auto;
    height: 28px;
    position: absolute;
    /* top: 0; */
    bottom: 7px;
    left: -190px;
}
#body_header > div > div .address {
    margin-bottom: 7px;
    overflow: hidden;
}
#body_header > div > div .address li {
	float: left;
}
#body_header > div > div .address li a {
	width: 150px;
	height: 32px;
	display: flex;
	color: #fff;
	justify-content: center;
	line-height: 1;
	align-items: center;
	column-gap: 3px;
	font-weight: 500;
	font-size: 16px;
	font-family: 'Noto Sans JP', sans-serif;
}
#body_header > div > div .address li a i{
	font-size:14px;
	padding-top: 3px;
}
#body_header > div > div .address li + li {
	margin-left: 10px;
}
#body_header > div > div .address li a[href^="tel:"]{
    background-color: #414042;;
}
#body_header > div > div .address li a[href="#toi"]{
    background-color: #c3b693;
}
#body_header > div > div .eigyo {
	font-size: 1.2rem;
	line-height: 1.3;
}

/* グローバルメニュー //
////////////////////////////////////////////////////////////////////*/

#gmenu {
    padding: 1px 0;
}
#gmenu::before {
    height: 1px;
    background-color: rgba(255,255,255,0.5);
    display: block;
    content: "";
}
#gmenu::after {
    height: 10px;
    background: url(/kaitoricenter-asset/images/common/shadow.png) left center;
    position: absolute;
    right: 0;
    bottom: -8px;
    left: 0;
    z-index: 1;
    content: "";
}

/*----------*/

#gmenu > ul > li a {
	height: 46px;
	display: block;
	transition: background 0.2s;
}
#gmenu > ul > .stay a,
#gmenu > ul > li a:hover {
	background-color: #beaf87;
}

/*----------*/

#gmenu [href="/kaitoricenter/"] {
    background-image: url(/kaitoricenter-asset/images/common/gm_kaitori.png);
}
#gmenu [href$="/#voice"] {
    background-image: url(/kaitoricenter-asset/images/common/gm_voice.png);
}
#gmenu [href$="/#nagare"] {
    background-image: url(/kaitoricenter-asset/images/common/gm_nagare.png);
}
#gmenu [href="/kaitoricenter/staff/"] {
    background-image: url(/kaitoricenter-asset/images/common/gm_staff.png);
}
#gmenu [href="/kaitoricenter/company/"] {
    background-image: url(/kaitoricenter-asset/images/common/gm_company.png);
}
#gmenu [href="/kaitoricenter/privacy/"] {
    background-image: url(/kaitoricenter-asset/images/common/gm_privacy.png);
}

/*お気軽にお問い合わせ //
////////////////////////////////////////////////////////////////////*/

.okigaru-toi {
    box-sizing: border-box;
    padding: 30px;
    height: 300px;
    background: url(/kaitoricenter-asset/images/common/okigaru-toi_texture.gif);
}
.okigaru-toi > div {
    margin: 0 auto;
    width: 980px;
}
.okigaru-toi .smp {
	display: none;
}

/*----------*/

.okigaru-toi h3, .okigaru-toi p {
	text-align: center;
}
.okigaru-toi p {
    margin: -9px 0 9px;
    padding-left: 10px;
    line-height: 1.75;
}

/*----------*/

.okigaru-toi li {
    background-color: #fff;
    position: relative;
    z-index: 1;
}
body .okigaru-toi ul > li::before {
    background-color: rgba(0,0,0,0.1);
    position: absolute;
    top: 3px;
    right: -3px;
    bottom: -4px;
    left: 3px;
    content: "";
    z-index: -1;
}
.okigaru-toi li + li {
	margin-left: 20px;
}

/*----------*/

.okigaru-toi li a {
    width: 480px;
    height: 90px;
    background-repeat: no-repeat;
    display: flex;
    color: #fff;
    font-size: 38px;
    font-weight: 900;
    justify-content: center;
    align-items: center;
    padding-top: 3px;
    column-gap: 5px;
    font-family: 'Noto Sans JP', sans-serif;
}
.okigaru-toi .tel a i{
    font-size: 34px;
    padding-top: 6px;
}

.okigaru-toi .tel a {
    background-color: #414042;
}
.okigaru-toi .toi a {
    background-color: #c4b691;
}


/* お客様の声  一覧//
////////////////////////////////////////////////////////////////////*/

.voice-list::after {
    display: table;
    clear: both;
    content: "";
}
.voice-list > li {
    width: 270px;
    background-color: #f6f6f6;
    box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.1);
    float: left;
}
.voice-list > li:nth-child(n+5) {
    margin-top: 20px;
}
.voice-list > li:not(:nth-of-type(4n)){
    margin-right: 13px;
}
.voice-list > li + li:last-child {
    margin-right: 0;
}
.voice-list li a {
    display: block;
}
.voice-list figure {
    height: 180px;
    background: #ccc;
    overflow: hidden;
}
.voice-list figure img {
    width: 100%;
    position: relative;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,0%);
    pointer-events: none;
    min-height: 100%;
}
.voice-list h3 {
	margin-top: 10px;
	margin-bottom: 7px !important;
	color: #ff6600;
	font-size: 13px;
	font-weight: bold;
	line-height: 16px;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding: 0 10px;
}
.voice-list > li .ellipsis {
    box-sizing: border-box;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    height: 82px;
}
.voice-list > li div p {
    line-height: 1.5;
}
.voice-list .ellipsis{
	 padding: 0 10px;
	 margin: 0;
}
.voice-list .ellipsis:before,
.voice-list .ellipsis:after {
	background: #f6f6f6;
}
.voice-list .ellipsis.sp{
	display:none;
}

/* 評価 //
---------------------------------------------- */

.voice-list .hyoka {
    padding: 8px 0 15px;
    border-top: 1px solid rgba(255,255,255,0.33);
    font-size: 16px;
    line-height: 1;
    text-align: center;
}
.voice-list .hyoka br{
	display:none;
}
.voice-list .hyoka i {
    width: 170px;
    height: 22px;
	display: inline-block;
	position: relative;
    top: 2px;
}
.voice-list .star1 {
	background: url(/kaitoricenter-asset/images/common/voice_star10.png) 0% 50% no-repeat;
	background-size: contain;
}
.voice-list .star2 {
	background: url(/kaitoricenter-asset/images/common/voice_star20.png) 0% 50% no-repeat;
	background-size: contain;
}
.voice-list .star3 {
	background: url(/kaitoricenter-asset/images/common/voice_star30.png) 0% 50% no-repeat;
	background-size: contain;
}
.voice-list .star4 {
	background: url(/kaitoricenter-asset/images/common/voice_star40.png) 0% 50% no-repeat;
	background-size: contain;
}
.voice-list .star5 {
	background: url(/kaitoricenter-asset/images/common/voice_star50.png) 0% 50% no-repeat;
	background-size: contain;
}
.voice-list .star0 {
	background: url(/kaitoricenter-asset/images/common/voice_star00.png) 0% 50% no-repeat;
	background-size: contain;
}

/* WEBからのお問い合わせ //
////////////////////////////////////////////////////////////////////*/

#toi {
    padding-bottom: 80px;
    background-color: #f7f4ed;
}
#toi h3 {
    margin-bottom: 30px;
}
#toi > div {
    padding: 50px 0 0;
}
#toi .bukken {
	padding-top: 31px;
}
#toi .bukken h4 {
    margin-bottom: -2px;
    font-size: 2rem;
}
#toi .bukken > table {
    margin-top: 12px;
}

#toi .chikunen [type="number"] {
    margin-right: 5px;
    width: 100px;
    display: inline-block;
    vertical-align: bottom;
}
#toi .form .float > li, #toi .form .float_pc > li {
	margin-right: 20px;
}
/* form //
////////////////////////////////////////////////////////////////////*/

/* table //
---------------------------------------------- */

.form table {
    width: 100%;
    border-top: 1px solid #bbb;
}
.form tr {
    box-sizing: border-box;
    height: 60px;
    border-bottom: 1px solid #bbb;
}
.form th, .form td {
    padding-top: 10px;
    padding-bottom: 10px;
}
.form th {
    box-sizing: border-box;
    padding-right: 50px;
    padding-left: 20px;
    width: 300px;
    background-color: #c4b691;
    position: relative;
    font-size: 1.8rem;
    font-weight: normal;
    text-align: left;
}
.form th::after {
    margin: auto;
    padding: 0 4px;
    height: 19px;
	background-color: #333;
    position: absolute;
    top: 20px;
    right: 10px;
	color: #fff;
    font-size: 1.2rem;
    line-height: 19px;
    content: "任意";
}
.form .hissu th::after {
	background-color: #f60;
    content: "必須";
}
.form td {
	padding-left: 20px;
}
.form span:has(input) + span {
    margin-left: 20px;
    padding-top: 5px;
}

/* form //
---------------------------------------------- */

.form [type="text"], .form [type="number"], .form [type="tel"], .form [type="email"], .form textarea, .form [type="submit"] {
    box-sizing: border-box;
    border: 1px solid #ccc;
    display: block;
    outline: none;
    box-shadow: none;
    font: inherit;
    -webkit-appearance: none;
    appearance: none;
}
.form [type="text"], .form [type="number"], .form [type="tel"], .form [type="email"] {
    padding: 0 10px;
    height: 39px;
    line-height: 37px;
}
.form select {
    box-sizing: border-box;
    height: 39px;
	border: 1px solid #ccc;
    font: inherit;
    width: 140px;
    background-color: #fff;
    padding: 0 10px;
}
.form textarea {
    padding: 10px;
    height: 160px;
}
.form [type="submit"] {
    margin: 30px auto 24px;
    width: 480px;
    height: 60px;
    border: none;
    background-color: #333;
    background-image: url(/kaitoricenter-asset/images/common/submit.gif);
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    text-indent: -9999vw;
    cursor: pointer;
}
.form label > input {
    margin-right: 3px;
}

/*----------*/

.form .big {
    width: 100%;
}
.form .middle {
    width: 300px;
}
.form .small {
    width: 140px;
}
/* 全体エラーメッセージ非表示（入力エラー用） */
.screen-reader-response {
  display: none;
}
/* 各フィールド下のエラーメッセージ表示 */
.wpcf7-not-valid-tip{
    color: #ff3300;
    font-size: 0.9em;
    display: block;
    margin-top: 4px;
}
/* フッター //
////////////////////////////////////////////////////////////////////*/

#body_footer {
    background-color: #c4b691;
    /* color: rgba(255,255,255,0.5); */
}
#body_footer > div {
    padding: 20px 0 50px;
    position: relative;
}

/* ページトップ //
---------------------------------------------- */

#body_footer .pagetop {
    width: 200px;
    background-color: #fff;
    position: absolute;
    top: 135px;
    right: 0;
    color: #333;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
}
#body_footer .pagetop a {
	display: block;
}
#body_footer .pagetop a::before {
    margin-right: 8px;
    position: static;
    font-size: 1.2rem;
    content: "\f102";
}

/* 会社案内 //
---------------------------------------------- */

#body_footer .info {
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}
#body_footer .info li:not(:last-child) {
    margin-right: 1em;
}
#body_footer .info .menkyo {
	clear: both;
}

/* フッターリンク //
---------------------------------------------- */

#body_footer .link {
    padding-top: 12px;
    border-top: 1px solid rgba(255,255,255,0.1);
}
#body_footer li {
    font-size: 1.4rem;
}
#body_footer .link li:not(:last-child) {
    margin-right: 1em;
}
#body_footer .link a::after {
    margin-left: 10px;
    content: "\f105";
    font-family: fontawesome;

}

/*----------*/

#body_footer small {
    background-color: #fff;
    padding: 7px 10px;
    display: block;
    font-size: 1.2rem;
    text-align: center;
}

/* スマホ表示に切り替え //
---------------------------------------------- */

#body_footer .switcher-pc a {
    margin-top: 15px;
    background-color: #fff;
    display: block;
    border-radius: 3px;
    color: #333;
    font-size: 3.2rem;
    line-height: 99px;
    text-align: center;
}
#body_footer .switcher-pc a::before {
    margin-right: 10px;
    font-size: 4rem;
    font-weight: normal;
    vertical-align: middle;
    content: "\f10b";
    font-family: fontawesome;
}
