@charset "UTF-8";
@import"style.css";

/*--------------------------------------------------------------------------------
 *
 * style.cssの内容をリセット・再定義
 *
--------------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------------
 *
 *
 *
 *
 * ヘッダー
 *
 *
 *
 *
--------------------------------------------------------------------------------*/
header#header {
    width: 100%;
    position: fixed;}
.header {height: 70px !important; background: #fff; position: fixed; top:0; left: 0; z-index: 10; /* width: 100%; */}
header nav ul > li a {color: #000;}
header nav ol > li i {color: #000}
#h1 img {opacity: 1;}
#fix-header {position: fixed; top: 0;}

/*--------------------------------------------------------------------------------
 *
 *
 *
 *
 * グローバルナビゲーション
 *
 *
 *
 *
--------------------------------------------------------------------------------*/

/* ------------------------------グローバルナビゲーション（PC）------------------------------　*/
#gnav li a {color: #000;}
#gnav li a:hover {color: #937c52;}
#gnav li a:active {color: #937c52;}
#gnav li a.current-news {color: #937c52;}
#fix-header ul.sp-sns li a {color: #000;}
#fix-header.m_fixed nav ul > li a.current-news {color: #937c52;}

nav.sns-wrapper ul a {color: #000;}

/* ------------------------------グローバルナビゲーション（SP）------------------------------　*/

@media screen and (max-width:768px){
/* 	nav#header-nav ul li a.current { pointer-events:none; border-bottom:none; padding-bottom:20px; } */
.hamburger span {background: #000;}
}



/*--------------------------------------------------------------------------------
 *
 *
 *
 *
 * パンくずリスト
 *
 *
 *
 *
--------------------------------------------------------------------------------*/

nav#pan { text-align:left; margin:0; padding:0 0 2px 0; font-weight: 500; letter-spacing: 2px; background-color: #e5f7f7;}
nav#pan ol {padding: .5em 0;
    /* display: -webkit-box; */
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
     flex-wrap: wrap; 
    /* -webkit-box-align: center; */
    -ms-flex-align: center;
    align-items: center;
    /* -webkit-box-align: start; */
    -ms-flex-align: start;
    /* justify-content: flex-start; */
    width: 80%;
    margin: 0 auto;}
nav#pan ol li {
	list-style-type:none; font-size:12px; color:#000; align-items: baseline; line-height: 1.6;
	display:-webkit-box; display:-ms-flexbox; display: flex;}
nav#pan ol li a { color:#000; }
nav#pan ol li:before { content: " > "; padding: 0 .5em; z-index: 1;}
nav#pan ol li:first-child:before { content:""; padding: 0;}
nav#pan ol li br {display: none;}

@media screen and (max-width:768px){
	nav#pan {width: 100%; margin: auto;}
	nav#pan ol {width:92%; margin: auto;}
	nav#pan ol li {font-size: 3vw;}
}

/*
@media screen and (max-width:766px){
	nav#pan { padding:0 0px 2px 0px; }
	nav#pan ol { width:92%; margin: auto;}
}
*/


/* ------------------------------共通------------------------------　*/
section { width:100%; }
/* section .inner { max-width:1000px; width: 92%; margin:0 auto; padding:130px 0; } */
/*
.border-bg {background-color: #e7f7ff; background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #fff), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #fff),color-stop(.75, #fff), color-stop(.75, transparent),to(transparent)); -webkit-background-size: 8px 8px;}
.ttl {position: relative; margin-bottom: 40px;}
.ttl h2 { font-size:80px; display: block; font-weight: 400;  margin-bottom: 0; line-height: 1.2;}
.ttl h2 span {display: block; font-size: 18px; letter-spacing: 2px; margin-top: 10px;}
*/

@media screen and (max-width:766px){
/* 	section .inner {padding: 60px 0;} */
/*
	.ttl h2 {font-size: 12vw; text-align: center;}
	.ttl h2 span {font-size: 4vw;}
*/
}

/*--------------------------------------------------------------------------------
 *
 *
 *
 *
 * メインビジュアル
 *
 *
 *
 *
--------------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------------
 *
 *
 *
 *
 * 投稿一覧ページ（home.php）
 *
 *
 *
 *
--------------------------------------------------------------------------------*/
/*
.performance-wrapper ul {}

.news ol {
	display:-webkit-box; display:-ms-flexbox; display: flex;
	-webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
*/
.performance ul.post > li {padding: 35px 0 10px 0; }
.performance ul.post > li:not(:last-of-type) {border-bottom: 1px solid #eee;}
.performance .post-wrapper {display: flex; justify-content: space-between;}
.performance .post-wrapper .img-wrapper {width:200px; height:auto;}
.performance .post-wrapper .img-wrapper img {width: 100%; height: 100%; object-fit:contain; border: 1px solid #eee;} 
.performance .post-wrapper .txt-wrapper {width: calc(100% - 250px); /* padding-left: 55px; */}
.performance .post-wrapper h3 {font-size: 14px; margin: 5px 0 7px 0;}
.performance .post-wrapper p.category {color: #000; border-color: #000;}
.performance .post-wrapper .ymd {padding: 0;}
.performance .post-wrapper .new-tag {margin-bottom: 5px; font-weight: bold; font-size: 20px; color: #009e96; }
.performance .btn-more-wrapper {text-align: right; width: 100%; margin-top: 0;}
.performance .btn-more-wrapper p {position: relative; color: #00acb2;}
/* .performance .btn-more-wrapper p:after {content: ''; width: 25px; height: 1px; display: inline-block; background-color: #009e96; position: absolute; top: 55%; right: -30px; -webkit-transform: translate(-50%,-50%); transform: translate(-50%,-50%);} */
.performance .btn-border {margin-top: 0;}

@media screen and (max-width:768px){
/* 	#page_news .news-wrapper {flex-direction: column-reverse;} */
	.performance .post-wrapper .img-wrapper {width: 25%;}
	.performance .post-wrapper .txt-wrapper {width: 70%; padding-left: 0; flex-basis: 70%;}
/*
  #sidebar {flex-basis: 100%;} 
  #sidebar ul {display: flex; justify-content: space-around;}  
*/
}

/*
@media screen and (max-width:766px){
	.news .post-wrapper {flex-wrap: wrap;}
	.news .post-wrapper .img-wrapper {width: 100%; flex-basis: 100%; margin-bottom: 20px;}
	.news .post-wrapper .txt-wrapper {width: 100%; flex-basis: 100%;}
}
*/






/* ------------------------------ページャー（ブログ一覧）------------------------------　*/
#pagenation{text-align:center; margin-top: 50px;}
#pagenation #pagenation-list{display:inline-block; font-family: 'Noto Sans JP', sans-serif;}
#pagenation:after{content:".";display:block;clear:both;height:0;visibility:hidden;}
#pagenation #pagenation-list li{float: left; list-style: none; padding: 0; margin: 0 5px 5px 0 !important; border: none; width: auto; border-radius: 2px; border-radius: 50%; color: #fff;}
#pagenation #pagenation-list li:last-child{margin-left:0;}
#pagenation #pagenation-list a,
#pagenation #pagenation-list span{background:none;display:block;margin:0;padding:4px 9px;font-size:14px;line-height:1.5;text-align:center; border: none !important; border-radius: 5px;
  width: 50px; height: 50px;
  display:-webkit-box; display:-ms-flexbox; display: flex;
  -webkit-box-align: center; -ms-flex-align: center; align-items: center;
 -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;}
#pagenation #pagenation-list li a.next {position: relative; color: transparent;}
#pagenation #pagenation-list li a.next:after {content: ''; content: ''; display: inline-block; width: 7px; height: 11px; background-image: url(img/arrow.png); background-size: contain;
    vertical-align: middle; position: absolute; right: 25px;}
#pagenation #pagenation-list li a.prev {position: relative; color: transparent;}
#pagenation #pagenation-list li a.prev:after {content: ''; content: ''; display: inline-block; width: 7px; height: 11px; background-image: url(img/arrow.png); background-size: contain; vertical-align: middle; position: absolute; right: 25px;  -webkit-transform: rotate(180deg);  -moz-transform: rotate(180deg); -o-transform: rotate(180deg); -ms-transform: rotate(180deg); transform:rotate(180deg);}
#pagenation #pagenation-list .current{ border-radius: 2px; color: #937c52 !important; width: 50px; height: 50px; font-size: 14px; font-weight: bold; border-radius: 5px;
	display:-webkit-box; display:-ms-flexbox; display: flex;
  -webkit-box-align: center; -ms-flex-align: center; align-items: center;
  -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;}
#pagenation #pagenation-list .omit{padding:4px 2px;color:#000;}
#pagenation #pagenation-list li a{color:#333333;border:1px solid #6B6B6B;text-decoration:none; width: 50px; height: 50px; font-size: 14px; font-weight: bold;
  display:-webkit-box; display:-ms-flexbox; display: flex;
  -webkit-box-align: center; -ms-flex-align: center; align-items: center;
  -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;}
#pagenation #pagenation-list a:hover{background:#fff; text-decoration:none; }

@media only screen and (max-width: 766px) {
	#pagenation #pagenation-list a, #pagenation #pagenation-list span {font-size: 4vw; }
	#pagenation #pagenation-list li a {width: 2em; height: 2em;}
	#pagenation #pagenation-list li span {width: 2em; height: 2em;}
	#pagenation #pagenation-list .current {width: 2em; height: 2em;}
	#pagenation #pagenation-list li a.next:after {right: 1em;}
	#pagenation #pagenation-list li a.prev:after {right: 1em;}
}


/* ------------------------------前の記事、次の記事------------------------------　*/
/* .post-btn-wrapper { background: #eee; } */
/* .post-btn-wrapper a {border-bottom: 2px solid;} */
/*--------------------------------
PREV NEXT
---------------------------------*/


#prev_next {width:100%; margin: 130px 0 0px; /* height: 60px; */ padding:0; position: relative;
	display:-webkit-box; display:-ms-flexbox; display: flex;
	-webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between;}
#prev_next > div {flex-basis: 31%; }
#prev_next a {border-bottom: 2px solid; padding-bottom: 20px; color: #000; font-size: 16px; display: inline-block;}

#prev_next #prev_ok {order: 0; text-align: left;}
#prev_next #top {order: 1; text-align: center;}
#prev_next #next_ok {order: 2; text-align: right;}

#prev_next #prev_no {order: 0; text-align: left;}
#prev_next #next_no {order: 2; text-align: right;}

/*
#prev_next  #prev, 
#prev_next  #next{ width: 30%; display: table-cell; position:relative; text-decoration:none; }
*/

/*
#prev_next  #prev {padding:30px 30px 10px 10px;}
#prev_next  #next {padding:30px 10px 10px 30px;}
*/
/*
#prev_next #prev::before {content: ''; display: inline-block; width: 12px; height: 20px; background-image: url(img/arrow.png); background-size: contain; vertical-align: middle;position: absolute; top: 20px; right: 20px;  z-index: 10;  -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -o-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg);}
#prev_next  #next::after {content: ''; display: inline-block; width: 12px; height: 20px; background-image: url(img/arrow.png); background-size: contain; vertical-align: middle; position: absolute;
  top: 20px; left: 25px;  z-index: 10;}
*/
/* #prev_next #prev, #prev_next #next{ background: #fff; } */
#prev_next #prev_title, #prev_next #next_title{font-size:90%; top:-1em; position:absolute; text-align: center; padding:3px; color:#000; font-weight: bold;}
#prev_next #next_title{right:10px;}
#prev_next #prev img, #prev_next #next img {margin:0;}
/* #prev_next #prev_no, #prev_next #next_no {width: 50%; height:140px; padding:0 10px; display: table-cell;} */
#prev_next_home{display: none;}
#prev_next_home:hover{background-color: rgba(0,0,255,0.7);}
#prev_next_home i {color:#FFF; margin:10px auto ; font-size:60px;}
/*-- ここまで --*/

@media only screen and (max-width: 766px) {
	#prev_next {margin: 100px 0 0px;}
	#prev_next a {font-size: 12px;}
	
}




.list-btn-wrapper *, .reservation-btn-wrapper *:before, .reservation-btn-wrapper *:after { box-sizing: border-box; -webkit-transition: 0.5s ease-in-out; transition: 0.5s ease-in-out;}
*:before, *:after { z-index: -1;}
.list-btn-wrapper {max-width: 250px; margin: auto; margin-top: -110px;}
.list-btn {position: relative; display: block; overflow: hidden; width: 100%; height: 60px; margin: 50px 0 30px; text-transform: uppercase; border: 1px solid currentColor; font-size: 19px;  font-weight: 700; letter-spacing: 2px;
  display: flex;
  align-items: center;
  justify-content: center;}
.list-btn:before { content: ''; position: absolute; top: 0; right: 0; bottom: 0; left: 0; background-color: #937c52; -webkit-transform: translateX(-100%); transform: translateX(-100%);}
.list-btn:after { content: ''; display: inline-block; width: 6px; height: 12px; background-image: url(img/arrow.png); background-size: cover; vertical-align: middle; position: absolute; right: 25px;}
.list-btn:hover {color: #fff; z-index: 999;}
.list-btn:hover:before {-webkit-transform: translateX(0); transform: translateX(0);}
.list-btn:hover:after {background-image: url(img/arrow-white.png);}

@media screen and (max-width:766px){
	.list-btn-wrapper {margin: -4.5em auto 1em; text-align: left; max-width: none; width: 65%;}
	.list-btn {margin: 1.5em 0 1em; font-size: 4vw; height: 50px;}
}



/*--------------------------------------------------------------------------------
 *
 * 投稿記事（single.php）
 *
--------------------------------------------------------------------------------*/
.blog-wrapper {width: 85%; margin: 0 auto;}
.blog-wrapper h1 {font-size: 28px;}
.blog-wrapper h2 {font-size: 25px !important; margin-bottom: 20px !important;}
.blog-wrapper h3 {border-bottom: 1px solid; font-size: 22px; padding-bottom: 7px;}
.blog-wrapper p {margin-bottom: 40px; line-height: 2;}
.blog-wrapper img {display: block; margin: 45px auto; width: 100%; height: auto;}
.blog-wrapper h4 {border-bottom: 2px dotted; text-align: left; font-size: 20px; padding-bottom: 5px;} 
.blog-wrapper h5 {font-size: 18px; font-weight: bold; margin-bottom: 10px; background: #f5f5f5; padding: 5px 15px;}
.blog-wrapper span { background: linear-gradient(transparent 70%, #f9f3a3 70%); padding-bottom: 5px;}
.blog-wrapper .post img {width: auto; max-width: 100%; margin: 0px auto 30px;}
.blog-wrapper .date-wrapper {margin-bottom: 60px; display:-webkit-box; display:-ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center;}
.blog-wrapper .date-wrapper .ymd {font-size: 16px;} 
.blog-wrapper .date-wrapper p {margin-bottom: 0;}

/* ------------------------------コンテンツ内------------------------------　*/
.blog-wrapper ul {margin: 20px 0;}
.blog-wrapper ul.dots > li {line-height: 1.7; font-size: 16px;}
.blog-wrapper ul.dots {margin: 20px 0; list-style: disc; padding-left: 15px;}
.blog-wrapper ul.dots > li {line-height: 1.7;  font-size: 16px; position: relative; padding: 10px 0;}
.blog-wrapper ul.note {margin: 20px 0;}
.blog-wrapper ul.note > li {line-height: 1.7; font-size: 16px; position: relative; padding: 10px 0 10px 20px;}
.blog-wrapper ul.note > li::before {content: '※'; position: absolute; left: 0;} 
.blog-wrapper ol {list-style-type: auto; margin: 20px 0; padding-left: 15px;}
.blog-wrapper ol > li {line-height: 1.7;  font-size: 16px;}
.blog-wrapper blockquote {position: relative; padding: 20px 20px 20px 50px; width: 90%; margin: 30px auto;  background-color: rgba(63,186,188,.1);}
.blog-wrapper blockquote:before{ display:inline-block; position:absolute; top:15px; left:15px; vertical-align:middle; font-family: "Font Awesome 5 Free"; content: '\f10d'; color:#ccc; font-size:18px; line-height:1;  font-weight: 900;}
.blog-wrapper blockquote p { padding:0; margin:20px 0 10px; }
.blog-wrapper a {text-decoration: underline;}
.blog-wrapper a.shingle-btn {border: 1px solid #000; text-decoration: none; color: #000; display: inline-block; padding: 20px 35px;}  
.blog-wrapper .btn-wrapper {text-align: center; margin: 65px 0;}


@media screen and (max-width:766px){
	.blog-wrapper {width: 100%;}
	.blog-wrapper h1 {font-size: 8vw;}
	.blog-wrapper h2 {font-size: 6vw !important;}
	.blog-wrapper h3 {font-size: 5vw !important;}
	.blog-wrapper h4 {font-size: 4vw;}
	.blog-wrapper h5 {font-style: 4vw;}
	.post-wrapper .post {padding: 5%;}
	.post-wrapper .post h1 {font-size: 24px; margin: 0 0 20px 0;}
	.post-wrapper .post h2 {font-size: 20px;}
	.post-wrapper ul {padding: 5%;}
	.post-wrapper ul > li {margin: 1em 0;}
	.post-wrapper ol {padding: 5%;}
	.post-wrapper ol > li {margin: 1em 0;}
	.post-wrapper blockquote {padding: 1em 1em 1em 2em;}
}

    
 
@media screen and (max-width:768px){
	#wrapper {padding:60px 0 80px 0; }
	#wrapper article { width:90%; float:none; margin: auto;}
	#wrapper article h2 {font-size: 19px;}
	#wrapper article section {width: 100%;}
	#wrapper article blockquote { padding:30px 20px 20px 20px; width:100%; }
	#wrapper .article-wrapper {padding: 7%;}
	.article-wrapper .inner {display: block;}
	.article-wrapper .blog-wrapper h3 {font-size: 6vw;}
	.article-wrapper .date-wrapper {margin:  2em  0 2em 0;}
}

@media screen and (max-width:766px){
	.blog-wrapper .inner {padding:0 0 60px 0;}
}

/* ------------------------------シェアボタン------------------------------　*/
/*
.share ul {width: 100%; max-width: 540px; margin: auto;
	display:-webkit-box; display:-ms-flexbox; display: flex;
  -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between;}
.share ul li {max-width: 165px; width: 100%;}
.share ul li a {display: block; color: #fff; padding: .8em 1em; text-align: center; font-size: 1.3em; }
.share ul li i {padding-right: 0;}
.share-fb {background: #3b5998; }
.share-twiter {background: #55acee; }
.share-line {background: #00B900; }
.share-pocket {background: #d3505a; }
.share-hatena {background: #008fde; }
.share-hatena:before {content: "B!"; font-family: Verdana; font-weight: bold}
*/

/*
@media screen and (max-width:766px){
	.share ul li:not(:last-child) { margin-right: .5em;}
}
*/

/* ------------------------------関連記事一覧------------------------------　*/
h2.kanren { margin-bottom: 30px; display: block; font-size: 22px; letter-spacing: 2px;}
ul.related li { border-bottom:1px dotted #cccccc; padding:20px 0; }
ul.related img { display:block; width:100px; height:100px; float:left; margin:0 20px 0 0; padding:0; }
ul.related a { font-size:10px; font-weight:normal; }
ul.related p { margin:0; padding:0; font-size:10px; }
ul.related p.title { font-size:14px; font-weight:bold; }

@media screen and (max-width:766px){
	h2.kanren {font-size: 5vw; margin-bottom: 1em;}
}

/* ------------------------------関連記事------------------------------　*/
ul.post02 {
	display:-webkit-box; display:-ms-flexbox; display:flex;
-ms-flex-wrap:wrap; flex-wrap:wrap;}
ul.post02 > li {width: 33%; flex-basis: 31%; margin-bottom: 30px;}
ul.post02 > li:hover a {color: #937c52;}
ul.post02 li:nth-child(3n+2)  { margin: 0 3.5% 30px 3.5%;}  
ul.post02 li .date-wrapper {letter-spacing: 3px; font-weight: 500;
    display: -webkit-box; display: -ms-flexbox; display: flex;
    -webkit-box-align: center; -ms-flex-align: center; align-items: center;}  
ul.post02 img { width:100%; height:190px; object-fit:cover; margin:0 auto 15px auto; padding:0;}
ul.post02 li h3 {font-size: 18px; margin: 10px 0 0 0;}  
ul.post02 li p { font-size:12px; margin:0;}

@media screen and (max-width:766px){
	ul.post02 li { width:47%; flex-basis:47%; margin:10px 0;}
	ul.post02 li:nth-child(3n+2) { margin:10px 0px; }
	ul.post02 li:nth-child(2n+1) { margin:10px 6% 10px 0px; }
	ul.post02 img {height: 14vh;}
	ul.post02 li h3 {font-size: 4vw;}
	ul.post02 li p {font-size: 4vw;}
}

/* ------------------------------トップページへ戻るボタン------------------------------　*/

/*
a.button { background: #ffdc00; border: 3px solid #000; min-width: 300px; text-align: center; margin: auto; display: table; border-radius: 50px; font-weight: bold; font-size: 14px; padding: 18px 40px; 
	margin: 60px auto 0 auto;
  -webkit-box-align: center; -ms-flex-align: center;  align-items: center;
  -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;}
a.button span {display: block; font-weight: normal; margin-top: 10px;}
a.button:hover {background:#000; color:#fff !important; }

@media screen and (max-width:768px){
	a.button { width:100%; padding:20px; min-width: auto;}
}
*/




/*--------------------------------------------------------------------------------
 *
 *
 *
 *
 * 固定ページ（page.php）
 *
 *
 *
 *
--------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------
 *
 * 共通
 *
--------------------------------------------------------------------------------*/
#kv_kaso {/* height: 400px;  */
    
    /* background-size: cover; */
    /* background-position: center; */
    /* background: red; */
    padding: 70px 0;
    width: 90%;
    margin: 70px auto 0;}  
.kaso-inner {height: 400px; display: flex; align-items: center; justify-content: center; text-align: center;}    
.top-ttl h2 {font-size: 30px; line-height: 1.5; text-align: center; color: #00acb2; letter-spacing: .1em;}
.top-ttl p {text-align: center;}
#back_top .inner {padding: 140px 0 100px 0; text-align: center;}
#back_top .btn-more {text-align: center;}
/* a.anchor{ display: block; padding-top: 70px; margin-top: -70px;}  */
.copy p {text-align: center; font-weight: bold; margin-bottom: 0;}

@media screen and (max-width:766px){
	#kv_kaso {margin-top: 100px;}
	.kaso-inner {height: 240px;}
	.top-ttl h2 {font-size: 6.4vw; margin-bottom: 5%;}
	.top-ttl p {text-align: left;}
	#back_top .inner {padding: 40px 0 60px 0;}
}

/*--------------------------------------------------------------------------------
 *
 * 無料診断フォーム（page_contact.php）
 * 資料請求フォーム（page_request.php）
 *
--------------------------------------------------------------------------------*/
.kv_contact .top-ttl {text-align: center;}
.kv_contact .txt-wrapper {margin: 40px 0 0;}
.kv_contact .txt-wrapper h3 {margin-bottom: 20px; font-size: 20px;}
.kv_contact ul.disc {display: inline-block;}
.kv_contact ul.disc > li {text-align: left; color: #00acb2; font-size: 20px;}
.kv_request .top-ttl p {text-align: left !important; display: inline-block;}
#page_contact .inner {padding: 25px 0 100px 0;}
#page_contact {margin-top: 0; line-height: 2; padding: 0 0.5em;}
#page_contact .btn-wrapper {text-align: center; display: flex; justify-content: center; margin-top: 40px;}

@media screen and (max-width:768px){ 
  .kv_contact .txt-wrapper h3 {font-size: 3.4vw;}
  .kv_contact ul.disc {margin: 0;}
  .kv_contact ul.disc > li {font-size: 4vw; display: block;}
}




/*--------------------------------------------------------------------------------
 * お問い合わせフォーム
--------------------------------------------------------------------------------*/
#contact p.ttl {text-align: center;
    font-size: 16px;
    margin: 30px auto 30px;
    background-color: #e5f7f7;
    padding: 10px;}
form .contact-wrapper {display: flex; justify-content: space-between;}
form .contact-wrapper dl {flex-basis: 49%;}
form dl { width:100%; padding: 8px 0;}
/* form dt { margin-bottom: 5px;} */
dl.form dt { clear:left; float:left; width:27%; font-size:16px; font-weight: bold;}
dl.form dd { margin-left:27%;}

@media screen and (max-width:768px){
  #contact p.ttl {font-size: 3.8vw; text-align: left; padding: 7%; line-height: 1.6;}
	form .contact-wrapper {flex-wrap: wrap;}
	form .contact-wrapper dl {flex-basis: 100%;}
	#page_contact .btn-wrapper {display: block;}	
}

@media screen and (max-width:560px){
  form dl {padding: 10px 0;}
}

/*--------------------------------------------------------------------------------
 * 無料診断フォーム確認（page_contact-confirm.php）
 * 資料請求フォーム確認（page_request-confirm.php）
--------------------------------------------------------------------------------*/
.confirm dd {background: #eee; padding: 10px; min-height: 50px; border: 1px solid #999;}
.confirm .container::after {content: none;}

@media screen and (max-width:768px){
  .confirm dd {padding: 3vw; min-height: 13vw;} 
}


/* ------------------------------プレースホルダーの色・サイズ指定------------------------------　*/
input::-webkit-input-placeholder {color:#ccc; font-size:14px; }
input:-moz-placeholder {color:#ccc; font-size:14px; }
textarea::-webkit-input-placeholder {color:#ccc; font-size:14px; }
textarea:-moz-placeholder {color:#ccc; font-size:14px; }

/* ------------------------------コンタクトフォーム７------------------------------　*/


.wpcf7 p { padding:0; margin:0; line-height:2; }
.wpcf7 input, 
.wpcf7 textarea , 
.wpcf7 select {font-size: 16px;}

.wpcf7 input[type="text"], 
.wpcf7 input[type="tel"], 
.wpcf7 input[type="email"]{width: 100%; border: 1px solid #808080; padding: 15px;  /* background: #fff; */
/*     box-shadow: 0 0 0 1000px #fff inset; -webkit-box-shadow: 0 0 0px 1000px #fff inset; */}
.wpcf7 textarea {width: 100%; height:200px; border: 1px solid #808080; padding: 15px;/*  -webkit-box-shadow: 0 0 0px 1000px #fff inset; */}
input:-webkit-autofill{
	box-shadow: 0 0 0px 1000px #fff inset;
}
.wpcf7 input[type="text"]:focus, 
.wpcf7 input[type="tel"]:focus, 
.wpcf7 input[type="email"]:focus,
.wpcf7 textarea:focus { border:1px solid #009e96 !important; /* background: #fff; -webkit-box-shadow: 0 0 0px 1000px #fff inset !important; */}
.wpcf7-captchac { outline:1px solid #ccc; }
.wpcf7-spinner{width:0 !important; margin:0 !important; display: none !important;}

span.wpcf7-form-control.wpcf7-checkbox {
    /* background: red; */
    display: inline-flex;
    flex-wrap: wrap;
    margin: 10px 20px 20px 0;
    
}
span.wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item {
    /* display: inline-block; */
    /* margin: 0 0 0 1em; */
    margin-right: 30px !important;
    padding: 5px 0;
    position: relative;
/*  padding-left: 25px; */ 
 cursor: pointer;
}
span.wpcf7-list-item label {display: block; padding-left: 20px;}

@media screen and (max-width:768px){
  .wpcf7 input[type="text"], 
  .wpcf7 input[type="tel"], 
  .wpcf7 input[type="email"]{padding: 4vw;}
  .wpcf7 input, .wpcf7 textarea, .wpcf7 select {font-size: 3.8vw; padding: 4vw;}
  span.wpcf7-form-control.wpcf7-checkbox {display: block;}
  span.wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item {margin-right: 0px !important; /* padding-left: 40px !important; */ padding: 3% 0;}
  .wpcf7 textarea {height: 150px;}
  span.wpcf7-form-control.wpcf7-checkbox {margin: 10px 0px 20px 0;}
  span.wpcf7-list-item label {padding-left: 0px;}
}

/* ------------------------------エラー個所をわかりやすく表示------------------------------　*/
.wpcf7 .wpcf7-not-valid { background:#ffb6c1;}
.wpcf7 span.wpcf7-not-valid-tip { font-size:80%; margin-top: 10px;}
.wpcf7 .wpcf7-response-output {margin:10px 0 0; padding:8px 35px 8px 14px; text-shadow:0 1px 0 rgba(255, 255, 255, 0.5);
    -webkit-border-radius: 4px; -moz-border-radius:4px; border-radius:4px; }
.wpcf7 .wpcf7-validation-errors { color:#B94A48; background-color:#F2DEDE; border:1px solid #EED3D7;}
.wpcf7 .wpcf7-mail-sent-ok { color:#3A87AD; background-color:#D9EDF7; border:1px solid #BCE8F1;}
/* 必須赤色表示 */
.wpcf7 .required { color: #000000;}
/* 任意緑色表示 */
.wpcf7 .any{ color: #080;}
select {background: #ffffff;
    border: 1px solid #808080;
    /* border-radius: 3px; */
    color: #000; 
    font-size: 14px;
    /* height: 50px; */
    /* line-height: 30px; */
    text-align: left;
    text-indent: 5px;
    vertical-align: middle;
    margin-right: 5px;
    width: 100%;
    padding: 15px 10px;
    -webkit-appearance: none;
  appearance: none; /* デフォルトの矢印を非表示 */
    position: relative;}

select::-ms-expand {
  display: none; /* デフォルトの矢印を非表示(IE用) */
}
.container {
    position: relative;
    width: 50%;
}

/* セレクトボックスの矢印デザイン変更 */
.container::after {
  border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #00acb2;
    content: "";
    position: absolute;
    right: 9px;
    top: 21px;
    width: 0;
    z-index: 1;
}
.hissu{ color: #009e96; font-weight: bold; border-radius: 3px; padding-left: 0.8em;}
.nini{ background:#777777; color:#ffffff; margin:0 0 0 5px; padding:3px 7px; font-weight:bold; border-radius:3px; font-size:12px; }

/* ------------------------------確認画面------------------------------　*/
/*
input.wpcf7c-conf,
textarea.wpcf7c-conf {
  border: 0;
  padding: 0;
  background: #999;
}
*/
input.wpcf7c-conf {
    background: #999;
    box-shadow: 0 0 0 1000px #999 inset !important;
    -webkit-box-shadow: 0 0 0px 1000px #999 inset !important;
}

input.wpcf7c-conf .wpcf7-text:-webkit-autofill {
   background: #999;
    box-shadow: 0 0 0 1000px #999 inset !important;
    -webkit-box-shadow: 0 0 0px 1000px #999 inset !important;
}

input.wpcf7c-conf input:-webkit-autofill {
    background: #999;
    box-shadow: 0 0 0 1000px #999 inset !important;
    -webkit-box-shadow: 0 0 0px 1000px #999 inset !important;
}

/* ------------------------------承諾ボタン------------------------------　*/
.acceptance-wrapper {display: flex; justify-content: center;}
.acceptance-wrapper .wpcf7-form-control-wrap {display: block;}
span.wpcf7-form-control-wrap.acceptance {text-align: center; display: block;  margin-top: 50px;}
span.wpcf7-form-control-wrap.acceptance a {/* color: #0089d7;  */text-decoration: underline;} 
span.wpcf7-form-control.wpcf7-acceptance {display: block;}

@media screen and (max-width:768px){
	span.wpcf7-form-control-wrap.acceptance {text-align: left;}
	span.wpcf7-form-control.wpcf7-acceptance {text-align: left; padding: 0;}
	span.wpcf7-form-control.wpcf7-acceptance span {text-align: left;}
	.container {width: 100%;}
	.container::after {top: 40%;}
}



/* ------------------------------送信ボタン------------------------------　*/

input[type="submit"] { -webkit-appearance:none; margin:0 auto; }
div.wpcf7 .wpcf7-submit:disabled {cursor: not-allowed; background: #eee; height: 60px; border: 2px solid #eee; width: 300px;} 
div.wpcf7 .wpcf7-submit {height: 60px; border: 2px solid #272d63; 
    width: 300px;
    background: #272d63;
    cursor: pointer;
    letter-spacing: 2px !important;
    color: #fff;
    transition: all 0.3s;}



/*
input.wpcf7-form-control.has-spinner {
  height: 60px; border: 2px solid #272d63; 
    width: 300px;
    background: #272d63;
    cursor: pointer;
    letter-spacing: 2px !important;
    color: #fff;
    transition: all 0.3s;
}
*/



/*
.confirmation-btn {height: 60px; border: 2px solid #272d63; 
    width: 300px;
    background: #272d63;
    cursor: pointer;
    letter-spacing: 2px !important;
    color: #fff;
    transition: all 0.3s;
    }
.confirmation-btn:hover {background: #80d5d8; color: #fff; border: 2px solid #80d5d8;}
*/
.back-btn {height: 60px;
    /* text-transform: uppercase; */
    width: 300px;
    cursor: pointer;
    /* letter-spacing: 2px !important; */
    /* background: #eee !important; */
    border: none !important;
    /* margin: 0 auto; */
    /* border-radius: 0 !important; */
    margin-right: 10px;}

.submit-btn {/*
height: 60px;
    border: none;
    width: 45%;
    cursor: pointer;
    background: #009e96 !important;
    color: #fff;
    margin: 0 auto;
*/
margin-left: 10px;}

/* input.wpcf7-submit:hover {  background:#937c52 !important; transition:.3s ease; } */


 

@media screen and (max-width:768px){
  
  div.wpcf7 .wpcf7-submit:disabled {height: 15vw; width: 100%;}
  div.wpcf7 .wpcf7-submit  {height: 15vw; width: 100%;}
  input.wpcf7-form-control.wpcf7-previous.back-btn {height: 15vw; width: 100%;}
/*
	.confirmation-btn {width: 100%;}
	.back-btn {margin-right: 0 !important; width: 100%; }
	.submit-btn {margin: 2em auto 0 !important; width: 100%; }
	input.wpcf7-submit {height: 60px;}
*/
	.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required {
  	font-size: 3.8vw;
	}
}

/*
input[type="submit"] { -webkit-appearance:none; margin:0 auto; border: none !important; cursor: pointer; background: transparent;}
.btn-submit-wrapper {text-align: center; margin-top: 40px;   }
.wpcf7-submit:disabled {cursor: not-allowed; font-weight: bold;background: #fff !important;}
input.wpcf7-form-control.has-spinner.wpcf7-submit.btn-more {border: none;}
.btn-wrapper {margin: auto;}
.confirmation-btn {display: block; overflow: hidden; width: 100%; height: 60px; margin: 50px auto 0 !important; text-transform: uppercase; font-size: 19px;
  font-weight: 300; width: 250px; margin: 50px auto 0; cursor: pointer;  font-size: 19px !important; font-weight: 700; letter-spacing: 2px !important; outline: none; 
  font-family: 'Noto Sans JP', sans-serif !important; position: relative;
  display:-webkit-box; display:-ms-flexbox; display: flex;
  -webkit-box-align: center; -ms-flex-align: center; align-items: center;
  -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;}
.confirmation-btn:after {content: ''; display: inline-block; width: 6px; height: 12px; background-size: cover; vertical-align: middle;
    position: absolute; right: 25px;}
.confirmation-btn:hover {background: #937c52 !important;  color: #fff !important; border: none !important; transition:.3s ease; }
.back-btn {position: relative; display: block; overflow: hidden; width: 100%; height: 60px;  margin: 50px auto 0 !important; text-transform: uppercase; font-size: 19px; font-weight: 300; width: 250px;
  margin: 50px auto 0; cursor: pointer; font-size: 19px !important; font-weight: 700; letter-spacing: 2px !important; outline: none; font-family: 'Noto Sans JP', sans-serif !important; 
  background: #fff !important; color: #000 !important; border: 1px solid #000 !important; display: inline-block; margin-right: 15px !important;
  display:-webkit-box; display:-ms-flexbox; display: flex;
  -webkit-box-align: center; -ms-flex-align: center; align-items: center;
  -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;}
*/
/*
.submit-btn {position: relative; display: block; overflow: hidden; width: 100%; height: 60px; margin: 50px auto 0 !important; text-transform: uppercase; border: 1px solid currentColor; font-size: 19px;
	width: 250px; margin: 50px auto 0; cursor: pointer;  font-size: 19px !important; font-weight: 700; letter-spacing: 2px !important; outline: none;  font-family: 'Noto Sans JP', sans-serif !important;
  background: #000 !important; color: #fff !important; display: inline-block; margin-left: 15px !important;
  display:-webkit-box; display:-ms-flexbox; display: flex;
  -webkit-box-align: center; -ms-flex-align: center; align-items: center;
  -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;}
*/
/* input.wpcf7-submit:hover {  background:#937c52 !important; transition:.3s ease; } */
.wpcf7 form.invalid .wpcf7-response-output, 
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required  {border: none !important; line-height: 1.6; color: #dc3232; display: block !important; text-align: center; outline: none !important;}
.wpcf7 form .wpcf7-response-output {margin: 2em 0.5em 1em; padding: 0.2em 1em; border: none; text-align: center;}
@media screen and (max-width:766px){
	.back-btn {margin-right: 0 !important;}
	.submit-btn {margin: 2em auto 0 !important;}
	input.wpcf7-submit {height: 60px;}
}

/* ------------------------------チェックボックス、ラジオボタンのデザイン------------------------------　*/
input[type="radio"] {opacity: 0; position: absolute;}
input[type="radio"]:checked ~ .wpcf7-list-item-label::before {background-color: #009e96;  border: 1px solid #009e96;}
input[type="checkbox"] {opacity: 0; position: absolute; left: 0; cursor: pointer;}
input[type="radio"] {opacity: 0; position: absolute;}
input[type="checkbox"]:checked ~ .wpcf7-list-item-label::before {background-color: #009e96;  border: 1px solid #009e96; position: absolute; left: -20px; top: 20%;}
.span.wpcf7-form-control-wrap.your-contents { display: block; margin-top: 20px;}
.wpcf7-list-item {display: block !important; padding: 0.7em 0; margin: 0 !important; line-height: 1.7;}
.wpcf7-list-item-label {cursor: pointer; position: relative; padding-left: 5px; display: block;}

.wpcf7-list-item-label::before {background: #fff; border: 1px solid #808080; content: ""; height: 1em; margin-bottom: auto; margin-right: 0.5em; margin-top: auto; transition: background-color .5s; width: 1em; display: inline-block; position: absolute; left: -20px; top: 20%;}

@media screen and (max-width:768px){
  input[type="checkbox"]:checked ~ .wpcf7-list-item-label::before {left: 0px; top: 0.4em;}
  .wpcf7-list-item-label {padding-left: 35px;}
  .wpcf7-list-item-label::before {left: 0px; top: 0.4em;}
}

/*--------------------------------------------------------------------------------
 *
 * 無料診断フォーム完了（page_contact-thanks.php）
 * 資料請求フォーム完了（page_request-thanks.php）
 *
--------------------------------------------------------------------------------*/
#page_thanks .inner {padding-top: 0;}
#page_thanks .txt-wrapper {margin-bottom: 20px;}
#page_thanks .txt-wrapper p {text-align: left; display: inline-block;}
#page_thanks .txt-wrapper a.shiryo-btn {position: relative;
    /* display: block; */
    overflow: hidden;
    max-width: 100%;
    height: 60px;
    margin: 30px 0 30px;
    text-transform: uppercase;
    border: 1px solid #009e9c;
    font-weight: 700;
    letter-spacing: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #009e9c;
    width: 300px;}


@media screen and (max-width:766px){
	#page_thanks .thanks .ttl h2 {margin-bottom: 40px;}
	#page_thanks .thanks .ttl h3 {font-size: 7vw; letter-spacing: .3em; margin-bottom: 20px;}
	
}

/*--------------------------------------------------------------------------------
 *
 * エラーページ（404.php）
 *
--------------------------------------------------------------------------------*/
#error-wrapper {height: 100%; margin-top: 70px;}
#error-wrapper section {height: 100%;}
#error-wrapper .inner {height: 100%; 
	display:-webkit-box; display:-ms-flexbox; display: flex;
	-webkit-box-align: center; -ms-flex-align: center; align-items: center;
  -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;}
#error-wrapper .txt-wrapper {display: block; }   
#error-wrapper .txt-wrapper h2 {font-size: 80px !important; font-weight: 400; margin-bottom: 30px; line-height: 1.2; text-align: center;}
#error-wrapper .txt-wrapper p {text-align: center; line-height: 2;}
.error-btn-wrapper *, .error-btn-wrapper *:before, .error-btn-wrapper *:after { box-sizing: border-box; -webkit-transition: 0.5s ease-in-out; transition: 0.5s ease-in-out;}
*:before, *:after { z-index: -1;}
.error-btn-wrapper {max-width: 300px; margin: auto;}
.error-btn {position: relative; display: block; overflow: hidden; width: 100%; height: 60px; margin: 50px 0 30px; text-transform: uppercase; border: 1px solid currentColor; font-weight: 700; letter-spacing: 2px;
  display:-webkit-box; display:-ms-flexbox; display: flex;
  -webkit-box-align: center; -ms-flex-align: center; align-items: center;
  -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
 a.error-btn {color: #000 !important;}

@media screen and (max-width:766px){
	#error-wrapper .txt-wrapper h2 {font-size: 12vw !important;}
	#error-wrapper .txt-wrapper p {text-align: left;}
	.error-btn-wrapper {margin: 2em auto 1em; text-align: left; max-width: none; width: 70%;}
	.error-btn {margin: 1.5em 0 1em; height: 50px;}
} 


/*--------------------------------------------------------------------------------
 *
 * プライバシーポリシー（page_privacy.php）
 *
--------------------------------------------------------------------------------*/
.kv_privacy {
	background-image: url(img/tourism/kv.jpg);
  background-image: image-set(url(img/tourism/kv.jpg) 1x, url(img/tourism/kv@2x.jpg) 2x);
  background-image: -webkit-image-set(url(img/tourism/kv.jpg) 1x, url(img/tourism/kv@2x.jpg) 2x);
} 
#privacy_page .contents {padding: 20px 0;}
#privacy_page .contents:first-of-type {padding: 40px 0 20px 0;}
#privacy_page .contents p {line-height: 2;}
#privacy_page h3 {font-size: 25px; margin-bottom: 20px; border-bottom: 1px solid; padding-bottom: 7px;}
#privacy_page h4 {font-size: 18px; text-align: left; margin: 0; display: block; padding: 1em 0 0 0;}
#privacy_page ul {margin-left: 1em; margin-bottom:20px; padding-left: 1em; padding-top: 1em; list-style: disc;}
#privacy_page ul li {line-height: 2;}
#privacy_page .btn-wrapper {text-align: center;}
#privacy_page .btn-wrapper a {color: #000;}

@media screen and (max-width: 766px) { 
	#privacy_page h3 {font-size: 24px;}
	#privacy_page h4 {font-size: 16px;}
}

/*--------------------------------------------------------------------------------
 *
 *
 *
 *
 * フッター
 *
 *
 *
 *
--------------------------------------------------------------------------------*/
footer {background-color: #e5f7f7; padding-top: 60px;}